source: rtems/testsuites/ada/sptests/sp15/Makefile.am @ 477bca2

5
Last change on this file since 477bca2 was 477bca2, checked in by Sebastian Huber <sebastian.huber@…>, on 10/06/18 at 08:59:10

build: Remove local.am

  • Property mode set to 100644
File size: 394 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_sp15
7ada_sp15_SOURCES = sp15.adb config.h sptest.adb sptest.ads
8ada_sp15_SOURCES += ../../support/init.c
9
10ada_sp15$(EXEEXT): sp15.adb init.$(OBJEXT)
11        $(GNATCOMPILE) -margs -a $< -o $@
12
13scndir = $(rtems_ada_testsdir)
14dist_scn_DATA = ada_sp15.scn
15
Note: See TracBrowser for help on using the repository browser.