SUBPROJECTS = \
SoObjects \
- Main
+ Main \
+ UI
include $(GNUSTEP_MAKEFILES)/aggregate.make
-2004-06-30 Marcus Müller <znek@mulle-kybernetik.com>
+2004-06-30 Marcus Mueller <znek@mulle-kybernetik.com>
+
+ * SOGoUI: moved over from Common to ease build dependencies.
+
+2004-06-30 Marcus Mueller <znek@mulle-kybernetik.com>
* Scheduler/UIxAppointmentEditor.m: improved -saveAction. Does
everything in a complete manner now - except for saving which isn't
BUNDLE_EXTENSION = .SOGo
BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/SOGo
-LIBRARY_NAME = libSOGoUI
-
-
-libSOGoUI_HEADER_FILES_DIR = .
-libSOGoUI_HEADER_FILES_INSTALL_DIR = /SOGoUI
-
-libSOGoUI_HEADER_FILES += \
- UIxComponent.h \
-
-libSOGoUI_OBJC_FILES += \
- UIxComponent.m \
-
-
CommonUI_PRINCIPAL_CLASS = CommonUIProduct
CommonUI_OBJC_FILES += \
# make
-include GNUmakefile.preamble
-include $(GNUSTEP_MAKEFILES)/library.make
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble
# $Id$
ifneq ($(GNUSTEP_BUILD_DIR),)
- RELBUILD_DIR_libZideStoreCommonUI = $(GNUSTEP_OBJ_DIR)
+ RELBUILD_DIR_libSOGoUI = \
+ $(GNUSTEP_BUILD_DIR)/../SOGoUI/$(GNUSTEP_OBJ_DIR_NAME)
else
- RELBUILD_DIR_libZideStoreCommonUI = $(GNUSTEP_OBJ_DIR)
+ RELBUILD_DIR_libSOGoUI = ../SOGoUI/$(GNUSTEP_OBJ_DIR)
endif
-libZideStoreCommonUI_LIBRARIES_DEPEND_UPON += -lNGObjWeb
-
-CommonUI_LIB_DIRS += -L$(RELBUILD_DIR_libZideStoreCommonUI)
+CommonUI_LIB_DIRS += -L$(RELBUILD_DIR_libSOGoUI)
CommonUI_BUNDLE_LIBS += \
-lNGObjWeb -lNGScripting \
-lNGMime -lNGStreams -lNGExtensions -lEOControl \
- -lXmlRpc -lDOM -lSaxObjC -lZideStoreCommonUI
+ -lXmlRpc -lDOM -lSaxObjC -lSOGoUI
include $(GNUSTEP_MAKEFILES)/common.make
SUBPROJECTS = \
+ SOGoUI \
Common \
Scheduler \
--- /dev/null
+2004-06-30 Helge Hess <helge.hess@opengroupware.org>
+
+ * product.plist: make categories on SOGoObject instead of SxFolder
+
+ * GNUmakefile: patches for different build/runtime environment
+
+ * created ChangeLog
--- /dev/null
+# $Id$
+
+include $(GNUSTEP_MAKEFILES)/common.make
+
+LIBRARY_NAME = libSOGoUI
+
+libSOGoUI_HEADER_FILES_DIR = .
+libSOGoUI_HEADER_FILES_INSTALL_DIR = /SOGoUI
+
+libSOGoUI_HEADER_FILES += \
+ UIxComponent.h \
+
+libSOGoUI_OBJC_FILES += \
+ UIxComponent.m \
+
+# make
+
+-include GNUmakefile.preamble
+include $(GNUSTEP_MAKEFILES)/library.make
+-include GNUmakefile.postamble
--- /dev/null
+# $Id$
+
+ifneq ($(GNUSTEP_BUILD_DIR),)
+ RELBUILD_DIR_libSOGoCommonUI = $(GNUSTEP_OBJ_DIR)
+else
+ RELBUILD_DIR_libSOGoCommonUI = $(GNUSTEP_OBJ_DIR)
+endif
+
+libSOGoCommonUI_LIBRARIES_DEPEND_UPON += -lNGObjWeb
--- /dev/null
+# $Id$
+
+SUBMINOR_VERSION:=1
+
+# 1.1.0 requires NGObjWeb 4.2.202
-# $Id: GNUmakefile,v 1.4 2004/06/04 16:15:23 znek Exp $
+# $Id$
include $(GNUSTEP_MAKEFILES)/common.make
images/icon_apt_list.gif \
images/icon_apt_list_inactive.gif \
+ADDITIONAL_INCLUDE_DIRS += \
+ -I..
+
# make
# $Id$
ifneq ($(GNUSTEP_BUILD_DIR),)
- RELBUILD_DIR_libZideStoreCommonUI = \
- $(GNUSTEP_BUILD_DIR)/../Common/$(GNUSTEP_OBJ_DIR_NAME)
+ RELBUILD_DIR_libSOGoUI = \
+ $(GNUSTEP_BUILD_DIR)/../SOGoUI/$(GNUSTEP_OBJ_DIR_NAME)
else
- RELBUILD_DIR_libZideStoreCommonUI = ../Common
+ RELBUILD_DIR_libSOGoUI = ../SOGoUI/$(GNUSTEP_OBJ_DIR)
endif
-SchedulerUI_LIB_DIRS += -L$(RELBUILD_DIR_libZideStoreCommonUI)
+SchedulerUI_LIB_DIRS += -L$(RELBUILD_DIR_libSOGoUI)
SchedulerUI_BUNDLE_LIBS += \
-lNGObjWeb -lNGScripting -lNGJavaScript -ljs \
-lNGMime -lNGStreams -lNGExtensions -lEOControl \
-lXmlRpc -lDOM -lSaxObjC \
- -lSOGoLogic -lZideStoreCommonUI \
+ -lSOGoLogic -lSOGoUI \
-lNGiCal