Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
6c2a76b3e2ccd32c35814b6e0f54da00190749d7Evan Hunt# CDDL HEADER START
c7fd128f8ea8a527fe27c1b95ab46df7155bc8e4Tinderbox User# The contents of this file are subject to the terms of the
c7fd128f8ea8a527fe27c1b95ab46df7155bc8e4Tinderbox User# Common Development and Distribution License, Version 1.0 only
ba9e87b35e561bc7354ce3f4b9685b747b7be507Tinderbox User# (the "License"). You may not use this file except in compliance
1f9754245cbd5eec2d2a667bb292f62f72386d4bMark Andrews# with the License.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
59663800d2ec04777dae2791dd92aa563faf94c8Evan Hunt# See the License for the specific language governing permissions
1ca2cf024391992fe14b2df7d3ae0f575d074452Evan Hunt# and limitations under the License.
1ca2cf024391992fe14b2df7d3ae0f575d074452Evan Hunt# When distributing Covered Code, include this CDDL HEADER in each
a2c370ca12bb0360ff7e969474ead3f788c65fffTinderbox User# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8de3f14f1c300c3e1ed99084cc03485b42c92bf1Tinderbox User# If applicable, add the following below this CDDL HEADER, with the
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# CDDL HEADER END
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
b91d11bfcc30b96f2c80f3a76d12e3dcc8597a68Mark Andrews# Use is subject to license terms.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews#ident "%Z%%M% %I% %E% SMI"
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Build and link kmdb
415d630b6309922caee8469384a6fab75cf05032Mark Andrews%.o: ../../kmdb/%.c
415d630b6309922caee8469384a6fab75cf05032Mark Andrews%.o: ../../mdb/%.c
cdfc81e048bd34c1d628380247bda6b80a89e20eAutomatic UpdaterINCDIRS += $(SRC)/uts/i86pc $(SRC)/common/dis/i386
0eb371ca0dab50ae3462e98794a6126198c52f4bMark Andrews $(LINT) $(ALLLINTFLAGS) $(KMDBOBJS:%.o=%.ln) $(PROMOBJS:%.o=%.ln)
9218b940febade3085fd6d95a15e67d5f94833f0Tinderbox Userkmdb_context_off.h: ../../kmdb/kmdb_context_off.in
2ae159b376dac23870d8005563c585acf85a4b5aEvan Hunt $(OFFSETS_CREATE) <../../kmdb/kmdb_context_off.in >$@
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# Installation targets