mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-360 for non-icu icupkg use
X-SVN-Rev: 1699
This commit is contained in:
parent
1c0cf6f659
commit
b32d4e3cfc
1 changed files with 20 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
## -*-makefile-*-
|
||||
#******************************************************************************
|
||||
#
|
||||
# Copyright (C) 1999, International Business Machines
|
||||
# Corporation and others. All Rights Reserved.
|
||||
#
|
||||
# $Revision: 1.2 $
|
||||
#******************************************************************************
|
||||
# This Makefile is designed to be included into projects which make use
|
||||
# of the ICU.
|
||||
|
@ -79,3 +79,21 @@ ld_rpath_suf=@ld_rpath_suf@
|
|||
|
||||
|
||||
|
||||
|
||||
GENCCODE=$(sbindir)/genccode
|
||||
GENCMN=$(sbindir)/gencmn
|
||||
|
||||
TOOL=env LD_LIBRARY_PATH=$(libdir) LIBPATH=$(libdir)
|
||||
|
||||
ifeq ($(strip $(PLATFORM)),AIX)
|
||||
TOOL=env LIBPATH=$(libdir)
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(PLATFORM)),HPUX)
|
||||
TOOL=env LD_LIBRARY_PATH=$(libdir)
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(PLATFORM)),LINUX)
|
||||
TOOL=env LD_LIBRARY_PATH=$(libdir)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue