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