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