source: rtems/c/src/tests/mptests/mp01/node2/Makefile.am @ 8fbdf07

4.104.114.84.95
Last change on this file since 8fbdf07 was 8fbdf07, checked in by Joel Sherrill <joel.sherrill@…>, on 01/31/00 at 15:22:23

Patch rtems-rc-20000118-2.diff from Ralf Corsepius <corsepiu@…>
that contains cosmetical changes to the Makefile.ams below tests (removes
old, now invalid comments from these Makefile.ams).

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