From f429e2c55f77d5869683d902c9f4d96df1678d6c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 3 May 2017 09:18:25 +0200 Subject: Get rid of legacy build systems --- tests/template/Makefile.am | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 tests/template/Makefile.am (limited to 'tests/template/Makefile.am') diff --git a/tests/template/Makefile.am b/tests/template/Makefile.am deleted file mode 100644 index d8b5b50..0000000 --- a/tests/template/Makefile.am +++ /dev/null @@ -1,21 +0,0 @@ -# file : tests/template/Makefile.am -# copyright : not copyrighted - public domain - -EXTRA_DIST = __file__(extra_dist) - -noinst_PROGRAMS = driver -driver_SOURCES = driver.cxx __path__(extra_sources) __path__(extra_headers) -LDADD = $(top_builddir)/xml/libstudxml.la - -AM_CPPFLAGS = -I'$(top_builddir)' -I'$(top_srcdir)' - -TESTS=$(top_builddir)/tester -TESTS_ENVIRONMENT=example=; export example; - -CLEANFILES = test.out - -# Make sure make doesn't try to build the no-extension headers -# thinking that they are executable. Those are pulled in through -# auto-generated dependencies. -# -__foreach_w__(__f,__path__(xml_headers),$(top_srcdir)/xml/__f ): ; @: -- cgit v1.1