forked from Imagelibrary/rtems
Moved files into the zilog and motorola subdirectories.
This commit is contained in:
@@ -8,7 +8,7 @@ top_srcdir = @top_srcdir@
|
||||
VPATH=@srcdir@
|
||||
|
||||
H_PIECES=console clockdrv iosupp ringbuf \
|
||||
spurious timerdrv vmeintr z8036 z8530 z8536
|
||||
spurious timerdrv vmeintr
|
||||
H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
|
||||
|
||||
SYS_H_PIECES=termios
|
||||
@@ -21,21 +21,30 @@ KA9Q_H_PIECES= arp asy ax25 ax25mail bootp cmdparse commands config \
|
||||
sockaddr socket tcp telnet tftp timer tipmail trace udp usock
|
||||
KA9Q_H_FILES=$(KA9Q_H_PIECES:%=$(srcdir)/ka9q/%.h)
|
||||
|
||||
MOTOROLA_H_PIECES=mc68230 mc68681
|
||||
MOTOROLA_H_FILES=$(MOTO_H_PIECES:%=$(srcdir)/motorola/%.h)
|
||||
|
||||
ZILOG_H_PIECES=z8036 z8530 z8536
|
||||
ZILOG_H_FILES=$(ZILOG_H_PIECES:%=$(srcdir)/zilog/%.h)
|
||||
|
||||
RTEMSCPLUSPLUS_H_PIECES= rtemsEvent rtemsInterrupt rtemsMessageQueue \
|
||||
rtemsSemaphore rtemsStatusCode rtemsTask rtemsTaskMode rtemsTimer
|
||||
RTEMSCPLUSPLUS_H_FILES=$(RTEMSCPLUSPLUS_H_PIECES:%=$(srcdir)/rtems++/%.h)
|
||||
|
||||
SRCS=$(H_FILES) $(SYS_H_FILES) $(KA9Q_H_FILES) $(RTEMSCPLUSPLUS_H_FILES)
|
||||
SRCS=$(H_FILES) $(SYS_H_FILES) \
|
||||
$(KA9Q_H_FILES) $(MOTOROLA_H_FILES) $(RTEMSCPLUSPLUS_H_FILES)
|
||||
|
||||
include $(RTEMS_CUSTOM)
|
||||
include $(PROJECT_ROOT)/make/leaf.cfg
|
||||
|
||||
CLEAN_ADDITIONS +=
|
||||
CLOBBER_ADDITIONS +=
|
||||
|
||||
all: $(SRCS)
|
||||
$(INSTALL) -m 444 $(H_FILES) ${PROJECT_RELEASE}/include
|
||||
$(INSTALL) -m 444 $(SYS_H_FILES) ${PROJECT_RELEASE}/include/sys
|
||||
$(INSTALL) -m 444 $(MOTOROLA_H_FILES) \
|
||||
${PROJECT_RELEASE}/include/motorola
|
||||
$(INSTALL) -m 444 $(ZILOG_H_FILES) ${PROJECT_RELEASE}/include/zilog
|
||||
ifeq ($(HAS_KA9Q),yes)
|
||||
$(INSTALL) -m 444 $(KA9Q_H_FILES) ${PROJECT_RELEASE}/include/ka9q
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user