summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/mptests/mp04/node2/Makefile.am
blob: abc3a98fe97a6b4e8130c5c25ccadd91c0501796 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## $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$(EXEEXT): ../mptest.adb
	$(GNATCOMPILE) -margs -a $< -o $@

if EXPADA
noinst_PROGRAMS = node2
endif

node2_SOURCES = mptest-per_node_configuration.adb

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

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