ICU-1632 LDLIBRARYPATH_ENVVAR cleanup.

X-SVN-Rev: 7509
This commit is contained in:
Yves Arrouye 2002-01-25 06:28:45 +00:00
parent de91b80a9f
commit 6d9d02b091
3 changed files with 7 additions and 10 deletions

View file

@ -1,10 +1,10 @@
## -*-makefile-*-
## Darwin-specific setup (Darwin is the Mac OS X developer preview, successor
## to Rhapsody, aka Mac OS X Server)
## Copyright (c) 1999-2000, International Business Machines Corporation and
## Copyright (c) 1999-2002, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-darwin,v 1.19 2002/01/04 23:48:42 yves-oss Exp $
## $Id: mh-darwin,v 1.20 2002/01/25 06:28:45 yves-oss Exp $
## Flags for position independent code
SHAREDLIBCFLAGS = -dynamic
@ -27,6 +27,9 @@ SHLIB.cc= $(CXX) -dynamiclib -dynamic $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS)
LD_RPATH= -L
LD_RPATH_PRE=
## Environment variable to set a runtime search path
LDLIBRARYPATH_ENVVAR = DYLD_LIBRARY_PATH
## Versioned target for a shared library.
FINAL_SO_TARGET = $(SO_TARGET)
MIDDLE_SO_TARGET =

View file

@ -3,7 +3,7 @@
## Copyright (c) 1999-2001, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-os400,v 1.16 2002/01/11 17:33:52 grhoten-oss Exp $
## $Id: mh-os400,v 1.17 2002/01/25 06:28:45 yves-oss Exp $
GEN_DEPS.c= $(CC1) -E -M $(DEFS) $(CPPFLAGS)
GEN_DEPS.cc= $(CXX1) -E -M $(DEFS) $(CPPFLAGS)
@ -28,9 +28,6 @@ ARFLAGS = -cuv
LD_RPATH= -I
LD_RPATH_PRE= -I
## Environment variable to set a runtime search path
LDLIBRARYPATH_ENVVAR = LD_LIBRARY_PATH
## Versioned target for a shared library.
FINAL_SO_TARGET = $(SO_TARGET)
MIDDLE_SO_TARGET =

View file

@ -3,7 +3,7 @@
## Copyright (c) 1999-2000, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-solaris,v 1.25 2002/01/04 23:48:43 yves-oss Exp $
## $Id: mh-solaris,v 1.26 2002/01/25 06:28:45 yves-oss Exp $
## Flags for position independent code
SHAREDLIBCFLAGS = -KPIC
@ -32,9 +32,6 @@ SHLIB.cc= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -G
LD_RPATH= -R
LD_RPATH_PRE=
## Environment variable to set a runtime search path
LDLIBRARYPATH_ENVVAR = LD_LIBRARY_PATH
## Compiler switch to embed a library name
LD_SONAME = -h $(MIDDLE_SO_TARGET)