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

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

include $(top_srcdir)/ada.am

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

init.$(OBJEXT): ../../support/init.c
	$(COMPILE.c) -I$(srcdir) -c $<

noinst_PROGRAMS = nsecs.exe

nsecs_exe_SOURCES = nsecs.adb config.h sptest.adb sptest.ads

scndir = $(rtems_ada_testsdir)
dist_scn_DATA = nsecs.scn

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