comparison src/Makefile @ 13963:1174611ad715 v8.1.0000

Vim 8.1 release commit https://github.com/vim/vim/commit/b1c9198afb7ff902588b45fbe44f0760a9f48375 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 17 17:04:55 2018 +0200 Vim 8.1 release Update version number and information. Fix a couple of tests.
author Christian Brabandt <cb@256bit.org>
date Thu, 17 May 2018 17:15:08 +0200
parents c0e1ae315962
children 939cfab265b9
comparison
equal deleted inserted replaced
13962:cdda5c08011a 13963:1174611ad715
1033 ### Directory of the man pages 1033 ### Directory of the man pages
1034 MAN1DIR = /man1 1034 MAN1DIR = /man1
1035 1035
1036 ### Vim version (adjusted by a script) 1036 ### Vim version (adjusted by a script)
1037 VIMMAJOR = 8 1037 VIMMAJOR = 8
1038 VIMMINOR = 0 1038 VIMMINOR = 1
1039 1039
1040 ### Location of Vim files (should not need to be changed, and {{{1 1040 ### Location of Vim files (should not need to be changed, and {{{1
1041 ### some things might not work when they are changed!) 1041 ### some things might not work when they are changed!)
1042 VIMDIR = /vim 1042 VIMDIR = /vim
1043 VIMRTDIR = /vim$(VIMMAJOR)$(VIMMINOR) 1043 VIMRTDIR = /vim$(VIMMAJOR)$(VIMMINOR)
3452 3452
3453 ############################################################################### 3453 ###############################################################################
3454 ### (automatically generated by 'make depend') 3454 ### (automatically generated by 'make depend')
3455 ### Dependencies: 3455 ### Dependencies:
3456 objects/arabic.o: arabic.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 3456 objects/arabic.o: arabic.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3457 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 3457 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3458 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \ 3458 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3459 farsi.h arabic.h
3460 objects/beval.o: beval.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3461 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3462 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3463 farsi.h arabic.h
3464 objects/blowfish.o: blowfish.c vim.h auto/config.h feature.h os_unix.h \
3465 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3466 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3459 proto.h globals.h farsi.h arabic.h 3467 proto.h globals.h farsi.h arabic.h
3460 objects/beval.o: beval.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 3468 objects/buffer.o: buffer.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3461 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 3469 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3462 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \ 3470 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3471 farsi.h arabic.h version.h
3472 objects/charset.o: charset.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3473 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3474 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3475 farsi.h arabic.h
3476 objects/crypt.o: crypt.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3477 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3478 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3479 farsi.h arabic.h
3480 objects/crypt_zip.o: crypt_zip.c vim.h auto/config.h feature.h os_unix.h \
3481 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3482 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3463 proto.h globals.h farsi.h arabic.h 3483 proto.h globals.h farsi.h arabic.h
3464 objects/blowfish.o: blowfish.c vim.h auto/config.h feature.h os_unix.h \ 3484 objects/dict.o: dict.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3465 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 3485 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3466 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \ 3486 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3467 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h 3487 farsi.h arabic.h
3468 objects/buffer.o: buffer.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 3488 objects/diff.o: diff.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3469 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 3489 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3470 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \ 3490 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3491 farsi.h arabic.h
3492 objects/digraph.o: digraph.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3493 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3494 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3495 farsi.h arabic.h
3496 objects/edit.o: edit.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3497 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3498 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3499 farsi.h arabic.h
3500 objects/eval.o: eval.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3501 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3502 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3503 farsi.h arabic.h version.h
3504 objects/evalfunc.o: evalfunc.c vim.h auto/config.h feature.h os_unix.h \
3505 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3506 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3471 proto.h globals.h farsi.h arabic.h version.h 3507 proto.h globals.h farsi.h arabic.h version.h
3472 objects/charset.o: charset.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 3508 objects/ex_cmds.o: ex_cmds.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3473 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 3509 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3474 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \ 3510 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3511 farsi.h arabic.h version.h
3512 objects/ex_cmds2.o: ex_cmds2.c vim.h auto/config.h feature.h os_unix.h \
3513 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3514 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3515 proto.h globals.h farsi.h arabic.h version.h
3516 objects/ex_docmd.o: ex_docmd.c vim.h auto/config.h feature.h os_unix.h \
3517 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3518 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3519 proto.h globals.h farsi.h arabic.h ex_cmdidxs.h
3520 objects/ex_eval.o: ex_eval.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3521 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3522 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3523 farsi.h arabic.h
3524 objects/ex_getln.o: ex_getln.c vim.h auto/config.h feature.h os_unix.h \
3525 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3526 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3475 proto.h globals.h farsi.h arabic.h 3527 proto.h globals.h farsi.h arabic.h
3476 objects/crypt.o: crypt.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 3528 objects/farsi.o: farsi.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3477 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 3529 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3478 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \ 3530 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3531 farsi.h arabic.h
3532 objects/fileio.o: fileio.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3533 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3534 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3535 farsi.h arabic.h
3536 objects/fold.o: fold.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3537 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3538 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3539 farsi.h arabic.h
3540 objects/getchar.o: getchar.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3541 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3542 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3543 farsi.h arabic.h
3544 objects/hardcopy.o: hardcopy.c vim.h auto/config.h feature.h os_unix.h \
3545 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3546 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3547 proto.h globals.h farsi.h arabic.h version.h
3548 objects/hashtab.o: hashtab.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3549 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3550 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3551 farsi.h arabic.h
3552 objects/if_cscope.o: if_cscope.c vim.h auto/config.h feature.h os_unix.h \
3553 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3554 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3555 proto.h globals.h farsi.h arabic.h if_cscope.h
3556 objects/if_xcmdsrv.o: if_xcmdsrv.c vim.h auto/config.h feature.h os_unix.h \
3557 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3558 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3559 proto.h globals.h farsi.h arabic.h version.h
3560 objects/json.o: json.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3561 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3562 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3563 farsi.h arabic.h
3564 objects/list.o: list.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3565 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3566 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3567 farsi.h arabic.h
3568 objects/main.o: main.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3569 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3570 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3571 farsi.h arabic.h
3572 objects/mark.o: mark.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3573 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3574 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3575 farsi.h arabic.h
3576 objects/memfile.o: memfile.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3577 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3578 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3579 farsi.h arabic.h
3580 objects/memline.o: memline.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3581 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3582 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3583 farsi.h arabic.h
3584 objects/menu.o: menu.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3585 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3586 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3587 farsi.h arabic.h
3588 objects/message.o: message.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3589 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3590 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3591 farsi.h arabic.h
3592 objects/misc1.o: misc1.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3593 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3594 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3595 farsi.h arabic.h version.h
3596 objects/misc2.o: misc2.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3597 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3598 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3599 farsi.h arabic.h
3600 objects/move.o: move.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3601 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3602 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3603 farsi.h arabic.h
3604 objects/mbyte.o: mbyte.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3605 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3606 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3607 farsi.h arabic.h
3608 objects/normal.o: normal.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3609 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3610 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3611 farsi.h arabic.h
3612 objects/ops.o: ops.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \
3613 keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro structs.h \
3614 regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h farsi.h \
3615 arabic.h
3616 objects/option.o: option.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3617 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3618 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3619 farsi.h arabic.h
3620 objects/os_unix.o: os_unix.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3621 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3622 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3623 farsi.h arabic.h if_mzsch.h os_unixx.h
3624 objects/pathdef.o: auto/pathdef.c vim.h auto/config.h feature.h os_unix.h \
3625 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3626 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3479 proto.h globals.h farsi.h arabic.h 3627 proto.h globals.h farsi.h arabic.h
3480 objects/crypt_zip.o: crypt_zip.c vim.h auto/config.h feature.h os_unix.h \ 3628 objects/popupmnu.o: popupmnu.c vim.h auto/config.h feature.h os_unix.h \
3481 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 3629 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3482 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \ 3630 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3483 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h
3484 objects/dict.o: dict.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3485 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3486 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3487 proto.h globals.h farsi.h arabic.h 3631 proto.h globals.h farsi.h arabic.h
3488 objects/diff.o: diff.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 3632 objects/pty.o: pty.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \
3489 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 3633 keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro structs.h \
3490 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \ 3634 regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h farsi.h \
3635 arabic.h
3636 objects/quickfix.o: quickfix.c vim.h auto/config.h feature.h os_unix.h \
3637 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3638 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3491 proto.h globals.h farsi.h arabic.h 3639 proto.h globals.h farsi.h arabic.h
3492 objects/digraph.o: digraph.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 3640 objects/regexp.o: regexp.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3493 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 3641 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3494 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \ 3642 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3643 farsi.h arabic.h regexp_nfa.c
3644 objects/screen.o: screen.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3645 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3646 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3647 farsi.h arabic.h
3648 objects/search.o: search.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3649 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3650 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3651 farsi.h arabic.h
3652 objects/sha256.o: sha256.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3653 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3654 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3655 farsi.h arabic.h
3656 objects/spell.o: spell.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3657 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3658 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3659 farsi.h arabic.h
3660 objects/spellfile.o: spellfile.c vim.h auto/config.h feature.h os_unix.h \
3661 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3662 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3495 proto.h globals.h farsi.h arabic.h 3663 proto.h globals.h farsi.h arabic.h
3496 objects/edit.o: edit.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 3664 objects/syntax.o: syntax.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3497 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 3665 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3498 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \ 3666 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3667 farsi.h arabic.h
3668 objects/tag.o: tag.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \
3669 keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro structs.h \
3670 regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h farsi.h \
3671 arabic.h
3672 objects/term.o: term.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3673 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3674 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3675 farsi.h arabic.h libvterm/include/vterm.h \
3676 libvterm/include/vterm_keycodes.h
3677 objects/terminal.o: terminal.c vim.h auto/config.h feature.h os_unix.h \
3678 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3679 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3680 proto.h globals.h farsi.h arabic.h libvterm/include/vterm.h \
3681 libvterm/include/vterm_keycodes.h
3682 objects/ui.o: ui.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \
3683 keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro structs.h \
3684 regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h farsi.h \
3685 arabic.h
3686 objects/undo.o: undo.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3687 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3688 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3689 farsi.h arabic.h
3690 objects/userfunc.o: userfunc.c vim.h auto/config.h feature.h os_unix.h \
3691 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3692 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3499 proto.h globals.h farsi.h arabic.h 3693 proto.h globals.h farsi.h arabic.h
3500 objects/eval.o: eval.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 3694 objects/version.o: version.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3501 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 3695 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3502 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \ 3696 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3503 proto.h globals.h farsi.h arabic.h version.h 3697 farsi.h arabic.h version.h
3504 objects/evalfunc.o: evalfunc.c vim.h auto/config.h feature.h os_unix.h \ 3698 objects/window.o: window.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3505 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 3699 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3506 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \ 3700 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3507 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h version.h 3701 farsi.h arabic.h
3508 objects/ex_cmds.o: ex_cmds.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 3702 objects/gui.o: gui.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \
3509 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 3703 keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro structs.h \
3510 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \ 3704 regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h farsi.h \
3511 proto.h globals.h farsi.h arabic.h version.h 3705 arabic.h
3512 objects/ex_cmds2.o: ex_cmds2.c vim.h auto/config.h feature.h os_unix.h \ 3706 objects/gui_gtk.o: gui_gtk.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3513 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 3707 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3514 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \ 3708 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3515 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h version.h 3709 farsi.h arabic.h gui_gtk_f.h
3516 objects/ex_docmd.o: ex_docmd.c vim.h auto/config.h feature.h os_unix.h \ 3710 objects/gui_gtk_f.o: gui_gtk_f.c vim.h auto/config.h feature.h os_unix.h \
3517 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 3711 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3518 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \ 3712 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3519 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h ex_cmdidxs.h 3713 proto.h globals.h farsi.h arabic.h gui_gtk_f.h
3520 objects/ex_eval.o: ex_eval.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 3714 objects/gui_motif.o: gui_motif.c vim.h auto/config.h feature.h os_unix.h \
3521 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 3715 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3522 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \ 3716 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3717 proto.h globals.h farsi.h arabic.h gui_xmebw.h ../pixmaps/alert.xpm \
3718 ../pixmaps/error.xpm ../pixmaps/generic.xpm ../pixmaps/info.xpm \
3719 ../pixmaps/quest.xpm gui_x11_pm.h ../pixmaps/tb_new.xpm \
3720 ../pixmaps/tb_open.xpm ../pixmaps/tb_close.xpm ../pixmaps/tb_save.xpm \
3721 ../pixmaps/tb_print.xpm ../pixmaps/tb_cut.xpm ../pixmaps/tb_copy.xpm \
3722 ../pixmaps/tb_paste.xpm ../pixmaps/tb_find.xpm \
3723 ../pixmaps/tb_find_next.xpm ../pixmaps/tb_find_prev.xpm \
3724 ../pixmaps/tb_find_help.xpm ../pixmaps/tb_exit.xpm \
3725 ../pixmaps/tb_undo.xpm ../pixmaps/tb_redo.xpm ../pixmaps/tb_help.xpm \
3726 ../pixmaps/tb_macro.xpm ../pixmaps/tb_make.xpm \
3727 ../pixmaps/tb_save_all.xpm ../pixmaps/tb_jump.xpm \
3728 ../pixmaps/tb_ctags.xpm ../pixmaps/tb_load_session.xpm \
3729 ../pixmaps/tb_save_session.xpm ../pixmaps/tb_new_session.xpm \
3730 ../pixmaps/tb_blank.xpm ../pixmaps/tb_maximize.xpm \
3731 ../pixmaps/tb_split.xpm ../pixmaps/tb_minimize.xpm \
3732 ../pixmaps/tb_shell.xpm ../pixmaps/tb_replace.xpm \
3733 ../pixmaps/tb_vsplit.xpm ../pixmaps/tb_maxwidth.xpm \
3734 ../pixmaps/tb_minwidth.xpm
3735 objects/gui_xmdlg.o: gui_xmdlg.c vim.h auto/config.h feature.h os_unix.h \
3736 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3737 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3523 proto.h globals.h farsi.h arabic.h 3738 proto.h globals.h farsi.h arabic.h
3524 objects/ex_getln.o: ex_getln.c vim.h auto/config.h feature.h os_unix.h \ 3739 objects/gui_xmebw.o: gui_xmebw.c vim.h auto/config.h feature.h os_unix.h \
3525 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 3740 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3526 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \ 3741 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3527 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h 3742 proto.h globals.h farsi.h arabic.h gui_xmebwp.h gui_xmebw.h
3528 objects/farsi.o: farsi.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 3743 objects/gui_athena.o: gui_athena.c vim.h auto/config.h feature.h os_unix.h \
3529 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 3744 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3530 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \ 3745 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3531 proto.h globals.h farsi.h arabic.h 3746 proto.h globals.h farsi.h arabic.h gui_at_sb.h gui_x11_pm.h \
3532 objects/fileio.o: fileio.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3533 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3534 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3535 proto.h globals.h farsi.h arabic.h
3536 objects/fold.o: fold.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3537 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3538 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3539 proto.h globals.h farsi.h arabic.h
3540 objects/getchar.o: getchar.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3541 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3542 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3543 proto.h globals.h farsi.h arabic.h
3544 objects/hardcopy.o: hardcopy.c vim.h auto/config.h feature.h os_unix.h \
3545 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
3546 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \
3547 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h version.h
3548 objects/hashtab.o: hashtab.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3549 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3550 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3551 proto.h globals.h farsi.h arabic.h
3552 objects/if_cscope.o: if_cscope.c vim.h auto/config.h feature.h os_unix.h \
3553 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
3554 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \
3555 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h if_cscope.h
3556 objects/if_xcmdsrv.o: if_xcmdsrv.c vim.h auto/config.h feature.h os_unix.h \
3557 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
3558 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \
3559 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h version.h
3560 objects/json.o: json.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3561 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3562 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3563 proto.h globals.h farsi.h arabic.h
3564 objects/list.o: list.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3565 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3566 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3567 proto.h globals.h farsi.h arabic.h
3568 objects/main.o: main.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3569 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3570 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3571 proto.h globals.h farsi.h arabic.h
3572 objects/mark.o: mark.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3573 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3574 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3575 proto.h globals.h farsi.h arabic.h
3576 objects/memfile.o: memfile.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3577 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3578 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3579 proto.h globals.h farsi.h arabic.h
3580 objects/memline.o: memline.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3581 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3582 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3583 proto.h globals.h farsi.h arabic.h
3584 objects/menu.o: menu.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3585 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3586 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3587 proto.h globals.h farsi.h arabic.h
3588 objects/message.o: message.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3589 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3590 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3591 proto.h globals.h farsi.h arabic.h
3592 objects/misc1.o: misc1.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3593 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3594 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3595 proto.h globals.h farsi.h arabic.h version.h
3596 objects/misc2.o: misc2.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3597 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3598 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3599 proto.h globals.h farsi.h arabic.h
3600 objects/move.o: move.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3601 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3602 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3603 proto.h globals.h farsi.h arabic.h
3604 objects/mbyte.o: mbyte.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3605 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3606 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3607 proto.h globals.h farsi.h arabic.h
3608 objects/normal.o: normal.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3609 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3610 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3611 proto.h globals.h farsi.h arabic.h
3612 objects/ops.o: ops.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \
3613 keymap.h term.h macros.h option.h structs.h regexp.h gui.h alloc.h \
3614 beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h proto.h \
3615 globals.h farsi.h arabic.h
3616 objects/option.o: option.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3617 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3618 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3619 proto.h globals.h farsi.h arabic.h
3620 objects/os_unix.o: os_unix.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3621 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3622 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3623 proto.h globals.h farsi.h arabic.h if_mzsch.h os_unixx.h
3624 objects/pathdef.o: auto/pathdef.c vim.h auto/config.h feature.h os_unix.h \
3625 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
3626 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \
3627 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h
3628 objects/popupmnu.o: popupmnu.c vim.h auto/config.h feature.h os_unix.h \
3629 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
3630 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \
3631 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h
3632 objects/pty.o: pty.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \
3633 keymap.h term.h macros.h option.h structs.h regexp.h gui.h alloc.h \
3634 beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h proto.h \
3635 globals.h farsi.h arabic.h
3636 objects/quickfix.o: quickfix.c vim.h auto/config.h feature.h os_unix.h \
3637 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
3638 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \
3639 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h
3640 objects/regexp.o: regexp.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3641 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3642 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3643 proto.h globals.h farsi.h arabic.h regexp_nfa.c
3644 objects/screen.o: screen.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3645 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3646 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3647 proto.h globals.h farsi.h arabic.h
3648 objects/search.o: search.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3649 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3650 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3651 proto.h globals.h farsi.h arabic.h
3652 objects/sha256.o: sha256.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3653 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3654 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3655 proto.h globals.h farsi.h arabic.h
3656 objects/spell.o: spell.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3657 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3658 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3659 proto.h globals.h farsi.h arabic.h
3660 objects/spellfile.o: spellfile.c vim.h auto/config.h feature.h os_unix.h \
3661 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
3662 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \
3663 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h
3664 objects/syntax.o: syntax.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3665 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3666 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3667 proto.h globals.h farsi.h arabic.h
3668 objects/tag.o: tag.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \
3669 keymap.h term.h macros.h option.h structs.h regexp.h gui.h alloc.h \
3670 beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h proto.h \
3671 globals.h farsi.h arabic.h
3672 objects/term.o: term.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3673 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3674 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3675 proto.h globals.h farsi.h arabic.h
3676 objects/terminal.o: terminal.c vim.h auto/config.h feature.h os_unix.h \
3677 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
3678 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \
3679 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h \
3680 libvterm/include/vterm.h libvterm/include/vterm_keycodes.h
3681 objects/ui.o: ui.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \
3682 keymap.h term.h macros.h option.h structs.h regexp.h gui.h alloc.h \
3683 beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h proto.h \
3684 globals.h farsi.h arabic.h
3685 objects/undo.o: undo.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3686 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3687 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3688 proto.h globals.h farsi.h arabic.h
3689 objects/userfunc.o: userfunc.c vim.h auto/config.h feature.h os_unix.h \
3690 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
3691 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \
3692 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h
3693 objects/version.o: version.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3694 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3695 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3696 proto.h globals.h farsi.h arabic.h version.h
3697 objects/window.o: window.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3698 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3699 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3700 proto.h globals.h farsi.h arabic.h
3701 objects/gui.o: gui.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \
3702 keymap.h term.h macros.h option.h structs.h regexp.h gui.h alloc.h \
3703 beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h proto.h \
3704 globals.h farsi.h arabic.h
3705 objects/gui_gtk.o: gui_gtk.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3706 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3707 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3708 proto.h globals.h farsi.h arabic.h gui_gtk_f.h
3709 objects/gui_gtk_f.o: gui_gtk_f.c vim.h auto/config.h feature.h os_unix.h \
3710 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
3711 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \
3712 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h gui_gtk_f.h
3713 objects/gui_motif.o: gui_motif.c vim.h auto/config.h feature.h os_unix.h \
3714 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
3715 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \
3716 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h gui_xmebw.h \
3717 ../pixmaps/alert.xpm ../pixmaps/error.xpm ../pixmaps/generic.xpm \
3718 ../pixmaps/info.xpm ../pixmaps/quest.xpm gui_x11_pm.h \
3719 ../pixmaps/tb_new.xpm ../pixmaps/tb_open.xpm ../pixmaps/tb_close.xpm \ 3747 ../pixmaps/tb_new.xpm ../pixmaps/tb_open.xpm ../pixmaps/tb_close.xpm \
3720 ../pixmaps/tb_save.xpm ../pixmaps/tb_print.xpm ../pixmaps/tb_cut.xpm \ 3748 ../pixmaps/tb_save.xpm ../pixmaps/tb_print.xpm ../pixmaps/tb_cut.xpm \
3721 ../pixmaps/tb_copy.xpm ../pixmaps/tb_paste.xpm ../pixmaps/tb_find.xpm \ 3749 ../pixmaps/tb_copy.xpm ../pixmaps/tb_paste.xpm ../pixmaps/tb_find.xpm \
3722 ../pixmaps/tb_find_next.xpm ../pixmaps/tb_find_prev.xpm \ 3750 ../pixmaps/tb_find_next.xpm ../pixmaps/tb_find_prev.xpm \
3723 ../pixmaps/tb_find_help.xpm ../pixmaps/tb_exit.xpm \ 3751 ../pixmaps/tb_find_help.xpm ../pixmaps/tb_exit.xpm \
3729 ../pixmaps/tb_blank.xpm ../pixmaps/tb_maximize.xpm \ 3757 ../pixmaps/tb_blank.xpm ../pixmaps/tb_maximize.xpm \
3730 ../pixmaps/tb_split.xpm ../pixmaps/tb_minimize.xpm \ 3758 ../pixmaps/tb_split.xpm ../pixmaps/tb_minimize.xpm \
3731 ../pixmaps/tb_shell.xpm ../pixmaps/tb_replace.xpm \ 3759 ../pixmaps/tb_shell.xpm ../pixmaps/tb_replace.xpm \
3732 ../pixmaps/tb_vsplit.xpm ../pixmaps/tb_maxwidth.xpm \ 3760 ../pixmaps/tb_vsplit.xpm ../pixmaps/tb_maxwidth.xpm \
3733 ../pixmaps/tb_minwidth.xpm 3761 ../pixmaps/tb_minwidth.xpm
3734 objects/gui_xmdlg.o: gui_xmdlg.c vim.h auto/config.h feature.h os_unix.h \
3735 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
3736 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \
3737 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h
3738 objects/gui_xmebw.o: gui_xmebw.c vim.h auto/config.h feature.h os_unix.h \
3739 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
3740 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \
3741 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h gui_xmebwp.h \
3742 gui_xmebw.h
3743 objects/gui_athena.o: gui_athena.c vim.h auto/config.h feature.h os_unix.h \
3744 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
3745 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \
3746 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h gui_at_sb.h \
3747 gui_x11_pm.h ../pixmaps/tb_new.xpm ../pixmaps/tb_open.xpm \
3748 ../pixmaps/tb_close.xpm ../pixmaps/tb_save.xpm ../pixmaps/tb_print.xpm \
3749 ../pixmaps/tb_cut.xpm ../pixmaps/tb_copy.xpm ../pixmaps/tb_paste.xpm \
3750 ../pixmaps/tb_find.xpm ../pixmaps/tb_find_next.xpm \
3751 ../pixmaps/tb_find_prev.xpm ../pixmaps/tb_find_help.xpm \
3752 ../pixmaps/tb_exit.xpm ../pixmaps/tb_undo.xpm ../pixmaps/tb_redo.xpm \
3753 ../pixmaps/tb_help.xpm ../pixmaps/tb_macro.xpm ../pixmaps/tb_make.xpm \
3754 ../pixmaps/tb_save_all.xpm ../pixmaps/tb_jump.xpm \
3755 ../pixmaps/tb_ctags.xpm ../pixmaps/tb_load_session.xpm \
3756 ../pixmaps/tb_save_session.xpm ../pixmaps/tb_new_session.xpm \
3757 ../pixmaps/tb_blank.xpm ../pixmaps/tb_maximize.xpm \
3758 ../pixmaps/tb_split.xpm ../pixmaps/tb_minimize.xpm \
3759 ../pixmaps/tb_shell.xpm ../pixmaps/tb_replace.xpm \
3760 ../pixmaps/tb_vsplit.xpm ../pixmaps/tb_maxwidth.xpm \
3761 ../pixmaps/tb_minwidth.xpm
3762 objects/gui_gtk_x11.o: gui_gtk_x11.c vim.h auto/config.h feature.h os_unix.h \ 3762 objects/gui_gtk_x11.o: gui_gtk_x11.c vim.h auto/config.h feature.h os_unix.h \
3763 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 3763 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3764 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \ 3764 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3765 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h \ 3765 proto.h globals.h farsi.h arabic.h auto/gui_gtk_gresources.h gui_gtk_f.h \
3766 auto/gui_gtk_gresources.h gui_gtk_f.h ../runtime/vim32x32.xpm \ 3766 ../runtime/vim32x32.xpm ../runtime/vim16x16.xpm ../runtime/vim48x48.xpm
3767 ../runtime/vim16x16.xpm ../runtime/vim48x48.xpm
3768 objects/gui_x11.o: gui_x11.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 3767 objects/gui_x11.o: gui_x11.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3769 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 3768 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3770 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \ 3769 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3771 proto.h globals.h farsi.h arabic.h ../runtime/vim32x32.xpm \ 3770 farsi.h arabic.h ../runtime/vim32x32.xpm ../runtime/vim16x16.xpm \
3772 ../runtime/vim16x16.xpm ../runtime/vim48x48.xpm 3771 ../runtime/vim48x48.xpm
3773 objects/gui_at_sb.o: gui_at_sb.c vim.h auto/config.h feature.h os_unix.h \ 3772 objects/gui_at_sb.o: gui_at_sb.c vim.h auto/config.h feature.h os_unix.h \
3774 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 3773 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3775 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \ 3774 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3776 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h gui_at_sb.h 3775 proto.h globals.h farsi.h arabic.h gui_at_sb.h
3777 objects/gui_at_fs.o: gui_at_fs.c vim.h auto/config.h feature.h os_unix.h \ 3776 objects/gui_at_fs.o: gui_at_fs.c vim.h auto/config.h feature.h os_unix.h \
3778 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 3777 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3779 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \ 3778 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3780 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h gui_at_sb.h 3779 proto.h globals.h farsi.h arabic.h gui_at_sb.h
3781 objects/json_test.o: json_test.c main.c vim.h auto/config.h feature.h os_unix.h \ 3780 objects/json_test.o: json_test.c main.c vim.h auto/config.h feature.h os_unix.h \
3782 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 3781 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3783 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \ 3782 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3784 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h json.c 3783 proto.h globals.h farsi.h arabic.h json.c
3785 objects/kword_test.o: kword_test.c main.c vim.h auto/config.h feature.h os_unix.h \ 3784 objects/kword_test.o: kword_test.c main.c vim.h auto/config.h feature.h os_unix.h \
3786 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 3785 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3787 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \ 3786 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3788 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h charset.c 3787 proto.h globals.h farsi.h arabic.h charset.c
3789 objects/memfile_test.o: memfile_test.c main.c vim.h auto/config.h feature.h \ 3788 objects/memfile_test.o: memfile_test.c main.c vim.h auto/config.h feature.h \
3790 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h \ 3789 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3791 structs.h regexp.h gui.h alloc.h beval.h proto/beval.pro \ 3790 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3792 proto/gui_beval.pro ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h \ 3791 proto.h globals.h farsi.h arabic.h memfile.c
3793 memfile.c
3794 objects/message_test.o: message_test.c main.c vim.h auto/config.h feature.h \ 3792 objects/message_test.o: message_test.c main.c vim.h auto/config.h feature.h \
3795 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h \ 3793 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3796 structs.h regexp.h gui.h alloc.h beval.h proto/beval.pro \ 3794 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3797 proto/gui_beval.pro ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h \ 3795 proto.h globals.h farsi.h arabic.h message.c
3798 message.c
3799 objects/hangulin.o: hangulin.c vim.h auto/config.h feature.h os_unix.h \ 3796 objects/hangulin.o: hangulin.c vim.h auto/config.h feature.h os_unix.h \
3800 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 3797 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3801 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \ 3798 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3802 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h 3799 proto.h globals.h farsi.h arabic.h
3803 objects/if_lua.o: if_lua.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 3800 objects/if_lua.o: if_lua.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3804 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 3801 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3805 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \ 3802 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3803 farsi.h arabic.h
3804 objects/if_mzsch.o: if_mzsch.c vim.h auto/config.h feature.h os_unix.h \
3805 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3806 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3807 proto.h globals.h farsi.h arabic.h if_mzsch.h mzscheme_base.c
3808 objects/if_perl.o: auto/if_perl.c vim.h auto/config.h feature.h os_unix.h \
3809 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3810 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3806 proto.h globals.h farsi.h arabic.h 3811 proto.h globals.h farsi.h arabic.h
3807 objects/if_mzsch.o: if_mzsch.c vim.h auto/config.h feature.h os_unix.h \
3808 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
3809 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \
3810 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h if_mzsch.h \
3811 mzscheme_base.c
3812 objects/if_perl.o: auto/if_perl.c vim.h auto/config.h feature.h os_unix.h \
3813 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
3814 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \
3815 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h
3816 objects/if_perlsfio.o: if_perlsfio.c vim.h auto/config.h feature.h os_unix.h \ 3812 objects/if_perlsfio.o: if_perlsfio.c vim.h auto/config.h feature.h os_unix.h \
3817 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 3813 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3818 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \ 3814 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3819 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h 3815 proto.h globals.h farsi.h arabic.h
3820 objects/if_python.o: if_python.c vim.h auto/config.h feature.h os_unix.h \ 3816 objects/if_python.o: if_python.c vim.h auto/config.h feature.h os_unix.h \
3821 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 3817 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3822 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \ 3818 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3823 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h if_py_both.h 3819 proto.h globals.h farsi.h arabic.h if_py_both.h
3824 objects/if_python3.o: if_python3.c vim.h auto/config.h feature.h os_unix.h \ 3820 objects/if_python3.o: if_python3.c vim.h auto/config.h feature.h os_unix.h \
3825 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 3821 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3826 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \ 3822 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3827 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h if_py_both.h 3823 proto.h globals.h farsi.h arabic.h if_py_both.h
3828 objects/if_tcl.o: if_tcl.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 3824 objects/if_tcl.o: if_tcl.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3829 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 3825 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3830 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \ 3826 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3827 farsi.h arabic.h
3828 objects/if_ruby.o: if_ruby.c auto/config.h vim.h feature.h os_unix.h auto/osdef.h \
3829 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3830 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3831 farsi.h arabic.h version.h
3832 objects/gui_beval.o: gui_beval.c vim.h auto/config.h feature.h os_unix.h \
3833 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3834 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3831 proto.h globals.h farsi.h arabic.h 3835 proto.h globals.h farsi.h arabic.h
3832 objects/if_ruby.o: if_ruby.c auto/config.h vim.h feature.h os_unix.h auto/osdef.h \
3833 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3834 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \
3835 proto.h globals.h farsi.h arabic.h version.h
3836 objects/gui_beval.o: gui_beval.c vim.h auto/config.h feature.h os_unix.h \
3837 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
3838 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \
3839 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h
3840 objects/workshop.o: workshop.c auto/config.h integration.h vim.h feature.h \ 3836 objects/workshop.o: workshop.c auto/config.h integration.h vim.h feature.h \
3841 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h \ 3837 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3842 structs.h regexp.h gui.h alloc.h beval.h proto/beval.pro \ 3838 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3843 proto/gui_beval.pro ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h \ 3839 proto.h globals.h farsi.h arabic.h version.h workshop.h
3844 version.h workshop.h
3845 objects/wsdebug.o: wsdebug.c 3840 objects/wsdebug.o: wsdebug.c
3846 objects/integration.o: integration.c vim.h auto/config.h feature.h os_unix.h \ 3841 objects/integration.o: integration.c vim.h auto/config.h feature.h os_unix.h \
3847 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 3842 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3848 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \ 3843 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3849 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h integration.h 3844 proto.h globals.h farsi.h arabic.h integration.h
3850 objects/netbeans.o: netbeans.c vim.h auto/config.h feature.h os_unix.h \ 3845 objects/netbeans.o: netbeans.c vim.h auto/config.h feature.h os_unix.h \
3851 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 3846 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3852 regexp.h gui.h alloc.h beval.h proto/beval.pro proto/gui_beval.pro \ 3847 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3853 ex_cmds.h spell.h proto.h globals.h farsi.h arabic.h version.h 3848 proto.h globals.h farsi.h arabic.h version.h
3854 objects/channel.o: channel.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 3849 objects/channel.o: channel.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3855 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 3850 ascii.h keymap.h term.h macros.h option.h beval.h proto/gui_beval.pro \
3856 alloc.h beval.h proto/beval.pro proto/gui_beval.pro ex_cmds.h spell.h \ 3851 structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h proto.h globals.h \
3857 proto.h globals.h farsi.h arabic.h 3852 farsi.h arabic.h
3858 objects/gui_gtk_gresources.o: auto/gui_gtk_gresources.c 3853 objects/gui_gtk_gresources.o: auto/gui_gtk_gresources.c