]> git.mxchange.org Git - flightgear.git/blobdiff - utils/xmlgrep/Makefile.am
disambiguate pow usage
[flightgear.git] / utils / xmlgrep / Makefile.am
index cd314d4d81a7e2252752fc95f4e7c8fe11686bbe..167f15a9dc37f14fba258f69cfe7edf24d0bcebf 100644 (file)
@@ -1,3 +1,18 @@
-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
+
+testxml_SOURCES = testxml.c
+testxml_LDADD = libxmlconf.a
+
+printxml_SOURCES = $(xml_SOURCE) printxml.c
+printxml_LDADD = libxmlconf.a
+
+xmlgrep_SOURCES = $(xml_SOURCE) xmlgrep.c xml.c xml.h
+xmlgrep_LDADD = libxmlconf.a
+
+INCLUDES = -DSRC_DIR=\"$(top_srcdir)/utils/xmlgrep\" -DXML_USE_NODECACHE