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