Makefile revision 2362
220N/A# Copyright (c) 2003, 2006, Oracle and/or its affiliates. All rights reserved. 220N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 220N/A# This code is free software; you can redistribute it and/or modify it 220N/A# under the terms of the GNU General Public License version 2 only, as 220N/A# published by the Free Software Foundation. Oracle designates this 220N/A# particular file as subject to the "Classpath" exception as provided 220N/A# by Oracle in the LICENSE file that accompanied this code. 220N/A# This code is distributed in the hope that it will be useful, but WITHOUT 220N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 220N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 220N/A# version 2 for more details (a copy is included in the LICENSE file that 220N/A# accompanied this code). 220N/A# You should have received a copy of the GNU General Public License version 220N/A# 2 along with this work; if not, write to the Free Software Foundation, 220N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 220N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 220N/A# Makefile for building RMI stubs of JMX Remote 3817N/A# Note : some targets are double colon rules and some single colon rules 220N/A# within common included gmk files : that is why the following for loop 514N/A# When building the openjdk, build snmp only if importing binary plugs, 220N/A# Clean up internal-use-only package. 220N/A# The remainder of this makefile contains defs and rules 220N/A# for generating RMI stubs. 220N/A# Full class names of implementations requiring stubs 220N/A# Compile stubs and skeletons for remote implementations 4337N/A# Keep generated RMI/JRMP Stub source files and copy them to GENSRCDIR 220N/A# so that javadoc can include them in the API (4997471) 3817N/A# For RMI/IIOP call rmic a second time with -standardPackage option 3817N/A# so that *_tie classes are generated in package without the prefix