12345678910111213141516171819202122232425262728293031323334353637383940 |
- # Copyright (C) 2016 and later: Unicode, Inc. and others.
- # License & terms of use: http://www.unicode.org/copyright.html
- # Copyright (C) 2010-2013, International Business Machines Corporation. All Rights Reserved.
- # CFLAGS contains only anything end users should set
- CFLAGS =
- # CXXFLAGS contains only anything end users should set
- CXXFLAGS =
- # DEFS only contains those UCONFIG_CPPFLAGS which are not auto-set by platform.h
- DEFS =
- prefix = /opt/anaconda1anaconda2anaconda3
- exec_prefix = ${prefix}
- #bindir = ${exec_prefix}/bin
- libdir = ${exec_prefix}/lib
- includedir = ${prefix}/include
- baselibs = -lpthread -ldl -lm
- #datarootdir = ${prefix}/share
- #datadir = ${datarootdir}
- #sbindir = ${exec_prefix}/sbin
- #mandir = ${datarootdir}/man
- #sysconfdir = ${prefix}/etc
- UNICODE_VERSION=9.0
- ICUPREFIX=icu
- ICULIBSUFFIX=
- LIBICU=lib${ICUPREFIX}
- #SHAREDLIBCFLAGS=-fPIC
- pkglibdir=${libdir}/icu${ICULIBSUFFIX}/58.2
- #pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/58.2
- ICUDATA_NAME = icudt58l
- #ICUPKGDATA_DIR=${exec_prefix}/lib
- #ICUDATA_DIR=${pkgdatadir}
- ICUDESC=International Components for Unicode
- Version: 58.2
- Cflags: -I${includedir}
- # end of icu.pc.in
- Description: International Components for Unicode: Internationalization library
- Name: icu-i18n
- Requires: icu-uc
- Libs: -licui18n
|