summaryrefslogblamecommitdiffstats
path: root/c/src/ada-tests/samples/hello/Makefile.am
blob: 1aef31614a7dc413fa11a9ae3597c914a88b39ff (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

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

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

noinst_PROGRAMS = hello

hello_SOURCES = hello.adb \
config.h sptest.adb sptest.ads

EXTRA_DIST = hello.scn

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