source: rtems/testsuites/ada/tmtests/tmoverhd/Makefile.am @ 477bca2

5
Last change on this file since 477bca2 was 477bca2, checked in by Sebastian Huber <sebastian.huber@…>, on 10/06/18 at 08:59:10

build: Remove local.am

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