source: rtems/testsuites/mptests/mp05/node2/Makefile.am @ 506f0d0

4.104.114.84.95
Last change on this file since 506f0d0 was 506f0d0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/10/05 at 22:00:28

Reflect changes to TEST variable contents.

  • Property mode set to 100644
File size: 798 bytes
Line 
1##
2## $Id$
3##
4
5NODE = 2
6TEST = mp05-node$(NODE)
7PGM = $(ARCH)/$(TEST).exe
8
9MANAGERS = io mp signal timer
10
11noinst_LIBRARIES = lib.a
12lib_a_SOURCES = ../init.c ../asr.c ../task1.c ../system.h
13
14DOCTYPES = doc scn
15DOCS = $(DOCTYPES:%=$(TEST).%)
16
17OBJS = $(lib_a_OBJECTS)
18
19
20include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
21include $(top_srcdir)/../automake/compile.am
22include $(top_srcdir)/../automake/leaf.am
23include $(top_srcdir)/mptests.am
24
25AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/..
26
27if HAS_MP
28
29#
30# (OPTIONAL) Add local stuff here using +=
31#
32
33AM_CPPFLAGS += -I$(top_srcdir)/../support/include
34
35${PGM}: $(OBJS) $(LINK_FILES)
36        $(make-exe)
37
38all-local: $(TMPINSTALL_FILES)
39else
40all-local:
41endif
42
43EXTRA_DIST = $(DOCS)
44
45CLEANFILES = $(TMPINSTALL_FILES)
46
47include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.