X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/2ca993e82fb37b597a3c73ecd1586a139a6579c5..a01113dcd0f39d5da295ef82785beff9ed86fe38:/icuSources/icudefs.mk.in?ds=sidebyside diff --git a/icuSources/icudefs.mk.in b/icuSources/icudefs.mk.in index a405e275..59d82052 100644 --- a/icuSources/icudefs.mk.in +++ b/icuSources/icudefs.mk.in @@ -2,6 +2,8 @@ # # Yves Arrouye. # +# Copyright (C) 2016 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html # Copyright (C) 2000-2016, International Business Machines Corporation and others. # All Rights Reserved. @@ -15,6 +17,9 @@ SHELL = @SHELL@ +# Instruct Python to never write any byte code to the ICU source tree. +export PYTHONDONTWRITEBYTECODE = 1 + # Standard directories prefix = @prefix@ @@ -116,6 +121,7 @@ ARFLAGS = @ARFLAGS@ r RANLIB = @RANLIB@ COMPILE_LINK_ENVVAR = @COMPILE_LINK_ENVVAR@ UCLN_NO_AUTO_CLEANUP = @UCLN_NO_AUTO_CLEANUP@ +SED = @SED@ # Various flags for the tools @@ -243,7 +249,6 @@ TOOLLIBDIR=$(LIBDIR) DATA_STUBNAME = data COMMON_STUBNAME = uc I18N_STUBNAME = i18n -LAYOUT_STUBNAME = le LAYOUTEX_STUBNAME = lx IO_STUBNAME = io TOOLUTIL_STUBNAME = tu @@ -262,8 +267,6 @@ else USING_ICULEHB=no ICULEHB_TRUE=# ICULEHB_FALSE= -ICULIBS_LE = -l$(STATIC_PREFIX_WHEN_USED)$(ICUPREFIX)$(LAYOUT_STUBNAME)$(ICULIBSUFFIX)$(SO_TARGET_VERSION_SUFFIX) -ICULE_CFLAGS=-I$(top_srcdir) endif # Just the libs.