summaryrefslogtreecommitdiffstats
path: root/testsuites/ada/samples/hello/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/ada/samples/hello/Makefile.am')
-rw-r--r--testsuites/ada/samples/hello/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/testsuites/ada/samples/hello/Makefile.am b/testsuites/ada/samples/hello/Makefile.am
deleted file mode 100644
index 3e3fefcf44..0000000000
--- a/testsuites/ada/samples/hello/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../automake/compile.am
-
-include $(top_srcdir)/ada.am
-
-ada_hello$(EXEEXT): hello.adb init.$(OBJEXT)
- $(GNATCOMPILE) -margs -a $< -o $@
-
-init.$(OBJEXT): init.c
- $(COMPILE.c) $(AM_CPPFLAGS) -I$(srcdir) -c $<
-
-noinst_PROGRAMS = ada_hello
-
-ada_hello_SOURCES = hello.adb config.h sptest.adb sptest.ads
-
-scndir = $(rtems_ada_testsdir)
-dist_scn_DATA = ada_hello.scn
-