sogo/OGoContentStore/GNUmakefile.preamble
Wolfgang Sourdeau bc2753951f Monotone-Parent: 674f80fe377ec43022c702e7d0a790df5efa8dd2
Monotone-Revision: 8df38d59a088f12e60661d31ce12ae610fb64bad

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-11-02T13:54:21
Monotone-Branch: ca.inverse.sogo
2010-11-02 13:54:21 +00:00

32 lines
733 B
Plaintext

# compilation settings
libOGoContentStore_LIBRARIES_DEPEND_UPON += \
-lGDLContentStore \
-lGDLAccess \
-lNGCards \
-lNGExtensions \
-lEOControl \
-lSaxObjC \
-lSOGo
ADDITIONAL_INCLUDE_DIRS += -I. -I.. -I../SOPE -I../SoObjects
ADDITIONAL_LIB_DIRS += -L./$(GNUSTEP_OBJ_DIR) -L../SOPE/NGCards/$(GNUSTEP_OBJ_DIR)/ -L../SoObjects/SOGo/SOGo.framework/
SYSTEM_LIB_DIR += -L/usr/local/lib -L/usr/lib
ifeq ($(FOUNDATION_LIB),apple)
libOGoContentStore_PREBIND_ADDR="0xC7700000"
libOGoContentStore_LDFLAGS += -seg1addr $(libOGoContentStore_PREBIND_ADDR)
endif
test_quick_extract_TOOL_LIBS += \
-lEOControl \
-lSaxObjC \
-lDOM \
-lNGExtensions \
-lNGCards \
-lGDLContentStore \
-lGDLAccess \
-lOGoContentStore