summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/mptests/mp09/node2/Makefile.am
blob: 2627859ad3adc72ea4be62f00cc7f27f49b5e120 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## $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)/..

noinst_PROGRAMS = mp09_ada_mp09_node2
mp09_ada_mp09_node2_SOURCES = mp09_node2.adb ../mptest.adb config.h
mp09_ada_mp09_node2_SOURCES += ../mptest.ads
mp09_ada_mp09_node2_SOURCES += ../../../support/init.c

mp09_ada_mp09_node2$(EXEEXT): mp09_node2.adb ../mptest.adb init.$(OBJEXT)
	$(GNATCOMPILE) -margs -a $< -o $@

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

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