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.
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@
12 exec_prefix = @exec_prefix@
15 includedir = @includedir@
17 #datarootdir = @datarootdir@
21 #sysconfdir = @sysconfdir@
22 UNICODE_VERSION=@UNICODE_VERSION@
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
35 Cflags: -I${includedir}