FS-6293: abandon xmlrpc-c build system entirely. We can revist this when we try to pull this lib out of tree, in the mean time, this fixes a ton of problems.

This commit is contained in:
Michael Jerris
2014-03-18 09:50:12 -04:00
parent 3341fcb142
commit af192a2e8b
7 changed files with 197 additions and 19 deletions
-17
View File
@@ -75,23 +75,6 @@ mod_xml_rpc_la_SOURCES += ../../../../libs/xmlrpc-c/src/version.c\
../../../../libs/xmlrpc-c/src/xmlrpc_string.c\
../../../../libs/xmlrpc-c/src/xmlrpc_struct.c\
../../../../libs/xmlrpc-c/lib/expat/xmltok/xmltok.c
BUILT_SOURCES=$(XMLRPC_DIR)/version.h $(XMLRPC_DIR)/lib/expat/xmltok/nametab.h
$(XMLRPC_DIR)/lib/expat/xmltok/xmltok.o: $(XMLRPC_DIR)/lib/expat/xmltok/nametab.h
$(XMLRPC_DIR)/lib/expat/xmltok/nametab.h:
cd $(XMLRPC_DIR)/lib/expat/gennmtab && $(MAKE) dep
cd $(XMLRPC_DIR)/lib/expat/gennmtab && $(MAKE)
cd $(XMLRPC_DIR)/lib/expat/xmltok && ../gennmtab/gennmtab > nametab.h
$(XMLRPC_DIR)/src/version.o: $(XMLRPC_DIR)/version.h
$(XMLRPC_DIR)/version.h:
cd $(XMLRPC_DIR) && $(MAKE) version.h
cd $(XMLRPC_DIR)/include && $(MAKE) xmlrpc-c/config.h
clean:
cd $(XMLRPC_DIR) && $(MAKE) clean
endif