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