1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
23#
24
25#
26# Define the transitive set of rules to create a common module's install dir
27# within the proto area.
28#
29
30$(ROOTPLUGINLIBDIR):
31	$(INS.dir)
32
33$(ROOTPLUGINLIBDIR)/scsi: $(ROOTPLUGINLIBDIR)
34	$(INS.dir)
35
36$(ROOTPLUGINLIBDIR)/scsi/engines: $(ROOTPLUGINLIBDIR)/scsi
37	$(INS.dir)
38
39$(ROOTPLUGINLIBDIR)/scsi/engines/$(MACH64): $(ROOTPLUGINLIBDIR)/scsi/engines
40	$(INS.dir)
41
42$(ROOTPLUGINLIBDIR)/ses: $(ROOTPLUGINLIBDIR)
43	$(INS.dir)
44
45$(ROOTPLUGINLIBDIR)/ses/framework: $(ROOTPLUGINLIBDIR)/ses
46	$(INS.dir)
47
48$(ROOTPLUGINLIBDIR)/ses/framework/$(MACH64): $(ROOTPLUGINLIBDIR)/ses/framework
49	$(INS.dir)
50
51$(ROOTPLUGINLIBDIR)/ses/vendor: $(ROOTPLUGINLIBDIR)/ses
52	$(INS.dir)
53
54$(ROOTPLUGINLIBDIR)/ses/vendor/$(MACH64): $(ROOTPLUGINLIBDIR)/ses/vendor
55	$(INS.dir)
56
57$(ROOTPLUGINLIBDIR)/smp: $(ROOTPLUGINLIBDIR)
58	$(INS.dir)
59
60$(ROOTPLUGINLIBDIR)/smp/engine: $(ROOTPLUGINLIBDIR)/smp
61	$(INS.dir)
62
63$(ROOTPLUGINLIBDIR)/smp/engine/$(MACH64): $(ROOTPLUGINLIBDIR)/smp/engine
64	$(INS.dir)
65
66$(ROOTPLUGINLIBDIR)/smp/framework: $(ROOTPLUGINLIBDIR)/smp
67	$(INS.dir)
68
69$(ROOTPLUGINLIBDIR)/smp/framework/$(MACH64): $(ROOTPLUGINLIBDIR)/smp/framework
70	$(INS.dir)
71
72$(ROOTPLUGINLIBDIR)/smp/vendor: $(ROOTPLUGINLIBDIR)/smp
73	$(INS.dir)
74
75$(ROOTPLUGINLIBDIR)/smp/vendor/$(MACH64): $(ROOTPLUGINLIBDIR)/smp/vendor
76	$(INS.dir)
77
78$(ROOTPLUGINHDRDIR):
79	$(INS.dir)
80
81$(ROOTPLUGINHDRDIR)/ses: $(ROOTPLUGINHDRDIR)
82	$(INS.dir)
83
84$(ROOTPLUGINHDRDIR)/ses/framework: $(ROOTPLUGINHDRDIR)/ses
85	$(INS.dir)
86
87$(ROOTPLUGINHDRDIR)/ses/vendor: $(ROOTPLUGINHDRDIR)/ses
88	$(INS.dir)
89
90$(ROOTPLUGINHDRDIR)/smp: $(ROOTPLUGINHDRDIR)
91	$(INS.dir)
92
93$(ROOTPLUGINHDRDIR)/smp/engine: $(ROOTPLUGINHDRDIR)/smp
94	$(INS.dir)
95
96$(ROOTPLUGINHDRDIR)/smp/framework: $(ROOTPLUGINHDRDIR)/smp
97	$(INS.dir)
98
99$(ROOTPLUGINHDRDIR)/smp/vendor: $(ROOTPLUGINHDRDIR)/smp
100	$(INS.dir)
101
102