Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: icu46/source/data/icupkg.inc.in

Issue 5516007: Check in the pristine copy of ICU 4.6... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « icu46/source/data/icu4j-readme.txt ('k') | icu46/source/data/in/coll/invuca.icu » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu46/source/data/icupkg.inc.in
===================================================================
--- icu46/source/data/icupkg.inc.in (revision 0)
+++ icu46/source/data/icupkg.inc.in (revision 0)
@@ -0,0 +1,57 @@
+#******************************************************************************
+#
+# 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
+
+
« no previous file with comments | « icu46/source/data/icu4j-readme.txt ('k') | icu46/source/data/in/coll/invuca.icu » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698