4.104.114.84.95
Last change
on this file since dbab462 was
dbab462,
checked in by Joel Sherrill <joel.sherrill@…>, on 07/24/98 at 16:09:51
|
Patch from Eric Valette <valette@…> and Emmanuel Raguet
<raguet@…> to make their patches work together.
|
-
Property mode set to
100644
|
File size:
854 bytes
|
Line | |
---|
1 | # |
---|
2 | # $Id$ |
---|
3 | # |
---|
4 | |
---|
5 | @SET_MAKE@ |
---|
6 | srcdir = @srcdir@ |
---|
7 | VPATH = @srcdir@ |
---|
8 | RTEMS_ROOT = @top_srcdir@ |
---|
9 | PROJECT_ROOT = @PROJECT_ROOT@ |
---|
10 | |
---|
11 | include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg |
---|
12 | include $(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 | |
---|
17 | CPLUSPLUS_TESTS_yes_V = cdtest |
---|
18 | CPLUSPLUS_TESTS = $(CPLUSPLUS_TESTS_$(HAS_CPLUSPLUS)_V) |
---|
19 | |
---|
20 | # We only build the sockets tests if HAS_KA9Q was defined |
---|
21 | SOCKET_yes_V = socket |
---|
22 | SOCKET = $(SOCKET_$(HAS_KA9Q)_V) |
---|
23 | |
---|
24 | HOSTSOCKET_yes_V = socket/pgmHost |
---|
25 | HOSTSOCKET = $(HOSTSOCKET_$(HAS_KA9Q)_V) |
---|
26 | |
---|
27 | # base_mp is a sample multiprocessing test |
---|
28 | # We only build it if HAS_MP was defined |
---|
29 | |
---|
30 | MP_TESTS_yes_V = base_mp |
---|
31 | MP_TESTS = $(MP_TESTS_$(HAS_MP)_V) |
---|
32 | |
---|
33 | FP_TESTS = paranoia |
---|
34 | |
---|
35 | SUB_DIRS=hello ticker base_sp $(HOSTSOCKET) $(SOCKET) \ |
---|
36 | $(MP_TESTS) $(CPLUSPLUS_TESTS) $(FP_TESTS) |
---|
37 | |
---|
38 | |
---|
39 | |
---|
Note: See
TracBrowser
for help on using the repository browser.