equal
deleted
inserted
replaced
|
1 # |
|
2 # Copyright 2007 Sun Microsystems, Inc. All rights reserved. |
|
3 # SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. |
|
4 # |
|
5 |
|
6 # |
|
7 # Makefile for building tracing package implementation classes |
|
8 # |
|
9 |
|
10 BUILDDIR = ../.. |
|
11 PACKAGE = sun.tracing |
|
12 PRODUCT = sun |
|
13 include $(BUILDDIR)/common/Defs.gmk |
|
14 |
|
15 SUBDIRS = dtrace |
|
16 all build: |
|
17 $(SUBDIRS-loop) |
|
18 clean clobber:: |
|
19 $(SUBDIRS-loop) |
|
20 |
|
21 AUTO_FILES_JAVA_DIRS = sun/tracing |
|
22 |
|
23 # |
|
24 # Rules. |
|
25 # |
|
26 include $(BUILDDIR)/common/Classes.gmk |