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 10top_srcdir=@top_srcdir@ 11srcdir=@srcdir@ 12top_builddir=.. 13 14include $(top_builddir)/icudefs.mk 15 16CPPFLAGS+= -I$(top_builddir)/common -I$(top_srcdir)/common 17LDFLAGS=@LDFLAGS@ $(PKGDATA_LDFLAGS) 18exec_prefix=@exec_prefix@ 19prefix=@prefix@ 20bindir=@bindir@ 21sbindir=@sbindir@ 22libexecdir=@libexecdir@ 23datadir=@datadir@ 24sysconfdir=@sysconfdir@ 25sharedstatedir=@sharedstatedir@ 26localstatedir=@localstatedir@ 27libdir=@libdir@ 28includedir=@includedir@ 29oldincludedir=@oldincludedir@ 30infodir=@infodir@ 31mandir=@mandir@ 32 33INSTALL = @INSTALL@ 34INSTALL_PROGRAM = @INSTALL_PROGRAM@ 35INSTALL_DATA = @INSTALL_DATA@ 36 37INSTALL_PROGRAM=@INSTALL_PROGRAM@ 38INSTALL_SCRIPT=@INSTALL_SCRIPT@ 39INSTALL_DATA=@INSTALL_DATA@ 40MKINSTALLDIRS = $(SHELL) $(top_srcdir)/mkinstalldirs 41host=@host@ 42host_alias=@host_alias@ 43host_cpu=@host_cpu@ 44host_vendor=@host_vendor@ 45host_os=@host_os@ 46CPP=@CPP@ 47U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@ 48U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@ 49 50##### Add the following to source/config/Makefile.in 51 52GENCCODE=$(BINDIR)/genccode 53GENCMN=$(BINDIR)/gencmn 54ICUPKG=$(BINDIR)/icupkg 55 56 57