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