comparison src/Makefile @ 2210:8c6a66e2b3cc vim73

Add :nbstart and :nbclose.
author Bram Moolenaar <bram@vim.org>
date Sat, 22 May 2010 21:34:09 +0200
parents c202455d5a3a
children e4d849f4df03
comparison
equal deleted inserted replaced
2209:d0ddf7ba1630 2210:8c6a66e2b3cc
1303 .SUFFIXES: 1303 .SUFFIXES:
1304 .SUFFIXES: .c .o .pro 1304 .SUFFIXES: .c .o .pro
1305 1305
1306 PRE_DEFS = -Iproto $(DEFS) $(GUI_DEFS) $(GUI_IPATH) $(CPPFLAGS) $(EXTRA_IPATHS) 1306 PRE_DEFS = -Iproto $(DEFS) $(GUI_DEFS) $(GUI_IPATH) $(CPPFLAGS) $(EXTRA_IPATHS)
1307 POST_DEFS = $(X_CFLAGS) $(MZSCHEME_CFLAGS) $(PERL_CFLAGS) $(PYTHON_CFLAGS) $(TCL_CFLAGS) $(RUBY_CFLAGS) $(EXTRA_DEFS) 1307 POST_DEFS = $(X_CFLAGS) $(MZSCHEME_CFLAGS) $(PERL_CFLAGS) $(PYTHON_CFLAGS) $(TCL_CFLAGS) $(RUBY_CFLAGS) $(EXTRA_DEFS)
1308 1308 NOPROTO_DEFS = $(PYTHON_NOPROTO)
1309 ALL_CFLAGS = $(PRE_DEFS) $(CFLAGS) $(PROFILE_CFLAGS) $(POST_DEFS) 1309
1310 ALL_CFLAGS = $(PRE_DEFS) $(CFLAGS) $(PROFILE_CFLAGS) $(POST_DEFS) $(NOPROTO_DEFS)
1310 1311
1311 # Exclude $CFLAGS for osdef.sh, for Mac 10.4 some flags don't work together 1312 # Exclude $CFLAGS for osdef.sh, for Mac 10.4 some flags don't work together
1312 # with "-E". 1313 # with "-E".
1313 OSDEF_CFLAGS = $(PRE_DEFS) $(POST_DEFS) 1314 OSDEF_CFLAGS = $(PRE_DEFS) $(POST_DEFS)
1314 1315
2676 2677
2677 2678
2678 ############################################################################### 2679 ###############################################################################
2679 ### (automatically generated by 'make depend') 2680 ### (automatically generated by 'make depend')
2680 ### Dependencies: 2681 ### Dependencies:
2682 objects/blowfish.o: blowfish.c vim.h auto/config.h feature.h os_unix.h \
2683 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2684 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2685 globals.h farsi.h arabic.h
2681 objects/buffer.o: buffer.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2686 objects/buffer.o: buffer.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2682 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2687 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2683 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2688 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2684 arabic.h version.h 2689 arabic.h version.h
2685 objects/charset.o: charset.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2690 objects/charset.o: charset.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2686 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2691 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2687 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2692 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2688 arabic.h 2693 arabic.h
2689 objects/diff.o: diff.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2694 objects/diff.o: diff.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2690 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2695 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2691 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2696 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2692 arabic.h 2697 arabic.h
2693 objects/digraph.o: digraph.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2698 objects/digraph.o: digraph.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2694 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2699 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2695 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2700 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2696 arabic.h 2701 arabic.h
2697 objects/edit.o: edit.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2702 objects/edit.o: edit.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2698 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2703 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2699 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2704 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2700 arabic.h 2705 arabic.h
2701 objects/eval.o: eval.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2706 objects/eval.o: eval.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2702 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2707 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2703 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2708 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2704 arabic.h version.h 2709 arabic.h version.h
2705 objects/ex_cmds.o: ex_cmds.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2710 objects/ex_cmds.o: ex_cmds.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2706 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2711 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2707 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2712 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2708 arabic.h version.h 2713 arabic.h version.h
2709 objects/ex_cmds2.o: ex_cmds2.c vim.h auto/config.h feature.h os_unix.h \ 2714 objects/ex_cmds2.o: ex_cmds2.c vim.h auto/config.h feature.h os_unix.h \
2710 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2715 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2711 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2716 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2712 globals.h farsi.h arabic.h version.h 2717 globals.h farsi.h arabic.h version.h
2713 objects/ex_docmd.o: ex_docmd.c vim.h auto/config.h feature.h os_unix.h \ 2718 objects/ex_docmd.o: ex_docmd.c vim.h auto/config.h feature.h os_unix.h \
2714 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2719 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2715 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2720 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2716 globals.h farsi.h arabic.h 2721 globals.h farsi.h arabic.h
2717 objects/ex_eval.o: ex_eval.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2722 objects/ex_eval.o: ex_eval.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2718 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2723 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2719 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2724 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2720 arabic.h 2725 arabic.h
2721 objects/ex_getln.o: ex_getln.c vim.h auto/config.h feature.h os_unix.h \ 2726 objects/ex_getln.o: ex_getln.c vim.h auto/config.h feature.h os_unix.h \
2722 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2727 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2723 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2728 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2724 globals.h farsi.h arabic.h 2729 globals.h farsi.h arabic.h
2725 objects/fileio.o: fileio.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2730 objects/fileio.o: fileio.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2726 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2731 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2727 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2732 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2728 arabic.h 2733 arabic.h
2729 objects/fold.o: fold.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2734 objects/fold.o: fold.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2730 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2735 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2731 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2736 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2732 arabic.h 2737 arabic.h
2733 objects/getchar.o: getchar.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2738 objects/getchar.o: getchar.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2734 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2739 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2735 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2740 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2736 arabic.h 2741 arabic.h
2737 objects/hardcopy.o: hardcopy.c vim.h auto/config.h feature.h os_unix.h \ 2742 objects/hardcopy.o: hardcopy.c vim.h auto/config.h feature.h os_unix.h \
2738 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2743 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2739 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2744 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2740 globals.h farsi.h arabic.h version.h 2745 globals.h farsi.h arabic.h version.h
2741 objects/hashtab.o: hashtab.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2746 objects/hashtab.o: hashtab.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2742 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2747 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2743 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2748 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2744 arabic.h 2749 arabic.h
2745 objects/if_cscope.o: if_cscope.c vim.h auto/config.h feature.h os_unix.h \ 2750 objects/if_cscope.o: if_cscope.c vim.h auto/config.h feature.h os_unix.h \
2746 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2751 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2747 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2752 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2748 globals.h farsi.h arabic.h if_cscope.h 2753 globals.h farsi.h arabic.h if_cscope.h
2749 objects/if_xcmdsrv.o: if_xcmdsrv.c vim.h auto/config.h feature.h os_unix.h \ 2754 objects/if_xcmdsrv.o: if_xcmdsrv.c vim.h auto/config.h feature.h os_unix.h \
2750 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2755 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2751 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2756 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2752 globals.h farsi.h arabic.h version.h 2757 globals.h farsi.h arabic.h version.h
2753 objects/main.o: main.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2758 objects/main.o: main.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2754 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2759 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2755 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2760 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2756 arabic.h farsi.c arabic.c 2761 arabic.h farsi.c arabic.c
2757 objects/mark.o: mark.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2762 objects/mark.o: mark.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2758 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2763 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2759 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2764 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2760 arabic.h 2765 arabic.h
2761 objects/memfile.o: memfile.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2766 objects/memfile.o: memfile.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2762 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2767 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2763 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2768 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2764 arabic.h 2769 arabic.h
2765 objects/memline.o: memline.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2770 objects/memline.o: memline.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2766 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2771 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2767 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2772 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2768 arabic.h 2773 arabic.h
2769 objects/menu.o: menu.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2774 objects/menu.o: menu.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2770 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2775 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2771 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2776 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2772 arabic.h 2777 arabic.h
2773 objects/message.o: message.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2778 objects/message.o: message.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2774 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2779 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2775 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2780 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2776 arabic.h 2781 arabic.h
2777 objects/misc1.o: misc1.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2782 objects/misc1.o: misc1.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2778 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2783 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2779 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2784 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2780 arabic.h version.h 2785 arabic.h version.h
2781 objects/misc2.o: misc2.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2786 objects/misc2.o: misc2.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2782 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2787 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2783 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2788 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2784 arabic.h 2789 arabic.h
2785 objects/move.o: move.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2790 objects/move.o: move.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2786 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2791 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2787 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2792 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2788 arabic.h 2793 arabic.h
2789 objects/mbyte.o: mbyte.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2794 objects/mbyte.o: mbyte.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2790 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2795 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2791 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2796 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2792 arabic.h 2797 arabic.h
2793 objects/normal.o: normal.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2798 objects/normal.o: normal.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2794 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2799 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2795 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2800 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2796 arabic.h 2801 arabic.h
2797 objects/ops.o: ops.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \ 2802 objects/ops.o: ops.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \
2798 keymap.h term.h macros.h option.h structs.h regexp.h gui.h gui_beval.h \ 2803 keymap.h term.h macros.h option.h structs.h regexp.h gui.h gui_beval.h \
2799 proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h arabic.h 2804 proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h arabic.h
2800 objects/option.o: option.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2805 objects/option.o: option.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2801 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2806 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2802 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2807 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2803 arabic.h 2808 arabic.h
2804 objects/os_unix.o: os_unix.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2809 objects/os_unix.o: os_unix.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2805 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2810 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2806 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2811 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2807 arabic.h os_unixx.h 2812 arabic.h if_mzsch.h os_unixx.h
2808 objects/pathdef.o: auto/pathdef.c ./vim.h ./auto/config.h ./feature.h ./os_unix.h \ 2813 objects/pathdef.o: auto/pathdef.c vim.h auto/config.h feature.h os_unix.h \
2809 ./auto/osdef.h ./ascii.h ./keymap.h ./term.h ./macros.h ./option.h \ 2814 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2810 ./structs.h ./regexp.h ./gui.h ./gui_beval.h proto/gui_beval.pro \ 2815 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2811 ./ex_cmds.h ./proto.h ./globals.h ./farsi.h ./arabic.h 2816 globals.h farsi.h arabic.h
2812 objects/popupmnu.o: popupmnu.c vim.h auto/config.h feature.h os_unix.h \ 2817 objects/popupmnu.o: popupmnu.c vim.h auto/config.h feature.h os_unix.h \
2813 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2818 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2814 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2819 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2815 globals.h farsi.h arabic.h 2820 globals.h farsi.h arabic.h
2816 objects/quickfix.o: quickfix.c vim.h auto/config.h feature.h os_unix.h \ 2821 objects/quickfix.o: quickfix.c vim.h auto/config.h feature.h os_unix.h \
2817 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2822 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2818 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2823 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2819 globals.h farsi.h arabic.h 2824 globals.h farsi.h arabic.h
2820 objects/regexp.o: regexp.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2825 objects/regexp.o: regexp.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2821 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2826 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2822 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2827 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2823 arabic.h 2828 arabic.h
2824 objects/screen.o: screen.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2829 objects/screen.o: screen.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2825 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2830 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2826 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2831 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2827 arabic.h 2832 arabic.h
2828 objects/search.o: search.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2833 objects/search.o: search.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2829 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2834 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2830 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2835 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2831 arabic.h 2836 arabic.h
2837 objects/sha256.o: sha256.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2838 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2839 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2840 arabic.h
2832 objects/spell.o: spell.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2841 objects/spell.o: spell.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2833 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2842 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2834 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2843 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2835 arabic.h 2844 arabic.h
2836 objects/syntax.o: syntax.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2845 objects/syntax.o: syntax.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2837 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2846 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2838 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2847 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2839 arabic.h 2848 arabic.h
2840 objects/tag.o: tag.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \ 2849 objects/tag.o: tag.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \
2841 keymap.h term.h macros.h option.h structs.h regexp.h gui.h gui_beval.h \ 2850 keymap.h term.h macros.h option.h structs.h regexp.h gui.h gui_beval.h \
2842 proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h arabic.h 2851 proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h arabic.h
2843 objects/term.o: term.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2852 objects/term.o: term.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2844 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2853 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2845 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2854 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2846 arabic.h 2855 arabic.h
2847 objects/ui.o: ui.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \ 2856 objects/ui.o: ui.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \
2848 keymap.h term.h macros.h option.h structs.h regexp.h gui.h gui_beval.h \ 2857 keymap.h term.h macros.h option.h structs.h regexp.h gui.h gui_beval.h \
2849 proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h arabic.h 2858 proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h arabic.h
2850 objects/undo.o: undo.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2859 objects/undo.o: undo.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2851 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2860 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2852 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2861 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2853 arabic.h 2862 arabic.h
2854 objects/version.o: version.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2863 objects/version.o: version.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2855 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2864 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2856 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2865 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2857 arabic.h version.h 2866 arabic.h version.h
2858 objects/window.o: window.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2867 objects/window.o: window.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2859 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2868 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2860 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2869 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2861 arabic.h 2870 arabic.h
2862 objects/gui.o: gui.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \ 2871 objects/gui.o: gui.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \
2863 keymap.h term.h macros.h option.h structs.h regexp.h gui.h gui_beval.h \ 2872 keymap.h term.h macros.h option.h structs.h regexp.h gui.h gui_beval.h \
2864 proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h arabic.h 2873 proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h arabic.h
2865 objects/gui_gtk.o: gui_gtk.c gui_gtk_f.h vim.h auto/config.h feature.h os_unix.h \ 2874 objects/gui_gtk.o: gui_gtk.c gui_gtk_f.h vim.h auto/config.h feature.h os_unix.h \
2866 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2875 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2867 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2876 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2868 globals.h farsi.h arabic.h ../pixmaps/stock_icons.h 2877 globals.h farsi.h arabic.h ../pixmaps/stock_icons.h
2869 objects/gui_gtk_f.o: gui_gtk_f.c vim.h auto/config.h feature.h os_unix.h \ 2878 objects/gui_gtk_f.o: gui_gtk_f.c vim.h auto/config.h feature.h os_unix.h \
2870 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2879 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2871 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2880 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2872 globals.h farsi.h arabic.h gui_gtk_f.h 2881 globals.h farsi.h arabic.h gui_gtk_f.h
2873 objects/gui_motif.o: gui_motif.c vim.h auto/config.h feature.h os_unix.h \ 2882 objects/gui_motif.o: gui_motif.c vim.h auto/config.h feature.h os_unix.h \
2874 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2883 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2875 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2884 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2876 globals.h farsi.h arabic.h gui_xmebw.h ../pixmaps/alert.xpm \ 2885 globals.h farsi.h arabic.h gui_xmebw.h ../pixmaps/alert.xpm \
2877 ../pixmaps/error.xpm ../pixmaps/generic.xpm ../pixmaps/info.xpm \ 2886 ../pixmaps/error.xpm ../pixmaps/generic.xpm ../pixmaps/info.xpm \
2878 ../pixmaps/quest.xpm gui_x11_pm.h ../pixmaps/tb_new.xpm \ 2887 ../pixmaps/quest.xpm gui_x11_pm.h ../pixmaps/tb_new.xpm \
2879 ../pixmaps/tb_open.xpm ../pixmaps/tb_close.xpm ../pixmaps/tb_save.xpm \ 2888 ../pixmaps/tb_open.xpm ../pixmaps/tb_close.xpm ../pixmaps/tb_save.xpm \
2880 ../pixmaps/tb_print.xpm ../pixmaps/tb_cut.xpm ../pixmaps/tb_copy.xpm \ 2889 ../pixmaps/tb_print.xpm ../pixmaps/tb_cut.xpm ../pixmaps/tb_copy.xpm \
2881 ../pixmaps/tb_paste.xpm ../pixmaps/tb_find.xpm \ 2890 ../pixmaps/tb_paste.xpm ../pixmaps/tb_find.xpm \
2882 ../pixmaps/tb_find_next.xpm ../pixmaps/tb_find_prev.xpm \ 2891 ../pixmaps/tb_find_next.xpm ../pixmaps/tb_find_prev.xpm \
2883 ../pixmaps/tb_find_help.xpm ../pixmaps/tb_exit.xpm \ 2892 ../pixmaps/tb_find_help.xpm ../pixmaps/tb_exit.xpm \
2884 ../pixmaps/tb_undo.xpm ../pixmaps/tb_redo.xpm ../pixmaps/tb_help.xpm \ 2893 ../pixmaps/tb_undo.xpm ../pixmaps/tb_redo.xpm ../pixmaps/tb_help.xpm \
2885 ../pixmaps/tb_macro.xpm ../pixmaps/tb_make.xpm \ 2894 ../pixmaps/tb_macro.xpm ../pixmaps/tb_make.xpm \
2886 ../pixmaps/tb_save_all.xpm ../pixmaps/tb_jump.xpm \ 2895 ../pixmaps/tb_save_all.xpm ../pixmaps/tb_jump.xpm \
2887 ../pixmaps/tb_ctags.xpm ../pixmaps/tb_load_session.xpm \ 2896 ../pixmaps/tb_ctags.xpm ../pixmaps/tb_load_session.xpm \
2888 ../pixmaps/tb_save_session.xpm ../pixmaps/tb_new_session.xpm \ 2897 ../pixmaps/tb_save_session.xpm ../pixmaps/tb_new_session.xpm \
2889 ../pixmaps/tb_blank.xpm ../pixmaps/tb_maximize.xpm \ 2898 ../pixmaps/tb_blank.xpm ../pixmaps/tb_maximize.xpm \
2890 ../pixmaps/tb_split.xpm ../pixmaps/tb_minimize.xpm \ 2899 ../pixmaps/tb_split.xpm ../pixmaps/tb_minimize.xpm \
2891 ../pixmaps/tb_shell.xpm ../pixmaps/tb_replace.xpm \ 2900 ../pixmaps/tb_shell.xpm ../pixmaps/tb_replace.xpm \
2892 ../pixmaps/tb_vsplit.xpm ../pixmaps/tb_maxwidth.xpm \ 2901 ../pixmaps/tb_vsplit.xpm ../pixmaps/tb_maxwidth.xpm \
2893 ../pixmaps/tb_minwidth.xpm 2902 ../pixmaps/tb_minwidth.xpm
2894 objects/gui_xmdlg.o: gui_xmdlg.c vim.h auto/config.h feature.h os_unix.h \ 2903 objects/gui_xmdlg.o: gui_xmdlg.c vim.h auto/config.h feature.h os_unix.h \
2895 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2904 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2896 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2905 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2897 globals.h farsi.h arabic.h 2906 globals.h farsi.h arabic.h
2898 objects/gui_xmebw.o: gui_xmebw.c vim.h auto/config.h feature.h os_unix.h \ 2907 objects/gui_xmebw.o: gui_xmebw.c vim.h auto/config.h feature.h os_unix.h \
2899 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2908 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2900 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2909 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2901 globals.h farsi.h arabic.h gui_xmebwp.h gui_xmebw.h 2910 globals.h farsi.h arabic.h gui_xmebwp.h gui_xmebw.h
2902 objects/gui_athena.o: gui_athena.c vim.h auto/config.h feature.h os_unix.h \ 2911 objects/gui_athena.o: gui_athena.c vim.h auto/config.h feature.h os_unix.h \
2903 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2912 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2904 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2913 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2905 globals.h farsi.h arabic.h gui_at_sb.h gui_x11_pm.h \ 2914 globals.h farsi.h arabic.h gui_at_sb.h gui_x11_pm.h \
2906 ../pixmaps/tb_new.xpm ../pixmaps/tb_open.xpm ../pixmaps/tb_close.xpm \ 2915 ../pixmaps/tb_new.xpm ../pixmaps/tb_open.xpm ../pixmaps/tb_close.xpm \
2907 ../pixmaps/tb_save.xpm ../pixmaps/tb_print.xpm ../pixmaps/tb_cut.xpm \ 2916 ../pixmaps/tb_save.xpm ../pixmaps/tb_print.xpm ../pixmaps/tb_cut.xpm \
2908 ../pixmaps/tb_copy.xpm ../pixmaps/tb_paste.xpm ../pixmaps/tb_find.xpm \ 2917 ../pixmaps/tb_copy.xpm ../pixmaps/tb_paste.xpm ../pixmaps/tb_find.xpm \
2909 ../pixmaps/tb_find_next.xpm ../pixmaps/tb_find_prev.xpm \ 2918 ../pixmaps/tb_find_next.xpm ../pixmaps/tb_find_prev.xpm \
2910 ../pixmaps/tb_find_help.xpm ../pixmaps/tb_exit.xpm \ 2919 ../pixmaps/tb_find_help.xpm ../pixmaps/tb_exit.xpm \
2911 ../pixmaps/tb_undo.xpm ../pixmaps/tb_redo.xpm ../pixmaps/tb_help.xpm \ 2920 ../pixmaps/tb_undo.xpm ../pixmaps/tb_redo.xpm ../pixmaps/tb_help.xpm \
2912 ../pixmaps/tb_macro.xpm ../pixmaps/tb_make.xpm \ 2921 ../pixmaps/tb_macro.xpm ../pixmaps/tb_make.xpm \
2913 ../pixmaps/tb_save_all.xpm ../pixmaps/tb_jump.xpm \ 2922 ../pixmaps/tb_save_all.xpm ../pixmaps/tb_jump.xpm \
2914 ../pixmaps/tb_ctags.xpm ../pixmaps/tb_load_session.xpm \ 2923 ../pixmaps/tb_ctags.xpm ../pixmaps/tb_load_session.xpm \
2915 ../pixmaps/tb_save_session.xpm ../pixmaps/tb_new_session.xpm \ 2924 ../pixmaps/tb_save_session.xpm ../pixmaps/tb_new_session.xpm \
2916 ../pixmaps/tb_blank.xpm ../pixmaps/tb_maximize.xpm \ 2925 ../pixmaps/tb_blank.xpm ../pixmaps/tb_maximize.xpm \
2917 ../pixmaps/tb_split.xpm ../pixmaps/tb_minimize.xpm \ 2926 ../pixmaps/tb_split.xpm ../pixmaps/tb_minimize.xpm \
2918 ../pixmaps/tb_shell.xpm ../pixmaps/tb_replace.xpm \ 2927 ../pixmaps/tb_shell.xpm ../pixmaps/tb_replace.xpm \
2919 ../pixmaps/tb_vsplit.xpm ../pixmaps/tb_maxwidth.xpm \ 2928 ../pixmaps/tb_vsplit.xpm ../pixmaps/tb_maxwidth.xpm \
2920 ../pixmaps/tb_minwidth.xpm 2929 ../pixmaps/tb_minwidth.xpm
2921 objects/gui_gtk_x11.o: gui_gtk_x11.c vim.h auto/config.h feature.h os_unix.h \ 2930 objects/gui_gtk_x11.o: gui_gtk_x11.c vim.h auto/config.h feature.h os_unix.h \
2922 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2931 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2923 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2932 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2924 globals.h farsi.h arabic.h gui_gtk_f.h ../runtime/vim32x32.xpm \ 2933 globals.h farsi.h arabic.h gui_gtk_f.h ../runtime/vim32x32.xpm \
2925 ../runtime/vim16x16.xpm ../runtime/vim48x48.xpm 2934 ../runtime/vim16x16.xpm ../runtime/vim48x48.xpm
2926 objects/gui_x11.o: gui_x11.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2935 objects/gui_x11.o: gui_x11.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2927 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2936 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2928 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2937 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2929 arabic.h ../runtime/vim32x32.xpm ../runtime/vim16x16.xpm \ 2938 arabic.h ../runtime/vim32x32.xpm ../runtime/vim16x16.xpm \
2930 ../runtime/vim48x48.xpm 2939 ../runtime/vim48x48.xpm
2931 objects/gui_at_sb.o: gui_at_sb.c vim.h auto/config.h feature.h os_unix.h \ 2940 objects/gui_at_sb.o: gui_at_sb.c vim.h auto/config.h feature.h os_unix.h \
2932 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2941 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2933 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2942 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2934 globals.h farsi.h arabic.h gui_at_sb.h 2943 globals.h farsi.h arabic.h gui_at_sb.h
2935 objects/gui_at_fs.o: gui_at_fs.c vim.h auto/config.h feature.h os_unix.h \ 2944 objects/gui_at_fs.o: gui_at_fs.c vim.h auto/config.h feature.h os_unix.h \
2936 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2945 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2937 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2946 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2938 globals.h farsi.h arabic.h gui_at_sb.h 2947 globals.h farsi.h arabic.h gui_at_sb.h
2939 objects/pty.o: pty.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \ 2948 objects/pty.o: pty.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \
2940 keymap.h term.h macros.h option.h structs.h regexp.h gui.h gui_beval.h \ 2949 keymap.h term.h macros.h option.h structs.h regexp.h gui.h gui_beval.h \
2941 proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h arabic.h 2950 proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h arabic.h
2942 objects/hangulin.o: hangulin.c vim.h auto/config.h feature.h os_unix.h \ 2951 objects/hangulin.o: hangulin.c vim.h auto/config.h feature.h os_unix.h \
2943 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2952 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2944 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2953 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2945 globals.h farsi.h arabic.h 2954 globals.h farsi.h arabic.h
2946 objects/if_mzsch.o: if_mzsch.c vim.h auto/config.h feature.h os_unix.h \ 2955 objects/if_mzsch.o: if_mzsch.c vim.h auto/config.h feature.h os_unix.h \
2947 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2956 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2948 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2957 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2949 globals.h farsi.h arabic.h if_mzsch.h 2958 globals.h farsi.h arabic.h if_mzsch.h mzscheme_base.c
2950 objects/if_perl.o: auto/if_perl.c ./vim.h ./auto/config.h ./feature.h ./os_unix.h \ 2959 objects/if_perl.o: auto/if_perl.c vim.h auto/config.h feature.h os_unix.h \
2951 ./auto/osdef.h ./ascii.h ./keymap.h ./term.h ./macros.h ./option.h \ 2960 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2952 ./structs.h ./regexp.h ./gui.h ./gui_beval.h proto/gui_beval.pro \ 2961 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2953 ./ex_cmds.h ./proto.h ./globals.h ./farsi.h ./arabic.h 2962 globals.h farsi.h arabic.h
2954 objects/if_perlsfio.o: if_perlsfio.c vim.h auto/config.h feature.h os_unix.h \ 2963 objects/if_perlsfio.o: if_perlsfio.c vim.h auto/config.h feature.h os_unix.h \
2955 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2964 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2956 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2965 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2957 globals.h farsi.h arabic.h 2966 globals.h farsi.h arabic.h
2958 objects/if_python.o: if_python.c vim.h auto/config.h feature.h os_unix.h \ 2967 objects/if_python.o: if_python.c vim.h auto/config.h feature.h os_unix.h \
2959 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2968 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2960 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2969 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2961 globals.h farsi.h arabic.h 2970 globals.h farsi.h arabic.h
2962 objects/if_tcl.o: if_tcl.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2971 objects/if_tcl.o: if_tcl.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2963 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2972 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2964 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2973 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2965 arabic.h 2974 arabic.h
2966 objects/if_ruby.o: if_ruby.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2975 objects/if_ruby.o: if_ruby.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2967 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2976 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2968 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2977 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2969 arabic.h version.h 2978 arabic.h version.h
2970 objects/if_sniff.o: if_sniff.c vim.h auto/config.h feature.h os_unix.h \ 2979 objects/if_sniff.o: if_sniff.c vim.h auto/config.h feature.h os_unix.h \
2971 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2980 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2972 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2981 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2973 globals.h farsi.h arabic.h os_unixx.h 2982 globals.h farsi.h arabic.h os_unixx.h
2974 objects/gui_beval.o: gui_beval.c vim.h auto/config.h feature.h os_unix.h \ 2983 objects/gui_beval.o: gui_beval.c vim.h auto/config.h feature.h os_unix.h \
2975 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2984 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2976 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2985 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2977 globals.h farsi.h arabic.h 2986 globals.h farsi.h arabic.h
2978 objects/workshop.o: workshop.c auto/config.h integration.h vim.h feature.h \ 2987 objects/workshop.o: workshop.c auto/config.h integration.h vim.h feature.h \
2979 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h \ 2988 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h \
2980 structs.h regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h \ 2989 structs.h regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h \
2981 proto.h globals.h farsi.h arabic.h version.h workshop.h 2990 proto.h globals.h farsi.h arabic.h version.h workshop.h
2982 objects/wsdebug.o: wsdebug.c 2991 objects/wsdebug.o: wsdebug.c
2983 objects/integration.o: integration.c vim.h auto/config.h feature.h os_unix.h \ 2992 objects/integration.o: integration.c vim.h auto/config.h feature.h os_unix.h \
2984 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2993 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2985 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2994 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2986 globals.h farsi.h arabic.h integration.h 2995 globals.h farsi.h arabic.h integration.h
2987 objects/netbeans.o: netbeans.c vim.h auto/config.h feature.h os_unix.h \ 2996 objects/netbeans.o: netbeans.c vim.h auto/config.h feature.h os_unix.h \
2988 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2997 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2989 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2998 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2990 globals.h farsi.h arabic.h version.h 2999 globals.h farsi.h arabic.h version.h