Makefile revision c0e7977a434048a8bc7386ea0e8befaa77a646cf
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster#
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# CDDL HEADER START
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster#
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# The contents of this file are subject to the terms of the
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# Common Development and Distribution License (the "License").
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# You may not use this file except in compliance with the License.
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster#
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# or http://www.opensolaris.org/os/licensing.
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# See the License for the specific language governing permissions
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# and limitations under the License.
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster#
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# When distributing Covered Code, include this CDDL HEADER in each
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# If applicable, add the following below this CDDL HEADER, with the
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# fields enclosed by brackets "[]" replaced with your own identifying
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# information: Portions Copyright [yyyy] [name of copyright owner]
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster#
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# CDDL HEADER END
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster#
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster#
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# Use is subject to license terms.
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster#
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Fosterinclude ../../Makefile.common
5782a5801b205a5f4225dde7fd580923431fa8b3Peter Major
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan FosterMODULES = $(COMMON_MODULES_PROC) $(COMMON_MODULES_PROC_32BIT) \
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster $(COMMON_MODULES_KVM) uhci
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan FosterSUBDIRS = mdb mdb_ks kmdb libstandctf libstand .WAIT $(MODULES)
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Fosterinclude ../../Makefile.subdirs
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster.PARALLEL: $(SUBDIRS)
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster# inter-module dependencies
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Fosterkmdb: libstand libstandctf mdb_ks
4a2f0f0be43dfd4c1b490cbf3cc48b6ba6084b1cAllan Foster