intl/icu/source/extra/uconv/pkgdata.inc.in

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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

mercurial