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