source: rtems/testsuites/mptests/mp03/node2/Makefile.am @ 6709e2f

4.104.114.84.95
Last change on this file since 6709e2f was d65005e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/09/05 at 12:44:35

AM_CPPFLAGS += -I..../support/include.

  • Property mode set to 100644
File size: 799 bytes
Line 
1##
2## $Id$
3##
4
5NODE = 2
6TEST = mp03
7PGM = ${ARCH}/$(TEST)-node$(NODE).exe
8
9MANAGERS = io mp timer event
10
11noinst_LIBRARIES = lib.a
12lib_a_SOURCES = ../init.c ../delay.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.