intl/icu/source/config/icu.pc.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.

michael@0 1 # Copyright (C) 2010-2013, International Business Machines Corporation. All Rights Reserved.
michael@0 2
michael@0 3 # CFLAGS contains only anything end users should set
michael@0 4 CFLAGS = @UCONFIG_CFLAGS@
michael@0 5 # CXXFLAGS contains only anything end users should set
michael@0 6 CXXFLAGS = @UCONFIG_CXXFLAGS@
michael@0 7 # DEFS only contains those UCONFIG_CPPFLAGS which are not auto-set by platform.h
michael@0 8 DEFS = @UCONFIG_CPPFLAGS@
michael@0 9 prefix = @prefix@
michael@0 10 exec_prefix = @exec_prefix@
michael@0 11 #bindir = @bindir@
michael@0 12 libdir = @libdir@
michael@0 13 includedir = @includedir@
michael@0 14 baselibs = @LIBS@
michael@0 15 #datarootdir = @datarootdir@
michael@0 16 #datadir = @datadir@
michael@0 17 #sbindir = @sbindir@
michael@0 18 #mandir = @mandir@
michael@0 19 #sysconfdir = @sysconfdir@
michael@0 20 UNICODE_VERSION=@UNICODE_VERSION@
michael@0 21 ICUPREFIX=icu
michael@0 22 ICULIBSUFFIX=@ICULIBSUFFIX@
michael@0 23 LIBICU=lib${ICUPREFIX}
michael@0 24 #SHAREDLIBCFLAGS=-fPIC
michael@0 25 pkglibdir=${libdir}/@PACKAGE@${ICULIBSUFFIX}/@VERSION@
michael@0 26 #pkgdatadir=${datadir}/@PACKAGE@${ICULIBSUFFIX}/@VERSION@
michael@0 27 ICUDATA_NAME = icudt@LIB_VERSION_MAJOR@@ICUDATA_CHAR@
michael@0 28 #ICUPKGDATA_DIR=@libdir@
michael@0 29 #ICUDATA_DIR=${pkgdatadir}
michael@0 30 ICUDESC=International Components for Unicode
michael@0 31
michael@0 32 Version: @VERSION@
michael@0 33 Cflags: -I${includedir}
michael@0 34 # end of icu.pc.in

mercurial