OLD | NEW |
(Empty) | |
| 1 #****************************************************************************** |
| 2 # |
| 3 # Copyright (C) 2000-2006, 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 top_srcdir=@top_srcdir@ |
| 11 srcdir=@srcdir@ |
| 12 top_builddir=../.. |
| 13 |
| 14 include $(top_builddir)/icudefs.mk |
| 15 |
| 16 ##### Add the following to source/config/Makefile.in |
| 17 |
| 18 GENCCODE=$(BINDIR)/genccode |
| 19 ICUPKG=$(BINDIR)/icupkg |
| 20 |
OLD | NEW |