#******************************************************************************
#
# Copyright (C) 2000, International Business Machines
# 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.
PLATFORM=U_UNKNOWN_PLATFORM
top_srcdir=..
srcdir=.
top_builddir=..
include $(top_builddir)/icudefs.mk
CPPFLAGS+= -I$(top_builddir)/common -I$(top_srcdir)/common
LDFLAGS=
FFLAGS=
LIBS=-pthread -lm
ICULIBS=$(LIBS) -licu-uc -licu-i18n
exec_prefix=${prefix}
prefix=/usr/local
program_transform_name=s,x,x,
bindir=${exec_prefix}/bin
sbindir=${exec_prefix}/sbin
libexecdir=${exec_prefix}/libexec
datadir=${prefix}/share
sysconfdir=${prefix}/etc
sharedstatedir=${prefix}/com
localstatedir=${prefix}/var
libdir=${exec_prefix}/lib
includedir=${prefix}/include
oldincludedir=/usr/include
infodir=${prefix}/info
mandir=${prefix}/man
PACKAGE=icu
VERSION=2.8
INSTALL = /usr/bin/install -c -o root -g wheel
INSTALL_PROGRAM = install -s -o root -g wheel -m 555
INSTALL_DATA = install -o root -g wheel -m 444
INSTALL_PROGRAM=install -s -o root -g wheel -m 555
INSTALL_SCRIPT=install -o root -g wheel -m 555
INSTALL_DATA=install -o root -g wheel -m 444
AUTOCONF=autoconf
host=i386-unknown-gnu
host_alias=i386-unknown-gnu
host_cpu=i386
host_vendor=unknown
host_os=gnu
LIB_M=
CPP=gcc -E
U_HAVE_INTTYPES_H=1
U_IS_BIG_ENDIAN=0
HAVE_INT8_T=1
HAVE_UINT8_T=1
HAVE_INT16_T=1
HAVE_UINT16_T=1
HAVE_INT32_T=1
HAVE_UINT32_T=1
HAVE_BOOL_T=@HAVE_BOOL_T@
EXTRAS_TRUE=
EXTRAS_FALSE=#
TESTS_TRUE=#
TESTS_FALSE=
SAMPLES_TRUE=#
SAMPLES_FALSE=
platform=U_UNKNOWN_PLATFORM
ld_rpath_suf=
subdir = tools/tmp
##### Add the following to source/config/Makefile.in
GENCCODE=$(top_builddir)/tools/genccode/genccode
GENCMN=$(top_builddir)/tools/gencmn/gencmn
LPATHS=$(top_builddir)/common:$(top_builddir)/i18n:$(top_builddir)/tools/toolutil
TOOL=env $(LDLIBRARYPATH_ENVVAR)=$(LPATHS)
ifeq ($(strip $(PLATFORM)),OS390)
TOOL=
endif
syntax highlighted by Code2HTML, v. 0.9.1