source: rtems/c/src/ada-tests/tmtests/tm09/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: 419 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
8noinst_PROGRAMS = ada_tm09
9ada_tm09_SOURCES = tm09.adb config.h tmtest.adb tmtest.ads
10ada_tm09_SOURCES += ../../support/init.c
11
12ada_tm09$(EXEEXT): tm09.adb init.$(OBJEXT)
13        $(GNATCOMPILE) -margs -a $< -o $@
14
15include $(top_srcdir)/../../../testsuites/automake/local.am
Note: See TracBrowser for help on using the repository browser.