Changeset 91333c2 in rtems for c/src/lib/Makefile.in
- Timestamp:
- 07/31/97 22:04:17 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0074691a
- Parents:
- 13f09e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/Makefile.in
r13f09e6 r91333c2 11 11 include $(PROJECT_ROOT)/make/directory.cfg 12 12 13 # We only build the rtems++ library if HAS_CPLUSPLUS was defined 14 LIBRTEMSCPLUSPLUS_yes_V = librtems++ 15 LIBRTEMSCPLUSPLUS = $(LIBRTEMSCPLUSPLUS_$(HAS_CPLUSPLUS)_V) 16 13 17 # General Hardware API library 14 18 LIBHWAPI=$(wildcard libhwapi) 15 19 16 20 SUB_DIRS=start include libmisc libc libcpu libbsp \ 17 $(LIB HWAPI) wrapup21 $(LIBKA9Q) $(LIBHWAPI) $(LIBRTEMSCPLUSPLUS) wrapup
Note: See TracChangeset
for help on using the changeset viewer.