summaryrefslogblamecommitdiffstats
path: root/c/src/ada-tests/tmtests/tm04/Makefile.am
blob: 2885e81e83c5977fb9846b2b7a5cae1b49e0d893 (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 = tm04.exe
tm04_exe_SOURCES = tm04.adb config.h tmtest.adb tmtest.ads
tm04_exe_SOURCES += ../../support/init.c

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

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