source: rtems/testsuites/mptests/mp07/node2/Makefile.am @ f068a6f9

4.104.114.84.95
Last change on this file since f068a6f9 was f068a6f9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/05 at 12:52:00

Misc. bugfixes.

  • Property mode set to 100644
File size: 737 bytes
Line 
1##
2## $Id$
3##
4
5NODE = 2
6TEST = mp07
7PGM = ${ARCH}/$(TEST)-node$(NODE).exe
8
9MANAGERS = io mp event timer
10
11noinst_LIBRARIES = lib.a
12lib_a_SOURCES = ../init.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
33${PGM}: $(OBJS) $(LINK_FILES)
34        $(make-exe)
35
36all-local: $(TMPINSTALL_FILES)
37else
38all-local:
39endif
40
41EXTRA_DIST = $(DOCS)
42
43CLEANFILES = $(TMPINSTALL_FILES)
44
45include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.