sogo/SoObjects/SOGo/GNUmakefile.preamble
Wolfgang Sourdeau c2519a511c Monotone-Parent: 494c37e329faf06b93265c155db7226d205150b0
Monotone-Revision: 4608d61fea860c76d767517b443d507b5cc8c961

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-13T21:22:09
Monotone-Branch: ca.inverse.sogo
2006-09-13 21:22:09 +00:00

34 lines
720 B
Plaintext

# compilation settings
libSOGo_INCLUDE_DIRS += -I.. -I../../..
ifneq ($(GNUSTEP_BUILD_DIR),)
RELBUILD_DIR_libOGoContentStore = \
$(GNUSTEP_BUILD_DIR)/../../OGoContentStore/$(GNUSTEP_OBJ_DIR_NAME)
else
RELBUILD_DIR_libOGoContentStore = \
../../OGoContentStore/$(GNUSTEP_OBJ_DIR)
endif
SYSTEM_LIB_DIR += -L/usr/local/lib -L/usr/lib
libSOGo_LIB_DIRS += \
-L$(RELBUILD_DIR_libOGoContentStore)
libSOGo_LIBRARIES_DEPEND_UPON += \
-lOGoContentStore \
-lGDLAccess \
-lNGObjWeb \
-lNGCards \
-lNGMime \
-lNGStreams -lNGExtensions -lEOControl \
-lXmlRpc -lDOM -lSaxObjC \
-lNGLdap
ADDITIONAL_TOOL_LIBS += \
-lGDLContentStore -lGDLAccess \
-lNGLdap \
-lNGExtensions -lEOControl \
-lDOM -lSaxObjC