Makefile revision 174
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# This code is free software; you can redistribute it and/or modify it
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# under the terms of the GNU General Public License version 2 only, as
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# published by the Free Software Foundation. Sun designates this
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# particular file as subject to the "Classpath" exception as provided
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# by Sun in the LICENSE file that accompanied this code.
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# This code is distributed in the hope that it will be useful, but WITHOUT
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# version 2 for more details (a copy is included in the LICENSE file that
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# accompanied this code).
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# You should have received a copy of the GNU General Public License version
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# 2 along with this work; if not, write to the Free Software Foundation,
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
e99e38bbdcca3fe5956823bdb3d38544ccf93221Lennart Poettering# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# CA 95054 USA or visit www.sun.com if you need additional information or
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poettering# have any questions.
b60e6bbf67063c6b81b5025d572ebe71aa7ab799Lennart Poettering# Makefile for building JDK out of the box management support
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poetteringall build:: properties aclfile jmxremotefiles
47be870bd83fb3719dffc3ee9348a409ab762a14Lennart Poetteringproperties: $(MGMT_LIBDIR)/management.properties
1c7dde3e475978c569a982d65fd86d4b4e3caad8Bastien Nocerajmxremotefiles: $(MGMT_LIBDIR)/jmxremote.password.template $(MGMT_LIBDIR)/jmxremote.access
1c7dde3e475978c569a982d65fd86d4b4e3caad8Bastien Nocera$(MGMT_LIBDIR)/management.properties: $(MGMT_LIB_SRC)/management.properties
e9da3678fcfc774b325dc1eaa054d0e00028a1fcLennart Poettering$(MGMT_LIBDIR)/snmp.acl.template: $(MGMT_LIB_SRC)/snmp.acl.template
e9da3678fcfc774b325dc1eaa054d0e00028a1fcLennart Poettering$(MGMT_LIBDIR)/jmxremote.password.template: $(MGMT_LIB_SRC)/jmxremote.password.template