summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/samples/base_mp/node2/Makefile.am
blob: 8fde3a6c447e697f90c670c0f109c91566e20c23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## $Id$

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

include $(top_srcdir)/ada.am

AM_ADAFLAGS += -I$(srcdir)/..

node2.exe: ../mptest.adb init.o
	$(GNATCOMPILE) -margs -a $< -o $@

init.o: ../../../support/init.c
	$(COMPILE.c) -DNODE_NUMBER=2 -I$(srcdir)/.. -c $<

if EXPADA
noinst_PROGRAMS = node2.exe
endif

node2_exe_SOURCES = mptest-per_node_configuration.adb

scndir = $(rtems_ada_testsdir)
dist_scn_DATA = base_mp-node2.scn

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