source: rtems/testsuites/mptests/mp04/node2/Makefile.am @ bfb422d0

4.104.114.84.95
Last change on this file since bfb422d0 was 9c5ea11, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/11/06 at 05:09:12

Eliminate scndir, docdir. Use rtems_testsdir instead.

  • Property mode set to 100644
File size: 790 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = io mp
6
7rtems_tests_PROGRAMS = mp04-node2.exe
8mp04_node2_exe_SOURCES = ../init.c ../task1.c ../system.h
9
10dist_rtems_tests_DATA = mp04-node2.scn
11dist_rtems_tests_DATA += mp04-node2.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17mp04_node2_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
20
21AM_CPPFLAGS += -I$(top_srcdir)/../support/include
22
23LINK_OBJS = $(mp04_node2_exe_OBJECTS) $(mp04_node2_exe_LDADD)
24LINK_LIBS = $(mp04_node2_exe_LDLIBS)
25
26mp04-node2.exe$(EXEEXT): $(mp04_node2_exe_OBJECTS) $(mp04_node2_exe_DEPENDENCIES)
27        @rm -f mp04-node2.exe$(EXEEXT)
28        $(make-exe)
29
30include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.