]> err.no Git - sope/blob - sope-xml/GNUmakefile
lF fixes
[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 SUBPROJECTS += STXSaxDriver
16
17 ifneq ($(HAS_LIBRARY_xml2),no)
18 SUBPROJECTS += libxmlSAXDriver
19 endif
20
21
22 ifeq ($(frameworks),yes)
23 include umbrella.make
24 endif
25
26 # project makefiles
27
28 include $(GNUSTEP_MAKEFILES)/aggregate.make
29 ifeq ($(frameworks),yes)
30 include $(GNUSTEP_MAKEFILES)/framework.make
31 endif
32
33
34 # package
35
36 macosx-pkg :: all
37         ../maintenance/make-osxpkg.sh sope-xml