File: common.make

package info (click to toggle)
sope 5.12.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,588 kB
  • sloc: objc: 169,223; sh: 3,823; ansic: 3,409; javascript: 446; python: 318; makefile: 185
file content (26 lines) | stat: -rw-r--r-- 675 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# GNUstep makefile

include $(GNUSTEP_MAKEFILES)/common.make
include ../Version
-include ./Version

ADDITIONAL_CPPFLAGS += -pipe -Wall -Wno-protocol

ADDITIONAL_INCLUDE_DIRS += \
	-I..				\
	-I../../sope-core/		\
	-I../../sope-core/NGExtensions	\
	-I../../sope-core/NGStreams	\
	-I../../sope-xml

ADDITIONAL_LIB_DIRS += \
	-L./$(GNUSTEP_OBJ_DIR)	\
	-L../../sope-core/EOControl/$(GNUSTEP_OBJ_DIR)		\
	-L../../sope-core/NGExtensions/$(GNUSTEP_OBJ_DIR)	\
	-L../../sope-core/NGStreams/$(GNUSTEP_OBJ_DIR)		\
	-L../../sope-xml/SaxObjC/$(GNUSTEP_OBJ_DIR)		\
	-L../../sope-xml/DOM/$(GNUSTEP_OBJ_DIR)			\

ifeq ($(FOUNDATION_LIB),nx)
ADDITIONAL_LDFLAGS += -framework Foundation
endif