source: rtems/c/src/ada-tests/sptests/sp04/Makefile.am @ b2c6795e

4.115
Last change on this file since b2c6795e was b2c6795e, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:52:51

Remove CVS-Ids.

  • Property mode set to 100644
File size: 471 bytes
Line 
1include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
2include $(top_srcdir)/../../../testsuites/automake/compile.am
3
4include $(top_srcdir)/ada.am
5
6noinst_PROGRAMS = ada_sp04
7ada_sp04_SOURCES = sp04.adb config.h sptest.adb sptest.ads
8ada_sp04_SOURCES += ../../support/init.c
9
10ada_sp04$(EXEEXT): sp04.adb init.$(OBJEXT)
11        $(GNATCOMPILE) -margs -a $< -o $@
12
13scndir = $(rtems_ada_testsdir)
14dist_scn_DATA = ada_sp04.scn
15
16include $(top_srcdir)/../../../testsuites/automake/local.am
Note: See TracBrowser for help on using the repository browser.