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