]> err.no Git - sope/blob - sopex/SOPEX/GNUmakefile.preamble
fixed install location of SOPEX
[sope] / sopex / SOPEX / GNUmakefile.preamble
1 # compilation settings
2
3 SOPE_ROOT=../..
4
5 SOPEX_INSTALL_DIR = /Library/Frameworks/
6
7 SOPEX_LIBRARIES_DEPEND_UPON += \
8         -framework WebKit       \
9         -framework AppKit       \
10         -framework NGObjWeb     \
11         -framework NGMime       \
12         -framework NGStreams -framework NGExtensions -framework EOControl \
13         -framework XmlRpc -framework DOM -framework SaxObjC
14
15
16 # library/framework search pathes
17
18 DEP_DIRS = \
19         $(SOPE_ROOT)/sope-appserver/NGObjWeb    \
20         $(SOPE_ROOT)/sope-mime                  \
21         $(SOPE_ROOT)/sope-core/NGStreams        \
22         $(SOPE_ROOT)/sope-core/NGExtensions     \
23         $(SOPE_ROOT)/sope-core/EOControl        \
24         $(SOPE_ROOT)/sope-xml/DOM               \
25         $(SOPE_ROOT)/sope-xml/XmlRpc            \
26         $(SOPE_ROOT)/sope-xml/SaxObjC
27
28 ADDITIONAL_LIB_DIRS += \
29         $(foreach dir,$(DEP_DIRS),-F$(GNUSTEP_BUILD_DIR)/$(dir))