source: rtems/c/src/ada-tests/mptests/mp02/node1/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
Line 
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
10node1$(EXEEXT): ../mptest.adb
11        $(GNATCOMPILE) -margs -a $< -o $@
12
13if EXPADA
14noinst_PROGRAMS = node1
15endif
16
17node1_SOURCES = mptest-per_node_configuration.adb
18
19scndir = $(rtems_ada_testsdir)
20dist_scn_DATA = mp02-node1.scn
21
22include $(top_srcdir)/../../../testsuites/automake/local.am
Note: See TracBrowser for help on using the repository browser.