intl/icu/source/config/icu.pc.in

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/icu/source/config/icu.pc.in	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,34 @@
     1.4 +# Copyright (C) 2010-2013, International Business Machines Corporation. All Rights Reserved.
     1.5 +
     1.6 +# CFLAGS contains only anything end users should set
     1.7 +CFLAGS = @UCONFIG_CFLAGS@
     1.8 +# CXXFLAGS contains only anything end users should set
     1.9 +CXXFLAGS = @UCONFIG_CXXFLAGS@
    1.10 +# DEFS only contains those UCONFIG_CPPFLAGS which are not auto-set by platform.h
    1.11 +DEFS = @UCONFIG_CPPFLAGS@
    1.12 +prefix = @prefix@
    1.13 +exec_prefix = @exec_prefix@
    1.14 +#bindir = @bindir@
    1.15 +libdir = @libdir@
    1.16 +includedir = @includedir@
    1.17 +baselibs = @LIBS@
    1.18 +#datarootdir = @datarootdir@
    1.19 +#datadir = @datadir@
    1.20 +#sbindir = @sbindir@
    1.21 +#mandir = @mandir@
    1.22 +#sysconfdir = @sysconfdir@
    1.23 +UNICODE_VERSION=@UNICODE_VERSION@
    1.24 +ICUPREFIX=icu
    1.25 +ICULIBSUFFIX=@ICULIBSUFFIX@
    1.26 +LIBICU=lib${ICUPREFIX}
    1.27 +#SHAREDLIBCFLAGS=-fPIC
    1.28 +pkglibdir=${libdir}/@PACKAGE@${ICULIBSUFFIX}/@VERSION@
    1.29 +#pkgdatadir=${datadir}/@PACKAGE@${ICULIBSUFFIX}/@VERSION@
    1.30 +ICUDATA_NAME = icudt@LIB_VERSION_MAJOR@@ICUDATA_CHAR@
    1.31 +#ICUPKGDATA_DIR=@libdir@
    1.32 +#ICUDATA_DIR=${pkgdatadir}
    1.33 +ICUDESC=International Components for Unicode
    1.34 +
    1.35 +Version: @VERSION@
    1.36 +Cflags: -I${includedir}
    1.37 +# end of icu.pc.in

mercurial