source: rtems/c/src/ada-tests/samples/ticker/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: 513 bytes
Line 
1include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
2include $(top_srcdir)/../../../testsuites/automake/compile.am
3
4include $(top_srcdir)/ada.am
5
6ada_ticker$(EXEEXT): ticker.adb init.$(OBJEXT)
7        $(GNATCOMPILE) -margs -a $< -o $@
8
9init.$(OBJEXT): ../../support/init.c
10        $(COMPILE.c) -I$(srcdir) -c $<
11
12noinst_PROGRAMS = ada_ticker
13
14ada_ticker_SOURCES = ticker.adb config.h sptest.adb sptest.ads
15
16scndir = $(rtems_ada_testsdir)
17dist_scn_DATA = ada_ticker.scn
18
19include $(top_srcdir)/../../../testsuites/automake/local.am
Note: See TracBrowser for help on using the repository browser.