source: rtems/testsuites/mptests/mp12/node1/Makefile.am @ 5b6ea7a

4.104.114.84.95
Last change on this file since 5b6ea7a was 5b6ea7a, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/00 at 16:05:46

2000-09-04 Ralf Corsepius <corsepiu@…>

  • mp01/node1/Makefile.am, mp01/node2/Makefile.am, mp02/node1/Makefile.am, mp02/node2/Makefile.am, mp03/node1/Makefile.am, mp03/node2/Makefile.am, mp04/node1/Makefile.am, mp04/node2/Makefile.am, mp05/node1/Makefile.am, mp05/node2/Makefile.am, mp06/node1/Makefile.am, mp06/node2/Makefile.am, mp07/node1/Makefile.am, mp07/node2/Makefile.am, mp08/node1/Makefile.am, mp08/node2/Makefile.am, mp09/node1/Makefile.am, mp09/node2/Makefile.am, mp10/node1/Makefile.am, mp10/node2/Makefile.am, mp11/node1/Makefile.am, mp11/node2/Makefile.am, mp12/node1/Makefile.am, mp12/node2/Makefile.am, mp13/node1/Makefile.am, mp13/node2/Makefile.am, mp14/node1/Makefile.am, mp14/node2/Makefile.am: Include compile.am
  • Property mode set to 100644
File size: 839 bytes
RevLine 
[df49c60]1##
[c4ea5efc]2## $Id$
[df49c60]3##
[c4ea5efc]4
5AUTOMAKE_OPTIONS = foreign 1.4
[df49c60]6
[c4ea5efc]7VPATH = @srcdir@:@srcdir@/..
8
9NODE = 1
10TEST = mp12
11PGM = ${ARCH}/$(TEST)-node$(NODE).exe
12
13MANAGERS = io mp partition
14
15C_FILES = init.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
[5b6ea7a]29include $(top_srcdir)/../../../../automake/compile.am
[c4ea5efc]30include $(RTEMS_ROOT)/make/leaf.cfg
31include $(top_srcdir)/mptests.am
32
[b8a30d07]33AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/..
34
[c4ea5efc]35if HAS_MP
36
37#
38# (OPTIONAL) Add local stuff here using +=
39#
40
41${PGM}: $(OBJS) $(LINK_FILES)
42        $(make-exe)
43
44all-local: $(ARCH) $(TMPINSTALL_FILES)
45else
46all-local:
47endif
48
49EXTRA_DIST = $(DOCS)
50
51include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.