summaryrefslogtreecommitdiffstats
path: root/c/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-04 21:42:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-04 21:42:22 +0000
commit7510f18c5b83552aa6a80ce7cee6c3b5e1b0b22b (patch)
treee0695242457de141e4b1ea01490fd92a786b3d97 /c/Makefile.in
parentAdded ppc-rtems as alternative name. (diff)
downloadrtems-7510f18c5b83552aa6a80ce7cee6c3b5e1b0b22b.tar.bz2
Added include/motorola and include/zilog directories to the
install tree and cleaned up spacing.
Diffstat (limited to 'c/Makefile.in')
-rw-r--r--c/Makefile.in18
1 files changed, 10 insertions, 8 deletions
diff --git a/c/Makefile.in b/c/Makefile.in
index 0000a57625..2a53930fcb 100644
--- a/c/Makefile.in
+++ b/c/Makefile.in
@@ -38,14 +38,15 @@ LIBRTEMSCPLUSPLUS = $(LIBRTEMSCPLUSPLUS_$(HAS_CPLUSPLUS)_V)
# directories to be created in install point
CREATE_DIRS = include include/sys \
include/rtems include/rtems/score include/rtems/rtems include/rtems/posix \
- include/netinet include/libc include/libc/sys \
- $(LIBKA9Q) \
- $(LIBRTEMSCPLUSPLUS) \
- lib bin samples \
- tests tests/screens tests/screens/sptests \
- tests/screens/psxtests tests/screens/mptests \
- tests/screens/mptests/node1 tests/screens/mptests/node2 \
- build-tools update-tools
+ include/netinet include/libc include/libc/sys \
+ include/motorola include/zilog \
+ $(LIBKA9Q) \
+ $(LIBRTEMSCPLUSPLUS) \
+ lib bin samples \
+ tests tests/screens tests/screens/sptests \
+ tests/screens/psxtests tests/screens/mptests \
+ tests/screens/mptests/node1 tests/screens/mptests/node2 \
+ build-tools update-tools
# Make all/install must include 'env'
all $(TARGET_VARIANTS:%=%_install) $(TARGET_VARIANTS:%=%_all): env
@@ -63,6 +64,7 @@ dirs:
-test -d $(PROJECT_ROOT)/c/src/lib/libhwapi && \
(cd $(PROJECT_ROOT)/c/src/lib/libhwapi ; $(MAKE) mkdirs)
-$(MKDIR) ${CREATE_DIRS:%=$(PROJECT_ROOT)/$(RTEMS_BSP)/%}
+ -rm -f $(PROJECT_ROOT)/$(RTEMS_BSP)/include
-ln -s $(PROJECT_ROOT)/$(RTEMS_BSP)/include \
$(PROJECT_ROOT)/$(RTEMS_BSP)/lib/include