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