move 32-bit libs to lib/i386 subdirs & 64-bit libs to lib/
[unleashed.git] / usr / src / lib / scsi / Makefile.rootdirs
blob76dadc1fc7483dc5edb0e503992b13ee7381fb35
2 # CDDL HEADER START
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.
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.
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]
19 # CDDL HEADER END
22 # Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
26 # Define the transitive set of rules to create a common module's install dir
27 # within the proto area.
30 $(ROOTPLUGINLIBDIR):
31         $(INS.dir)
33 $(ROOTPLUGINLIBDIR)/scsi: $(ROOTPLUGINLIBDIR)
34         $(INS.dir)
36 $(ROOTPLUGINLIBDIR)/scsi/engines: $(ROOTPLUGINLIBDIR)/scsi
37         $(INS.dir)
39 $(ROOTPLUGINLIBDIR)/scsi/engines/$(MACH32): $(ROOTPLUGINLIBDIR)/scsi/engines
40         $(INS.dir)
42 $(ROOTPLUGINLIBDIR)/ses: $(ROOTPLUGINLIBDIR)
43         $(INS.dir)
45 $(ROOTPLUGINLIBDIR)/ses/framework: $(ROOTPLUGINLIBDIR)/ses
46         $(INS.dir)
48 $(ROOTPLUGINLIBDIR)/ses/framework/$(MACH32): $(ROOTPLUGINLIBDIR)/ses/framework
49         $(INS.dir)
51 $(ROOTPLUGINLIBDIR)/ses/vendor: $(ROOTPLUGINLIBDIR)/ses
52         $(INS.dir)
54 $(ROOTPLUGINLIBDIR)/ses/vendor/$(MACH32): $(ROOTPLUGINLIBDIR)/ses/vendor
55         $(INS.dir)
57 $(ROOTPLUGINLIBDIR)/smp: $(ROOTPLUGINLIBDIR)
58         $(INS.dir)
60 $(ROOTPLUGINLIBDIR)/smp/engine: $(ROOTPLUGINLIBDIR)/smp
61         $(INS.dir)
63 $(ROOTPLUGINLIBDIR)/smp/engine/$(MACH32): $(ROOTPLUGINLIBDIR)/smp/engine
64         $(INS.dir)
66 $(ROOTPLUGINLIBDIR)/smp/framework: $(ROOTPLUGINLIBDIR)/smp
67         $(INS.dir)
69 $(ROOTPLUGINLIBDIR)/smp/framework/$(MACH32): $(ROOTPLUGINLIBDIR)/smp/framework
70         $(INS.dir)
72 $(ROOTPLUGINLIBDIR)/smp/vendor: $(ROOTPLUGINLIBDIR)/smp
73         $(INS.dir)
75 $(ROOTPLUGINLIBDIR)/smp/vendor/$(MACH32): $(ROOTPLUGINLIBDIR)/smp/vendor
76         $(INS.dir)
78 $(ROOTPLUGINHDRDIR):
79         $(INS.dir)
81 $(ROOTPLUGINHDRDIR)/ses: $(ROOTPLUGINHDRDIR)
82         $(INS.dir)
84 $(ROOTPLUGINHDRDIR)/ses/framework: $(ROOTPLUGINHDRDIR)/ses
85         $(INS.dir)
87 $(ROOTPLUGINHDRDIR)/ses/vendor: $(ROOTPLUGINHDRDIR)/ses
88         $(INS.dir)
90 $(ROOTPLUGINHDRDIR)/smp: $(ROOTPLUGINHDRDIR)
91         $(INS.dir)
93 $(ROOTPLUGINHDRDIR)/smp/engine: $(ROOTPLUGINHDRDIR)/smp
94         $(INS.dir)
96 $(ROOTPLUGINHDRDIR)/smp/framework: $(ROOTPLUGINHDRDIR)/smp
97         $(INS.dir)
99 $(ROOTPLUGINHDRDIR)/smp/vendor: $(ROOTPLUGINHDRDIR)/smp
100         $(INS.dir)