1# Copyright (C) 2010, International Business Machines Corporation. All Rights Reserved.
2
3prefix = /usr/local
4exec_prefix = ${prefix}
5#bindir = ${exec_prefix}/bin
6libdir = ${exec_prefix}/lib
7includedir = ${prefix}/include
8baselibs = -lpthread -ldl -lm 
9#datarootdir = ${prefix}/share
10#datadir = ${datarootdir}
11#sbindir = ${exec_prefix}/sbin
12#mandir = ${datarootdir}/man
13#sysconfdir = ${prefix}/etc
14CFLAGS =  -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings $(THREADSCFLAGS) 
15#CXXFLAGS =  -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long $(THREADSCXXFLAGS) 
16DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_VOID_P=8 -DHAVE_LIBM=1 -DHAVE_DLFCN_H=1 -DHAVE_DLOPEN=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_LIBPTHREAD=1 -DHAVE_INTTYPES_H=1 -DHAVE_DIRENT_H=1 -DHAVE_WCHAR_H=1 -DSIZEOF_WCHAR_T=4 
17UNICODE_VERSION=6.2
18ICUPREFIX=icu
19ICULIBSUFFIX=
20LIBICU=lib${ICUPREFIX}
21#SHAREDLIBCFLAGS=-fPIC
22pkglibdir=${libdir}/icu${ICULIBSUFFIX}/50.1.1
23#pkgdatadir=${datadir}/icu${ICULIBSUFFIX}/50.1.1
24ICUDATA_NAME = icudt50l
25#ICUPKGDATA_DIR=${exec_prefix}/lib
26#ICUDATA_DIR=${pkgdatadir}
27ICUDESC=International Components for Unicode
28
29Version: 50.1.1
30Cflags: -I${includedir}
31# end of icu.pc.in
32