X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b331163bffd790ced0e88b73f44f86d49ccc48a5..a01113dcd0f39d5da295ef82785beff9ed86fe38:/icuSources/icudefs.mk.in?ds=inline diff --git a/icuSources/icudefs.mk.in b/icuSources/icudefs.mk.in index 7be5a430..59d82052 100644 --- a/icuSources/icudefs.mk.in +++ b/icuSources/icudefs.mk.in @@ -2,7 +2,9 @@ # # Yves Arrouye. # -# Copyright (C) 2000-2014, International Business Machines Corporation and others. +# 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 @@ -165,8 +171,8 @@ COMPILE.c= $(CC) $(CPPFLAGS) $(DEFS) $(CFLAGS) -c COMPILE.cc= $(CXX) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) -c # Commands to link -LINK.c= $(CC) $(CFLAGS) $(LDFLAGS) -LINK.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) +LINK.c= $(CC) $(CFLAGS) $(LDFLAGS) $(LINKFLAGS) +LINK.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) $(LINKFLAGS) # Commands to make a shared library SHLIB.c= $(CC) $(CFLAGS) $(LDFLAGS) -shared $(LD_SOOPTIONS) @@ -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.