summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp12/node1/Makefile.am
blob: b72e938793a532bac82c2a7e7090f1197ee1fa4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
rtems_tests_PROGRAMS = mp12-node1
mp12_node1_SOURCES = ../init.c ../system.h

dist_rtems_tests_DATA = mp12-node1.scn
dist_rtems_tests_DATA += mp12-node1.doc

include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am

AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..

AM_CPPFLAGS += -I$(top_srcdir)/../support/include

LINK_OBJS = $(mp12_node1_OBJECTS)
LINK_LIBS = $(mp12_node1_LDLIBS)

mp12-node1$(EXEEXT): $(mp12_node1_OBJECTS) $(mp12_node1_DEPENDENCIES)
	@rm -f mp12-node1$(EXEEXT)
	$(make-exe)

include $(top_srcdir)/../automake/local.am