Makefile revision 3261
3edf445cce90224c4218c6987d6709e8481cae58ab#
3edf445cce90224c4218c6987d6709e8481cae58ab# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
3edf445cce90224c4218c6987d6709e8481cae58ab# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3edf445cce90224c4218c6987d6709e8481cae58ab#
3edf445cce90224c4218c6987d6709e8481cae58ab# This code is free software; you can redistribute it and/or modify it
3edf445cce90224c4218c6987d6709e8481cae58ab# under the terms of the GNU General Public License version 2 only, as
3edf445cce90224c4218c6987d6709e8481cae58ab# published by the Free Software Foundation. Oracle designates this
3edf445cce90224c4218c6987d6709e8481cae58ab# particular file as subject to the "Classpath" exception as provided
3edf445cce90224c4218c6987d6709e8481cae58ab# by Oracle in the LICENSE file that accompanied this code.
3edf445cce90224c4218c6987d6709e8481cae58ab#
3edf445cce90224c4218c6987d6709e8481cae58ab# This code is distributed in the hope that it will be useful, but WITHOUT
3edf445cce90224c4218c6987d6709e8481cae58ab# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
3edf445cce90224c4218c6987d6709e8481cae58ab# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
3edf445cce90224c4218c6987d6709e8481cae58ab# version 2 for more details (a copy is included in the LICENSE file that
3edf445cce90224c4218c6987d6709e8481cae58ab# accompanied this code).
3edf445cce90224c4218c6987d6709e8481cae58ab#
3edf445cce90224c4218c6987d6709e8481cae58ab# You should have received a copy of the GNU General Public License version
3edf445cce90224c4218c6987d6709e8481cae58ab# 2 along with this work; if not, write to the Free Software Foundation,
3edf445cce90224c4218c6987d6709e8481cae58ab# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
3edf445cce90224c4218c6987d6709e8481cae58ab#
3edf445cce90224c4218c6987d6709e8481cae58ab# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
3edf445cce90224c4218c6987d6709e8481cae58ab# or visit www.oracle.com if you need additional information or have any
3edf445cce90224c4218c6987d6709e8481cae58ab# questions.
3edf445cce90224c4218c6987d6709e8481cae58ab#
3edf445cce90224c4218c6987d6709e8481cae58ab
3edf445cce90224c4218c6987d6709e8481cae58ab#
3edf445cce90224c4218c6987d6709e8481cae58ab# Makefile for building tracing package implementation classes
3edf445cce90224c4218c6987d6709e8481cae58ab#
3edf445cce90224c4218c6987d6709e8481cae58ab
3edf445cce90224c4218c6987d6709e8481cae58abBUILDDIR = ../..
3edf445cce90224c4218c6987d6709e8481cae58abPACKAGE = sun.tracing
3edf445cce90224c4218c6987d6709e8481cae58abPRODUCT = sun
3edf445cce90224c4218c6987d6709e8481cae58abinclude $(BUILDDIR)/common/Defs.gmk
3edf445cce90224c4218c6987d6709e8481cae58ab
3edf445cce90224c4218c6987d6709e8481cae58abSUBDIRS = dtrace
3edf445cce90224c4218c6987d6709e8481cae58abinclude $(BUILDDIR)/common/Subdirs.gmk
3edf445cce90224c4218c6987d6709e8481cae58ab
3edf445cce90224c4218c6987d6709e8481cae58aball build:
3edf445cce90224c4218c6987d6709e8481cae58ab $(SUBDIRS-loop)
3edf445cce90224c4218c6987d6709e8481cae58abclean clobber::
3edf445cce90224c4218c6987d6709e8481cae58ab $(SUBDIRS-loop)
3edf445cce90224c4218c6987d6709e8481cae58ab
3edf445cce90224c4218c6987d6709e8481cae58abAUTO_FILES_JAVA_DIRS = sun/tracing
3edf445cce90224c4218c6987d6709e8481cae58ab
3edf445cce90224c4218c6987d6709e8481cae58ab#
3edf445cce90224c4218c6987d6709e8481cae58ab# Rules.
3edf445cce90224c4218c6987d6709e8481cae58ab#
3edf445cce90224c4218c6987d6709e8481cae58abinclude $(BUILDDIR)/common/Classes.gmk
3edf445cce90224c4218c6987d6709e8481cae58ab