]> err.no Git - scalable-opengroupware.org/blobdiff - UI/MainUI/GNUmakefile
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1207 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / MainUI / GNUmakefile
index 8cbc220c7f00ab7576794e864fc3439a3f8bd39b..5bad0b55e61ff1ddb30a511a654def3e6f92ec83 100644 (file)
@@ -1,28 +1,12 @@
 # GNUstep makefile
 
--include ../config.make
-include $(GNUSTEP_MAKEFILES)/common.make
-include ../Version
-include ./Version
+-include ../common.make
 
-SOGOD              = sogod-$(MAJOR_VERSION).$(MINOR_VERSION)
-TOOL_NAME          = $(SOGOD)
-BUNDLE_NAME        = MainUI
-BUNDLE_EXTENSION   = .SOGo
-BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/SOGo-$(MAJOR_VERSION).$(MINOR_VERSION)
-
-# daemon tool
-
-$(SOGOD)_OBJC_FILES += \
-       sogod.m                 \
-       SOGo.m                  \
-       SOGoProductLoader.m     \
-
-# product
+BUNDLE_NAME = MainUI
 
 MainUI_PRINCIPAL_CLASS = MainUIProduct
 
-MainUI_LANGUAGES = English French
+MainUI_LANGUAGES = English French German
 
 MainUI_OBJC_FILES += \
        MainUIProduct.m         \
@@ -34,19 +18,18 @@ MainUI_OBJC_FILES += \
 MainUI_RESOURCE_FILES +=       \
        Version                 \
        product.plist           \
-       \
-       SOGoRootPage.wox        \
-       SOGoUserHomePage.wox    \
-       SOGoGroupPage.wox       \
-       SOGoGroupsPage.wox      \
-       \
-       homepage.js             \
+       AgenorProfile.sql \
+       AgenorProfile-oracle.sql \
+       OCSFolderInfo.sql \
+       OCSFolderInfo-oracle.sql \
 
 MainUI_LOCALIZED_RESOURCE_FILES += \
        Locale Localizable.strings
 
+ADDITIONAL_INCLUDE_DIRS += -I../../SOPE/sope-gdl1/
+ADDITIONAL_LIB_DIRS += -L../../SOPE/sope-gdl1/GDLContentStore/obj/
+
 -include GNUmakefile.preamble
 include $(GNUSTEP_MAKEFILES)/bundle.make
-include $(GNUSTEP_MAKEFILES)/tool.make
 -include GNUmakefile.postamble
-include ../fhsbundle.make
+include ../../fhsbundle.make