source: rtems/testsuites/ada/samples/base_mp/Makefile.am @ 477bca2

5
Last change on this file since 477bca2 was 477bca2, checked in by Sebastian Huber <sebastian.huber@…>, on 10/06/18 at 08:59:10

build: Remove local.am

  • Property mode set to 100644
File size: 353 bytes
Line 
1include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
2include $(top_srcdir)/../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
17
18include $(top_srcdir)/../automake/subdirs.am
Note: See TracBrowser for help on using the repository browser.