]> err.no Git - sope/blob - sope-xml/GNUmakefile
fixed some comments
[sope] / sope-xml / GNUmakefile
1 # GNUstep makefile
2
3 -include ../config.make
4 include $(GNUSTEP_MAKEFILES)/common.make
5
6 PACKAGE_NAME=sope-xml
7 VERSION=4.5.0
8
9 SUBPROJECTS = \
10         SaxObjC         \
11         DOM             \
12         XmlRpc          \
13         samples
14
15 ifneq ($(frameworks),yes)
16
17 SUBPROJECTS += STXSaxDriver
18
19 ifeq ($(HAS_LIBRARY_xml2),yes)
20 SUBPROJECTS += libxmlSAXDriver
21 endif
22
23 endif
24
25 include $(GNUSTEP_MAKEFILES)/aggregate.make