Changeset 91333c2 in rtems for c/Makefile.in
- Timestamp:
- Jul 31, 1997, 10:04:17 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0074691
- Parents:
- 13f09e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/Makefile.in
r13f09e6 r91333c2 32 32 LIBKA9Q = $(LIBKA9Q_$(HAS_KA9Q)_V) 33 33 34 # We only make the rtems++ install point if it is enabled. 35 LIBRTEMSCPLUSPLUS_yes_V = include/rtems++ 36 LIBRTEMSCPLUSPLUS = $(LIBRTEMSCPLUSPLUS_$(HAS_CPLUSPLUS)_V) 37 34 38 # directories to be created in install point 35 39 CREATE_DIRS = include include/sys \ … … 37 41 include/netinet include/libc include/libc/sys \ 38 42 $(LIBKA9Q) \ 43 $(LIBRTEMSCPLUSPLUS) \ 39 44 lib bin samples \ 40 45 tests tests/screens tests/screens/sptests \ … … 94 99 95 100 env: $(SRCS) dirs 96
Note: See TracChangeset
for help on using the changeset viewer.