# $Id$ libOGoContentStore_LIBRARIES_DEPEND_UPON += \ -lGDLAccess \ -lEOControl OCS_TOOL_LIBS += \ -lOGoContentStore \ -lGDLAccess \ -lNGExtensions -lEOControl ocs_ls_TOOL_LIBS += $(OCS_TOOL_LIBS) ocs_mkdir_TOOL_LIBS += $(OCS_TOOL_LIBS) ADDITIONAL_INCLUDE_DIRS += -I. -I.. ifeq ($(FOUNDATION_LIB),apple) libOGoContentStore_PREBIND_ADDR="0xC7700000" libOGoContentStore_LDFLAGS += -seg1addr $(libOGoContentStore_PREBIND_ADDR) endif