]> git.mxchange.org Git - flightgear.git/blob - utils/xmlgrep/Makefile.am
Merge branch 'ehofman/version'
[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 = \
8         testxml \
9         printxml \
10         xmlgrep \
11         printtree \
12         generic_protocol_analyse
13
14 testxml_SOURCES = testxml.c
15 testxml_LDADD = libxmlconf.a
16
17 printxml_SOURCES = printxml.c
18 printxml_LDADD = libxmlconf.a
19
20 printtree_SOURCES = printtree.c
21 printtree_LDADD = libxmlconf.a
22
23 xmlgrep_SOURCES = xmlgrep.c
24 xmlgrep_LDADD = libxmlconf.a
25
26 generic_protocol_analyse_SOURCES = generic-protocol-analyse.c
27 generic_protocol_analyse_LDADD = libxmlconf.a
28
29 INCLUDES = -DSRC_DIR=\"$(top_srcdir)/utils/xmlgrep\" -DXML_USE_NODECACHE