ICU-208 reordered assignments for consistency

X-SVN-Rev: 2712
This commit is contained in:
Yves Arrouye 2000-10-17 16:52:58 +00:00
parent 6087025f1e
commit 59b58dfcd2
4 changed files with 16 additions and 13 deletions

View file

@ -3,7 +3,7 @@
## Copyright (c) 1999-2000, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-hpux-cc,v 1.20 2000/10/16 18:05:34 yves Exp $
## $Id: mh-hpux-cc,v 1.21 2000/10/17 16:52:58 yves Exp $
## This causes source/tools/pkgdata generated makefiles to create and link
@ -35,6 +35,9 @@ SHLIB.cc= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -b
LD_RPATH= -Wl,+b,
LD_RPATH_PRE=
## Compiler switch to embed a library name
LD_SONAME = -Wl,-soname -Wl,$(MIDDLE_SO_TARGET)
## Environment variable to set a runtime search path
LDLIBRARYPATH_ENVVAR = SHLIB_PATH

View file

@ -3,7 +3,7 @@
## Copyright (c) 1999-2000, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-solaris,v 1.19 2000/10/17 16:39:33 yves Exp $
## $Id: mh-solaris,v 1.20 2000/10/17 16:52:58 yves Exp $
## Flags for position independent code
SHAREDLIBCFLAGS = -KPIC
@ -32,6 +32,9 @@ 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)
@ -39,9 +42,6 @@ LD_SONAME = -h $(MIDDLE_SO_TARGET)
FINAL_SO_TARGET = $(SO_TARGET).$(SO_TARGET_VERSION)
MIDDLE_SO_TARGET = $(SO_TARGET).$(SO_TARGET_VERSION_MAJOR)
## Environment variable to set a runtime search path
LDLIBRARYPATH_ENVVAR = LD_LIBRARY_PATH
### How ICU libraries are named... ex. $(LIBICU)uc$(SO)
## Prefix for the ICU library names
ICUPREFIX = icu

View file

@ -3,7 +3,7 @@
## Copyright (c) 1999-2000, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-solaris-gcc,v 1.19 2000/10/17 16:41:22 yves Exp $
## $Id: mh-solaris-gcc,v 1.20 2000/10/17 16:52:58 yves Exp $
## Flags for position independent code
SHAREDLIBCFLAGS = -fPIC
@ -33,13 +33,13 @@ 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)
## Versioned target for a shared library.
FINAL_SO_TARGET = $(SO_TARGET).$(SO_TARGET_VERSION)
MIDDLE_SO_TARGET = $(SO_TARGET).$(SO_TARGET_VERSION_MAJOR)
## Compiler switch to embed a library name
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)

View file

@ -3,7 +3,7 @@
## Copyright (c) 1999-2000, International Business Machines Corporation and
## others. All Rights Reserved.
##
## $Id: mh-solaris-sparcv9,v 1.15 2000/10/17 16:41:22 yves Exp $
## $Id: mh-solaris-sparcv9,v 1.16 2000/10/17 16:52:58 yves Exp $
## Commands to generate dependency files
GEN_DEPS.c= $(CC) -xtarget=ultra -xarch=v9 -xM $(DEFS) $(CPPFLAGS)
@ -26,6 +26,9 @@ SHLIB.cc= $(CXX) -xtarget=ultra -xarch=v9 $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(LDFL
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)
@ -33,9 +36,6 @@ LD_SONAME = -h $(MIDDLE_SO_TARGET)
FINAL_SO_TARGET = $(SO_TARGET).$(SO_TARGET_VERSION)
MIDDLE_SO_TARGET = $(SO_TARGET).$(SO_TARGET_VERSION_MAJOR)
## 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 =