Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | #****************************************************************************** |
michael@0 | 2 | # |
michael@0 | 3 | # Copyright (C) 2000-2007, International Business Machines |
michael@0 | 4 | # Corporation and others. All Rights Reserved. |
michael@0 | 5 | # |
michael@0 | 6 | #****************************************************************************** |
michael@0 | 7 | # This Makefile is used to build the ICU's data. |
michael@0 | 8 | # It is included with the -O option to pkgdata. |
michael@0 | 9 | |
michael@0 | 10 | PLATFORM=@platform@ |
michael@0 | 11 | |
michael@0 | 12 | top_srcdir=@top_srcdir@ |
michael@0 | 13 | srcdir=@srcdir@ |
michael@0 | 14 | top_builddir=../.. |
michael@0 | 15 | |
michael@0 | 16 | include $(top_builddir)/icudefs.mk |
michael@0 | 17 | |
michael@0 | 18 | CPPFLAGS+= -I$(top_builddir)/common -I$(top_srcdir)/common |
michael@0 | 19 | LIBS=@LIBS@ |
michael@0 | 20 | exec_prefix=@exec_prefix@ |
michael@0 | 21 | prefix=@prefix@ |
michael@0 | 22 | program_transform_name=@program_transform_name@ |
michael@0 | 23 | bindir=@bindir@ |
michael@0 | 24 | sbindir=@sbindir@ |
michael@0 | 25 | libexecdir=@libexecdir@ |
michael@0 | 26 | datadir=@datadir@ |
michael@0 | 27 | sysconfdir=@sysconfdir@ |
michael@0 | 28 | sharedstatedir=@sharedstatedir@ |
michael@0 | 29 | localstatedir=@localstatedir@ |
michael@0 | 30 | libdir=@libdir@ |
michael@0 | 31 | includedir=@includedir@ |
michael@0 | 32 | oldincludedir=@oldincludedir@ |
michael@0 | 33 | infodir=@infodir@ |
michael@0 | 34 | mandir=@mandir@ |
michael@0 | 35 | PACKAGE=@PACKAGE@ |
michael@0 | 36 | VERSION=@VERSION@ |
michael@0 | 37 | |
michael@0 | 38 | INSTALL = @INSTALL@ |
michael@0 | 39 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
michael@0 | 40 | INSTALL_DATA = @INSTALL_DATA@ |
michael@0 | 41 | |
michael@0 | 42 | INSTALL_PROGRAM=@INSTALL_PROGRAM@ |
michael@0 | 43 | INSTALL_SCRIPT=@INSTALL_SCRIPT@ |
michael@0 | 44 | INSTALL_DATA=@INSTALL_DATA@ |
michael@0 | 45 | host=@host@ |
michael@0 | 46 | host_alias=@host_alias@ |
michael@0 | 47 | host_cpu=@host_cpu@ |
michael@0 | 48 | host_vendor=@host_vendor@ |
michael@0 | 49 | host_os=@host_os@ |
michael@0 | 50 | LIB_M=@LIB_M@ |
michael@0 | 51 | CPP=@CPP@ |
michael@0 | 52 | U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@ |
michael@0 | 53 | U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@ |
michael@0 | 54 | platform=@platform@ |
michael@0 | 55 | |
michael@0 | 56 | ##### Add the following to source/config/Makefile.in |
michael@0 | 57 | |
michael@0 | 58 | GENCCODE=$(BINDIR)/genccode |
michael@0 | 59 | GENCMN=$(BINDIR)/gencmn |
michael@0 | 60 | ICUPKG=$(BINDIR)/icupkg |
michael@0 | 61 | |
michael@0 | 62 |