OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ICU_PATH
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/samples/udata/
Makefile
7
# set the variable
ICU_PATH
to the 'icu' directory
15
# look for the
ICU_PATH
variable, guess if not there
18
ifeq ($(strip $(
ICU_PATH
)),)
19
ICU_PATH
=$(ICU_DEFAULT_PATH)
35
# The following lines are to make sure
ICU_PATH
is set properly.
36
writer.o: $(
ICU_PATH
)/source/tools/toolutil/uoptions.h
38
$(
ICU_PATH
)/source/tools/toolutil/uoptions.h:
41
@echo "*** Can't open $@ - check
ICU_PATH
"
46
CPPFLAGS += -I$(
ICU_PATH
)/source/tools/toolutil
47
LDFLAGS += -L$(
ICU_PATH
)/source/tools/toolutil $(shell icu-config --ldflags-toolutil
[
all
...]
/external/icu/icu4c/source/samples/uresb/
Makefile
7
# set the variable
ICU_PATH
to the 'icu' directory
15
ifeq ($(strip $(
ICU_PATH
)),)
16
ICU_PATH
=$(ICU_DEFAULT_PATH)
34
uresb.o: $(
ICU_PATH
)/source/tools/toolutil/uoptions.h
36
$(
ICU_PATH
)/source/tools/toolutil/uoptions.h:
38
@echo "Can't open $@ - check
ICU_PATH
"
41
CPPFLAGS += -I$(
ICU_PATH
)/source/tools/toolutil
42
LDFLAGS += -L$(
ICU_PATH
)/source/tools/toolutil $(shell icu-config --ldflags-toolutil --ldflags-icuio)
/external/icu/icu4c/source/samples/ufortune/
fortunedefs.mk
13
# (must be locatable by
ICU_PATH
- use 'make check')
Completed in 316 milliseconds