source: rtems/testsuites/mptests/mp10/node2/Makefile.am @ 8c27637

4.104.114.84.95
Last change on this file since 8c27637 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: 827 bytes
RevLine 
[df49c60]1##
[c4ea5efc]2## $Id$
[df49c60]3##
[c4ea5efc]4
5VPATH = @srcdir@:@srcdir@/..
6
7NODE = 2
8TEST = mp10
9PGM = ${ARCH}/$(TEST)-node$(NODE).exe
10
11MANAGERS = io mp message semaphore
12
13C_FILES = init.c task1.c task2.c task3.c
[d822540]14C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
[c4ea5efc]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
[e76fd73]27include $(top_srcdir)/../automake/compile.am
28include $(top_srcdir)/../automake/leaf.am
[c4ea5efc]29include $(top_srcdir)/mptests.am
30
[b8a30d07]31AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/..
32
[c4ea5efc]33if HAS_MP
34
35#
36# (OPTIONAL) Add local stuff here using +=
37#
38
39${PGM}: $(OBJS) $(LINK_FILES)
40        $(make-exe)
41
[8c27637]42all-local: $(TMPINSTALL_FILES)
[c4ea5efc]43else
44all-local:
45endif
46
47EXTRA_DIST = $(DOCS)
48
[e76fd73]49include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.