Makefile revision 4c06356b0f0fffb4fc1b6eccc8e5d8e2254a84d6
124N/A#
124N/A# CDDL HEADER START
124N/A#
124N/A# The contents of this file are subject to the terms of the
124N/A# Common Development and Distribution License (the "License").
124N/A# You may not use this file except in compliance with the License.
124N/A#
124N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
124N/A# or http://www.opensolaris.org/os/licensing.
124N/A# See the License for the specific language governing permissions
124N/A# and limitations under the License.
124N/A#
124N/A# When distributing Covered Code, include this CDDL HEADER in each
124N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
124N/A# If applicable, add the following below this CDDL HEADER, with the
124N/A# fields enclosed by brackets "[]" replaced with your own identifying
124N/A# information: Portions Copyright [yyyy] [name of copyright owner]
124N/A#
124N/A# CDDL HEADER END
124N/A#
5319N/A#
124N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
124N/A# Use is subject to license terms.
124N/A#
124N/A
5319N/AMODULE = pmcs.so
618N/AMDBTGT = kvm
124N/A
124N/AMODSRCS = pmcs.c
844N/A
5319N/Ainclude $(SRC)/cmd/Makefile.cmd
618N/Ainclude $(SRC)/cmd/Makefile.cmd.64
1273N/Ainclude $(SRC)/cmd/mdb/intel/Makefile.amd64
124N/Ainclude $(SRC)/cmd/mdb/Makefile.module
5319N/A
2996N/AC99MODE = -xc99=%all
3996N/A
3996N/ACPPFLAGS += -I$(SRC)/uts/common
3996N/A