]> err.no Git - scalable-opengroupware.org/blob - SoObjects/common.make
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1015 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / SoObjects / common.make
1 # common make file for SoObject bundles
2
3 -include ../../config.make
4 include $(GNUSTEP_MAKEFILES)/common.make
5 include ../../Version
6 include ./Version
7
8 BUNDLE_EXTENSION     = .SOGo
9 BUNDLE_INSTALL_DIR   = $(GNUSTEP_USER_ROOT)/Library/SOGo-$(MAJOR_VERSION).$(MINOR_VERSION)
10 WOBUNDLE_EXTENSION   = $(BUNDLE_EXTENSION)
11 WOBUNDLE_INSTALL_DIR = $(BUNDLE_INSTALL_DIR)
12
13 # SYSTEM_LIB_DIR += -L/usr/local/lib -L/usr/lib
14
15 ADDITIONAL_INCLUDE_DIRS += \
16         -I.. \
17         -I../..
18
19 ADDITIONAL_LIB_DIRS += \
20         -L../SOGo/$(GNUSTEP_OBJ_DIR)/ \
21         -L../../SOGo/$(GNUSTEP_OBJ_DIR)/ \
22         -L../../OGoContentStore/$(GNUSTEP_OBJ_DIR)/ \
23         -L/usr/local/lib
24
25 BUNDLE_LIBS += \
26         -lSOGo                                  \
27         -lGDLContentStore                       \
28         -lGDLAccess                             \
29         -lNGObjWeb                              \
30         -lNGCards -lNGMime -lNGLdap             \
31         -lNGStreams -lNGExtensions -lEOControl  \
32         -lXmlRpc -lDOM -lSaxObjC
33
34 ADDITIONAL_BUNDLE_LIBS += $(BUNDLE_LIBS)