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


                                                 
                                                  


                            
                      

                                                      
                                    
 
                                      

                                         

                     
                                                
## $Id$

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

include $(top_srcdir)/ada.am

noinst_PROGRAMS = sp09

sp09_SOURCES = sp09.adb config.h sptest.adb sptest.ads
sp09_SOURCES += ../../support/init.c

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

EXTRA_DIST = sp09.scn

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