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 6 CFLAGS = @UCONFIG_CFLAGS@ 7 # CXXFLAGS contains only anything end users should set 8 CXXFLAGS = @UCONFIG_CXXFLAGS@ 9 # DEFS only contains those UCONFIG_CPPFLAGS which are not auto-set by platform.h 10 DEFS = @UCONFIG_CPPFLAGS@ 11 prefix = @prefix@ 12 exec_prefix = @exec_prefix@ 13 #bindir = @bindir@ 14 libdir = @libdir@ 15 includedir = @includedir@ 16 baselibs = @LIBS@ 17 #datarootdir = @datarootdir@ 18 #datadir = @datadir@ 19 #sbindir = @sbindir@ 20 #mandir = @mandir@ 21 #sysconfdir = @sysconfdir@ 22 UNICODE_VERSION=@UNICODE_VERSION@ 23 ICUPREFIX=icu 24 ICULIBSUFFIX=@ICULIBSUFFIX@ 25 LIBICU=lib${ICUPREFIX} 26 #SHAREDLIBCFLAGS=-fPIC 27 pkglibdir=${libdir}/@PACKAGE@${ICULIBSUFFIX}/@VERSION@ 28 #pkgdatadir=${datadir}/@PACKAGE@${ICULIBSUFFIX}/@VERSION@ 29 ICUDATA_NAME = icudt@LIB_VERSION_MAJOR@@ICUDATA_CHAR@ 30 #ICUPKGDATA_DIR=@libdir@ 31 #ICUDATA_DIR=${pkgdatadir} 32 ICUDESC=International Components for Unicode 33 34 Version: @VERSION@ 35 Cflags: -I${includedir} 36 # end of icu.pc.in 37