Makefile revision 3909
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# This code is free software; you can redistribute it and/or modify it
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# under the terms of the GNU General Public License version 2 only, as
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# published by the Free Software Foundation. Oracle designates this
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# particular file as subject to the "Classpath" exception as provided
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# by Oracle in the LICENSE file that accompanied this code.
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# This code is distributed in the hope that it will be useful, but WITHOUT
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# version 2 for more details (a copy is included in the LICENSE file that
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk# accompanied this code).
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk# You should have received a copy of the GNU General Public License version
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# 2 along with this work; if not, write to the Free Software Foundation,
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# or visit www.oracle.com if you need additional information or have any
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkMGMT_SRC = $(SHARE_SRC)/classes/java/lang/management
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk# Use mapfile
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# Files to compile
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# We don't need snmp here.
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenkAUTO_FILES_JAVA_DIRS = java/lang/management com/sun/management sun/management
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkFILES_export += com/sun/management/OperatingSystem.java
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkelse # PLATFORM (i.e. solaris & linux)
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkFILES_export += com/sun/management/UnixOperatingSystem.java
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkRESOURCE_BUNDLES_COMPILED_PROPERTIES = sun/management/resources/agent.properties
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenk# Find C source files
5b64d5d44892834ba97f003080f3467299b7c5c5jeff.schenkvpath %.c $(PLATFORM_SRC)/native/com/sun/management
dff2cc5646d4437ab9e0cb1dcb59da65462a5938jeff.schenk# Library to compile.