source: rtems/c/src/ada-tests/samples/base_mp/Makefile.am @ b3874e1

5
Last change on this file since b3874e1 was b3874e1, checked in by Sebastian Huber <sebastian.huber@…>, on 10/12/17 at 07:04:17

ada-tests: Use _SUBDIRS instead of SUBDIRS

Update #3079.

  • Property mode set to 100644
File size: 557 bytes
Line 
1include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
2include $(top_srcdir)/../../../testsuites/automake/compile.am
3
4_SUBDIRS = node1 node2
5#include $(top_srcdir)/ada.am
6
7#mptest$(EXEEXT): mptest.adb
8#       $(GNATCOMPILE) -margs -a $< -o $@
9
10#if EXPADA
11#noinst_PROGRAMS = mptest
12#endif
13
14#mptest_exe_SOURCES = mptest.adb mptest.ads
15
16#EXTRA_DIST += node1/mptest-per_node_configuration.adb
17
18#EXTRA_DIST += node2/mptest-per_node_configuration.adb
19
20include $(top_srcdir)/../../../testsuites/automake/subdirs.am
21include $(top_srcdir)/../../../testsuites/automake/local.am
Note: See TracBrowser for help on using the repository browser.