2016-06-15 18:58:17 +00:00
|
|
|
# Copyright (C) 2016 and later: Unicode, Inc. and others.
|
|
|
|
# License & terms of use: http://www.unicode.org/copyright.html
|
2004-07-19 14:10:08 +00:00
|
|
|
#******************************************************************************
|
|
|
|
#
|
2016-05-31 21:45:07 +00:00
|
|
|
# Copyright (C) 2000-2006, International Business Machines
|
|
|
|
# Corporation and others. All Rights Reserved.
|
2004-07-19 14:10:08 +00:00
|
|
|
#
|
|
|
|
#******************************************************************************
|
|
|
|
# This Makefile is used to build the ICU's data.
|
|
|
|
# It is included with the -O option to pkgdata.
|
|
|
|
|
|
|
|
top_srcdir=@top_srcdir@
|
|
|
|
srcdir=@srcdir@
|
|
|
|
top_builddir=../..
|
|
|
|
|
|
|
|
include $(top_builddir)/icudefs.mk
|
|
|
|
|
|
|
|
##### Add the following to source/config/Makefile.in
|
|
|
|
|
|
|
|
GENCCODE=$(BINDIR)/genccode
|
2006-11-28 00:42:10 +00:00
|
|
|
ICUPKG=$(BINDIR)/icupkg
|
2004-07-19 14:10:08 +00:00
|
|
|
|