]>
Commit | Line | Data |
---|---|---|
b75a7d8f A |
1 | #****************************************************************************** |
2 | # | |
46f4442e | 3 | # Copyright (C) 2000-2007, International Business Machines |
b75a7d8f A |
4 | # Corporation and others. All Rights Reserved. |
5 | # | |
6 | #****************************************************************************** | |
7 | # This Makefile is used to build the ICU's data. | |
8 | # It is included with the -O option to pkgdata. | |
9 | ||
b75a7d8f A |
10 | top_srcdir=@top_srcdir@ |
11 | srcdir=@srcdir@ | |
12 | top_builddir=.. | |
13 | ||
14 | include $(top_builddir)/icudefs.mk | |
15 | ||
16 | CPPFLAGS+= -I$(top_builddir)/common -I$(top_srcdir)/common | |
73c04bcf | 17 | LDFLAGS=@LDFLAGS@ $(PKGDATA_LDFLAGS) |
b75a7d8f A |
18 | exec_prefix=@exec_prefix@ |
19 | prefix=@prefix@ | |
b75a7d8f A |
20 | bindir=@bindir@ |
21 | sbindir=@sbindir@ | |
22 | libexecdir=@libexecdir@ | |
23 | datadir=@datadir@ | |
24 | sysconfdir=@sysconfdir@ | |
25 | sharedstatedir=@sharedstatedir@ | |
26 | localstatedir=@localstatedir@ | |
27 | libdir=@libdir@ | |
28 | includedir=@includedir@ | |
29 | oldincludedir=@oldincludedir@ | |
30 | infodir=@infodir@ | |
31 | mandir=@mandir@ | |
b75a7d8f A |
32 | |
33 | INSTALL = @INSTALL@ | |
34 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
35 | INSTALL_DATA = @INSTALL_DATA@ | |
36 | ||
37 | INSTALL_PROGRAM=@INSTALL_PROGRAM@ | |
38 | INSTALL_SCRIPT=@INSTALL_SCRIPT@ | |
39 | INSTALL_DATA=@INSTALL_DATA@ | |
374ca955 | 40 | MKINSTALLDIRS = $(SHELL) $(top_srcdir)/mkinstalldirs |
b75a7d8f A |
41 | host=@host@ |
42 | host_alias=@host_alias@ | |
43 | host_cpu=@host_cpu@ | |
44 | host_vendor=@host_vendor@ | |
45 | host_os=@host_os@ | |
b75a7d8f A |
46 | CPP=@CPP@ |
47 | U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@ | |
48 | U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@ | |
b75a7d8f | 49 | |
b75a7d8f A |
50 | ##### Add the following to source/config/Makefile.in |
51 | ||
374ca955 A |
52 | GENCCODE=$(BINDIR)/genccode |
53 | GENCMN=$(BINDIR)/gencmn | |
46f4442e | 54 | ICUPKG=$(BINDIR)/icupkg |
b75a7d8f | 55 | |
b75a7d8f | 56 |