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