Lines Matching refs:ICU_PATH
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)