comparison src/Make_vms.mms @ 16068:8c160339de22 v8.1.1039

patch 8.1.1039: MS-Windows build fails commit https://github.com/vim/vim/commit/e37368c496f80137a774515ef4f3e17cf81d7685 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 22 16:57:45 2019 +0100 patch 8.1.1039: MS-Windows build fails Problem: MS-Windows build fails. Solution: Remove dependency on arabic.h
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Mar 2019 17:00:06 +0100
parents a6ca8cf07a98
children c435843c7535
comparison
equal deleted inserted replaced
16067:48ecb87b64bb 16068:8c160339de22
1 # 1 #
2 # Makefile for Vim on OpenVMS 2 # Makefile for Vim on OpenVMS
3 # 3 #
4 # Maintainer: Zoltan Arpadffy <arpadffy@polarhome.com> 4 # Maintainer: Zoltan Arpadffy <arpadffy@polarhome.com>
5 # Last change: 2019 Feb 16 5 # Last change: 2019 Mar 22
6 # 6 #
7 # This has script been tested on VMS 6.2 to 8.2 on DEC Alpha, VAX and IA64 7 # This has script been tested on VMS 6.2 to 8.2 on DEC Alpha, VAX and IA64
8 # with MMS and MMK 8 # with MMS and MMK
9 # 9 #
10 # The following could be built: 10 # The following could be built:
512 blowfish.obj : blowfish.c vim.h [.auto]config.h feature.h os_unix.h 512 blowfish.obj : blowfish.c vim.h [.auto]config.h feature.h os_unix.h
513 blob.obj : blob.c vim.h [.auto]config.h feature.h os_unix.h 513 blob.obj : blob.c vim.h [.auto]config.h feature.h os_unix.h
514 buffer.obj : buffer.c vim.h [.auto]config.h feature.h os_unix.h \ 514 buffer.obj : buffer.c vim.h [.auto]config.h feature.h os_unix.h \
515 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 515 ascii.h keymap.h term.h macros.h structs.h regexp.h \
516 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 516 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
517 globals.h arabic.h version.h 517 globals.h version.h
518 charset.obj : charset.c vim.h [.auto]config.h feature.h os_unix.h \ 518 charset.obj : charset.c vim.h [.auto]config.h feature.h os_unix.h \
519 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 519 ascii.h keymap.h term.h macros.h structs.h regexp.h \
520 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 520 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
521 globals.h arabic.h 521 globals.h
522 crypt.obj : crypt.c vim.h [.auto]config.h feature.h os_unix.h \ 522 crypt.obj : crypt.c vim.h [.auto]config.h feature.h os_unix.h \
523 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 523 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
524 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ 524 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
525 globals.h arabic.h 525 globals.h
526 crypt_zip.obj : crypt_zip.c vim.h [.auto]config.h feature.h os_unix.h \ 526 crypt_zip.obj : crypt_zip.c vim.h [.auto]config.h feature.h os_unix.h \
527 ascii.h keymap.h term.h macros.h option.h structs.h \ 527 ascii.h keymap.h term.h macros.h option.h structs.h \
528 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 528 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
529 proto.h globals.h arabic.h 529 proto.h globals.h
530 dict.obj : dict.c vim.h [.auto]config.h feature.h os_unix.h \ 530 dict.obj : dict.c vim.h [.auto]config.h feature.h os_unix.h \
531 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 531 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
532 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ 532 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
533 globals.h arabic.h 533 globals.h
534 diff.obj : diff.c vim.h [.auto]config.h feature.h os_unix.h \ 534 diff.obj : diff.c vim.h [.auto]config.h feature.h os_unix.h \
535 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 535 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
536 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 536 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
537 arabic.h 537
538 digraph.obj : digraph.c vim.h [.auto]config.h feature.h os_unix.h \ 538 digraph.obj : digraph.c vim.h [.auto]config.h feature.h os_unix.h \
539 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 539 ascii.h keymap.h term.h macros.h structs.h regexp.h \
540 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 540 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
541 globals.h arabic.h 541 globals.h
542 edit.obj : edit.c vim.h [.auto]config.h feature.h os_unix.h \ 542 edit.obj : edit.c vim.h [.auto]config.h feature.h os_unix.h \
543 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 543 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
544 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 544 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
545 arabic.h 545
546 eval.obj : eval.c vim.h [.auto]config.h feature.h os_unix.h \ 546 eval.obj : eval.c vim.h [.auto]config.h feature.h os_unix.h \
547 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 547 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
548 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 548 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
549 arabic.h version.h 549 version.h
550 evalfunc.obj : evalfunc.c vim.h [.auto]config.h feature.h os_unix.h \ 550 evalfunc.obj : evalfunc.c vim.h [.auto]config.h feature.h os_unix.h \
551 ascii.h keymap.h term.h macros.h option.h structs.h \ 551 ascii.h keymap.h term.h macros.h option.h structs.h \
552 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 552 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
553 proto.h globals.h arabic.h version.h 553 proto.h globals.h version.h
554 ex_cmds.obj : ex_cmds.c vim.h [.auto]config.h feature.h os_unix.h \ 554 ex_cmds.obj : ex_cmds.c vim.h [.auto]config.h feature.h os_unix.h \
555 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 555 ascii.h keymap.h term.h macros.h structs.h regexp.h \
556 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 556 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
557 globals.h arabic.h version.h 557 globals.h version.h
558 ex_cmds2.obj : ex_cmds2.c vim.h [.auto]config.h feature.h os_unix.h \ 558 ex_cmds2.obj : ex_cmds2.c vim.h [.auto]config.h feature.h os_unix.h \
559 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 559 ascii.h keymap.h term.h macros.h structs.h regexp.h \
560 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 560 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
561 globals.h arabic.h version.h 561 globals.h version.h
562 ex_docmd.obj : ex_docmd.c vim.h [.auto]config.h feature.h os_unix.h \ 562 ex_docmd.obj : ex_docmd.c vim.h [.auto]config.h feature.h os_unix.h \
563 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 563 ascii.h keymap.h term.h macros.h structs.h regexp.h \
564 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 564 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
565 globals.h arabic.h 565 globals.h
566 ex_eval.obj : ex_eval.c vim.h [.auto]config.h feature.h os_unix.h \ 566 ex_eval.obj : ex_eval.c vim.h [.auto]config.h feature.h os_unix.h \
567 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 567 ascii.h keymap.h term.h macros.h structs.h regexp.h \
568 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 568 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
569 globals.h arabic.h 569 globals.h
570 ex_getln.obj : ex_getln.c vim.h [.auto]config.h feature.h os_unix.h \ 570 ex_getln.obj : ex_getln.c vim.h [.auto]config.h feature.h os_unix.h \
571 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 571 ascii.h keymap.h term.h macros.h structs.h regexp.h \
572 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 572 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
573 globals.h arabic.h 573 globals.h
574 fileio.obj : fileio.c vim.h [.auto]config.h feature.h os_unix.h \ 574 fileio.obj : fileio.c vim.h [.auto]config.h feature.h os_unix.h \
575 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 575 ascii.h keymap.h term.h macros.h structs.h regexp.h \
576 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 576 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
577 globals.h arabic.h 577 globals.h
578 findfile.obj : findfile.c vim.h [.auto]config.h feature.h os_unix.h \ 578 findfile.obj : findfile.c vim.h [.auto]config.h feature.h os_unix.h \
579 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 579 ascii.h keymap.h term.h macros.h structs.h regexp.h \
580 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 580 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
581 globals.h arabic.h 581 globals.h
582 fold.obj : fold.c vim.h [.auto]config.h feature.h os_unix.h \ 582 fold.obj : fold.c vim.h [.auto]config.h feature.h os_unix.h \
583 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 583 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
584 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 584 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
585 arabic.h 585
586 getchar.obj : getchar.c vim.h [.auto]config.h feature.h os_unix.h \ 586 getchar.obj : getchar.c vim.h [.auto]config.h feature.h os_unix.h \
587 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 587 ascii.h keymap.h term.h macros.h structs.h regexp.h \
588 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 588 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
589 globals.h arabic.h 589 globals.h
590 hardcopy.obj : hardcopy.c vim.h [.auto]config.h feature.h os_unix.h \ 590 hardcopy.obj : hardcopy.c vim.h [.auto]config.h feature.h os_unix.h \
591 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 591 ascii.h keymap.h term.h macros.h structs.h regexp.h \
592 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 592 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
593 globals.h arabic.h 593 globals.h
594 hashtab.obj : hashtab.c vim.h [.auto]config.h feature.h os_unix.h \ 594 hashtab.obj : hashtab.c vim.h [.auto]config.h feature.h os_unix.h \
595 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 595 ascii.h keymap.h term.h macros.h structs.h regexp.h \
596 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 596 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
597 globals.h arabic.h 597 globals.h
598 if_cscope.obj : if_cscope.c vim.h [.auto]config.h feature.h os_unix.h \ 598 if_cscope.obj : if_cscope.c vim.h [.auto]config.h feature.h os_unix.h \
599 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 599 ascii.h keymap.h term.h macros.h structs.h regexp.h \
600 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 600 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
601 globals.h arabic.h if_cscope.h 601 globals.h if_cscope.h
602 if_xcmdsrv.obj : if_xcmdsrv.c vim.h [.auto]config.h feature.h os_unix.h \ 602 if_xcmdsrv.obj : if_xcmdsrv.c vim.h [.auto]config.h feature.h os_unix.h \
603 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 603 ascii.h keymap.h term.h macros.h structs.h regexp.h \
604 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 604 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
605 globals.h arabic.h version.h 605 globals.h version.h
606 if_mzsch.obj : if_mzsch.c vim.h [.auto]config.h feature.h os_unix.h \ 606 if_mzsch.obj : if_mzsch.c vim.h [.auto]config.h feature.h os_unix.h \
607 ascii.h keymap.h term.h macros.h option.h structs.h \ 607 ascii.h keymap.h term.h macros.h option.h structs.h \
608 regexp.h gui.h beval.h [.proto]gui_beval.pro ex_cmds.h proto.h \ 608 regexp.h gui.h beval.h [.proto]gui_beval.pro ex_cmds.h proto.h \
609 globals.h arabic.h if_mzsch.h 609 globals.h if_mzsch.h
610 indent.obj : indent.c vim.h [.auto]config.h feature.h os_unix.h 610 indent.obj : indent.c vim.h [.auto]config.h feature.h os_unix.h
611 json.obj : json.c vim.h [.auto]config.h feature.h os_unix.h \ 611 json.obj : json.c vim.h [.auto]config.h feature.h os_unix.h \
612 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 612 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
613 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 613 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
614 arabic.h version.h 614 version.h
615 list.obj : list.c vim.h [.auto]config.h feature.h os_unix.h \ 615 list.obj : list.c vim.h [.auto]config.h feature.h os_unix.h \
616 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 616 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
617 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ 617 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
618 globals.h arabic.h 618 globals.h
619 main.obj : main.c vim.h [.auto]config.h feature.h os_unix.h \ 619 main.obj : main.c vim.h [.auto]config.h feature.h os_unix.h \
620 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 620 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
621 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 621 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
622 arabic.h arabic.c 622 arabic.c
623 mark.obj : mark.c vim.h [.auto]config.h feature.h os_unix.h \ 623 mark.obj : mark.c vim.h [.auto]config.h feature.h os_unix.h \
624 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 624 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
625 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 625 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
626 arabic.h 626
627 memfile.obj : memfile.c vim.h [.auto]config.h feature.h os_unix.h \ 627 memfile.obj : memfile.c vim.h [.auto]config.h feature.h os_unix.h \
628 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 628 ascii.h keymap.h term.h macros.h structs.h regexp.h \
629 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 629 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
630 globals.h arabic.h 630 globals.h
631 memline.obj : memline.c vim.h [.auto]config.h feature.h os_unix.h \ 631 memline.obj : memline.c vim.h [.auto]config.h feature.h os_unix.h \
632 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 632 ascii.h keymap.h term.h macros.h structs.h regexp.h \
633 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 633 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
634 globals.h arabic.h 634 globals.h
635 menu.obj : menu.c vim.h [.auto]config.h feature.h os_unix.h \ 635 menu.obj : menu.c vim.h [.auto]config.h feature.h os_unix.h \
636 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 636 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
637 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 637 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
638 arabic.h 638
639 message.obj : message.c vim.h [.auto]config.h feature.h os_unix.h \ 639 message.obj : message.c vim.h [.auto]config.h feature.h os_unix.h \
640 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 640 ascii.h keymap.h term.h macros.h structs.h regexp.h \
641 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 641 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
642 globals.h arabic.h 642 globals.h
643 misc1.obj : misc1.c vim.h [.auto]config.h feature.h os_unix.h \ 643 misc1.obj : misc1.c vim.h [.auto]config.h feature.h os_unix.h \
644 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 644 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
645 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 645 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
646 arabic.h version.h 646 version.h
647 misc2.obj : misc2.c vim.h [.auto]config.h feature.h os_unix.h \ 647 misc2.obj : misc2.c vim.h [.auto]config.h feature.h os_unix.h \
648 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 648 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
649 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 649 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
650 arabic.h 650
651 move.obj : move.c vim.h [.auto]config.h feature.h os_unix.h \ 651 move.obj : move.c vim.h [.auto]config.h feature.h os_unix.h \
652 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 652 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
653 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 653 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
654 arabic.h 654
655 mbyte.obj : mbyte.c vim.h [.auto]config.h feature.h os_unix.h \ 655 mbyte.obj : mbyte.c vim.h [.auto]config.h feature.h os_unix.h \
656 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 656 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
657 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 657 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
658 arabic.h 658
659 normal.obj : normal.c vim.h [.auto]config.h feature.h os_unix.h \ 659 normal.obj : normal.c vim.h [.auto]config.h feature.h os_unix.h \
660 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 660 ascii.h keymap.h term.h macros.h structs.h regexp.h \
661 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 661 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
662 globals.h arabic.h 662 globals.h
663 ops.obj : ops.c vim.h [.auto]config.h feature.h os_unix.h \ 663 ops.obj : ops.c vim.h [.auto]config.h feature.h os_unix.h \
664 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 664 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
665 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 665 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
666 arabic.h 666
667 option.obj : option.c vim.h [.auto]config.h feature.h os_unix.h \ 667 option.obj : option.c vim.h [.auto]config.h feature.h os_unix.h \
668 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 668 ascii.h keymap.h term.h macros.h structs.h regexp.h \
669 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 669 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
670 globals.h arabic.h 670 globals.h
671 os_unix.obj : os_unix.c vim.h [.auto]config.h feature.h os_unix.h \ 671 os_unix.obj : os_unix.c vim.h [.auto]config.h feature.h os_unix.h \
672 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 672 ascii.h keymap.h term.h macros.h structs.h regexp.h \
673 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 673 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
674 globals.h arabic.h os_unixx.h 674 globals.h os_unixx.h
675 os_vms.obj : os_vms.c vim.h [.auto]config.h feature.h os_unix.h \ 675 os_vms.obj : os_vms.c vim.h [.auto]config.h feature.h os_unix.h \
676 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 676 ascii.h keymap.h term.h macros.h structs.h regexp.h \
677 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 677 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
678 globals.h arabic.h os_unixx.h 678 globals.h os_unixx.h
679 pathdef.obj : pathdef.c vim.h [.auto]config.h feature.h os_unix.h \ 679 pathdef.obj : pathdef.c vim.h [.auto]config.h feature.h os_unix.h \
680 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 680 ascii.h keymap.h term.h macros.h structs.h regexp.h \
681 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 681 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
682 globals.h arabic.h 682 globals.h
683 popupmnu.obj : popupmnu.c vim.h [.auto]config.h feature.h os_unix.h \ 683 popupmnu.obj : popupmnu.c vim.h [.auto]config.h feature.h os_unix.h \
684 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 684 ascii.h keymap.h term.h macros.h structs.h regexp.h \
685 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 685 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
686 globals.h arabic.h 686 globals.h
687 quickfix.obj : quickfix.c vim.h [.auto]config.h feature.h os_unix.h \ 687 quickfix.obj : quickfix.c vim.h [.auto]config.h feature.h os_unix.h \
688 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 688 ascii.h keymap.h term.h macros.h structs.h regexp.h \
689 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 689 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
690 globals.h arabic.h 690 globals.h
691 regexp.obj : regexp.c vim.h [.auto]config.h feature.h os_unix.h \ 691 regexp.obj : regexp.c vim.h [.auto]config.h feature.h os_unix.h \
692 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 692 ascii.h keymap.h term.h macros.h structs.h regexp.h \
693 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 693 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
694 globals.h arabic.h 694 globals.h
695 screen.obj : screen.c vim.h [.auto]config.h feature.h os_unix.h \ 695 screen.obj : screen.c vim.h [.auto]config.h feature.h os_unix.h \
696 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 696 ascii.h keymap.h term.h macros.h structs.h regexp.h \
697 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 697 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
698 globals.h arabic.h 698 globals.h
699 search.obj : search.c vim.h [.auto]config.h feature.h os_unix.h \ 699 search.obj : search.c vim.h [.auto]config.h feature.h os_unix.h \
700 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 700 ascii.h keymap.h term.h macros.h structs.h regexp.h \
701 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 701 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
702 globals.h arabic.h 702 globals.h
703 sha256.obj : sha256.c vim.h [.auto]config.h feature.h os_unix.h \ 703 sha256.obj : sha256.c vim.h [.auto]config.h feature.h os_unix.h \
704 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 704 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
705 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ 705 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
706 globals.h arabic.h 706 globals.h
707 sign.obj : sign.c vim.h [.auto]config.h feature.h os_unix.h \ 707 sign.obj : sign.c vim.h [.auto]config.h feature.h os_unix.h \
708 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 708 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
709 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ 709 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
710 globals.h arabic.h 710 globals.h
711 spell.obj : spell.c vim.h [.auto]config.h feature.h os_unix.h \ 711 spell.obj : spell.c vim.h [.auto]config.h feature.h os_unix.h \
712 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 712 ascii.h keymap.h term.h macros.h structs.h regexp.h \
713 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 713 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
714 globals.h arabic.h 714 globals.h
715 spellfile.obj : spellfile.c vim.h [.auto]config.h feature.h os_unix.h \ 715 spellfile.obj : spellfile.c vim.h [.auto]config.h feature.h os_unix.h \
716 ascii.h keymap.h term.h macros.h option.h structs.h \ 716 ascii.h keymap.h term.h macros.h option.h structs.h \
717 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 717 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
718 proto.h globals.h arabic.h 718 proto.h globals.h
719 syntax.obj : syntax.c vim.h [.auto]config.h feature.h os_unix.h \ 719 syntax.obj : syntax.c vim.h [.auto]config.h feature.h os_unix.h \
720 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 720 ascii.h keymap.h term.h macros.h structs.h regexp.h \
721 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 721 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
722 globals.h arabic.h 722 globals.h
723 tag.obj : tag.c vim.h [.auto]config.h feature.h os_unix.h \ 723 tag.obj : tag.c vim.h [.auto]config.h feature.h os_unix.h \
724 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 724 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
725 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 725 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
726 arabic.h 726
727 term.obj : term.c vim.h [.auto]config.h feature.h os_unix.h \ 727 term.obj : term.c vim.h [.auto]config.h feature.h os_unix.h \
728 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 728 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
729 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 729 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
730 arabic.h 730
731 termlib.obj : termlib.c vim.h [.auto]config.h feature.h os_unix.h \ 731 termlib.obj : termlib.c vim.h [.auto]config.h feature.h os_unix.h \
732 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 732 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
733 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 733 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
734 arabic.h 734
735 textprop.obj : textprop.c vim.h [.auto]config.h feature.h os_unix.h \ 735 textprop.obj : textprop.c vim.h [.auto]config.h feature.h os_unix.h \
736 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 736 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
737 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 737 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
738 arabic.h 738
739 ui.obj : ui.c vim.h [.auto]config.h feature.h os_unix.h \ 739 ui.obj : ui.c vim.h [.auto]config.h feature.h os_unix.h \
740 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 740 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
741 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 741 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
742 arabic.h 742
743 undo.obj : undo.c vim.h [.auto]config.h feature.h os_unix.h \ 743 undo.obj : undo.c vim.h [.auto]config.h feature.h os_unix.h \
744 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 744 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
745 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 745 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
746 arabic.h 746
747 userfunc.obj : userfunc.c vim.h [.auto]config.h feature.h os_unix.h \ 747 userfunc.obj : userfunc.c vim.h [.auto]config.h feature.h os_unix.h \
748 ascii.h keymap.h term.h macros.h option.h structs.h \ 748 ascii.h keymap.h term.h macros.h option.h structs.h \
749 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 749 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
750 proto.h globals.h arabic.h 750 proto.h globals.h
751 version.obj : version.c vim.h [.auto]config.h feature.h os_unix.h \ 751 version.obj : version.c vim.h [.auto]config.h feature.h os_unix.h \
752 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 752 ascii.h keymap.h term.h macros.h structs.h regexp.h \
753 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 753 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
754 globals.h arabic.h version.h 754 globals.h version.h
755 window.obj : window.c vim.h [.auto]config.h feature.h os_unix.h \ 755 window.obj : window.c vim.h [.auto]config.h feature.h os_unix.h \
756 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 756 ascii.h keymap.h term.h macros.h structs.h regexp.h \
757 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 757 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
758 globals.h arabic.h 758 globals.h
759 gui.obj : gui.c vim.h [.auto]config.h feature.h os_unix.h \ 759 gui.obj : gui.c vim.h [.auto]config.h feature.h os_unix.h \
760 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 760 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
761 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 761 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
762 arabic.h 762
763 gui_gtk.obj : gui_gtk.c gui_gtk_f.h vim.h [.auto]config.h feature.h \ 763 gui_gtk.obj : gui_gtk.c gui_gtk_f.h vim.h [.auto]config.h feature.h \
764 os_unix.h ascii.h keymap.h term.h macros.h structs.h \ 764 os_unix.h ascii.h keymap.h term.h macros.h structs.h \
765 regexp.h gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h \ 765 regexp.h gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h \
766 proto.h globals.h arabic.h [-.pixmaps]stock_icons.h 766 proto.h globals.h [-.pixmaps]stock_icons.h
767 gui_gtk_f.obj : gui_gtk_f.c vim.h [.auto]config.h feature.h os_unix.h \ 767 gui_gtk_f.obj : gui_gtk_f.c vim.h [.auto]config.h feature.h os_unix.h \
768 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 768 ascii.h keymap.h term.h macros.h structs.h regexp.h \
769 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 769 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
770 globals.h arabic.h gui_gtk_f.h 770 globals.h gui_gtk_f.h
771 gui_motif.obj : gui_motif.c vim.h [.auto]config.h feature.h os_unix.h \ 771 gui_motif.obj : gui_motif.c vim.h [.auto]config.h feature.h os_unix.h \
772 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 772 ascii.h keymap.h term.h macros.h structs.h regexp.h \
773 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 773 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
774 globals.h arabic.h [-.pixmaps]alert.xpm [-.pixmaps]error.xpm \ 774 globals.h [-.pixmaps]alert.xpm [-.pixmaps]error.xpm \
775 [-.pixmaps]generic.xpm [-.pixmaps]info.xpm [-.pixmaps]quest.xpm 775 [-.pixmaps]generic.xpm [-.pixmaps]info.xpm [-.pixmaps]quest.xpm
776 gui_athena.obj : gui_athena.c vim.h [.auto]config.h feature.h os_unix.h \ 776 gui_athena.obj : gui_athena.c vim.h [.auto]config.h feature.h os_unix.h \
777 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 777 ascii.h keymap.h term.h macros.h structs.h regexp.h \
778 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 778 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
779 globals.h arabic.h gui_at_sb.h 779 globals.h gui_at_sb.h
780 gui_gtk_x11.obj : gui_gtk_x11.c vim.h [.auto]config.h feature.h os_unix.h \ 780 gui_gtk_x11.obj : gui_gtk_x11.c vim.h [.auto]config.h feature.h os_unix.h \
781 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 781 ascii.h keymap.h term.h macros.h structs.h regexp.h \
782 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 782 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
783 globals.h arabic.h gui_gtk_f.h [-.runtime]vim32x32.xpm \ 783 globals.h gui_gtk_f.h [-.runtime]vim32x32.xpm \
784 [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm 784 [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm
785 gui_x11.obj : gui_x11.c vim.h [.auto]config.h feature.h os_unix.h \ 785 gui_x11.obj : gui_x11.c vim.h [.auto]config.h feature.h os_unix.h \
786 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 786 ascii.h keymap.h term.h macros.h structs.h regexp.h \
787 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 787 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
788 globals.h arabic.h [-.runtime]vim32x32.xpm \ 788 globals.h [-.runtime]vim32x32.xpm \
789 [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm [-.pixmaps]tb_new.xpm \ 789 [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm [-.pixmaps]tb_new.xpm \
790 [-.pixmaps]tb_open.xpm [-.pixmaps]tb_close.xpm [-.pixmaps]tb_save.xpm \ 790 [-.pixmaps]tb_open.xpm [-.pixmaps]tb_close.xpm [-.pixmaps]tb_save.xpm \
791 [-.pixmaps]tb_print.xpm [-.pixmaps]tb_cut.xpm [-.pixmaps]tb_copy.xpm \ 791 [-.pixmaps]tb_print.xpm [-.pixmaps]tb_cut.xpm [-.pixmaps]tb_copy.xpm \
792 [-.pixmaps]tb_paste.xpm [-.pixmaps]tb_find.xpm \ 792 [-.pixmaps]tb_paste.xpm [-.pixmaps]tb_find.xpm \
793 [-.pixmaps]tb_find_next.xpm [-.pixmaps]tb_find_prev.xpm \ 793 [-.pixmaps]tb_find_next.xpm [-.pixmaps]tb_find_prev.xpm \
803 [-.pixmaps]tb_vsplit.xpm [-.pixmaps]tb_maxwidth.xpm \ 803 [-.pixmaps]tb_vsplit.xpm [-.pixmaps]tb_maxwidth.xpm \
804 [-.pixmaps]tb_minwidth.xpm 804 [-.pixmaps]tb_minwidth.xpm
805 gui_at_sb.obj : gui_at_sb.c vim.h [.auto]config.h feature.h os_unix.h \ 805 gui_at_sb.obj : gui_at_sb.c vim.h [.auto]config.h feature.h os_unix.h \
806 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 806 ascii.h keymap.h term.h macros.h structs.h regexp.h \
807 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 807 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
808 globals.h arabic.h gui_at_sb.h 808 globals.h gui_at_sb.h
809 gui_at_fs.obj : gui_at_fs.c vim.h [.auto]config.h feature.h os_unix.h \ 809 gui_at_fs.obj : gui_at_fs.c vim.h [.auto]config.h feature.h os_unix.h \
810 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 810 ascii.h keymap.h term.h macros.h structs.h regexp.h \
811 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 811 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
812 globals.h arabic.h gui_at_sb.h 812 globals.h gui_at_sb.h
813 pty.obj : pty.c vim.h [.auto]config.h feature.h os_unix.h \ 813 pty.obj : pty.c vim.h [.auto]config.h feature.h os_unix.h \
814 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 814 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
815 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 815 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
816 arabic.h 816
817 hangulin.obj : hangulin.c vim.h [.auto]config.h feature.h os_unix.h \ 817 hangulin.obj : hangulin.c vim.h [.auto]config.h feature.h os_unix.h \
818 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 818 ascii.h keymap.h term.h macros.h structs.h regexp.h \
819 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 819 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
820 globals.h arabic.h 820 globals.h
821 if_perl.obj : [.auto]if_perl.c vim.h [.auto]config.h feature.h os_unix.h \ 821 if_perl.obj : [.auto]if_perl.c vim.h [.auto]config.h feature.h os_unix.h \
822 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 822 ascii.h keymap.h term.h macros.h structs.h regexp.h \
823 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 823 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
824 globals.h arabic.h 824 globals.h
825 if_perlsfio.obj : if_perlsfio.c vim.h [.auto]config.h feature.h os_unix.h \ 825 if_perlsfio.obj : if_perlsfio.c vim.h [.auto]config.h feature.h os_unix.h \
826 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 826 ascii.h keymap.h term.h macros.h structs.h regexp.h \
827 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 827 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
828 globals.h arabic.h 828 globals.h
829 if_python.obj : if_python.c vim.h [.auto]config.h feature.h os_unix.h \ 829 if_python.obj : if_python.c vim.h [.auto]config.h feature.h os_unix.h \
830 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 830 ascii.h keymap.h term.h macros.h structs.h regexp.h \
831 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 831 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
832 globals.h arabic.h 832 globals.h
833 if_tcl.obj : if_tcl.c vim.h [.auto]config.h feature.h os_unix.h \ 833 if_tcl.obj : if_tcl.c vim.h [.auto]config.h feature.h os_unix.h \
834 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 834 ascii.h keymap.h term.h macros.h structs.h regexp.h \
835 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 835 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
836 globals.h arabic.h 836 globals.h
837 if_ruby.obj : if_ruby.c vim.h [.auto]config.h feature.h os_unix.h \ 837 if_ruby.obj : if_ruby.c vim.h [.auto]config.h feature.h os_unix.h \
838 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 838 ascii.h keymap.h term.h macros.h structs.h regexp.h \
839 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 839 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
840 globals.h arabic.h version.h 840 globals.h version.h
841 beval.obj : beval.c vim.h [.auto]config.h feature.h os_unix.h \ 841 beval.obj : beval.c vim.h [.auto]config.h feature.h os_unix.h \
842 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 842 ascii.h keymap.h term.h macros.h structs.h regexp.h \
843 gui.h beval.h option.h ex_cmds.h proto.h \ 843 gui.h beval.h option.h ex_cmds.h proto.h \
844 globals.h arabic.h 844 globals.h
845 gui_beval.obj : gui_beval.c vim.h [.auto]config.h feature.h os_unix.h \ 845 gui_beval.obj : gui_beval.c vim.h [.auto]config.h feature.h os_unix.h \
846 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 846 ascii.h keymap.h term.h macros.h structs.h regexp.h \
847 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 847 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
848 globals.h arabic.h 848 globals.h
849 workshop.obj : workshop.c [.auto]config.h integration.h vim.h feature.h \ 849 workshop.obj : workshop.c [.auto]config.h integration.h vim.h feature.h \
850 os_unix.h ascii.h keymap.h term.h macros.h structs.h \ 850 os_unix.h ascii.h keymap.h term.h macros.h structs.h \
851 regexp.h gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h \ 851 regexp.h gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h \
852 proto.h globals.h arabic.h version.h workshop.h 852 proto.h globals.h version.h workshop.h
853 wsdebug.obj : wsdebug.c 853 wsdebug.obj : wsdebug.c
854 integration.obj : integration.c vim.h [.auto]config.h feature.h os_unix.h \ 854 integration.obj : integration.c vim.h [.auto]config.h feature.h os_unix.h \
855 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 855 ascii.h keymap.h term.h macros.h structs.h regexp.h \
856 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 856 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
857 globals.h arabic.h integration.h 857 globals.h integration.h
858 netbeans.obj : netbeans.c vim.h [.auto]config.h feature.h os_unix.h \ 858 netbeans.obj : netbeans.c vim.h [.auto]config.h feature.h os_unix.h \
859 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 859 ascii.h keymap.h term.h macros.h structs.h regexp.h \
860 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 860 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
861 globals.h arabic.h version.h 861 globals.h version.h
862 gui_xmdlg.obj : gui_xmdlg.c [.auto]config.h vim.h feature.h os_unix.h 862 gui_xmdlg.obj : gui_xmdlg.c [.auto]config.h vim.h feature.h os_unix.h
863 gui_xmebw.obj : gui_xmebw.c [.auto]config.h vim.h feature.h os_unix.h 863 gui_xmebw.obj : gui_xmebw.c [.auto]config.h vim.h feature.h os_unix.h
864 xdiffi.obj : [.xdiff]xdiffi.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h 864 xdiffi.obj : [.xdiff]xdiffi.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h
865 xemit.obj : [.xdiff]xemit.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h 865 xemit.obj : [.xdiff]xemit.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h
866 xprepare.obj : [.xdiff]xprepare.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h 866 xprepare.obj : [.xdiff]xprepare.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h