summaryrefslogblamecommitdiffstats
path: root/c/src/ada-tests/sptests/sp07/Makefile.am
blob: 659cea25b87b0a983601407bbafdb9deddaebe96 (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 = sp07

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

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

EXTRA_DIST = sp07.scn

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