summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/samples/hello/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/samples/hello/Makefile.am')
-rw-r--r--c/src/ada-tests/samples/hello/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/c/src/ada-tests/samples/hello/Makefile.am b/c/src/ada-tests/samples/hello/Makefile.am
deleted file mode 100644
index ff4b51c232..0000000000
--- a/c/src/ada-tests/samples/hello/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../../../testsuites/automake/compile.am
-
-include $(top_srcdir)/ada.am
-
-ada_hello$(EXEEXT): hello.adb init.$(OBJEXT)
- $(GNATCOMPILE) -margs -a $< -o $@
-
-init.$(OBJEXT): ../../support/init.c
- $(COMPILE.c) -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
-
-include $(top_srcdir)/../../../testsuites/automake/local.am