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