Makefile revision 2362
8fe8e5a11e8310d7e1136f96887b7c8395e96965patrikj# Copyright (c) 2001, 2008, Oracle and/or its affiliates. All rights reserved.
857facb9910dc842cae8b3388d45da3ad921a04erbowen# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
857facb9910dc842cae8b3388d45da3ad921a04erbowen# This code is free software; you can redistribute it and/or modify it
857facb9910dc842cae8b3388d45da3ad921a04erbowen# under the terms of the GNU General Public License version 2 only, as
8fe8e5a11e8310d7e1136f96887b7c8395e96965patrikj# published by the Free Software Foundation. Oracle designates this
8fe8e5a11e8310d7e1136f96887b7c8395e96965patrikj# particular file as subject to the "Classpath" exception as provided
8fe8e5a11e8310d7e1136f96887b7c8395e96965patrikj# by Oracle in the LICENSE file that accompanied this code.
857facb9910dc842cae8b3388d45da3ad921a04erbowen# This code is distributed in the hope that it will be useful, but WITHOUT
857facb9910dc842cae8b3388d45da3ad921a04erbowen# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
8fe8e5a11e8310d7e1136f96887b7c8395e96965patrikj# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
857facb9910dc842cae8b3388d45da3ad921a04erbowen# version 2 for more details (a copy is included in the LICENSE file that
857facb9910dc842cae8b3388d45da3ad921a04erbowen# accompanied this code).
857facb9910dc842cae8b3388d45da3ad921a04erbowen# You should have received a copy of the GNU General Public License version
857facb9910dc842cae8b3388d45da3ad921a04erbowen# 2 along with this work; if not, write to the Free Software Foundation,
857facb9910dc842cae8b3388d45da3ad921a04erbowen# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
857facb9910dc842cae8b3388d45da3ad921a04erbowen# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
857facb9910dc842cae8b3388d45da3ad921a04erbowen# or visit www.oracle.com if you need additional information or have any
857facb9910dc842cae8b3388d45da3ad921a04erbowen# questions.
857facb9910dc842cae8b3388d45da3ad921a04erbowen# Makefile for locale data.
8fe8e5a11e8310d7e1136f96887b7c8395e96965patrikj# Re-direct classes to another location (we are building localedata.jar)
857facb9910dc842cae8b3388d45da3ad921a04erbowen# Compile the properties files
857facb9910dc842cae8b3388d45da3ad921a04erbowen# Rules to add data files BreakIterator (for th locale)
857facb9910dc842cae8b3388d45da3ad921a04erbowen# Notes: sun.text.resources.BreakIteratorRules_th no longer goes to runtime.
857facb9910dc842cae8b3388d45da3ad921a04erbowen# They are used at JDK build phase in order to create $(BIFILES) which
857facb9910dc842cae8b3388d45da3ad921a04erbowen# are used on runtime instead.
857facb9910dc842cae8b3388d45da3ad921a04erbowenBIFILES = $(CLASSDESTDIR)/sun/text/resources/WordBreakIteratorData_th \
857facb9910dc842cae8b3388d45da3ad921a04erbowen $(CLASSDESTDIR)/sun/text/resources/LineBreakIteratorData_th
857facb9910dc842cae8b3388d45da3ad921a04erbowen$(BIFILES): $(GENERATEBREAKITERATORDATA_JARFILE) $(BIRULES) $(BIINFO) \
857facb9910dc842cae8b3388d45da3ad921a04erbowen# End of rules to add data files for BreakIterator
857facb9910dc842cae8b3388d45da3ad921a04erbowen# Extra rules to build locale data.
857facb9910dc842cae8b3388d45da3ad921a04erbowenSPECIALFILES = $(CLASSDESTDIR)/sun/text/resources/thai_dict
857facb9910dc842cae8b3388d45da3ad921a04erbowen$(CLASSDESTDIR)/sun/text/resources/% : $(TEXT_SRCDIR)/%