INTEGRATION: CWS fpic1 (1.2.450); FILE MERGED

2005/02/01 14:40:39 cmc 1.2.450.1: #i41014# centralize -fpic/-fPIC into one variable
This commit is contained in:
Jens-Heiner Rechtien 2005-02-11 14:27:02 +00:00
parent bbe51121c1
commit 06b0e8ff90

View file

@ -2,9 +2,9 @@
# #
# $RCSfile: unxbsda.mk,v $ # $RCSfile: unxbsda.mk,v $
# #
# $Revision: 1.2 $ # $Revision: 1.3 $
# #
# last change: $Author: hr $ $Date: 2003-03-27 11:48:15 $ # last change: $Author: hr $ $Date: 2005-02-11 15:27:02 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
@ -73,12 +73,13 @@ CDEFS+= -DNO_AUDIO -DPRINTER_DUMMY
CFLAGS+= $(INCLUDE) CFLAGS+= $(INCLUDE)
CFLAGSCC= -fsigned-char CFLAGSCC= -fsigned-char
CFLAGSCXX= -fsigned-char CFLAGSCXX= -fsigned-char
PICSWITCH:=-fPIC
CFLAGSOBJGUIST= CFLAGSOBJGUIST=
CFLAGSOBJCUIST= CFLAGSOBJCUIST=
CFLAGSOBJGUIMT= CFLAGSOBJGUIMT=
CFLAGSOBJCUIMT= CFLAGSOBJCUIMT=
CFLAGSSLOGUIMT= -fPIC CFLAGSSLOGUIMT=$(PICSWITCH)
CFLAGSSLOCUIMT= -fPIC CFLAGSSLOCUIMT=$(PICSWITCH)
CFLAGSPROF= CFLAGSPROF=
CFLAGSDEBUG= -g CFLAGSDEBUG= -g
CFLAGSDBGUTIL= CFLAGSDBGUTIL=