Changeset 279ec4e8 in rtems
- Timestamp:
- 05/28/02 17:21:09 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 47ef863a
- Parents:
- e3eab02
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libblock/ChangeLog
re3eab02 r279ec4e8 1 2002-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 1 9 2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
c/src/exec/libblock/Makefile.am
re3eab02 r279ec4e8 3 3 ## 4 4 5 ACLOCAL_AMFLAGS = -I ../../../ aclocal5 ACLOCAL_AMFLAGS = -I ../../../../aclocal 6 6 7 7 SUBDIRS = include src … … 9 9 EXTRA_DIST = README 10 10 11 include $(top_srcdir)/../../../ automake/subdirs.am12 include $(top_srcdir)/../../../ automake/local.am11 include $(top_srcdir)/../../../../automake/subdirs.am 12 include $(top_srcdir)/../../../../automake/local.am -
c/src/exec/libblock/configure.ac
re3eab02 r279ec4e8 6 6 AC_INIT([rtems-c-src-libblock],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 7 AC_CONFIG_SRCDIR([src/bdbuf.c]) 8 RTEMS_TOP(../../.. )9 AC_CONFIG_AUX_DIR(../../.. )8 RTEMS_TOP(../../../..) 9 AC_CONFIG_AUX_DIR(../../../..) 10 10 11 11 RTEMS_CANONICAL_TARGET_CPU … … 15 15 AM_MAINTAINER_MODE 16 16 17 RTEMS_ENV_RTEMS BSP17 RTEMS_ENV_RTEMSCPU 18 18 RTEMS_CHECK_CPU 19 RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)20 19 RTEMS_PROG_CC_FOR_TARGET 21 RTEMS_ENABLE_BARE22 20 23 21 RTEMS_CANONICALIZE_TOOLS -
c/src/exec/libblock/include/Makefile.am
re3eab02 r279ec4e8 20 20 all-local: $(PREINSTALL_FILES) 21 21 22 include $(top_srcdir)/../../../ automake/local.am22 include $(top_srcdir)/../../../../automake/local.am -
c/src/exec/libblock/src/Makefile.am
re3eab02 r279ec4e8 14 14 OBJS = $(C_O_FILES) 15 15 16 include $( RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg17 include $(top_srcdir)/../../../ automake/compile.am18 include $(top_srcdir)/../../../ automake/lib.am16 include $(top_srcdir)/../../../../automake/multilib.am 17 include $(top_srcdir)/../../../../automake/compile.am 18 include $(top_srcdir)/../../../../automake/lib.am 19 19 20 20 AM_CFLAGS += $(LIBC_DEFINES) … … 30 30 all-local: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES) 31 31 32 include $(top_srcdir)/../../../ automake/local.am32 include $(top_srcdir)/../../../../automake/local.am -
cpukit/libblock/ChangeLog
re3eab02 r279ec4e8 1 2002-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 1 9 2002-04-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
cpukit/libblock/Makefile.am
re3eab02 r279ec4e8 3 3 ## 4 4 5 ACLOCAL_AMFLAGS = -I ../../../ aclocal5 ACLOCAL_AMFLAGS = -I ../../../../aclocal 6 6 7 7 SUBDIRS = include src … … 9 9 EXTRA_DIST = README 10 10 11 include $(top_srcdir)/../../../ automake/subdirs.am12 include $(top_srcdir)/../../../ automake/local.am11 include $(top_srcdir)/../../../../automake/subdirs.am 12 include $(top_srcdir)/../../../../automake/local.am -
cpukit/libblock/configure.ac
re3eab02 r279ec4e8 6 6 AC_INIT([rtems-c-src-libblock],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 7 AC_CONFIG_SRCDIR([src/bdbuf.c]) 8 RTEMS_TOP(../../.. )9 AC_CONFIG_AUX_DIR(../../.. )8 RTEMS_TOP(../../../..) 9 AC_CONFIG_AUX_DIR(../../../..) 10 10 11 11 RTEMS_CANONICAL_TARGET_CPU … … 15 15 AM_MAINTAINER_MODE 16 16 17 RTEMS_ENV_RTEMS BSP17 RTEMS_ENV_RTEMSCPU 18 18 RTEMS_CHECK_CPU 19 RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)20 19 RTEMS_PROG_CC_FOR_TARGET 21 RTEMS_ENABLE_BARE22 20 23 21 RTEMS_CANONICALIZE_TOOLS -
cpukit/libblock/src/Makefile.am
re3eab02 r279ec4e8 14 14 OBJS = $(C_O_FILES) 15 15 16 include $( RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg17 include $(top_srcdir)/../../../ automake/compile.am18 include $(top_srcdir)/../../../ automake/lib.am16 include $(top_srcdir)/../../../../automake/multilib.am 17 include $(top_srcdir)/../../../../automake/compile.am 18 include $(top_srcdir)/../../../../automake/lib.am 19 19 20 20 AM_CFLAGS += $(LIBC_DEFINES) … … 30 30 all-local: ${ARCH} $(PREINSTALL_FILES) $(TMPINSTALL_FILES) 31 31 32 include $(top_srcdir)/../../../ automake/local.am32 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.