source: rtems/c/src/ada-tests/samples/base_sp/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: 528 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
8ada_base_sp$(EXEEXT): base_sp.adb init.$(OBJEXT)
9        $(GNATCOMPILE) -margs -a $< -o $@
10
11init.$(OBJEXT): ../../support/init.c
12        $(COMPILE.c) -I$(srcdir) -c $<
13
14noinst_PROGRAMS = ada_base_sp
15
16ada_base_sp_SOURCES = base_sp.adb config.h sptest.adb sptest.ads
17
18scndir = $(rtems_ada_testsdir)
19dist_scn_DATA = ada_base_sp.scn
20
21include $(top_srcdir)/../../../testsuites/automake/local.am
Note: See TracBrowser for help on using the repository browser.