ICU-360 for non-icu icupkg use

X-SVN-Rev: 1699
This commit is contained in:
Steven R. Loomis 2000-06-29 02:34:31 +00:00
parent 1c0cf6f659
commit b32d4e3cfc

View file

@ -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