include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/ada.am ada_hello$(EXEEXT): hello.adb init.$(OBJEXT) $(GNATCOMPILE) -margs -a $< -o $@ init.$(OBJEXT): ../../support/init.c $(COMPILE.c) $(AM_CPPFLAGS) -I$(srcdir) -c $< noinst_PROGRAMS = ada_hello ada_hello_SOURCES = hello.adb config.h sptest.adb sptest.ads scndir = $(rtems_ada_testsdir) dist_scn_DATA = ada_hello.scn include $(top_srcdir)/../automake/local.am