Makefile revision 1a7c1b724419d3cb5fa6eea75123c6b2060ba31b
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
11e9368a226272085c337e9e74b79808c16fbdbaTinderbox User# CDDL HEADER START
3e02c9e33656dcd9c364633d42dd785d3e6fdd66Automatic Updater#
3e02c9e33656dcd9c364633d42dd785d3e6fdd66Automatic Updater# The contents of this file are subject to the terms of the
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# Common Development and Distribution License, Version 1.0 only
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# (the "License"). You may not use this file except in compliance
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# with the License.
3e02c9e33656dcd9c364633d42dd785d3e6fdd66Automatic Updater#
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# or http://www.opensolaris.org/os/licensing.
3e02c9e33656dcd9c364633d42dd785d3e6fdd66Automatic Updater# See the License for the specific language governing permissions
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# and limitations under the License.
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# When distributing Covered Code, include this CDDL HEADER in each
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# If applicable, add the following below this CDDL HEADER, with the
ea94d370123a5892f6c47a97f21d1b28d44bb168Tinderbox User# fields enclosed by brackets "[]" replaced with your own identifying
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# information: Portions Copyright [yyyy] [name of copyright owner]
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# CDDL HEADER END
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater# Use is subject to license terms.
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater#ident "%Z%%M% %I% %E% SMI"
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic UpdaterMODULE = dof.so
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic UpdaterMDBTGT = raw
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic UpdaterMODSRCS = dof.c dof_names.c
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updaterinclude ../../../../Makefile.cmd
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updaterinclude ../../Makefile.sparcv7
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updaterinclude ../../../Makefile.module
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic UpdaterMODSRCS_DIR = ../../../common/modules/dtrace
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic UpdaterLDLIBS += -ldtrace
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic UpdaterCLEANFILES += dof_names.c
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updaterdof_names.c: $(MODSRCS_DIR)/mkdof.sh $(SRC)/uts/common/sys/dtrace.h
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater sh $(MODSRCS_DIR)/mkdof.sh < $(SRC)/uts/common/sys/dtrace.h > $@
590c12cfe3b9a179ab2faa1be791a069c81882e0Automatic Updater