]> err.no Git - sope/blobdiff - sope-core/GNUmakefile
Drop apache 1 build-dependency
[sope] / sope-core / GNUmakefile
index 2de42883ddff10ef48abbe5b080c332b310efc2d..006921c39f3c78cdba71d467a0d0200dd8afb5ad 100644 (file)
@@ -1,23 +1,35 @@
-# $Id$
+# GNUstep makefile
 
+-include ../config.make
 include $(GNUSTEP_MAKEFILES)/common.make
 
-PACKAGE_NAME=skyrix-core
-VERSION=4.2.0
+PACKAGE_NAME=sope-core
+VERSION=4.5.0
 
-SUBPROJECTS = \
+SUBPROJECTS += \
        EOControl       \
        NGExtensions    \
-       NGStreams       \
-       NGMime          \
-       NGLdap          \
-       NGiCal          \
+       NGStreams
+
+# compile EOCoreData if we are on Tiger
+ifeq ($(findstring darwin8, $(GNUSTEP_TARGET_OS)), darwin8)
+SUBPROJECTS += EOCoreData
+endif
+
+
+ifeq ($(frameworks),yes)
+include umbrella.make
+endif
+
+# project makefiles
 
 include $(GNUSTEP_MAKEFILES)/aggregate.make
+ifeq ($(frameworks),yes)
+include $(GNUSTEP_MAKEFILES)/framework.make
+endif
+
+
+# package
 
-autodoc :
-       (cd EOControl;    $(MAKE) autodoc)
-       (cd NGExtensions; $(MAKE) autodoc)
-       (cd NGStreams;    $(MAKE) autodoc)
-       (cd NGMime;       $(MAKE) autodoc)
-       (cd NGLdap;       $(MAKE) autodoc)
+macosx-pkg :: all
+       ../maintenance/make-osxpkg.sh sope-core