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