]> err.no Git - scalable-opengroupware.org/blob - OGoContentStore/GNUmakefile.preamble
6974d977d24603694c9196b9e2f50b55e74e9b22
[scalable-opengroupware.org] / OGoContentStore / GNUmakefile.preamble
1 # $Id$
2
3 libOGoContentStore_LIBRARIES_DEPEND_UPON += \
4         -lGDLAccess     \
5         -lEOControl     \
6         -lSaxObjC
7
8 OCS_TOOL_LIBS += \
9         -lOGoContentStore       \
10         -lGDLAccess             \
11         -lNGExtensions -lEOControl      \
12         -lDOM -lSaxObjC
13
14 ocs_ls_TOOL_LIBS            += $(OCS_TOOL_LIBS)
15 ocs_mkdir_TOOL_LIBS         += $(OCS_TOOL_LIBS)
16 ocs_cat_TOOL_LIBS           += $(OCS_TOOL_LIBS)
17 ocs_recreatequick_TOOL_LIBS += $(OCS_TOOL_LIBS)
18
19 ADDITIONAL_INCLUDE_DIRS += -I. -I..
20
21 ADDITIONAL_LIB_DIRS += -L./$(GNUSTEP_OBJ_DIR)
22
23 ifeq ($(FOUNDATION_LIB),apple)
24 libOGoContentStore_PREBIND_ADDR="0xC7700000"
25 libOGoContentStore_LDFLAGS += -seg1addr $(libOGoContentStore_PREBIND_ADDR)
26 endif