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