Changeset 9909f34c in rtems
- Timestamp:
- 06/18/02 12:36:40 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4e987e77
- Parents:
- 75fb648b
- Files:
-
- 1 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libblock/ChangeLog
r75fb648b r9909f34c 1 2002-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Merge-in include/Makefile.am. 4 * include/Makefile.am: Remove. 5 * configure.ac: Reflect changes above. 6 1 7 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/exec/libblock/Makefile.am
r75fb648b r9909f34c 5 5 ACLOCAL_AMFLAGS = -I ../aclocal 6 6 7 SUBDIRS = include src 7 SUBDIRS = src 8 9 include_rtemsdir = $(includedir)/rtems 10 11 $(PROJECT_INCLUDE)/%.h: include/%.h 12 $(INSTALL_DATA) $< $@ 13 14 $(PROJECT_INCLUDE)/rtems: 15 @$(mkinstalldirs) $@ 16 17 include_rtems_HEADERS = \ 18 include/rtems/bdbuf.h include/rtems/blkdev.h \ 19 include/rtems/diskdevs.h include/rtems/ramdisk.h 20 21 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 22 $(include_rtems_HEADERS:include/%=$(PROJECT_INCLUDE)/%) 23 24 all-local: $(PREINSTALL_FILES) 25 8 26 9 27 EXTRA_DIST = README -
c/src/exec/libblock/configure.ac
r75fb648b r9909f34c 25 25 # Explicitly list all Makefiles here 26 26 AC_CONFIG_FILES([Makefile 27 include/Makefile28 27 src/Makefile 29 28 ]) -
cpukit/libblock/ChangeLog
r75fb648b r9909f34c 1 2002-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Merge-in include/Makefile.am. 4 * include/Makefile.am: Remove. 5 * configure.ac: Reflect changes above. 6 1 7 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
cpukit/libblock/Makefile.am
r75fb648b r9909f34c 5 5 ACLOCAL_AMFLAGS = -I ../aclocal 6 6 7 SUBDIRS = include src 7 SUBDIRS = src 8 9 include_rtemsdir = $(includedir)/rtems 10 11 $(PROJECT_INCLUDE)/%.h: include/%.h 12 $(INSTALL_DATA) $< $@ 13 14 $(PROJECT_INCLUDE)/rtems: 15 @$(mkinstalldirs) $@ 16 17 include_rtems_HEADERS = \ 18 include/rtems/bdbuf.h include/rtems/blkdev.h \ 19 include/rtems/diskdevs.h include/rtems/ramdisk.h 20 21 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ 22 $(include_rtems_HEADERS:include/%=$(PROJECT_INCLUDE)/%) 23 24 all-local: $(PREINSTALL_FILES) 25 8 26 9 27 EXTRA_DIST = README -
cpukit/libblock/configure.ac
r75fb648b r9909f34c 25 25 # Explicitly list all Makefiles here 26 26 AC_CONFIG_FILES([Makefile 27 include/Makefile28 27 src/Makefile 29 28 ])
Note: See TracChangeset
for help on using the changeset viewer.