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

4.104.114.84.95
Last change on this file since a6b588d6 was a6b588d6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/13/05 at 06:46:05

Convert to using *_PROGRAMS.

  • Property mode set to 100644
File size: 826 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = io mp partition
6
7rtems_tests_PROGRAMS = mp12-node1.exe
8mp12_node1_exe_SOURCES = ../init.c ../system.h
9
10scndir = $(rtems_testsdir)
11dist_scn_DATA = mp12-node1.scn
12docdir = $(rtems_testsdir)
13dist_doc_DATA = mp12-node1.doc
14
15include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
16include $(top_srcdir)/../automake/compile.am
17include $(top_srcdir)/../automake/leaf.am
18
19mp12_node1_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
20
21AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
22
23AM_CPPFLAGS += -I$(top_srcdir)/../support/include
24
25LINK_OBJS = $(mp12_node1_exe_OBJECTS) $(mp12_node1_exe_LDADD)
26LINK_LIBS = $(mp12_node1_exe_LDLIBS)
27
28mp12-node1.exe$(EXEEXT): $(mp12_node1_exe_OBJECTS) $(mp12_node1_exe_DEPENDENCIES)
29        @rm -f mp12-node1.exe$(EXEEXT)
30        $(make-exe)
31
32include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.