# GNUstep makefile -include ../config.make include $(GNUSTEP_MAKEFILES)/common.make PACKAGE_NAME=sope-xml VERSION=4.5.0 SUBPROJECTS = \ SaxObjC \ DOM \ XmlRpc \ samples ifneq ($(frameworks),yes) SUBPROJECTS += STXSaxDriver ifeq ($(HAS_LIBRARY_xml2),yes) SUBPROJECTS += libxmlSAXDriver endif endif include $(GNUSTEP_MAKEFILES)/aggregate.make