1 # Copyright (C) 2016 and later: Unicode, Inc. and others.
2 # License & terms of use: http://www.unicode.org/copyright.html
3 #******************************************************************************
5 # Copyright (C) 2000-2008, International Business Machines
6 # Corporation and others. All Rights Reserved.
8 #******************************************************************************
9 # This Makefile is used to build the ICU's data.
10 # It is included with the -O option to pkgdata.
12 top_srcdir=@top_srcdir@
16 include $(top_builddir)/icudefs.mk
18 CPPFLAGS+= -I$(top_builddir)/common -I$(top_srcdir)/common
19 LDFLAGS=@LDFLAGS@ $(PKGDATA_LDFLAGS)
20 exec_prefix=@exec_prefix@
24 libexecdir=@libexecdir@
25 datarootdir=@datarootdir@
27 sysconfdir=@sysconfdir@
28 sharedstatedir=@sharedstatedir@
29 localstatedir=@localstatedir@
31 includedir=@includedir@
32 oldincludedir=@oldincludedir@
37 INSTALL_PROGRAM = @INSTALL_PROGRAM@
38 INSTALL_DATA = @INSTALL_DATA@
40 INSTALL_PROGRAM=@INSTALL_PROGRAM@
41 INSTALL_SCRIPT=@INSTALL_SCRIPT@
42 INSTALL_DATA=@INSTALL_DATA@
43 MKINSTALLDIRS = $(SHELL) $(top_srcdir)/mkinstalldirs
45 host_alias=@host_alias@
47 host_vendor=@host_vendor@
50 U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@
51 U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@
53 ##### Add the following to source/config/Makefile.in
55 GENCCODE=$(BINDIR)/genccode
56 GENCMN=$(BINDIR)/gencmn
57 ICUPKG=$(BINDIR)/icupkg