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