git-subtree-dir: bootstrap/cxx git-subtree-mainline:b732e418cb
git-subtree-split:7c1a929e9a
22 lines
698 B
PHP
22 lines
698 B
PHP
# Copyright (C) 2016 and later: Unicode, Inc. and others.
|
|
# License & terms of use: http://www.unicode.org/copyright.html
|
|
#******************************************************************************
|
|
#
|
|
# Copyright (C) 2000-2006, International Business Machines
|
|
# Corporation and others. All Rights Reserved.
|
|
#
|
|
#******************************************************************************
|
|
# 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
|
|
ICUPKG=$(BINDIR)/icupkg
|
|
|