cd24f6fc4a
Initial checkin of JSDT code Reviewed-by: sspitsyn, sbohne
20 lines
382 B
Makefile
20 lines
382 B
Makefile
#
|
|
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
|
|
# SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
|
|
#
|
|
|
|
#
|
|
# Makefile for building dtrace extension
|
|
#
|
|
BUILDDIR = ../../../..
|
|
PACKAGE = com.sun.tracing.dtrace
|
|
PRODUCT = sun
|
|
include $(BUILDDIR)/common/Defs.gmk
|
|
|
|
AUTO_FILES_JAVA_DIRS = com/sun/tracing/dtrace
|
|
|
|
#
|
|
# Rules.
|
|
#
|
|
include $(BUILDDIR)/common/Classes.gmk
|