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) 2008-2012 IBM Corporation and Others. All Rights Reserved
62e5b6d6dSopenharmony_ci
72e5b6d6dSopenharmony_ci# local definitions must go in Makefile.local
82e5b6d6dSopenharmony_ci# example:
92e5b6d6dSopenharmony_ci
102e5b6d6dSopenharmony_ci##
112e5b6d6dSopenharmony_ci## These two are REQUIRED.
122e5b6d6dSopenharmony_ci##
132e5b6d6dSopenharmony_ci
142e5b6d6dSopenharmony_ci# The version of ICU you will build against (which API you will use).  Note, 49.1 is required for collation support, and for date support.
152e5b6d6dSopenharmony_ci# EXAMPLE: 49.1
162e5b6d6dSopenharmony_ciPROVIDER_TARGET=49.1
172e5b6d6dSopenharmony_ci
182e5b6d6dSopenharmony_ci# The versions of ICU you want to have available in the plugin. Space separated.  Don't include the PROVIDER_TARGET version.
192e5b6d6dSopenharmony_ci# EXAMPLE: 3.8.1  4.2.0.1
202e5b6d6dSopenharmony_ciPROVIDER_AVAILABLE=3.8.1 4.2.0.1
212e5b6d6dSopenharmony_ci
222e5b6d6dSopenharmony_ci
232e5b6d6dSopenharmony_ci
242e5b6d6dSopenharmony_ci
252e5b6d6dSopenharmony_ci
262e5b6d6dSopenharmony_ci##
272e5b6d6dSopenharmony_ci## following are OPTIONAL
282e5b6d6dSopenharmony_ci##
292e5b6d6dSopenharmony_ci
302e5b6d6dSopenharmony_ci## debug options
312e5b6d6dSopenharmony_ci#EXTRA_COMPILE_OPTS=-g
322e5b6d6dSopenharmony_ci
332e5b6d6dSopenharmony_ci## configure options
342e5b6d6dSopenharmony_ci#EXTRA_CONFIGURE_OPTS=--with-library-suffix=srl
352e5b6d6dSopenharmony_ci
36