source: rtems/c/src/lib/Makefile.in @ f99d4f83

4.104.114.84.95
Last change on this file since f99d4f83 was 30e3029, checked in by Joel Sherrill <joel.sherrill@…>, on 08/01/97 at 20:58:10

Added conditional for KA9Q.

  • Property mode set to 100644
File size: 607 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
8VPATH=@srcdir@
9
10include $(RTEMS_CUSTOM)
11include $(PROJECT_ROOT)/make/directory.cfg
12
13# We only build the KA9Q library if HAS_KA9Q was defined
14LIBKA9Q_yes_V = libka9q
15LIBKA9Q = $(LIBKA9Q_$(HAS_KA9Q)_V)
16
17# We only build the rtems++ library if HAS_CPLUSPLUS was defined
18LIBRTEMSCPLUSPLUS_yes_V = librtems++
19LIBRTEMSCPLUSPLUS = $(LIBRTEMSCPLUSPLUS_$(HAS_CPLUSPLUS)_V)
20
21# General Hardware API library
22LIBHWAPI=$(wildcard libhwapi)
23
24SUB_DIRS=start include libmisc libc libcpu libbsp \
25         $(LIBKA9Q) $(LIBHWAPI) $(LIBRTEMSCPLUSPLUS) wrapup
Note: See TracBrowser for help on using the repository browser.