Makefile revision 3db86aab554edbb4244c8d1a1c90f152eee768af
5911N/A#
5911N/A# CDDL HEADER START
5911N/A#
5911N/A# The contents of this file are subject to the terms of the
5911N/A# Common Development and Distribution License (the "License").
5911N/A# You may not use this file except in compliance with the License.
5911N/A#
5911N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5911N/A# or http://www.opensolaris.org/os/licensing.
5911N/A# See the License for the specific language governing permissions
5911N/A# and limitations under the License.
5911N/A#
5911N/A# When distributing Covered Code, include this CDDL HEADER in each
5911N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5911N/A# If applicable, add the following below this CDDL HEADER, with the
5911N/A# fields enclosed by brackets "[]" replaced with your own identifying
5911N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5911N/A#
5911N/A# CDDL HEADER END
5911N/A#
5911N/A
5911N/A#
5911N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
5911N/A# Use is subject to license terms.
5911N/A#
5911N/A#ident "%Z%%M% %I% %E% SMI"
5911N/A
5911N/AMODULE = wrsmd.so
5911N/AMDBTGT = kvm
5911N/A
5911N/AMODSRCS = wrsmd.c
5911N/A
5911N/Ainclude $(SRC)/cmd/Makefile.cmd
5911N/Ainclude $(SRC)/cmd/Makefile.cmd.64
7395N/Ainclude $(SRC)/cmd/mdb/sparc/Makefile.sparcv9
7395N/Ainclude $(SRC)/cmd/mdb/sun4u/Makefile.sun4u
5911N/Ainclude $(SRC)/cmd/mdb/Makefile.module
5911N/A
7395N/ACPPFLAGS += -DMP -D_MACHDEP
6532N/ACPPFLAGS += -D_KERNEL
5911N/ACPPFLAGS += -I../../../../../../../src/cmd/mdb/common
5911N/ACPPFLAGS += -I$(SRC)/uts/sun4u
5911N/ACPPFLAGS += -I$(SRC)/uts/sfmmu
7391N/ACPPFLAGS += -I$(SRC)/uts/sparc/v9
5911N/A