sope-ldap
- openldap2/openldap2-dev
+sope-ical
+- libical (eg ThirdParty/libical)
+
sope-gdl1
- postgresql-dev
+
+Dependencies
+============
+
+- sope-xml
+- [self contained]
+
+sope-core
+- sope-xml
+
+sope-mime
+- sope-core
+
+sope-ical
+- sope-xml
+- sope-core
+
+sope-ldap
+
+sope-appserver
+- sope-xml
+- sope-core
+- sope-mime (to be removed!)
+
+sope-gdl1
+- sope-core
2004-08-20 Helge Hess <helge.hess@opengroupware.org>
+ * fixed for SOPE 3.3 directory layout (v4.3.26)
+
* moved to sope-ical
* moved to SOPE 4.3 (v4.3.25)
# $Id$
-include ../common.make
+include $(GNUSTEP_MAKEFILES)/common.make
LIBRARY_NAME = libNGiCal
# $Id$
+
+ADDITIONAL_INCLUDE_DIRS += \
+ -I. -I.. \
+ -I../../sope-core/NGExtensions/ \
+ -I../../sope-core \
+ -I../../sope-xml
+
+
libNGiCal_LIBRARIES_DEPEND_UPON = \
-lSaxObjC -lEOControl
ifneq ($(GNUSTEP_BUILD_DIR),)
-RELBUILD_DIR_SxCore=$(GNUSTEP_BUILD_DIR)/..
-RELBUILD_DIR_SxXml=$(GNUSTEP_BUILD_DIR)/../../skyrix-xml
+RELBUILD_DIR_SxCore=$(GNUSTEP_BUILD_DIR)/../../sope-core
+RELBUILD_DIR_SxXml=$(GNUSTEP_BUILD_DIR)/../../sope-xml
libNGiCal_LIB_DIRS += \
-L$(GNUSTEP_OBJ_DIR) \
else
libNGiCal_LIB_DIRS += \
-L./$(GNUSTEP_OBJ_DIR) \
- -L../../skyrix-xml/SaxObjC/$(GNUSTEP_OBJ_DIR) \
- -L../EOControl/$(GNUSTEP_OBJ_DIR)
+ -L../../sope-core/EOControl/$(GNUSTEP_OBJ_DIR) \
+ -L../../sope-xml/SaxObjC/$(GNUSTEP_OBJ_DIR)
endif
-ADDITIONAL_INCLUDE_DIRS += \
- -I. -I.. \
- -I../NGExtensions/
# Apple
# $Id$
-SUBMINOR_VERSION:=25
+MAJOR_VERSION=4
+MINOR_VERSION=3
+SUBMINOR_VERSION:=26
2004-08-20 Helge Hess <helge.hess@opengroupware.org>
+ * fixed for SOPE 3.3 directory layout (v4.3.10)
+
* moved from sope-xml to sope-ical (v4.3.9)
2004-07-02 Helge Hess <helge.hess@opengroupware.org>
# $Id$
-include ../common.make
+include $(GNUSTEP_MAKEFILES)/common.make
BUNDLE_NAME = iCalSaxDriver
BUNDLE_EXTENSION = .sax
# $Id$
+
+ADDITIONAL_INCLUDE_DIRS += \
+ -I../../sope-xml
+
+
BUNDLE_LIBS += -lSaxObjC -lical
ADDITIONAL_BUNDLE_LIBS += $(BUNDLE_LIBS)
ifneq ($(GNUSTEP_BUILD_DIR),)
ADDITIONAL_LIB_DIRS += \
- -L$(GNUSTEP_BUILD_DIR)/../SaxObjC/$(GNUSTEP_OBJ_DIR_NAME)
+ -L$(GNUSTEP_BUILD_DIR)/../../sope-xml/SaxObjC/$(GNUSTEP_OBJ_DIR_NAME)
else
-ADDITIONAL_LIB_DIRS += -L../SaxObjC/$(GNUSTEP_OBJ_DIR)
+ADDITIONAL_LIB_DIRS += -L../../sope-xml/SaxObjC/$(GNUSTEP_OBJ_DIR)
endif
# $Id$
-SUBMINOR_VERSION:=9
+SUBMINOR_VERSION:=10