Makefile revision dc0093f44ee4fac928e006850f8ed53f68277af5
2796N/A#
2796N/A# CDDL HEADER START
2796N/A#
2796N/A# The contents of this file are subject to the terms of the
2796N/A# Common Development and Distribution License (the "License").
2796N/A# You may not use this file except in compliance with the License.
2796N/A#
2796N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2796N/A# or http://www.opensolaris.org/os/licensing.
2796N/A# See the License for the specific language governing permissions
2796N/A# and limitations under the License.
2796N/A#
2796N/A# When distributing Covered Code, include this CDDL HEADER in each
2796N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2796N/A# If applicable, add the following below this CDDL HEADER, with the
2796N/A# fields enclosed by brackets "[]" replaced with your own identifying
2796N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2796N/A#
2796N/A# CDDL HEADER END
2796N/A#
2796N/A#
2796N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
2796N/A# Use is subject to license terms.
2796N/A#
2796N/A#ident "%Z%%M% %I% %E% SMI"
2796N/A
2796N/Ainclude ../../Makefile.common
2796N/A
2796N/AMODULES = $(COMMON_MODULES_PROC) $(COMMON_MODULES_PROC_32BIT) \
2796N/A $(COMMON_MODULES_KVM) uhci
2796N/A
2796N/A$(CLOSED_BUILD)MODULES += \
2796N/A $(CLOSED_COMMON_MODULES_KVM:%=$(CLOSED)/cmd/mdb/intel/ia32/%)
2796N/A
2796N/ASUBDIRS = mdb mdb_ks kmdb libstandctf libstand .WAIT $(MODULES)
2796N/A
2796N/Ainclude ../../Makefile.subdirs
2796N/A
2796N/A.PARALLEL: $(SUBDIRS)
2796N/A
2796N/A# inter-module dependencies
2796N/Akmdb: libstand libstandctf mdb_ks
2796N/A