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