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