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 #
23 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
25 # Copyright 2016 Nexenta Systems, Inc.
26 #
27
28 # Common definitions for open and closed headers.
29
30 # check files really don't exist
31
32 audio/%.check: audio/%.h
33 $(DOT_H_CHECK)
34
35 av/%.check: av/%.h
36 $(DOT_H_CHECK)
37
38 fm/%.check: fm/%.h
39 $(DOT_H_CHECK)
40
41 fm/cpu/%.check: fm/cpu/%.h
42 $(DOT_H_CHECK)
43
44 fm/fs/%.check: fm/fs/%.h
45 $(DOT_H_CHECK)
46
47 fm/io/%.check: fm/io/%.h
48 $(DOT_H_CHECK)
49
50 fs/%.check: fs/%.h
51 $(DOT_H_CHECK)
52
53 ib/%.check: ib/%.h
54 $(DOT_H_CHECK)
55
56 ib/clients/ibd/%.check: ib/clients/ibd/%.h
57 $(DOT_H_CHECK)
58
59 ib/clients/of/%.check: ib/clients/of/%.h
60 $(DOT_H_CHECK)
61
62 ib/clients/of/rdma/%.check: ib/clients/of/rdma/%.h
63 $(DOT_H_CHECK)
64
65 ib/clients/of/sol_ofs/%.check: ib/clients/of/sol_ofs/%.h
66 $(DOT_H_CHECK)
67
68 ib/clients/of/sol_uverbs/%.check: ib/clients/of/sol_uverbs/%.h
69 $(DOT_H_CHECK)
177 i386_ROOTDIRS= $(ROOTDKTPDIR) $(ROOTDIR)/scsi/adapters $(ROOTDIR)/scsi/targets \
178 $(ROOTDIR)/agp $(ROOTDIR)/sata
179
180 ROOTDIRS= \
181 $(ROOTDIR) \
182 $(ROOTDIR)/audio \
183 $(ROOTDIR)/av \
184 $(ROOTDIR)/hotplug \
185 $(ROOTDIR)/hotplug/pci \
186 $(ROOTDIR)/crypto \
187 $(ROOTDIR)/dcam \
188 $(ROOTDIR)/iso \
189 $(ROOTDIR)/fc4 \
190 $(ROOTDIR)/fibre-channel \
191 $(ROOTDIR)/fibre-channel/impl \
192 $(ROOTDIR)/fibre-channel/ulp \
193 $(ROOTDIR)/fm \
194 $(ROOTDIR)/fm/cpu \
195 $(ROOTDIR)/fm/fs \
196 $(ROOTDIR)/fm/io \
197 $(ROOTDIR)/fs \
198 $(ROOTDIR)/ib \
199 $(ROOTDIR)/ib/adapters/tavor \
200 $(ROOTDIR)/ib/adapters/hermon \
201 $(ROOTDIR)/ib/adapters \
202 $(ROOTDIR)/ib/ibtl \
203 $(ROOTDIR)/ib/ibtl/impl \
204 $(ROOTDIR)/ib/mgt \
205 $(ROOTDIR)/ib/mgt/ibmf \
206 $(ROOTDIR)/ib/ibnex \
207 $(ROOTDIR)/ib/clients/ibd \
208 $(ROOTDIR)/ib/clients/of \
209 $(ROOTDIR)/ib/clients/of/rdma \
210 $(ROOTDIR)/ib/clients/of/sol_ofs \
211 $(ROOTDIR)/ib/clients/of/sol_uverbs \
212 $(ROOTDIR)/ib/clients/of/sol_umad \
213 $(ROOTDIR)/ib/clients/of/sol_ucma \
214 $(ROOTDIR)/idm \
215 $(ROOTDIR)/iscsit \
216 $(ROOTDIR)/scsi \
258 ROOTIBMFHDRS= $(IBMFHDRS:%=$(ROOTDIR)/ib/mgt/ibmf/%)
259 ROOTOFHDRS= $(OFHDRS:%=$(ROOTDIR)/ib/clients/of/%)
260 ROOTRDMAHDRS= $(RDMAHDRS:%=$(ROOTDIR)/ib/clients/of/rdma/%)
261 ROOTSOL_OFSHDRS= $(SOL_OFSHDRS:%=$(ROOTDIR)/ib/clients/of/sol_ofs/%)
262 ROOTSOL_UVERBSHDRS= $(SOL_UVERBSHDRS:%=$(ROOTDIR)/ib/clients/of/sol_uverbs/%)
263 ROOTSOL_UMADHDRS= $(SOL_UMADHDRS:%=$(ROOTDIR)/ib/clients/of/sol_umad/%)
264 ROOTSOL_UCMAHDRS= $(SOL_UCMAHDRS:%=$(ROOTDIR)/ib/clients/of/sol_ucma/%)
265 ROOTTAVORHDRS= $(TAVORHDRS:%=$(ROOTDIR)/ib/adapters/tavor/%)
266 ROOTHERMONHDRS= $(HERMONHDRS:%=$(ROOTDIR)/ib/adapters/hermon/%)
267 ROOTMLNXHDRS= $(MLNXHDRS:%=$(ROOTDIR)/ib/adapters/%)
268
269 ROOTIDMHDRS= $(IDMHDRS:%=$(ROOTDIR)/idm/%)
270 ROOTISCSITHDRS= $(ISCSITHDRS:%=$(ROOTDIR)/iscsit/%)
271
272 ROOTISOHDRS= $(ISOHDRS:%=$(ROOTDIR)/iso/%)
273
274 ROOTFMHDRS= $(FMHDRS:%=$(ROOTDIR)/fm/%)
275 ROOTFMCPUHDRS= $(FMCPUHDRS:%=$(ROOTDIR)/fm/cpu/%)
276 ROOTFMIOHDRS= $(FMIOHDRS:%=$(ROOTDIR)/fm/io/%)
277 ROOTFMFSHDRS= $(FMFSHDRS:%=$(ROOTDIR)/fm/fs/%)
278
279 ROOTFSHDRS= $(FSHDRS:%=$(ROOTDIR)/fs/%)
280
281 ROOTSCSIHDRS= $(SCSIHDRS:%=$(ROOTDIR)/scsi/%)
282 ROOTSATAGENHDRS= $(SATAGENHDRS:%=$(ROOTDIR)/sata/%)
283 ROOTSCSICONFHDRS= $(SCSICONFHDRS:%=$(ROOTDIR)/scsi/conf/%)
284 ROOTSCSIGENHDRS= $(SCSIGENHDRS:%=$(ROOTDIR)/scsi/generic/%)
285 ROOTSCSIIMPLHDRS= $(SCSIIMPLHDRS:%=$(ROOTDIR)/scsi/impl/%)
286 ROOTSCSITARGETSHDRS= $(SCSITARGETSHDRS:%=$(ROOTDIR)/scsi/targets/%)
287 ROOTSCSICADHDRS= $(SCSICADHDRS:%=$(ROOTDIR)/scsi/adapters/%)
288 ROOTSCSIADHDRS= $(SCSICADHDRS:%=$(ROOTDIR)/scsi/adapters/%)
289 ROOTSCSIVHCIHDRS= $(SCSIVHCIHDRS:%=$(ROOTDIR)/scsi/adapters/%)
290 ROOTSCSIISCSIHDRS= $(SCSIISCSIHDRS:%=$(ROOTDIR)/scsi/adapters/%)
291
292 ROOTFC4HDRS= $(FC4HDRS:%=$(ROOTDIR)/fc4/%)
293 ROOTFCHDRS= $(FCHDRS:%=$(ROOTDIR)/fibre-channel/%)
294 ROOTFCIMPLHDRS= $(FCIMPLHDRS:%=$(ROOTDIR)/fibre-channel/impl/%)
295 ROOTFCULPHDRS= $(FCULPHDRS:%=$(ROOTDIR)/fibre-channel/ulp/%)
296
297 ROOTSDCARDHDRS= $(SDCARDHDRS:%=$(ROOTDIR)/sdcard/%)
|
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 #
23 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
25 # Copyright 2017 Nexenta Systems, Inc.
26 #
27
28 # Common definitions for open and closed headers.
29
30 # check files really don't exist
31
32 audio/%.check: audio/%.h
33 $(DOT_H_CHECK)
34
35 av/%.check: av/%.h
36 $(DOT_H_CHECK)
37
38 fm/%.check: fm/%.h
39 $(DOT_H_CHECK)
40
41 fm/cpu/%.check: fm/cpu/%.h
42 $(DOT_H_CHECK)
43
44 fm/fs/%.check: fm/fs/%.h
45 $(DOT_H_CHECK)
46
47 fm/io/%.check: fm/io/%.h
48 $(DOT_H_CHECK)
49
50 fm/sw/%.check: fm/sw/%.h
51 $(DOT_H_CHECK)
52
53 fs/%.check: fs/%.h
54 $(DOT_H_CHECK)
55
56 ib/%.check: ib/%.h
57 $(DOT_H_CHECK)
58
59 ib/clients/ibd/%.check: ib/clients/ibd/%.h
60 $(DOT_H_CHECK)
61
62 ib/clients/of/%.check: ib/clients/of/%.h
63 $(DOT_H_CHECK)
64
65 ib/clients/of/rdma/%.check: ib/clients/of/rdma/%.h
66 $(DOT_H_CHECK)
67
68 ib/clients/of/sol_ofs/%.check: ib/clients/of/sol_ofs/%.h
69 $(DOT_H_CHECK)
70
71 ib/clients/of/sol_uverbs/%.check: ib/clients/of/sol_uverbs/%.h
72 $(DOT_H_CHECK)
180 i386_ROOTDIRS= $(ROOTDKTPDIR) $(ROOTDIR)/scsi/adapters $(ROOTDIR)/scsi/targets \
181 $(ROOTDIR)/agp $(ROOTDIR)/sata
182
183 ROOTDIRS= \
184 $(ROOTDIR) \
185 $(ROOTDIR)/audio \
186 $(ROOTDIR)/av \
187 $(ROOTDIR)/hotplug \
188 $(ROOTDIR)/hotplug/pci \
189 $(ROOTDIR)/crypto \
190 $(ROOTDIR)/dcam \
191 $(ROOTDIR)/iso \
192 $(ROOTDIR)/fc4 \
193 $(ROOTDIR)/fibre-channel \
194 $(ROOTDIR)/fibre-channel/impl \
195 $(ROOTDIR)/fibre-channel/ulp \
196 $(ROOTDIR)/fm \
197 $(ROOTDIR)/fm/cpu \
198 $(ROOTDIR)/fm/fs \
199 $(ROOTDIR)/fm/io \
200 $(ROOTDIR)/fm/sw \
201 $(ROOTDIR)/fs \
202 $(ROOTDIR)/ib \
203 $(ROOTDIR)/ib/adapters/tavor \
204 $(ROOTDIR)/ib/adapters/hermon \
205 $(ROOTDIR)/ib/adapters \
206 $(ROOTDIR)/ib/ibtl \
207 $(ROOTDIR)/ib/ibtl/impl \
208 $(ROOTDIR)/ib/mgt \
209 $(ROOTDIR)/ib/mgt/ibmf \
210 $(ROOTDIR)/ib/ibnex \
211 $(ROOTDIR)/ib/clients/ibd \
212 $(ROOTDIR)/ib/clients/of \
213 $(ROOTDIR)/ib/clients/of/rdma \
214 $(ROOTDIR)/ib/clients/of/sol_ofs \
215 $(ROOTDIR)/ib/clients/of/sol_uverbs \
216 $(ROOTDIR)/ib/clients/of/sol_umad \
217 $(ROOTDIR)/ib/clients/of/sol_ucma \
218 $(ROOTDIR)/idm \
219 $(ROOTDIR)/iscsit \
220 $(ROOTDIR)/scsi \
262 ROOTIBMFHDRS= $(IBMFHDRS:%=$(ROOTDIR)/ib/mgt/ibmf/%)
263 ROOTOFHDRS= $(OFHDRS:%=$(ROOTDIR)/ib/clients/of/%)
264 ROOTRDMAHDRS= $(RDMAHDRS:%=$(ROOTDIR)/ib/clients/of/rdma/%)
265 ROOTSOL_OFSHDRS= $(SOL_OFSHDRS:%=$(ROOTDIR)/ib/clients/of/sol_ofs/%)
266 ROOTSOL_UVERBSHDRS= $(SOL_UVERBSHDRS:%=$(ROOTDIR)/ib/clients/of/sol_uverbs/%)
267 ROOTSOL_UMADHDRS= $(SOL_UMADHDRS:%=$(ROOTDIR)/ib/clients/of/sol_umad/%)
268 ROOTSOL_UCMAHDRS= $(SOL_UCMAHDRS:%=$(ROOTDIR)/ib/clients/of/sol_ucma/%)
269 ROOTTAVORHDRS= $(TAVORHDRS:%=$(ROOTDIR)/ib/adapters/tavor/%)
270 ROOTHERMONHDRS= $(HERMONHDRS:%=$(ROOTDIR)/ib/adapters/hermon/%)
271 ROOTMLNXHDRS= $(MLNXHDRS:%=$(ROOTDIR)/ib/adapters/%)
272
273 ROOTIDMHDRS= $(IDMHDRS:%=$(ROOTDIR)/idm/%)
274 ROOTISCSITHDRS= $(ISCSITHDRS:%=$(ROOTDIR)/iscsit/%)
275
276 ROOTISOHDRS= $(ISOHDRS:%=$(ROOTDIR)/iso/%)
277
278 ROOTFMHDRS= $(FMHDRS:%=$(ROOTDIR)/fm/%)
279 ROOTFMCPUHDRS= $(FMCPUHDRS:%=$(ROOTDIR)/fm/cpu/%)
280 ROOTFMIOHDRS= $(FMIOHDRS:%=$(ROOTDIR)/fm/io/%)
281 ROOTFMFSHDRS= $(FMFSHDRS:%=$(ROOTDIR)/fm/fs/%)
282 ROOTFMSWHDRS= $(FMSWHDRS:%=$(ROOTDIR)/fm/sw/%)
283
284 ROOTFSHDRS= $(FSHDRS:%=$(ROOTDIR)/fs/%)
285
286 ROOTSCSIHDRS= $(SCSIHDRS:%=$(ROOTDIR)/scsi/%)
287 ROOTSATAGENHDRS= $(SATAGENHDRS:%=$(ROOTDIR)/sata/%)
288 ROOTSCSICONFHDRS= $(SCSICONFHDRS:%=$(ROOTDIR)/scsi/conf/%)
289 ROOTSCSIGENHDRS= $(SCSIGENHDRS:%=$(ROOTDIR)/scsi/generic/%)
290 ROOTSCSIIMPLHDRS= $(SCSIIMPLHDRS:%=$(ROOTDIR)/scsi/impl/%)
291 ROOTSCSITARGETSHDRS= $(SCSITARGETSHDRS:%=$(ROOTDIR)/scsi/targets/%)
292 ROOTSCSICADHDRS= $(SCSICADHDRS:%=$(ROOTDIR)/scsi/adapters/%)
293 ROOTSCSIADHDRS= $(SCSICADHDRS:%=$(ROOTDIR)/scsi/adapters/%)
294 ROOTSCSIVHCIHDRS= $(SCSIVHCIHDRS:%=$(ROOTDIR)/scsi/adapters/%)
295 ROOTSCSIISCSIHDRS= $(SCSIISCSIHDRS:%=$(ROOTDIR)/scsi/adapters/%)
296
297 ROOTFC4HDRS= $(FC4HDRS:%=$(ROOTDIR)/fc4/%)
298 ROOTFCHDRS= $(FCHDRS:%=$(ROOTDIR)/fibre-channel/%)
299 ROOTFCIMPLHDRS= $(FCIMPLHDRS:%=$(ROOTDIR)/fibre-channel/impl/%)
300 ROOTFCULPHDRS= $(FCULPHDRS:%=$(ROOTDIR)/fibre-channel/ulp/%)
301
302 ROOTSDCARDHDRS= $(SDCARDHDRS:%=$(ROOTDIR)/sdcard/%)
|