OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/hostdependX86MAC64.git] / util / X86MAC64 / lib / pkgconfig / icu-uc.pc
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 = 
7 # CXXFLAGS contains only anything end users should set
8 CXXFLAGS =  -std=c++11
9 # DEFS only contains those UCONFIG_CPPFLAGS which are not auto-set by platform.h
10 DEFS = 
11 prefix = /Users/tacyas1/Eos/util/X86MAC64
12 exec_prefix = ${prefix}
13 #bindir = ${exec_prefix}/bin
14 libdir = ${exec_prefix}/lib
15 includedir = ${prefix}/include
16 baselibs = -lpthread -lm 
17 #datarootdir = ${prefix}/share
18 #datadir = ${datarootdir}
19 #sbindir = ${exec_prefix}/sbin
20 #mandir = ${datarootdir}/man
21 #sysconfdir = ${prefix}/etc
22 UNICODE_VERSION=14.0
23 ICUPREFIX=icu
24 ICULIBSUFFIX=
25 LIBICU=lib${ICUPREFIX}
26 #SHAREDLIBCFLAGS=-fPIC
27 pkglibdir=${libdir}/icu${ICULIBSUFFIX}/70.1
28 #pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/70.1
29 ICUDATA_NAME = icudt70l
30 #ICUPKGDATA_DIR=${exec_prefix}/lib
31 #ICUDATA_DIR=${pkgdatadir}
32 ICUDESC=International Components for Unicode
33
34 Version: 70.1
35 Cflags: -I${includedir}
36 # end of icu.pc.in
37 Description: International Components for Unicode: Common and Data libraries
38 Name: icu-uc
39 Libs: -L${libdir} -licuuc -licudata
40 Libs.private: ${baselibs}