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