source: rtems/c/src/ada-tests/samples/base_sp/Makefile.am @ a4b8cd02

Last change on this file since a4b8cd02 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: 458 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
8base_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 = base_sp
15
16base_sp_SOURCES = base_sp.adb \
17config.h sptest.adb sptest.ads
18
19EXTRA_DIST = base_sp.scn
20
21include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.