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


                                                 
                                                  




                                                      
                                    
 
                                      

                                         

                     
                                                
## $Id$

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

include $(top_srcdir)/ada.am

noinst_PROGRAMS = sp20
sp20_SOURCES = sp20.adb config.h sptest.adb sptest.ads
sp20_SOURCES += ../../support/init.c

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

EXTRA_DIST = sp20.scn

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