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

4.104.114.84.95
Last change on this file since dbaf51a was dbaf51a, checked in by Joel Sherrill <joel.sherrill@…>, on 07/23/98 at 22:13:10

Patch from Emmanuel Raguet <raguet@…>:

Here is a patch for KA9Q stack.

This patch contains an Ethernet Driver for Western Digital,
some fixes for the UDP and TCP protocols (for endian conversion)
and some little programs which allow the test of UDP and TCP
sockets via Ethernet.

I have tested that on an Intel machine. If someone can test it
on a big-endian machine, ...

  • Property mode set to 100644
File size: 660 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
28# socket socket/pgmHost
29SUB_DIRS=hello ticker base_sp
30         $(MP_TESTS) $(CPLUSPLUS_TESTS) $(FP_TESTS)
Note: See TracBrowser for help on using the repository browser.