Changeset 9b024884 in rtems
- Timestamp:
- Aug 4, 1997, 9:44:05 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b739617
- Parents:
- b61e6e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/include/Makefile.in
rb61e6e1 r9b024884 9 9 10 10 H_PIECES=console clockdrv iosupp ringbuf \ 11 spurious timerdrv vmeintr z8036 z8530 z853611 spurious timerdrv vmeintr 12 12 H_FILES=$(H_PIECES:%=$(srcdir)/%.h) 13 13 … … 22 22 KA9Q_H_FILES=$(KA9Q_H_PIECES:%=$(srcdir)/ka9q/%.h) 23 23 24 MOTOROLA_H_PIECES=mc68230 mc68681 25 MOTOROLA_H_FILES=$(MOTO_H_PIECES:%=$(srcdir)/motorola/%.h) 26 27 ZILOG_H_PIECES=z8036 z8530 z8536 28 ZILOG_H_FILES=$(ZILOG_H_PIECES:%=$(srcdir)/zilog/%.h) 29 24 30 RTEMSCPLUSPLUS_H_PIECES= rtemsEvent rtemsInterrupt rtemsMessageQueue \ 25 31 rtemsSemaphore rtemsStatusCode rtemsTask rtemsTaskMode rtemsTimer 26 32 RTEMSCPLUSPLUS_H_FILES=$(RTEMSCPLUSPLUS_H_PIECES:%=$(srcdir)/rtems++/%.h) 27 33 28 SRCS=$(H_FILES) $(SYS_H_FILES) $(KA9Q_H_FILES) $(RTEMSCPLUSPLUS_H_FILES) 34 SRCS=$(H_FILES) $(SYS_H_FILES) \ 35 $(KA9Q_H_FILES) $(MOTOROLA_H_FILES) $(RTEMSCPLUSPLUS_H_FILES) 29 36 30 37 include $(RTEMS_CUSTOM) 31 38 include $(PROJECT_ROOT)/make/leaf.cfg 32 33 39 CLEAN_ADDITIONS += 34 40 CLOBBER_ADDITIONS += … … 37 43 $(INSTALL) -m 444 $(H_FILES) ${PROJECT_RELEASE}/include 38 44 $(INSTALL) -m 444 $(SYS_H_FILES) ${PROJECT_RELEASE}/include/sys 45 $(INSTALL) -m 444 $(MOTOROLA_H_FILES) \ 46 ${PROJECT_RELEASE}/include/motorola 47 $(INSTALL) -m 444 $(ZILOG_H_FILES) ${PROJECT_RELEASE}/include/zilog 39 48 ifeq ($(HAS_KA9Q),yes) 40 49 $(INSTALL) -m 444 $(KA9Q_H_FILES) ${PROJECT_RELEASE}/include/ka9q
Note: See TracChangeset
for help on using the changeset viewer.