source: rtems/testsuites/ada/sptests/sp07/Makefile.am @ 76bd25e

5
Last change on this file since 76bd25e was ee537ea, checked in by Sebastian Huber <sebastian.huber@…>, on 10/12/17 at 08:00:10

ada-tests: Move to testsuites/ada

This solves a build dependency issue, e.g. building tests before
librtemsbsp.a exists.

Close #3079.

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