source: rtems/c/src/tests/samples/Makefile.in @ 93e3b8a3

4.104.114.84.95
Last change on this file since 93e3b8a3 was 93e3b8a3, checked in by Joel Sherrill <joel.sherrill@…>, on 08/01/98 at 15:01:59

Moved to network demos

  • Property mode set to 100644
File size: 640 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# cdtest is a C++ constructor/destructor test
15# We only build it if HAS_CPLUSCPLUS was defined
16
17CPLUSPLUS_TESTS_yes_V = cdtest
18CPLUSPLUS_TESTS = $(CPLUSPLUS_TESTS_$(HAS_CPLUSPLUS)_V)
19
20# base_mp is a sample multiprocessing test
21# We only build it if HAS_MP was defined
22
23MP_TESTS_yes_V = base_mp
24MP_TESTS = $(MP_TESTS_$(HAS_MP)_V)
25
26FP_TESTS = paranoia
27
28SUB_DIRS=hello ticker base_sp \
29         $(MP_TESTS) $(CPLUSPLUS_TESTS) $(FP_TESTS)
30
31
32
Note: See TracBrowser for help on using the repository browser.