2000-06-14 16:36:57 +00:00
|
|
|
#******************************************************************************
|
|
|
|
#
|
2008-09-03 19:51:01 +00:00
|
|
|
# Copyright (C) 2000-2008, International Business Machines
|
2000-06-14 16:36:57 +00:00
|
|
|
# Corporation and others. All Rights Reserved.
|
|
|
|
#
|
|
|
|
#******************************************************************************
|
|
|
|
# This Makefile is used to build the ICU's data.
|
|
|
|
# It is included with the -O option to pkgdata.
|
|
|
|
|
2000-08-15 02:41:58 +00:00
|
|
|
top_srcdir=@top_srcdir@
|
|
|
|
srcdir=@srcdir@
|
2002-01-24 17:32:12 +00:00
|
|
|
top_builddir=..
|
2000-08-15 02:41:58 +00:00
|
|
|
|
2002-04-19 02:19:24 +00:00
|
|
|
include $(top_builddir)/icudefs.mk
|
|
|
|
|
|
|
|
CPPFLAGS+= -I$(top_builddir)/common -I$(top_srcdir)/common
|
2004-12-07 22:14:25 +00:00
|
|
|
LDFLAGS=@LDFLAGS@ $(PKGDATA_LDFLAGS)
|
2000-06-14 16:36:57 +00:00
|
|
|
exec_prefix=@exec_prefix@
|
|
|
|
prefix=@prefix@
|
|
|
|
bindir=@bindir@
|
|
|
|
sbindir=@sbindir@
|
|
|
|
libexecdir=@libexecdir@
|
2008-09-03 19:51:01 +00:00
|
|
|
datarootdir=@datarootdir@
|
2000-06-14 16:36:57 +00:00
|
|
|
datadir=@datadir@
|
|
|
|
sysconfdir=@sysconfdir@
|
|
|
|
sharedstatedir=@sharedstatedir@
|
|
|
|
localstatedir=@localstatedir@
|
|
|
|
libdir=@libdir@
|
|
|
|
includedir=@includedir@
|
|
|
|
oldincludedir=@oldincludedir@
|
|
|
|
infodir=@infodir@
|
|
|
|
mandir=@mandir@
|
|
|
|
|
|
|
|
INSTALL = @INSTALL@
|
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
|
|
|
|
INSTALL_PROGRAM=@INSTALL_PROGRAM@
|
|
|
|
INSTALL_SCRIPT=@INSTALL_SCRIPT@
|
|
|
|
INSTALL_DATA=@INSTALL_DATA@
|
2004-06-15 17:52:22 +00:00
|
|
|
MKINSTALLDIRS = $(SHELL) $(top_srcdir)/mkinstalldirs
|
2000-06-14 16:36:57 +00:00
|
|
|
host=@host@
|
|
|
|
host_alias=@host_alias@
|
|
|
|
host_cpu=@host_cpu@
|
|
|
|
host_vendor=@host_vendor@
|
|
|
|
host_os=@host_os@
|
|
|
|
CPP=@CPP@
|
2000-06-30 21:35:03 +00:00
|
|
|
U_HAVE_INTTYPES_H=@U_HAVE_INTTYPES_H@
|
2000-06-14 16:36:57 +00:00
|
|
|
U_IS_BIG_ENDIAN=@U_IS_BIG_ENDIAN@
|
|
|
|
|
|
|
|
##### Add the following to source/config/Makefile.in
|
|
|
|
|
2004-03-26 01:22:25 +00:00
|
|
|
GENCCODE=$(BINDIR)/genccode
|
2006-12-05 15:01:03 +00:00
|
|
|
GENCMN=$(BINDIR)/gencmn
|
2006-11-28 00:42:10 +00:00
|
|
|
ICUPKG=$(BINDIR)/icupkg
|
2000-06-14 16:36:57 +00:00
|
|
|
|
2000-07-31 22:33:44 +00:00
|
|
|
|