Makefile revision 2362
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# Copyright (c) 1997, 2005, Oracle and/or its affiliates. All rights reserved.
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# This code is free software; you can redistribute it and/or modify it
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# under the terms of the GNU General Public License version 2 only, as
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# published by the Free Software Foundation. Oracle designates this
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# particular file as subject to the "Classpath" exception as provided
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# by Oracle in the LICENSE file that accompanied this code.
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# This code is distributed in the hope that it will be useful, but WITHOUT
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# version 2 for more details (a copy is included in the LICENSE file that
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# accompanied this code).
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# You should have received a copy of the GNU General Public License version
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# 2 along with this work; if not, write to the Free Software Foundation,
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# or visit www.oracle.com if you need additional information or have any
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# Install a wrapper for the "rmid" command. The associated classfiles
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# are built at a higher level.
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox UserRESOURCE_BUNDLES_UNCOMPILED_PROPERTIES = sun/rmi/server/resources/rmid.properties
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# Extra dependencies.
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# Rules to build activation-system stubs
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# Full package names of implementations requiring stubs
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User sun.rmi.server.Activation$$ActivationSystemImpl \
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox UserFILES_stubs = $(REMOTE_files:%=$(CLASSBINDIR)/%_Stub.class)
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# Compile stubs for remote implementations
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# (use -v1.2 stubs for activation system)
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User$(CLASSBINDIR)/%_Stub.class: $(CLASSBINDIR)/%.class
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User -d $(CLASSBINDIR) '$(subst /,.,$(<:$(CLASSBINDIR)/%.class=%))'