1 # Copyright (C) 2016 and later: Unicode, Inc. and others. 2 # License & terms of use: http://www.unicode.org/copyright.html 3 #****************************************************************************** 4 # 5 # Copyright (C) 2000-2006, International Business Machines 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 21 ICUPKG=$(BINDIR)/icupkg 22 23