• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# -*- makefile -*-
2#
3# Copyright (C) 2017 and later: Unicode, Inc. and others.
4# License & terms of use: http://www.unicode.org/copyright.html
5#
6# Copyright (C) 2008-2012 IBM Corporation and Others. All Rights Reserved.
7
8
9
10## --- important ---
11# Path to  http://source.icu-project.org/repos/icu/data/trunk/meta
12ICUMETA=/xsrl/E/data/meta
13
14
15
16
17
18## --- all others are optional ---
19
20# if needed - additional jars on the CLASSPATH
21#OTHERJARS=somejar.jar:some/other/jar.jar
22
23# if needed - force path to ICUJAR
24#ICUJAR=.../icu.jar
25
26#Special make options
27#MAKE_OPTS=-j2
28