]> git.mxchange.org Git - flightgear.git/blob - utils/xmlgrep/Makefile.am
disambiguate pow usage
[flightgear.git] / utils / xmlgrep / Makefile.am
1 noinst_HEADERS = xml_cache.h xml.h
2
3 noinst_LIBRARIES = libxmlconf.a
4
5 libxmlconf_a_SOURCES = xml_cache.c xml.c
6
7 noinst_PROGRAMS = testxml printxml xmlgrep
8
9 testxml_SOURCES = testxml.c
10 testxml_LDADD = libxmlconf.a
11
12 printxml_SOURCES = $(xml_SOURCE) printxml.c
13 printxml_LDADD = libxmlconf.a
14
15 xmlgrep_SOURCES = $(xml_SOURCE) xmlgrep.c xml.c xml.h
16 xmlgrep_LDADD = libxmlconf.a
17
18 INCLUDES = -DSRC_DIR=\"$(top_srcdir)/utils/xmlgrep\" -DXML_USE_NODECACHE