Part II automake reorg by Ralf Corsepius

This commit is contained in:
Joel Sherrill
1998-12-15 22:02:28 +00:00
parent 7e22c7d060
commit ee44db38c0
2 changed files with 2 additions and 7 deletions

View File

@@ -11,4 +11,4 @@ PROJECT_ROOT = @PROJECT_ROOT@
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/directory.cfg include $(RTEMS_ROOT)/make/directory.cfg
SUB_DIRS=headers $(INLINE) optman src SUB_DIRS=include $(INLINE) optman src

View File

@@ -18,11 +18,7 @@ H_PIECES=asr attr clock config dpmem event eventset \
support tasks timer types $(MP_PIECES) support tasks timer types $(MP_PIECES)
H_FILES=$(H_PIECES:%=$(srcdir)/%.h) H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
# H_FILES that get installed externally SRCS=$(H_FILES)
EXTERNAL_H_PIECES = rtems
EXTERNAL_H_FILES=$(EXTERNAL_H_PIECES:%=$(srcdir)/%.h)
SRCS=$(H_FILES) $(EXTERNAL_H_FILES)
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/leaf.cfg include $(RTEMS_ROOT)/make/leaf.cfg
@@ -39,4 +35,3 @@ CLOBBER_ADDITIONS +=
all: $(SRCS) all: $(SRCS)
$(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/rtems $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/rtems
$(INSTALL) -m 444 ${EXTERNAL_H_FILES} $(PROJECT_INCLUDE)