summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/mptests/mp06/node1/Makefile.am
blob: 45bde9a044b9a6a1ac91bb3f9a7039df4613ba6f (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)/../automake/compile.am

include $(top_srcdir)/ada.am

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

noinst_PROGRAMS = mp06_ada_mp06_node1
mp06_ada_mp06_node1_SOURCES = mp06_node1.adb ../mptest.adb config.h
mp06_ada_mp06_node1_SOURCES += ../mptest.ads
mp06_ada_mp06_node1_SOURCES += ../../../support/init.c

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

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

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