]> err.no Git - sope/blob - sopex/SOPEX/GNUmakefile.preamble
fixed some NGMail framework build issue
[sope] / sopex / SOPEX / GNUmakefile.preamble
1 # compilation settings
2
3 SOPE_ROOT=../..
4
5 SOPEX_LIBRARIES_DEPEND_UPON += \
6         -framework WebKit       \
7         -framework AppKit       \
8         -framework NGObjWeb     \
9         -framework NGMime       \
10         -framework NGMail       \
11         -framework NGStreams -framework NGExtensions -framework EOControl \
12         -framework XmlRpc -framework DOM -framework SaxObjC
13
14
15 # library/framework search pathes
16
17 DEP_DIRS = \
18         $(SOPE_ROOT)/sope-appserver/NGObjWeb    \
19         $(SOPE_ROOT)/sope-mime/NGMail           \
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))