Makefile revision 268
183N/A#
268N/A# Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
268N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
268N/A#
268N/A# This code is free software; you can redistribute it and/or modify it
268N/A# under the terms of the GNU General Public License version 2 only, as
268N/A# published by the Free Software Foundation. Sun designates this
268N/A# particular file as subject to the "Classpath" exception as provided
268N/A# by Sun in the LICENSE file that accompanied this code.
268N/A#
268N/A# This code is distributed in the hope that it will be useful, but WITHOUT
268N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
268N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
268N/A# version 2 for more details (a copy is included in the LICENSE file that
268N/A# accompanied this code).
268N/A#
268N/A# You should have received a copy of the GNU General Public License version
268N/A# 2 along with this work; if not, write to the Free Software Foundation,
268N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
268N/A#
268N/A# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
268N/A# CA 95054 USA or visit www.sun.com if you need additional information or
268N/A# have any questions.
183N/A#
183N/A
183N/A#
183N/A# Makefile for building tracing package implementation classes
183N/A#
183N/A
183N/ABUILDDIR = ../..
183N/APACKAGE = sun.tracing
183N/APRODUCT = sun
183N/Ainclude $(BUILDDIR)/common/Defs.gmk
183N/A
268N/ASUBDIRS = dtrace
183N/Aall build:
183N/A $(SUBDIRS-loop)
183N/Aclean clobber::
183N/A $(SUBDIRS-loop)
183N/A
183N/AAUTO_FILES_JAVA_DIRS = sun/tracing
183N/A
183N/A#
183N/A# Rules.
183N/A#
183N/Ainclude $(BUILDDIR)/common/Classes.gmk