5cdc63f5cc
X-SVN-Rev: 16052
21 lines
576 B
PHP
21 lines
576 B
PHP
#******************************************************************************
|
|
#
|
|
# Copyright (C) 2000-2004, 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.
|
|
|
|
top_srcdir=@top_srcdir@
|
|
srcdir=@srcdir@
|
|
top_builddir=../..
|
|
|
|
include $(top_builddir)/icudefs.mk
|
|
|
|
##### Add the following to source/config/Makefile.in
|
|
|
|
GENCCODE=$(BINDIR)/genccode
|
|
GENCMN=$(BINDIR)/gencmn
|
|
|