michael@0: # Copyright (C) 2010-2013, International Business Machines Corporation. All Rights Reserved. michael@0: michael@0: # CFLAGS contains only anything end users should set michael@0: CFLAGS = @UCONFIG_CFLAGS@ michael@0: # CXXFLAGS contains only anything end users should set michael@0: CXXFLAGS = @UCONFIG_CXXFLAGS@ michael@0: # DEFS only contains those UCONFIG_CPPFLAGS which are not auto-set by platform.h michael@0: DEFS = @UCONFIG_CPPFLAGS@ michael@0: prefix = @prefix@ michael@0: exec_prefix = @exec_prefix@ michael@0: #bindir = @bindir@ michael@0: libdir = @libdir@ michael@0: includedir = @includedir@ michael@0: baselibs = @LIBS@ michael@0: #datarootdir = @datarootdir@ michael@0: #datadir = @datadir@ michael@0: #sbindir = @sbindir@ michael@0: #mandir = @mandir@ michael@0: #sysconfdir = @sysconfdir@ michael@0: UNICODE_VERSION=@UNICODE_VERSION@ michael@0: ICUPREFIX=icu michael@0: ICULIBSUFFIX=@ICULIBSUFFIX@ michael@0: LIBICU=lib${ICUPREFIX} michael@0: #SHAREDLIBCFLAGS=-fPIC michael@0: pkglibdir=${libdir}/@PACKAGE@${ICULIBSUFFIX}/@VERSION@ michael@0: #pkgdatadir=${datadir}/@PACKAGE@${ICULIBSUFFIX}/@VERSION@ michael@0: ICUDATA_NAME = icudt@LIB_VERSION_MAJOR@@ICUDATA_CHAR@ michael@0: #ICUPKGDATA_DIR=@libdir@ michael@0: #ICUDATA_DIR=${pkgdatadir} michael@0: ICUDESC=International Components for Unicode michael@0: michael@0: Version: @VERSION@ michael@0: Cflags: -I${includedir} michael@0: # end of icu.pc.in