summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/sp16/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/sptests/sp16/Makefile.am')
-rw-r--r--c/src/ada-tests/sptests/sp16/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/c/src/ada-tests/sptests/sp16/Makefile.am b/c/src/ada-tests/sptests/sp16/Makefile.am
deleted file mode 100644
index fc5d075d2c..0000000000
--- a/c/src/ada-tests/sptests/sp16/Makefile.am
+++ /dev/null
@@ -1,16 +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_sp16
-ada_sp16_SOURCES = sp16.adb config.h sptest.adb sptest.ads
-ada_sp16_SOURCES += ../../support/init.c
-
-ada_sp16$(EXEEXT): sp16.adb init.$(OBJEXT)
- $(GNATCOMPILE) -margs -a $< -o $@
-
-scndir = $(rtems_ada_testsdir)
-dist_scn_DATA = ada_sp16.scn
-
-include $(top_srcdir)/../../../testsuites/automake/local.am