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

4.104.114.84.95
Last change on this file since 2e6c877 was 2e6c877, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/21/05 at 04:40:11

Add dist_scn_DATA = *.scn.

  • Property mode set to 100644
File size: 464 bytes
RevLine 
[603b359]1## $Id$
2
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
10node2$(EXEEXT): ../mptest.adb
11        $(GNATCOMPILE) -margs -a $< -o $@
12
13if EXPADA
14noinst_PROGRAMS = node2
15endif
16
17node2_SOURCES = mptest-per_node_configuration.adb
18
[2e6c877]19scndir = $(rtems_ada_testsdir)
20dist_scn_DATA = mp13-node2.scn
21
[603b359]22include $(top_srcdir)/../../../testsuites/automake/local.am
Note: See TracBrowser for help on using the repository browser.