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

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

include $(top_srcdir)/ada.am

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

noinst_PROGRAMS = hello

hello_SOURCES = hello.adb \
config.h sptest.adb sptest.ads

EXTRA_DIST = hello.scn

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