source: rtems/testsuites/ada/mptests/mp07/node2/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: 541 bytes
Line 
1include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
2include $(top_srcdir)/../automake/compile.am
3
4include $(top_srcdir)/ada.am
5
6AM_ADAFLAGS += -I$(srcdir)/..
7
8noinst_PROGRAMS = mp07_ada_mp07_node2
9mp07_ada_mp07_node2_SOURCES = mp07_node2.adb ../mptest.adb config.h
10mp07_ada_mp07_node2_SOURCES += ../mptest.ads
11mp07_ada_mp07_node2_SOURCES += ../../../support/init.c
12
13mp07_ada_mp07_node2$(EXEEXT): mp07_node2.adb ../mptest.adb init.$(OBJEXT)
14        $(GNATCOMPILE) -margs -a $< -o $@
15
16scndir = $(rtems_ada_testsdir)
17dist_scn_DATA = ada_mp07-node2.scn
18
Note: See TracBrowser for help on using the repository browser.