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