X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=OGoContentStore%2FGNUmakefile.preamble;h=e39140e3f58e565fce0169173fb65a0a53c54183;hb=204a5e9e597063c8a01142f01d91f2138f93e5a5;hp=176803b0fecdd5830abde76afda0dbda7712f30d;hpb=b23b2275d5f9c7150fb0eceeeffd493721e1b4e6;p=scalable-opengroupware.org diff --git a/OGoContentStore/GNUmakefile.preamble b/OGoContentStore/GNUmakefile.preamble index 176803b0..e39140e3 100644 --- a/OGoContentStore/GNUmakefile.preamble +++ b/OGoContentStore/GNUmakefile.preamble @@ -1,20 +1,30 @@ -# $Id$ +# compilation settings libOGoContentStore_LIBRARIES_DEPEND_UPON += \ + -lGDLContentStore \ -lGDLAccess \ - -lEOControl + -lNGCards \ + -lNGExtensions \ + -lEOControl \ + -lSaxObjC -OCS_TOOL_LIBS += \ - -lOGoContentStore \ - -lGDLAccess \ - -lNGExtensions -lEOControl +ADDITIONAL_INCLUDE_DIRS += -I. -I.. -I../SOPE -ocs_ls_TOOL_LIBS += $(OCS_TOOL_LIBS) -ocs_mkdir_TOOL_LIBS += $(OCS_TOOL_LIBS) +ADDITIONAL_LIB_DIRS += -L./$(GNUSTEP_OBJ_DIR) -L../SOPE/NGCards/$(GNUSTEP_OBJ_DIR)/ -ADDITIONAL_INCLUDE_DIRS += -I. -I.. +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