]> err.no Git - sope/blob - sopex/SOPEX/GNUmakefile.preamble
added ability to build with gstep-make
[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 NGStreams -framework NGExtensions -framework EOControl \
11         -framework XmlRpc -framework DOM -framework SaxObjC
12
13
14 # library/framework search pathes
15
16 DEP_DIRS = \
17         $(SOPE_ROOT)/sope-appserver/NGObjWeb    \
18         $(SOPE_ROOT)/sope-mime                  \
19         $(SOPE_ROOT)/sope-core/NGStreams        \
20         $(SOPE_ROOT)/sope-core/NGExtensions     \
21         $(SOPE_ROOT)/sope-core/EOControl        \
22         $(SOPE_ROOT)/sope-xml/DOM               \
23         $(SOPE_ROOT)/sope-xml/XmlRpc            \
24         $(SOPE_ROOT)/sope-xml/SaxObjC
25
26 ADDITIONAL_LIB_DIRS += \
27         $(foreach dir,$(DEP_DIRS),-F$(GNUSTEP_BUILD_DIR)/$(dir))