sogo/OGoContentStore/GNUmakefile.preamble
Wolfgang Sourdeau 2f69aeb03b Monotone-Parent: 10b56ee326ca77f71fbe5cb41d30b0640a6fe57a
Monotone-Revision: 494c37e329faf06b93265c155db7226d205150b0

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

31 lines
617 B
Plaintext

# compilation settings
libOGoContentStore_LIBRARIES_DEPEND_UPON += \
-lGDLContentStore \
-lGDLAccess \
-lNGCards \
-lNGExtensions \
-lEOControl \
-lSaxObjC
ADDITIONAL_INCLUDE_DIRS += -I. -I..
ADDITIONAL_LIB_DIRS += -L./$(GNUSTEP_OBJ_DIR)
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