summaryrefslogblamecommitdiffstats
path: root/testsuites/ada/sptests/sp09/Makefile.am
blob: e24f969386d56b10d2601d3b00127d9f55b80339 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                 
                                            


                            



                                                          
                          
 
                                                          
                          
 
                                          

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

include $(top_srcdir)/ada.am

# Prevents Ada from raising a constraint so that the error
# handling can be verified in the binding.
AM_ADAFLAGS += -gnatp

noinst_PROGRAMS = ada_sp09

ada_sp09_SOURCES = sp09.adb config.h sptest.adb sptest.ads
ada_sp09_SOURCES += init.c

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

scndir = $(rtems_ada_testsdir)
dist_scn_DATA = ada_sp09.scn