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

include $(top_srcdir)/ada.am

noinst_PROGRAMS = ada_tm06
ada_tm06_SOURCES = tm06.adb config.h tmtest.adb tmtest.ads
ada_tm06_SOURCES += ../../support/init.c

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