X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=utils%2Fxmlgrep%2FMakefile.am;h=827bd29bfc0ab3f8f46e2350a7eefd036bbd3a20;hb=b4eb30a6c592ee75b52f4eb4ca8143cefcb06117;hp=cd314d4d81a7e2252752fc95f4e7c8fe11686bbe;hpb=24071a313343becd6e3574c21bc7f1a77e4bb9ae;p=flightgear.git diff --git a/utils/xmlgrep/Makefile.am b/utils/xmlgrep/Makefile.am index cd314d4d8..827bd29bf 100644 --- a/utils/xmlgrep/Makefile.am +++ b/utils/xmlgrep/Makefile.am @@ -1,3 +1,29 @@ -noinst_PROGRAMS = xmlgrep +noinst_HEADERS = xml_cache.h xml.h -xmlgrep_SOURCES = xmlgrep.c xml.c xml.h +noinst_LIBRARIES = libxmlconf.a + +libxmlconf_a_SOURCES = xml_cache.c xml.c + +noinst_PROGRAMS = \ + testxml \ + printxml \ + xmlgrep \ + printtree \ + generic_protocol_analyse + +testxml_SOURCES = testxml.c +testxml_LDADD = libxmlconf.a + +printxml_SOURCES = printxml.c +printxml_LDADD = libxmlconf.a + +printtree_SOURCES = printtree.c +printtree_LDADD = libxmlconf.a + +xmlgrep_SOURCES = xmlgrep.c +xmlgrep_LDADD = libxmlconf.a + +generic_protocol_analyse_SOURCES = generic-protocol-analyse.c +generic_protocol_analyse_LDADD = libxmlconf.a + +INCLUDES = -DSRC_DIR=\"$(top_srcdir)/utils/xmlgrep\" -DXML_USE_NODECACHE