summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/tmtests/tm03/Makefile.am
blob: a1ce92a0cbd345e56da10dc3b3e2a54ff52f4731 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## $Id$

include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am

include $(top_srcdir)/ada.am

noinst_PROGRAMS = tm03.exe
tm03_exe_SOURCES = tm03.adb config.h tmtest.adb tmtest.ads
tm03_exe_SOURCES += ../../support/init.c

tm03.exe: tm03.adb init.$(OBJEXT)
	$(GNATCOMPILE) -margs -a $< -o $@

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