1 #******************************************************************************
3 # Copyright (C) 2000-2004, 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
21 exec_prefix=@exec_prefix@
23 program_transform_name=@program_transform_name@
26 libexecdir=@libexecdir@
28 sysconfdir=@sysconfdir@
29 sharedstatedir=@sharedstatedir@
30 localstatedir=@localstatedir@
32 includedir=@includedir@
33 oldincludedir=@oldincludedir@
40 INSTALL_PROGRAM = @INSTALL_PROGRAM@
41 INSTALL_DATA = @INSTALL_DATA@
43 INSTALL_PROGRAM=@INSTALL_PROGRAM@
44 INSTALL_SCRIPT=@INSTALL_SCRIPT@
45 INSTALL_DATA=@INSTALL_DATA@
46 MKINSTALLDIRS = $(SHELL) $(top_srcdir)/mkinstalldirs
48 host_alias=@host_alias@
50 host_vendor=@host_vendor@
54 U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@
55 U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@
59 ld_rpath_suf=@ld_rpath_suf@
61 ##### Add the following to source/config/Makefile.in
63 GENCCODE=$(BINDIR)/genccode
64 GENCMN=$(BINDIR)/gencmn