]>
Commit | Line | Data |
---|---|---|
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 |
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 | |
73c04bcf | 19 | LDFLAGS=@LDFLAGS@ $(PKGDATA_LDFLAGS) |
b75a7d8f A |
20 | exec_prefix=@exec_prefix@ |
21 | prefix=@prefix@ | |
b75a7d8f A |
22 | bindir=@bindir@ |
23 | sbindir=@sbindir@ | |
24 | libexecdir=@libexecdir@ | |
729e4ab9 | 25 | datarootdir=@datarootdir@ |
b75a7d8f A |
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@ | |
b75a7d8f A |
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@ | |
374ca955 | 43 | MKINSTALLDIRS = $(SHELL) $(top_srcdir)/mkinstalldirs |
b75a7d8f A |
44 | host=@host@ |
45 | host_alias=@host_alias@ | |
46 | host_cpu=@host_cpu@ | |
47 | host_vendor=@host_vendor@ | |
48 | host_os=@host_os@ | |
b75a7d8f A |
49 | CPP=@CPP@ |
50 | U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@ | |
51 | U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@ | |
b75a7d8f | 52 | |
b75a7d8f A |
53 | ##### Add the following to source/config/Makefile.in |
54 | ||
374ca955 A |
55 | GENCCODE=$(BINDIR)/genccode |
56 | GENCMN=$(BINDIR)/gencmn | |
46f4442e | 57 | ICUPKG=$(BINDIR)/icupkg |
b75a7d8f | 58 | |
b75a7d8f | 59 |