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

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

michael@0 1 #******************************************************************************
michael@0 2 #
michael@0 3 # Copyright (C) 2000-2008, 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 top_srcdir=@top_srcdir@
michael@0 11 srcdir=@srcdir@
michael@0 12 top_builddir=..
michael@0 13
michael@0 14 include $(top_builddir)/icudefs.mk
michael@0 15
michael@0 16 CPPFLAGS+= -I$(top_builddir)/common -I$(top_srcdir)/common
michael@0 17 LDFLAGS=@LDFLAGS@ $(PKGDATA_LDFLAGS)
michael@0 18 exec_prefix=@exec_prefix@
michael@0 19 prefix=@prefix@
michael@0 20 bindir=@bindir@
michael@0 21 sbindir=@sbindir@
michael@0 22 libexecdir=@libexecdir@
michael@0 23 datarootdir=@datarootdir@
michael@0 24 datadir=@datadir@
michael@0 25 sysconfdir=@sysconfdir@
michael@0 26 sharedstatedir=@sharedstatedir@
michael@0 27 localstatedir=@localstatedir@
michael@0 28 libdir=@libdir@
michael@0 29 includedir=@includedir@
michael@0 30 oldincludedir=@oldincludedir@
michael@0 31 infodir=@infodir@
michael@0 32 mandir=@mandir@
michael@0 33
michael@0 34 INSTALL = @INSTALL@
michael@0 35 INSTALL_PROGRAM = @INSTALL_PROGRAM@
michael@0 36 INSTALL_DATA = @INSTALL_DATA@
michael@0 37
michael@0 38 INSTALL_PROGRAM=@INSTALL_PROGRAM@
michael@0 39 INSTALL_SCRIPT=@INSTALL_SCRIPT@
michael@0 40 INSTALL_DATA=@INSTALL_DATA@
michael@0 41 MKINSTALLDIRS = $(SHELL) $(top_srcdir)/mkinstalldirs
michael@0 42 host=@host@
michael@0 43 host_alias=@host_alias@
michael@0 44 host_cpu=@host_cpu@
michael@0 45 host_vendor=@host_vendor@
michael@0 46 host_os=@host_os@
michael@0 47 CPP=@CPP@
michael@0 48 U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@
michael@0 49 U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@
michael@0 50
michael@0 51 ##### Add the following to source/config/Makefile.in
michael@0 52
michael@0 53 GENCCODE=$(BINDIR)/genccode
michael@0 54 GENCMN=$(BINDIR)/gencmn
michael@0 55 ICUPKG=$(BINDIR)/icupkg
michael@0 56
michael@0 57

mercurial