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.
10 top_srcdir=@top_srcdir@
14 include $(top_builddir)/icudefs.mk
16 CPPFLAGS+= -I$(top_builddir)/common -I$(top_srcdir)/common
17 LDFLAGS=@LDFLAGS@ $(PKGDATA_LDFLAGS)
18 exec_prefix=@exec_prefix@
22 libexecdir=@libexecdir@
24 sysconfdir=@sysconfdir@
25 sharedstatedir=@sharedstatedir@
26 localstatedir=@localstatedir@
28 includedir=@includedir@
29 oldincludedir=@oldincludedir@
34 INSTALL_PROGRAM = @INSTALL_PROGRAM@
35 INSTALL_DATA = @INSTALL_DATA@
37 INSTALL_PROGRAM=@INSTALL_PROGRAM@
38 INSTALL_SCRIPT=@INSTALL_SCRIPT@
39 INSTALL_DATA=@INSTALL_DATA@
40 MKINSTALLDIRS = $(SHELL) $(top_srcdir)/mkinstalldirs
42 host_alias=@host_alias@
44 host_vendor=@host_vendor@
47 U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@
48 U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@
50 ld_rpath_suf=@ld_rpath_suf@
52 ##### Add the following to source/config/Makefile.in
54 GENCCODE=$(BINDIR)/genccode
55 GENCMN=$(BINDIR)/gencmn