OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ICU_PATH
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/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/icu4c/samples/ufortune/
fortunedefs.mk
13
# (must be locatable by
ICU_PATH
- use 'make check')
Completed in 121 milliseconds