Makefile revision 2362
f97d56e757b9a293ffbaa915ca4d792ae84ba85aTinderbox User#
abea1710a775ace753c688722d09a2c7e6ab1e8dMark Andrews# Copyright (c) 1999, 2005, Oracle and/or its affiliates. All rights reserved.
abea1710a775ace753c688722d09a2c7e6ab1e8dMark Andrews# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
abea1710a775ace753c688722d09a2c7e6ab1e8dMark Andrews#
abea1710a775ace753c688722d09a2c7e6ab1e8dMark Andrews# This code is free software; you can redistribute it and/or modify it
abea1710a775ace753c688722d09a2c7e6ab1e8dMark Andrews# under the terms of the GNU General Public License version 2 only, as
abea1710a775ace753c688722d09a2c7e6ab1e8dMark Andrews# published by the Free Software Foundation. Oracle designates this
abea1710a775ace753c688722d09a2c7e6ab1e8dMark Andrews# particular file as subject to the "Classpath" exception as provided
abea1710a775ace753c688722d09a2c7e6ab1e8dMark Andrews# by Oracle in the LICENSE file that accompanied this code.
abea1710a775ace753c688722d09a2c7e6ab1e8dMark Andrews#
abea1710a775ace753c688722d09a2c7e6ab1e8dMark Andrews# This code is distributed in the hope that it will be useful, but WITHOUT
abea1710a775ace753c688722d09a2c7e6ab1e8dMark Andrews# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
abea1710a775ace753c688722d09a2c7e6ab1e8dMark Andrews# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
abea1710a775ace753c688722d09a2c7e6ab1e8dMark Andrews# version 2 for more details (a copy is included in the LICENSE file that
f97d56e757b9a293ffbaa915ca4d792ae84ba85aTinderbox User# accompanied this code).
f97d56e757b9a293ffbaa915ca4d792ae84ba85aTinderbox User#
abea1710a775ace753c688722d09a2c7e6ab1e8dMark Andrews# You should have received a copy of the GNU General Public License version
94315060c2b0d9deafabe72d6a0482405fd9d377Evan Hunt# 2 along with this work; if not, write to the Free Software Foundation,
94315060c2b0d9deafabe72d6a0482405fd9d377Evan Hunt# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
#
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit www.oracle.com if you need additional information or have any
# questions.
#
#
# Makefile for building JNDI RMI registry service provider
#
BUILDDIR = ../../../..
include $(BUILDDIR)/common/Defs.gmk
SUBDIRS = registry
include $(BUILDDIR)/common/Subdirs.gmk
all build clean clobber::
$(SUBDIRS-loop)
clean clobber::
$(RM) -r $(CLASSDESTDIR)/com/sun/jndi/rmi