source: rtems/c/src/tests/libtests/Makefile.in @ f37e656d

4.104.114.84.95
Last change on this file since f37e656d was f37e656d, checked in by Joel Sherrill <joel.sherrill@…>, on 09/21/97 at 16:57:46

Added Monitor test.

  • Property mode set to 100644
File size: 400 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 tests for the rtems++ library if HAS_CPLUSPLUS was defined
14LIBRTEMSCPLUSPLUS_yes_V = rtems++
15LIBRTEMSCPLUSPLUS = $(LIBRTEMSCPLUSPLUS_$(HAS_CPLUSPLUS)_V)
16
17SUB_DIRS=cpuuse rtmonuse malloctest stackchk monitor $(LIBRTEMSCPLUSPLUS)
Note: See TracBrowser for help on using the repository browser.