4.104.114.84.95
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 | scndir = $(rtems_ada_testsdir) |
---|
20 | dist_scn_DATA = mp12-node2.scn |
---|
21 | |
---|
22 | include $(top_srcdir)/../../../testsuites/automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.