Home | History | Annotate | Download | only in samples

Lines Matching refs:icu

6 # Load ICU information. You can copy this to other makefiles #######
8 CC=$(shell icu-config --cc)
9 CXX=$(shell icu-config --cxx)
10 CPPFLAGS=$(shell icu-config --cppflags)
11 CFLAGS=$(shell icu-config --cflags)
12 CXXFLAGS=$(shell icu-config --cxxflags)
13 LDFLAGS =$^ $(shell icu-config --ldflags)
14 LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio)
15 INVOKE=$(shell icu-config --invoke)
16 GENRB=$(shell icu-config --invoke=genrb)
18 PKGDATA=$(shell icu-config --invoke=pkgdata)
19 SO=$(shell icu-config --so)
20 PKGDATAOPTS=-r $(shell icu-config --version) -w -v -d .
21 # default - resources in same mode as ICU
22 RESMODE=$(shell icu-config --icudata-mode)