intl/icu/source/data/icupkg.inc.in

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/icu/source/data/icupkg.inc.in	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,57 @@
     1.4 +#******************************************************************************
     1.5 +#
     1.6 +#   Copyright (C) 2000-2008, 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 +top_srcdir=@top_srcdir@
    1.14 +srcdir=@srcdir@
    1.15 +top_builddir=..
    1.16 +
    1.17 +include $(top_builddir)/icudefs.mk
    1.18 +
    1.19 +CPPFLAGS+= -I$(top_builddir)/common -I$(top_srcdir)/common
    1.20 +LDFLAGS=@LDFLAGS@ $(PKGDATA_LDFLAGS)
    1.21 +exec_prefix=@exec_prefix@
    1.22 +prefix=@prefix@
    1.23 +bindir=@bindir@
    1.24 +sbindir=@sbindir@
    1.25 +libexecdir=@libexecdir@
    1.26 +datarootdir=@datarootdir@
    1.27 +datadir=@datadir@
    1.28 +sysconfdir=@sysconfdir@
    1.29 +sharedstatedir=@sharedstatedir@
    1.30 +localstatedir=@localstatedir@
    1.31 +libdir=@libdir@
    1.32 +includedir=@includedir@
    1.33 +oldincludedir=@oldincludedir@
    1.34 +infodir=@infodir@
    1.35 +mandir=@mandir@
    1.36 +
    1.37 +INSTALL = @INSTALL@
    1.38 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
    1.39 +INSTALL_DATA = @INSTALL_DATA@
    1.40 +
    1.41 +INSTALL_PROGRAM=@INSTALL_PROGRAM@
    1.42 +INSTALL_SCRIPT=@INSTALL_SCRIPT@
    1.43 +INSTALL_DATA=@INSTALL_DATA@
    1.44 +MKINSTALLDIRS = $(SHELL) $(top_srcdir)/mkinstalldirs
    1.45 +host=@host@
    1.46 +host_alias=@host_alias@
    1.47 +host_cpu=@host_cpu@
    1.48 +host_vendor=@host_vendor@
    1.49 +host_os=@host_os@
    1.50 +CPP=@CPP@
    1.51 +U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@
    1.52 +U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@
    1.53 +
    1.54 +##### Add the following to source/config/Makefile.in
    1.55 +
    1.56 +GENCCODE=$(BINDIR)/genccode
    1.57 +GENCMN=$(BINDIR)/gencmn
    1.58 +ICUPKG=$(BINDIR)/icupkg
    1.59 +
    1.60 +

mercurial