12e5b6d6dSopenharmony_ci#
22e5b6d6dSopenharmony_ci# Copyright (C) 2017 and later: Unicode, Inc. and others.
32e5b6d6dSopenharmony_ci# License & terms of use: http://www.unicode.org/copyright.html
42e5b6d6dSopenharmony_ci#
52e5b6d6dSopenharmony_ci#   Copyright (C) 2014, International Business Machines
62e5b6d6dSopenharmony_ci#   Corporation and others.  All Rights Reserved.
72e5b6d6dSopenharmony_ci
82e5b6d6dSopenharmony_ci# Edit the following two lines to reflect the location of your ICU sources & build (if out-of-source)
92e5b6d6dSopenharmony_ciICU_HOME=$(HOME)/icu/icu/trunk/source
102e5b6d6dSopenharmony_ciICU_BUILD=$(ICU_HOME)
112e5b6d6dSopenharmony_ci
122e5b6d6dSopenharmony_cidata: genregexcasing
132e5b6d6dSopenharmony_ci	LD_LIBRARY_PATH=$(ICU_BUILD)/lib:$(ICU_BUILD)/stubdata ICU_DATA=$(ICU_BUILD)/data/out ./genregexcasing
142e5b6d6dSopenharmony_ci
152e5b6d6dSopenharmony_cigenregexcasing: genregexcasing.cpp
162e5b6d6dSopenharmony_ci	clang++ genregexcasing.cpp -std=c++0x -g -I $(ICU_HOME)/common -I $(ICU_HOME)/i18n -I $(ICU_HOME)/io -L$(ICU_BUILD)/lib -L$(ICU_BUILD)/stubdata -licuuc -licui18n -licudata -o genregexcasing 
17