• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# Copyright (C) 2017 and later: Unicode, Inc. and others.
3# License & terms of use: http://www.unicode.org/copyright.html
4#
5# Copyright (C) 2008-2012 IBM Corporation and Others. All Rights Reserved
6
7# local definitions must go in Makefile.local
8# example:
9
10##
11## These two are REQUIRED.
12##
13
14# 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.
15# EXAMPLE: 49.1
16PROVIDER_TARGET=49.1
17
18# The versions of ICU you want to have available in the plugin. Space separated.  Don't include the PROVIDER_TARGET version.
19# EXAMPLE: 3.8.1  4.2.0.1
20PROVIDER_AVAILABLE=3.8.1 4.2.0.1
21
22
23
24
25
26##
27## following are OPTIONAL
28##
29
30## debug options
31#EXTRA_COMPILE_OPTS=-g
32
33## configure options
34#EXTRA_CONFIGURE_OPTS=--with-library-suffix=srl
35
36