Changeset e2d79559 in rtems for c/Makefile.in
- Timestamp:
- Apr 9, 1997, 2:05:50 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 48d6de3
- Parents:
- bed475e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/Makefile.in
rbed475e re2d79559 28 28 SUB_DIRS=build-tools src 29 29 30 # We only make the ka9q install point if it is enabled. 31 LIBKA9Q_yes_V = include/ka9q 32 LIBKA9Q = $(LIBKA9Q_$(HAS_KA9Q)_V) 33 30 34 # directories to be created in install point 31 35 CREATE_DIRS = include include/sys \ 32 36 include/rtems include/rtems/score include/rtems/rtems include/rtems/posix \ 33 include/libc include/libc/sys \ 37 include/netinet include/libc include/libc/sys \ 38 $(LIBKA9Q) \ 34 39 lib \ 35 40 bin \
Note: See TracChangeset
for help on using the changeset viewer.