Makefile revision fb9f9b975cb9214fec5dab37d461199adab9b964
5cd4555ad444fd391002ae32450572054369fd42Rob Austein#
5cd4555ad444fd391002ae32450572054369fd42Rob Austein# CDDL HEADER START
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein#
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# The contents of this file are subject to the terms of the
5c6b95ba1b2e35f8dd6b0a7f25aacba91fff3aa2Tinderbox User# Common Development and Distribution License, Version 1.0 only
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews# (the "License"). You may not use this file except in compliance
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# with the License.
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater#
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# or http://www.opensolaris.org/os/licensing.
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington# See the License for the specific language governing permissions
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews#
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
d4ef65050feac78554addf6e16a06c6e2e0bd331Brian Wellington#
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews# CDDL HEADER END
f30785f506a522ed6a5e394af2bb13b6f883927eEvan Hunt#
b5ad6dfea4cc3e7d1d322ac99f1e5a31096837c4Mark Andrews#
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
c40265eba0c99708887d68e67901924065ba2514Brian Wellington# Use is subject to license terms.
c40265eba0c99708887d68e67901924065ba2514Brian Wellington#
c40265eba0c99708887d68e67901924065ba2514Brian Wellington#ident "%Z%%M% %I% %E% SMI"
c40265eba0c99708887d68e67901924065ba2514Brian Wellington
c40265eba0c99708887d68e67901924065ba2514Brian Wellingtoninclude ../../Makefile.common
c40265eba0c99708887d68e67901924065ba2514Brian Wellington
c40265eba0c99708887d68e67901924065ba2514Brian WellingtonMODULES = \
c40265eba0c99708887d68e67901924065ba2514Brian Wellington $(COMMON_MODULES_PROC) \
c40265eba0c99708887d68e67901924065ba2514Brian Wellington $(COMMON_MODULES_KVM) \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein intr \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein sd \
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein ssd
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein
141132c272ebc41da4c55d69c49810fafadbbc11Mark Andrews$(CLOSED_BUILD)MODULES += \
c1a883f2e04d94e99c433b1f6cfd0c0338f4ed85Mark Andrews $(CLOSED_COMMON_MODULES_KVM:%=$(CLOSED)/cmd/mdb/sparc/v9/%)
d60212e03fbef1d3dd7f7eb05c0545cc373cb9fcAutomatic Updater$(CLOSED_BUILD)MODULES += \
20f2d1d74b67d096f858dc70cedf9af6dcc38dc7Automatic Updater $(CLOSED)/cmd/mdb/sparc/v9/isp \
339d2a4d4b3b2e0be9e43afec6e84fe468edfaeeAutomatic Updater $(CLOSED)/cmd/mdb/sparc/v9/sparcdis
3b398443f0dca316ba7a6e057ba2d1b8ab4ddf70Tinderbox User
5c6b95ba1b2e35f8dd6b0a7f25aacba91fff3aa2Tinderbox User#
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# a "$(MODULES): kmdb" rule would seem to do the trick but, for some reason,
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# it serializes $(MODULES).
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein#
268a4475065fe6a8cd7cc707820982cf5e98f430Rob AusteinSUBDIRS = mdb mdb_ks kmdb libstandctf libstand .WAIT $(MODULES)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austeininclude ../../Makefile.subdirs
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein.PARALLEL: $(SUBDIRS)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein