Lines Matching refs:ICU_PATH
10 # set the variable ICU_PATH to the 'icu' directory
18 # look for the ICU_PATH variable, guess if not there
21 ifeq ($(strip $(ICU_PATH)),)
22 ICU_PATH=$(ICU_DEFAULT_PATH)
38 # The following lines are to make sure ICU_PATH is set properly.
39 writer.o: $(ICU_PATH)/source/tools/toolutil/uoptions.h
41 $(ICU_PATH)/source/tools/toolutil/uoptions.h:
44 @echo "*** Can't open $@ - check ICU_PATH"
49 CPPFLAGS += -I$(ICU_PATH)/source/tools/toolutil
50 LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil)