source: rtems/c/src/ada-tests/mptests/mp10/node1/Makefile.am @ 8fdfc9f6

4.104.114.84.95
Last change on this file since 8fdfc9f6 was 603b359, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/20/05 at 17:08:04

New.

  • Property mode set to 100644
File size: 401 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
19include $(top_srcdir)/../../../testsuites/automake/local.am
Note: See TracBrowser for help on using the repository browser.