Kaydet (Commit) 54efc5ed authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS configure14 (1.16.136); FILE MERGED

2006/01/23 19:17:57 rene 1.16.136.2: RESYNC: (1.16-1.17); FILE MERGED
2006/01/07 17:44:23 rene 1.16.136.1: #i59160# allow usage of tcmalloc and system-malloc
üst f63ffaf3
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# #
# $RCSfile: unxlngi6.mk,v $ # $RCSfile: unxlngi6.mk,v $
# #
# $Revision: 1.17 $ # $Revision: 1.18 $
# #
# last change: $Author: obo $ $Date: 2006-01-20 10:50:02 $ # last change: $Author: kz $ $Date: 2006-01-31 18:27:58 $
# #
# 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.
...@@ -177,16 +177,27 @@ STDSLOGUI= ...@@ -177,16 +177,27 @@ STDSLOGUI=
STDOBJCUI= STDOBJCUI=
STDSLOCUI= STDSLOCUI=
.IF "$(ALLOC)" == "TCMALLOC"
STDLIBCUIST+=-ltcmalloc
STDLIBGUIMT+=-ltcmalloc
STDLIBCUIMT+=-ltcmalloc
STDLIBGUIST+=-ltcmalloc
STDSHLGUIMT+=-ltcmalloc
STDSHLCUIMT+=-ltcmalloc
STDSHLGUIST+=-ltcmalloc
STDSHLCUIST+=-ltcmalloc
.ENDIF
# libraries for linking applications # libraries for linking applications
STDLIBCUIST=-ldl -lm STDLIBCUIST+=-ldl -lm
STDLIBGUIMT=-lX11 -ldl -lpthread -lm STDLIBGUIMT+=-lX11 -ldl -lpthread -lm
STDLIBCUIMT=-ldl -lpthread -lm STDLIBCUIMT+=-ldl -lpthread -lm
STDLIBGUIST=-lX11 -ldl -lm STDLIBGUIST+=-lX11 -ldl -lm
# libraries for linking shared libraries # libraries for linking shared libraries
STDSHLGUIMT=-lX11 -lXext -ldl -lpthread -lm STDSHLGUIMT+=-lX11 -lXext -ldl -lpthread -lm
STDSHLCUIMT=-ldl -lpthread -lm STDSHLCUIMT+=-ldl -lpthread -lm
STDSHLGUIST=-lX11 -lXext -ldl -lm STDSHLGUIST+=-lX11 -lXext -ldl -lm
STDSHLCUIST=-ldl -lm STDSHLCUIST+=-ldl -lm
LIBSALCPPRT*=-Wl,--whole-archive -lsalcpprt -Wl,--no-whole-archive LIBSALCPPRT*=-Wl,--whole-archive -lsalcpprt -Wl,--no-whole-archive
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment