jdk/make/com/sun/tracing/Makefile
author kamg
Thu, 17 Apr 2008 22:00:16 -0400
changeset 406 bde3a21bcab0
child 491 a394684ccfe6
permissions -rw-r--r--
6690122: Provide a mechanism for specifying Java-level USDT-like dtrace probes Summary: Initial checkin of JSDT code Reviewed-by: sspitsyn, sbohne

#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
#

#
# Makefile for building tracing classes
#

BUILDDIR = ../../..
PACKAGE = com.sun.tracing
PRODUCT = sun
include $(BUILDDIR)/common/Defs.gmk

SUBDIRS = dtrace 
all build:
	$(SUBDIRS-loop)
clean clobber::
	$(SUBDIRS-loop)

AUTO_FILES_JAVA_DIRS = com/sun/tracing

#
# Rules.
#
include $(BUILDDIR)/common/Classes.gmk