source: rtems/testsuites/mptests/mp14/node2/Makefile.am @ 564dcf42

4.104.114.84.95
Last change on this file since 564dcf42 was 564dcf42, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/11/05 at 14:41:53

Rework.

  • Property mode set to 100644
File size: 860 bytes
Line 
1##
2## $Id$
3##
4
5PGM = $(ARCH)/mp14-node2.exe
6
7MANAGERS = io mp event partition semaphore timer message
8
9noinst_LIBRARIES = lib.a
10lib_a_SOURCES = ../exit.c ../init.c ../delay.c ../evtask1.c ../evtmtask.c \
11    ../pttask1.c ../smtask1.c ../msgtask1.c ../system.h
12
13testsdir = $(libdir)/tests
14scndir = $(testsdir)
15dist_scn_DATA = mp14-node2.scn
16docdir = $(testsdir)
17dist_doc_DATA = mp14-node2.doc
18
19OBJS = $(lib_a_OBJECTS)
20
21include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
22include $(top_srcdir)/../automake/compile.am
23include $(top_srcdir)/../automake/leaf.am
24
25$(PGM): ${ARCH}/$(dirstamp)
26
27AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
28AM_CPPFLAGS += -DMAX_LONG_TEST_DURATION=$(MAX_LONG_TEST_DURATION)
29
30AM_CPPFLAGS += -I$(top_srcdir)/../support/include
31
32tests_SCRIPTS = $(PGM)
33
34$(PGM): $(OBJS) $(LINK_FILES)
35        $(make-exe)
36
37include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.