source: rtems/testsuites/mptests/mp11/node1/Makefile.am @ 9fa380ef

4.104.114.84.95
Last change on this file since 9fa380ef was 8c27637, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 21:21:29

2003-12-01 Ralf Corsepius <corsepiu@…>

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