summaryrefslogblamecommitdiffstats
path: root/testsuites/ada/samples/ticker/Makefile.am
blob: c000abdf116104278374c8cdc2de1b033182ffcf (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                 
                                            


                            
                                              

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

include $(top_srcdir)/ada.am

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

init.$(OBJEXT): ../../support/init.c
	$(COMPILE.c) $(AM_CPPFLAGS) -I$(srcdir) -c $<

noinst_PROGRAMS = ada_ticker

ada_ticker_SOURCES = ticker.adb config.h sptest.adb sptest.ads

scndir = $(rtems_ada_testsdir)
dist_scn_DATA = ada_ticker.scn