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

Last change on this file since 948a069 was a4b8cd02, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/09/03 at 10:17:48

Merger from trunk

  • Property mode set to 100644
File size: 446 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.$(OBJEXT)
9        $(GNATCOMPILE) -margs -a $< -o $@
10
11init.$(OBJEXT): ../../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.