summaryrefslogblamecommitdiffstats
path: root/c/src/ada-tests/sptests/sp06/Makefile.am
blob: 538e0939f8bbad811c35ad4a48b55a8986578390 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                 
                                                             


                            


                                                          
 
                                          

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

include $(top_srcdir)/ada.am

noinst_PROGRAMS = ada_sp06
ada_sp06_SOURCES = sp06.adb config.h sptest.adb sptest.ads
ada_sp06_SOURCES += ../../support/init.c

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

scndir = $(rtems_ada_testsdir)
dist_scn_DATA = ada_sp06.scn

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