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

4.104.114.84.95
Last change on this file since bd5efa92 was 0c7ef52, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/02/02 at 05:08:57

2002-09-02 Ralf Corsepius <corsepiu@…>

  • mptests/Makefile.am: New.
  • mptests/mp01/Makefile.am: New.
  • mptests/mp01/node1/Makefile.am: New.
  • mptests/mp01/node2/Makefile.am: New.
  • samples/base_mp/Makefile.am: Comment out building mptest$(EXEEXT).
  • samples/base_mp/node1/Makefile.am: New.
  • samples/base_mp/node2/Makefile.am: New.
  • configure.ac: Add mptests/mp01. Add samples/base_mp.
  • Property mode set to 100644
File size: 593 bytes
Line 
1## $Id$
2
3include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
4include $(top_srcdir)/../../../automake/compile.am
5include $(top_srcdir)/../../../automake/subdirs.am
6
7SUBDIRS = node1 node2
8#include $(top_srcdir)/ada.am
9
10#mptest$(EXEEXT): mptest.adb
11#       $(GNATCOMPILE) -margs -a $< -o $@
12
13#if EXPADA
14#noinst_PROGRAMS = mptest
15#endif
16
17#mptest_SOURCES = mptest.adb mptest.ads
18
19#EXTRA_DIST = node1/base_mp.scn
20#EXTRA_DIST += node1/mptest-per_node_configuration.adb
21
22#EXTRA_DIST += node2/base_mp.scn
23#EXTRA_DIST += node2/mptest-per_node_configuration.adb
24
25include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.