Changeset 6e183f1 in rtems
- Timestamp:
- 06/17/02 09:10:09 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7077c87
- Parents:
- 78c2a97
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libblock/ChangeLog
r78c2a97 r6e183f1 1 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * include/Makefile.am: Include $(top_srcdir)/../automake/*.am. 4 * Makefile.am: Include $(top_srcdir)/../automake/*.am. 5 Use ../aclocal. 6 * src/Makefile.am: Include $(top_srcdir)/../automake/*.am. 7 1 8 2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/exec/libblock/Makefile.am
r78c2a97 r6e183f1 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/include/Makefile.am
r78c2a97 r6e183f1 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
r78c2a97 r6e183f1 14 14 OBJS = $(C_O_FILES) 15 15 16 include $(top_srcdir)/../ ../../../automake/multilib.am17 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
r78c2a97 r6e183f1 1 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * include/Makefile.am: Include $(top_srcdir)/../automake/*.am. 4 * Makefile.am: Include $(top_srcdir)/../automake/*.am. 5 Use ../aclocal. 6 * src/Makefile.am: Include $(top_srcdir)/../automake/*.am. 7 1 8 2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
cpukit/libblock/Makefile.am
r78c2a97 r6e183f1 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/src/Makefile.am
r78c2a97 r6e183f1 14 14 OBJS = $(C_O_FILES) 15 15 16 include $(top_srcdir)/../ ../../../automake/multilib.am17 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.