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

       
                                                 
                                                             


                            
                          
 

                                                          
 
                                          

                                         
                              
                            
 
                                                           
## $Id$

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

include $(top_srcdir)/ada.am

noinst_PROGRAMS = ada_sp07

ada_sp07_SOURCES = sp07.adb config.h sptest.adb sptest.ads
ada_sp07_SOURCES += ../../support/init.c

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

scndir = $(rtems_ada_testsdir)
dist_scn_DATA = ada_sp07.scn

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