summaryrefslogblamecommitdiffstats
path: root/c/src/ada-tests/sptests/sp03/Makefile.am
blob: 7b20bb53378bd01d986bf13440eea034f2084554 (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 = sp03
sp03_SOURCES = sp03.adb config.h sptest.adb sptest.ads
sp03_SOURCES += ../../support/init.c

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

scndir = $(rtems_ada_testsdir)
dist_scn_DATA = sp03.scn

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