Print this page
9674 Let's scrap AVS/sdbc
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/uts/common/Makefile.rules
+++ new/usr/src/uts/common/Makefile.rules
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
↓ open down ↓ |
16 lines elided |
↑ open up ↑ |
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21
22 22 #
23 23 # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
24 24 # Copyright 2016 Garrett D'Amore <garrett@damore.org>
25 25 # Copyright 2013 Saso Kiselkov. All rights reserved.
26 26 # Copyright 2016 Joyent, Inc.
27 -# Copyright 2016 Nexenta Systems, Inc.
27 +# Copyright 2018 Nexenta Systems, Inc.
28 28 # Copyright (c) 2016 by Delphix. All rights reserved.
29 29 #
30 30
31 31 #
32 32 # uts/common/Makefile.rules
33 33 #
34 34 # This Makefile defines all the file build rules for the directory
35 35 # uts/common and its children. These are the source files which may
36 36 # be considered common to all SunOS systems.
37 37 #
38 38 # The following two-level ordering must be maintained in this file.
39 39 # Lines are sorted first in order of decreasing specificity based on
40 40 # the first directory component. That is, sun4u rules come before
41 41 # sparc rules come before common rules.
42 42 #
43 43 # Lines whose initial directory components are equal are sorted
44 44 # alphabetically by the remaining components.
45 45
46 46 #
47 47 # Section 1a: C objects build rules
48 48 #
49 49 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/aes/%.c
50 50 $(COMPILE.c) -o $@ $<
51 51 $(CTFCONVERT_O)
52 52
53 53 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/arcfour/%.c
54 54 $(COMPILE.c) -o $@ $<
55 55 $(CTFCONVERT_O)
56 56
57 57 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/blowfish/%.c
58 58 $(COMPILE.c) -o $@ $<
59 59 $(CTFCONVERT_O)
60 60
61 61 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/ecc/%.c
62 62 $(COMPILE.c) -o $@ $<
63 63 $(CTFCONVERT_O)
64 64
65 65 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/modes/%.c
66 66 $(COMPILE.c) -o $@ $<
67 67 $(CTFCONVERT_O)
68 68
69 69 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/padding/%.c
70 70 $(COMPILE.c) -o $@ $<
71 71 $(CTFCONVERT_O)
72 72
73 73 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/rng/%.c
74 74 $(COMPILE.c) -o $@ $<
75 75 $(CTFCONVERT_O)
76 76
77 77 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/rsa/%.c
78 78 $(COMPILE.c) -o $@ $<
79 79 $(CTFCONVERT_O)
80 80
81 81 $(OBJS_DIR)/%.o: $(COMMONBASE)/bignum/%.c
82 82 $(COMPILE.c) -o $@ $<
83 83 $(CTFCONVERT_O)
84 84
85 85 $(OBJS_DIR)/%.o: $(UTSBASE)/common/bignum/%.c
86 86 $(COMPILE.c) -o $@ $<
87 87 $(CTFCONVERT_O)
88 88
89 89 $(OBJS_DIR)/%.o: $(COMMONBASE)/mpi/%.c
90 90 $(COMPILE.c) -o $@ $<
91 91 $(CTFCONVERT_O)
92 92
93 93 $(OBJS_DIR)/%.o: $(COMMONBASE)/acl/%.c
94 94 $(COMPILE.c) -o $@ $<
95 95 $(CTFCONVERT_O)
96 96
97 97 $(OBJS_DIR)/%.o: $(COMMONBASE)/avl/%.c
98 98 $(COMPILE.c) -o $@ $<
99 99 $(CTFCONVERT_O)
100 100
101 101 $(OBJS_DIR)/%.o: $(COMMONBASE)/ucode/%.c
102 102 $(COMPILE.c) -o $@ $<
103 103 $(CTFCONVERT_O)
104 104
105 105 $(OBJS_DIR)/%.o: $(UTSBASE)/common/brand/sn1/%.c
106 106 $(COMPILE.c) -o $@ $<
107 107 $(CTFCONVERT_O)
108 108
109 109 $(OBJS_DIR)/%.o: $(UTSBASE)/common/brand/solaris10/%.c
110 110 $(COMPILE.c) -o $@ $<
111 111 $(CTFCONVERT_O)
112 112
113 113 $(OBJS_DIR)/%.o: $(UTSBASE)/common/c2/%.c
114 114 $(COMPILE.c) -o $@ $<
115 115 $(CTFCONVERT_O)
116 116
117 117 $(OBJS_DIR)/%.o: $(UTSBASE)/common/conf/%.c
118 118 $(COMPILE.c) -o $@ $<
119 119 $(CTFCONVERT_O)
120 120
121 121 $(OBJS_DIR)/%.o: $(UTSBASE)/common/contract/%.c
122 122 $(COMPILE.c) -o $@ $<
123 123 $(CTFCONVERT_O)
124 124
125 125 $(OBJS_DIR)/%.o: $(UTSBASE)/common/cpr/%.c
126 126 $(COMPILE.c) -o $@ $<
127 127 $(CTFCONVERT_O)
128 128
129 129 $(OBJS_DIR)/%.o: $(UTSBASE)/common/ctf/%.c
130 130 $(COMPILE.c) -o $@ $<
131 131 $(CTFCONVERT_O)
132 132
133 133 $(OBJS_DIR)/%.o: $(COMMONBASE)/ctf/%.c
134 134 $(COMPILE.c) -o $@ $<
135 135 $(CTFCONVERT_O)
136 136
137 137 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/des/%.c
138 138 $(COMPILE.c) -o $@ $<
139 139 $(CTFCONVERT_O)
140 140
141 141 $(OBJS_DIR)/%.o: $(COMMONBASE)/secflags/%.c
142 142 $(COMPILE.c) -o $@ $<
143 143 $(CTFCONVERT_O)
144 144
145 145 $(OBJS_DIR)/%.o: $(COMMONBASE)/smbios/%.c
146 146 $(COMPILE.c) -o $@ $<
147 147 $(CTFCONVERT_O)
148 148
149 149 $(OBJS_DIR)/%.o: $(UTSBASE)/common/des/%.c
150 150 $(COMPILE.c) -o $@ $<
151 151 $(CTFCONVERT_O)
152 152
153 153 $(OBJS_DIR)/%.o: $(UTSBASE)/common/crypto/api/%.c
154 154 $(COMPILE.c) -o $@ $<
155 155 $(CTFCONVERT_O)
156 156
157 157 $(OBJS_DIR)/%.o: $(UTSBASE)/common/crypto/core/%.c
158 158 $(COMPILE.c) -o $@ $<
159 159 $(CTFCONVERT_O)
160 160
161 161 $(OBJS_DIR)/%.o: $(UTSBASE)/common/crypto/io/%.c
162 162 $(COMPILE.c) -o $@ $<
163 163 $(CTFCONVERT_O)
164 164
165 165 $(OBJS_DIR)/%.o: $(UTSBASE)/common/crypto/spi/%.c
166 166 $(COMPILE.c) -o $@ $<
167 167 $(CTFCONVERT_O)
168 168
169 169 $(OBJS_DIR)/%.o: $(COMMONBASE)/pci/%.c
170 170 $(COMPILE.c) -o $@ $<
171 171 $(CTFCONVERT_O)
172 172
173 173 $(OBJS_DIR)/%.o: $(COMMONBASE)/devid/%.c
174 174 $(COMPILE.c) -o $@ $<
175 175 $(CTFCONVERT_O)
176 176
177 177 $(OBJS_DIR)/%.o: $(UTSBASE)/common/disp/%.c
178 178 $(COMPILE.c) -o $@ $<
179 179 $(CTFCONVERT_O)
180 180
181 181 $(OBJS_DIR)/%.o: $(UTSBASE)/common/dtrace/%.c
182 182 $(COMPILE.c) -o $@ $<
183 183 $(CTFCONVERT_O)
184 184
185 185 $(OBJS_DIR)/%.o: $(COMMONBASE)/exacct/%.c
186 186 $(COMPILE.c) -o $@ $<
187 187 $(CTFCONVERT_O)
188 188
189 189 $(OBJS_DIR)/%.o: $(UTSBASE)/common/exec/aout/%.c
190 190 $(COMPILE.c) -o $@ $<
191 191 $(CTFCONVERT_O)
192 192
193 193 $(OBJS_DIR)/%.o: $(UTSBASE)/common/exec/elf/%.c
194 194 $(COMPILE.c) -o $@ $<
195 195 $(CTFCONVERT_O)
196 196
197 197 $(OBJS_DIR)/%.o: $(UTSBASE)/common/exec/intp/%.c
198 198 $(COMPILE.c) -o $@ $<
199 199 $(CTFCONVERT_O)
200 200
201 201 $(OBJS_DIR)/%.o: $(UTSBASE)/common/exec/shbin/%.c
202 202 $(COMPILE.c) -o $@ $<
203 203 $(CTFCONVERT_O)
204 204
205 205 $(OBJS_DIR)/%.o: $(UTSBASE)/common/exec/java/%.c
206 206 $(COMPILE.c) -o $@ $<
207 207 $(CTFCONVERT_O)
208 208
209 209 $(OBJS_DIR)/$(VGATEXT_FONT).c: $(VGATEXT_FONT_DIR)/$(VGATEXT_FONT_SRC).bdf \
210 210 $(VGATEXT_FONT_DIR)/bdf_to_c.awk
211 211 $(AWK) -f $(VGATEXT_FONT_DIR)/bdf_to_c.awk \
212 212 $(VGATEXT_FONT_DIR)/$(VGATEXT_FONT_SRC).bdf > $@
213 213
214 214 $(OBJS_DIR)/$(VGATEXT_FONT).o: $(OBJS_DIR)/$(VGATEXT_FONT).c
215 215 $(COMPILE.c) -o $@ $<
216 216 $(CTFCONVERT_O)
217 217
218 218 $(OBJS_DIR)/%.o: $(UTSBASE)/common/font/%.c
219 219 $(COMPILE.c) -o $@ $<
220 220 $(CTFCONVERT_O)
221 221
222 222 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/%.c
223 223 $(COMPILE.c) -o $@ $<
224 224 $(CTFCONVERT_O)
225 225
226 226 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/autofs/%.c
227 227 $(COMPILE.c) -o $@ $<
228 228 $(CTFCONVERT_O)
229 229
230 230 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/bootfs/%.c
231 231 $(COMPILE.c) -o $@ $<
232 232 $(CTFCONVERT_O)
233 233
234 234 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/dcfs/%.c
235 235 $(COMPILE.c) -o $@ $<
236 236 $(CTFCONVERT_O)
237 237
238 238 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/devfs/%.c
239 239 $(COMPILE.c) -o $@ $<
240 240 $(CTFCONVERT_O)
241 241
242 242 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/ctfs/%.c
243 243 $(COMPILE.c) -o $@ $<
244 244 $(CTFCONVERT_O)
245 245
246 246 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/doorfs/%.c
247 247 $(COMPILE.c) -o $@ $<
248 248 $(CTFCONVERT_O)
249 249
250 250 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/dev/%.c
251 251 $(COMPILE.c) -o $@ $<
252 252 $(CTFCONVERT_O)
253 253
254 254 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/fd/%.c
255 255 $(COMPILE.c) -o $@ $<
256 256 $(CTFCONVERT_O)
257 257
258 258 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/fifofs/%.c
259 259 $(COMPILE.c) -o $@ $<
260 260 $(CTFCONVERT_O)
261 261
262 262 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/hsfs/%.c
263 263 $(COMPILE.c) -o $@ $<
264 264 $(CTFCONVERT_O)
265 265
266 266 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/lofs/%.c
267 267 $(COMPILE.c) -o $@ $<
268 268 $(CTFCONVERT_O)
269 269
270 270 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/mntfs/%.c
271 271 $(COMPILE.c) -o $@ $<
272 272 $(CTFCONVERT_O)
273 273
274 274 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/namefs/%.c
275 275 $(COMPILE.c) -o $@ $<
276 276 $(CTFCONVERT_O)
277 277
278 278 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/nfs/%.c
279 279 $(COMPILE.c) -o $@ $<
280 280 $(CTFCONVERT_O)
281 281
282 282 $(OBJS_DIR)/%.o: $(COMMONBASE)/smbsrv/%.c
283 283 $(COMPILE.c) -o $@ $<
284 284 $(CTFCONVERT_O)
285 285
286 286 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/smbsrv/%.c
287 287 $(COMPILE.c) -o $@ $<
288 288 $(CTFCONVERT_O)
289 289
290 290 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/objfs/%.c
291 291 $(COMPILE.c) -o $@ $<
292 292 $(CTFCONVERT_O)
293 293
294 294 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/pcfs/%.c
295 295 $(COMPILE.c) -o $@ $<
296 296 $(CTFCONVERT_O)
297 297
298 298 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/portfs/%.c
299 299 $(COMPILE.c) -o $@ $<
300 300 $(CTFCONVERT_O)
301 301
302 302 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/proc/%.c
303 303 $(COMPILE.c) -o $@ $<
304 304 $(CTFCONVERT_O)
305 305
306 306 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/sharefs/%.c
307 307 $(COMPILE.c) -o $@ $<
308 308 $(CTFCONVERT_O)
309 309
310 310 $(OBJS_DIR)/%.o: $(COMMONBASE)/smbclnt/%.c
311 311 $(COMPILE.c) -o $@ $<
312 312 $(CTFCONVERT_O)
313 313
314 314 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/smbclnt/netsmb/%.c
315 315 $(COMPILE.c) -o $@ $<
316 316 $(CTFCONVERT_O)
317 317
318 318 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/smbclnt/smbfs/%.c
319 319 $(COMPILE.c) -o $@ $<
320 320 $(CTFCONVERT_O)
321 321
322 322 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/sockfs/%.c
323 323 $(COMPILE.c) -o $@ $<
324 324 $(CTFCONVERT_O)
325 325
326 326 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/specfs/%.c
327 327 $(COMPILE.c) -o $@ $<
328 328 $(CTFCONVERT_O)
329 329
330 330 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/swapfs/%.c
331 331 $(COMPILE.c) -o $@ $<
332 332 $(CTFCONVERT_O)
333 333
334 334 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/tmpfs/%.c
335 335 $(COMPILE.c) -o $@ $<
336 336 $(CTFCONVERT_O)
337 337
338 338 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/udfs/%.c
339 339 $(COMPILE.c) -o $@ $<
340 340 $(CTFCONVERT_O)
341 341
342 342 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/ufs/%.c
343 343 $(COMPILE.c) -o $@ $<
344 344 $(CTFCONVERT_O)
345 345
346 346 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vscan/%.c
347 347 $(COMPILE.c) -o $@ $<
348 348 $(CTFCONVERT_O)
349 349
350 350 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/zfs/%.c
351 351 $(COMPILE.c) -o $@ $<
352 352 $(CTFCONVERT_O)
353 353
354 354 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/zfs/lua/%.c
355 355 $(COMPILE.c) -o $@ $<
356 356 $(CTFCONVERT_O)
357 357
358 358 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/zut/%.c
359 359 $(COMPILE.c) -o $@ $<
360 360 $(CTFCONVERT_O)
361 361
362 362 $(OBJS_DIR)/%.o: $(COMMONBASE)/xattr/%.c
363 363 $(COMPILE.c) -o $@ $<
364 364 $(CTFCONVERT_O)
365 365
366 366 $(OBJS_DIR)/%.o: $(COMMONBASE)/zfs/%.c
367 367 $(COMPILE.c) -o $@ $<
368 368 $(CTFCONVERT_O)
369 369
370 370 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/pmcs/%.c
371 371 $(COMPILE.c) -o $@ $<
372 372 $(CTFCONVERT_O)
373 373
374 374 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/pmcs/%.bin
375 375 $(COMPILE.b) -o $@ $<
376 376 $(CTFCONVERT_O)
377 377
378 378 $(OBJS_DIR)/%.o: $(COMMONBASE)/fsreparse/%.c
379 379 $(COMPILE.c) -o $@ $<
380 380 $(CTFCONVERT_O)
381 381
382 382 KMECHKRB5_BASE=$(UTSBASE)/common/gssapi/mechs/krb5
383 383
384 384 KGSSDFLAGS=-I $(UTSBASE)/common/gssapi/include
385 385
386 386 # Note, KRB5_DEFS can be assigned various preprocessor flags,
387 387 # typically -D defines on the make invocation. The standard compiler
388 388 # flags will not be overwritten.
389 389 KGSSDFLAGS += $(KRB5_DEFS)
390 390
391 391 $(OBJS_DIR)/%.o: $(UTSBASE)/common/gssapi/%.c
392 392 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
393 393 $(CTFCONVERT_O)
394 394
395 395 $(OBJS_DIR)/%.o: $(UTSBASE)/common/gssapi/mechs/dummy/%.c
396 396 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
397 397 $(CTFCONVERT_O)
398 398
399 399 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/%.c
400 400 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
401 401 $(CTFCONVERT_O)
402 402
403 403 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/crypto/%.c
404 404 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
405 405 $(CTFCONVERT_O)
406 406
407 407 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/crypto/des/%.c
408 408 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
409 409 $(CTFCONVERT_O)
410 410
411 411 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/crypto/arcfour/%.c
412 412 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
413 413 $(CTFCONVERT_O)
414 414
415 415 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/crypto/dk/%.c
416 416 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
417 417 $(CTFCONVERT_O)
418 418
419 419 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/crypto/enc_provider/%.c
420 420 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
421 421 $(CTFCONVERT_O)
422 422
423 423 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/crypto/hash_provider/%.c
424 424 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
425 425 $(CTFCONVERT_O)
426 426
427 427 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/crypto/keyhash_provider/%.c
428 428 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
429 429 $(CTFCONVERT_O)
430 430
431 431 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/crypto/raw/%.c
432 432 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
433 433 $(CTFCONVERT_O)
434 434
435 435 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/crypto/old/%.c
436 436 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
437 437 $(CTFCONVERT_O)
438 438
439 439 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/krb5/krb/%.c
440 440 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
441 441 $(CTFCONVERT_O)
442 442
443 443 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/krb5/os/%.c
444 444 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
445 445 $(CTFCONVERT_O)
446 446
↓ open down ↓ |
409 lines elided |
↑ open up ↑ |
447 447 $(OBJS_DIR)/ser_sctx.o := CPPFLAGS += -DPROVIDE_KERNEL_IMPORT=1
448 448
449 449 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/mech/%.c
450 450 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
451 451 $(CTFCONVERT_O)
452 452
453 453 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/profile/%.c
454 454 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
455 455 $(CTFCONVERT_O)
456 456
457 -$(OBJS_DIR)/%.o: $(UTSBASE)/common/avs/ncall/%.c
458 - $(COMPILE.c) -o $@ $<
459 - $(CTFCONVERT_O)
460 -
461 -$(OBJS_DIR)/%.o: $(UTSBASE)/common/avs/ns/dsw/%.c
462 - $(COMPILE.c) -o $@ $<
463 - $(CTFCONVERT_O)
464 -
465 -$(OBJS_DIR)/%.o: $(UTSBASE)/common/avs/ns/nsctl/%.c
466 - $(COMPILE.c) -o $@ $<
467 - $(CTFCONVERT_O)
468 -
469 -$(OBJS_DIR)/%.o: $(UTSBASE)/common/avs/ns/rdc/%.c
470 - $(COMPILE.c) -o $@ $<
471 - $(CTFCONVERT_O)
472 -
473 -$(OBJS_DIR)/%.o: $(UTSBASE)/common/avs/ns/sdbc/%.c
474 - $(COMPILE.c) -o $@ $<
475 - $(CTFCONVERT_O)
476 -
477 -$(OBJS_DIR)/%.o: $(UTSBASE)/common/avs/ns/solaris/%.c
478 - $(COMPILE.c) -o $@ $<
479 - $(CTFCONVERT_O)
480 -
481 -$(OBJS_DIR)/%.o: $(UTSBASE)/common/avs/ns/sv/%.c
482 - $(COMPILE.c) -o $@ $<
483 - $(CTFCONVERT_O)
484 -
485 -$(OBJS_DIR)/%.o: $(UTSBASE)/common/avs/ns/unistat/%.c
486 - $(COMPILE.c) -o $@ $<
487 - $(CTFCONVERT_O)
488 -
489 457 $(OBJS_DIR)/%.o: $(UTSBASE)/common/idmap/%.c
490 458 $(COMPILE.c) -o $@ $<
491 459 $(CTFCONVERT_O)
492 460
493 461 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/%.c
494 462 $(COMPILE.c) -o $@ $<
495 463 $(CTFCONVERT_O)
496 464
497 465 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/arp/%.c
498 466 $(COMPILE.c) -o $@ $<
499 467 $(CTFCONVERT_O)
500 468
501 469 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/ip/%.c
502 470 $(COMPILE.c) -o $@ $<
503 471 $(CTFCONVERT_O)
504 472
505 473 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/ipnet/%.c
506 474 $(COMPILE.c) -o $@ $<
507 475 $(CTFCONVERT_O)
508 476
509 477 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/iptun/%.c
510 478 $(COMPILE.c) -o $@ $<
511 479 $(CTFCONVERT_O)
512 480
513 481 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/kssl/%.c
514 482 $(COMPILE.c) -o $@ $<
515 483 $(CTFCONVERT_O)
516 484
517 485 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/sctp/%.c
518 486 $(COMPILE.c) -o $@ $<
519 487 $(CTFCONVERT_O)
520 488
521 489 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/tcp/%.c
522 490 $(COMPILE.c) -o $@ $<
523 491 $(CTFCONVERT_O)
524 492
525 493 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/ilb/%.c
526 494 $(COMPILE.c) -o $@ $<
527 495 $(CTFCONVERT_O)
528 496
529 497 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/ipf/%.c
530 498 $(COMPILE.c) -o $@ $<
531 499 $(CTFCONVERT_O)
532 500
533 501 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/ipd/%.c
534 502 $(COMPILE.c) -o $@ $<
535 503 $(CTFCONVERT_O)
536 504
537 505 $(OBJS_DIR)/%.o: $(COMMONBASE)/net/patricia/%.c
538 506 $(COMPILE.c) -o $@ $<
539 507 $(CTFCONVERT_O)
540 508
541 509 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/udp/%.c
542 510 $(COMPILE.c) -o $@ $<
543 511 $(CTFCONVERT_O)
544 512
545 513 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/nca/%.c
546 514 $(COMPILE.c) -o $@ $<
547 515 $(CTFCONVERT_O)
548 516
549 517 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/sockmods/%.c
550 518 $(COMPILE.c) -o $@ $<
551 519 $(CTFCONVERT_O)
552 520
553 521 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/dlpistub/%.c
554 522 $(COMPILE.c) -o $@ $<
555 523 $(CTFCONVERT_O)
556 524
557 525 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/%.c
558 526 $(COMPILE.c) -o $@ $<
559 527 $(CTFCONVERT_O)
560 528
561 529 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/1394/%.c
562 530 $(COMPILE.c) -o $@ $<
563 531 $(CTFCONVERT_O)
564 532
565 533 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/1394/adapters/%.c
566 534 $(COMPILE.c) -o $@ $<
567 535 $(CTFCONVERT_O)
568 536
569 537 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/1394/targets/av1394/%.c
570 538 $(COMPILE.c) -o $@ $<
571 539 $(CTFCONVERT_O)
572 540
573 541 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/1394/targets/dcam1394/%.c
574 542 $(COMPILE.c) -o $@ $<
575 543 $(CTFCONVERT_O)
576 544
577 545 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/1394/targets/scsa1394/%.c
578 546 $(COMPILE.c) -o $@ $<
579 547 $(CTFCONVERT_O)
580 548
581 549 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sbp2/%.c
582 550 $(COMPILE.c) -o $@ $<
583 551 $(CTFCONVERT_O)
584 552
585 553 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/aac/%.c
586 554 $(COMPILE.c) -o $@ $<
587 555 $(CTFCONVERT_O)
588 556
589 557 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/afe/%.c
590 558 $(COMPILE.c) -o $@ $<
591 559 $(CTFCONVERT_O)
592 560
593 561 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/atge/%.c
594 562 $(COMPILE.c) -o $@ $<
595 563 $(CTFCONVERT_O)
596 564
597 565 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/arn/%.c
598 566 $(COMPILE.c) -o $@ $<
599 567 $(CTFCONVERT_O)
600 568
601 569 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ath/%.c
602 570 $(COMPILE.c) -o $@ $<
603 571 $(CTFCONVERT_O)
604 572
605 573 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/atu/%.c
606 574 $(COMPILE.c) -o $@ $<
607 575 $(CTFCONVERT_O)
608 576
609 577 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/impl/%.c
610 578 $(COMPILE.c) -o $@ $<
611 579 $(CTFCONVERT_O)
612 580
613 581 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/ac97/%.c
614 582 $(COMPILE.c) -o $@ $<
615 583 $(CTFCONVERT_O)
616 584
617 585 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audioens/%.c
618 586 $(COMPILE.c) -o $@ $<
619 587 $(CTFCONVERT_O)
620 588
621 589 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audioemu10k/%.c
622 590 $(COMPILE.c) -o $@ $<
623 591 $(CTFCONVERT_O)
624 592
625 593 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audio1575/%.c
626 594 $(COMPILE.c) -o $@ $<
627 595 $(CTFCONVERT_O)
628 596
629 597 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audio810/%.c
630 598 $(COMPILE.c) -o $@ $<
631 599 $(CTFCONVERT_O)
632 600
633 601 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audiocmi/%.c
634 602 $(COMPILE.c) -o $@ $<
635 603 $(CTFCONVERT_O)
636 604
637 605 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audiocmihd/%.c
638 606 $(COMPILE.c) -o $@ $<
639 607 $(CTFCONVERT_O)
640 608
641 609 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audiohd/%.c
642 610 $(COMPILE.c) -o $@ $<
643 611 $(CTFCONVERT_O)
644 612
645 613 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audioixp/%.c
646 614 $(COMPILE.c) -o $@ $<
647 615 $(CTFCONVERT_O)
648 616
649 617 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audiols/%.c
650 618 $(COMPILE.c) -o $@ $<
651 619 $(CTFCONVERT_O)
652 620
653 621 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audiopci/%.c
654 622 $(COMPILE.c) -o $@ $<
655 623 $(CTFCONVERT_O)
656 624
657 625 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audiop16x/%.c
658 626 $(COMPILE.c) -o $@ $<
659 627 $(CTFCONVERT_O)
660 628
661 629 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audiosolo/%.c
662 630 $(COMPILE.c) -o $@ $<
663 631 $(CTFCONVERT_O)
664 632
665 633 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audiots/%.c
666 634 $(COMPILE.c) -o $@ $<
667 635 $(CTFCONVERT_O)
668 636
669 637 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audiovia823x/%.c
670 638 $(COMPILE.c) -o $@ $<
671 639 $(CTFCONVERT_O)
672 640
673 641 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/bfe/%.c
674 642 $(COMPILE.c) -o $@ $<
675 643 $(CTFCONVERT_O)
676 644
677 645 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/bge/%.c
678 646 $(COMPILE.c) -o $@ $<
679 647 $(CTFCONVERT_O)
680 648
681 649 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/blkdev/%.c
682 650 $(COMPILE.c) -o $@ $<
683 651 $(CTFCONVERT_O)
684 652
685 653 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/bnxe/%.c
686 654 $(COMPILE.c) -o $@ $<
687 655 $(CTFCONVERT_O)
688 656
689 657 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/bnxe/577xx/common/%.c
690 658 $(COMPILE.c) -o $@ $<
691 659 $(CTFCONVERT_O)
692 660
693 661 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/bnxe/577xx/drivers/common/ecore/%.c
694 662 $(COMPILE.c) -o $@ $<
695 663 $(CTFCONVERT_O)
696 664
697 665 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/device/%.c
698 666 $(COMPILE.c) -o $@ $<
699 667 $(CTFCONVERT_O)
700 668
701 669 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/fw/%.c
702 670 $(COMPILE.c) -o $@ $<
703 671 $(CTFCONVERT_O)
704 672
705 673 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/l4/%.c
706 674 $(COMPILE.c) -o $@ $<
707 675 $(CTFCONVERT_O)
708 676
709 677 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/l5/%.c
710 678 $(COMPILE.c) -o $@ $<
711 679 $(CTFCONVERT_O)
712 680
713 681 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/device/%.c
714 682 $(COMPILE.c) -o $@ $<
715 683 $(CTFCONVERT_O)
716 684
717 685 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/bpf/%.c
718 686 $(COMPILE.c) -o $@ $<
719 687 $(CTFCONVERT_O)
720 688
721 689 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/cardbus/%.c
722 690 $(COMPILE.c) -o $@ $<
723 691 $(CTFCONVERT_O)
724 692
725 693 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/comstar/stmf/%.c
726 694 $(COMPILE.c) -o $@ $<
727 695 $(CTFCONVERT_O)
728 696
729 697 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/comstar/port/fct/%.c
730 698 $(COMPILE.c) -o $@ $<
731 699 $(CTFCONVERT_O)
732 700
733 701 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/comstar/port/qlt/%.c
734 702 $(COMPILE.c) -o $@ $<
735 703 $(CTFCONVERT_O)
736 704
737 705 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/comstar/port/srpt/%.c
738 706 $(COMPILE.c) -o $@ $<
739 707 $(CTFCONVERT_O)
740 708
741 709 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/comstar/port/fcoet/%.c
742 710 $(COMPILE.c) -o $@ $<
743 711 $(CTFCONVERT_O)
744 712
745 713 $(OBJS_DIR)/%.o: $(COMMONBASE)/iscsit/%.c
746 714 $(COMPILE.c) -o $@ $<
747 715 $(CTFCONVERT_O)
748 716
749 717 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/comstar/port/iscsit/%.c
750 718 $(COMPILE.c) -o $@ $<
751 719 $(CTFCONVERT_O)
752 720
753 721 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/comstar/port/pppt/%.c
754 722 $(COMPILE.c) -o $@ $<
755 723 $(CTFCONVERT_O)
756 724
757 725 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/comstar/lu/stmf_sbd/%.c
758 726 $(COMPILE.c) -o $@ $<
759 727 $(CTFCONVERT_O)
760 728
761 729 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/cpqary3/%.c
762 730 $(COMPILE.c) -o $@ $<
763 731 $(CTFCONVERT_O)
764 732
765 733 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/dld/%.c
766 734 $(COMPILE.c) -o $@ $<
767 735 $(CTFCONVERT_O)
768 736
769 737 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/dls/%.c
770 738 $(COMPILE.c) -o $@ $<
771 739 $(CTFCONVERT_O)
772 740
773 741 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/dmfe/%.c
774 742 $(COMPILE.c) -o $@ $<
775 743 $(CTFCONVERT_O)
776 744
777 745 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/drm/%.c
778 746 $(COMPILE.c) -o $@ $<
779 747 $(CTFCONVERT_O)
780 748
781 749 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/efe/%.c
782 750 $(COMPILE.c) -o $@ $<
783 751 $(CTFCONVERT_O)
784 752
785 753 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/elxl/%.c
786 754 $(COMPILE.c) -o $@ $<
787 755 $(CTFCONVERT_O)
788 756
789 757 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fcoe/%.c
790 758 $(COMPILE.c) -o $@ $<
791 759 $(CTFCONVERT_O)
792 760
793 761 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/hme/%.c
794 762 $(COMPILE.c) -o $@ $<
795 763 $(CTFCONVERT_O)
796 764
797 765 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/pciex/%.c
798 766 $(COMPILE.c) -o $@ $<
799 767 $(CTFCONVERT_O)
800 768
801 769 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/hotplug/hpcsvc/%.c
802 770 $(COMPILE.c) -o $@ $<
803 771 $(CTFCONVERT_O)
804 772
805 773 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/pciex/hotplug/%.c
806 774 $(COMPILE.c) -o $@ $<
807 775 $(CTFCONVERT_O)
808 776
809 777 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/hotplug/pcihp/%.c
810 778 $(COMPILE.c) -o $@ $<
811 779 $(CTFCONVERT_O)
812 780
813 781 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/rds/%.c
814 782 $(COMPILE.c) -o $@ $<
815 783 $(CTFCONVERT_O)
816 784
817 785 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/rdsv3/%.c
818 786 $(COMPILE.c) -o $@ $<
819 787 $(CTFCONVERT_O)
820 788
821 789 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/iser/%.c
822 790 $(COMPILE.c) -o $@ $<
823 791 $(CTFCONVERT_O)
824 792
825 793 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/ibd/%.c
826 794 $(COMPILE.c) -o $@ $<
827 795 $(CTFCONVERT_O)
828 796
829 797 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/eoib/%.c
830 798 $(COMPILE.c) -o $@ $<
831 799 $(CTFCONVERT_O)
832 800
833 801 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/of/sol_ofs/%.c
834 802 $(COMPILE.c) -o $@ $<
835 803 $(CTFCONVERT_O)
836 804
837 805 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/of/sol_ucma/%.c
838 806 $(COMPILE.c) -o $@ $<
839 807 $(CTFCONVERT_O)
840 808
841 809 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/of/sol_umad/%.c
842 810 $(COMPILE.c) -o $@ $<
843 811 $(CTFCONVERT_O)
844 812
845 813 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/of/sol_uverbs/%.c
846 814 $(COMPILE.c) -o $@ $<
847 815 $(CTFCONVERT_O)
848 816
849 817 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/sdp/%.c
850 818 $(COMPILE.c) -o $@ $<
851 819 $(CTFCONVERT_O)
852 820
853 821 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/mgt/ibcm/%.c
854 822 $(COMPILE.c) -o $@ $<
855 823 $(CTFCONVERT_O)
856 824
857 825 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/mgt/ibdm/%.c
858 826 $(COMPILE.c) -o $@ $<
859 827 $(CTFCONVERT_O)
860 828
861 829 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/mgt/ibdma/%.c
862 830 $(COMPILE.c) -o $@ $<
863 831 $(CTFCONVERT_O)
864 832
865 833 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/mgt/ibmf/%.c
866 834 $(COMPILE.c) -o $@ $<
867 835 $(CTFCONVERT_O)
868 836
869 837 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/ibnex/%.c
870 838 $(COMPILE.c) -o $@ $<
871 839 $(CTFCONVERT_O)
872 840
873 841 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/ibtl/%.c
874 842 $(COMPILE.c) -o $@ $<
875 843 $(CTFCONVERT_O)
876 844
877 845 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/adapters/tavor/%.c
878 846 $(COMPILE.c) -o $@ $<
879 847 $(CTFCONVERT_O)
880 848
881 849 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/adapters/hermon/%.c
882 850 $(COMPILE.c) -o $@ $<
883 851 $(CTFCONVERT_O)
884 852
885 853 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/daplt/%.c
886 854 $(COMPILE.c) -o $@ $<
887 855 $(CTFCONVERT_O)
888 856
889 857 $(OBJS_DIR)/%.o: $(COMMONBASE)/iscsi/%.c
890 858 $(COMPILE.c) -o $@ $<
891 859 $(CTFCONVERT_O)
892 860
893 861 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/idm/%.c
894 862 $(COMPILE.c) -o $@ $<
895 863 $(CTFCONVERT_O)
896 864
897 865 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ipw/%.c
898 866 $(COMPILE.c) -o $@ $<
899 867 $(CTFCONVERT_O)
900 868
901 869 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/iwh/%.c
902 870 $(COMPILE.c) -o $@ $<
903 871 $(CTFCONVERT_O)
904 872
905 873 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/iwi/%.c
906 874 $(COMPILE.c) -o $@ $<
907 875 $(CTFCONVERT_O)
908 876
909 877 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/iwk/%.c
910 878 $(COMPILE.c) -o $@ $<
911 879 $(CTFCONVERT_O)
912 880
913 881 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/iwn/%.c
914 882 $(COMPILE.c) -o $@ $<
915 883 $(CTFCONVERT_O)
916 884
917 885 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/iwp/%.c
918 886 $(COMPILE.c) -o $@ $<
919 887 $(CTFCONVERT_O)
920 888
921 889 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/kb8042/%.c
922 890 $(COMPILE.c) -o $@ $<
923 891 $(CTFCONVERT_O)
924 892
925 893 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/kbtrans/%.c
926 894 $(COMPILE.c) -o $@ $<
927 895 $(CTFCONVERT_O)
928 896
929 897 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ksocket/%.c
930 898 $(COMPILE.c) -o $@ $<
931 899 $(CTFCONVERT_O)
932 900
933 901 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/aggr/%.c
934 902 $(COMPILE.c) -o $@ $<
935 903 $(CTFCONVERT_O)
936 904
937 905 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/lp/%.c
938 906 $(COMPILE.c) -o $@ $<
939 907 $(CTFCONVERT_O)
940 908
941 909 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/mac/%.c
942 910 $(COMPILE.c) -o $@ $<
943 911 $(CTFCONVERT_O)
944 912
945 913 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/mac/plugins/%.c
946 914 $(COMPILE.c) -o $@ $<
947 915 $(CTFCONVERT_O)
948 916
949 917 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/mega_sas/%.c
950 918 $(COMPILE.c) -o $@ $<
951 919 $(CTFCONVERT_O)
952 920
953 921 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/mii/%.c
954 922 $(COMPILE.c) -o $@ $<
955 923 $(CTFCONVERT_O)
956 924
957 925 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/mr_sas/%.c
958 926 $(COMPILE.c) -o $@ $<
959 927 $(CTFCONVERT_O)
960 928
961 929 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/mpt_sas/%.c
962 930 $(COMPILE.c) -o $@ $<
963 931 $(CTFCONVERT_O)
964 932
965 933 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/mxfe/%.c
966 934 $(COMPILE.c) -o $@ $<
967 935 $(CTFCONVERT_O)
968 936
969 937 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/mwl/%.c
970 938 $(COMPILE.c) -o $@ $<
971 939 $(CTFCONVERT_O)
972 940
973 941 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/mwl/mwl_fw/%.c
974 942 $(COMPILE.c) -o $@ $<
975 943 $(CTFCONVERT_O)
976 944
977 945 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/net80211/%.c
978 946 $(COMPILE.c) -o $@ $<
979 947 $(CTFCONVERT_O)
980 948
981 949 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nge/%.c
982 950 $(COMPILE.c) -o $@ $<
983 951 $(CTFCONVERT_O)
984 952
985 953 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nvme/%.c
986 954 $(COMPILE.c) -o $@ $<
987 955 $(CTFCONVERT_O)
988 956
989 957 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nxge/%.c
990 958 $(COMPILE.c) -o $@ $<
991 959 $(CTFCONVERT_O)
992 960
993 961 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nxge/npi/%.c
994 962 $(COMPILE.c) -o $@ $<
995 963 $(CTFCONVERT_O)
996 964
997 965 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nxge/%.s
998 966 $(COMPILE.s) -o $@ $<
999 967
1000 968 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/pci-ide/%.c
1001 969 $(COMPILE.c) -o $@ $<
1002 970 $(CTFCONVERT_O)
1003 971
1004 972 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/pcn/%.c
1005 973 $(COMPILE.c) -o $@ $<
1006 974 $(CTFCONVERT_O)
1007 975
1008 976 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ppp/sppp/%.c
1009 977 $(COMPILE.c) -o $@ $<
1010 978 $(CTFCONVERT_O)
1011 979
1012 980 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ppp/spppasyn/%.c
1013 981 $(COMPILE.c) -o $@ $<
1014 982 $(CTFCONVERT_O)
1015 983
1016 984 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ppp/sppptun/%.c
1017 985 $(COMPILE.c) -o $@ $<
1018 986 $(CTFCONVERT_O)
1019 987
1020 988 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/qede/%.c
1021 989 $(COMPILE.c) -o $@ $<
1022 990 $(CTFCONVERT_O)
1023 991
1024 992 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/qede/579xx/drivers/ecore/%.c
1025 993 $(COMPILE.c) -o $@ $<
1026 994 $(CTFCONVERT_O)
1027 995
1028 996 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ral/%.c
1029 997 $(COMPILE.c) -o $@ $<
1030 998 $(CTFCONVERT_O)
1031 999
1032 1000 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/rge/%.c
1033 1001 $(COMPILE.c) -o $@ $<
1034 1002 $(CTFCONVERT_O)
1035 1003
1036 1004 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/rtls/%.c
1037 1005 $(COMPILE.c) -o $@ $<
1038 1006 $(CTFCONVERT_O)
1039 1007
1040 1008 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/rsm/%.c
1041 1009 $(COMPILE.c) -o $@ $<
1042 1010 $(CTFCONVERT_O)
1043 1011
1044 1012 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/rtw/%.c
1045 1013 $(COMPILE.c) -o $@ $<
1046 1014 $(CTFCONVERT_O)
1047 1015
1048 1016 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/rum/%.c
1049 1017 $(COMPILE.c) -o $@ $<
1050 1018 $(CTFCONVERT_O)
1051 1019
1052 1020 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/rwd/%.c
1053 1021 $(COMPILE.c) -o $@ $<
1054 1022 $(CTFCONVERT_O)
1055 1023
1056 1024 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/rwn/%.c
1057 1025 $(COMPILE.c) -o $@ $<
1058 1026 $(CTFCONVERT_O)
1059 1027
1060 1028 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sata/adapters/ahci/%.c
1061 1029 $(COMPILE.c) -o $@ $<
1062 1030 $(CTFCONVERT_O)
1063 1031
1064 1032 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sata/adapters/nv_sata/%.c
1065 1033 $(COMPILE.c) -o $@ $<
1066 1034 $(CTFCONVERT_O)
1067 1035
1068 1036 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sata/adapters/si3124/%.c
1069 1037 $(COMPILE.c) -o $@ $<
1070 1038 $(CTFCONVERT_O)
1071 1039
1072 1040 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sata/impl/%.c
1073 1041 $(COMPILE.c) -o $@ $<
1074 1042 $(CTFCONVERT_O)
1075 1043
1076 1044 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/conf/%.c
1077 1045 $(COMPILE.c) -o $@ $<
1078 1046 $(CTFCONVERT_O)
1079 1047
1080 1048 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/impl/%.c
1081 1049 $(COMPILE.c) -o $@ $<
1082 1050 $(CTFCONVERT_O)
1083 1051
1084 1052 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/targets/%.c
1085 1053 $(COMPILE.c) -o $@ $<
1086 1054 $(CTFCONVERT_O)
1087 1055
1088 1056 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/%.c
1089 1057 $(COMPILE.c) -o $@ $<
1090 1058 $(CTFCONVERT_O)
1091 1059
1092 1060 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/blk2scsa/%.c
1093 1061 $(COMPILE.c) -o $@ $<
1094 1062 $(CTFCONVERT_O)
1095 1063
1096 1064 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/scsi_vhci/%.c
1097 1065 $(COMPILE.c) -o $@ $<
1098 1066 $(CTFCONVERT_O)
1099 1067
1100 1068 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/scsi_vhci/fops/%.c
1101 1069 $(COMPILE.c) -o $@ $<
1102 1070 $(CTFCONVERT_O)
1103 1071
1104 1072 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/ulp/%.c
1105 1073 $(COMPILE.c) -o $@ $<
1106 1074 $(CTFCONVERT_O)
1107 1075
1108 1076 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/impl/%.c
1109 1077 $(COMPILE.c) -o $@ $<
1110 1078 $(CTFCONVERT_O)
1111 1079
1112 1080 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/fca/qlc/%.c
1113 1081 $(COMPILE.c) -o $@ $<
1114 1082 $(CTFCONVERT_O)
1115 1083
1116 1084 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/fca/qlge/%.c
1117 1085 $(COMPILE.c) -o $@ $<
1118 1086 $(CTFCONVERT_O)
1119 1087
1120 1088 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/fca/emlxs/%.c
1121 1089 $(COMPILE.c) -o $@ $<
1122 1090 $(CTFCONVERT_O)
1123 1091
1124 1092 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/fca/oce/%.c
1125 1093 $(COMPILE.c) -o $@ $<
1126 1094 $(CTFCONVERT_O)
1127 1095
1128 1096 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/fca/fcoei/%.c
1129 1097 $(COMPILE.c) -o $@ $<
1130 1098 $(CTFCONVERT_O)
1131 1099
1132 1100 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sdcard/adapters/sdhost/%.c
1133 1101 $(COMPILE.c) -o $@ $<
1134 1102 $(CTFCONVERT_O)
1135 1103
1136 1104 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sdcard/impl/%.c
1137 1105 $(COMPILE.c) -o $@ $<
1138 1106 $(CTFCONVERT_O)
1139 1107
1140 1108 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sdcard/targets/sdcard/%.c
1141 1109 $(COMPILE.c) -o $@ $<
1142 1110 $(CTFCONVERT_O)
1143 1111
1144 1112 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sfe/%.c
1145 1113 $(COMPILE.c) -o $@ $<
1146 1114 $(CTFCONVERT_O)
1147 1115
1148 1116 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/simnet/%.c
1149 1117 $(COMPILE.c) -o $@ $<
1150 1118 $(CTFCONVERT_O)
1151 1119
1152 1120 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/softmac/%.c
1153 1121 $(COMPILE.c) -o $@ $<
1154 1122 $(CTFCONVERT_O)
1155 1123
1156 1124 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/uath/%.c
1157 1125 $(COMPILE.c) -o $@ $<
1158 1126 $(CTFCONVERT_O)
1159 1127
1160 1128 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/uath/uath_fw/%.c
1161 1129 $(COMPILE.c) -o $@ $<
1162 1130 $(CTFCONVERT_O)
1163 1131
1164 1132 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ural/%.c
1165 1133 $(COMPILE.c) -o $@ $<
1166 1134 $(CTFCONVERT_O)
1167 1135
1168 1136 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/urtw/%.c
1169 1137 $(COMPILE.c) -o $@ $<
1170 1138 $(CTFCONVERT_O)
1171 1139
1172 1140 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/audio/usb_ac/%.c
1173 1141 $(COMPILE.c) -o $@ $<
1174 1142 $(CTFCONVERT_O)
1175 1143
1176 1144 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/audio/usb_as/%.c
1177 1145 $(COMPILE.c) -o $@ $<
1178 1146 $(CTFCONVERT_O)
1179 1147
1180 1148 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/audio/usb_ah/%.c
1181 1149 $(COMPILE.c) -o $@ $<
1182 1150 $(CTFCONVERT_O)
1183 1151
1184 1152 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/usbskel/%.c
1185 1153 $(COMPILE.c) -o $@ $<
1186 1154 $(CTFCONVERT_O)
1187 1155
1188 1156 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/video/usbvc/%.c
1189 1157 $(COMPILE.c) -o $@ $<
1190 1158 $(CTFCONVERT_O)
1191 1159
1192 1160 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/hid/%.c
1193 1161 $(COMPILE.c) -o $@ $<
1194 1162 $(CTFCONVERT_O)
1195 1163
1196 1164 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/hidparser/%.c
1197 1165 $(COMPILE.c) -o $@ $<
1198 1166 $(CTFCONVERT_O)
1199 1167
1200 1168 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/printer/%.c
1201 1169 $(COMPILE.c) -o $@ $<
1202 1170 $(CTFCONVERT_O)
1203 1171
1204 1172 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/usbkbm/%.c
1205 1173 $(COMPILE.c) -o $@ $<
1206 1174 $(CTFCONVERT_O)
1207 1175
1208 1176 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/usbms/%.c
1209 1177 $(COMPILE.c) -o $@ $<
1210 1178 $(CTFCONVERT_O)
1211 1179
1212 1180 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/usbinput/usbwcm/%.c
1213 1181 $(COMPILE.c) -o $@ $<
1214 1182 $(CTFCONVERT_O)
1215 1183
1216 1184 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/ugen/%.c
1217 1185 $(COMPILE.c) -o $@ $<
1218 1186 $(CTFCONVERT_O)
1219 1187
1220 1188 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/usbser/%.c
1221 1189 $(COMPILE.c) -o $@ $<
1222 1190 $(CTFCONVERT_O)
1223 1191
1224 1192 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/usbser/usbsacm/%.c
1225 1193 $(COMPILE.c) -o $@ $<
1226 1194 $(CTFCONVERT_O)
1227 1195
1228 1196 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/usbser/usbftdi/%.c
1229 1197 $(COMPILE.c) -o $@ $<
1230 1198 $(CTFCONVERT_O)
1231 1199
1232 1200 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/usbser/usbser_keyspan/%.c
1233 1201 $(COMPILE.c) -o $@ $<
1234 1202 $(CTFCONVERT_O)
1235 1203
1236 1204 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/usbser/usbsprl/%.c
1237 1205 $(COMPILE.c) -o $@ $<
1238 1206 $(CTFCONVERT_O)
1239 1207
1240 1208 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/usbecm/%.c
1241 1209 $(COMPILE.c) -o $@ $<
1242 1210 $(CTFCONVERT_O)
1243 1211
1244 1212 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/hcd/openhci/%.c
1245 1213 $(COMPILE.c) -o $@ $<
1246 1214 $(CTFCONVERT_O)
1247 1215
1248 1216 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/hcd/ehci/%.c
1249 1217 $(COMPILE.c) -o $@ $<
1250 1218 $(CTFCONVERT_O)
1251 1219
1252 1220 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/hcd/xhci/%.c
1253 1221 $(COMPILE.c) -o $@ $<
1254 1222 $(CTFCONVERT_O)
1255 1223
1256 1224 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/hcd/uhci/%.c
1257 1225 $(COMPILE.c) -I../../common -o $@ $<
1258 1226 $(CTFCONVERT_O)
1259 1227
1260 1228 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/hubd/%.c
1261 1229 $(COMPILE.c) -o $@ $<
1262 1230 $(CTFCONVERT_O)
1263 1231
1264 1232 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/scsa2usb/%.c
1265 1233 $(COMPILE.c) -o $@ $<
1266 1234 $(CTFCONVERT_O)
1267 1235
1268 1236 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/usb_mid/%.c
1269 1237 $(COMPILE.c) -o $@ $<
1270 1238 $(CTFCONVERT_O)
1271 1239
1272 1240 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/usb_ia/%.c
1273 1241 $(COMPILE.c) -o $@ $<
1274 1242 $(CTFCONVERT_O)
1275 1243
1276 1244 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/usba/%.c
1277 1245 $(COMPILE.c) -o $@ $<
1278 1246 $(CTFCONVERT_O)
1279 1247
1280 1248 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/usba10/%.c
1281 1249 $(COMPILE.c) -o $@ $<
1282 1250 $(CTFCONVERT_O)
1283 1251
1284 1252 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usbgem/%.c
1285 1253 $(COMPILE.c) -o $@ $<
1286 1254 $(CTFCONVERT_O)
1287 1255
1288 1256 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/axf/%.c
1289 1257 $(COMPILE.c) -o $@ $<
1290 1258 $(CTFCONVERT_O)
1291 1259
1292 1260 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/udf/%.c
1293 1261 $(COMPILE.c) -o $@ $<
1294 1262 $(CTFCONVERT_O)
1295 1263
1296 1264 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/udmf/%.c
1297 1265 $(COMPILE.c) -o $@ $<
1298 1266 $(CTFCONVERT_O)
1299 1267
1300 1268 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/upf/%.c
1301 1269 $(COMPILE.c) -o $@ $<
1302 1270 $(CTFCONVERT_O)
1303 1271
1304 1272 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/urf/%.c
1305 1273 $(COMPILE.c) -o $@ $<
1306 1274 $(CTFCONVERT_O)
1307 1275
1308 1276 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vuidmice/%.c
1309 1277 $(COMPILE.c) -o $@ $<
1310 1278 $(CTFCONVERT_O)
1311 1279
1312 1280 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vnic/%.c
1313 1281 $(COMPILE.c) -o $@ $<
1314 1282 $(CTFCONVERT_O)
1315 1283
1316 1284 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/wpi/%.c
1317 1285 $(COMPILE.c) -o $@ $<
1318 1286 $(CTFCONVERT_O)
1319 1287
1320 1288 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/zyd/%.c
1321 1289 $(COMPILE.c) -o $@ $<
1322 1290 $(CTFCONVERT_O)
1323 1291
1324 1292 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/chxge/com/%.c
1325 1293 $(COMPILE.c) -o $@ $<
1326 1294 $(CTFCONVERT_O)
1327 1295
1328 1296 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/chxge/%.c
1329 1297 $(COMPILE.c) -o $@ $<
1330 1298 $(CTFCONVERT_O)
1331 1299
1332 1300 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/cxgbe/common/%.c
1333 1301 $(COMPILE.c) -o $@ $<
1334 1302 $(CTFCONVERT_O)
1335 1303
1336 1304 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/cxgbe/shared/%.c
1337 1305 $(COMPILE.c) -o $@ $<
1338 1306 $(CTFCONVERT_O)
1339 1307
1340 1308 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/cxgbe/firmware/%.c
1341 1309 $(COMPILE.c) -o $@ $<
1342 1310 $(CTFCONVERT_O)
1343 1311
1344 1312 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/cxgbe/t4nex/%.c
1345 1313 $(COMPILE.c) -o $@ $<
1346 1314 $(CTFCONVERT_O)
1347 1315
1348 1316 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/cxgbe/cxgbe/%.c
1349 1317 $(COMPILE.c) -o $@ $<
1350 1318 $(CTFCONVERT_O)
1351 1319
1352 1320 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ixgb/%.c
1353 1321 $(COMPILE.c) -o $@ $<
1354 1322 $(CTFCONVERT_O)
1355 1323
1356 1324 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/xge/drv/%.c
1357 1325 $(COMPILE.c) -o $@ $<
1358 1326 $(CTFCONVERT_O)
1359 1327
1360 1328 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/xge/hal/xgehal/%.c
1361 1329 $(COMPILE.c) -o $@ $<
1362 1330 $(CTFCONVERT_O)
1363 1331
1364 1332 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/e1000api/%.c
1365 1333 $(COMPILE.c) -o $@ $<
1366 1334 $(CTFCONVERT_O)
1367 1335
1368 1336 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/e1000g/%.c
1369 1337 $(COMPILE.c) -o $@ $<
1370 1338 $(CTFCONVERT_O)
1371 1339
1372 1340 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/igb/%.c
1373 1341 $(COMPILE.c) -o $@ $<
1374 1342 $(CTFCONVERT_O)
1375 1343
1376 1344 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/iprb/%.c
1377 1345 $(COMPILE.c) -o $@ $<
1378 1346 $(CTFCONVERT_O)
1379 1347
1380 1348 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ixgbe/%.c
1381 1349 $(COMPILE.c) -o $@ $<
1382 1350 $(CTFCONVERT_O)
1383 1351
1384 1352 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ixgbe/core/%.c
1385 1353 $(COMPILE.c) -o $@ $<
1386 1354 $(CTFCONVERT_O)
1387 1355
1388 1356 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/i40e/%.c
1389 1357 $(COMPILE.c) -o $@ $<
1390 1358 $(CTFCONVERT_O)
1391 1359
1392 1360 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/i40e/core/%.c
1393 1361 $(COMPILE.c) -o $@ $<
1394 1362 $(CTFCONVERT_O)
1395 1363
1396 1364 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ntxn/%.c
1397 1365 $(COMPILE.c) -o $@ $<
1398 1366 $(CTFCONVERT_O)
1399 1367
1400 1368 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/myri10ge/drv/%.c
1401 1369 $(COMPILE.c) -o $@ $<
1402 1370 $(CTFCONVERT_O)
1403 1371
1404 1372 $(OBJS_DIR)/%.o: $(UTSBASE)/common/ipp/%.c
1405 1373 $(COMPILE.c) -o $@ $<
1406 1374 $(CTFCONVERT_O)
1407 1375
1408 1376 $(OBJS_DIR)/%.o: $(UTSBASE)/common/ipp/ipgpc/%.c
1409 1377 $(COMPILE.c) -o $@ $<
1410 1378 $(CTFCONVERT_O)
1411 1379
1412 1380 $(OBJS_DIR)/%.o: $(UTSBASE)/common/ipp/dlcosmk/%.c
1413 1381 $(COMPILE.c) -o $@ $<
1414 1382 $(CTFCONVERT_O)
1415 1383
1416 1384 $(OBJS_DIR)/%.o: $(UTSBASE)/common/ipp/flowacct/%.c
1417 1385 $(COMPILE.c) -o $@ $<
1418 1386 $(CTFCONVERT_O)
1419 1387
1420 1388 $(OBJS_DIR)/%.o: $(UTSBASE)/common/ipp/dscpmk/%.c
1421 1389 $(COMPILE.c) -o $@ $<
1422 1390 $(CTFCONVERT_O)
1423 1391
1424 1392 $(OBJS_DIR)/%.o: $(UTSBASE)/common/ipp/meters/%.c
1425 1393 $(COMPILE.c) -o $@ $<
1426 1394 $(CTFCONVERT_O)
1427 1395
1428 1396 $(OBJS_DIR)/%.o: $(UTSBASE)/common/kiconv/kiconv_emea/%.c
1429 1397 $(COMPILE.c) -o $@ $<
1430 1398 $(CTFCONVERT_O)
1431 1399
1432 1400 $(OBJS_DIR)/%.o: $(UTSBASE)/common/kiconv/kiconv_ja/%.c
1433 1401 $(COMPILE.c) -o $@ $<
1434 1402 $(CTFCONVERT_O)
1435 1403
1436 1404 $(OBJS_DIR)/%.o: $(UTSBASE)/common/kiconv/kiconv_ko/%.c
1437 1405 $(COMPILE.c) -o $@ $<
1438 1406 $(CTFCONVERT_O)
1439 1407
1440 1408 $(OBJS_DIR)/%.o: $(UTSBASE)/common/kiconv/kiconv_sc/%.c
1441 1409 $(COMPILE.c) -o $@ $<
1442 1410 $(CTFCONVERT_O)
1443 1411
1444 1412 $(OBJS_DIR)/%.o: $(UTSBASE)/common/kiconv/kiconv_tc/%.c
1445 1413 $(COMPILE.c) -o $@ $<
1446 1414 $(CTFCONVERT_O)
1447 1415
1448 1416 $(OBJS_DIR)/%.o: $(UTSBASE)/common/klm/%.c
1449 1417 $(COMPILE.c) -o $@ $<
1450 1418 $(CTFCONVERT_O)
1451 1419
1452 1420 $(OBJS_DIR)/%.o: $(UTSBASE)/common/kmdb/%.c
1453 1421 $(COMPILE.c) -o $@ $<
1454 1422 $(CTFCONVERT_O)
1455 1423
1456 1424 $(OBJS_DIR)/%.o: $(UTSBASE)/common/ktli/%.c
1457 1425 $(COMPILE.c) -o $@ $<
1458 1426 $(CTFCONVERT_O)
1459 1427
1460 1428 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/iscsi/%.c
1461 1429 $(COMPILE.c) -o $@ $<
1462 1430 $(CTFCONVERT_O)
1463 1431
1464 1432 $(OBJS_DIR)/%.o: $(COMMONBASE)/iscsi/%.c
1465 1433 $(COMPILE.c) -o $@ $<
1466 1434 $(CTFCONVERT_O)
1467 1435
1468 1436 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/kifconf/%.c
1469 1437 $(COMPILE.c) -o $@ $<
1470 1438 $(CTFCONVERT_O)
1471 1439
1472 1440 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vr/%.c
1473 1441 $(COMPILE.c) -o $@ $<
1474 1442 $(CTFCONVERT_O)
1475 1443
1476 1444 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/yge/%.c
1477 1445 $(COMPILE.c) -o $@ $<
1478 1446 $(CTFCONVERT_O)
1479 1447
1480 1448 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sfxge/%.c
1481 1449 $(COMPILE.c) -o $@ $<
1482 1450 $(CTFCONVERT_O)
1483 1451
1484 1452 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sfxge/common/%.c
1485 1453 $(COMPILE.c) -o $@ $<
1486 1454 $(CTFCONVERT_O)
1487 1455
1488 1456 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/skd/%.c
1489 1457 $(COMPILE.c) -o $@ $<
1490 1458 $(CTFCONVERT_O)
1491 1459
1492 1460 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/virtio/%.c
1493 1461 $(COMPILE.c) -o $@ $<
1494 1462 $(CTFCONVERT_O)
1495 1463
1496 1464 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vioblk/%.c
1497 1465 $(COMPILE.c) -o $@ $<
1498 1466 $(CTFCONVERT_O)
1499 1467
1500 1468 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vioif/%.c
1501 1469 $(COMPILE.c) -o $@ $<
1502 1470 $(CTFCONVERT_O)
1503 1471 #
1504 1472 # krtld must refer to its own bzero/bcopy until the kernel is fully linked
1505 1473 #
1506 1474 $(OBJS_DIR)/bootrd.o := CPPFLAGS += -DKOBJ_OVERRIDES
1507 1475 $(OBJS_DIR)/doreloc.o := CPPFLAGS += -DKOBJ_OVERRIDES
1508 1476 $(OBJS_DIR)/kobj.o := CPPFLAGS += -DKOBJ_OVERRIDES
1509 1477 $(OBJS_DIR)/kobj_boot.o := CPPFLAGS += -DKOBJ_OVERRIDES
1510 1478 $(OBJS_DIR)/kobj_bootflags.o := CPPFLAGS += -DKOBJ_OVERRIDES
1511 1479 $(OBJS_DIR)/kobj_convrelstr.o := CPPFLAGS += -DKOBJ_OVERRIDES
1512 1480 $(OBJS_DIR)/kobj_isa.o := CPPFLAGS += -DKOBJ_OVERRIDES
1513 1481 $(OBJS_DIR)/kobj_kdi.o := CPPFLAGS += -DKOBJ_OVERRIDES
1514 1482 $(OBJS_DIR)/kobj_lm.o := CPPFLAGS += -DKOBJ_OVERRIDES
1515 1483 $(OBJS_DIR)/kobj_reloc.o := CPPFLAGS += -DKOBJ_OVERRIDES
1516 1484 $(OBJS_DIR)/kobj_stubs.o := CPPFLAGS += -DKOBJ_OVERRIDES
1517 1485 $(OBJS_DIR)/kobj_subr.o := CPPFLAGS += -DKOBJ_OVERRIDES
1518 1486
1519 1487 $(OBJS_DIR)/%.o: $(UTSBASE)/common/krtld/%.c
1520 1488 $(COMPILE.c) -o $@ $<
1521 1489 $(CTFCONVERT_O)
1522 1490
1523 1491 $(OBJS_DIR)/%.o: $(COMMONBASE)/list/%.c
1524 1492 $(COMPILE.c) -o $@ $<
1525 1493 $(CTFCONVERT_O)
1526 1494
1527 1495 $(OBJS_DIR)/%.o: $(COMMONBASE)/lzma/%.c
1528 1496 $(COMPILE.c) -o $@ $<
1529 1497 $(CTFCONVERT_O)
1530 1498
1531 1499 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/md4/%.c
1532 1500 $(COMPILE.c) -o $@ $<
1533 1501 $(CTFCONVERT_O)
1534 1502
1535 1503 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/md5/%.c
1536 1504 $(COMPILE.c) -o $@ $<
1537 1505 $(CTFCONVERT_O)
1538 1506
1539 1507 $(OBJS_DIR)/%.o: $(COMMONBASE)/net/dhcp/%.c
1540 1508 $(COMPILE.c) -o $@ $<
1541 1509 $(CTFCONVERT_O)
1542 1510
1543 1511 $(OBJS_DIR)/%.o: $(COMMONBASE)/nvpair/%.c
1544 1512 $(COMPILE.c) -o $@ $<
1545 1513 $(CTFCONVERT_O)
1546 1514
1547 1515 $(OBJS_DIR)/%.o: $(UTSBASE)/common/os/%.c
1548 1516 $(COMPILE.c) -o $@ $<
1549 1517 $(CTFCONVERT_O)
1550 1518
1551 1519 $(OBJS_DIR)/%.o: $(UTSBASE)/common/pcmcia/cis/%.c
1552 1520 $(COMPILE.c) -o $@ $<
1553 1521 $(CTFCONVERT_O)
1554 1522
1555 1523 $(OBJS_DIR)/%.o: $(UTSBASE)/common/pcmcia/cs/%.c
1556 1524 $(COMPILE.c) -o $@ $<
1557 1525 $(CTFCONVERT_O)
1558 1526
1559 1527 $(OBJS_DIR)/%.o: $(UTSBASE)/common/pcmcia/nexus/%.c
1560 1528 $(COMPILE.c) -o $@ $<
1561 1529 $(CTFCONVERT_O)
1562 1530
1563 1531 $(OBJS_DIR)/%.o: $(UTSBASE)/common/pcmcia/pcs/%.c
1564 1532 $(COMPILE.c) -o $@ $<
1565 1533 $(CTFCONVERT_O)
1566 1534
1567 1535 $(OBJS_DIR)/%.o: $(UTSBASE)/common/rpc/%.c
1568 1536 $(COMPILE.c) -o $@ $<
1569 1537 $(CTFCONVERT_O)
1570 1538
1571 1539 $(OBJS_DIR)/%.o: $(UTSBASE)/common/rpc/sec/%.c
1572 1540 $(COMPILE.c) -o $@ $<
1573 1541 $(CTFCONVERT_O)
1574 1542
1575 1543 $(OBJS_DIR)/%.o: $(UTSBASE)/common/rpc/sec_gss/%.c
1576 1544 $(COMPILE.c) -o $@ $<
1577 1545 $(CTFCONVERT_O)
1578 1546
1579 1547 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/edonr/%.c
1580 1548 $(COMPILE.c) -o $@ $<
1581 1549 $(CTFCONVERT_O)
1582 1550
1583 1551 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/sha1/%.c
1584 1552 $(COMPILE.c) -o $@ $<
1585 1553 $(CTFCONVERT_O)
1586 1554
1587 1555 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/sha2/%.c
1588 1556 $(COMPILE.c) -o $@ $<
1589 1557 $(CTFCONVERT_O)
1590 1558
1591 1559 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/skein/%.c
1592 1560 $(COMPILE.c) -o $@ $<
1593 1561 $(CTFCONVERT_O)
1594 1562
1595 1563 $(OBJS_DIR)/%.o: $(UTSBASE)/common/syscall/%.c
1596 1564 $(COMPILE.c) -o $@ $<
1597 1565 $(CTFCONVERT_O)
1598 1566
1599 1567 $(OBJS_DIR)/%.o: $(UTSBASE)/common/tnf/%.c
1600 1568 $(COMPILE.c) -o $@ $<
1601 1569 $(CTFCONVERT_O)
1602 1570
1603 1571 $(OBJS_DIR)/%.o: $(COMMONBASE)/tsol/%.c
1604 1572 $(COMPILE.c) -o $@ $<
1605 1573 $(CTFCONVERT_O)
1606 1574
1607 1575 $(OBJS_DIR)/%.o: $(COMMONBASE)/util/%.c
1608 1576 $(COMPILE.c) -o $@ $<
1609 1577 $(CTFCONVERT_O)
1610 1578
1611 1579 $(OBJS_DIR)/%.o: $(COMMONBASE)/unicode/%.c
1612 1580 $(COMPILE.c) -o $@ $<
1613 1581 $(CTFCONVERT_O)
1614 1582
1615 1583 $(OBJS_DIR)/%.o: $(UTSBASE)/common/vm/%.c
1616 1584 $(COMPILE.c) -o $@ $<
1617 1585 $(CTFCONVERT_O)
1618 1586
1619 1587 $(OBJS_DIR)/%.o: $(UTSBASE)/common/zmod/%.c
1620 1588 $(COMPILE.c) -o $@ $<
1621 1589 $(CTFCONVERT_O)
1622 1590
1623 1591 $(OBJS_DIR)/zlib_obj.o: $(ZLIB_OBJS:%=$(OBJS_DIR)/%)
1624 1592 $(LD) -r -Breduce -M$(UTSBASE)/common/zmod/mapfile -o $@ \
1625 1593 $(ZLIB_OBJS:%=$(OBJS_DIR)/%)
1626 1594 $(CTFMERGE) -t -f -L VERSION -o $@ $(ZLIB_OBJS:%=$(OBJS_DIR)/%)
1627 1595
1628 1596 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/hxge/%.c
1629 1597 $(COMPILE.c) -o $@ $<
1630 1598 $(CTFCONVERT_O)
1631 1599
1632 1600 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/tpm/%.c
1633 1601 $(COMPILE.c) -o $@ $<
1634 1602 $(CTFCONVERT_O)
1635 1603
1636 1604 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/tpm/%.s
1637 1605 $(COMPILE.s) -o $@ $<
1638 1606
1639 1607 $(OBJS_DIR)/bz2%.o: $(COMMONBASE)/bzip2/%.c
1640 1608 $(COMPILE.c) -o $@ -I$(COMMONBASE)/bzip2 $<
1641 1609 $(CTFCONVERT_O)
1642 1610
1643 1611 BZ2LINT = -erroff=%all -I$(UTSBASE)/common/bzip2
1644 1612
1645 1613 $(LINTS_DIR)/bz2%.ln: $(COMMONBASE)/bzip2/%.c
1646 1614 @($(LHEAD) $(LINT.c) -C $(LINTS_DIR)/`basename $@ .ln` $(BZ2LINT) $< $(LTAIL))
1647 1615
1648 1616 #
1649 1617 # Section 1b: Lint `objects'
1650 1618 #
1651 1619 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/aes/%.c
1652 1620 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1653 1621
1654 1622 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/arcfour/%.c
1655 1623 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1656 1624
1657 1625 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/blowfish/%.c
1658 1626 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1659 1627
1660 1628 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/ecc/%.c
1661 1629 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1662 1630
1663 1631 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/modes/%.c
1664 1632 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1665 1633
1666 1634 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/padding/%.c
1667 1635 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1668 1636
1669 1637 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/rng/%.c
1670 1638 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1671 1639
1672 1640 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/rsa/%.c
1673 1641 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1674 1642
1675 1643 $(LINTS_DIR)/%.ln: $(COMMONBASE)/bignum/%.c
1676 1644 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1677 1645
1678 1646 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/bignum/%.c
1679 1647 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1680 1648
1681 1649 $(LINTS_DIR)/%.ln: $(COMMONBASE)/mpi/%.c
1682 1650 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1683 1651
1684 1652 $(LINTS_DIR)/%.ln: $(COMMONBASE)/acl/%.c
1685 1653 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1686 1654
1687 1655 $(LINTS_DIR)/%.ln: $(COMMONBASE)/avl/%.c
1688 1656 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1689 1657
1690 1658 $(LINTS_DIR)/%.ln: $(COMMONBASE)/ucode/%.c
1691 1659 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1692 1660
1693 1661 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/brand/sn1/%.c
1694 1662 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1695 1663
1696 1664 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/brand/solaris10/%.c
1697 1665 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1698 1666
1699 1667 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/c2/%.c
1700 1668 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1701 1669
1702 1670 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/conf/%.c
1703 1671 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1704 1672
1705 1673 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/contract/%.c
1706 1674 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1707 1675
1708 1676 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/cpr/%.c
1709 1677 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1710 1678
1711 1679 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/ctf/%.c
1712 1680 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1713 1681
1714 1682 $(LINTS_DIR)/%.ln: $(COMMONBASE)/ctf/%.c
1715 1683 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1716 1684
1717 1685 $(LINTS_DIR)/%.ln: $(COMMONBASE)/pci/%.c
1718 1686 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1719 1687
1720 1688 $(LINTS_DIR)/%.ln: $(COMMONBASE)/devid/%.c
1721 1689 @($(LHEAD) $(LINT.c) $< $(LTAIL))
↓ open down ↓ |
1223 lines elided |
↑ open up ↑ |
1722 1690
1723 1691 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/des/%.c
1724 1692 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1725 1693
1726 1694 $(LINTS_DIR)/%.ln: $(COMMONBASE)/secflags/%.c
1727 1695 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1728 1696
1729 1697 $(LINTS_DIR)/%.ln: $(COMMONBASE)/smbios/%.c
1730 1698 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1731 1699
1732 -$(LINTS_DIR)/%.ln: $(UTSBASE)/common/avs/ncall/%.c
1733 - @($(LHEAD) $(LINT.c) $< $(LTAIL))
1734 -
1735 -$(LINTS_DIR)/%.ln: $(UTSBASE)/common/avs/ns/dsw/%.c
1736 - @($(LHEAD) $(LINT.c) $< $(LTAIL))
1737 -
1738 -$(LINTS_DIR)/%.ln: $(UTSBASE)/common/avs/ns/nsctl/%.c
1739 - @($(LHEAD) $(LINT.c) $< $(LTAIL))
1740 -
1741 -$(LINTS_DIR)/%.ln: $(UTSBASE)/common/avs/ns/rdc/%.c
1742 - @($(LHEAD) $(LINT.c) $< $(LTAIL))
1743 -
1744 -$(LINTS_DIR)/%.ln: $(UTSBASE)/common/avs/ns/sdbc/%.c
1745 - @($(LHEAD) $(LINT.c) $< $(LTAIL))
1746 -
1747 -$(LINTS_DIR)/%.ln: $(UTSBASE)/common/avs/ns/solaris/%.c
1748 - @($(LHEAD) $(LINT.c) $< $(LTAIL))
1749 -
1750 -$(LINTS_DIR)/%.ln: $(UTSBASE)/common/avs/ns/sv/%.c
1751 - @($(LHEAD) $(LINT.c) $< $(LTAIL))
1752 -
1753 -$(LINTS_DIR)/%.ln: $(UTSBASE)/common/avs/ns/unistat/%.c
1754 - @($(LHEAD) $(LINT.c) $< $(LTAIL))
1755 -
1756 1700 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/des/%.c
1757 1701 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1758 1702
1759 1703 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/crypto/api/%.c
1760 1704 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1761 1705
1762 1706 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/crypto/core/%.c
1763 1707 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1764 1708
1765 1709 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/crypto/io/%.c
1766 1710 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1767 1711
1768 1712 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/crypto/spi/%.c
1769 1713 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1770 1714
1771 1715 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/disp/%.c
1772 1716 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1773 1717
1774 1718 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/dtrace/%.c
1775 1719 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1776 1720
1777 1721 $(LINTS_DIR)/%.ln: $(COMMONBASE)/exacct/%.c
1778 1722 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1779 1723
1780 1724 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/exec/aout/%.c
1781 1725 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1782 1726
1783 1727 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/exec/elf/%.c
1784 1728 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1785 1729
1786 1730 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/exec/intp/%.c
1787 1731 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1788 1732
1789 1733 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/exec/shbin/%.c
1790 1734 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1791 1735
1792 1736 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/exec/java/%.c
1793 1737 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1794 1738
1795 1739 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/%.c
1796 1740 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1797 1741
1798 1742 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/autofs/%.c
1799 1743 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1800 1744
1801 1745 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/bootfs/%.c
1802 1746 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1803 1747
1804 1748 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/ctfs/%.c
1805 1749 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1806 1750
1807 1751 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/doorfs/%.c
1808 1752 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1809 1753
1810 1754 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/dcfs/%.c
1811 1755 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1812 1756
1813 1757 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/devfs/%.c
1814 1758 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1815 1759
1816 1760 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/dev/%.c
1817 1761 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1818 1762
1819 1763 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/fd/%.c
1820 1764 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1821 1765
1822 1766 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/fifofs/%.c
1823 1767 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1824 1768
1825 1769 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/hsfs/%.c
1826 1770 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1827 1771
1828 1772 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/lofs/%.c
1829 1773 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1830 1774
1831 1775 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/mntfs/%.c
1832 1776 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1833 1777
1834 1778 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/namefs/%.c
1835 1779 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1836 1780
1837 1781 $(LINTS_DIR)/%.ln: $(COMMONBASE)/smbsrv/%.c
1838 1782 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1839 1783
1840 1784 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/smbsrv/%.c
1841 1785 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1842 1786
1843 1787 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/nfs/%.c
1844 1788 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1845 1789
1846 1790 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/objfs/%.c
1847 1791 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1848 1792
1849 1793 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/pcfs/%.c
1850 1794 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1851 1795
1852 1796 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/portfs/%.c
1853 1797 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1854 1798
1855 1799 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/proc/%.c
1856 1800 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1857 1801
1858 1802 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/sharefs/%.c
1859 1803 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1860 1804
1861 1805 $(LINTS_DIR)/%.ln: $(COMMONBASE)/smbclnt/%.c
1862 1806 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1863 1807
1864 1808 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/smbclnt/netsmb/%.c
1865 1809 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1866 1810
1867 1811 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/smbclnt/smbfs/%.c
1868 1812 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1869 1813
1870 1814 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/sockfs/%.c
1871 1815 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1872 1816
1873 1817 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/specfs/%.c
1874 1818 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1875 1819
1876 1820 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/swapfs/%.c
1877 1821 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1878 1822
1879 1823 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/tmpfs/%.c
1880 1824 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1881 1825
1882 1826 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/udfs/%.c
1883 1827 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1884 1828
1885 1829 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/ufs/%.c
1886 1830 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1887 1831
1888 1832 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/ufs_log/%.c
1889 1833 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1890 1834
1891 1835 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/vscan/%.c
1892 1836 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1893 1837
1894 1838 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/zfs/%.c
1895 1839 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1896 1840
1897 1841 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/zfs/lua/%.c
1898 1842 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1899 1843
1900 1844 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/zut/%.c
1901 1845 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1902 1846
1903 1847 $(LINTS_DIR)/%.ln: $(COMMONBASE)/xattr/%.c
1904 1848 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1905 1849
1906 1850 $(LINTS_DIR)/%.ln: $(COMMONBASE)/zfs/%.c
1907 1851 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1908 1852
1909 1853 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/gssapi/%.c
1910 1854 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1911 1855
1912 1856 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/gssapi/mechs/dummy/%.c
1913 1857 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1914 1858
1915 1859 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/%.c
1916 1860 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1917 1861
1918 1862 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/crypto/%.c
1919 1863 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1920 1864
1921 1865 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/crypto/des/%.c
1922 1866 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1923 1867
1924 1868 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/crypto/dk/%.c
1925 1869 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1926 1870
1927 1871 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/crypto/os/%.c
1928 1872 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1929 1873
1930 1874 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/crypto/arcfour/%.c
1931 1875 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1932 1876
1933 1877 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/crypto/enc_provider/%.c
1934 1878 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1935 1879
1936 1880 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/crypto/hash_provider/%.c
1937 1881 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1938 1882
1939 1883 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/crypto/keyhash_provider/%.c
1940 1884 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1941 1885
1942 1886 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/crypto/raw/%.c
1943 1887 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1944 1888
1945 1889 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/crypto/old/%.c
1946 1890 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1947 1891
1948 1892 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/krb5/krb/%.c
1949 1893 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1950 1894
1951 1895 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/krb5/os/%.c
1952 1896 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1953 1897
1954 1898 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/mech/%.c
1955 1899 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1956 1900
1957 1901 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/idmap/%.c
1958 1902 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1959 1903
1960 1904 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/%.c
1961 1905 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1962 1906
1963 1907 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/sockmods/%.c
1964 1908 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1965 1909
1966 1910 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/arp/%.c
1967 1911 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1968 1912
1969 1913 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/ip/%.c
1970 1914 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1971 1915
1972 1916 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/ipnet/%.c
1973 1917 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1974 1918
1975 1919 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/iptun/%.c
1976 1920 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1977 1921
1978 1922 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/ipd/%.c
1979 1923 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1980 1924
1981 1925 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/ipf/%.c
1982 1926 @($(LHEAD) $(LINT.c) $(IPFFLAGS) $< $(LTAIL))
1983 1927
1984 1928 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/kssl/%.c
1985 1929 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1986 1930
1987 1931 $(LINTS_DIR)/%.ln: $(COMMONBASE)/net/patricia/%.c
1988 1932 @($(LHEAD) $(LINT.c) $(IPFFLAGS) $< $(LTAIL))
1989 1933
1990 1934 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/udp/%.c
1991 1935 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1992 1936
1993 1937 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/sctp/%.c
1994 1938 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1995 1939
1996 1940 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/tcp/%.c
1997 1941 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1998 1942
1999 1943 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/ilb/%.c
2000 1944 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2001 1945
2002 1946 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/nca/%.c
2003 1947 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2004 1948
2005 1949 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/dlpistub/%.c
2006 1950 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2007 1951
2008 1952 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/%.c
2009 1953 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2010 1954
2011 1955 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/font/%.c
2012 1956 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2013 1957
2014 1958 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/1394/%.c
2015 1959 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2016 1960
2017 1961 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/1394/adapters/%.c
2018 1962 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2019 1963
2020 1964 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/1394/targets/av1394/%.c
2021 1965 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2022 1966
2023 1967 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/1394/targets/dcam1394/%.c
2024 1968 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2025 1969
2026 1970 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/1394/targets/scsa1394/%.c
2027 1971 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2028 1972
2029 1973 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sbp2/%.c
2030 1974 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2031 1975
2032 1976 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/aac/%.c
2033 1977 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2034 1978
2035 1979 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/afe/%.c
2036 1980 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2037 1981
2038 1982 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/atge/%.c
2039 1983 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2040 1984
2041 1985 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/arn/%.c
2042 1986 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2043 1987
2044 1988 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ath/%.c
2045 1989 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2046 1990
2047 1991 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/atu/%.c
2048 1992 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2049 1993
2050 1994 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/impl/%.c
2051 1995 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2052 1996
2053 1997 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/ac97/%.c
2054 1998 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2055 1999
2056 2000 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audio1575/%.c
2057 2001 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2058 2002
2059 2003 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audio810/%.c
2060 2004 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2061 2005
2062 2006 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audiocmi/%.c
2063 2007 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2064 2008
2065 2009 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audiocmihd/%.c
2066 2010 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2067 2011
2068 2012 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audioens/%.c
2069 2013 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2070 2014
2071 2015 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audioemu10k/%.c
2072 2016 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2073 2017
2074 2018 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audiohd/%.c
2075 2019 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2076 2020
2077 2021 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audioixp/%.c
2078 2022 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2079 2023
2080 2024 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audiols/%.c
2081 2025 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2082 2026
2083 2027 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audiopci/%.c
2084 2028 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2085 2029
2086 2030 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audiop16x/%.c
2087 2031 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2088 2032
2089 2033 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audiosolo/%.c
2090 2034 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2091 2035
2092 2036 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audiots/%.c
2093 2037 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2094 2038
2095 2039 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audiovia823x/%.c
2096 2040 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2097 2041
2098 2042 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/bfe/%.c
2099 2043 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2100 2044
2101 2045 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/bpf/%.c
2102 2046 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2103 2047
2104 2048 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/bge/%.c
2105 2049 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2106 2050
2107 2051 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/blkdev/%.c
2108 2052 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2109 2053
2110 2054 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/bnxe/%.c
2111 2055 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2112 2056
2113 2057 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/bnxe/577xx/common/%.c
2114 2058 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2115 2059
2116 2060 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/bnxe/577xx/drivers/common/ecore/%.c
2117 2061 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2118 2062
2119 2063 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/device/%.c
2120 2064 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2121 2065
2122 2066 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/fw/%.c
2123 2067 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2124 2068
2125 2069 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/l4/%.c
2126 2070 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2127 2071
2128 2072 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/l5/%.c
2129 2073 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2130 2074
2131 2075 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/device/%.c
2132 2076 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2133 2077
2134 2078 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/cardbus/%.c
2135 2079 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2136 2080
2137 2081 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/comstar/lu/stmf_sbd/%.c
2138 2082 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2139 2083
2140 2084 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/comstar/port/fct/%.c
2141 2085 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2142 2086
2143 2087 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/comstar/port/qlt/%.c
2144 2088 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2145 2089
2146 2090 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/comstar/port/srpt/%.c
2147 2091 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2148 2092
2149 2093 $(LINTS_DIR)/%.ln: $(COMMONBASE)/iscsit/%.c
2150 2094 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2151 2095
2152 2096 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/comstar/port/fcoet/%.c
2153 2097 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2154 2098
2155 2099 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/comstar/port/iscsit/%.c
2156 2100 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2157 2101
2158 2102 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/comstar/port/pppt/%.c
2159 2103 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2160 2104
2161 2105 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/comstar/stmf/%.c
2162 2106 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2163 2107
2164 2108 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/cpqary3/%.c
2165 2109 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2166 2110
2167 2111 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/dld/%.c
2168 2112 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2169 2113
2170 2114 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/dls/%.c
2171 2115 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2172 2116
2173 2117 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/dmfe/%.c
2174 2118 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2175 2119
2176 2120 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/drm/%.c
2177 2121 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2178 2122
2179 2123 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/efe/%.c
2180 2124 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2181 2125
2182 2126 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/elxl/%.c
2183 2127 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2184 2128
2185 2129 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fcoe/%.c
2186 2130 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2187 2131
2188 2132 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/hme/%.c
2189 2133 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2190 2134
2191 2135 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/pciex/%.c
2192 2136 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2193 2137
2194 2138 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/hotplug/hpcsvc/%.c
2195 2139 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2196 2140
2197 2141 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/pciex/hotplug/%.c
2198 2142 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2199 2143
2200 2144 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/hotplug/pcihp/%.c
2201 2145 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2202 2146
2203 2147 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/rds/%.c
2204 2148 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2205 2149
2206 2150 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/rdsv3/%.c
2207 2151 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2208 2152
2209 2153 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/iser/%.c
2210 2154 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2211 2155
2212 2156 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/ibd/%.c
2213 2157 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2214 2158
2215 2159 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/eoib/%.c
2216 2160 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2217 2161
2218 2162 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/of/sol_ofs/%.c
2219 2163 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2220 2164
2221 2165 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/of/sol_ucma/%.c
2222 2166 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2223 2167
2224 2168 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/of/sol_umad/%.c
2225 2169 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2226 2170
2227 2171 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/of/sol_uverbs/%.c
2228 2172 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2229 2173
2230 2174 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/sdp/%.c
2231 2175 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2232 2176
2233 2177 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/mgt/ibcm/%.c
2234 2178 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2235 2179
2236 2180 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/mgt/ibdm/%.c
2237 2181 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2238 2182
2239 2183 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/mgt/ibdma/%.c
2240 2184 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2241 2185
2242 2186 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/mgt/ibmf/%.c
2243 2187 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2244 2188
2245 2189 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/ibnex/%.c
2246 2190 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2247 2191
2248 2192 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/ibtl/%.c
2249 2193 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2250 2194
2251 2195 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/adapters/tavor/%.c
2252 2196 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2253 2197
2254 2198 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/adapters/hermon/%.c
2255 2199 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2256 2200
2257 2201 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/daplt/%.c
2258 2202 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2259 2203
2260 2204 $(LINTS_DIR)/%.ln: $(COMMONBASE)/iscsi/%.c
2261 2205 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2262 2206
2263 2207 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/idm/%.c
2264 2208 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2265 2209
2266 2210 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ipw/%.c
2267 2211 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2268 2212
2269 2213 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/iwh/%.c
2270 2214 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2271 2215
2272 2216 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/iwi/%.c
2273 2217 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2274 2218
2275 2219 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/iwk/%.c
2276 2220 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2277 2221
2278 2222 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/iwp/%.c
2279 2223 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2280 2224
2281 2225 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/kb8042/%.c
2282 2226 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2283 2227
2284 2228 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/kbtrans/%.c
2285 2229 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2286 2230
2287 2231 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ksocket/%.c
2288 2232 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2289 2233
2290 2234 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/aggr/%.c
2291 2235 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2292 2236
2293 2237 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/lp/%.c
2294 2238 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2295 2239
2296 2240 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/mac/%.c
2297 2241 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2298 2242
2299 2243 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/mac/plugins/%.c
2300 2244 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2301 2245
2302 2246 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/mega_sas/%.c
2303 2247 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2304 2248
2305 2249 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/mii/%.c
2306 2250 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2307 2251
2308 2252 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/mr_sas/%.c
2309 2253 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2310 2254
2311 2255 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/mpt_sas/%.c
2312 2256 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2313 2257
2314 2258 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/mxfe/%.c
2315 2259 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2316 2260
2317 2261 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/mwl/%.c
2318 2262 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2319 2263
2320 2264 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/mwl/mwl_fw/%.c
2321 2265 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2322 2266
2323 2267 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/net80211/%.c
2324 2268 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2325 2269
2326 2270 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nge/%.c
2327 2271 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2328 2272
2329 2273 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nvme/%.c
2330 2274 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2331 2275
2332 2276 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nxge/%.c
2333 2277 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2334 2278
2335 2279 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nxge/%.s
2336 2280 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2337 2281
2338 2282 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nxge/npi/%.c
2339 2283 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2340 2284
2341 2285 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/pci-ide/%.c
2342 2286 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2343 2287
2344 2288 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/pcn/%.c
2345 2289 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2346 2290
2347 2291 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ppp/sppp/%.c
2348 2292 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2349 2293
2350 2294 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ppp/spppasyn/%.c
2351 2295 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2352 2296
2353 2297 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ppp/sppptun/%.c
2354 2298 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2355 2299
2356 2300 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/qede/%.c
2357 2301 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2358 2302
2359 2303 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ral/%.c
2360 2304 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2361 2305
2362 2306 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/rge/%.c
2363 2307 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2364 2308
2365 2309 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/rtls/%.c
2366 2310 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2367 2311
2368 2312 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/rsm/%.c
2369 2313 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2370 2314
2371 2315 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/rtw/%.c
2372 2316 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2373 2317
2374 2318 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/rum/%.c
2375 2319 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2376 2320
2377 2321 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/rwd/%.c
2378 2322 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2379 2323
2380 2324 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/rwn/%.c
2381 2325 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2382 2326
2383 2327 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sata/adapters/ahci/%.c
2384 2328 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2385 2329
2386 2330 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sata/adapters/nv_sata/%.c
2387 2331 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2388 2332
2389 2333 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sata/adapters/si3124/%.c
2390 2334 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2391 2335
2392 2336 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sata/impl/%.c
2393 2337 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2394 2338
2395 2339 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/%.c
2396 2340 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2397 2341
2398 2342 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/blk2scsa/%.c
2399 2343 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2400 2344
2401 2345 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/pmcs/%.c
2402 2346 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2403 2347
2404 2348 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/scsi_vhci/%.c
2405 2349 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2406 2350
2407 2351 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/scsi_vhci/fops/%.c
2408 2352 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2409 2353
2410 2354 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/ulp/%.c
2411 2355 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2412 2356
2413 2357 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/impl/%.c
2414 2358 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2415 2359
2416 2360 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/fca/qlc/%.c
2417 2361 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2418 2362
2419 2363 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/fca/qlge/%.c
2420 2364 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2421 2365
2422 2366 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/fca/emlxs/%.c
2423 2367 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2424 2368
2425 2369 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/fca/oce/%.c
2426 2370 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2427 2371
2428 2372 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/fca/fcoei/%.c
2429 2373 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2430 2374
2431 2375 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/conf/%.c
2432 2376 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2433 2377
2434 2378 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/impl/%.c
2435 2379 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2436 2380
2437 2381 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/targets/%.c
2438 2382 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2439 2383
2440 2384 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sdcard/adapters/sdhost/%.c
2441 2385 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2442 2386
2443 2387 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sdcard/impl/%.c
2444 2388 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2445 2389
2446 2390 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sdcard/targets/sdcard/%.c
2447 2391 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2448 2392
2449 2393 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sfe/%.c
2450 2394 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2451 2395
2452 2396 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/simnet/%.c
2453 2397 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2454 2398
2455 2399 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/softmac/%.c
2456 2400 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2457 2401
2458 2402 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/uath/%.c
2459 2403 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2460 2404
2461 2405 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/uath/uath_fw/%.c
2462 2406 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2463 2407
2464 2408 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ural/%.c
2465 2409 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2466 2410
2467 2411 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/urtw/%.c
2468 2412 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2469 2413
2470 2414 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/audio/usb_ac/%.c
2471 2415 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2472 2416
2473 2417 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/audio/usb_as/%.c
2474 2418 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2475 2419
2476 2420 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/audio/usb_ah/%.c
2477 2421 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2478 2422
2479 2423 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/usbskel/%.c
2480 2424 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2481 2425
2482 2426 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/video/usbvc/%.c
2483 2427 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2484 2428
2485 2429 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/hid/%.c
2486 2430 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2487 2431
2488 2432 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/hidparser/%.c
2489 2433 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2490 2434
2491 2435 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/usbkbm/%.c
2492 2436 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2493 2437
2494 2438 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/usbms/%.c
2495 2439 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2496 2440
2497 2441 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/usbinput/usbwcm/%.c
2498 2442 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2499 2443
2500 2444 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/ugen/%.c
2501 2445 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2502 2446
2503 2447 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/printer/%.c
2504 2448 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2505 2449
2506 2450 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/usbser/%.c
2507 2451 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2508 2452
2509 2453 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/usbser/usbsacm/%.c
2510 2454 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2511 2455
2512 2456 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/usbser/usbftdi/%.c
2513 2457 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2514 2458
2515 2459 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/usbser/usbser_keyspan/%.c
2516 2460 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2517 2461
2518 2462 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/usbser/usbsprl/%.c
2519 2463 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2520 2464
2521 2465 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/usbecm/%.c
2522 2466 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2523 2467
2524 2468 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/hcd/openhci/%.c
2525 2469 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2526 2470
2527 2471 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/hcd/ehci/%.c
2528 2472 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2529 2473
2530 2474 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/hcd/xhci/%.c
2531 2475 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2532 2476
2533 2477 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/hcd/uhci/%.c
2534 2478 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2535 2479
2536 2480 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/hubd/%.c
2537 2481 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2538 2482
2539 2483 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/scsa2usb/%.c
2540 2484 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2541 2485
2542 2486 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/usb_mid/%.c
2543 2487 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2544 2488
2545 2489 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/usb_ia/%.c
2546 2490 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2547 2491
2548 2492 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/usba/%.c
2549 2493 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2550 2494
2551 2495 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/usba10/%.c
2552 2496 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2553 2497
2554 2498 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usbgem/%.c
2555 2499 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2556 2500
2557 2501 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/axf/%.c
2558 2502 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2559 2503
2560 2504 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/udmf/%.c
2561 2505 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2562 2506
2563 2507 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/upf/%.c
2564 2508 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2565 2509
2566 2510 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/urf/%.c
2567 2511 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2568 2512
2569 2513 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/vuidmice/%.c
2570 2514 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2571 2515
2572 2516 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/vnic/%.c
2573 2517 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2574 2518
2575 2519 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/wpi/%.c
2576 2520 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2577 2521
2578 2522 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/zyd/%.c
2579 2523 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2580 2524
2581 2525 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/chxge/com/%.c
2582 2526 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2583 2527
2584 2528 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/chxge/%.c
2585 2529 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2586 2530
2587 2531 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/cxgbe/common/%.c
2588 2532 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2589 2533
2590 2534 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/cxgbe/shared/%.c
2591 2535 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2592 2536
2593 2537 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/cxgbe/firmware/%.c
2594 2538 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2595 2539
2596 2540 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/cxgbe/t4nex/%.c
2597 2541 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2598 2542
2599 2543 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/cxgbe/cxgbe/%.c
2600 2544 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2601 2545
2602 2546 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ixgb/%.c
2603 2547 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2604 2548
2605 2549 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/xge/drv/%.c
2606 2550 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2607 2551
2608 2552 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/xge/hal/xgehal/%.c
2609 2553 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2610 2554
2611 2555 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/e1000g/%.c
2612 2556 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2613 2557
2614 2558 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/e1000api/%.c
2615 2559 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2616 2560
2617 2561 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/igb/%.c
2618 2562 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2619 2563
2620 2564 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/iprb/%.c
2621 2565 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2622 2566
2623 2567 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ixgbe/%.c
2624 2568 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2625 2569
2626 2570 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ixgbe/core/%.c
2627 2571 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2628 2572
2629 2573 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/i40e/%.c
2630 2574 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2631 2575
2632 2576 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ntxn/%.c
2633 2577 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2634 2578
2635 2579 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/myri10ge/drv/%.c
2636 2580 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2637 2581
2638 2582 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/ipp/%.c
2639 2583 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2640 2584
2641 2585 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/ipp/ipgpc/%.c
2642 2586 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2643 2587
2644 2588 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/ipp/dlcosmk/%.c
2645 2589 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2646 2590
2647 2591 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/ipp/flowacct/%.c
2648 2592 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2649 2593
2650 2594 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/ipp/dscpmk/%.c
2651 2595 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2652 2596
2653 2597 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/ipp/meters/%.c
2654 2598 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2655 2599
2656 2600 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/kiconv/kiconv_emea/%.c
2657 2601 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2658 2602
2659 2603 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/kiconv/kiconv_ja/%.c
2660 2604 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2661 2605
2662 2606 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/kiconv/kiconv_ko/%.c
2663 2607 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2664 2608
2665 2609 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/kiconv/kiconv_sc/%.c
2666 2610 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2667 2611
2668 2612 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/kiconv/kiconv_tc/%.c
2669 2613 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2670 2614
2671 2615 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/klm/%.c
2672 2616 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2673 2617
2674 2618 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/kmdb/%.c
2675 2619 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2676 2620
2677 2621 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/krtld/%.c
2678 2622 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2679 2623
2680 2624 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/ktli/%.c
2681 2625 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2682 2626
2683 2627 $(LINTS_DIR)/%.ln: $(COMMONBASE)/list/%.c
2684 2628 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2685 2629
2686 2630 $(LINTS_DIR)/%.ln: $(COMMONBASE)/lzma/%.c
2687 2631 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2688 2632
2689 2633 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/md4/%.c
2690 2634 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2691 2635
2692 2636 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/md5/%.c
2693 2637 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2694 2638
2695 2639 $(LINTS_DIR)/%.ln: $(COMMONBASE)/net/dhcp/%.c
2696 2640 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2697 2641
2698 2642 $(LINTS_DIR)/%.ln: $(COMMONBASE)/nvpair/%.c
2699 2643 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2700 2644
2701 2645 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/os/%.c
2702 2646 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2703 2647
2704 2648 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/rpc/%.c
2705 2649 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2706 2650
2707 2651 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/pcmcia/cs/%.c
2708 2652 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2709 2653
2710 2654 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/pcmcia/cis/%.c
2711 2655 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2712 2656
2713 2657 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/pcmcia/nexus/%.c
2714 2658 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2715 2659
2716 2660 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/pcmcia/pcs/%.c
2717 2661 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2718 2662
2719 2663 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/rpc/%.c
2720 2664 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2721 2665
2722 2666 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/rpc/sec/%.c
2723 2667 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2724 2668
2725 2669 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/rpc/sec_gss/%.c
2726 2670 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2727 2671
2728 2672 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/edonr/%.c
2729 2673 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2730 2674
2731 2675 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/sha1/%.c
2732 2676 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2733 2677
2734 2678 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/sha2/%.c
2735 2679 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2736 2680
2737 2681 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/skein/%.c
2738 2682 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2739 2683
2740 2684 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/syscall/%.c
2741 2685 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2742 2686
2743 2687 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/tnf/%.c
2744 2688 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2745 2689
2746 2690 $(LINTS_DIR)/%.ln: $(COMMONBASE)/tsol/%.c
2747 2691 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2748 2692
2749 2693 $(LINTS_DIR)/%.ln: $(COMMONBASE)/util/%.c
2750 2694 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2751 2695
2752 2696 $(LINTS_DIR)/%.ln: $(COMMONBASE)/unicode/%.c
2753 2697 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2754 2698
2755 2699 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/vm/%.c
2756 2700 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2757 2701
2758 2702 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/iscsi/%.c
2759 2703 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2760 2704
2761 2705 $(LINTS_DIR)/%.ln: $(COMMONBASE)/iscsi/%.c
2762 2706 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2763 2707
2764 2708 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/kifconf/%.c
2765 2709 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2766 2710
2767 2711 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/virtio/%.c
2768 2712 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2769 2713
2770 2714 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/vioblk/%.c
2771 2715 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2772 2716
2773 2717 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/vioif/%.c
2774 2718 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2775 2719
2776 2720 ZMODLINTFLAGS = -erroff=E_CONSTANT_CONDITION
2777 2721
2778 2722 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/zmod/%.c
2779 2723 @($(LHEAD) $(LINT.c) $(ZMODLINTFLAGS) $< $(LTAIL))
2780 2724
2781 2725 $(LINTS_DIR)/zlib_obj.ln: $(ZLIB_OBJS:%.o=$(LINTS_DIR)/%.ln) \
2782 2726 $(UTSBASE)/common/zmod/zlib_lint.c
2783 2727 @($(LHEAD) $(LINT.c) -C $(LINTS_DIR)/zlib_obj \
2784 2728 $(UTSBASE)/common/zmod/zlib_lint.c $(LTAIL))
2785 2729
2786 2730 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/hxge/%.c
2787 2731 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2788 2732
2789 2733 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/tpm/%.c
2790 2734 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2791 2735
2792 2736 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/tpm/%.s
2793 2737 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2794 2738
2795 2739 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/vr/%.c
2796 2740 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2797 2741
2798 2742 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/yge/%.c
2799 2743 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2800 2744
2801 2745 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sfxge/%.c
2802 2746 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2803 2747
2804 2748 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sfxge/common/%.c
2805 2749 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2806 2750
2807 2751 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/skd/%.c
2808 2752 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2809 2753
2810 2754 $(LINTS_DIR)/%.ln: $(COMMONBASE)/fsreparse/%.c
2811 2755 @($(LHEAD) $(LINT.c) $< $(LTAIL))
↓ open down ↓ |
1046 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX