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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/icu/source/extra/uconv/pkgdata.inc.in	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,62 @@
     1.4 +#******************************************************************************
     1.5 +#
     1.6 +#   Copyright (C) 2000-2007, International Business Machines
     1.7 +#   Corporation and others.  All Rights Reserved.
     1.8 +#
     1.9 +#******************************************************************************
    1.10 +# This Makefile is used to build the ICU's data.
    1.11 +# It is included with the -O option to pkgdata.
    1.12 +
    1.13 +PLATFORM=@platform@
    1.14 +
    1.15 +top_srcdir=@top_srcdir@
    1.16 +srcdir=@srcdir@
    1.17 +top_builddir=../..
    1.18 +
    1.19 +include $(top_builddir)/icudefs.mk
    1.20 +
    1.21 +CPPFLAGS+= -I$(top_builddir)/common -I$(top_srcdir)/common
    1.22 +LIBS=@LIBS@ 
    1.23 +exec_prefix=@exec_prefix@
    1.24 +prefix=@prefix@
    1.25 +program_transform_name=@program_transform_name@
    1.26 +bindir=@bindir@
    1.27 +sbindir=@sbindir@
    1.28 +libexecdir=@libexecdir@
    1.29 +datadir=@datadir@
    1.30 +sysconfdir=@sysconfdir@
    1.31 +sharedstatedir=@sharedstatedir@
    1.32 +localstatedir=@localstatedir@
    1.33 +libdir=@libdir@
    1.34 +includedir=@includedir@
    1.35 +oldincludedir=@oldincludedir@
    1.36 +infodir=@infodir@
    1.37 +mandir=@mandir@
    1.38 +PACKAGE=@PACKAGE@
    1.39 +VERSION=@VERSION@
    1.40 +
    1.41 +INSTALL = @INSTALL@
    1.42 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
    1.43 +INSTALL_DATA = @INSTALL_DATA@
    1.44 +
    1.45 +INSTALL_PROGRAM=@INSTALL_PROGRAM@
    1.46 +INSTALL_SCRIPT=@INSTALL_SCRIPT@
    1.47 +INSTALL_DATA=@INSTALL_DATA@
    1.48 +host=@host@
    1.49 +host_alias=@host_alias@
    1.50 +host_cpu=@host_cpu@
    1.51 +host_vendor=@host_vendor@
    1.52 +host_os=@host_os@
    1.53 +LIB_M=@LIB_M@
    1.54 +CPP=@CPP@
    1.55 +U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@
    1.56 +U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@
    1.57 +platform=@platform@
    1.58 +
    1.59 +##### Add the following to source/config/Makefile.in
    1.60 +
    1.61 +GENCCODE=$(BINDIR)/genccode
    1.62 +GENCMN=$(BINDIR)/gencmn
    1.63 +ICUPKG=$(BINDIR)/icupkg
    1.64 +
    1.65 +

mercurial