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