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