Print this page
| Split |
Close |
| Expand all |
| Collapse all |
--- old/usr/src/uts/common/sys/Makefile
+++ new/usr/src/uts/common/sys/Makefile
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) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
24 24 # Copyright 2019 Joyent, Inc.
25 25 # Copyright 2022 Garrett D'Amore
26 26 # Copyright 2013 Saso Kiselkov. All rights reserved.
27 27 # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
28 28 # Copyright 2017 Nexenta Systems, Inc.
29 29 # Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
30 30 # Copyright 2019 Peter Tribble.
31 31 # Copyright 2015, Joyent, Inc. All rights reserved.
32 32 # Copyright 2023 Oxide Computer Company
33 33 #
34 34
35 35 include $(SRC)/uts/Makefile.uts
36 36
37 37 FILEMODE=644
38 38
39 39 #
40 40 # Note that the following headers are present in the kernel but
41 41 # neither installed or shipped as part of the product:
42 42 # cpuid_drv.h: Private interface for cpuid consumers
43 43 # unix_bb_info.h: Private interface to kcov
44 44 # nvme.h Private interface to nvme
45 45 #
46 46
47 47 i386_HDRS= \
48 48 asy.h \
49 49 fd_debug.h \
50 50 fdc.h \
51 51 fdmedia.h \
52 52 firmload.h \
53 53 gfx_private.h \
54 54 mouse.h \
55 55 nvme.h \
56 56 ucode.h
57 57
58 58 sparc_HDRS= \
59 59 mouse.h \
60 60 scsi/targets/ssddef.h \
61 61 $(MDESCHDRS)
62 62
63 63 # Generated headers
64 64 GENHDRS= \
65 65 priv_const.h \
66 66 priv_names.h \
67 67 usb/usbdevs.h
68 68
69 69 CHKHDRS= \
70 70 acpi_drv.h \
71 71 acct.h \
72 72 acctctl.h \
73 73 acl.h \
74 74 acl_impl.h \
75 75 aggr.h \
76 76 aggr_impl.h \
77 77 aio.h \
78 78 aio_impl.h \
79 79 aio_req.h \
80 80 aiocb.h \
81 81 ascii.h \
82 82 asynch.h \
83 83 atomic.h \
84 84 attr.h \
85 85 audio.h \
86 86 audioio.h \
87 87 autoconf.h \
88 88 auxv.h \
89 89 auxv_386.h \
90 90 auxv_SPARC.h \
91 91 avl.h \
92 92 avl_impl.h \
93 93 bitext.h \
94 94 bitmap.h \
95 95 bitset.h \
96 96 bl.h \
97 97 blkdev.h \
98 98 bofi.h \
99 99 bofi_impl.h \
100 100 bpp_io.h \
101 101 bootbanner.h \
102 102 bootstat.h \
103 103 brand.h \
104 104 buf.h \
105 105 bufmod.h \
106 106 bustypes.h \
107 107 byteorder.h \
108 108 callb.h \
109 109 callo.h \
110 110 cap_util.h \
111 111 cpucaps.h \
112 112 cpucaps_impl.h \
113 113 ccompile.h \
114 114 cdio.h \
115 115 cladm.h \
116 116 class.h \
117 117 clconf.h \
118 118 clock_impl.h \
119 119 cmlb.h \
120 120 cmn_err.h \
121 121 compress.h \
122 122 condvar.h \
123 123 condvar_impl.h \
124 124 conf.h \
125 125 consdev.h \
126 126 console.h \
127 127 consplat.h \
128 128 vt.h \
129 129 vtdaemon.h \
130 130 kd.h \
131 131 containerof.h \
132 132 contract.h \
133 133 contract_impl.h \
134 134 copyops.h \
135 135 core.h \
136 136 corectl.h \
137 137 cpc_impl.h \
138 138 cpc_pcbe.h \
139 139 cpr.h \
140 140 cpu_uarray.h \
141 141 cpupart.h \
142 142 cpuvar.h \
143 143 crc32.h \
144 144 cred.h \
145 145 cred_impl.h \
146 146 crtctl.h \
147 147 cryptmod.h \
148 148 csiioctl.h \
149 149 ctf.h \
150 150 ctfs.h \
151 151 ctfs_impl.h \
152 152 ctf_api.h \
153 153 ctype.h \
154 154 cyclic.h \
155 155 cyclic_impl.h \
156 156 dacf.h \
157 157 dacf_impl.h \
158 158 damap.h \
159 159 damap_impl.h \
160 160 dc_ki.h \
161 161 ddi.h \
162 162 ddifm.h \
163 163 ddifm_impl.h \
164 164 ddi_hp.h \
165 165 ddi_hp_impl.h \
166 166 ddi_intr.h \
167 167 ddi_intr_impl.h \
168 168 ddi_impldefs.h \
169 169 ddi_implfuncs.h \
170 170 ddi_obsolete.h \
171 171 ddi_periodic.h \
172 172 ddi_ufm.h \
173 173 ddi_ufm_impl.h \
174 174 ddidevmap.h \
175 175 ddidmareq.h \
176 176 ddimapreq.h \
177 177 ddipropdefs.h \
178 178 dditypes.h \
179 179 debug.h \
180 180 des.h \
181 181 devctl.h \
182 182 devcache.h \
183 183 devcache_impl.h \
184 184 devfm.h \
185 185 devid_cache.h \
186 186 devinfo_impl.h \
187 187 devops.h \
188 188 devpolicy.h \
189 189 devpoll.h \
190 190 dirent.h \
191 191 disp.h \
192 192 dkbad.h \
193 193 dkio.h \
194 194 dkioc_free_util.h \
195 195 dklabel.h \
196 196 dl.h \
197 197 dlpi.h \
198 198 dld.h \
199 199 dld_impl.h \
200 200 dld_ioc.h \
201 201 dls.h \
202 202 dls_mgmt.h \
203 203 dls_impl.h \
204 204 dma_i8237A.h \
205 205 dnlc.h \
206 206 door.h \
207 207 door_data.h \
208 208 door_impl.h \
209 209 dtrace.h \
210 210 dtrace_impl.h \
211 211 dumpadm.h \
212 212 dumphdr.h \
213 213 ecppsys.h \
214 214 ecppio.h \
215 215 ecppreg.h \
216 216 ecppvar.h \
217 217 edonr.h \
218 218 efi_partition.h \
219 219 elf.h \
220 220 elf_386.h \
221 221 elf_SPARC.h \
222 222 elf_notes.h \
223 223 elf_amd64.h \
224 224 elftypes.h \
225 225 emul64.h \
226 226 emul64cmd.h \
227 227 emul64var.h \
228 228 epm.h \
229 229 epoll.h \
230 230 errno.h \
231 231 errorq.h \
232 232 errorq_impl.h \
233 233 esunddi.h \
234 234 ethernet.h \
235 235 euc.h \
236 236 eucioctl.h \
237 237 eventfd.h \
238 238 exacct.h \
239 239 exacct_catalog.h \
240 240 exacct_impl.h \
241 241 exec.h \
242 242 exechdr.h \
243 243 extdirent.h \
244 244 fault.h \
245 245 fasttrap.h \
246 246 fasttrap_impl.h \
247 247 fbio.h \
248 248 fbuf.h \
249 249 fcntl.h \
250 250 fct.h \
251 251 fct_defines.h \
|
↓ open down ↓ |
251 lines elided |
↑ open up ↑ |
252 252 fctio.h \
253 253 fdbuffer.h \
254 254 fdio.h \
255 255 feature_tests.h \
256 256 fem.h \
257 257 file.h \
258 258 filio.h \
259 259 flock.h \
260 260 flock_impl.h \
261 261 fork.h \
262 + frameio.h \
262 263 fss.h \
263 264 fsspriocntl.h \
264 265 fsid.h \
265 266 fssnap.h \
266 267 fssnap_if.h \
267 268 fstyp.h \
268 269 ftrace.h \
269 270 fx.h \
270 271 fxpriocntl.h \
271 272 gfs.h \
272 273 gld.h \
273 274 gldpriv.h \
274 275 group.h \
275 276 hdio.h \
276 277 hook.h \
|
↓ open down ↓ |
5 lines elided |
↑ open up ↑ |
277 278 hook_event.h \
278 279 hook_impl.h \
279 280 hwconf.h \
280 281 ia.h \
281 282 iapriocntl.h \
282 283 ibpart.h \
283 284 id32.h \
284 285 idmap.h \
285 286 ieeefp.h \
286 287 id_space.h \
288 + inotify.h \
287 289 instance.h \
288 290 int_const.h \
289 291 int_fmtio.h \
290 292 int_limits.h \
291 293 int_types.h \
292 294 inttypes.h \
293 295 ioccom.h \
294 296 ioctl.h \
295 297 ipc.h \
296 298 ipc_impl.h \
297 299 ipc_rctl.h \
298 300 ipd.h \
299 301 ipmi.h \
300 302 isa_defs.h \
301 303 iscsi_authclient.h \
302 304 iscsi_authclientglue.h \
303 305 iscsi_protocol.h \
304 306 jioctl.h \
305 307 kbd.h \
306 308 kbdreg.h \
307 309 kbio.h \
308 310 kcpc.h \
309 311 kdi.h \
310 312 kdi_impl.h \
311 313 kiconv.h \
312 314 kiconv_big5_utf8.h \
313 315 kiconv_cck_common.h \
314 316 kiconv_cp950hkscs_utf8.h \
315 317 kiconv_emea1.h \
316 318 kiconv_emea2.h \
317 319 kiconv_euckr_utf8.h \
318 320 kiconv_euctw_utf8.h \
319 321 kiconv_gb18030_utf8.h \
320 322 kiconv_gb2312_utf8.h \
321 323 kiconv_hkscs_utf8.h \
322 324 kiconv_ja.h \
323 325 kiconv_ja_jis_to_unicode.h \
324 326 kiconv_ja_unicode_to_jis.h \
325 327 kiconv_ko.h \
326 328 kiconv_latin1.h \
327 329 kiconv_sc.h \
328 330 kiconv_tc.h \
329 331 kiconv_uhc_utf8.h \
330 332 kiconv_utf8_big5.h \
331 333 kiconv_utf8_cp950hkscs.h \
332 334 kiconv_utf8_euckr.h \
333 335 kiconv_utf8_euctw.h \
334 336 kiconv_utf8_gb18030.h \
335 337 kiconv_utf8_gb2312.h \
336 338 kiconv_utf8_hkscs.h \
337 339 kiconv_utf8_uhc.h \
338 340 kidmap.h \
339 341 klpd.h \
340 342 klwp.h \
341 343 kmdb.h \
342 344 kmem.h \
343 345 kmem_impl.h \
344 346 kobj.h \
345 347 kobj_impl.h \
346 348 ksocket.h \
347 349 kstat.h \
348 350 kstr.h \
349 351 ksyms.h \
350 352 ksynch.h \
351 353 ldterm.h \
352 354 lgrp.h \
353 355 lgrp_user.h \
354 356 libc_kernel.h \
355 357 limits.h \
356 358 link.h \
357 359 linker_set.h \
358 360 list.h \
359 361 list_impl.h \
360 362 llc1.h \
361 363 loadavg.h \
362 364 lock.h \
363 365 lockfs.h \
364 366 lockstat.h \
365 367 lofi.h \
366 368 lofi_impl.h \
367 369 log.h \
368 370 logindmux.h \
369 371 logindmux_impl.h \
370 372 lwp.h \
371 373 lwp_timer_impl.h \
372 374 lwp_upimutex_impl.h \
373 375 lpif.h \
374 376 mac.h \
375 377 mac_client.h \
376 378 mac_client_impl.h \
377 379 mac_ether.h \
378 380 mac_flow.h \
379 381 mac_flow_impl.h \
380 382 mac_impl.h \
381 383 mac_provider.h \
382 384 mac_soft_ring.h \
383 385 mac_stat.h \
384 386 machelf.h \
385 387 map.h \
386 388 md4.h \
387 389 md5.h \
388 390 md5_consts.h \
389 391 mdi_impldefs.h \
390 392 mem.h \
391 393 mem_config.h \
392 394 memlist.h \
393 395 mkdev.h \
394 396 mhd.h \
395 397 mii.h \
396 398 miiregs.h \
397 399 mixer.h \
398 400 mman.h \
399 401 mmapobj.h \
400 402 mntent.h \
401 403 mntio.h \
402 404 mnttab.h \
403 405 modctl.h \
404 406 mode.h \
405 407 model.h \
406 408 modhash.h \
407 409 modhash_impl.h \
408 410 mount.h \
409 411 mouse.h \
410 412 msacct.h \
411 413 msg.h \
412 414 msg_impl.h \
413 415 msio.h \
414 416 msreg.h \
415 417 mtio.h \
416 418 mutex.h \
417 419 nbmlock.h \
418 420 ndifm.h \
419 421 ndi_impldefs.h \
420 422 net80211.h \
421 423 net80211_amrr.h \
422 424 net80211_crypto.h \
423 425 net80211_ht.h \
424 426 net80211_proto.h \
425 427 netconfig.h \
426 428 neti.h \
427 429 netstack.h \
428 430 nexusdefs.h \
429 431 note.h \
430 432 null.h \
431 433 nvme.h \
432 434 nvpair.h \
433 435 nvpair_impl.h \
434 436 objfs.h \
435 437 objfs_impl.h \
436 438 ontrap.h \
437 439 open.h \
438 440 openpromio.h \
439 441 overlay.h \
440 442 overlay_common.h \
441 443 overlay_target.h \
442 444 panic.h \
443 445 param.h \
444 446 pathconf.h \
445 447 pathname.h \
446 448 pattr.h \
447 449 queue.h \
448 450 serializer.h \
449 451 pbio.h \
450 452 pccard.h \
451 453 pci.h \
452 454 pcie.h \
453 455 pci_impl.h \
454 456 pci_tools.h \
455 457 pcmcia.h \
456 458 pctypes.h \
457 459 pfmod.h \
458 460 pg.h \
459 461 pghw.h \
460 462 physmem.h \
461 463 pkp_hash.h \
462 464 pm.h \
463 465 policy.h \
464 466 poll.h \
465 467 poll_impl.h \
466 468 pool.h \
467 469 pool_impl.h \
468 470 pool_pset.h \
469 471 port.h \
470 472 port_impl.h \
471 473 port_kernel.h \
472 474 portif.h \
473 475 ppmio.h \
474 476 pppt_ic_if.h \
475 477 pppt_ioctl.h \
476 478 priocntl.h \
477 479 priv.h \
478 480 priv_impl.h \
479 481 prnio.h \
480 482 proc.h \
481 483 processor.h \
482 484 procfs.h \
483 485 procset.h \
484 486 project.h \
485 487 protosw.h \
486 488 prsystm.h \
487 489 pset.h \
488 490 pshot.h \
|
↓ open down ↓ |
192 lines elided |
↑ open up ↑ |
489 491 ptem.h \
490 492 ptms.h \
491 493 ptyvar.h \
492 494 raidioctl.h \
493 495 ramdisk.h \
494 496 random.h \
495 497 rctl.h \
496 498 rctl_impl.h \
497 499 rds.h \
498 500 reboot.h \
501 + refhash.h \
499 502 refstr.h \
500 503 refstr_impl.h \
501 504 resource.h \
502 505 rlioctl.h \
503 506 rt.h \
504 507 rtpriocntl.h \
505 508 rwlock.h \
506 509 rwlock_impl.h \
507 510 rwstlock.h \
508 511 sad.h \
509 512 schedctl.h \
510 513 sdt.h \
511 514 secflags.h \
512 515 select.h \
513 516 sem.h \
514 517 sem_impl.h \
515 518 sema_impl.h \
516 519 semaphore.h \
517 520 sendfile.h \
518 521 sensors.h \
519 522 ser_sync.h \
520 523 session.h \
521 524 sha1.h \
522 525 sha1_consts.h \
523 526 sha2.h \
524 527 sha2_consts.h \
525 528 share.h \
526 529 shm.h \
527 530 shm_impl.h \
528 531 sid.h \
529 532 siginfo.h \
530 533 signal.h \
531 534 signalfd.h \
532 535 skein.h \
533 536 sleepq.h \
534 537 smbios.h \
535 538 smbios_impl.h \
536 539 sobject.h \
537 540 socket.h \
538 541 socket_impl.h \
539 542 socket_proto.h \
540 543 socketvar.h \
541 544 sockfilter.h \
542 545 sockio.h \
543 546 soundcard.h \
544 547 squeue.h \
545 548 squeue_impl.h \
546 549 srn.h \
547 550 sservice.h \
548 551 stat.h \
549 552 statfs.h \
550 553 statvfs.h \
551 554 stdalign.h \
552 555 stdbool.h \
553 556 stddef.h \
554 557 stdint.h \
555 558 stermio.h \
556 559 stmf.h \
557 560 stmf_defines.h \
558 561 stmf_ioctl.h \
559 562 stmf_sbd_ioctl.h \
560 563 stream.h \
561 564 strft.h \
562 565 strlog.h \
563 566 strmdep.h \
564 567 stropts.h \
565 568 strredir.h \
566 569 strstat.h \
567 570 strsubr.h \
568 571 strsun.h \
569 572 strtty.h \
570 573 sunddi.h \
571 574 sunldi.h \
572 575 sunldi_impl.h \
573 576 sunmdi.h \
574 577 sunndi.h \
575 578 sunos_dhcp_class.h \
576 579 sunpm.h \
577 580 suntpi.h \
578 581 suntty.h \
579 582 swap.h \
580 583 synch.h \
581 584 sysdc.h \
582 585 sysdc_impl.h \
583 586 syscall.h \
584 587 sysconf.h \
585 588 sysconfig.h \
586 589 sysevent.h \
587 590 sysevent_impl.h \
588 591 sysinfo.h \
589 592 syslog.h \
590 593 sysmacros.h \
591 594 sysmsg_impl.h \
592 595 systeminfo.h \
593 596 systm.h \
594 597 task.h \
595 598 taskq.h \
596 599 taskq_impl.h \
597 600 t_kuser.h \
598 601 t_lock.h \
599 602 telioctl.h \
600 603 termio.h \
601 604 termios.h \
602 605 termiox.h \
603 606 thread.h \
604 607 ticlts.h \
605 608 ticots.h \
606 609 ticotsord.h \
607 610 tihdr.h \
608 611 time.h \
609 612 time_impl.h \
610 613 time_std_impl.h \
611 614 timeb.h \
612 615 timer.h \
613 616 timerfd.h \
614 617 times.h \
615 618 timex.h \
616 619 timod.h \
617 620 tirdwr.h \
618 621 tiuser.h \
619 622 tl.h \
620 623 todio.h \
621 624 tpicommon.h \
622 625 ts.h \
623 626 tspriocntl.h \
624 627 ttcompat.h \
625 628 ttold.h \
626 629 tty.h \
627 630 ttychars.h \
628 631 ttydev.h \
629 632 tuneable.h \
630 633 turnstile.h \
631 634 types.h \
632 635 types32.h \
633 636 tzfile.h \
634 637 u8_textprep.h \
635 638 u8_textprep_data.h \
636 639 uadmin.h \
637 640 ucred.h \
638 641 uio.h \
639 642 ulimit.h \
640 643 un.h \
641 644 unistd.h \
642 645 user.h \
643 646 ustat.h \
644 647 utime.h \
645 648 utsname.h \
646 649 utssys.h \
647 650 uuid.h \
648 651 va_impl.h \
649 652 va_list.h \
650 653 var.h \
651 654 varargs.h \
652 655 vfs.h \
653 656 vfs_opreg.h \
654 657 vfstab.h \
|
↓ open down ↓ |
146 lines elided |
↑ open up ↑ |
655 658 vgareg.h \
656 659 videodev2.h \
657 660 vio9p.h \
658 661 visual_io.h \
659 662 vlan.h \
660 663 vm.h \
661 664 vm_usage.h \
662 665 vmem.h \
663 666 vmem_impl.h \
664 667 vmsystm.h \
668 + vnd.h \
669 + vnd_errno.h \
665 670 vnic.h \
666 671 vnic_impl.h \
667 672 vnode.h \
668 673 vscan.h \
669 674 vtoc.h \
670 675 vtrace.h \
671 676 vuid_event.h \
672 677 vuid_wheel.h \
673 678 vuid_queue.h \
674 679 vuid_state.h \
675 680 vuid_store.h \
676 681 vxlan.h \
677 682 wait.h \
678 683 waitq.h \
679 684 watchpoint.h \
680 685 winlockio.h \
681 686 zcons.h \
687 + zfd.h \
682 688 zone.h \
683 689 xti_inet.h \
684 690 xti_osi.h \
685 691 xti_xtiopt.h \
686 692 zmod.h
687 693
688 694 HDRS= \
689 695 $(GENHDRS) \
690 696 $(CHKHDRS)
691 697
692 698 AUDIOHDRS= \
693 699 ac97.h \
694 700 audio_common.h \
695 701 audio_driver.h \
696 702 audio_oss.h \
697 703 g711.h
698 704
699 705 AVHDRS= \
700 706 iec61883.h
701 707
702 708 LOMHDRS= \
703 709 lom_io.h \
704 710 lombus.h
705 711
706 712 MDESCHDRS= \
707 713 mdesc.h \
708 714 mdesc_impl.h
709 715
710 716 CPUDRVHDRS= \
711 717 cpudrv.h
712 718
713 719 CRYPTOHDRS= \
714 720 elfsign.h \
715 721 ioctl.h \
716 722 ioctladmin.h \
717 723 common.h \
718 724 impl.h \
719 725 spi.h \
720 726 api.h \
721 727 ops_impl.h \
722 728 sched_impl.h
723 729
724 730 DCAMHDRS= \
725 731 dcam1394_io.h
726 732
727 733 IBHDRS= \
728 734 ib_types.h \
729 735 ib_pkt_hdrs.h
730 736
731 737 IBTLHDRS= \
732 738 ibtl_types.h \
733 739 ibtl_status.h \
734 740 ibti.h \
735 741 ibti_cm.h \
736 742 ibci.h \
737 743 ibti_common.h \
738 744 ibvti.h \
739 745 ibtl_ci_types.h
740 746
741 747 IBTLIMPLHDRS= \
742 748 ibtl_util.h
743 749
744 750 IBNEXHDRS= \
745 751 ibnex_devctl.h
746 752
747 753 IBMFHDRS= \
748 754 ibmf.h \
749 755 ibmf_msg.h \
750 756 ibmf_saa.h \
751 757 ibmf_utils.h
752 758
753 759 IBMGTHDRS= \
754 760 ib_dm_attr.h \
755 761 ib_mad.h \
756 762 sm_attr.h \
757 763 sa_recs.h
758 764
759 765 IBDHDRS= \
760 766 ibd.h
761 767
762 768 OFHDRS= \
763 769 ofa_solaris.h \
764 770 ofed_kernel.h
765 771
766 772 RDMAHDRS= \
767 773 ib_addr.h \
768 774 ib_user_mad.h \
769 775 ib_user_sa.h \
770 776 ib_user_verbs.h \
771 777 ib_verbs.h \
772 778 rdma_cm.h \
773 779 rdma_user_cm.h
774 780
775 781 SOL_UVERBSHDRS= \
776 782 sol_uverbs.h \
777 783 sol_uverbs2ucma.h \
778 784 sol_uverbs_comp.h \
779 785 sol_uverbs_hca.h \
780 786 sol_uverbs_qp.h \
781 787 sol_uverbs_event.h
782 788
783 789 SOL_UMADHDRS= \
784 790 sol_umad.h
785 791
786 792 SOL_UCMAHDRS= \
787 793 sol_ucma.h \
788 794 sol_rdma_user_cm.h
789 795
790 796 SOL_OFSHDRS= \
791 797 sol_cma.h \
792 798 sol_ib_cma.h \
793 799 sol_ofs_common.h \
794 800 sol_kverb_impl.h
795 801
796 802 TAVORHDRS= \
797 803 tavor_ioctl.h
798 804
799 805 HERMONHDRS= \
800 806 hermon_ioctl.h
801 807
802 808 MLNXHDRS= \
803 809 mlnx_umap.h
804 810
805 811 IDMHDRS= \
806 812 idm.h \
807 813 idm_impl.h \
808 814 idm_so.h \
809 815 idm_text.h \
810 816 idm_transport.h \
811 817 idm_conn_sm.h
812 818
813 819 ISCSITHDRS= \
814 820 radius_packet.h \
815 821 radius_protocol.h \
816 822 chap.h \
817 823 isns_protocol.h \
818 824 iscsi_if.h \
819 825 iscsit_common.h
820 826
821 827 ISOHDRS= \
822 828 signal_iso.h
823 829
824 830 FMHDRS= \
825 831 protocol.h \
826 832 util.h
827 833
828 834 FMFSHDRS= \
829 835 zfs.h
830 836
831 837 FMIOHDRS= \
832 838 ddi.h \
|
↓ open down ↓ |
141 lines elided |
↑ open up ↑ |
833 839 disk.h \
834 840 pci.h \
835 841 scsi.h \
836 842 sun4upci.h \
837 843 opl_mc_fm.h
838 844
839 845 FSHDRS= \
840 846 autofs.h \
841 847 decomp.h \
842 848 dv_node.h \
843 - sdev_impl.h \
844 - sdev_plugin.h \
845 849 fifonode.h \
846 850 hsfs_isospec.h \
847 851 hsfs_node.h \
848 852 hsfs_rrip.h \
849 853 hsfs_spec.h \
850 854 hsfs_susp.h \
855 + hyprlofs.h \
856 + hyprlofs_info.h \
851 857 lofs_info.h \
852 858 lofs_node.h \
853 859 mntdata.h \
854 860 namenode.h \
855 861 pc_dir.h \
856 862 pc_fs.h \
857 863 pc_label.h \
858 864 pc_node.h \
859 865 pxfs_ki.h \
866 + sdev_impl.h \
867 + sdev_plugin.h \
860 868 snode.h \
861 869 swapnode.h \
862 870 tmp.h \
863 871 tmpnode.h \
864 872 udf_inode.h \
865 873 udf_volume.h \
866 874 ufs_acl.h \
867 875 ufs_bio.h \
868 876 ufs_filio.h \
869 877 ufs_fs.h \
870 878 ufs_fsdir.h \
871 879 ufs_inode.h \
872 880 ufs_lockfs.h \
873 881 ufs_log.h \
874 882 ufs_mount.h \
875 883 ufs_panic.h \
876 884 ufs_prot.h \
877 885 ufs_quota.h \
878 886 ufs_snap.h \
879 887 ufs_trans.h \
880 888 zfs.h \
881 889 zut.h
882 890
883 891 SCSIHDRS= \
884 892 scsi.h \
885 893 scsi_address.h \
886 894 scsi_ctl.h \
887 895 scsi_fm.h \
888 896 scsi_names.h \
889 897 scsi_params.h \
890 898 scsi_pkt.h \
891 899 scsi_resource.h \
892 900 scsi_types.h \
893 901 scsi_watch.h
894 902
895 903 SCSICONFHDRS= \
896 904 autoconf.h \
897 905 device.h
898 906
899 907 SCSIGENHDRS= \
900 908 commands.h \
901 909 dad_mode.h \
902 910 inquiry.h \
903 911 message.h \
904 912 mode.h \
905 913 persist.h \
906 914 sense.h \
907 915 sff_frames.h \
908 916 smp_frames.h \
909 917 status.h
910 918
911 919 SCSIIMPLHDRS= \
912 920 commands.h \
913 921 inquiry.h \
914 922 mode.h \
915 923 scsi_reset_notify.h \
916 924 scsi_sas.h \
917 925 sense.h \
918 926 services.h \
919 927 smp_transport.h \
920 928 spc3_types.h \
921 929 status.h \
922 930 transport.h \
923 931 types.h \
924 932 uscsi.h \
925 933 usmp.h
926 934
927 935 SCSITARGETSHDRS= \
928 936 ses.h \
929 937 sesio.h \
930 938 sgendef.h \
931 939 stdef.h \
932 940 sddef.h \
933 941 smp.h
934 942
935 943 SCSIADHDRS=
936 944
937 945 SCSICADHDRS=
938 946
939 947 SCSIISCSIHDRS= \
940 948 iscsi_door.h \
941 949 iscsi_if.h
942 950
943 951 SCSIVHCIHDRS= \
944 952 scsi_vhci.h \
945 953 mpapi_impl.h \
946 954 mpapi_scsi_vhci.h
947 955
948 956 SDCARDHDRS= \
949 957 sda.h \
950 958 sda_impl.h \
951 959 sda_ioctl.h
952 960
953 961 FC4HDRS= \
954 962 fc_transport.h \
955 963 linkapp.h \
956 964 fc.h \
957 965 fcp.h \
958 966 fcal_transport.h \
959 967 fcal.h \
960 968 fcal_linkapp.h \
961 969 fcio.h
962 970
963 971 FCHDRS= \
964 972 fc.h \
965 973 fcio.h \
966 974 fc_types.h \
967 975 fc_appif.h
968 976
969 977 FCIMPLHDRS= \
970 978 fc_error.h \
971 979 fcph.h
972 980
973 981 FCULPHDRS= \
974 982 fcp_util.h \
975 983 fcsm.h
976 984
977 985 SATAGENHDRS= \
978 986 sata_hba.h \
979 987 sata_defs.h \
980 988 sata_cfgadm.h
981 989
982 990 SYSEVENTHDRS= \
983 991 datalink.h \
984 992 dev.h \
985 993 domain.h \
986 994 dr.h \
987 995 env.h \
988 996 eventdefs.h \
989 997 ipmp.h \
990 998 pwrctl.h \
991 999 vrrp.h
992 1000
993 1001 CONTRACTHDRS= \
994 1002 process.h \
995 1003 process_impl.h \
996 1004 device.h \
997 1005 device_impl.h
998 1006
999 1007 USBHDRS= \
1000 1008 usba.h \
1001 1009 usbai.h
1002 1010
1003 1011 USBAUDHDRS= \
1004 1012 usb_audio.h
1005 1013
1006 1014 USBHUBDHDRS= \
1007 1015 hub.h \
1008 1016 hubd_impl.h
1009 1017
1010 1018 USBHIDHDRS= \
1011 1019 hid.h
1012 1020
1013 1021 USBMSHDRS= \
1014 1022 usb_bulkonly.h \
1015 1023 usb_cbi.h
1016 1024
1017 1025 USBPRNHDRS= \
1018 1026 usb_printer.h
1019 1027
1020 1028 USBCDCHDRS= \
1021 1029 usb_cdc.h
1022 1030
1023 1031 USBVIDHDRS= \
1024 1032 usbvc.h
1025 1033
1026 1034 USBWCMHDRS= \
1027 1035 usbwcm.h
1028 1036
1029 1037 UGENHDRS= \
1030 1038 usb_ugen.h
1031 1039
1032 1040 USBCCIDHDRS = \
1033 1041 ccid.h \
1034 1042 uccid.h
1035 1043
1036 1044 HOTPLUGHDRS= \
1037 1045 hpcsvc.h \
1038 1046 hpctrl.h
1039 1047
1040 1048 HOTPLUGPCIHDRS= \
1041 1049 pcicfg.h \
1042 1050 pcihp.h
1043 1051
1044 1052 RSMHDRS= \
1045 1053 rsm.h \
1046 1054 rsm_common.h \
1047 1055 rsmapi_common.h \
1048 1056 rsmpi.h \
1049 1057 rsmpi_driver.h \
1050 1058 rsmka_path_int.h
1051 1059
1052 1060 TSOLHDRS= \
1053 1061 label.h \
1054 1062 label_macro.h \
1055 1063 priv.h \
1056 1064 tndb.h \
1057 1065 tsyscall.h
1058 1066
1059 1067 I1394HDRS= \
1060 1068 cmd1394.h \
1061 1069 id1394.h \
1062 1070 ieee1212.h \
1063 1071 ieee1394.h \
1064 1072 ixl1394.h \
1065 1073 s1394_impl.h \
1066 1074 t1394.h
1067 1075
1068 1076 # "cmdk" headers used on sparc
1069 1077 SDKTPHDRS= \
1070 1078 dadkio.h \
1071 1079 fdisk.h
1072 1080
1073 1081 # "cmdk" headers used on i386
1074 1082 DKTPHDRS= \
1075 1083 altsctr.h \
1076 1084 bbh.h \
1077 1085 cm.h \
1078 1086 cmdev.h \
1079 1087 cmdk.h \
1080 1088 cmpkt.h \
1081 1089 controller.h \
1082 1090 dadev.h \
1083 1091 dadk.h \
1084 1092 dadkio.h \
1085 1093 fctypes.h \
1086 1094 fdisk.h \
1087 1095 flowctrl.h \
1088 1096 gda.h \
1089 1097 quetypes.h \
1090 1098 queue.h \
1091 1099 tgcom.h \
1092 1100 tgdk.h
1093 1101
1094 1102 # "pc" header files used on i386
1095 1103 PCHDRS= \
1096 1104 avintr.h \
1097 1105 dma_engine.h \
1098 1106 i8272A.h \
1099 1107 pcic_reg.h \
1100 1108 pcic_var.h \
1101 1109 pic.h \
1102 1110 pit.h \
1103 1111 rtc.h
1104 1112
1105 1113 NXGEHDRS= \
1106 1114 nxge.h \
1107 1115 nxge_common.h \
1108 1116 nxge_common_impl.h \
1109 1117 nxge_defs.h \
1110 1118 nxge_hw.h \
1111 1119 nxge_impl.h \
1112 1120 nxge_ipp.h \
1113 1121 nxge_ipp_hw.h \
1114 1122 nxge_mac.h \
1115 1123 nxge_mac_hw.h \
1116 1124 nxge_fflp.h \
1117 1125 nxge_fflp_hw.h \
1118 1126 nxge_mii.h \
1119 1127 nxge_rxdma.h \
1120 1128 nxge_rxdma_hw.h \
1121 1129 nxge_txc.h \
1122 1130 nxge_txc_hw.h \
1123 1131 nxge_txdma.h \
1124 1132 nxge_txdma_hw.h \
1125 1133 nxge_virtual.h \
1126 1134 nxge_espc.h
1127 1135
1128 1136 PLATHDRS= \
1129 1137 pci_prd.h
1130 1138
1131 1139 include Makefile.syshdrs
1132 1140
1133 1141 dcam/%.check: dcam/%.h
1134 1142 $(DOT_H_CHECK)
1135 1143
1136 1144 CHECKHDRS= \
1137 1145 $($(MACH)_HDRS:%.h=%.check) \
1138 1146 $(AUDIOHDRS:%.h=audio/%.check) \
1139 1147 $(AVHDRS:%.h=av/%.check) \
1140 1148 $(LOMHDRS:%.h=%.check) \
1141 1149 $(CHKHDRS:%.h=%.check) \
1142 1150 $(CPUDRVHDRS:%.h=%.check) \
1143 1151 $(CRYPTOHDRS:%.h=crypto/%.check) \
1144 1152 $(DCAMHDRS:%.h=dcam/%.check) \
1145 1153 $(FC4HDRS:%.h=fc4/%.check) \
1146 1154 $(FCHDRS:%.h=fibre-channel/%.check) \
1147 1155 $(FCIMPLHDRS:%.h=fibre-channel/impl/%.check) \
1148 1156 $(FCULPHDRS:%.h=fibre-channel/ulp/%.check) \
1149 1157 $(IBHDRS:%.h=ib/%.check) \
1150 1158 $(IBDHDRS:%.h=ib/clients/ibd/%.check) \
1151 1159 $(IBTLHDRS:%.h=ib/ibtl/%.check) \
1152 1160 $(IBTLIMPLHDRS:%.h=ib/ibtl/impl/%.check) \
1153 1161 $(IBNEXHDRS:%.h=ib/ibnex/%.check) \
1154 1162 $(IBMGTHDRS:%.h=ib/mgt/%.check) \
1155 1163 $(IBMFHDRS:%.h=ib/mgt/ibmf/%.check) \
1156 1164 $(OFHDRS:%.h=ib/clients/of/%.check) \
1157 1165 $(RDMAHDRS:%.h=ib/clients/of/rdma/%.check) \
1158 1166 $(SOL_UVERBSHDRS:%.h=ib/clients/of/sol_uverbs/%.check) \
1159 1167 $(SOL_UCMAHDRS:%.h=ib/clients/of/sol_ucma/%.check) \
1160 1168 $(SOL_OFSHDRS:%.h=ib/clients/of/sol_ofs/%.check) \
1161 1169 $(TAVORHDRS:%.h=ib/adapters/tavor/%.check) \
1162 1170 $(HERMONHDRS:%.h=ib/adapters/hermon/%.check) \
1163 1171 $(MLNXHDRS:%.h=ib/adapters/%.check) \
1164 1172 $(IDMHDRS:%.h=idm/%.check) \
1165 1173 $(ISCSIHDRS:%.h=iscsi/%.check) \
1166 1174 $(ISCSITHDRS:%.h=iscsit/%.check) \
1167 1175 $(ISOHDRS:%.h=iso/%.check) \
1168 1176 $(FMHDRS:%.h=fm/%.check) \
1169 1177 $(FMFSHDRS:%.h=fm/fs/%.check) \
1170 1178 $(FMIOHDRS:%.h=fm/io/%.check) \
1171 1179 $(FSHDRS:%.h=fs/%.check) \
1172 1180 $(SCSIHDRS:%.h=scsi/%.check) \
1173 1181 $(SCSIADHDRS:%.h=scsi/adapters/%.check) \
1174 1182 $(SCSICONFHDRS:%.h=scsi/conf/%.check) \
1175 1183 $(SCSIIMPLHDRS:%.h=scsi/impl/%.check) \
1176 1184 $(SCSIISCSIHDRS:%.h=scsi/adapters/%.check) \
1177 1185 $(SCSIGENHDRS:%.h=scsi/generic/%.check) \
1178 1186 $(SCSITARGETSHDRS:%.h=scsi/targets/%.check) \
1179 1187 $(SCSIVHCIHDRS:%.h=scsi/adapters/%.check) \
1180 1188 $(SATAGENHDRS:%.h=sata/%.check) \
1181 1189 $(SDCARDHDRS:%.h=sdcard/%.check) \
1182 1190 $(SYSEVENTHDRS:%.h=sysevent/%.check) \
1183 1191 $(CONTRACTHDRS:%.h=contract/%.check) \
1184 1192 $(USBAUDHDRS:%.h=usb/clients/audio/%.check) \
1185 1193 $(USBCCIDHDRS:%.h=usb/clients/ccid/%.check) \
1186 1194 $(USBHUBDHDRS:%.h=usb/hubd/%.check) \
1187 1195 $(USBHIDHDRS:%.h=usb/clients/hid/%.check) \
1188 1196 $(USBMSHDRS:%.h=usb/clients/mass_storage/%.check) \
1189 1197 $(USBPRNHDRS:%.h=usb/clients/printer/%.check) \
1190 1198 $(USBCDCHDRS:%.h=usb/clients/usbcdc/%.check) \
1191 1199 $(USBVIDHDRS:%.h=usb/clients/video/usbvc/%.check) \
1192 1200 $(USBWCMHDRS:%.h=usb/clients/usbinput/usbwcm/%.check) \
1193 1201 $(UGENHDRS:%.h=usb/clients/ugen/%.check) \
1194 1202 $(USBHDRS:%.h=usb/%.check) \
1195 1203 $(I1394HDRS:%.h=1394/%.check) \
1196 1204 $(RSMHDRS:%.h=rsm/%.check) \
1197 1205 $(TSOLHDRS:%.h=tsol/%.check) \
1198 1206 $(NXGEHDRS:%.h=nxge/%.check) \
1199 1207 $(PLATHDRS:%.h=plat/%.check)
1200 1208
1201 1209
1202 1210 .KEEP_STATE:
1203 1211
1204 1212 .PARALLEL: \
1205 1213 $(CHECKHDRS) \
1206 1214 $(ROOTHDRS) \
1207 1215 $(ROOTAUDHDRS) \
1208 1216 $(ROOTAVHDRS) \
1209 1217 $(ROOTCRYPTOHDRS) \
1210 1218 $(ROOTDCAMHDRS) \
1211 1219 $(ROOTDKTPHDRS) \
1212 1220 $(ROOTISOHDRS) \
1213 1221 $(ROOTIDMHDRS) \
1214 1222 $(ROOTISCSIHDRS) \
1215 1223 $(ROOTISCSITHDRS) \
1216 1224 $(ROOTFC4HDRS) \
1217 1225 $(ROOTFCHDRS) \
1218 1226 $(ROOTFCIMPLHDRS) \
1219 1227 $(ROOTFCULPHDRS) \
1220 1228 $(ROOTFMHDRS) \
1221 1229 $(ROOTFMIOHDRS) \
1222 1230 $(ROOTFMFSHDRS) \
1223 1231 $(ROOTFSHDRS) \
1224 1232 $(ROOTIBDHDRS) \
1225 1233 $(ROOTIBHDRS) \
1226 1234 $(ROOTIBTLHDRS) \
1227 1235 $(ROOTIBTLIMPLHDRS) \
1228 1236 $(ROOTIBNEXHDRS) \
1229 1237 $(ROOTIBMGTHDRS) \
1230 1238 $(ROOTIBMFHDRS) \
1231 1239 $(ROOTOFHDRS) \
1232 1240 $(ROOTRDMAHDRS) \
1233 1241 $(ROOTSATAGENHDRS) \
1234 1242 $(ROOTSOL_OFSHDRS) \
1235 1243 $(ROOTSOL_UMADHDRS) \
1236 1244 $(ROOTSOL_UVERBSHDRS) \
1237 1245 $(ROOTSOL_UCMAHDRS) \
1238 1246 $(ROOTTAVORHDRS) \
1239 1247 $(ROOTHERMONHDRS) \
1240 1248 $(ROOTMLNXHDRS) \
1241 1249 $(ROOTPLATHDRS) \
1242 1250 $(ROOTSCSIHDRS) \
1243 1251 $(ROOTSCSIADHDRS) \
1244 1252 $(ROOTSCSICONFHDRS) \
1245 1253 $(ROOTSCSIISCSIHDRS) \
1246 1254 $(ROOTSCSIGENHDRS) \
1247 1255 $(ROOTSCSIIMPLHDRS) \
1248 1256 $(ROOTSCSIVHCIHDRS) \
1249 1257 $(ROOTSCSITARGETSHDRS) \
1250 1258 $(ROOTSDCARDHDRS) \
1251 1259 $(ROOTSYSEVENTHDRS) \
1252 1260 $(ROOTCONTRACTHDRS) \
1253 1261 $(ROOTUSBHDRS) \
1254 1262 $(ROOTUWBHDRS) \
1255 1263 $(ROOTUWBAHDRS) \
1256 1264 $(ROOTUSBAUDHDRS) \
1257 1265 $(ROOTUSBHUBDHDRS) \
1258 1266 $(ROOTUSBHIDHDRS) \
1259 1267 $(ROOTUSBHRCHDRS) \
1260 1268 $(ROOTUSBMSHDRS) \
1261 1269 $(ROOTUSBPRNHDRS) \
1262 1270 $(ROOTUSBCDCHDRS) \
1263 1271 $(ROOTUSBVIDHDRS) \
1264 1272 $(ROOTUSBWCMHDRS) \
1265 1273 $(ROOTUSBCCIDHDRS) \
1266 1274 $(ROOTUGENHDRS) \
1267 1275 $(ROOT1394HDRS) \
1268 1276 $(ROOTHOTPLUGHDRS) \
1269 1277 $(ROOTHOTPLUGPCIHDRS) \
1270 1278 $(ROOTRSMHDRS) \
1271 1279 $(ROOTTSOLHDRS) \
1272 1280 $($(MACH)_ROOTHDRS)
1273 1281
1274 1282
1275 1283 install_h: \
1276 1284 $(ROOTDIRS) \
1277 1285 .WAIT \
1278 1286 $(ROOTHDRS) \
1279 1287 $(ROOTAUDHDRS) \
1280 1288 $(ROOTAVHDRS) \
1281 1289 $(ROOTCRYPTOHDRS) \
1282 1290 $(ROOTDCAMHDRS) \
1283 1291 $(ROOTDKTPHDRS) \
1284 1292 $(ROOTISOHDRS) \
1285 1293 $(ROOTIDMHDRS) \
1286 1294 $(ROOTISCSIHDRS) \
1287 1295 $(ROOTISCSITHDRS) \
1288 1296 $(ROOTFC4HDRS) \
1289 1297 $(ROOTFCHDRS) \
1290 1298 $(ROOTFCIMPLHDRS) \
1291 1299 $(ROOTFCULPHDRS) \
1292 1300 $(ROOTFMHDRS) \
1293 1301 $(ROOTFMFSHDRS) \
1294 1302 $(ROOTFMIOHDRS) \
1295 1303 $(ROOTFSHDRS) \
1296 1304 $(ROOTIBDHDRS) \
1297 1305 $(ROOTIBHDRS) \
1298 1306 $(ROOTIBTLHDRS) \
1299 1307 $(ROOTIBTLIMPLHDRS) \
1300 1308 $(ROOTIBNEXHDRS) \
1301 1309 $(ROOTIBMGTHDRS) \
1302 1310 $(ROOTIBMFHDRS) \
1303 1311 $(ROOTOFHDRS) \
1304 1312 $(ROOTRDMAHDRS) \
1305 1313 $(ROOTSATAGENHDRS) \
1306 1314 $(ROOTSOL_OFSHDRS) \
1307 1315 $(ROOTSOL_UMADHDRS) \
1308 1316 $(ROOTSOL_UVERBSHDRS) \
1309 1317 $(ROOTSOL_UCMAHDRS) \
1310 1318 $(ROOTTAVORHDRS) \
1311 1319 $(ROOTHERMONHDRS) \
1312 1320 $(ROOTMLNXHDRS) \
1313 1321 $(ROOTPLATHDRS) \
1314 1322 $(ROOTSCSIHDRS) \
1315 1323 $(ROOTSCSIADHDRS) \
1316 1324 $(ROOTSCSIISCSIHDRS) \
1317 1325 $(ROOTSCSICONFHDRS) \
1318 1326 $(ROOTSCSIGENHDRS) \
1319 1327 $(ROOTSCSIIMPLHDRS) \
1320 1328 $(ROOTSCSIVHCIHDRS) \
1321 1329 $(ROOTSCSITARGETSHDRS) \
1322 1330 $(ROOTSDCARDHDRS) \
1323 1331 $(ROOTSYSEVENTHDRS) \
1324 1332 $(ROOTCONTRACTHDRS) \
1325 1333 $(ROOTUWBHDRS) \
1326 1334 $(ROOTUWBAHDRS) \
1327 1335 $(ROOTUSBHDRS) \
1328 1336 $(ROOTUSBCCIDHDRS) \
1329 1337 $(ROOTUSBAUDHDRS) \
1330 1338 $(ROOTUSBHUBDHDRS) \
1331 1339 $(ROOTUSBHIDHDRS) \
1332 1340 $(ROOTUSBHRCHDRS) \
1333 1341 $(ROOTUSBMSHDRS) \
1334 1342 $(ROOTUSBPRNHDRS) \
1335 1343 $(ROOTUSBCDCHDRS) \
1336 1344 $(ROOTUSBVIDHDRS) \
1337 1345 $(ROOTUSBWCMHDRS) \
1338 1346 $(ROOTUGENHDRS) \
1339 1347 $(ROOT1394HDRS) \
1340 1348 $(ROOTHOTPLUGHDRS) \
1341 1349 $(ROOTHOTPLUGPCIHDRS) \
1342 1350 $(ROOTRSMHDRS) \
1343 1351 $(ROOTTSOLHDRS) \
1344 1352 $($(MACH)_ROOTHDRS)
1345 1353
1346 1354 all_h: $(GENHDRS)
1347 1355
1348 1356 priv_const.h: $(PRIVS_AWK) $(PRIVS_DEF)
1349 1357 $(AWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v privhfile=$@
1350 1358
1351 1359 priv_names.h: $(PRIVS_AWK) $(PRIVS_DEF)
1352 1360 $(AWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v pubhfile=$@
1353 1361
1354 1362 usb/usbdevs.h: $(USBDEVS_AWK) $(USBDEVS_DATA)
1355 1363 $(AWK) -f $(USBDEVS_AWK) $(USBDEVS_DATA) -H > $@
1356 1364
1357 1365 clean:
1358 1366 $(RM) $(GENHDRS)
1359 1367
1360 1368 clobber: clean
1361 1369
1362 1370 check: $(CHECKHDRS)
1363 1371
1364 1372 FRC:
|
↓ open down ↓ |
495 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX