2009-05-24 14:09:46 +00:00
|
|
|
noinst_HEADERS = xml_cache.h xml.h
|
|
|
|
|
|
|
|
noinst_LIBRARIES = libxmlconf.a
|
|
|
|
|
|
|
|
libxmlconf_a_SOURCES = xml_cache.c xml.c
|
|
|
|
|
2009-05-06 14:29:12 +00:00
|
|
|
noinst_PROGRAMS = testxml printxml xmlgrep
|
2009-04-28 16:47:48 +00:00
|
|
|
|
2009-05-24 14:09:46 +00:00
|
|
|
testxml_SOURCES = testxml.c
|
|
|
|
testxml_LDADD = libxmlconf.a
|
|
|
|
|
|
|
|
printxml_SOURCES = $(xml_SOURCE) printxml.c
|
|
|
|
printxml_LDADD = libxmlconf.a
|
|
|
|
|
2009-06-16 12:30:39 +00:00
|
|
|
printtree_SOURCES = $(xml_SOURCE) printtree.c
|
|
|
|
printtree_LDADD = libxmlconf.a
|
|
|
|
|
2009-05-24 14:09:46 +00:00
|
|
|
xmlgrep_SOURCES = $(xml_SOURCE) xmlgrep.c xml.c xml.h
|
|
|
|
xmlgrep_LDADD = libxmlconf.a
|
|
|
|
|
|
|
|
INCLUDES = -DSRC_DIR=\"$(top_srcdir)/utils/xmlgrep\" -DXML_USE_NODECACHE
|