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