aboutsummaryrefslogtreecommitdiff
path: root/tests/template/Makefile.am
blob: d8b5b502dda2a9fae4b8b350f77b1ff1388fc161 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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 ): ; @: