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


                                                 
                                                  




                                                      
                                    
 
                                      

                                         
                                                
## $Id$

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

include $(top_srcdir)/ada.am

noinst_PROGRAMS = tm08
tm08_SOURCES = tm08.adb config.h tmtest.adb tmtest.ads
tm08_SOURCES += ../../support/init.c

tm08$(EXEEXT): tm08.adb init.$(OBJEXT)
	$(GNATCOMPILE) -margs -a $< -o $@

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