]> err.no Git - sope/blob - sope-appserver/common.make
bumped all dylib versions to be in sync with the gs-make process. Provided a shell...
[sope] / sope-appserver / common.make
1 # $Id$
2
3 include $(GNUSTEP_MAKEFILES)/common.make
4 include ../Version
5 -include ./Version
6
7 GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT)
8
9 ADDITIONAL_CPPFLAGS += -pipe -Wall -Wno-protocol
10
11 ADDITIONAL_INCLUDE_DIRS += \
12         -I..                            \
13         -I../../sope-core/              \
14         -I../../sope-core/NGExtensions  \
15         -I../../sope-core/NGStreams     \
16         -I../../sope-xml
17
18 ADDITIONAL_LIB_DIRS += \
19         -L./$(GNUSTEP_OBJ_DIR)  \
20         -L../../sope-core/EOControl/$(GNUSTEP_OBJ_DIR)          \
21         -L../../sope-core/NGExtensions/$(GNUSTEP_OBJ_DIR)       \
22         -L../../sope-core/NGStreams/$(GNUSTEP_OBJ_DIR)          \
23         -L../../sope-xml/SaxObjC/$(GNUSTEP_OBJ_DIR)             \
24         -L../../sope-xml/DOM/$(GNUSTEP_OBJ_DIR)                 \
25
26 ifeq ($(FOUNDATION_LIB),nx)
27 ADDITIONAL_LDFLAGS += -framework Foundation
28 endif