source: rtems/c/src/ada-tests/mptests/mp01/node2/Makefile.am @ 7625d9a3

4.104.114.84.95
Last change on this file since 7625d9a3 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: 425 bytes
Line 
1## $Id$
2
3include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
4include $(top_srcdir)/../../../automake/compile.am
5
6include $(top_srcdir)/ada.am
7
8AM_ADAFLAGS += -I$(srcdir)/..
9
10node2$(EXEEXT): mptest-per_node_configuration.adb
11        $(GNATCOMPILE) -margs -a $< -o $@
12
13if EXPADA
14noinst_PROGRAMS = node2
15endif
16
17node2_SOURCES = mptest-per_node_configuration.adb
18
19EXTRA_DIST = base_mp.scn
20
21include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.