aboutsummaryrefslogtreecommitdiff
path: root/examples/template/Makefile.am
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-05-03 09:18:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-05-03 09:18:25 +0200
commitf429e2c55f77d5869683d902c9f4d96df1678d6c (patch)
tree7aa60d04a145620b10cbc046a9894479121addc4 /examples/template/Makefile.am
parent424e315dfa9a78aebf0653c95f83fe6ed452dd8e (diff)
Get rid of legacy build systems
Diffstat (limited to 'examples/template/Makefile.am')
-rw-r--r--examples/template/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/template/Makefile.am b/examples/template/Makefile.am
deleted file mode 100644
index 37d9509..0000000
--- a/examples/template/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-# file : examples/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=1; export example;
-
-# 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 ): ; @: