Changeset 279ec4e8 in rtems


Ignore:
Timestamp:
05/28/02 17:21:09 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
47ef863a
Parents:
e3eab02
Message:

2002-05-18 Ralf Corsepius <corsepiu@…>

Move from c/src/libblock to c/src/exec/libblock

  • configure.ac: Reflect move.
  • Makefile.am: Ditto.
  • include/Makefile.am: Ditto.
  • src/Makefile.am: Ditto.
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/libblock/ChangeLog

    re3eab02 r279ec4e8  
     12002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        Move from c/src/libblock to c/src/exec/libblock
     4        * configure.ac: Reflect move.
     5        * Makefile.am: Ditto.
     6        * include/Makefile.am: Ditto.
     7        * src/Makefile.am: Ditto.
     8
    192002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    210
  • c/src/exec/libblock/Makefile.am

    re3eab02 r279ec4e8  
    33##
    44
    5 ACLOCAL_AMFLAGS = -I ../../../aclocal
     5ACLOCAL_AMFLAGS = -I ../../../../aclocal
    66
    77SUBDIRS = include src
     
    99EXTRA_DIST = README
    1010
    11 include $(top_srcdir)/../../../automake/subdirs.am
    12 include $(top_srcdir)/../../../automake/local.am
     11include $(top_srcdir)/../../../../automake/subdirs.am
     12include $(top_srcdir)/../../../../automake/local.am
  • c/src/exec/libblock/configure.ac

    re3eab02 r279ec4e8  
    66AC_INIT([rtems-c-src-libblock],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
    77AC_CONFIG_SRCDIR([src/bdbuf.c])
    8 RTEMS_TOP(../../..)
    9 AC_CONFIG_AUX_DIR(../../..)
     8RTEMS_TOP(../../../..)
     9AC_CONFIG_AUX_DIR(../../../..)
    1010
    1111RTEMS_CANONICAL_TARGET_CPU
     
    1515AM_MAINTAINER_MODE
    1616
    17 RTEMS_ENV_RTEMSBSP
     17RTEMS_ENV_RTEMSCPU
    1818RTEMS_CHECK_CPU
    19 RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
    2019RTEMS_PROG_CC_FOR_TARGET
    21 RTEMS_ENABLE_BARE
    2220
    2321RTEMS_CANONICALIZE_TOOLS
  • c/src/exec/libblock/include/Makefile.am

    re3eab02 r279ec4e8  
    2020all-local: $(PREINSTALL_FILES)
    2121
    22 include $(top_srcdir)/../../../automake/local.am
     22include $(top_srcdir)/../../../../automake/local.am
  • c/src/exec/libblock/src/Makefile.am

    re3eab02 r279ec4e8  
    1414OBJS = $(C_O_FILES)
    1515
    16 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    17 include $(top_srcdir)/../../../automake/compile.am
    18 include $(top_srcdir)/../../../automake/lib.am
     16include $(top_srcdir)/../../../../automake/multilib.am
     17include $(top_srcdir)/../../../../automake/compile.am
     18include $(top_srcdir)/../../../../automake/lib.am
    1919
    2020AM_CFLAGS += $(LIBC_DEFINES)
     
    3030all-local: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
    3131
    32 include $(top_srcdir)/../../../automake/local.am
     32include $(top_srcdir)/../../../../automake/local.am
  • cpukit/libblock/ChangeLog

    re3eab02 r279ec4e8  
     12002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        Move from c/src/libblock to c/src/exec/libblock
     4        * configure.ac: Reflect move.
     5        * Makefile.am: Ditto.
     6        * include/Makefile.am: Ditto.
     7        * src/Makefile.am: Ditto.
     8
    192002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    210
  • cpukit/libblock/Makefile.am

    re3eab02 r279ec4e8  
    33##
    44
    5 ACLOCAL_AMFLAGS = -I ../../../aclocal
     5ACLOCAL_AMFLAGS = -I ../../../../aclocal
    66
    77SUBDIRS = include src
     
    99EXTRA_DIST = README
    1010
    11 include $(top_srcdir)/../../../automake/subdirs.am
    12 include $(top_srcdir)/../../../automake/local.am
     11include $(top_srcdir)/../../../../automake/subdirs.am
     12include $(top_srcdir)/../../../../automake/local.am
  • cpukit/libblock/configure.ac

    re3eab02 r279ec4e8  
    66AC_INIT([rtems-c-src-libblock],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
    77AC_CONFIG_SRCDIR([src/bdbuf.c])
    8 RTEMS_TOP(../../..)
    9 AC_CONFIG_AUX_DIR(../../..)
     8RTEMS_TOP(../../../..)
     9AC_CONFIG_AUX_DIR(../../../..)
    1010
    1111RTEMS_CANONICAL_TARGET_CPU
     
    1515AM_MAINTAINER_MODE
    1616
    17 RTEMS_ENV_RTEMSBSP
     17RTEMS_ENV_RTEMSCPU
    1818RTEMS_CHECK_CPU
    19 RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
    2019RTEMS_PROG_CC_FOR_TARGET
    21 RTEMS_ENABLE_BARE
    2220
    2321RTEMS_CANONICALIZE_TOOLS
  • cpukit/libblock/src/Makefile.am

    re3eab02 r279ec4e8  
    1414OBJS = $(C_O_FILES)
    1515
    16 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    17 include $(top_srcdir)/../../../automake/compile.am
    18 include $(top_srcdir)/../../../automake/lib.am
     16include $(top_srcdir)/../../../../automake/multilib.am
     17include $(top_srcdir)/../../../../automake/compile.am
     18include $(top_srcdir)/../../../../automake/lib.am
    1919
    2020AM_CFLAGS += $(LIBC_DEFINES)
     
    3030all-local: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
    3131
    32 include $(top_srcdir)/../../../automake/local.am
     32include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.