diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /intl/icu/source/data/icupkg.inc.in | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'intl/icu/source/data/icupkg.inc.in')
-rw-r--r-- | intl/icu/source/data/icupkg.inc.in | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/intl/icu/source/data/icupkg.inc.in b/intl/icu/source/data/icupkg.inc.in new file mode 100644 index 000000000..819e2a6dd --- /dev/null +++ b/intl/icu/source/data/icupkg.inc.in @@ -0,0 +1,59 @@ +# Copyright (C) 2016 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html +#****************************************************************************** +# +# Copyright (C) 2000-2008, International Business Machines +# Corporation and others. All Rights Reserved. +# +#****************************************************************************** +# This Makefile is used to build the ICU's data. +# It is included with the -O option to pkgdata. + +top_srcdir=@top_srcdir@ +srcdir=@srcdir@ +top_builddir=.. + +include $(top_builddir)/icudefs.mk + +CPPFLAGS+= -I$(top_builddir)/common -I$(top_srcdir)/common +LDFLAGS=@LDFLAGS@ $(PKGDATA_LDFLAGS) +exec_prefix=@exec_prefix@ +prefix=@prefix@ +bindir=@bindir@ +sbindir=@sbindir@ +libexecdir=@libexecdir@ +datarootdir=@datarootdir@ +datadir=@datadir@ +sysconfdir=@sysconfdir@ +sharedstatedir=@sharedstatedir@ +localstatedir=@localstatedir@ +libdir=@libdir@ +includedir=@includedir@ +oldincludedir=@oldincludedir@ +infodir=@infodir@ +mandir=@mandir@ + +INSTALL = @INSTALL@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_DATA = @INSTALL_DATA@ + +INSTALL_PROGRAM=@INSTALL_PROGRAM@ +INSTALL_SCRIPT=@INSTALL_SCRIPT@ +INSTALL_DATA=@INSTALL_DATA@ +MKINSTALLDIRS = $(SHELL) $(top_srcdir)/mkinstalldirs +host=@host@ +host_alias=@host_alias@ +host_cpu=@host_cpu@ +host_vendor=@host_vendor@ +host_os=@host_os@ +CPP=@CPP@ +U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@ +U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@ + +##### Add the following to source/config/Makefile.in + +GENCCODE=$(BINDIR)/genccode +GENCMN=$(BINDIR)/gencmn +ICUPKG=$(BINDIR)/icupkg + + |