comparison src/Make_vms.mms @ 18124:2a806e3c39f6 v8.1.2057

patch 8.1.2057: the screen.c file is much too big Commit: https://github.com/vim/vim/commit/7528d1f6b5422750eb778dfb550cfd0b0e540964 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 19 23:06:20 2019 +0200 patch 8.1.2057: the screen.c file is much too big Problem: The screen.c file is much too big. Solution: Split it in three parts. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/4943)
author Bram Moolenaar <Bram@vim.org>
date Thu, 19 Sep 2019 23:15:05 +0200
parents df5778d73320
children 1868ec23360e
comparison
equal deleted inserted replaced
18123:ceb4be0b23c7 18124:2a806e3c39f6
307 ALL_LIBS = $(LIBS) $(GUI_LIB_DIR) $(GUI_LIB) \ 307 ALL_LIBS = $(LIBS) $(GUI_LIB_DIR) $(GUI_LIB) \
308 $(PERL_LIB) $(PYTHON_LIB) $(TCL_LIB) $(RUBY_LIB) 308 $(PERL_LIB) $(PYTHON_LIB) $(TCL_LIB) $(RUBY_LIB)
309 309
310 SRC = arabic.c arglist.c autocmd.c beval.c blob.c blowfish.c buffer.c \ 310 SRC = arabic.c arglist.c autocmd.c beval.c blob.c blowfish.c buffer.c \
311 change.c charset.c cmdexpand.c cmdhist.c crypt.c crypt_zip.c \ 311 change.c charset.c cmdexpand.c cmdhist.c crypt.c crypt_zip.c \
312 debugger.c dict.c diff.c digraph.c edit.c eval.c evalbuffer.c \ 312 debugger.c dict.c diff.c digraph.c drawline.c drawscreen.c edit.c \
313 evalfunc.c \ 313 eval.c evalbuffer.c evalfunc.c \
314 evalvars.c evalwindow.c ex_cmds.c ex_cmds2.c ex_docmd.c ex_eval.c \ 314 evalvars.c evalwindow.c ex_cmds.c ex_cmds2.c ex_docmd.c ex_eval.c \
315 ex_getln.c \ 315 ex_getln.c \
316 if_cscope.c if_xcmdsrv.c fileio.c filepath.c, findfile.c fold.c \ 316 if_cscope.c if_xcmdsrv.c fileio.c filepath.c, findfile.c fold.c \
317 getchar.c hardcopy.c hashtab.c highlight.c \ 317 getchar.c hardcopy.c hashtab.c highlight.c \
318 indent.c insexpand.c json.c list.c main.c map.c mark.c menu.c mbyte.c \ 318 indent.c insexpand.c json.c list.c main.c map.c mark.c menu.c mbyte.c \
327 $(RUBY_SRC) $(HANGULIN_SRC) $(MZSCH_SRC) $(XDIFF_SRC) 327 $(RUBY_SRC) $(HANGULIN_SRC) $(MZSCH_SRC) $(XDIFF_SRC)
328 328
329 OBJ = arabic.obj arglist.obj autocmd.obj beval.obj blob.obj blowfish.obj \ 329 OBJ = arabic.obj arglist.obj autocmd.obj beval.obj blob.obj blowfish.obj \
330 buffer.obj change.obj charset.obj cmdexpand.obj cmdhist.obj \ 330 buffer.obj change.obj charset.obj cmdexpand.obj cmdhist.obj \
331 crypt.obj crypt_zip.obj debugger.obj dict.obj diff.obj digraph.obj \ 331 crypt.obj crypt_zip.obj debugger.obj dict.obj diff.obj digraph.obj \
332 edit.obj eval.obj evalbuffer.obj evalfunc.obj evalvars.obj \ 332 drawline.obj drawscreen.obj edit.obj eval.obj evalbuffer.obj \
333 evalwindow.obj ex_cmds.obj ex_cmds2.obj \ 333 evalfunc.obj evalvars.obj evalwindow.obj ex_cmds.obj ex_cmds2.obj \
334 ex_docmd.obj ex_eval.obj ex_getln.obj if_cscope.obj if_xcmdsrv.obj \ 334 ex_docmd.obj ex_eval.obj ex_getln.obj if_cscope.obj if_xcmdsrv.obj \
335 fileio.obj filepath.obj \ 335 fileio.obj filepath.obj \
336 findfile.obj fold.obj getchar.obj hardcopy.obj hashtab.obj \ 336 findfile.obj fold.obj getchar.obj hardcopy.obj hashtab.obj \
337 highlight.obj indent.obj insexpand.obj json.obj list.obj main.obj \ 337 highlight.obj indent.obj insexpand.obj json.obj list.obj main.obj \
338 map.obj mark.obj menu.obj memfile.obj memline.obj message.obj \ 338 map.obj mark.obj menu.obj memfile.obj memline.obj message.obj \
554 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 554 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
555 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ 555 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
556 globals.h 556 globals.h
557 diff.obj : diff.c vim.h [.auto]config.h feature.h os_unix.h \ 557 diff.obj : diff.c vim.h [.auto]config.h feature.h os_unix.h \
558 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 558 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
559 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 559 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
560
561 digraph.obj : digraph.c vim.h [.auto]config.h feature.h os_unix.h \ 560 digraph.obj : digraph.c vim.h [.auto]config.h feature.h os_unix.h \
562 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 561 ascii.h keymap.h term.h macros.h structs.h regexp.h \
563 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 562 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
564 globals.h 563 globals.h
564 drawline.obj : drawline.c vim.h [.auto]config.h feature.h os_unix.h \
565 ascii.h keymap.h term.h macros.h structs.h regexp.h \
566 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
567 globals.h
568 drawscreen.obj : drawscreen.c vim.h [.auto]config.h feature.h os_unix.h \
569 ascii.h keymap.h term.h macros.h structs.h regexp.h \
570 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
571 globals.h
565 edit.obj : edit.c vim.h [.auto]config.h feature.h os_unix.h \ 572 edit.obj : edit.c vim.h [.auto]config.h feature.h os_unix.h \
566 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 573 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
567 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 574 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
568
569 eval.obj : eval.c vim.h [.auto]config.h feature.h os_unix.h \ 575 eval.obj : eval.c vim.h [.auto]config.h feature.h os_unix.h \
570 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 576 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
571 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 577 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
572 version.h 578 version.h
573 evalbuffer.obj : evalbuffer.c vim.h [.auto]config.h feature.h os_unix.h \ 579 evalbuffer.obj : evalbuffer.c vim.h [.auto]config.h feature.h os_unix.h \
618 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 624 ascii.h keymap.h term.h macros.h structs.h regexp.h \
619 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 625 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
620 globals.h 626 globals.h
621 fold.obj : fold.c vim.h [.auto]config.h feature.h os_unix.h \ 627 fold.obj : fold.c vim.h [.auto]config.h feature.h os_unix.h \
622 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 628 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
623 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 629 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
624
625 getchar.obj : getchar.c vim.h [.auto]config.h feature.h os_unix.h \ 630 getchar.obj : getchar.c vim.h [.auto]config.h feature.h os_unix.h \
626 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 631 ascii.h keymap.h term.h macros.h structs.h regexp.h \
627 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 632 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
628 globals.h 633 globals.h
629 hardcopy.obj : hardcopy.c vim.h [.auto]config.h feature.h os_unix.h \ 634 hardcopy.obj : hardcopy.c vim.h [.auto]config.h feature.h os_unix.h \
667 map.obj : map.c vim.h [.auto]config.h feature.h os_unix.h \ 672 map.obj : map.c vim.h [.auto]config.h feature.h os_unix.h \
668 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 673 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
669 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 674 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
670 mark.obj : mark.c vim.h [.auto]config.h feature.h os_unix.h \ 675 mark.obj : mark.c vim.h [.auto]config.h feature.h os_unix.h \
671 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 676 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
672 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 677 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
673
674 memfile.obj : memfile.c vim.h [.auto]config.h feature.h os_unix.h \ 678 memfile.obj : memfile.c vim.h [.auto]config.h feature.h os_unix.h \
675 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 679 ascii.h keymap.h term.h macros.h structs.h regexp.h \
676 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 680 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
677 globals.h 681 globals.h
678 memline.obj : memline.c vim.h [.auto]config.h feature.h os_unix.h \ 682 memline.obj : memline.c vim.h [.auto]config.h feature.h os_unix.h \
679 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 683 ascii.h keymap.h term.h macros.h structs.h regexp.h \
680 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 684 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
681 globals.h 685 globals.h
682 menu.obj : menu.c vim.h [.auto]config.h feature.h os_unix.h \ 686 menu.obj : menu.c vim.h [.auto]config.h feature.h os_unix.h \
683 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 687 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
684 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 688 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
685
686 message.obj : message.c vim.h [.auto]config.h feature.h os_unix.h \ 689 message.obj : message.c vim.h [.auto]config.h feature.h os_unix.h \
687 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 690 ascii.h keymap.h term.h macros.h structs.h regexp.h \
688 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 691 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
689 globals.h 692 globals.h
690 misc1.obj : misc1.c vim.h [.auto]config.h feature.h os_unix.h \ 693 misc1.obj : misc1.c vim.h [.auto]config.h feature.h os_unix.h \
691 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 694 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
692 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 695 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \
693 version.h 696 version.h
694 misc2.obj : misc2.c vim.h [.auto]config.h feature.h os_unix.h \ 697 misc2.obj : misc2.c vim.h [.auto]config.h feature.h os_unix.h \
695 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 698 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
696 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 699 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
697
698 move.obj : move.c vim.h [.auto]config.h feature.h os_unix.h \ 700 move.obj : move.c vim.h [.auto]config.h feature.h os_unix.h \
699 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 701 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
700 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 702 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
701
702 mbyte.obj : mbyte.c vim.h [.auto]config.h feature.h os_unix.h \ 703 mbyte.obj : mbyte.c vim.h [.auto]config.h feature.h os_unix.h \
703 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 704 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
704 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 705 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
705
706 normal.obj : normal.c vim.h [.auto]config.h feature.h os_unix.h \ 706 normal.obj : normal.c vim.h [.auto]config.h feature.h os_unix.h \
707 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 707 ascii.h keymap.h term.h macros.h structs.h regexp.h \
708 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 708 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
709 globals.h 709 globals.h
710 ops.obj : ops.c vim.h [.auto]config.h feature.h os_unix.h \ 710 ops.obj : ops.c vim.h [.auto]config.h feature.h os_unix.h \
711 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 711 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
712 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 712 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
713
714 option.obj : option.c vim.h [.auto]config.h feature.h os_unix.h \ 713 option.obj : option.c vim.h [.auto]config.h feature.h os_unix.h \
715 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 714 ascii.h keymap.h term.h macros.h structs.h regexp.h \
716 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 715 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
717 globals.h optiondefs.h 716 globals.h optiondefs.h
718 optionstr.obj : optionstr.c vim.h [.auto]config.h feature.h os_unix.h \ 717 optionstr.obj : optionstr.c vim.h [.auto]config.h feature.h os_unix.h \
787 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 \
788 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 \
789 globals.h 788 globals.h
790 tag.obj : tag.c vim.h [.auto]config.h feature.h os_unix.h \ 789 tag.obj : tag.c vim.h [.auto]config.h feature.h os_unix.h \
791 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 790 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
792 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 791 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
793
794 term.obj : term.c vim.h [.auto]config.h feature.h os_unix.h \ 792 term.obj : term.c vim.h [.auto]config.h feature.h os_unix.h \
795 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 793 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
796 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 794 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
797
798 termlib.obj : termlib.c vim.h [.auto]config.h feature.h os_unix.h \ 795 termlib.obj : termlib.c vim.h [.auto]config.h feature.h os_unix.h \
799 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 796 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
800 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 797 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
801
802 testing.obj : testing.c vim.h [.auto]config.h feature.h os_unix.h \ 798 testing.obj : testing.c vim.h [.auto]config.h feature.h os_unix.h \
803 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 799 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
804 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 800 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
805
806 textprop.obj : textprop.c vim.h [.auto]config.h feature.h os_unix.h \ 801 textprop.obj : textprop.c vim.h [.auto]config.h feature.h os_unix.h \
807 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 802 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
808 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 803 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
809
810 ui.obj : ui.c vim.h [.auto]config.h feature.h os_unix.h \ 804 ui.obj : ui.c vim.h [.auto]config.h feature.h os_unix.h \
811 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 805 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
812 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 806 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
813
814 undo.obj : undo.c vim.h [.auto]config.h feature.h os_unix.h \ 807 undo.obj : undo.c vim.h [.auto]config.h feature.h os_unix.h \
815 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 808 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
816 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 809 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
817
818 usercmd.obj : usercmd.c vim.h [.auto]config.h feature.h os_unix.h \ 810 usercmd.obj : usercmd.c vim.h [.auto]config.h feature.h os_unix.h \
819 ascii.h keymap.h term.h macros.h option.h structs.h \ 811 ascii.h keymap.h term.h macros.h option.h structs.h \
820 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 812 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
821 proto.h globals.h 813 proto.h globals.h
822
823 userfunc.obj : userfunc.c vim.h [.auto]config.h feature.h os_unix.h \ 814 userfunc.obj : userfunc.c vim.h [.auto]config.h feature.h os_unix.h \
824 ascii.h keymap.h term.h macros.h option.h structs.h \ 815 ascii.h keymap.h term.h macros.h option.h structs.h \
825 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 816 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
826 proto.h globals.h 817 proto.h globals.h
827
828 version.obj : version.c vim.h [.auto]config.h feature.h os_unix.h \ 818 version.obj : version.c vim.h [.auto]config.h feature.h os_unix.h \
829 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 819 ascii.h keymap.h term.h macros.h structs.h regexp.h \
830 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 820 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
831 globals.h version.h 821 globals.h version.h
832 viminfo.obj : viminfo.c vim.h [.auto]config.h feature.h os_unix.h \ 822 viminfo.obj : viminfo.c vim.h [.auto]config.h feature.h os_unix.h \
837 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 827 ascii.h keymap.h term.h macros.h structs.h regexp.h \
838 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 828 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
839 globals.h 829 globals.h
840 gui.obj : gui.c vim.h [.auto]config.h feature.h os_unix.h \ 830 gui.obj : gui.c vim.h [.auto]config.h feature.h os_unix.h \
841 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 831 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
842 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 832 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
843
844 gui_gtk.obj : gui_gtk.c gui_gtk_f.h vim.h [.auto]config.h feature.h \ 833 gui_gtk.obj : gui_gtk.c gui_gtk_f.h vim.h [.auto]config.h feature.h \
845 os_unix.h ascii.h keymap.h term.h macros.h structs.h \ 834 os_unix.h ascii.h keymap.h term.h macros.h structs.h \
846 regexp.h gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h \ 835 regexp.h gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h \
847 proto.h globals.h [-.pixmaps]stock_icons.h 836 proto.h globals.h [-.pixmaps]stock_icons.h
848 gui_gtk_f.obj : gui_gtk_f.c vim.h [.auto]config.h feature.h os_unix.h \ 837 gui_gtk_f.obj : gui_gtk_f.c vim.h [.auto]config.h feature.h os_unix.h \
891 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 880 ascii.h keymap.h term.h macros.h structs.h regexp.h \
892 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 881 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
893 globals.h gui_at_sb.h 882 globals.h gui_at_sb.h
894 pty.obj : pty.c vim.h [.auto]config.h feature.h os_unix.h \ 883 pty.obj : pty.c vim.h [.auto]config.h feature.h os_unix.h \
895 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ 884 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
896 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 885 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h
897
898 hangulin.obj : hangulin.c vim.h [.auto]config.h feature.h os_unix.h \ 886 hangulin.obj : hangulin.c vim.h [.auto]config.h feature.h os_unix.h \
899 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 887 ascii.h keymap.h term.h macros.h structs.h regexp.h \
900 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 888 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
901 globals.h 889 globals.h
902 if_perl.obj : [.auto]if_perl.c vim.h [.auto]config.h feature.h os_unix.h \ 890 if_perl.obj : [.auto]if_perl.c vim.h [.auto]config.h feature.h os_unix.h \