source: rtems/c/src/ada-tests/samples/base_mp/node1/Makefile.am @ 33a105fb

4.115
Last change on this file since 33a105fb was 33a105fb, checked in by Joel Sherrill <joel.sherrill@…>, on 05/07/12 at 16:08:48

Revert: Remove CVS Ids

See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.

  • Property mode set to 100644
File size: 597 bytes
Line 
1## $Id$
2
3include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
4include $(top_srcdir)/../../../testsuites/automake/compile.am
5
6include $(top_srcdir)/ada.am
7
8AM_ADAFLAGS += -I$(srcdir)/..
9
10if EXPADA
11noinst_PROGRAMS = ada_base_mp_node1
12ada_base_mp_node1_SOURCES = mptest-per_node_configuration.adb
13endif
14
15ada_base_mp_node1$(EXEEXT): ../mptest.adb init.o
16        $(GNATCOMPILE) -margs -a $< -o $@
17
18init.o: ../../../support/init.c
19        $(COMPILE.c) -DNODE_NUMBER=1 -I$(srcdir)/.. -c $<
20
21scndir = $(rtems_ada_testsdir)
22dist_scn_DATA = ada_base_mp-node1.scn
23
24include $(top_srcdir)/../../../testsuites/automake/local.am
Note: See TracBrowser for help on using the repository browser.