Makefile revision 5259
2279N/A#
2279N/A# Copyright (c) 1997, 2005, Oracle and/or its affiliates. All rights reserved.
2279N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2279N/A#
2279N/A# This code is free software; you can redistribute it and/or modify it
2279N/A# under the terms of the GNU General Public License version 2 only, as
2279N/A# published by the Free Software Foundation. Oracle designates this
2279N/A# particular file as subject to the "Classpath" exception as provided
2279N/A# by Oracle in the LICENSE file that accompanied this code.
2279N/A#
2279N/A# This code is distributed in the hope that it will be useful, but WITHOUT
2279N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
2279N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
2279N/A# version 2 for more details (a copy is included in the LICENSE file that
2279N/A# accompanied this code).
2279N/A#
2279N/A# You should have received a copy of the GNU General Public License version
2279N/A# 2 along with this work; if not, write to the Free Software Foundation,
2279N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
2279N/A#
2279N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2279N/A# or visit www.oracle.com if you need additional information or have any
2279N/A# questions.
2279N/A#
3215N/A
6022N/A#
2279N/A# Makefile for building sun.beans.*
2279N/A#
2279N/A
2279N/ABUILDDIR = ../..
2279N/APACKAGE = sun.beans
6022N/APRODUCT = sun
6022N/Ainclude $(BUILDDIR)/common/Defs.gmk
6022N/A
6022N/A#
6022N/A# Files
6022N/A#
2279N/AAUTO_FILES_JAVA_DIRS = sun/beans
2279N/A
2279N/A#
6022N/A# Rules
6022N/A#
6022N/Ainclude $(BUILDDIR)/common/Classes.gmk
6022N/A