Changeset f5bd03c in rtems for c/src/lib/Makefile.in
- Timestamp:
- 05/23/97 21:44:19 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b65131dc
- Parents:
- 69df7da
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/Makefile.in
r69df7da rf5bd03c 11 11 include $(PROJECT_ROOT)/make/directory.cfg 12 12 13 # We only build the ka9q library if HAS_KA9Q was defined14 LIBKA9Q_yes_V = libka9q15 LIBKA9Q = $(LIBKA9Q_$(HAS_KA9Q)_V)16 17 13 # General Hardware API library 18 14 LIBHWAPI=$(wildcard libhwapi) 19 15 20 16 SUB_DIRS=start include libmisc libc libcpu libbsp \ 21 $(LIB KA9Q) $(LIBHWAPI) wrapup17 $(LIBHWAPI) wrapup
Note: See TracChangeset
for help on using the changeset viewer.