source: rtems/c/src/lib/Makefile.in @ 96b39164

4.104.114.84.95
Last change on this file since 96b39164 was 0280cb6, checked in by Joel Sherrill <joel.sherrill@…>, on 08/20/98 at 14:39:09

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

  • Property mode set to 100644
File size: 974 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7VPATH = @srcdir@
8RTEMS_ROOT = @top_srcdir@
9PROJECT_ROOT = @PROJECT_ROOT@
10
11include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
12include $(RTEMS_ROOT)/make/directory.cfg
13
14# We only build the KA9Q library if HAS_KA9Q was defined
15LIBKA9Q_yes_V = libka9q
16LIBKA9Q = $(LIBKA9Q_$(HAS_KA9Q)_V)
17
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
24# We only build the rtems++ library if HAS_CPLUSPLUS was defined
25LIBRTEMSCPLUSPLUS_yes_V = librtems++
26LIBRTEMSCPLUSPLUS = $(LIBRTEMSCPLUSPLUS_$(HAS_CPLUSPLUS)_V)
27
28# General Hardware API library
29LIBHWAPI=$(wildcard libhwapi)
30
31SUB_DIRS=start include $(NETWORKING_INCLUDE) libmisc libc libcpu libbsp \
32         $(LIBKA9Q) $(LIBNETWORKING) $(LIBHWAPI) $(LIBRTEMSCPLUSPLUS) wrapup
Note: See TracBrowser for help on using the repository browser.