source: rtems/testsuites/mptests/mp08/node1/Makefile.am @ cb281880

4.104.114.84.95
Last change on this file since cb281880 was cb281880, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/10/05 at 22:21:20

Eliminate DOCTYPES.

  • Property mode set to 100644
File size: 767 bytes
RevLine 
[df49c60]1##
[c4ea5efc]2## $Id$
[df49c60]3##
[c4ea5efc]4
5NODE = 1
[506f0d0]6TEST = mp08-node$(NODE)
7PGM = $(ARCH)/$(TEST).exe
[c4ea5efc]8
9MANAGERS = io mp semaphore
10
[91de2549]11noinst_LIBRARIES = lib.a
[f068a6f9]12lib_a_SOURCES = ../init.c ../task1.c ../system.h
[c4ea5efc]13
[cb281880]14DOCS = $(TEST).doc $(TEST).scn
[c4ea5efc]15
[91de2549]16OBJS = $(lib_a_OBJECTS)
[c4ea5efc]17
18
19include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[d66557f]20include $(top_srcdir)/../automake/compile.am
[e76fd73]21include $(top_srcdir)/../automake/leaf.am
[c4ea5efc]22include $(top_srcdir)/mptests.am
23
[b8a30d07]24AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I$(srcdir)/..
25
[c4ea5efc]26if HAS_MP
27
28#
29# (OPTIONAL) Add local stuff here using +=
30#
31
[d65005e]32AM_CPPFLAGS += -I$(top_srcdir)/../support/include
33
[c4ea5efc]34${PGM}: $(OBJS) $(LINK_FILES)
35        $(make-exe)
36
[8c27637]37all-local: $(TMPINSTALL_FILES)
[c4ea5efc]38else
39all-local:
40endif
41
42EXTRA_DIST = $(DOCS)
43
[b736e817]44CLEANFILES = $(TMPINSTALL_FILES)
45
[e76fd73]46include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.