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

4.104.114.84.95
Last change on this file since e76fd73 was e76fd73, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 16:27:11

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
mp01/Makefile.am: Reflect having moved automake.
mp01/node1/Makefile.am: Reflect having moved automake.
mp01/node2/Makefile.am: Reflect having moved automake.
mp02/Makefile.am: Reflect having moved automake.
mp02/node1/Makefile.am: Reflect having moved automake.
mp02/node2/Makefile.am: Reflect having moved automake.
mp03/Makefile.am: Reflect having moved automake.
mp03/node1/Makefile.am: Reflect having moved automake.
mp03/node2/Makefile.am: Reflect having moved automake.
mp04/Makefile.am: Reflect having moved automake.
mp04/node1/Makefile.am: Reflect having moved automake.
mp04/node2/Makefile.am: Reflect having moved automake.
mp05/Makefile.am: Reflect having moved automake.
mp05/node1/Makefile.am: Reflect having moved automake.
mp05/node2/Makefile.am: Reflect having moved automake.
mp06/Makefile.am: Reflect having moved automake.
mp06/node1/Makefile.am: Reflect having moved automake.
mp06/node2/Makefile.am: Reflect having moved automake.
mp07/Makefile.am: Reflect having moved automake.
mp07/node1/Makefile.am: Reflect having moved automake.
mp07/node2/Makefile.am: Reflect having moved automake.
mp08/Makefile.am: Reflect having moved automake.
mp08/node1/Makefile.am: Reflect having moved automake.
mp08/node2/Makefile.am: Reflect having moved automake.
mp09/Makefile.am: Reflect having moved automake.
mp09/node1/Makefile.am: Reflect having moved automake.
mp09/node2/Makefile.am: Reflect having moved automake.
mp10/Makefile.am: Reflect having moved automake.
mp10/node1/Makefile.am: Reflect having moved automake.
mp10/node2/Makefile.am: Reflect having moved automake.
mp11/Makefile.am: Reflect having moved automake.
mp11/node1/Makefile.am: Reflect having moved automake.
mp11/node2/Makefile.am: Reflect having moved automake.
mp12/Makefile.am: Reflect having moved automake.
mp12/node1/Makefile.am: Reflect having moved automake.
mp12/node2/Makefile.am: Reflect having moved automake.
mp13/Makefile.am: Reflect having moved automake.
mp13/node1/Makefile.am: Reflect having moved automake.
mp13/node2/Makefile.am: Reflect having moved automake.
mp14/Makefile.am: Reflect having moved automake.
mp14/node1/Makefile.am: Reflect having moved automake.
mp14/node2/Makefile.am: Reflect having moved automake.

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