]> err.no Git - sope/blob - GNUmakefile
improved saxxml, install sope-ical SAX driver in /Library
[sope] / GNUmakefile
1 # GNUstep makefile
2
3 -include ./config.make
4
5 ifeq ($(GNUSTEP_MAKEFILES),)
6
7 $(warning Note: Your $(GNUSTEP_MAKEFILES) environment variable is empty!)
8 $(warning       Either use ./configure or source GNUstep.sh.)
9
10 else
11
12 include $(GNUSTEP_MAKEFILES)/common.make
13
14 SUBPROJECTS += \
15         sope-xml        \
16         sope-core       \
17         sope-mime       \
18         sope-appserver  \
19         sope-ical       \
20         sope-gdl1       \
21         xmlrpc_call
22
23 ifeq ($(HAS_LIBRARY_ldap),yes)
24 SUBPROJECTS += sope-ldap
25 endif
26
27
28 -include $(GNUSTEP_MAKEFILES)/GNUmakefile.preamble
29 include $(GNUSTEP_MAKEFILES)/aggregate.make
30 -include $(GNUSTEP_MAKEFILES)/GNUmakefile.postamble
31
32 endif
33
34 distclean ::
35         if test -f config.make; then rm config.make; fi
36         if test -d .gsmake; then rm -r .gsmake; fi
37         if test -f config-NGStreams.log; then rm config-NGStreams.log; fi
38         if test -f config-gstepmake.log; then rm config-gstepmake.log; fi