xref: /onnv-gate/usr/src/cmd/mdb/intel/amd64/pmcs/Makefile (revision 10696:cd0f390dd9e2)
1*10696SDavid.Hollister@Sun.COM#
2*10696SDavid.Hollister@Sun.COM# CDDL HEADER START
3*10696SDavid.Hollister@Sun.COM#
4*10696SDavid.Hollister@Sun.COM# The contents of this file are subject to the terms of the
5*10696SDavid.Hollister@Sun.COM# Common Development and Distribution License (the "License").
6*10696SDavid.Hollister@Sun.COM# You may not use this file except in compliance with the License.
7*10696SDavid.Hollister@Sun.COM#
8*10696SDavid.Hollister@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*10696SDavid.Hollister@Sun.COM# or http://www.opensolaris.org/os/licensing.
10*10696SDavid.Hollister@Sun.COM# See the License for the specific language governing permissions
11*10696SDavid.Hollister@Sun.COM# and limitations under the License.
12*10696SDavid.Hollister@Sun.COM#
13*10696SDavid.Hollister@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
14*10696SDavid.Hollister@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*10696SDavid.Hollister@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
16*10696SDavid.Hollister@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
17*10696SDavid.Hollister@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
18*10696SDavid.Hollister@Sun.COM#
19*10696SDavid.Hollister@Sun.COM# CDDL HEADER END
20*10696SDavid.Hollister@Sun.COM#
21*10696SDavid.Hollister@Sun.COM#
22*10696SDavid.Hollister@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23*10696SDavid.Hollister@Sun.COM# Use is subject to license terms.
24*10696SDavid.Hollister@Sun.COM#
25*10696SDavid.Hollister@Sun.COM
26*10696SDavid.Hollister@Sun.COMMODULE = pmcs.so
27*10696SDavid.Hollister@Sun.COMMDBTGT = kvm
28*10696SDavid.Hollister@Sun.COM
29*10696SDavid.Hollister@Sun.COMMODSRCS = pmcs.c
30*10696SDavid.Hollister@Sun.COM
31*10696SDavid.Hollister@Sun.COMinclude $(SRC)/cmd/Makefile.cmd
32*10696SDavid.Hollister@Sun.COMinclude $(SRC)/cmd/Makefile.cmd.64
33*10696SDavid.Hollister@Sun.COMinclude $(SRC)/cmd/mdb/intel/Makefile.amd64
34*10696SDavid.Hollister@Sun.COMinclude $(SRC)/cmd/mdb/Makefile.module
35*10696SDavid.Hollister@Sun.COM
36*10696SDavid.Hollister@Sun.COMC99MODE = -xc99=%all
37*10696SDavid.Hollister@Sun.COM
38*10696SDavid.Hollister@Sun.COMCPPFLAGS += -I$(SRC)/uts/common
39