]>
Commit | Line | Data |
---|---|---|
b75a7d8f A |
1 | #****************************************************************************** |
2 | # | |
374ca955 | 3 | # Copyright (C) 2000-2004, 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 | ||
10 | PLATFORM=@platform@ | |
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@ | |
b75a7d8f | 20 | LIBS=@LIBS@ |
b75a7d8f A |
21 | exec_prefix=@exec_prefix@ |
22 | prefix=@prefix@ | |
23 | program_transform_name=@program_transform_name@ | |
24 | bindir=@bindir@ | |
25 | sbindir=@sbindir@ | |
26 | libexecdir=@libexecdir@ | |
27 | datadir=@datadir@ | |
28 | sysconfdir=@sysconfdir@ | |
29 | sharedstatedir=@sharedstatedir@ | |
30 | localstatedir=@localstatedir@ | |
31 | libdir=@libdir@ | |
32 | includedir=@includedir@ | |
33 | oldincludedir=@oldincludedir@ | |
34 | infodir=@infodir@ | |
35 | mandir=@mandir@ | |
36 | PACKAGE=@PACKAGE@ | |
37 | VERSION=@VERSION@ | |
38 | ||
39 | INSTALL = @INSTALL@ | |
40 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
41 | INSTALL_DATA = @INSTALL_DATA@ | |
42 | ||
43 | INSTALL_PROGRAM=@INSTALL_PROGRAM@ | |
44 | INSTALL_SCRIPT=@INSTALL_SCRIPT@ | |
45 | INSTALL_DATA=@INSTALL_DATA@ | |
374ca955 | 46 | MKINSTALLDIRS = $(SHELL) $(top_srcdir)/mkinstalldirs |
b75a7d8f A |
47 | host=@host@ |
48 | host_alias=@host_alias@ | |
49 | host_cpu=@host_cpu@ | |
50 | host_vendor=@host_vendor@ | |
51 | host_os=@host_os@ | |
52 | LIB_M=@LIB_M@ | |
53 | CPP=@CPP@ | |
54 | U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@ | |
55 | U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@ | |
b75a7d8f A |
56 | platform=@platform@ |
57 | ||
58 | ||
59 | ld_rpath_suf=@ld_rpath_suf@ | |
60 | ||
b75a7d8f A |
61 | ##### Add the following to source/config/Makefile.in |
62 | ||
374ca955 A |
63 | GENCCODE=$(BINDIR)/genccode |
64 | GENCMN=$(BINDIR)/gencmn | |
b75a7d8f | 65 | |
b75a7d8f | 66 |