source: rtems/c/src/ada-tests/mptests/mp13/node2/Makefile.am @ 33a105fb

4.115
Last change on this file since 33a105fb was 33a105fb, checked in by Joel Sherrill <joel.sherrill@…>, on 05/07/12 at 16:08:48

Revert: Remove CVS Ids

See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.

  • Property mode set to 100644
File size: 627 bytes
RevLine 
[33a105fb]1## $Id$
2
[603b359]3include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
4include $(top_srcdir)/../../../testsuites/automake/compile.am
5
6include $(top_srcdir)/ada.am
7
8AM_ADAFLAGS += -I$(srcdir)/..
9
[221db54]10noinst_PROGRAMS = mp13_ada_mp13_node2
11mp13_ada_mp13_node2_SOURCES = mp13_node2.adb ../mptest.adb config.h
12mp13_ada_mp13_node2_SOURCES += ../mptest.ads
13mp13_ada_mp13_node2_SOURCES += ../../../support/init.c
[603b359]14
[221db54]15mp13_ada_mp13_node2$(EXEEXT): mp13_node2.adb ../mptest.adb init.$(OBJEXT)
[8da756e]16        $(GNATCOMPILE) -margs -a $< -o $@
[603b359]17
[2e6c877]18scndir = $(rtems_ada_testsdir)
[6c4e9d0]19dist_scn_DATA = ada_mp13-node2.scn
[2e6c877]20
[603b359]21include $(top_srcdir)/../../../testsuites/automake/local.am
Note: See TracBrowser for help on using the repository browser.