forked from Imagelibrary/rtems
Provide an init.c for each Ada test instead of the #include <config.h> magic which works only due to hand crafted include paths. Update #3818.
16 lines
380 B
Makefile
16 lines
380 B
Makefile
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
|
include $(top_srcdir)/../automake/compile.am
|
|
|
|
include $(top_srcdir)/ada.am
|
|
|
|
noinst_PROGRAMS = ada_sp12
|
|
ada_sp12_SOURCES = sp12.adb config.h sptest.adb sptest.ads
|
|
ada_sp12_SOURCES += init.c
|
|
|
|
ada_sp12$(EXEEXT): sp12.adb init.$(OBJEXT)
|
|
$(GNATCOMPILE) -margs -a $< -o $@
|
|
|
|
scndir = $(rtems_ada_testsdir)
|
|
dist_scn_DATA = ada_sp12.scn
|
|
|