From 5c65b9881bec47e322607a9a63c83d1a229c1710 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 9 Apr 2018 13:39:19 +1000 Subject: testsuite/libtests: Merged nested Makefile.am files into one Makefile.am This change is part of the testsuite Makefile.am reorganization. Update #3382 --- testsuites/libtests/stringto01/Makefile.am | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 testsuites/libtests/stringto01/Makefile.am (limited to 'testsuites/libtests/stringto01') diff --git a/testsuites/libtests/stringto01/Makefile.am b/testsuites/libtests/stringto01/Makefile.am deleted file mode 100644 index cc638a239e..0000000000 --- a/testsuites/libtests/stringto01/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ - -rtems_tests_PROGRAMS = stringto01 -stringto01_SOURCES = init.c -stringto01_SOURCES += stringto_test_template.h - -dist_rtems_tests_DATA = stringto01.scn stringto01.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 = $(stringto01_OBJECTS) -LINK_LIBS = $(stringto01_LDLIBS) - -stringto01$(EXEEXT): $(stringto01_OBJECTS) $(stringto01_DEPENDENCIES) - @rm -f stringto01$(EXEEXT) - $(make-exe) - -include $(top_srcdir)/../automake/local.am -- cgit v1.2.3