Changeset 0280cb6 in rtems for c/src/lib/Makefile.in
- Timestamp:
- 08/20/98 14:39:09 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 53ee76b
- Parents:
- 3f098aed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/Makefile.in
r3f098aed r0280cb6 16 16 LIBKA9Q = $(LIBKA9Q_$(HAS_KA9Q)_V) 17 17 18 # We only build the networking library if HAS_NETWORKING was defined 19 LIBNETWORKING_yes_V = libnetworking 20 LIBNETWORKING = $(LIBNETWORKING_$(HAS_NETWORKING)_V) 21 NETWORKING_INCLUDE_yes_V = libnetworking/include 22 NETWORKING_INCLUDE = $(NETWORKING_INCLUDE_$(HAS_NETWORKING)_V) 23 18 24 # We only build the rtems++ library if HAS_CPLUSPLUS was defined 19 25 LIBRTEMSCPLUSPLUS_yes_V = librtems++ … … 23 29 LIBHWAPI=$(wildcard libhwapi) 24 30 25 SUB_DIRS=start include libmisc libc libcpu libbsp \26 $(LIBKA9Q) $(LIB HWAPI) $(LIBRTEMSCPLUSPLUS) wrapup31 SUB_DIRS=start include $(NETWORKING_INCLUDE) libmisc libc libcpu libbsp \ 32 $(LIBKA9Q) $(LIBNETWORKING) $(LIBHWAPI) $(LIBRTEMSCPLUSPLUS) wrapup
Note: See TracChangeset
for help on using the changeset viewer.