]> err.no Git - sope/blobdiff - GNUmakefile
updated framework version
[sope] / GNUmakefile
index c684af406f52670dad7b8e3ee393952df7314898..60b164aaf77fb540cd26d39c2400c04e844b1e4e 100644 (file)
@@ -1,14 +1,21 @@
-# $Id$
-
-# Note: could be that it doesn't fully compile 'inline'
+# GNUstep makefile
 
+-include ./config.make
 include $(GNUSTEP_MAKEFILES)/common.make
 
 SUBPROJECTS += \
-       skyrix-xml      \
-       skyrix-core     \
-       skyrix-sope
+       sope-xml        \
+       sope-core       \
+       sope-mime       \
+       sope-appserver  \
+       sope-ldap       \
+       sope-ical       \
+       sope-gdl1       \
+       xmlrpc_call     \
 
 -include $(GNUSTEP_MAKEFILES)/GNUmakefile.preamble
 include $(GNUSTEP_MAKEFILES)/aggregate.make
 -include $(GNUSTEP_MAKEFILES)/GNUmakefile.postamble
+
+distclean ::
+       if test -f config.make; then rm config.make; fi