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