Makefile revision 2362
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# This code is free software; you can redistribute it and/or modify it
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# under the terms of the GNU General Public License version 2 only, as
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# published by the Free Software Foundation. Oracle designates this
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# particular file as subject to the "Classpath" exception as provided
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# by Oracle in the LICENSE file that accompanied this code.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# This code is distributed in the hope that it will be useful, but WITHOUT
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# version 2 for more details (a copy is included in the LICENSE file that
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# accompanied this code).
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# You should have received a copy of the GNU General Public License version
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# 2 along with this work; if not, write to the Free Software Foundation,
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# or visit www.oracle.com if you need additional information or have any
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# questions.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# Makefile for sun.util.resources that don't need
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# to be part of the bootstrap build.
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync
deb4998ba50060c48cce222fd18a8eed053918d7vboxsyncBUILDDIR = ../..
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync
deb4998ba50060c48cce222fd18a8eed053918d7vboxsyncPACKAGE = java.util.resources
deb4998ba50060c48cce222fd18a8eed053918d7vboxsyncPRODUCT = java
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync
deb4998ba50060c48cce222fd18a8eed053918d7vboxsyncinclude $(BUILDDIR)/common/Defs.gmk
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# Files
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync#
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync
deb4998ba50060c48cce222fd18a8eed053918d7vboxsync# Adds more files than before?: AUTO_FILES_JAVA_DIRS=sun/util/resources
include FILES_java.gmk
# Adds more files than before?: AUTO_FILES_PROPERTIES_DIRS=sun/util/resources
include FILES_properties.gmk
#
# Compile properties
#
COMPILED_PROPERTIES_SUPERCLASS=LocaleNamesBundle
#
# Include
#
include $(BUILDDIR)/common/Classes.gmk