summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/iostream/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/samples/iostream/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/testsuites/samples/iostream/Makefile.am b/testsuites/samples/iostream/Makefile.am
deleted file mode 100644
index 5f2b559383..0000000000
--- a/testsuites/samples/iostream/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-
-rtems_tests_PROGRAMS = cxx_iostream
-cxx_iostream_SOURCES = init.cc system.h
-
-dist_rtems_tests_DATA = iostream.scn
-dist_rtems_tests_DATA += iostream.doc
-
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../automake/compile.am
-include $(top_srcdir)/../automake/leaf.am
-
-
-LINK_OBJS = $(cxx_iostream_OBJECTS)
-LINK_LIBS = $(cxx_iostream_LDLIBS)
-
-cxx_iostream$(EXEEXT): $(cxx_iostream_OBJECTS) $(cxx_iostream_DEPENDENCIES)
- @rm -f cxx_iostream$(EXEEXT)
- $(make-cxx-exe)
-
-include $(top_srcdir)/../automake/local.am