source: rtems/c/src/lib/Makefile.in @ 91333c2

4.104.114.84.95
Last change on this file since 91333c2 was 91333c2, checked in by Joel Sherrill <joel.sherrill@…>, on 07/31/97 at 22:04:17

Merged very large and much appreciated patch from Chris Johns
<cjohns@…>. This patch includes the ods68302 bsp,
the RTEMS++ class library, and the rtems++ test.

  • Property mode set to 100644
File size: 490 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 rtems++ library if HAS_CPLUSPLUS was defined
14LIBRTEMSCPLUSPLUS_yes_V = librtems++
15LIBRTEMSCPLUSPLUS = $(LIBRTEMSCPLUSPLUS_$(HAS_CPLUSPLUS)_V)
16
17# General Hardware API library
18LIBHWAPI=$(wildcard libhwapi)
19
20SUB_DIRS=start include libmisc libc libcpu libbsp \
21         $(LIBKA9Q) $(LIBHWAPI) $(LIBRTEMSCPLUSPLUS) wrapup
Note: See TracBrowser for help on using the repository browser.