INTEGRATION: CWS ause058 (1.19.58); FILE MERGED

2006/06/26 12:28:45 hjs 1.19.58.2: RESYNC: (1.19-1.20); FILE MERGED
2006/06/13 16:21:21 hjs 1.19.58.1: #i55987# seperate INCLUDE from CFLAGS; introduce INCLUDE_C for include path without stlport
This commit is contained in:
Kurt Zenker 2006-07-05 21:02:36 +00:00
parent f31fa0a20b
commit 7aa085ba49

View file

@ -4,9 +4,9 @@
# #
# $RCSfile: unxlngi6.mk,v $ # $RCSfile: unxlngi6.mk,v $
# #
# $Revision: 1.20 $ # $Revision: 1.21 $
# #
# last change: $Author: hr $ $Date: 2006-06-19 17:14:59 $ # last change: $Author: kz $ $Date: 2006-07-05 22:02:36 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
@ -75,7 +75,7 @@ CFLAGS_SYSBASE:=-isystem $(SYSBASE)$/usr$/include
CXX+:=$(CFLAGS_SYSBASE) CXX+:=$(CFLAGS_SYSBASE)
CC+:=$(CFLAGS_SYSBASE) CC+:=$(CFLAGS_SYSBASE)
.ENDIF # "$(SYSBASE)"!="" .ENDIF # "$(SYSBASE)"!=""
CFLAGS+=-fmessage-length=0 -c $(INCLUDE) CFLAGS+=-fmessage-length=0 -c
# flags to enable build with symbols; required for crashdump feature # flags to enable build with symbols; required for crashdump feature
.IF "$(ENABLE_SYMBOLS)"=="SMALL" .IF "$(ENABLE_SYMBOLS)"=="SMALL"