source: rtems/testsuites/mptests/mp12/node2/Makefile.am @ d66557f

4.104.114.84.95
Last change on this file since d66557f was d66557f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/05 at 09:09:26

Switch back to include compile.am instead of amcompile.am

  • Property mode set to 100644
File size: 757 bytes
Line 
1##
2## $Id$
3##
4
5NODE = 2
6TEST = mp12
7PGM = ${ARCH}/$(TEST)-node$(NODE).exe
8
9MANAGERS = io mp partition
10
11noinst_LIBRARIES = lib.a
12lib_a_SOURCES = ../init.c system.h
13
14DOCTYPES = doc scn
15DOCS = $(DOCTYPES:%=$(TEST).%)
16
17SRCS = $(DOCS)
18OBJS = $(lib_a_OBJECTS)
19
20PRINT_SRCS = $(DOCS)
21
22include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
23include $(top_srcdir)/../automake/compile.am
24include $(top_srcdir)/../automake/leaf.am
25include $(top_srcdir)/mptests.am
26
27AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/..
28
29if HAS_MP
30
31#
32# (OPTIONAL) Add local stuff here using +=
33#
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.