]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/common.make
932385614ae1652959783ad109895c921357be3a
[scalable-opengroupware.org] / SOGo / UI / common.make
1 # common make file for UI bundles
2
3 include $(GNUSTEP_MAKEFILES)/common.make
4 include ../../Version
5 include ./Version
6
7 BUNDLE_EXTENSION   = .SOGo
8 BUNDLE_INSTALL_DIR = $(GNUSTEP_USER_ROOT)/Library/SOGo-$(MAJOR_VERSION).$(MINOR_VERSION)
9
10 ADDITIONAL_INCLUDE_DIRS += \
11         -I..            \
12         -I../..         \
13         -I../../..      \
14         -I../../SoObjects
15
16 RELBUILD_DIR_libSOGo = \
17         $(GNUSTEP_BUILD_DIR)/../../SoObjects/SOGo/$(GNUSTEP_OBJ_DIR_NAME)
18 RELBUILD_DIR_libSOGoUI = \
19         $(GNUSTEP_BUILD_DIR)/../SOGoUI/$(GNUSTEP_OBJ_DIR_NAME)
20 RELBUILD_DIR_libOGoContentStore = \
21         $(GNUSTEP_BUILD_DIR)/../../../OGoContentStore/$(GNUSTEP_OBJ_DIR_NAME)
22
23 ADDITIONAL_LIB_DIRS +=                          \
24         -L$(RELBUILD_DIR_libSOGo)               \
25         -L$(RELBUILD_DIR_libSOGoUI)             \
26         -L$(RELBUILD_DIR_libOGoContentStore)
27
28 ADDITIONAL_LIB_DIRS += -L/usr/local/lib -L/usr/lib
29
30 BUNDLE_LIBS += \
31         -lSOGoUI                                \
32         -lSOGo                                  \
33         -lOGoContentStore                       \
34         -lGDLAccess                             \
35         -lNGObjWeb                              \
36         -lNGMime -lNGiCal -lNGLdap              \
37         -lNGStreams -lNGExtensions -lEOControl  \
38         -lXmlRpc -lDOM -lSaxObjC