Changeset 1f0f3e35 in rtems for c/Makefile.in
- Timestamp:
- May 27, 1997, 11:39:29 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3dc513e
- Parents:
- 7922df59
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/Makefile.in
r7922df59 r1f0f3e35 28 28 SUB_DIRS=build-tools src 29 29 30 # We only make the install point for the KA9Q header files 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 37 include/netinet include/libc include/libc/sys \ 38 $(LIBKA9Q) \ 34 39 lib bin samples \ 35 40 tests tests/screens tests/screens/sptests \
Note: See TracChangeset
for help on using the changeset viewer.