source: rtems/c/src/lib/Makefile.in @ 21bfd93

4.104.114.84.95
Last change on this file since 21bfd93 was 28e7d7fa, checked in by Joel Sherrill <joel.sherrill@…>, on 08/20/98 at 22:04:22

Patches from Eric Norum

  • Property mode set to 100644
File size: 846 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 networking library if HAS_NETWORKING was defined
15LIBNETWORKING_yes_V = libnetworking
16LIBNETWORKING = $(LIBNETWORKING_$(HAS_NETWORKING)_V)
17NETWORKING_INCLUDE_yes_V = libnetworking/include
18NETWORKING_INCLUDE = $(NETWORKING_INCLUDE_$(HAS_NETWORKING)_V)
19
20# We only build the rtems++ library if HAS_CPLUSPLUS was defined
21LIBRTEMSCPLUSPLUS_yes_V = librtems++
22LIBRTEMSCPLUSPLUS = $(LIBRTEMSCPLUSPLUS_$(HAS_CPLUSPLUS)_V)
23
24# General Hardware API library
25LIBHWAPI=$(wildcard libhwapi)
26
27SUB_DIRS=start include $(NETWORKING_INCLUDE) libmisc libc libcpu libbsp \
28         $(LIBNETWORKING) $(LIBHWAPI) $(LIBRTEMSCPLUSPLUS) wrapup
Note: See TracBrowser for help on using the repository browser.