source: rtems/c/src/lib/Makefile.in @ 03f2154e

4.104.114.84.95
Last change on this file since 03f2154e was 5bb2ed07, checked in by Joel Sherrill <joel.sherrill@…>, on 04/22/97 at 12:39:23

Added support for HW API package

  • Property mode set to 100644
File size: 423 bytes
RevLine 
[254b4450]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
[e2d79559]13# We only build the ka9q library if HAS_KA9Q was defined
14LIBKA9Q_yes_V = libka9q
15LIBKA9Q = $(LIBKA9Q_$(HAS_KA9Q)_V)
16
[5bb2ed07]17# General Hardware API library
18LIBHWAPI=$(wildcard libhwapi)
19
20SUB_DIRS=start include libmisc libc libcpu libbsp \
21         $(LIBKA9Q) $(LIBHWAPI) wrapup
Note: See TracBrowser for help on using the repository browser.