source: rtems/c/src/ada-tests/tmtests/tm02/Makefile.am @ b2c6795e

4.115
Last change on this file since b2c6795e was b2c6795e, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:52:51

Remove CVS-Ids.

  • Property mode set to 100644
File size: 410 bytes
Line 
1include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
2include $(top_srcdir)/../../../testsuites/automake/compile.am
3
4include $(top_srcdir)/ada.am
5
6noinst_PROGRAMS = ada_tm02
7ada_tm02_SOURCES = tm02.adb config.h tmtest.adb tmtest.ads
8ada_tm02_SOURCES += ../../support/init.c
9
10ada_tm02$(EXEEXT): tm02.adb init.$(OBJEXT)
11        $(GNATCOMPILE) -margs -a $< -o $@
12
13include $(top_srcdir)/../../../testsuites/automake/local.am
Note: See TracBrowser for help on using the repository browser.