mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-01 03:37:22 +00:00
Monotone-Parent: d8ee782e0279aa96226ceac45acca9d744f3f234
Monotone-Revision: 089ae441ff03d28570373f845e09e2601d6611ee Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-02-14T17:31:23 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -41,4 +41,3 @@ ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
|
||||
-include GNUmakefile.preamble
|
||||
include $(GNUSTEP_MAKEFILES)/bundle.make
|
||||
-include GNUmakefile.postamble
|
||||
include ../../fhsbundle.make
|
||||
|
||||
@@ -39,4 +39,3 @@ ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
|
||||
-include GNUmakefile.preamble
|
||||
include $(GNUSTEP_MAKEFILES)/bundle.make
|
||||
-include GNUmakefile.postamble
|
||||
include ../../fhsbundle.make
|
||||
|
||||
@@ -46,4 +46,3 @@ ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
|
||||
-include GNUmakefile.preamble
|
||||
include $(GNUSTEP_MAKEFILES)/bundle.make
|
||||
-include GNUmakefile.postamble
|
||||
include ../../fhsbundle.make
|
||||
|
||||
@@ -55,4 +55,3 @@ ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
|
||||
-include GNUmakefile.preamble
|
||||
include $(GNUSTEP_MAKEFILES)/bundle.make
|
||||
-include GNUmakefile.postamble
|
||||
include ../../fhsbundle.make
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# GNUstep makefile
|
||||
|
||||
-include ../common.make
|
||||
include ../common.make
|
||||
|
||||
BUNDLE_NAME = MainUI
|
||||
|
||||
@@ -32,4 +32,3 @@ ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
|
||||
-include GNUmakefile.preamble
|
||||
include $(GNUSTEP_MAKEFILES)/bundle.make
|
||||
-include GNUmakefile.postamble
|
||||
include ../../fhsbundle.make
|
||||
|
||||
@@ -30,6 +30,3 @@ ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
|
||||
-include GNUmakefile.preamble
|
||||
include $(GNUSTEP_MAKEFILES)/bundle.make
|
||||
-include GNUmakefile.postamble
|
||||
include ../../fhsbundle.make
|
||||
|
||||
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
# GNUstep makefile
|
||||
|
||||
-include ../../config.make
|
||||
include ../../config.make
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
|
||||
SOPE_VERSION = 4.7
|
||||
|
||||
BUNDLE_NAME = SOGoElements
|
||||
BUNDLE_EXTENSION = .wox
|
||||
BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/WOxElemBuilders-$(SOPE_VERSION)/
|
||||
BUNDLE_INSTALL_DIR = $(SOPE_WOXBUILDERS)
|
||||
|
||||
SOGoElements_PRINCIPAL_CLASS = SOGoElementsBundle
|
||||
|
||||
@@ -21,4 +19,3 @@ SOGoElements_OBJC_FILES = \
|
||||
-include GNUmakefile.preamble
|
||||
include $(GNUSTEP_MAKEFILES)/bundle.make
|
||||
-include GNUmakefile.postamble
|
||||
-include fhs.make
|
||||
|
||||
@@ -10,7 +10,8 @@ LIBRARY_NAME = libSOGoUI
|
||||
|
||||
libSOGoUI_HEADER_FILES_DIR = .
|
||||
libSOGoUI_HEADER_FILES_INSTALL_DIR = /SOGoUI
|
||||
FHS_HEADER_DIRS = SOGoUI
|
||||
libSOGoUI_INTERFACE_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION)
|
||||
libSOGoUI_INSTALL_DIR=$(SOGO_SYSLIBDIR)
|
||||
|
||||
libSOGoUI_HEADER_FILES += \
|
||||
\
|
||||
@@ -33,6 +34,8 @@ libSOGoUI_OBJC_FILES += \
|
||||
# make
|
||||
|
||||
-include GNUmakefile.preamble
|
||||
ifneq ($(FHS_INSTALL_ROOT),)
|
||||
GNUSTEP_HEADERS=$(DESTDIR)$(FHS_INSTALL_ROOT)/include
|
||||
endif
|
||||
include $(GNUSTEP_MAKEFILES)/library.make
|
||||
-include GNUmakefile.postamble
|
||||
-include ../../fhslib.make
|
||||
|
||||
@@ -73,4 +73,3 @@ ADDITIONAL_LIB_DIRS += -L../../SOPE/GDLContentStore/obj/
|
||||
-include GNUmakefile.preamble
|
||||
include $(GNUSTEP_MAKEFILES)/bundle.make
|
||||
-include GNUmakefile.postamble
|
||||
include ../../fhsbundle.make
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# GNUstep makefile
|
||||
|
||||
# include ../common.make
|
||||
|
||||
XMLLINT = xmllint
|
||||
XMLLINT-BIN = $(shell which $(XMLLINT))
|
||||
ifeq ($(XMLLINT-BIN),)
|
||||
@@ -10,15 +12,29 @@ all :: validate-wox
|
||||
endif
|
||||
|
||||
WOXS = $(shell find . -name '*.wox' -type f)
|
||||
# TEMPLATE_FILES = $(shell ls *wox)
|
||||
# TEMPLATE_DIRS = ContactsUI \
|
||||
MailPartViewers \
|
||||
MailerUI \
|
||||
MainUI \
|
||||
PreferencesUI \
|
||||
SchedulerUI
|
||||
|
||||
validate-wox:
|
||||
for wox in $(WOXS); \
|
||||
do $(XMLLINT-BIN) --noout $$wox || exit 1; \
|
||||
done;
|
||||
|
||||
install ::
|
||||
# install ::
|
||||
# mkdir -p ${SOGO_TEMPLATESDIR}
|
||||
# for TEMPLATE in $(TEMPLATE_FILES); do \
|
||||
# cp $$TEMPLATE ${SOGO_TEMPLATESDIR}; \
|
||||
# done;
|
||||
# for TEMPLATEDIR in $(TEMPLATE_DIRS); do \
|
||||
# cp -r $$TEMPLATEDIR ${SOGO_TEMPLATESDIR}; \
|
||||
# done;
|
||||
|
||||
clean ::
|
||||
install clean ::
|
||||
|
||||
distclean :: clean
|
||||
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
# GNUstep makefile
|
||||
|
||||
include ../common.make
|
||||
|
||||
WEBSERVER_RESOURCE_FILES = $(shell ls *css *ico *js *.jpg *gif *png *html *txt)
|
||||
|
||||
all ::
|
||||
|
||||
install ::
|
||||
mkdir -p ${SOGO_WEBSERVERRESOURCESDIR}
|
||||
cp $(WEBSERVER_RESOURCE_FILES) ${SOGO_WEBSERVERRESOURCESDIR}
|
||||
|
||||
clean ::
|
||||
|
||||
distclean :: clean
|
||||
|
||||
uninstall ::
|
||||
+3
-3
@@ -1,12 +1,12 @@
|
||||
# common make file for UI bundles
|
||||
|
||||
-include ../../config.make
|
||||
include ../../config.make
|
||||
include $(GNUSTEP_MAKEFILES)/common.make
|
||||
include ../../Version
|
||||
include ./Version
|
||||
-include ./Version
|
||||
|
||||
BUNDLE_EXTENSION = .SOGo
|
||||
BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/SOGo-$(MAJOR_VERSION).$(MINOR_VERSION)
|
||||
BUNDLE_INSTALL_DIR = $(SOGO_LIBDIR)
|
||||
|
||||
ADDITIONAL_INCLUDE_DIRS += \
|
||||
-I.. \
|
||||
|
||||
Reference in New Issue
Block a user