ICU-208 fixed names of middle and final targets
X-SVN-Rev: 2711
This commit is contained in:
parent
744d096023
commit
6087025f1e
@ -3,7 +3,7 @@
|
||||
## Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
##
|
||||
## $Id: mh-solaris-gcc,v 1.18 2000/10/17 16:39:33 yves Exp $
|
||||
## $Id: mh-solaris-gcc,v 1.19 2000/10/17 16:41:22 yves Exp $
|
||||
|
||||
## Flags for position independent code
|
||||
SHAREDLIBCFLAGS = -fPIC
|
||||
@ -35,7 +35,7 @@ LDLIBRARYPATH_ENVVAR = LD_LIBRARY_PATH
|
||||
|
||||
## Versioned target for a shared library.
|
||||
FINAL_SO_TARGET = $(SO_TARGET).$(SO_TARGET_VERSION)
|
||||
MIDDLE_SO_TARGET = $(SO_TARGET).$(SO_TARGET_MAJOR_VERSION)
|
||||
MIDDLE_SO_TARGET = $(SO_TARGET).$(SO_TARGET_VERSION_MAJOR)
|
||||
|
||||
## Compiler switch to embed a library name
|
||||
LD_SONAME = -h $(MIDDLE_SO_TARGET)
|
||||
|
@ -3,7 +3,7 @@
|
||||
## Copyright (c) 1999-2000, International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
##
|
||||
## $Id: mh-solaris-sparcv9,v 1.14 2000/10/17 16:39:33 yves Exp $
|
||||
## $Id: mh-solaris-sparcv9,v 1.15 2000/10/17 16:41:22 yves Exp $
|
||||
|
||||
## Commands to generate dependency files
|
||||
GEN_DEPS.c= $(CC) -xtarget=ultra -xarch=v9 -xM $(DEFS) $(CPPFLAGS)
|
||||
@ -31,7 +31,7 @@ LD_SONAME = -h $(MIDDLE_SO_TARGET)
|
||||
|
||||
## Versioned target for a shared library.
|
||||
FINAL_SO_TARGET = $(SO_TARGET).$(SO_TARGET_VERSION)
|
||||
MIDDLE_SO_TARGET = $(SO_TARGET).$(SO_TARGET_MAJOR_VERSION)
|
||||
MIDDLE_SO_TARGET = $(SO_TARGET).$(SO_TARGET_VERSION_MAJOR)
|
||||
|
||||
## Environment variable to set a runtime search path
|
||||
LDLIBRARYPATH_ENVVAR = LD_LIBRARY_PATH
|
||||
|
Loading…
Reference in New Issue
Block a user