comparison src/Makefile @ 799:6beb2c667935

updated for version 7.0b
author vimboss
date Fri, 24 Mar 2006 22:21:52 +0000
parents 95dac6af3b3a
children dc38b8b94a55
comparison
equal deleted inserted replaced
798:95dac6af3b3a 799:6beb2c667935
302 # You can give a lot of options to configure. 302 # You can give a lot of options to configure.
303 # Change this to your desire and do 'make config' afterwards 303 # Change this to your desire and do 'make config' afterwards
304 304
305 # examples (can only use one!): 305 # examples (can only use one!):
306 #CONF_ARGS = --exec-prefix=/usr 306 #CONF_ARGS = --exec-prefix=/usr
307 #CONF_ARGS = --with-vim-name=vim6 --with-ex-name=ex6 --with-view-name=view6 307 #CONF_ARGS = --with-vim-name=vim7 --with-ex-name=ex7 --with-view-name=view7
308 #CONF_ARGS = --with-global-runtime=/etc/vim 308 #CONF_ARGS = --with-global-runtime=/etc/vim
309 309
310 # Use this one if you distribute a modified version of Vim. 310 # Use this one if you distribute a modified version of Vim.
311 #CONF_ARGS = --with-modified-by="John Doe" 311 #CONF_ARGS = --with-modified-by="John Doe"
312 312
874 ### Directory of the man pages 874 ### Directory of the man pages
875 MAN1DIR = /man1 875 MAN1DIR = /man1
876 876
877 ### Vim version (adjusted by a script) 877 ### Vim version (adjusted by a script)
878 VIMMAJOR = 7 878 VIMMAJOR = 7
879 VIMMINOR = 0aa 879 VIMMINOR = 0b
880 880
881 ### Location of Vim files (should not need to be changed, and {{{1 881 ### Location of Vim files (should not need to be changed, and {{{1
882 ### some things might not work when they are changed!) 882 ### some things might not work when they are changed!)
883 VIMDIR = /vim 883 VIMDIR = /vim
884 VIMRTDIR = /vim$(VIMMAJOR)$(VIMMINOR) 884 VIMRTDIR = /vim$(VIMMAJOR)$(VIMMINOR)
1346 ex_getln.c \ 1346 ex_getln.c \
1347 fileio.c \ 1347 fileio.c \
1348 fold.c \ 1348 fold.c \
1349 getchar.c \ 1349 getchar.c \
1350 hardcopy.c \ 1350 hardcopy.c \
1351 hashtable.c \ 1351 hashtab.c \
1352 if_cscope.c \ 1352 if_cscope.c \
1353 if_xcmdsrv.c \ 1353 if_xcmdsrv.c \
1354 main.c \ 1354 main.c \
1355 mark.c \ 1355 mark.c \
1356 memfile.c \ 1356 memfile.c \
1364 normal.c \ 1364 normal.c \
1365 ops.c \ 1365 ops.c \
1366 option.c \ 1366 option.c \
1367 os_unix.c \ 1367 os_unix.c \
1368 auto/pathdef.c \ 1368 auto/pathdef.c \
1369 popupmenu.c \ 1369 popupmnu.c \
1370 quickfix.c \ 1370 quickfix.c \
1371 regexp.c \ 1371 regexp.c \
1372 screen.c \ 1372 screen.c \
1373 search.c \ 1373 search.c \
1374 spell.c \ 1374 spell.c \
1416 objects/ex_getln.o \ 1416 objects/ex_getln.o \
1417 objects/fileio.o \ 1417 objects/fileio.o \
1418 objects/fold.o \ 1418 objects/fold.o \
1419 objects/getchar.o \ 1419 objects/getchar.o \
1420 objects/hardcopy.o \ 1420 objects/hardcopy.o \
1421 objects/hashtable.o \ 1421 objects/hashtab.o \
1422 $(HANGULIN_OBJ) \ 1422 $(HANGULIN_OBJ) \
1423 objects/if_cscope.o \ 1423 objects/if_cscope.o \
1424 objects/if_xcmdsrv.o \ 1424 objects/if_xcmdsrv.o \
1425 objects/main.o \ 1425 objects/main.o \
1426 objects/mark.o \ 1426 objects/mark.o \
1435 objects/normal.o \ 1435 objects/normal.o \
1436 objects/ops.o \ 1436 objects/ops.o \
1437 objects/option.o \ 1437 objects/option.o \
1438 objects/os_unix.o \ 1438 objects/os_unix.o \
1439 objects/pathdef.o \ 1439 objects/pathdef.o \
1440 objects/popupmenu.o \ 1440 objects/popupmnu.o \
1441 objects/quickfix.o \ 1441 objects/quickfix.o \
1442 objects/regexp.o \ 1442 objects/regexp.o \
1443 objects/screen.o \ 1443 objects/screen.o \
1444 objects/search.o \ 1444 objects/search.o \
1445 objects/spell.o \ 1445 objects/spell.o \
1475 ex_getln.pro \ 1475 ex_getln.pro \
1476 fileio.pro \ 1476 fileio.pro \
1477 fold.pro \ 1477 fold.pro \
1478 getchar.pro \ 1478 getchar.pro \
1479 hardcopy.pro \ 1479 hardcopy.pro \
1480 hashtable.pro \ 1480 hashtab.pro \
1481 hangulin.pro \ 1481 hangulin.pro \
1482 if_cscope.pro \ 1482 if_cscope.pro \
1483 if_xcmdsrv.pro \ 1483 if_xcmdsrv.pro \
1484 if_python.pro \ 1484 if_python.pro \
1485 if_ruby.pro \ 1485 if_ruby.pro \
1495 mbyte.pro \ 1495 mbyte.pro \
1496 normal.pro \ 1496 normal.pro \
1497 ops.pro \ 1497 ops.pro \
1498 option.pro \ 1498 option.pro \
1499 os_unix.pro \ 1499 os_unix.pro \
1500 popupmenu.pro \ 1500 popupmnu.pro \
1501 quickfix.pro \ 1501 quickfix.pro \
1502 regexp.pro \ 1502 regexp.pro \
1503 screen.pro \ 1503 screen.pro \
1504 search.pro \ 1504 search.pro \
1505 spell.pro \ 1505 spell.pro \
2296 $(CCC) -o $@ getchar.c 2296 $(CCC) -o $@ getchar.c
2297 2297
2298 objects/hardcopy.o: hardcopy.c 2298 objects/hardcopy.o: hardcopy.c
2299 $(CCC) -o $@ hardcopy.c 2299 $(CCC) -o $@ hardcopy.c
2300 2300
2301 objects/hashtable.o: hashtable.c 2301 objects/hashtab.o: hashtab.c
2302 $(CCC) -o $@ hashtable.c 2302 $(CCC) -o $@ hashtab.c
2303 2303
2304 objects/gui.o: gui.c 2304 objects/gui.o: gui.c
2305 $(CCC) -o $@ gui.c 2305 $(CCC) -o $@ gui.c
2306 2306
2307 objects/gui_at_fs.o: gui_at_fs.c 2307 objects/gui_at_fs.o: gui_at_fs.c
2443 $(PYTHON_GETPATH_CFLAGS) 2443 $(PYTHON_GETPATH_CFLAGS)
2444 2444
2445 objects/pty.o: pty.c 2445 objects/pty.o: pty.c
2446 $(CCC) -o $@ pty.c 2446 $(CCC) -o $@ pty.c
2447 2447
2448 objects/popupmenu.o: popupmenu.c 2448 objects/popupmnu.o: popupmnu.c
2449 $(CCC) -o $@ popupmenu.c 2449 $(CCC) -o $@ popupmnu.c
2450 2450
2451 objects/quickfix.o: quickfix.c 2451 objects/quickfix.o: quickfix.c
2452 $(CCC) -o $@ quickfix.c 2452 $(CCC) -o $@ quickfix.c
2453 2453
2454 objects/regexp.o: regexp.c 2454 objects/regexp.o: regexp.c
2587 2587
2588 ############################################################################### 2588 ###############################################################################
2589 ### (automatically generated by 'make depend') 2589 ### (automatically generated by 'make depend')
2590 ### Dependencies: 2590 ### Dependencies:
2591 objects/buffer.o: buffer.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2591 objects/buffer.o: buffer.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2592 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2592 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2593 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2593 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2594 arabic.h if_sniff.h version.h 2594 arabic.h version.h
2595 objects/charset.o: charset.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2595 objects/charset.o: charset.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2596 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2596 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2597 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2597 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2598 arabic.h if_sniff.h 2598 arabic.h
2599 objects/diff.o: diff.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2599 objects/diff.o: diff.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2600 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2600 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2601 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2601 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2602 arabic.h if_sniff.h 2602 arabic.h
2603 objects/digraph.o: digraph.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2603 objects/digraph.o: digraph.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2604 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2604 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2605 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2605 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2606 arabic.h if_sniff.h 2606 arabic.h
2607 objects/edit.o: edit.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2607 objects/edit.o: edit.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2608 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2608 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2609 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2609 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2610 arabic.h if_sniff.h 2610 arabic.h
2611 objects/eval.o: eval.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2611 objects/eval.o: eval.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2612 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2612 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2613 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2613 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2614 arabic.h if_sniff.h version.h 2614 arabic.h version.h
2615 objects/ex_cmds.o: ex_cmds.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2615 objects/ex_cmds.o: ex_cmds.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2616 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2616 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2617 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2617 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2618 arabic.h if_sniff.h version.h 2618 arabic.h version.h
2619 objects/ex_cmds2.o: ex_cmds2.c vim.h auto/config.h feature.h os_unix.h \ 2619 objects/ex_cmds2.o: ex_cmds2.c vim.h auto/config.h feature.h os_unix.h \
2620 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2620 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2621 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2621 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2622 farsi.h arabic.h if_sniff.h version.h 2622 globals.h farsi.h arabic.h version.h
2623 objects/ex_docmd.o: ex_docmd.c vim.h auto/config.h feature.h os_unix.h \ 2623 objects/ex_docmd.o: ex_docmd.c vim.h auto/config.h feature.h os_unix.h \
2624 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2624 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2625 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2625 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2626 farsi.h arabic.h if_sniff.h 2626 globals.h farsi.h arabic.h
2627 objects/ex_eval.o: ex_eval.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2627 objects/ex_eval.o: ex_eval.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2628 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2628 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2629 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2629 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2630 arabic.h if_sniff.h 2630 arabic.h
2631 objects/ex_getln.o: ex_getln.c vim.h auto/config.h feature.h os_unix.h \ 2631 objects/ex_getln.o: ex_getln.c vim.h auto/config.h feature.h os_unix.h \
2632 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2632 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2633 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2633 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2634 farsi.h arabic.h if_sniff.h 2634 globals.h farsi.h arabic.h
2635 objects/fileio.o: fileio.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2635 objects/fileio.o: fileio.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2636 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2636 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2637 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2637 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2638 arabic.h if_sniff.h 2638 arabic.h
2639 objects/fold.o: fold.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2639 objects/fold.o: fold.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2640 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2640 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2641 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2641 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2642 arabic.h if_sniff.h 2642 arabic.h
2643 objects/getchar.o: getchar.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2643 objects/getchar.o: getchar.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2644 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2644 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2645 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2645 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2646 arabic.h if_sniff.h 2646 arabic.h
2647 objects/hardcopy.o: hardcopy.c vim.h auto/config.h feature.h os_unix.h \ 2647 objects/hardcopy.o: hardcopy.c vim.h auto/config.h feature.h os_unix.h \
2648 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2648 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2649 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2649 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2650 farsi.h arabic.h if_sniff.h version.h 2650 globals.h farsi.h arabic.h version.h
2651 objects/hashtable.o: hashtable.c vim.h auto/config.h feature.h os_unix.h \ 2651 objects/hashtab.o: hashtab.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2652 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2652 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2653 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2653 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2654 farsi.h arabic.h if_sniff.h 2654 arabic.h
2655 objects/if_cscope.o: if_cscope.c vim.h auto/config.h feature.h os_unix.h \ 2655 objects/if_cscope.o: if_cscope.c vim.h auto/config.h feature.h os_unix.h \
2656 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2656 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2657 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2657 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2658 farsi.h arabic.h if_sniff.h if_cscope.h 2658 globals.h farsi.h arabic.h if_cscope.h
2659 objects/if_xcmdsrv.o: if_xcmdsrv.c vim.h auto/config.h feature.h os_unix.h \ 2659 objects/if_xcmdsrv.o: if_xcmdsrv.c vim.h auto/config.h feature.h os_unix.h \
2660 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2660 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2661 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2661 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2662 farsi.h arabic.h if_sniff.h version.h 2662 globals.h farsi.h arabic.h version.h
2663 objects/main.o: main.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2663 objects/main.o: main.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2664 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2664 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2665 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2665 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2666 arabic.h if_sniff.h farsi.c arabic.c 2666 arabic.h farsi.c arabic.c
2667 objects/mark.o: mark.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2667 objects/mark.o: mark.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2668 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2668 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2669 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2669 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2670 arabic.h if_sniff.h 2670 arabic.h
2671 objects/memfile.o: memfile.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2671 objects/memfile.o: memfile.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2672 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2672 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2673 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2673 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2674 arabic.h if_sniff.h 2674 arabic.h
2675 objects/memline.o: memline.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2675 objects/memline.o: memline.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2676 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2676 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2677 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2677 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2678 arabic.h if_sniff.h 2678 arabic.h
2679 objects/menu.o: menu.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2679 objects/menu.o: menu.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2680 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2680 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2681 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2681 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2682 arabic.h if_sniff.h 2682 arabic.h
2683 objects/message.o: message.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2683 objects/message.o: message.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2684 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2684 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2685 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2685 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2686 arabic.h if_sniff.h 2686 arabic.h
2687 objects/misc1.o: misc1.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2687 objects/misc1.o: misc1.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2688 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2688 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2689 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2689 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2690 arabic.h if_sniff.h version.h 2690 arabic.h version.h
2691 objects/misc2.o: misc2.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2691 objects/misc2.o: misc2.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2692 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2692 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2693 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2693 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2694 arabic.h if_sniff.h 2694 arabic.h
2695 objects/move.o: move.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2695 objects/move.o: move.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2696 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2696 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2697 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2697 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2698 arabic.h if_sniff.h 2698 arabic.h
2699 objects/mbyte.o: mbyte.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2699 objects/mbyte.o: mbyte.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2700 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2700 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2701 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2701 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2702 arabic.h if_sniff.h 2702 arabic.h
2703 objects/normal.o: normal.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2703 objects/normal.o: normal.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2704 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2704 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2705 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2705 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2706 arabic.h if_sniff.h 2706 arabic.h
2707 objects/ops.o: ops.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \ 2707 objects/ops.o: ops.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \
2708 keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2708 keymap.h term.h macros.h option.h structs.h regexp.h gui.h gui_beval.h \
2709 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2709 proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h arabic.h
2710 arabic.h if_sniff.h
2711 objects/option.o: option.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2710 objects/option.o: option.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2712 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2711 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2713 proto/gui_beval.pro option.h 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 \
2714 arabic.h if_sniff.h 2713 arabic.h
2715 objects/os_unix.o: os_unix.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2714 objects/os_unix.o: os_unix.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2716 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2715 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2717 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2716 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2718 arabic.h if_sniff.h os_unixx.h 2717 arabic.h os_unixx.h
2719 objects/pathdef.o: auto/pathdef.c ./vim.h ./auto/config.h ./feature.h ./os_unix.h \ 2718 objects/pathdef.o: auto/pathdef.c ./vim.h ./auto/config.h ./feature.h ./os_unix.h \
2720 ./auto/osdef.h ./ascii.h ./keymap.h ./term.h ./macros.h ./structs.h \ 2719 ./auto/osdef.h ./ascii.h ./keymap.h ./term.h ./macros.h ./option.h \
2721 ./regexp.h ./gui.h ./gui_beval.h proto/gui_beval.pro ./option.h \ 2720 ./structs.h ./regexp.h ./gui.h ./gui_beval.h proto/gui_beval.pro \
2722 ./ex_cmds.h ./proto.h ./globals.h ./farsi.h ./arabic.h ./if_sniff.h 2721 ./ex_cmds.h ./proto.h ./globals.h ./farsi.h ./arabic.h
2723 objects/popupmenu.o: popupmenu.c vim.h auto/config.h feature.h os_unix.h \ 2722 objects/popupmnu.o: popupmnu.c vim.h auto/config.h feature.h os_unix.h \
2724 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2723 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2725 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2724 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2726 farsi.h arabic.h if_sniff.h 2725 globals.h farsi.h arabic.h
2727 objects/quickfix.o: quickfix.c vim.h auto/config.h feature.h os_unix.h \ 2726 objects/quickfix.o: quickfix.c vim.h auto/config.h feature.h os_unix.h \
2728 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2727 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2729 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2728 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2730 farsi.h arabic.h if_sniff.h 2729 globals.h farsi.h arabic.h
2731 objects/regexp.o: regexp.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2730 objects/regexp.o: regexp.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2732 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2731 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2733 proto/gui_beval.pro option.h 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 \
2734 arabic.h if_sniff.h 2733 arabic.h
2735 objects/screen.o: screen.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2734 objects/screen.o: screen.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2736 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2735 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2737 proto/gui_beval.pro option.h 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 \
2738 arabic.h if_sniff.h 2737 arabic.h
2739 objects/search.o: search.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2738 objects/search.o: search.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2740 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2739 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2741 proto/gui_beval.pro option.h 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 \
2742 arabic.h if_sniff.h 2741 arabic.h
2743 objects/spell.o: spell.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2742 objects/spell.o: spell.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2744 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2743 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2745 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2744 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2746 arabic.h if_sniff.h 2745 arabic.h
2747 objects/syntax.o: syntax.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2746 objects/syntax.o: syntax.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2748 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2747 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2749 proto/gui_beval.pro option.h 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 \
2750 arabic.h if_sniff.h 2749 arabic.h
2751 objects/tag.o: tag.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \ 2750 objects/tag.o: tag.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \
2752 keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2751 keymap.h term.h macros.h option.h structs.h regexp.h gui.h gui_beval.h \
2753 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2752 proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h arabic.h
2754 arabic.h if_sniff.h
2755 objects/term.o: term.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2753 objects/term.o: term.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2756 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2754 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2757 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2755 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2758 arabic.h if_sniff.h 2756 arabic.h
2759 objects/ui.o: ui.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \ 2757 objects/ui.o: ui.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \
2760 keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2758 keymap.h term.h macros.h option.h structs.h regexp.h gui.h gui_beval.h \
2761 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2759 proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h arabic.h
2762 arabic.h if_sniff.h
2763 objects/undo.o: undo.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2760 objects/undo.o: undo.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2764 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2761 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2765 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2762 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2766 arabic.h if_sniff.h 2763 arabic.h
2767 objects/version.o: version.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2764 objects/version.o: version.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2768 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2765 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2769 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2766 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2770 arabic.h if_sniff.h version.h 2767 arabic.h version.h
2771 objects/window.o: window.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2768 objects/window.o: window.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2772 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2769 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2773 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2770 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2774 arabic.h if_sniff.h 2771 arabic.h
2775 objects/gui.o: gui.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \ 2772 objects/gui.o: gui.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \
2776 keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2773 keymap.h term.h macros.h option.h structs.h regexp.h gui.h gui_beval.h \
2777 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2774 proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h arabic.h
2778 arabic.h if_sniff.h
2779 objects/gui_gtk.o: gui_gtk.c gui_gtk_f.h vim.h auto/config.h feature.h os_unix.h \ 2775 objects/gui_gtk.o: gui_gtk.c gui_gtk_f.h vim.h auto/config.h feature.h os_unix.h \
2780 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2776 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2781 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2777 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2782 farsi.h arabic.h if_sniff.h ../pixmaps/stock_icons.h 2778 globals.h farsi.h arabic.h ../pixmaps/stock_icons.h
2783 objects/gui_gtk_f.o: gui_gtk_f.c vim.h auto/config.h feature.h os_unix.h \ 2779 objects/gui_gtk_f.o: gui_gtk_f.c vim.h auto/config.h feature.h os_unix.h \
2784 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2780 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2785 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2781 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2786 farsi.h arabic.h if_sniff.h gui_gtk_f.h 2782 globals.h farsi.h arabic.h gui_gtk_f.h
2787 objects/gui_motif.o: gui_motif.c vim.h auto/config.h feature.h os_unix.h \ 2783 objects/gui_motif.o: gui_motif.c vim.h auto/config.h feature.h os_unix.h \
2788 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2784 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2789 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2785 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2790 farsi.h arabic.h if_sniff.h gui_xmebw.h ../pixmaps/alert.xpm \ 2786 globals.h farsi.h arabic.h gui_xmebw.h ../pixmaps/alert.xpm \
2791 ../pixmaps/error.xpm ../pixmaps/generic.xpm ../pixmaps/info.xpm \ 2787 ../pixmaps/error.xpm ../pixmaps/generic.xpm ../pixmaps/info.xpm \
2792 ../pixmaps/quest.xpm gui_x11_pm.h ../pixmaps/tb_new.xpm \ 2788 ../pixmaps/quest.xpm gui_x11_pm.h ../pixmaps/tb_new.xpm \
2793 ../pixmaps/tb_open.xpm ../pixmaps/tb_close.xpm ../pixmaps/tb_save.xpm \ 2789 ../pixmaps/tb_open.xpm ../pixmaps/tb_close.xpm ../pixmaps/tb_save.xpm \
2794 ../pixmaps/tb_print.xpm ../pixmaps/tb_cut.xpm ../pixmaps/tb_copy.xpm \ 2790 ../pixmaps/tb_print.xpm ../pixmaps/tb_cut.xpm ../pixmaps/tb_copy.xpm \
2795 ../pixmaps/tb_paste.xpm ../pixmaps/tb_find.xpm \ 2791 ../pixmaps/tb_paste.xpm ../pixmaps/tb_find.xpm \
2804 ../pixmaps/tb_split.xpm ../pixmaps/tb_minimize.xpm \ 2800 ../pixmaps/tb_split.xpm ../pixmaps/tb_minimize.xpm \
2805 ../pixmaps/tb_shell.xpm ../pixmaps/tb_replace.xpm \ 2801 ../pixmaps/tb_shell.xpm ../pixmaps/tb_replace.xpm \
2806 ../pixmaps/tb_vsplit.xpm ../pixmaps/tb_maxwidth.xpm \ 2802 ../pixmaps/tb_vsplit.xpm ../pixmaps/tb_maxwidth.xpm \
2807 ../pixmaps/tb_minwidth.xpm 2803 ../pixmaps/tb_minwidth.xpm
2808 objects/gui_xmdlg.o: gui_xmdlg.c vim.h auto/config.h feature.h os_unix.h \ 2804 objects/gui_xmdlg.o: gui_xmdlg.c vim.h auto/config.h feature.h os_unix.h \
2809 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2805 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2810 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2806 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2811 farsi.h arabic.h if_sniff.h 2807 globals.h farsi.h arabic.h
2812 objects/gui_xmebw.o: gui_xmebw.c vim.h auto/config.h feature.h os_unix.h \ 2808 objects/gui_xmebw.o: gui_xmebw.c vim.h auto/config.h feature.h os_unix.h \
2813 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2809 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2814 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2810 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2815 farsi.h arabic.h if_sniff.h gui_xmebwp.h gui_xmebw.h 2811 globals.h farsi.h arabic.h gui_xmebwp.h gui_xmebw.h
2816 objects/gui_athena.o: gui_athena.c vim.h auto/config.h feature.h os_unix.h \ 2812 objects/gui_athena.o: gui_athena.c vim.h auto/config.h feature.h os_unix.h \
2817 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2813 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2818 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2814 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2819 farsi.h arabic.h if_sniff.h gui_at_sb.h gui_x11_pm.h \ 2815 globals.h farsi.h arabic.h gui_at_sb.h gui_x11_pm.h \
2820 ../pixmaps/tb_new.xpm ../pixmaps/tb_open.xpm ../pixmaps/tb_close.xpm \ 2816 ../pixmaps/tb_new.xpm ../pixmaps/tb_open.xpm ../pixmaps/tb_close.xpm \
2821 ../pixmaps/tb_save.xpm ../pixmaps/tb_print.xpm ../pixmaps/tb_cut.xpm \ 2817 ../pixmaps/tb_save.xpm ../pixmaps/tb_print.xpm ../pixmaps/tb_cut.xpm \
2822 ../pixmaps/tb_copy.xpm ../pixmaps/tb_paste.xpm ../pixmaps/tb_find.xpm \ 2818 ../pixmaps/tb_copy.xpm ../pixmaps/tb_paste.xpm ../pixmaps/tb_find.xpm \
2823 ../pixmaps/tb_find_next.xpm ../pixmaps/tb_find_prev.xpm \ 2819 ../pixmaps/tb_find_next.xpm ../pixmaps/tb_find_prev.xpm \
2824 ../pixmaps/tb_find_help.xpm ../pixmaps/tb_exit.xpm \ 2820 ../pixmaps/tb_find_help.xpm ../pixmaps/tb_exit.xpm \
2831 ../pixmaps/tb_split.xpm ../pixmaps/tb_minimize.xpm \ 2827 ../pixmaps/tb_split.xpm ../pixmaps/tb_minimize.xpm \
2832 ../pixmaps/tb_shell.xpm ../pixmaps/tb_replace.xpm \ 2828 ../pixmaps/tb_shell.xpm ../pixmaps/tb_replace.xpm \
2833 ../pixmaps/tb_vsplit.xpm ../pixmaps/tb_maxwidth.xpm \ 2829 ../pixmaps/tb_vsplit.xpm ../pixmaps/tb_maxwidth.xpm \
2834 ../pixmaps/tb_minwidth.xpm 2830 ../pixmaps/tb_minwidth.xpm
2835 objects/gui_gtk_x11.o: gui_gtk_x11.c vim.h auto/config.h feature.h os_unix.h \ 2831 objects/gui_gtk_x11.o: gui_gtk_x11.c vim.h auto/config.h feature.h os_unix.h \
2836 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2832 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2837 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2833 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2838 farsi.h arabic.h if_sniff.h gui_gtk_f.h ../runtime/vim32x32.xpm \ 2834 globals.h farsi.h arabic.h gui_gtk_f.h ../runtime/vim32x32.xpm \
2839 ../runtime/vim16x16.xpm ../runtime/vim48x48.xpm 2835 ../runtime/vim16x16.xpm ../runtime/vim48x48.xpm
2840 objects/gui_x11.o: gui_x11.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2836 objects/gui_x11.o: gui_x11.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2841 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2837 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2842 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2838 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2843 arabic.h if_sniff.h ../runtime/vim32x32.xpm ../runtime/vim16x16.xpm \ 2839 arabic.h ../runtime/vim32x32.xpm ../runtime/vim16x16.xpm \
2844 ../runtime/vim48x48.xpm 2840 ../runtime/vim48x48.xpm
2845 objects/gui_at_sb.o: gui_at_sb.c vim.h auto/config.h feature.h os_unix.h \ 2841 objects/gui_at_sb.o: gui_at_sb.c vim.h auto/config.h feature.h os_unix.h \
2846 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2842 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2847 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2843 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2848 farsi.h arabic.h if_sniff.h gui_at_sb.h 2844 globals.h farsi.h arabic.h gui_at_sb.h
2849 objects/gui_at_fs.o: gui_at_fs.c vim.h auto/config.h feature.h os_unix.h \ 2845 objects/gui_at_fs.o: gui_at_fs.c vim.h auto/config.h feature.h os_unix.h \
2850 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2846 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2851 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2847 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2852 farsi.h arabic.h if_sniff.h gui_at_sb.h 2848 globals.h farsi.h arabic.h gui_at_sb.h
2853 objects/pty.o: pty.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \ 2849 objects/pty.o: pty.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \
2854 keymap.h term.h macros.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 \
2855 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2851 proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h arabic.h
2856 arabic.h if_sniff.h
2857 objects/hangulin.o: hangulin.c vim.h auto/config.h feature.h os_unix.h \ 2852 objects/hangulin.o: hangulin.c vim.h auto/config.h feature.h os_unix.h \
2858 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2853 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2859 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2854 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2860 farsi.h arabic.h if_sniff.h 2855 globals.h farsi.h arabic.h
2856 objects/if_mzsch.o: if_mzsch.c vim.h auto/config.h feature.h os_unix.h \
2857 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2858 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2859 globals.h farsi.h arabic.h if_mzsch.h
2861 objects/if_perl.o: auto/if_perl.c ./vim.h ./auto/config.h ./feature.h ./os_unix.h \ 2860 objects/if_perl.o: auto/if_perl.c ./vim.h ./auto/config.h ./feature.h ./os_unix.h \
2862 ./auto/osdef.h ./ascii.h ./keymap.h ./term.h ./macros.h ./structs.h \ 2861 ./auto/osdef.h ./ascii.h ./keymap.h ./term.h ./macros.h ./option.h \
2863 ./regexp.h ./gui.h ./gui_beval.h proto/gui_beval.pro ./option.h \ 2862 ./structs.h ./regexp.h ./gui.h ./gui_beval.h proto/gui_beval.pro \
2864 ./ex_cmds.h ./proto.h ./globals.h ./farsi.h ./arabic.h ./if_sniff.h 2863 ./ex_cmds.h ./proto.h ./globals.h ./farsi.h ./arabic.h
2865 objects/if_perlsfio.o: if_perlsfio.c vim.h auto/config.h feature.h os_unix.h \ 2864 objects/if_perlsfio.o: if_perlsfio.c vim.h auto/config.h feature.h os_unix.h \
2866 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2865 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2867 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2866 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2868 farsi.h arabic.h if_sniff.h 2867 globals.h farsi.h arabic.h
2869 objects/if_python.o: if_python.c vim.h auto/config.h feature.h os_unix.h \ 2868 objects/if_python.o: if_python.c vim.h auto/config.h feature.h os_unix.h \
2870 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2869 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2871 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2870 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2872 farsi.h arabic.h if_sniff.h 2871 globals.h farsi.h arabic.h
2873 objects/if_tcl.o: if_tcl.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2872 objects/if_tcl.o: if_tcl.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2874 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2873 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2875 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2874 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2876 arabic.h if_sniff.h 2875 arabic.h
2877 objects/if_ruby.o: if_ruby.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2876 objects/if_ruby.o: if_ruby.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2878 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 2877 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2879 proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 2878 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2880 arabic.h if_sniff.h version.h 2879 arabic.h version.h
2881 objects/if_sniff.o: if_sniff.c vim.h auto/config.h feature.h os_unix.h \ 2880 objects/if_sniff.o: if_sniff.c vim.h auto/config.h feature.h os_unix.h \
2882 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2881 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2883 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2882 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2884 farsi.h arabic.h if_sniff.h os_unixx.h 2883 globals.h farsi.h arabic.h os_unixx.h
2885 objects/gui_beval.o: gui_beval.c vim.h auto/config.h feature.h os_unix.h \ 2884 objects/gui_beval.o: gui_beval.c vim.h auto/config.h feature.h os_unix.h \
2886 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2885 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2887 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2886 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2888 farsi.h arabic.h if_sniff.h 2887 globals.h farsi.h arabic.h
2889 objects/workshop.o: workshop.c auto/config.h integration.h vim.h feature.h \ 2888 objects/workshop.o: workshop.c auto/config.h integration.h vim.h feature.h \
2890 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h structs.h \ 2889 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h \
2891 regexp.h gui.h gui_beval.h proto/gui_beval.pro option.h ex_cmds.h \ 2890 structs.h regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h \
2892 proto.h globals.h farsi.h arabic.h if_sniff.h version.h workshop.h 2891 proto.h globals.h farsi.h arabic.h version.h workshop.h
2893 objects/wsdebug.o: wsdebug.c 2892 objects/wsdebug.o: wsdebug.c
2894 objects/integration.o: integration.c vim.h auto/config.h feature.h os_unix.h \ 2893 objects/integration.o: integration.c vim.h auto/config.h feature.h os_unix.h \
2895 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2894 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2896 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2895 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2897 farsi.h arabic.h if_sniff.h integration.h 2896 globals.h farsi.h arabic.h integration.h
2898 objects/netbeans.o: netbeans.c vim.h auto/config.h feature.h os_unix.h \ 2897 objects/netbeans.o: netbeans.c vim.h auto/config.h feature.h os_unix.h \
2899 auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \ 2898 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2900 gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \ 2899 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2901 farsi.h arabic.h if_sniff.h version.h 2900 globals.h farsi.h arabic.h version.h