]> err.no Git - scalable-opengroupware.org/blobdiff - OGoContentStore/GNUmakefile.preamble
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1305 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / OGoContentStore / GNUmakefile.preamble
index 176803b0fecdd5830abde76afda0dbda7712f30d..e39140e3f58e565fce0169173fb65a0a53c54183 100644 (file)
@@ -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