]> err.no Git - scalable-opengroupware.org/blob - SoObjects/SOGo/GNUmakefile.preamble
a4a27319d2bf603a4d2e32ba1dc770d2cb64e0aa
[scalable-opengroupware.org] / SoObjects / SOGo / GNUmakefile.preamble
1 # compilation settings
2
3 libSOGo_INCLUDE_DIRS += -I.. -I../../..
4
5 ifneq ($(GNUSTEP_BUILD_DIR),)
6         RELBUILD_DIR_libOGoContentStore = \
7                 $(GNUSTEP_BUILD_DIR)/../../OGoContentStore/$(GNUSTEP_OBJ_DIR_NAME)
8 else
9         RELBUILD_DIR_libOGoContentStore = \
10                 ../../OGoContentStore/$(GNUSTEP_OBJ_DIR)
11 endif
12
13 SYSTEM_LIB_DIR += -L/usr/local/lib -L/usr/lib
14
15 libSOGo_LIB_DIRS +=                             \
16         -L$(RELBUILD_DIR_libOGoContentStore)
17
18 libSOGo_LIBRARIES_DEPEND_UPON += \
19         -lOGoContentStore       \
20         -lGDLAccess             \
21         -lNGObjWeb              \
22         -lNGiCal                \
23         -lNGMime                \
24         -lNGStreams -lNGExtensions -lEOControl \
25         -lXmlRpc -lDOM -lSaxObjC \
26         -lNGLdap
27
28 ADDITIONAL_TOOL_LIBS += \
29         -lGDLContentStore -lGDLAccess   \
30         -lNGLdap                        \
31         -lNGExtensions -lEOControl      \
32         -lDOM -lSaxObjC
33