1 # Copyright (C) 2010-2013, International Business Machines Corporation. All Rights Reserved.
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@
10 exec_prefix = @exec_prefix@
13 includedir = @includedir@
15 #datarootdir = @datarootdir@
19 #sysconfdir = @sysconfdir@
20 UNICODE_VERSION=@UNICODE_VERSION@
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
33 Cflags: -I${includedir}