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

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

EXTRA_DIST = sp24.scn

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