summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/hello/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/samples/hello/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/testsuites/samples/hello/Makefile.am b/testsuites/samples/hello/Makefile.am
deleted file mode 100644
index a3e571b488..0000000000
--- a/testsuites/samples/hello/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-
-rtems_tests_PROGRAMS = hello
-hello_SOURCES = init.c
-
-dist_rtems_tests_DATA = hello.scn
-dist_rtems_tests_DATA += hello.doc
-
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../automake/compile.am
-include $(top_srcdir)/../automake/leaf.am
-
-AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-
-LINK_OBJS = $(hello_OBJECTS)
-LINK_LIBS = $(hello_LDLIBS)
-
-hello$(EXEEXT): $(hello_OBJECTS) $(hello_DEPENDENCIES)
- @rm -f hello$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am