summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/mptests/mp14/node1/Makefile.am
blob: 0dc8f8be52e5eb42700d0370efa1405b9729e0c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 = mp14_ada_mp14_node1
mp14_ada_mp14_node1_SOURCES = mp14_node1.adb ../mptest.adb config.h
mp14_ada_mp14_node1_SOURCES += ../mptest.ads
mp14_ada_mp14_node1_SOURCES += ../../../support/init.c

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

scndir = $(rtems_ada_testsdir)
dist_scn_DATA = ada_mp14-node1.scn

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