summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/samples/base_mp/node1/Makefile.am
blob: 1b09523a7eb14c00d297249d1481a8b49e51e77e (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
## $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)/..

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

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

if EXPADA
noinst_PROGRAMS = ada_base_mp_node1.exe
endif

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

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