source: rtems/c/src/ada-tests/mptests/mp14/node2/Makefile.am @ 333a312

4.115
Last change on this file since 333a312 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: 618 bytes
Line 
1include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
2include $(top_srcdir)/../../../testsuites/automake/compile.am
3
4include $(top_srcdir)/ada.am
5
6AM_ADAFLAGS += -I$(srcdir)/..
7
8noinst_PROGRAMS = mp14_ada_mp14_node2
9mp14_ada_mp14_node2_SOURCES = mp14_node2.adb ../mptest.adb config.h
10mp14_ada_mp14_node2_SOURCES += ../mptest.ads
11mp14_ada_mp14_node2_SOURCES += ../../../support/init.c
12
13mp14_ada_mp14_node2$(EXEEXT): mp14_node2.adb ../mptest.adb init.$(OBJEXT)
14        $(GNATCOMPILE) -margs -a $< -o $@
15
16scndir = $(rtems_ada_testsdir)
17dist_scn_DATA = ada_mp14-node2.scn
18
19include $(top_srcdir)/../../../testsuites/automake/local.am
Note: See TracBrowser for help on using the repository browser.