summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/sptests/sp02/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/ada/sptests/sp02/Makefile.am')
-rw-r--r--testsuites/ada/sptests/sp02/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/testsuites/ada/sptests/sp02/Makefile.am b/testsuites/ada/sptests/sp02/Makefile.am
deleted file mode 100644
index 74bfd0f6b1..0000000000
--- a/testsuites/ada/sptests/sp02/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../automake/compile.am
-
-include $(top_srcdir)/ada.am
-
-noinst_PROGRAMS = ada_sp02
-ada_sp02_SOURCES = sp02.adb config.h sptest.adb sptest.ads
-ada_sp02_SOURCES += init.c
-
-ada_sp02$(EXEEXT): sp02.adb init.$(OBJEXT)
- $(GNATCOMPILE) -margs -a $< -o $@
-
-scndir = $(rtems_ada_testsdir)
-dist_scn_DATA = ada_sp02.scn
-