source: rtems/testsuites/samples/base_mp/node2/Makefile.am @ f9f0582

4.104.114.84.95
Last change on this file since f9f0582 was f9f0582, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/05 at 10:36:38

Cleanup

  • Property mode set to 100644
File size: 690 bytes
Line 
1##
2##  $Id$
3##
4
5NODE = 2
6SAMPLE = base_mp-node$(NODE)
7PGM = ${ARCH}/$(SAMPLE).exe
8
9MANAGERS = io mp
10
11noinst_LIBRARIES = lib.a
12lib_a_SOURCES = ../init.c ../apptask.c ../system.h
13
14DOCTYPES = doc scn
15DOCS = $(DOCTYPES:%=base_mp.%)
16
17OBJS = $(lib_a_OBJECTS)
18
19
20include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
21include $(top_srcdir)/../automake/compile.am
22include $(top_srcdir)/../automake/leaf.am
23include $(top_srcdir)/sample.am
24
25AM_CPPFLAGS += -DNODE_NUMBER=$(NODE) -I.
26
27#
28# (OPTIONAL) Add local stuff here using +=
29#
30
31${PGM}: $(OBJS) $(LINK_FILES)
32        $(make-exe)
33
34all-local: $(TMPINSTALL_FILES)
35
36EXTRA_DIST = $(DOCS)
37
38CLEANFILES = $(TMPINSTALL_FILES)
39
40include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.