Changeset e2d79559 in rtems for c/src/lib/Makefile.in
- Timestamp:
- 04/09/97 14:05:50 (26 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/src/lib/Makefile.in
rbed475e re2d79559 11 11 include $(PROJECT_ROOT)/make/directory.cfg 12 12 13 SUB_DIRS=start include libmisc libc libcpu libbsp wrapup 13 # We only build the ka9q library if HAS_KA9Q was defined 14 LIBKA9Q_yes_V = libka9q 15 LIBKA9Q = $(LIBKA9Q_$(HAS_KA9Q)_V) 16 17 SUB_DIRS=start include libmisc libc libcpu libbsp $(LIBKA9Q) wrapup
Note: See TracChangeset
for help on using the changeset viewer.