Makefile revision 459
0e507dbb816575e6220fe309e8ada68897ffcdbeMark Andrews# Copyright 2003-2005 Sun Microsystems, Inc. All Rights Reserved.
6d0a639bd0e8f18a9bfef15697564be853944716Tinderbox User# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# This code is free software; you can redistribute it and/or modify it
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# under the terms of the GNU General Public License version 2 only, as
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# published by the Free Software Foundation. Sun designates this
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# particular file as subject to the "Classpath" exception as provided
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# by Sun in the LICENSE file that accompanied this code.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# This code is distributed in the hope that it will be useful, but WITHOUT
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# version 2 for more details (a copy is included in the LICENSE file that
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews# accompanied this code).
c8175ece69d986ccd0671bc4d2571b247dfae177Automatic Updater# You should have received a copy of the GNU General Public License version
0e507dbb816575e6220fe309e8ada68897ffcdbeMark Andrews# 2 along with this work; if not, write to the Free Software Foundation,
0e507dbb816575e6220fe309e8ada68897ffcdbeMark Andrews# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
0e507dbb816575e6220fe309e8ada68897ffcdbeMark Andrews# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
0e507dbb816575e6220fe309e8ada68897ffcdbeMark Andrews# CA 95054 USA or visit www.sun.com if you need additional information or
0e507dbb816575e6220fe309e8ada68897ffcdbeMark Andrews# have any questions.
0e507dbb816575e6220fe309e8ada68897ffcdbeMark AndrewsMGMT_SRC = $(SHARE_SRC)/classes/java/lang/management
0e507dbb816575e6220fe309e8ada68897ffcdbeMark Andrews# Use mapfile
0e507dbb816575e6220fe309e8ada68897ffcdbeMark Andrews# Files to compile
c82b3781158672e8308b53a8b6289e432ceb48d0Mark AndrewsAUTO_FILES_JAVA_DIRS = java/lang/management com/sun/management sun/management
0e507dbb816575e6220fe309e8ada68897ffcdbeMark AndrewsFILES_export += com/sun/management/OperatingSystem.java
0e507dbb816575e6220fe309e8ada68897ffcdbeMark Andrewselse # PLATFORM (i.e. solaris & linux)
0e507dbb816575e6220fe309e8ada68897ffcdbeMark AndrewsFILES_export += com/sun/management/UnixOperatingSystem.java
0e507dbb816575e6220fe309e8ada68897ffcdbeMark AndrewsRESOURCE_BUNDLES_COMPILED_PROPERTIES = sun/management/resources/agent.properties
0e507dbb816575e6220fe309e8ada68897ffcdbeMark Andrews# Find C source files
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrewsvpath %.c $(PLATFORM_SRC)/native/com/sun/management
0e507dbb816575e6220fe309e8ada68897ffcdbeMark Andrews# Library to compile.