summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/tmtests/tmoverhd/Makefile.am
blob: e12637fc51f5b2f34a1116cedf2f5d9be2f41f1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am

include $(top_srcdir)/ada.am

noinst_PROGRAMS = ada_tmoverhd
ada_tmoverhd_SOURCES = tmoverhd.adb config.h tmtest.adb tmtest.ads \
    dummy_rtems.adb dummy_rtems.ads
ada_tmoverhd_SOURCES += ../../support/init.c

ada_tmoverhd$(EXEEXT): tmoverhd.adb init.$(OBJEXT)
	$(GNATCOMPILE) -margs -a $< -o $@