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