Makefile revision fb9f9b975cb9214fec5dab37d461199adab9b964
1605N/A#
1605N/A# CDDL HEADER START
1605N/A#
1605N/A# The contents of this file are subject to the terms of the
1605N/A# Common Development and Distribution License, Version 1.0 only
1605N/A# (the "License"). You may not use this file except in compliance
1605N/A# with the License.
1605N/A#
1605N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1605N/A# or http://www.opensolaris.org/os/licensing.
1605N/A# See the License for the specific language governing permissions
1605N/A# and limitations under the License.
1605N/A#
1605N/A# When distributing Covered Code, include this CDDL HEADER in each
1605N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1605N/A# If applicable, add the following below this CDDL HEADER, with the
1605N/A# fields enclosed by brackets "[]" replaced with your own identifying
1605N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1605N/A#
1605N/A# CDDL HEADER END
1605N/A#
1605N/A#
3639N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
1605N/A# Use is subject to license terms.
1605N/A#
1605N/A#ident "%Z%%M% %I% %E% SMI"
1605N/A
1605N/Ainclude ../../Makefile.common
1605N/A
1605N/AMODULES = \
1605N/A $(COMMON_MODULES_PROC) \
1605N/A $(COMMON_MODULES_KVM) \
1605N/A intr \
1605N/A sd \
1605N/A ssd
1605N/A
1605N/A$(CLOSED_BUILD)MODULES += \
2899N/A $(CLOSED_COMMON_MODULES_KVM:%=$(CLOSED)/cmd/mdb/sparc/v9/%)
2899N/A$(CLOSED_BUILD)MODULES += \
3817N/A $(CLOSED)/cmd/mdb/sparc/v9/isp \
3817N/A $(CLOSED)/cmd/mdb/sparc/v9/sparcdis
3817N/A
1605N/A#
1605N/A# a "$(MODULES): kmdb" rule would seem to do the trick but, for some reason,
1605N/A# it serializes $(MODULES).
3639N/A#
3639N/ASUBDIRS = mdb mdb_ks kmdb libstandctf libstand .WAIT $(MODULES)
3639N/A
3724N/Ainclude ../../Makefile.subdirs
3639N/A
3639N/A.PARALLEL: $(SUBDIRS)
3639N/A