2016-06-15 18:58:17 +00:00
|
|
|
# Copyright (C) 2016 and later: Unicode, Inc. and others.
|
|
|
|
# License & terms of use: http://www.unicode.org/copyright.html
|
2016-05-31 21:45:07 +00:00
|
|
|
# Copyright (C) 2010-2013, International Business Machines Corporation. All Rights Reserved.
|
2010-04-29 03:52:08 +00:00
|
|
|
|
2013-08-30 22:45:31 +00:00
|
|
|
# CFLAGS contains only anything end users should set
|
|
|
|
CFLAGS = @UCONFIG_CFLAGS@
|
|
|
|
# CXXFLAGS contains only anything end users should set
|
|
|
|
CXXFLAGS = @UCONFIG_CXXFLAGS@
|
|
|
|
# DEFS only contains those UCONFIG_CPPFLAGS which are not auto-set by platform.h
|
|
|
|
DEFS = @UCONFIG_CPPFLAGS@
|
2010-04-29 03:52:08 +00:00
|
|
|
prefix = @prefix@
|
|
|
|
exec_prefix = @exec_prefix@
|
2010-08-30 18:59:02 +00:00
|
|
|
#bindir = @bindir@
|
2010-04-29 03:52:08 +00:00
|
|
|
libdir = @libdir@
|
|
|
|
includedir = @includedir@
|
2010-08-30 18:59:02 +00:00
|
|
|
baselibs = @LIBS@
|
|
|
|
#datarootdir = @datarootdir@
|
|
|
|
#datadir = @datadir@
|
|
|
|
#sbindir = @sbindir@
|
|
|
|
#mandir = @mandir@
|
|
|
|
#sysconfdir = @sysconfdir@
|
2010-04-29 03:52:08 +00:00
|
|
|
UNICODE_VERSION=@UNICODE_VERSION@
|
|
|
|
ICUPREFIX=icu
|
|
|
|
ICULIBSUFFIX=@ICULIBSUFFIX@
|
|
|
|
LIBICU=lib${ICUPREFIX}
|
2010-08-30 18:59:02 +00:00
|
|
|
#SHAREDLIBCFLAGS=-fPIC
|
2010-04-29 03:52:08 +00:00
|
|
|
pkglibdir=${libdir}/@PACKAGE@${ICULIBSUFFIX}/@VERSION@
|
2010-08-30 18:59:02 +00:00
|
|
|
#pkgdatadir=${datadir}/@PACKAGE@${ICULIBSUFFIX}/@VERSION@
|
2010-04-29 03:52:08 +00:00
|
|
|
ICUDATA_NAME = icudt@LIB_VERSION_MAJOR@@ICUDATA_CHAR@
|
2010-08-30 18:59:02 +00:00
|
|
|
#ICUPKGDATA_DIR=@libdir@
|
|
|
|
#ICUDATA_DIR=${pkgdatadir}
|
|
|
|
ICUDESC=International Components for Unicode
|
2010-04-29 03:52:08 +00:00
|
|
|
|
|
|
|
Version: @VERSION@
|
|
|
|
Cflags: -I${includedir}
|
2010-08-30 18:59:02 +00:00
|
|
|
# end of icu.pc.in
|