source: rtems/c/src/ada-tests/samples/hello/Makefile.am @ fff840e

4.104.114.84.95
Last change on this file since fff840e was d7ff09b, checked in by Joel Sherrill <joel.sherrill@…>, on 09/13/02 at 17:00:18

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

  • samples/hello/Makefile.am: Make sure init.c is compiled and included. This test now runs.
  • Property mode set to 100644
File size: 430 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
8hello$(EXEEXT): hello.adb init.o
9        $(GNATCOMPILE) -margs -a $< -o $@
10
11init.o: ../../support/init.c
12        $(COMPILE.c) -I$(srcdir) -c $<
13
14noinst_PROGRAMS = hello
15
16hello_SOURCES = hello.adb \
17config.h sptest.adb sptest.ads
18
19EXTRA_DIST = hello.scn
20
21include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.