From db8f598d56951cf43f22a5e325e0d23c8f7559f9 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 26 Apr 2021 14:00:41 +0200 Subject: build: Remove old build system Close #3250. Close #4081. --- testsuites/ada/sptests/sp01/Makefile.am | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 testsuites/ada/sptests/sp01/Makefile.am (limited to 'testsuites/ada/sptests/sp01/Makefile.am') diff --git a/testsuites/ada/sptests/sp01/Makefile.am b/testsuites/ada/sptests/sp01/Makefile.am deleted file mode 100644 index baa2d66676..0000000000 --- a/testsuites/ada/sptests/sp01/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_sp01 -ada_sp01_SOURCES = sp01.adb config.h sptest.adb sptest.ads -ada_sp01_SOURCES += init.c - -ada_sp01$(EXEEXT): sp01.adb init.$(OBJEXT) - $(GNATCOMPILE) -margs -a $< -o $@ - -scndir = $(rtems_ada_testsdir) -dist_scn_DATA = ada_sp01.scn - -- cgit v1.2.3