1 #******************************************************************************
3 # Copyright (C) 2000-2007, International Business Machines
4 # Corporation and others. All Rights Reserved.
6 #******************************************************************************
7 # This Makefile is used to build the ICU's data.
8 # It is included with the -O option to pkgdata.
12 top_srcdir=@top_srcdir@
16 include $(top_builddir)/icudefs.mk
18 CPPFLAGS+= -I$(top_builddir)/common -I$(top_srcdir)/common
20 exec_prefix=@exec_prefix@
22 program_transform_name=@program_transform_name@
25 libexecdir=@libexecdir@
27 sysconfdir=@sysconfdir@
28 sharedstatedir=@sharedstatedir@
29 localstatedir=@localstatedir@
31 includedir=@includedir@
32 oldincludedir=@oldincludedir@
39 INSTALL_PROGRAM = @INSTALL_PROGRAM@
40 INSTALL_DATA = @INSTALL_DATA@
42 INSTALL_PROGRAM=@INSTALL_PROGRAM@
43 INSTALL_SCRIPT=@INSTALL_SCRIPT@
44 INSTALL_DATA=@INSTALL_DATA@
46 host_alias=@host_alias@
48 host_vendor=@host_vendor@
52 U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@
53 U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@
56 ##### Add the following to source/config/Makefile.in
58 GENCCODE=$(BINDIR)/genccode
59 GENCMN=$(BINDIR)/gencmn
60 ICUPKG=$(BINDIR)/icupkg