summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/sp23/Makefile.am
blob: 8edb7f5c27cbb8e9dfc40ff6b9ca349869cce745 (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)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am

include $(top_srcdir)/ada.am

noinst_PROGRAMS = sp23
sp23_SOURCES = sp23.adb config.h sptest.adb sptest.ads

sp23$(EXEEXT): sp23.adb
	$(GNATCOMPILE) -margs -a $< -o $@

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