Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
76786c2904942b708d8a7a4659df74da5dc9446eEvan Hunt#
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# CDDL HEADER START
9210d8796eaf4125ac58c034f9b5ca167857a55aAutomatic Updater#
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# The contents of this file are subject to the terms of the
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# Common Development and Distribution License, Version 1.0 only
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# (the "License"). You may not use this file except in compliance
76786c2904942b708d8a7a4659df74da5dc9446eEvan Hunt# with the License.
76786c2904942b708d8a7a4659df74da5dc9446eEvan Hunt#
76786c2904942b708d8a7a4659df74da5dc9446eEvan Hunt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
76786c2904942b708d8a7a4659df74da5dc9446eEvan Hunt# or http://www.opensolaris.org/os/licensing.
76786c2904942b708d8a7a4659df74da5dc9446eEvan Hunt# See the License for the specific language governing permissions
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# and limitations under the License.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt#
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User# When distributing Covered Code, include this CDDL HEADER in each
76786c2904942b708d8a7a4659df74da5dc9446eEvan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e2e4d321999340802f77adaacd19c797d04b4b95Automatic Updater# If applicable, add the following below this CDDL HEADER, with the
76786c2904942b708d8a7a4659df74da5dc9446eEvan Hunt# fields enclosed by brackets "[]" replaced with your own identifying
76786c2904942b708d8a7a4659df74da5dc9446eEvan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
76786c2904942b708d8a7a4659df74da5dc9446eEvan Hunt#
76786c2904942b708d8a7a4659df74da5dc9446eEvan Hunt# CDDL HEADER END
76786c2904942b708d8a7a4659df74da5dc9446eEvan Hunt#
76786c2904942b708d8a7a4659df74da5dc9446eEvan Hunt#
76786c2904942b708d8a7a4659df74da5dc9446eEvan Hunt# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
76786c2904942b708d8a7a4659df74da5dc9446eEvan Hunt# Use is subject to license terms.
76786c2904942b708d8a7a4659df74da5dc9446eEvan Hunt#
e2e4d321999340802f77adaacd19c797d04b4b95Automatic Updater#ident "%Z%%M% %I% %E% SMI"
e2e4d321999340802f77adaacd19c797d04b4b95Automatic Updater
76786c2904942b708d8a7a4659df74da5dc9446eEvan Huntinclude ../../Makefile.common
76786c2904942b708d8a7a4659df74da5dc9446eEvan Hunt
76786c2904942b708d8a7a4659df74da5dc9446eEvan HuntMODULES = \
76786c2904942b708d8a7a4659df74da5dc9446eEvan Hunt $(COMMON_MODULES_PROC) \
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User $(COMMON_MODULES_PROC_32BIT) \
76786c2904942b708d8a7a4659df74da5dc9446eEvan Hunt sparcdis
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User
76786c2904942b708d8a7a4659df74da5dc9446eEvan HuntSUBDIRS = mdb $(MODULES)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User
76786c2904942b708d8a7a4659df74da5dc9446eEvan Huntinclude ../../Makefile.subdirs
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User
76786c2904942b708d8a7a4659df74da5dc9446eEvan Hunt.PARALLEL: $(SUBDIRS)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User