File: common.make

package info (click to toggle)
sope 2.2.9-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 16,364 kB
  • ctags: 2,799
  • sloc: objc: 167,575; sh: 3,588; ansic: 3,399; python: 318; makefile: 180
file content (26 lines) | stat: -rw-r--r-- 585 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

SKYROOT=..

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

ADDITIONAL_CPPFLAGS += -pipe -Wall -Wno-protocol
ifeq ($(reentrant),yes)
ADDITIONAL_CPPFLAGS += -D_REENTRANT=1
endif

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

ADDITIONAL_LIB_DIRS += \
        -L./$(GNUSTEP_OBJ_DIR)				\
	-L../../sope-xml/SaxObjC/$(GNUSTEP_OBJ_DIR)	\
	-L../../sope-xml/DOM/$(GNUSTEP_OBJ_DIR)		\
	-L../../sope-xml/XmlRpc/$(GNUSTEP_OBJ_DIR)

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