source: rtems/c/src/ada-tests/tmtests/tm20/Makefile.am @ 2d9c50b

4.104.114.84.95
Last change on this file since 2d9c50b was 2d9c50b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/30/02 at 12:14:51

2002-08-30 Ralf Corsepius <corsepiu@…>

  • tmtests/tm20/Makefile.am: Remove EXPADA.
  • Property mode set to 100644
File size: 376 bytes
Line 
1## $Id$
2
3include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
4include $(top_srcdir)/../../../automake/compile.am
5include $(top_srcdir)/../../../automake/lib.am
6
7include $(top_srcdir)/ada.am
8
9noinst_PROGRAMS = tm20
10tm20_SOURCES = tm20.adb config.h tmtest.adb tmtest.ads
11
12tm20$(EXEEXT): tm20.adb
13        $(GNATCOMPILE) -margs -a $< -o $@
14
15include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.