source: rtems/c/src/ada-tests/mptests/mp05/node1/Makefile.am @ b2c6795e

4.115
Last change on this file since b2c6795e 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
RevLine 
[603b359]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
[221db54]8noinst_PROGRAMS = mp05_ada_mp05_node1
9mp05_ada_mp05_node1_SOURCES = mp05_node1.adb ../mptest.adb config.h
10mp05_ada_mp05_node1_SOURCES += ../mptest.ads
11mp05_ada_mp05_node1_SOURCES += ../../../support/init.c
[603b359]12
[221db54]13mp05_ada_mp05_node1$(EXEEXT): mp05_node1.adb ../mptest.adb init.$(OBJEXT)
[8da756e]14        $(GNATCOMPILE) -margs -a $< -o $@
[603b359]15
[2e6c877]16scndir = $(rtems_ada_testsdir)
[6c4e9d0]17dist_scn_DATA = ada_mp05-node1.scn
[2e6c877]18
[603b359]19include $(top_srcdir)/../../../testsuites/automake/local.am
Note: See TracBrowser for help on using the repository browser.