]> err.no Git - sope/blob - sope-xml/common.make
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@21 e4a50df8-12e2-0310-a44c-efbce7...
[sope] / sope-xml / common.make
1 # $Id$
2
3 SKYROOT=..
4
5 include $(GNUSTEP_MAKEFILES)/common.make
6 include $(SKYROOT)/Version
7 -include ./Version
8
9 GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT)
10
11 ADDITIONAL_CPPFLAGS += -pipe -Wall -Wno-protocol
12
13 ADDITIONAL_INCLUDE_DIRS += -I..
14
15 ADDITIONAL_LIB_DIRS += \
16         -L./$(GNUSTEP_OBJ_DIR)                  \
17         -L../SaxObjC/$(GNUSTEP_OBJ_DIR)         \
18
19 ifeq ($(FOUNDATION_LIB),nx)
20 ADDITIONAL_LDFLAGS += -framework Foundation
21 endif