Makefile revision 2362
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# Copyright (c) 2000, 2006, Oracle and/or its affiliates. All rights reserved.
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# This code is free software; you can redistribute it and/or modify it
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# under the terms of the GNU General Public License version 2 only, as
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# published by the Free Software Foundation. Oracle designates this
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# particular file as subject to the "Classpath" exception as provided
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# by Oracle in the LICENSE file that accompanied this code.
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# This code is distributed in the hope that it will be useful, but WITHOUT
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# version 2 for more details (a copy is included in the LICENSE file that
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# accompanied this code).
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# You should have received a copy of the GNU General Public License version
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# 2 along with this work; if not, write to the Free Software Foundation,
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# or visit www.oracle.com if you need additional information or have any
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# questions.
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# Makefile for building javazic utility & TimeZone resource files
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# Time zone data file creation
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync africa antarctica asia australasia europe northamerica \
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync# Add to the build rule
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync$(WORKDIR)/$(MAPFILE): $(BUILDTOOLJARDIR)/javazic.jar $(TZFILES)
74fe172698ba936102e120dae998c9ebd09cfbdfvboxsync $(BOOT_JAVA_CMD) -jar $(BUILDTOOLJARDIR)/javazic.jar -V "$(TZDATA_VER)" -d $(WORKDIR) $(TZFILES)