Makefile revision 9cd928fe5e3ea4e05f64cfb380beb54b2623e7dc
824N/A#
824N/A# CDDL HEADER START
824N/A#
824N/A# The contents of this file are subject to the terms of the
943N/A# Common Development and Distribution License (the "License").
824N/A# You may not use this file except in compliance with the License.
824N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A#
919N/A# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
919N/A#
919N/A
824N/Ainclude ../../Makefile.cmd
824N/A
824N/ADFILES = \
824N/A applicat.d \
824N/A badopen.d \
824N/A begin.d \
824N/A callout.d \
824N/A clause.d \
824N/A clear.d \
824N/A countdown.d \
824N/A counter.d \
824N/A dateprof.d \
824N/A delay.d \
824N/A denorm.d \
824N/A end.d \
824N/A error.d \
824N/A errorpath.d \
824N/A find.d \
824N/A firebird.d \
824N/A hello.d \
824N/A howlong.d \
824N/A interp.d \
824N/A interval.d \
824N/A intr.d \
824N/A iocpu.d \
824N/A iosnoop.d \
824N/A iothrough.d \
824N/A iotime.d \
824N/A ipio.d \
824N/A ipproto.d \
824N/A tcprst.d \
824N/A iprb.d \
824N/A kstat.d \
824N/A ksyms.d \
824N/A libc.d \
824N/A lquantize.d \
824N/A lwptime.d \
824N/A normalize.d \
824N/A nscd.d \
824N/A pri.d \
824N/A printa.d \
824N/A pritime.d \
824N/A prof.d \
824N/A profpri.d \
824N/A progtime.d \
824N/A putnext.d \
824N/A qlen.d \
824N/A qtime.d \
824N/A renormalize.d \
824N/A restest.d \
824N/A ring.d \
824N/A rtime.d \
824N/A rwinfo.d \
824N/A rwtime.d \
824N/A sig.d \
824N/A soffice.d \
824N/A spec.d \
824N/A specopen.d \
824N/A ssd.d \
824N/A syscall.d \
824N/A tcp1stbyte.d \
824N/A tcpbytes.d \
824N/A tcpbytesstat.d \
824N/A tcpconnlat.d \
824N/A tcpio.d \
824N/A tcpioflags.d \
824N/A tcpsnoop.d \
824N/A tcpstate.d \
824N/A tcptop.d \
824N/A tick.d \
824N/A ticktime.d \
824N/A time.d \
824N/A tracewrite.d \
824N/A trunc.d \
824N/A trussrw.d \
824N/A udpbytes.d \
824N/A udpbytesstat.d \
824N/A udpio.d \
824N/A udpsnoop.d \
824N/A udptop.d \
824N/A userfunc.d \
824N/A whatfor.d \
824N/A whatlock.d \
824N/A where.d \
824N/A whererun.d \
824N/A whoexec.d \
824N/A whofor.d \
824N/A whoio.d \
824N/A whopreempt.d \
824N/A whoqueue.d \
824N/A whosteal.d \
824N/A whowrite.d \
824N/A writes.d \
824N/A writesbycmd.d \
824N/A writesbycmdfd.d \
824N/A writetime.d \
824N/A writetimeq.d \
824N/A xioctl.d \
824N/A xterm.d \
824N/A xwork.d
824N/A
824N/AHTMLFILES = index.html
824N/A
824N/ADEMOFILES = \
824N/A $(DFILES) \
824N/A $(HTMLFILES) \
824N/A sunlogo.gif
824N/A
824N/AMKDEMO = mkdemo
824N/ACLEANFILES += $(DFILES) $(MKDEMO)
824N/A
824N/AROOTDEMODIR = $(ROOT)/usr/demo/dtrace
824N/AROOTDEMOFILES = $(DEMOFILES:%=$(ROOTDEMODIR)/%)
824N/A
824N/Aall: $(DEMOFILES)
824N/A
824N/Aclobber clean:
824N/A -$(RM) $(CLEANFILES)
824N/A
824N/Aclean.lint install_h lint:
824N/A
install: $(ROOTDEMOFILES)
$(ROOTDEMODIR):
$(INS.dir)
$(ROOTDEMODIR)/%: %
$(INS.file)
$(HTMLFILES): $(DFILES) $(MKDEMO)
./$(MKDEMO) $@
$(DFILES): $(MKDEMO)
./$(MKDEMO) $@
$(ROOTDEMOFILES): $(ROOTDEMODIR)
$(ROOTDEMODIR) := DIRMODE = 755
$(ROOTDEMOFILES) := FILEMODE = 644