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