source: rtems/testsuites/mptests/mp02/node2/Makefile.am @ cb281880

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

Eliminate DOCTYPES.

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