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