sogo/OGoContentStore/GNUmakefile.preamble
Wolfgang Sourdeau b47ee1281c Monotone-Parent: 17b50baf79da6da49bc8ce0e951e73f58eaa2cab
Monotone-Revision: 20a482daec3db01c4c8603a1b8b22b6d6535eb39

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-11-24T19:32:09
Monotone-Branch: ca.inverse.sogo
2010-11-24 19:32:09 +00:00

31 lines
716 B
Plaintext

# compilation settings
libOGoContentStore_LIBRARIES_DEPEND_UPON += \
-lGDLContentStore \
-lGDLAccess \
-lNGCards \
-lNGExtensions \
-lEOControl \
-lSaxObjC
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