source: rtems/c/src/ada-tests/sptests/spsize/Makefile.am @ 948a069

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

Merger from trunk

  • Property mode set to 100644
File size: 347 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
8if EXPADA
9noinst_PROGRAMS = spsize
10endif
11
12spsize_SOURCES = spsize.adb sptest.adb sptest.ads
13
14spsize$(EXEEXT): spsize.adb
15        $(GNATCOMPILE) -margs -a $< -o $@
16
17include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.