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