source: rtems/c/src/ada-tests/tmtests/tmoverhd/Makefile.am @ 16e8d3d

4.104.114.84.95
Last change on this file since 16e8d3d was e6594ae, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/05/03 at 17:52:07

2003-12-05 Ralf Corsepius <corsepiu@…>

  • mptests/mp01/Makefile.am: Cosmetics.
  • samples/Makefile.am: Cosmetics.
  • samples/base_mp/Makefile.am: Cosmetics.
  • samples/base_sp/Makefile.am: Cosmetics.
  • samples/hello/Makefile.am: Cosmetics.
  • samples/ticker/Makefile.am: Cosmetics.
  • support/Makefile.am: Cosmetics.
  • tmtests/tmoverhd/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 465 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 = tmoverhd
9tmoverhd_SOURCES = tmoverhd.adb config.h tmtest.adb tmtest.ads \
10    dummy_rtems.adb dummy_rtems.ads
11tmoverhd_SOURCES += ../../support/init.c
12
13tmoverhd$(EXEEXT): tmoverhd.adb init.$(OBJEXT)
14        $(GNATCOMPILE) -margs -a $< -o $@
15
16include $(top_srcdir)/../../../testsuites/automake/local.am
Note: See TracBrowser for help on using the repository browser.