Changeset 0280cb6 in rtems for c/src/lib/Makefile.in


Ignore:
Timestamp:
08/20/98 14:39:09 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
53ee76b
Parents:
3f098aed
Message:

FreeBSD stack compiles for the first time (except libc/strsep.c)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/Makefile.in

    r3f098aed r0280cb6  
    1616LIBKA9Q = $(LIBKA9Q_$(HAS_KA9Q)_V)
    1717
     18# We only build the networking library if HAS_NETWORKING was defined
     19LIBNETWORKING_yes_V = libnetworking
     20LIBNETWORKING = $(LIBNETWORKING_$(HAS_NETWORKING)_V)
     21NETWORKING_INCLUDE_yes_V = libnetworking/include
     22NETWORKING_INCLUDE = $(NETWORKING_INCLUDE_$(HAS_NETWORKING)_V)
     23
    1824# We only build the rtems++ library if HAS_CPLUSPLUS was defined
    1925LIBRTEMSCPLUSPLUS_yes_V = librtems++
     
    2329LIBHWAPI=$(wildcard libhwapi)
    2430
    25 SUB_DIRS=start include libmisc libc libcpu libbsp \
    26          $(LIBKA9Q) $(LIBHWAPI) $(LIBRTEMSCPLUSPLUS) wrapup
     31SUB_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.