source: rtems/testsuites/mptests/mp13/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: 805 bytes
RevLine 
[df49c60]1##
[c4ea5efc]2## $Id$
[df49c60]3##
[c4ea5efc]4
5NODE = 2
[506f0d0]6TEST = mp13-node$(NODE)
7PGM = $(ARCH)/$(TEST).exe
[c4ea5efc]8
9MANAGERS = io mp message semaphore
10
[91de2549]11noinst_LIBRARIES = lib.a
[f068a6f9]12lib_a_SOURCES = ../init.c ../task1.c ../task2.c ../system.h
[c4ea5efc]13
14DOCTYPES = doc scn
15DOCS = $(DOCTYPES:%=$(TEST).%)
16
[91de2549]17OBJS = $(lib_a_OBJECTS)
[c4ea5efc]18
19
20include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[d66557f]21include $(top_srcdir)/../automake/compile.am
[e76fd73]22include $(top_srcdir)/../automake/leaf.am
[c4ea5efc]23include $(top_srcdir)/mptests.am
24
[b8a30d07]25AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/..
26
[c4ea5efc]27if HAS_MP
28
29#
30# (OPTIONAL) Add local stuff here using +=
31#
32
[d65005e]33AM_CPPFLAGS += -I$(top_srcdir)/../support/include
34
[c4ea5efc]35${PGM}: $(OBJS) $(LINK_FILES)
36        $(make-exe)
37
[8c27637]38all-local: $(TMPINSTALL_FILES)
[c4ea5efc]39else
40all-local:
41endif
42
43EXTRA_DIST = $(DOCS)
44
[b736e817]45CLEANFILES = $(TMPINSTALL_FILES)
46
[e76fd73]47include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.