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

4.104.114.84.95
Last change on this file since bd5efa92 was d814e2c, checked in by Joel Sherrill <joel.sherrill@…>, on 09/13/02 at 17:34:10

2002-09-13 Joel Sherrill <joel@…>

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