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

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

EXTRA_DIST = sp22.scn

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