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-2007, 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 12PLATFORM=@platform@ 13 14top_srcdir=@top_srcdir@ 15srcdir=@srcdir@ 16top_builddir=../.. 17 18include $(top_builddir)/icudefs.mk 19 20CPPFLAGS+= -I$(top_builddir)/common -I$(top_srcdir)/common 21LIBS=@LIBS@ 22exec_prefix=@exec_prefix@ 23prefix=@prefix@ 24program_transform_name=@program_transform_name@ 25bindir=@bindir@ 26sbindir=@sbindir@ 27libexecdir=@libexecdir@ 28datadir=@datadir@ 29sysconfdir=@sysconfdir@ 30sharedstatedir=@sharedstatedir@ 31localstatedir=@localstatedir@ 32libdir=@libdir@ 33includedir=@includedir@ 34oldincludedir=@oldincludedir@ 35infodir=@infodir@ 36mandir=@mandir@ 37PACKAGE=@PACKAGE@ 38VERSION=@VERSION@ 39 40INSTALL = @INSTALL@ 41INSTALL_PROGRAM = @INSTALL_PROGRAM@ 42INSTALL_DATA = @INSTALL_DATA@ 43 44INSTALL_PROGRAM=@INSTALL_PROGRAM@ 45INSTALL_SCRIPT=@INSTALL_SCRIPT@ 46INSTALL_DATA=@INSTALL_DATA@ 47host=@host@ 48host_alias=@host_alias@ 49host_cpu=@host_cpu@ 50host_vendor=@host_vendor@ 51host_os=@host_os@ 52LIB_M=@LIB_M@ 53CPP=@CPP@ 54U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@ 55U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@ 56platform=@platform@ 57 58##### Add the following to source/config/Makefile.in 59 60GENCCODE=$(BINDIR)/genccode 61GENCMN=$(BINDIR)/gencmn 62ICUPKG=$(BINDIR)/icupkg 63 64 65