Makefile.rootdirs revision ac88567a7a5bb7f01cf22cf366bc9d6203e24d7a
555N/A#
555N/A# CDDL HEADER START
555N/A#
555N/A# The contents of this file are subject to the terms of the
555N/A# Common Development and Distribution License (the "License").
555N/A# You may not use this file except in compliance with the License.
555N/A#
555N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
555N/A# or http://www.opensolaris.org/os/licensing.
555N/A# See the License for the specific language governing permissions
555N/A# and limitations under the License.
555N/A#
555N/A# When distributing Covered Code, include this CDDL HEADER in each
555N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
555N/A# If applicable, add the following below this CDDL HEADER, with the
555N/A# fields enclosed by brackets "[]" replaced with your own identifying
555N/A# information: Portions Copyright [yyyy] [name of copyright owner]
555N/A#
555N/A# CDDL HEADER END
555N/A#
555N/A#
555N/A# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
555N/A#
555N/A
555N/A#
555N/A# Define the transitive set of rules to create a common module's install dir
555N/A# within the proto area.
555N/A#
555N/A
555N/A$(ROOTPLUGINLIBDIR):
555N/A $(INS.dir)
555N/A
555N/A$(ROOTPLUGINLIBDIR)/scsi: $(ROOTPLUGINLIBDIR)
555N/A $(INS.dir)
555N/A
555N/A$(ROOTPLUGINLIBDIR)/scsi/engines: $(ROOTPLUGINLIBDIR)/scsi
555N/A $(INS.dir)
555N/A
555N/A$(ROOTPLUGINLIBDIR)/scsi/engines/$(MACH64): $(ROOTPLUGINLIBDIR)/scsi/engines
555N/A $(INS.dir)
555N/A
555N/A$(ROOTPLUGINLIBDIR)/ses: $(ROOTPLUGINLIBDIR)
555N/A $(INS.dir)
555N/A
555N/A$(ROOTPLUGINLIBDIR)/ses/framework: $(ROOTPLUGINLIBDIR)/ses
555N/A $(INS.dir)
555N/A
555N/A$(ROOTPLUGINLIBDIR)/ses/framework/$(MACH64): $(ROOTPLUGINLIBDIR)/ses/framework
555N/A $(INS.dir)
555N/A
555N/A$(ROOTPLUGINLIBDIR)/ses/vendor: $(ROOTPLUGINLIBDIR)/ses
555N/A $(INS.dir)
555N/A
555N/A$(ROOTPLUGINLIBDIR)/ses/vendor/$(MACH64): $(ROOTPLUGINLIBDIR)/ses/vendor
555N/A $(INS.dir)
555N/A
555N/A$(ROOTPLUGINLIBDIR)/smp: $(ROOTPLUGINLIBDIR)
555N/A $(INS.dir)
555N/A
555N/A$(ROOTPLUGINLIBDIR)/smp/engine: $(ROOTPLUGINLIBDIR)/smp
555N/A $(INS.dir)
555N/A
555N/A$(ROOTPLUGINLIBDIR)/smp/engine/$(MACH64): $(ROOTPLUGINLIBDIR)/smp/engine
555N/A $(INS.dir)
555N/A
555N/A$(ROOTPLUGINLIBDIR)/smp/framework: $(ROOTPLUGINLIBDIR)/smp
555N/A $(INS.dir)
645N/A
555N/A$(ROOTPLUGINLIBDIR)/smp/framework/$(MACH64): $(ROOTPLUGINLIBDIR)/smp/framework
555N/A $(INS.dir)
555N/A
555N/A$(ROOTPLUGINLIBDIR)/smp/vendor: $(ROOTPLUGINLIBDIR)/smp
555N/A $(INS.dir)
555N/A
555N/A$(ROOTPLUGINLIBDIR)/smp/vendor/$(MACH64): $(ROOTPLUGINLIBDIR)/smp/vendor
555N/A $(INS.dir)
555N/A
555N/A$(ROOTPLUGINHDRDIR):
555N/A $(INS.dir)
555N/A
555N/A$(ROOTPLUGINHDRDIR)/ses: $(ROOTPLUGINHDRDIR)
555N/A $(INS.dir)
555N/A
555N/A$(ROOTPLUGINHDRDIR)/ses/framework: $(ROOTPLUGINHDRDIR)/ses
555N/A $(INS.dir)
555N/A
555N/A$(ROOTPLUGINHDRDIR)/ses/vendor: $(ROOTPLUGINHDRDIR)/ses
555N/A $(INS.dir)
555N/A
555N/A$(ROOTPLUGINHDRDIR)/smp: $(ROOTPLUGINHDRDIR)
555N/A $(INS.dir)
555N/A
555N/A$(ROOTPLUGINHDRDIR)/smp/engine: $(ROOTPLUGINHDRDIR)/smp
555N/A $(INS.dir)
555N/A
555N/A$(ROOTPLUGINHDRDIR)/smp/framework: $(ROOTPLUGINHDRDIR)/smp
555N/A $(INS.dir)
555N/A
555N/A$(ROOTPLUGINHDRDIR)/smp/vendor: $(ROOTPLUGINHDRDIR)/smp
555N/A $(INS.dir)
555N/A
555N/A