]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 A |
1 | # Copyright (C) 2016 and later: Unicode, Inc. and others. |
2 | # License & terms of use: http://www.unicode.org/copyright.html | |
374ca955 A |
3 | #****************************************************************************** |
4 | # | |
46f4442e | 5 | # Copyright (C) 2000-2006, International Business Machines |
374ca955 A |
6 | # Corporation and others. All Rights Reserved. |
7 | # | |
8 | #****************************************************************************** | |
9 | # This Makefile is used to build the ICU's data. | |
10 | # It is included with the -O option to pkgdata. | |
11 | ||
12 | top_srcdir=@top_srcdir@ | |
13 | srcdir=@srcdir@ | |
14 | top_builddir=../.. | |
15 | ||
16 | include $(top_builddir)/icudefs.mk | |
17 | ||
18 | ##### Add the following to source/config/Makefile.in | |
19 | ||
20 | GENCCODE=$(BINDIR)/genccode | |
46f4442e | 21 | ICUPKG=$(BINDIR)/icupkg |
374ca955 | 22 |