michael@0: #****************************************************************************** michael@0: # michael@0: # Copyright (C) 2000-2008, International Business Machines michael@0: # Corporation and others. All Rights Reserved. michael@0: # michael@0: #****************************************************************************** michael@0: # This Makefile is used to build the ICU's data. michael@0: # It is included with the -O option to pkgdata. michael@0: michael@0: top_srcdir=@top_srcdir@ michael@0: srcdir=@srcdir@ michael@0: top_builddir=.. michael@0: michael@0: include $(top_builddir)/icudefs.mk michael@0: michael@0: CPPFLAGS+= -I$(top_builddir)/common -I$(top_srcdir)/common michael@0: LDFLAGS=@LDFLAGS@ $(PKGDATA_LDFLAGS) michael@0: exec_prefix=@exec_prefix@ michael@0: prefix=@prefix@ michael@0: bindir=@bindir@ michael@0: sbindir=@sbindir@ michael@0: libexecdir=@libexecdir@ michael@0: datarootdir=@datarootdir@ michael@0: datadir=@datadir@ michael@0: sysconfdir=@sysconfdir@ michael@0: sharedstatedir=@sharedstatedir@ michael@0: localstatedir=@localstatedir@ michael@0: libdir=@libdir@ michael@0: includedir=@includedir@ michael@0: oldincludedir=@oldincludedir@ michael@0: infodir=@infodir@ michael@0: mandir=@mandir@ michael@0: michael@0: INSTALL = @INSTALL@ michael@0: INSTALL_PROGRAM = @INSTALL_PROGRAM@ michael@0: INSTALL_DATA = @INSTALL_DATA@ michael@0: michael@0: INSTALL_PROGRAM=@INSTALL_PROGRAM@ michael@0: INSTALL_SCRIPT=@INSTALL_SCRIPT@ michael@0: INSTALL_DATA=@INSTALL_DATA@ michael@0: MKINSTALLDIRS = $(SHELL) $(top_srcdir)/mkinstalldirs michael@0: host=@host@ michael@0: host_alias=@host_alias@ michael@0: host_cpu=@host_cpu@ michael@0: host_vendor=@host_vendor@ michael@0: host_os=@host_os@ michael@0: CPP=@CPP@ michael@0: U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@ michael@0: U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@ michael@0: michael@0: ##### Add the following to source/config/Makefile.in michael@0: michael@0: GENCCODE=$(BINDIR)/genccode michael@0: GENCMN=$(BINDIR)/gencmn michael@0: ICUPKG=$(BINDIR)/icupkg michael@0: michael@0: