source:
rtems/c/src/ada-tests/mptests/mp12/node2/Makefile.am
@
603b359
Last change on this file since 603b359 was 603b359, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/20/05 at 17:08:04 | |
---|---|
|
|
File size: 401 bytes |
Line | |
---|---|
1 | ## $Id$ |
2 | |
3 | include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg |
4 | include $(top_srcdir)/../../../testsuites/automake/compile.am |
5 | |
6 | include $(top_srcdir)/ada.am |
7 | |
8 | AM_ADAFLAGS += -I$(srcdir)/.. |
9 | |
10 | node2$(EXEEXT): ../mptest.adb |
11 | $(GNATCOMPILE) -margs -a $< -o $@ |
12 | |
13 | if EXPADA |
14 | noinst_PROGRAMS = node2 |
15 | endif |
16 | |
17 | node2_SOURCES = mptest-per_node_configuration.adb |
18 | |
19 | include $(top_srcdir)/../../../testsuites/automake/local.am |
Note: See TracBrowser
for help on using the repository browser.