summaryrefslogblamecommitdiffstats
path: root/c/src/ada-tests/tmtests/tm18/Makefile.am
blob: 5db0919f795a837b29741513d1f68cbc14bb1d35 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                                 
                                                             


                            


                                                          
 
                                 

                                         
                                                           
## $Id$

include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../testsuites/automake/compile.am

include $(top_srcdir)/ada.am

noinst_PROGRAMS = tm18.exe
tm18_exe_SOURCES = tm18.adb config.h tmtest.adb tmtest.ads
tm18_exe_SOURCES += ../../support/init.c

tm18.exe: tm18.adb init.$(OBJEXT)
	$(GNATCOMPILE) -margs -a $< -o $@

include $(top_srcdir)/../../../testsuites/automake/local.am