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