1#******************************************************************************
2#
3#   Copyright (C) 2000-2007, International Business Machines
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
10PLATFORM=@platform@
11
12top_srcdir=@top_srcdir@
13srcdir=@srcdir@
14top_builddir=../..
15
16include $(top_builddir)/icudefs.mk
17
18CPPFLAGS+= -I$(top_builddir)/common -I$(top_srcdir)/common
19LIBS=@LIBS@ 
20exec_prefix=@exec_prefix@
21prefix=@prefix@
22program_transform_name=@program_transform_name@
23bindir=@bindir@
24sbindir=@sbindir@
25libexecdir=@libexecdir@
26datadir=@datadir@
27sysconfdir=@sysconfdir@
28sharedstatedir=@sharedstatedir@
29localstatedir=@localstatedir@
30libdir=@libdir@
31includedir=@includedir@
32oldincludedir=@oldincludedir@
33infodir=@infodir@
34mandir=@mandir@
35PACKAGE=@PACKAGE@
36VERSION=@VERSION@
37
38INSTALL = @INSTALL@
39INSTALL_PROGRAM = @INSTALL_PROGRAM@
40INSTALL_DATA = @INSTALL_DATA@
41
42INSTALL_PROGRAM=@INSTALL_PROGRAM@
43INSTALL_SCRIPT=@INSTALL_SCRIPT@
44INSTALL_DATA=@INSTALL_DATA@
45host=@host@
46host_alias=@host_alias@
47host_cpu=@host_cpu@
48host_vendor=@host_vendor@
49host_os=@host_os@
50LIB_M=@LIB_M@
51CPP=@CPP@
52U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@
53U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@
54platform=@platform@
55
56##### Add the following to source/config/Makefile.in
57
58GENCCODE=$(BINDIR)/genccode
59GENCMN=$(BINDIR)/gencmn
60ICUPKG=$(BINDIR)/icupkg
61
62
63