Changeset 9608320 in rtems for c/src/lib/include/Makefile.am
- Timestamp:
- 11/22/99 13:41:11 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 27ea47c
- Parents:
- 75f2b0b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/include/Makefile.am
r75f2b0b r9608320 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 H_ PIECES = chain.h console.h clockdrv.h iosupp.h ringbuf.h spurious.h \7 H_FILES = chain.h console.h clockdrv.h iosupp.h ringbuf.h spurious.h \ 8 8 timerdrv.h vmeintr.h 9 9 10 noinst_HEADERS = $(H_ PIECES)10 noinst_HEADERS = $(H_FILES) 11 11 12 TMPINSTALL_FILES = \12 PREINSTALL_FILES = \ 13 13 $(PROJECT_INCLUDE) \ 14 14 $(noinst_HEADERS:%=$(PROJECT_INCLUDE)/%) … … 19 19 $(INSTALL_DATA) $< $@ 20 20 21 all-am: $( TMPINSTALL_FILES)22 debug-am: $( TMPINSTALL_FILES)23 profile-am: $( TMPINSTALL_FILES)21 all-am: $(PREINSTALL_FILES) 22 debug-am: $(PREINSTALL_FILES) 23 profile-am: $(PREINSTALL_FILES) 24 24 25 25 SUBDIRS = sys motorola zilog
Note: See TracChangeset
for help on using the changeset viewer.