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

4.104.114.84.95
Last change on this file since 16e8d3d was c2cdd9d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/20/05 at 08:51:05

Add scndir. Install *.scn to scndir.

  • Property mode set to 100644
File size: 500 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
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 config.h sptest.adb sptest.ads
17
18scndir = $(rtems_ada_testsdir)
19dist_scn_DATA = hello.scn
20
21include $(top_srcdir)/../../../testsuites/automake/local.am
Note: See TracBrowser for help on using the repository browser.