Makefile revision 3259
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync# Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved.
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync# This code is free software; you can redistribute it and/or modify it
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync# under the terms of the GNU General Public License version 2 only, as
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync# published by the Free Software Foundation. Oracle designates this
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync# particular file as subject to the "Classpath" exception as provided
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync# by Oracle in the LICENSE file that accompanied this code.
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync# This code is distributed in the hope that it will be useful, but WITHOUT
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync# version 2 for more details (a copy is included in the LICENSE file that
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync# accompanied this code).
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync# You should have received a copy of the GNU General Public License version
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync# 2 along with this work; if not, write to the Free Software Foundation,
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync# or visit www.oracle.com if you need additional information or have any
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync# questions.
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync# Makefile for building JDK out of the box management support
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync# When building the openjdk, no snmp
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsyncjmxremotefiles: $(MGMT_LIBDIR)/jmxremote.password.template $(MGMT_LIBDIR)/jmxremote.access
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync$(MGMT_LIBDIR)/management.properties: $(MGMT_LIB_SRC)/management.properties
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync$(MGMT_LIBDIR)/snmp.acl.template: $(MGMT_LIB_SRC)/snmp.acl.template
b6251cd7c3ee1990339b293f31a18bccb5602ef8vboxsync$(MGMT_LIBDIR)/jmxremote.password.template: $(MGMT_LIB_SRC)/jmxremote.password.template