source: rtems/testsuites/ada/samples/base_mp/Makefile.am @ 66b99a1

5
Last change on this file since 66b99a1 was 2d0bc83, checked in by Sebastian Huber <sebastian.huber@…>, on 03/30/18 at 18:42:21

build: Remove EXTRA_DIST

A "make dist" is not supported. So, it makes no sense to have pure "make
dist" related stuff in the Makefile.am.

  • Property mode set to 100644
File size: 396 bytes
RevLine 
[2af6056]1include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[ee537ea]2include $(top_srcdir)/../automake/compile.am
[2af6056]3
[b3874e1]4_SUBDIRS = node1 node2
[0c7ef52]5#include $(top_srcdir)/ada.am
[2af6056]6
[221db54]7#mptest$(EXEEXT): mptest.adb
[0c7ef52]8#       $(GNATCOMPILE) -margs -a $< -o $@
[2af6056]9
[0c7ef52]10#if EXPADA
11#noinst_PROGRAMS = mptest
12#endif
[2af6056]13
[78c7192]14#mptest_exe_SOURCES = mptest.adb mptest.ads
[2af6056]15
[7edb3d3a]16
[2af6056]17
[ee537ea]18include $(top_srcdir)/../automake/subdirs.am
19include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.