source: rtems/testsuites/mptests/mp04/node1/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: 671 bytes
Line 
1##
2## $Id$
3##
4
5PGM = $(ARCH)/mp04-node1.exe
6
7MANAGERS = io mp
8
9noinst_LIBRARIES = lib.a
10lib_a_SOURCES = ../init.c ../task1.c ../system.h
11
12testsdir = $(libdir)/tests
13scndir = $(testsdir)
14dist_scn_DATA = mp04-node1.scn
15docdir = $(testsdir)
16dist_doc_DATA = mp04-node1.doc
17
18OBJS = $(lib_a_OBJECTS)
19
20include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
21include $(top_srcdir)/../automake/compile.am
22include $(top_srcdir)/../automake/leaf.am
23
24$(PGM): ${ARCH}/$(dirstamp)
25
26AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
27
28AM_CPPFLAGS += -I$(top_srcdir)/../support/include
29
30tests_SCRIPTS = $(PGM)
31
32$(PGM): $(OBJS) $(LINK_FILES)
33        $(make-exe)
34
35include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.