]> git.saurik.com Git - apple/icu.git/blame - icuSources/data/icupkg.inc.in
ICU-62109.0.1.tar.gz
[apple/icu.git] / icuSources / data / icupkg.inc.in
CommitLineData
f3c0d7a5
A
1# Copyright (C) 2016 and later: Unicode, Inc. and others.
2# License & terms of use: http://www.unicode.org/copyright.html
b75a7d8f
A
3#******************************************************************************
4#
729e4ab9 5# Copyright (C) 2000-2008, International Business Machines
b75a7d8f
A
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
b75a7d8f
A
12top_srcdir=@top_srcdir@
13srcdir=@srcdir@
14top_builddir=..
15
16include $(top_builddir)/icudefs.mk
17
18CPPFLAGS+= -I$(top_builddir)/common -I$(top_srcdir)/common
73c04bcf 19LDFLAGS=@LDFLAGS@ $(PKGDATA_LDFLAGS)
b75a7d8f
A
20exec_prefix=@exec_prefix@
21prefix=@prefix@
b75a7d8f
A
22bindir=@bindir@
23sbindir=@sbindir@
24libexecdir=@libexecdir@
729e4ab9 25datarootdir=@datarootdir@
b75a7d8f
A
26datadir=@datadir@
27sysconfdir=@sysconfdir@
28sharedstatedir=@sharedstatedir@
29localstatedir=@localstatedir@
30libdir=@libdir@
31includedir=@includedir@
32oldincludedir=@oldincludedir@
33infodir=@infodir@
34mandir=@mandir@
b75a7d8f
A
35
36INSTALL = @INSTALL@
37INSTALL_PROGRAM = @INSTALL_PROGRAM@
38INSTALL_DATA = @INSTALL_DATA@
39
40INSTALL_PROGRAM=@INSTALL_PROGRAM@
41INSTALL_SCRIPT=@INSTALL_SCRIPT@
42INSTALL_DATA=@INSTALL_DATA@
374ca955 43MKINSTALLDIRS = $(SHELL) $(top_srcdir)/mkinstalldirs
b75a7d8f
A
44host=@host@
45host_alias=@host_alias@
46host_cpu=@host_cpu@
47host_vendor=@host_vendor@
48host_os=@host_os@
b75a7d8f
A
49CPP=@CPP@
50U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@
51U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@
b75a7d8f 52
b75a7d8f
A
53##### Add the following to source/config/Makefile.in
54
374ca955
A
55GENCCODE=$(BINDIR)/genccode
56GENCMN=$(BINDIR)/gencmn
46f4442e 57ICUPKG=$(BINDIR)/icupkg
b75a7d8f 58
b75a7d8f 59