comparison src/Make_vms.mms @ 12871:1a450ce6980c v8.0.1312

patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI commit https://github.com/vim/vim/commit/c3719bd87beca9f72d2e9f11e36d561c2c3b57b0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 18 22:13:31 2017 +0100 patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI Problem: balloon_show() only works in terminal when compiled with the GUI. Solution: Add FEAT_BEVAL_GUI and refactor to move common code out of the GUI specific file.
author Christian Brabandt <cb@256bit.org>
date Sat, 18 Nov 2017 22:15:05 +0100
parents 299f1669c20e
children a6330a49e036
comparison
equal deleted inserted replaced
12870:0469872186f5 12871:1a450ce6980c
1 # 1 #
2 # Makefile for Vim on OpenVMS 2 # Makefile for Vim on OpenVMS
3 # 3 #
4 # Maintainer: Zoltan Arpadffy <arpadffy@polarhome.com> 4 # Maintainer: Zoltan Arpadffy <arpadffy@polarhome.com>
5 # Last change: 2016 Nov 04 5 # Last change: 2017 Nov 18
6 # 6 #
7 # This has script been tested on VMS 6.2 to 8.2 on DEC Alpha, VAX and IA64 7 # This has script been tested on VMS 6.2 to 8.2 on DEC Alpha, VAX and IA64
8 # with MMS and MMK 8 # with MMS and MMK
9 # 9 #
10 # The following could be built: 10 # The following could be built:
297 /include=($(C_INC)$(GUI_INC_DIR)$(GUI_INC_VER)$(PERL_INC)$(PYTHON_INC)$(TCL_INC)) 297 /include=($(C_INC)$(GUI_INC_DIR)$(GUI_INC_VER)$(PERL_INC)$(PYTHON_INC)$(TCL_INC))
298 298
299 ALL_LIBS = $(LIBS) $(GUI_LIB_DIR) $(GUI_LIB) \ 299 ALL_LIBS = $(LIBS) $(GUI_LIB_DIR) $(GUI_LIB) \
300 $(PERL_LIB) $(PYTHON_LIB) $(TCL_LIB) $(RUBY_LIB) 300 $(PERL_LIB) $(PYTHON_LIB) $(TCL_LIB) $(RUBY_LIB)
301 301
302 SRC = arabic.c blowfish.c buffer.c charset.c crypt.c crypt_zip.c dict.c diff.c digraph.c edit.c eval.c evalfunc.c \ 302 SRC = arabic.c beval.obj blowfish.c buffer.c charset.c crypt.c crypt_zip.c dict.c diff.c digraph.c edit.c eval.c evalfunc.c \
303 ex_cmds.c ex_cmds2.c ex_docmd.c ex_eval.c ex_getln.c if_cscope.c if_xcmdsrv.c farsi.c fileio.c fold.c getchar.c \ 303 ex_cmds.c ex_cmds2.c ex_docmd.c ex_eval.c ex_getln.c if_cscope.c if_xcmdsrv.c farsi.c fileio.c fold.c getchar.c \
304 hardcopy.c hashtab.c json.c list.c main.c mark.c menu.c mbyte.c memfile.c memline.c message.c misc1.c \ 304 hardcopy.c hashtab.c json.c list.c main.c mark.c menu.c mbyte.c memfile.c memline.c message.c misc1.c \
305 misc2.c move.c normal.c ops.c option.c popupmnu.c quickfix.c regexp.c search.c sha256.c\ 305 misc2.c move.c normal.c ops.c option.c popupmnu.c quickfix.c regexp.c search.c sha256.c\
306 spell.c spellfile.c syntax.c tag.c term.c termlib.c ui.c undo.c userfunc.c version.c screen.c \ 306 spell.c spellfile.c syntax.c tag.c term.c termlib.c ui.c undo.c userfunc.c version.c screen.c \
307 window.c os_unix.c os_vms.c pathdef.c \ 307 window.c os_unix.c os_vms.c pathdef.c \
308 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \ 308 $(GUI_SRC) $(PERL_SRC) $(PYTHON_SRC) $(TCL_SRC) \
309 $(RUBY_SRC) $(HANGULIN_SRC) $(MZSCH_SRC) 309 $(RUBY_SRC) $(HANGULIN_SRC) $(MZSCH_SRC)
310 310
311 OBJ = arabic.obj blowfish.obj buffer.obj charset.obj crypt.obj crypt_zip.obj dict.obj diff.obj digraph.obj edit.obj eval.obj \ 311 OBJ = arabic.obj beval.obj blowfish.obj buffer.obj charset.obj crypt.obj crypt_zip.obj dict.obj diff.obj digraph.obj edit.obj eval.obj \
312 evalfunc.obj ex_cmds.obj ex_cmds2.obj ex_docmd.obj ex_eval.obj ex_getln.obj if_cscope.obj \ 312 evalfunc.obj ex_cmds.obj ex_cmds2.obj ex_docmd.obj ex_eval.obj ex_getln.obj if_cscope.obj \
313 if_xcmdsrv.obj farsi.obj fileio.obj fold.obj getchar.obj hardcopy.obj hashtab.obj json.obj list.obj main.obj mark.obj \ 313 if_xcmdsrv.obj farsi.obj fileio.obj fold.obj getchar.obj hardcopy.obj hashtab.obj json.obj list.obj main.obj mark.obj \
314 menu.obj memfile.obj memline.obj message.obj misc1.obj misc2.obj \ 314 menu.obj memfile.obj memline.obj message.obj misc1.obj misc2.obj \
315 move.obj mbyte.obj normal.obj ops.obj option.obj popupmnu.obj quickfix.obj \ 315 move.obj mbyte.obj normal.obj ops.obj option.obj popupmnu.obj quickfix.obj \
316 regexp.obj search.obj sha256.obj spell.obj spellfile.obj syntax.obj tag.obj term.obj termlib.obj \ 316 regexp.obj search.obj sha256.obj spell.obj spellfile.obj syntax.obj tag.obj term.obj termlib.obj \
488 488
489 arabic.obj : arabic.c vim.h 489 arabic.obj : arabic.c vim.h
490 blowfish.obj : blowfish.c vim.h 490 blowfish.obj : blowfish.c vim.h
491 buffer.obj : buffer.c vim.h [.auto]config.h feature.h os_unix.h \ 491 buffer.obj : buffer.c vim.h [.auto]config.h feature.h os_unix.h \
492 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 492 ascii.h keymap.h term.h macros.h structs.h regexp.h \
493 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 493 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
494 globals.h farsi.h arabic.h version.h 494 globals.h farsi.h arabic.h version.h
495 charset.obj : charset.c vim.h [.auto]config.h feature.h os_unix.h \ 495 charset.obj : charset.c vim.h [.auto]config.h feature.h os_unix.h \
496 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 496 ascii.h keymap.h term.h macros.h structs.h regexp.h \
497 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 497 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
498 globals.h farsi.h arabic.h 498 globals.h farsi.h arabic.h
499 crypt.obj : crypt.c vim.h [.auto]config.h feature.h os_unix.h \ 499 crypt.obj : crypt.c vim.h [.auto]config.h feature.h os_unix.h \
500 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 500 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
501 gui_beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ 501 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
502 globals.h farsi.h arabic.h 502 globals.h farsi.h arabic.h
503 crypt_zip.obj : crypt_zip.c vim.h [.auto]config.h feature.h os_unix.h \ 503 crypt_zip.obj : crypt_zip.c vim.h [.auto]config.h feature.h os_unix.h \
504 ascii.h keymap.h term.h macros.h option.h structs.h \ 504 ascii.h keymap.h term.h macros.h option.h structs.h \
505 regexp.h gui.h gui_beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 505 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
506 proto.h globals.h farsi.h arabic.h 506 proto.h globals.h farsi.h arabic.h
507 dict.obj : dict.c vim.h [.auto]config.h feature.h os_unix.h \ 507 dict.obj : dict.c vim.h [.auto]config.h feature.h os_unix.h \
508 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 508 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
509 gui_beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ 509 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
510 globals.h farsi.h arabic.h 510 globals.h farsi.h arabic.h
511 diff.obj : diff.c vim.h [.auto]config.h feature.h os_unix.h \ 511 diff.obj : diff.c vim.h [.auto]config.h feature.h os_unix.h \
512 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 512 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
513 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 513 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
514 arabic.h 514 arabic.h
515 digraph.obj : digraph.c vim.h [.auto]config.h feature.h os_unix.h \ 515 digraph.obj : digraph.c vim.h [.auto]config.h feature.h os_unix.h \
516 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 516 ascii.h keymap.h term.h macros.h structs.h regexp.h \
517 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 517 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
518 globals.h farsi.h arabic.h 518 globals.h farsi.h arabic.h
519 edit.obj : edit.c vim.h [.auto]config.h feature.h os_unix.h \ 519 edit.obj : edit.c vim.h [.auto]config.h feature.h os_unix.h \
520 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 520 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
521 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 521 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
522 arabic.h 522 arabic.h
523 eval.obj : eval.c vim.h [.auto]config.h feature.h os_unix.h \ 523 eval.obj : eval.c vim.h [.auto]config.h feature.h os_unix.h \
524 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 524 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
525 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 525 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
526 arabic.h version.h 526 arabic.h version.h
527 evalfunc.obj : evalfunc.c vim.h [.auto]config.h feature.h os_unix.h \ 527 evalfunc.obj : evalfunc.c vim.h [.auto]config.h feature.h os_unix.h \
528 ascii.h keymap.h term.h macros.h option.h structs.h \ 528 ascii.h keymap.h term.h macros.h option.h structs.h \
529 regexp.h gui.h gui_beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 529 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
530 proto.h globals.h farsi.h arabic.h version.h 530 proto.h globals.h farsi.h arabic.h version.h
531 ex_cmds.obj : ex_cmds.c vim.h [.auto]config.h feature.h os_unix.h \ 531 ex_cmds.obj : ex_cmds.c vim.h [.auto]config.h feature.h os_unix.h \
532 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 532 ascii.h keymap.h term.h macros.h structs.h regexp.h \
533 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 533 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
534 globals.h farsi.h arabic.h version.h 534 globals.h farsi.h arabic.h version.h
535 ex_cmds2.obj : ex_cmds2.c vim.h [.auto]config.h feature.h os_unix.h \ 535 ex_cmds2.obj : ex_cmds2.c vim.h [.auto]config.h feature.h os_unix.h \
536 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 536 ascii.h keymap.h term.h macros.h structs.h regexp.h \
537 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 537 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
538 globals.h farsi.h arabic.h version.h 538 globals.h farsi.h arabic.h version.h
539 ex_docmd.obj : ex_docmd.c vim.h [.auto]config.h feature.h os_unix.h \ 539 ex_docmd.obj : ex_docmd.c vim.h [.auto]config.h feature.h os_unix.h \
540 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 540 ascii.h keymap.h term.h macros.h structs.h regexp.h \
541 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 541 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
542 globals.h farsi.h arabic.h 542 globals.h farsi.h arabic.h
543 ex_eval.obj : ex_eval.c vim.h [.auto]config.h feature.h os_unix.h \ 543 ex_eval.obj : ex_eval.c vim.h [.auto]config.h feature.h os_unix.h \
544 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 544 ascii.h keymap.h term.h macros.h structs.h regexp.h \
545 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 545 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
546 globals.h farsi.h arabic.h 546 globals.h farsi.h arabic.h
547 ex_getln.obj : ex_getln.c vim.h [.auto]config.h feature.h os_unix.h \ 547 ex_getln.obj : ex_getln.c vim.h [.auto]config.h feature.h os_unix.h \
548 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 548 ascii.h keymap.h term.h macros.h structs.h regexp.h \
549 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 549 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
550 globals.h farsi.h arabic.h 550 globals.h farsi.h arabic.h
551 farsi.obj : farsi.c vim.h 551 farsi.obj : farsi.c vim.h
552 fileio.obj : fileio.c vim.h [.auto]config.h feature.h os_unix.h \ 552 fileio.obj : fileio.c vim.h [.auto]config.h feature.h os_unix.h \
553 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 553 ascii.h keymap.h term.h macros.h structs.h regexp.h \
554 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 554 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
555 globals.h farsi.h arabic.h 555 globals.h farsi.h arabic.h
556 fold.obj : fold.c vim.h [.auto]config.h feature.h os_unix.h \ 556 fold.obj : fold.c vim.h [.auto]config.h feature.h os_unix.h \
557 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 557 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
558 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 558 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
559 arabic.h 559 arabic.h
560 getchar.obj : getchar.c vim.h [.auto]config.h feature.h os_unix.h \ 560 getchar.obj : getchar.c vim.h [.auto]config.h feature.h os_unix.h \
561 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 561 ascii.h keymap.h term.h macros.h structs.h regexp.h \
562 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 562 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
563 globals.h farsi.h arabic.h 563 globals.h farsi.h arabic.h
564 hardcopy.obj : hardcopy.c vim.h [.auto]config.h feature.h os_unix.h \ 564 hardcopy.obj : hardcopy.c vim.h [.auto]config.h feature.h os_unix.h \
565 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 565 ascii.h keymap.h term.h macros.h structs.h regexp.h \
566 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 566 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
567 globals.h farsi.h arabic.h 567 globals.h farsi.h arabic.h
568 hashtab.obj : hashtab.c vim.h [.auto]config.h feature.h os_unix.h \ 568 hashtab.obj : hashtab.c vim.h [.auto]config.h feature.h os_unix.h \
569 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 569 ascii.h keymap.h term.h macros.h structs.h regexp.h \
570 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 570 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
571 globals.h farsi.h arabic.h 571 globals.h farsi.h arabic.h
572 if_cscope.obj : if_cscope.c vim.h [.auto]config.h feature.h os_unix.h \ 572 if_cscope.obj : if_cscope.c vim.h [.auto]config.h feature.h os_unix.h \
573 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 573 ascii.h keymap.h term.h macros.h structs.h regexp.h \
574 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 574 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
575 globals.h farsi.h arabic.h if_cscope.h 575 globals.h farsi.h arabic.h if_cscope.h
576 if_xcmdsrv.obj : if_xcmdsrv.c vim.h [.auto]config.h feature.h os_unix.h \ 576 if_xcmdsrv.obj : if_xcmdsrv.c vim.h [.auto]config.h feature.h os_unix.h \
577 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 577 ascii.h keymap.h term.h macros.h structs.h regexp.h \
578 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 578 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
579 globals.h farsi.h arabic.h version.h 579 globals.h farsi.h arabic.h version.h
580 if_mzsch.obj : if_mzsch.c vim.h [.auto]config.h feature.h os_unix.h \ 580 if_mzsch.obj : if_mzsch.c vim.h [.auto]config.h feature.h os_unix.h \
581 ascii.h keymap.h term.h macros.h option.h structs.h \ 581 ascii.h keymap.h term.h macros.h option.h structs.h \
582 regexp.h gui.h gui_beval.h [.proto]gui_beval.pro ex_cmds.h proto.h \ 582 regexp.h gui.h beval.h [.proto]gui_beval.pro ex_cmds.h proto.h \
583 globals.h farsi.h arabic.h if_mzsch.h 583 globals.h farsi.h arabic.h if_mzsch.h
584 json.obj : json.c vim.h [.auto]config.h feature.h os_unix.h \ 584 json.obj : json.c vim.h [.auto]config.h feature.h os_unix.h \
585 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 585 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
586 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 586 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
587 arabic.h version.h 587 arabic.h version.h
588 list.obj : list.c vim.h [.auto]config.h feature.h os_unix.h \ 588 list.obj : list.c vim.h [.auto]config.h feature.h os_unix.h \
589 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 589 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
590 gui_beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ 590 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
591 globals.h farsi.h arabic.h 591 globals.h farsi.h arabic.h
592 main.obj : main.c vim.h [.auto]config.h feature.h os_unix.h \ 592 main.obj : main.c vim.h [.auto]config.h feature.h os_unix.h \
593 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 593 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
594 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 594 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
595 arabic.h farsi.c arabic.c 595 arabic.h farsi.c arabic.c
596 mark.obj : mark.c vim.h [.auto]config.h feature.h os_unix.h \ 596 mark.obj : mark.c vim.h [.auto]config.h feature.h os_unix.h \
597 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 597 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
598 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 598 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
599 arabic.h 599 arabic.h
600 memfile.obj : memfile.c vim.h [.auto]config.h feature.h os_unix.h \ 600 memfile.obj : memfile.c vim.h [.auto]config.h feature.h os_unix.h \
601 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 601 ascii.h keymap.h term.h macros.h structs.h regexp.h \
602 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 602 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
603 globals.h farsi.h arabic.h 603 globals.h farsi.h arabic.h
604 memline.obj : memline.c vim.h [.auto]config.h feature.h os_unix.h \ 604 memline.obj : memline.c vim.h [.auto]config.h feature.h os_unix.h \
605 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 605 ascii.h keymap.h term.h macros.h structs.h regexp.h \
606 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 606 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
607 globals.h farsi.h arabic.h 607 globals.h farsi.h arabic.h
608 menu.obj : menu.c vim.h [.auto]config.h feature.h os_unix.h \ 608 menu.obj : menu.c vim.h [.auto]config.h feature.h os_unix.h \
609 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 609 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
610 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 610 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
611 arabic.h 611 arabic.h
612 message.obj : message.c vim.h [.auto]config.h feature.h os_unix.h \ 612 message.obj : message.c vim.h [.auto]config.h feature.h os_unix.h \
613 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 613 ascii.h keymap.h term.h macros.h structs.h regexp.h \
614 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 614 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
615 globals.h farsi.h arabic.h 615 globals.h farsi.h arabic.h
616 misc1.obj : misc1.c vim.h [.auto]config.h feature.h os_unix.h \ 616 misc1.obj : misc1.c vim.h [.auto]config.h feature.h os_unix.h \
617 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 617 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
618 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 618 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
619 arabic.h version.h 619 arabic.h version.h
620 misc2.obj : misc2.c vim.h [.auto]config.h feature.h os_unix.h \ 620 misc2.obj : misc2.c vim.h [.auto]config.h feature.h os_unix.h \
621 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 621 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
622 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 622 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
623 arabic.h 623 arabic.h
624 move.obj : move.c vim.h [.auto]config.h feature.h os_unix.h \ 624 move.obj : move.c vim.h [.auto]config.h feature.h os_unix.h \
625 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 625 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
626 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 626 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
627 arabic.h 627 arabic.h
628 mbyte.obj : mbyte.c vim.h [.auto]config.h feature.h os_unix.h \ 628 mbyte.obj : mbyte.c vim.h [.auto]config.h feature.h os_unix.h \
629 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 629 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
630 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 630 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
631 arabic.h 631 arabic.h
632 normal.obj : normal.c vim.h [.auto]config.h feature.h os_unix.h \ 632 normal.obj : normal.c vim.h [.auto]config.h feature.h os_unix.h \
633 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 633 ascii.h keymap.h term.h macros.h structs.h regexp.h \
634 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 634 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
635 globals.h farsi.h arabic.h 635 globals.h farsi.h arabic.h
636 ops.obj : ops.c vim.h [.auto]config.h feature.h os_unix.h \ 636 ops.obj : ops.c vim.h [.auto]config.h feature.h os_unix.h \
637 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 637 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
638 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 638 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
639 arabic.h 639 arabic.h
640 option.obj : option.c vim.h [.auto]config.h feature.h os_unix.h \ 640 option.obj : option.c vim.h [.auto]config.h feature.h os_unix.h \
641 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 641 ascii.h keymap.h term.h macros.h structs.h regexp.h \
642 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 642 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
643 globals.h farsi.h arabic.h 643 globals.h farsi.h arabic.h
644 os_unix.obj : os_unix.c vim.h [.auto]config.h feature.h os_unix.h \ 644 os_unix.obj : os_unix.c vim.h [.auto]config.h feature.h os_unix.h \
645 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 645 ascii.h keymap.h term.h macros.h structs.h regexp.h \
646 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 646 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
647 globals.h farsi.h arabic.h os_unixx.h 647 globals.h farsi.h arabic.h os_unixx.h
648 os_vms.obj : os_vms.c vim.h [.auto]config.h feature.h os_unix.h \ 648 os_vms.obj : os_vms.c vim.h [.auto]config.h feature.h os_unix.h \
649 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 649 ascii.h keymap.h term.h macros.h structs.h regexp.h \
650 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 650 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
651 globals.h farsi.h arabic.h os_unixx.h 651 globals.h farsi.h arabic.h os_unixx.h
652 pathdef.obj : pathdef.c vim.h [.auto]config.h feature.h os_unix.h \ 652 pathdef.obj : pathdef.c vim.h [.auto]config.h feature.h os_unix.h \
653 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 653 ascii.h keymap.h term.h macros.h structs.h regexp.h \
654 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 654 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
655 globals.h farsi.h arabic.h 655 globals.h farsi.h arabic.h
656 popupmnu.obj : popupmnu.c vim.h [.auto]config.h feature.h os_unix.h \ 656 popupmnu.obj : popupmnu.c vim.h [.auto]config.h feature.h os_unix.h \
657 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 657 ascii.h keymap.h term.h macros.h structs.h regexp.h \
658 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 658 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
659 globals.h farsi.h arabic.h 659 globals.h farsi.h arabic.h
660 quickfix.obj : quickfix.c vim.h [.auto]config.h feature.h os_unix.h \ 660 quickfix.obj : quickfix.c vim.h [.auto]config.h feature.h os_unix.h \
661 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 661 ascii.h keymap.h term.h macros.h structs.h regexp.h \
662 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 662 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
663 globals.h farsi.h arabic.h 663 globals.h farsi.h arabic.h
664 regexp.obj : regexp.c vim.h [.auto]config.h feature.h os_unix.h \ 664 regexp.obj : regexp.c vim.h [.auto]config.h feature.h os_unix.h \
665 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 665 ascii.h keymap.h term.h macros.h structs.h regexp.h \
666 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 666 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
667 globals.h farsi.h arabic.h 667 globals.h farsi.h arabic.h
668 screen.obj : screen.c vim.h [.auto]config.h feature.h os_unix.h \ 668 screen.obj : screen.c vim.h [.auto]config.h feature.h os_unix.h \
669 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 669 ascii.h keymap.h term.h macros.h structs.h regexp.h \
670 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 670 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
671 globals.h farsi.h arabic.h 671 globals.h farsi.h arabic.h
672 search.obj : search.c vim.h [.auto]config.h feature.h os_unix.h \ 672 search.obj : search.c vim.h [.auto]config.h feature.h os_unix.h \
673 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 673 ascii.h keymap.h term.h macros.h structs.h regexp.h \
674 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 674 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
675 globals.h farsi.h arabic.h 675 globals.h farsi.h arabic.h
676 sha256.obj : sha256.c vim.h [.auto]config.h feature.h os_unix.h \ 676 sha256.obj : sha256.c vim.h [.auto]config.h feature.h os_unix.h \
677 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 677 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
678 gui_beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ 678 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \
679 globals.h farsi.h arabic.h 679 globals.h farsi.h arabic.h
680 spell.obj : spell.c vim.h [.auto]config.h feature.h os_unix.h \ 680 spell.obj : spell.c vim.h [.auto]config.h feature.h os_unix.h \
681 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 681 ascii.h keymap.h term.h macros.h structs.h regexp.h \
682 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 682 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
683 globals.h farsi.h arabic.h 683 globals.h farsi.h arabic.h
684 spellfile.obj : spellfile.c vim.h [.auto]config.h feature.h os_unix.h \ 684 spellfile.obj : spellfile.c vim.h [.auto]config.h feature.h os_unix.h \
685 ascii.h keymap.h term.h macros.h option.h structs.h \ 685 ascii.h keymap.h term.h macros.h option.h structs.h \
686 regexp.h gui.h gui_beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 686 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
687 proto.h globals.h farsi.h arabic.h 687 proto.h globals.h farsi.h arabic.h
688 syntax.obj : syntax.c vim.h [.auto]config.h feature.h os_unix.h \ 688 syntax.obj : syntax.c vim.h [.auto]config.h feature.h os_unix.h \
689 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 689 ascii.h keymap.h term.h macros.h structs.h regexp.h \
690 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 690 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
691 globals.h farsi.h arabic.h 691 globals.h farsi.h arabic.h
692 tag.obj : tag.c vim.h [.auto]config.h feature.h os_unix.h \ 692 tag.obj : tag.c vim.h [.auto]config.h feature.h os_unix.h \
693 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 693 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
694 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 694 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
695 arabic.h 695 arabic.h
696 term.obj : term.c vim.h [.auto]config.h feature.h os_unix.h \ 696 term.obj : term.c vim.h [.auto]config.h feature.h os_unix.h \
697 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 697 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
698 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 698 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
699 arabic.h 699 arabic.h
700 termlib.obj : termlib.c vim.h [.auto]config.h feature.h os_unix.h \ 700 termlib.obj : termlib.c vim.h [.auto]config.h feature.h os_unix.h \
701 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 701 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
702 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 702 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
703 arabic.h 703 arabic.h
704 ui.obj : ui.c vim.h [.auto]config.h feature.h os_unix.h \ 704 ui.obj : ui.c vim.h [.auto]config.h feature.h os_unix.h \
705 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 705 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
706 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 706 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
707 arabic.h 707 arabic.h
708 undo.obj : undo.c vim.h [.auto]config.h feature.h os_unix.h \ 708 undo.obj : undo.c vim.h [.auto]config.h feature.h os_unix.h \
709 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 709 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
710 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 710 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
711 arabic.h 711 arabic.h
712 userfunc.obj : userfunc.c vim.h [.auto]config.h feature.h os_unix.h \ 712 userfunc.obj : userfunc.c vim.h [.auto]config.h feature.h os_unix.h \
713 ascii.h keymap.h term.h macros.h option.h structs.h \ 713 ascii.h keymap.h term.h macros.h option.h structs.h \
714 regexp.h gui.h gui_beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ 714 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \
715 proto.h globals.h farsi.h arabic.h 715 proto.h globals.h farsi.h arabic.h
716 version.obj : version.c vim.h [.auto]config.h feature.h os_unix.h \ 716 version.obj : version.c vim.h [.auto]config.h feature.h os_unix.h \
717 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 717 ascii.h keymap.h term.h macros.h structs.h regexp.h \
718 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 718 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
719 globals.h farsi.h arabic.h version.h 719 globals.h farsi.h arabic.h version.h
720 window.obj : window.c vim.h [.auto]config.h feature.h os_unix.h \ 720 window.obj : window.c vim.h [.auto]config.h feature.h os_unix.h \
721 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 721 ascii.h keymap.h term.h macros.h structs.h regexp.h \
722 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 722 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
723 globals.h farsi.h arabic.h 723 globals.h farsi.h arabic.h
724 gui.obj : gui.c vim.h [.auto]config.h feature.h os_unix.h \ 724 gui.obj : gui.c vim.h [.auto]config.h feature.h os_unix.h \
725 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 725 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
726 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 726 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
727 arabic.h 727 arabic.h
728 gui_gtk.obj : gui_gtk.c gui_gtk_f.h vim.h [.auto]config.h feature.h \ 728 gui_gtk.obj : gui_gtk.c gui_gtk_f.h vim.h [.auto]config.h feature.h \
729 os_unix.h ascii.h keymap.h term.h macros.h structs.h \ 729 os_unix.h ascii.h keymap.h term.h macros.h structs.h \
730 regexp.h gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h \ 730 regexp.h gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h \
731 proto.h globals.h farsi.h arabic.h [-.pixmaps]stock_icons.h 731 proto.h globals.h farsi.h arabic.h [-.pixmaps]stock_icons.h
732 gui_gtk_f.obj : gui_gtk_f.c vim.h [.auto]config.h feature.h os_unix.h \ 732 gui_gtk_f.obj : gui_gtk_f.c vim.h [.auto]config.h feature.h os_unix.h \
733 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 733 ascii.h keymap.h term.h macros.h structs.h regexp.h \
734 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 734 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
735 globals.h farsi.h arabic.h gui_gtk_f.h 735 globals.h farsi.h arabic.h gui_gtk_f.h
736 gui_motif.obj : gui_motif.c vim.h [.auto]config.h feature.h os_unix.h \ 736 gui_motif.obj : gui_motif.c vim.h [.auto]config.h feature.h os_unix.h \
737 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 737 ascii.h keymap.h term.h macros.h structs.h regexp.h \
738 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 738 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
739 globals.h farsi.h arabic.h [-.pixmaps]alert.xpm [-.pixmaps]error.xpm \ 739 globals.h farsi.h arabic.h [-.pixmaps]alert.xpm [-.pixmaps]error.xpm \
740 [-.pixmaps]generic.xpm [-.pixmaps]info.xpm [-.pixmaps]quest.xpm 740 [-.pixmaps]generic.xpm [-.pixmaps]info.xpm [-.pixmaps]quest.xpm
741 gui_athena.obj : gui_athena.c vim.h [.auto]config.h feature.h os_unix.h \ 741 gui_athena.obj : gui_athena.c vim.h [.auto]config.h feature.h os_unix.h \
742 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 742 ascii.h keymap.h term.h macros.h structs.h regexp.h \
743 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 743 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
744 globals.h farsi.h arabic.h gui_at_sb.h 744 globals.h farsi.h arabic.h gui_at_sb.h
745 gui_gtk_x11.obj : gui_gtk_x11.c vim.h [.auto]config.h feature.h os_unix.h \ 745 gui_gtk_x11.obj : gui_gtk_x11.c vim.h [.auto]config.h feature.h os_unix.h \
746 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 746 ascii.h keymap.h term.h macros.h structs.h regexp.h \
747 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 747 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
748 globals.h farsi.h arabic.h gui_gtk_f.h [-.runtime]vim32x32.xpm \ 748 globals.h farsi.h arabic.h gui_gtk_f.h [-.runtime]vim32x32.xpm \
749 [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm 749 [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm
750 gui_x11.obj : gui_x11.c vim.h [.auto]config.h feature.h os_unix.h \ 750 gui_x11.obj : gui_x11.c vim.h [.auto]config.h feature.h os_unix.h \
751 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 751 ascii.h keymap.h term.h macros.h structs.h regexp.h \
752 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 752 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
753 globals.h farsi.h arabic.h [-.runtime]vim32x32.xpm \ 753 globals.h farsi.h arabic.h [-.runtime]vim32x32.xpm \
754 [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm [-.pixmaps]tb_new.xpm \ 754 [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm [-.pixmaps]tb_new.xpm \
755 [-.pixmaps]tb_open.xpm [-.pixmaps]tb_close.xpm [-.pixmaps]tb_save.xpm \ 755 [-.pixmaps]tb_open.xpm [-.pixmaps]tb_close.xpm [-.pixmaps]tb_save.xpm \
756 [-.pixmaps]tb_print.xpm [-.pixmaps]tb_cut.xpm [-.pixmaps]tb_copy.xpm \ 756 [-.pixmaps]tb_print.xpm [-.pixmaps]tb_cut.xpm [-.pixmaps]tb_copy.xpm \
757 [-.pixmaps]tb_paste.xpm [-.pixmaps]tb_find.xpm \ 757 [-.pixmaps]tb_paste.xpm [-.pixmaps]tb_find.xpm \
767 [-.pixmaps]tb_shell.xpm [-.pixmaps]tb_replace.xpm \ 767 [-.pixmaps]tb_shell.xpm [-.pixmaps]tb_replace.xpm \
768 [-.pixmaps]tb_vsplit.xpm [-.pixmaps]tb_maxwidth.xpm \ 768 [-.pixmaps]tb_vsplit.xpm [-.pixmaps]tb_maxwidth.xpm \
769 [-.pixmaps]tb_minwidth.xpm 769 [-.pixmaps]tb_minwidth.xpm
770 gui_at_sb.obj : gui_at_sb.c vim.h [.auto]config.h feature.h os_unix.h \ 770 gui_at_sb.obj : gui_at_sb.c vim.h [.auto]config.h feature.h os_unix.h \
771 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 771 ascii.h keymap.h term.h macros.h structs.h regexp.h \
772 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 772 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
773 globals.h farsi.h arabic.h gui_at_sb.h 773 globals.h farsi.h arabic.h gui_at_sb.h
774 gui_at_fs.obj : gui_at_fs.c vim.h [.auto]config.h feature.h os_unix.h \ 774 gui_at_fs.obj : gui_at_fs.c vim.h [.auto]config.h feature.h os_unix.h \
775 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 775 ascii.h keymap.h term.h macros.h structs.h regexp.h \
776 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 776 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
777 globals.h farsi.h arabic.h gui_at_sb.h 777 globals.h farsi.h arabic.h gui_at_sb.h
778 pty.obj : pty.c vim.h [.auto]config.h feature.h os_unix.h \ 778 pty.obj : pty.c vim.h [.auto]config.h feature.h os_unix.h \
779 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \ 779 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \
780 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \ 780 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
781 arabic.h 781 arabic.h
782 hangulin.obj : hangulin.c vim.h [.auto]config.h feature.h os_unix.h \ 782 hangulin.obj : hangulin.c vim.h [.auto]config.h feature.h os_unix.h \
783 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 783 ascii.h keymap.h term.h macros.h structs.h regexp.h \
784 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 784 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
785 globals.h farsi.h arabic.h 785 globals.h farsi.h arabic.h
786 if_perl.obj : [.auto]if_perl.c vim.h [.auto]config.h feature.h os_unix.h \ 786 if_perl.obj : [.auto]if_perl.c vim.h [.auto]config.h feature.h os_unix.h \
787 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 787 ascii.h keymap.h term.h macros.h structs.h regexp.h \
788 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 788 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
789 globals.h farsi.h arabic.h 789 globals.h farsi.h arabic.h
790 if_perlsfio.obj : if_perlsfio.c vim.h [.auto]config.h feature.h os_unix.h \ 790 if_perlsfio.obj : if_perlsfio.c vim.h [.auto]config.h feature.h os_unix.h \
791 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 791 ascii.h keymap.h term.h macros.h structs.h regexp.h \
792 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 792 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
793 globals.h farsi.h arabic.h 793 globals.h farsi.h arabic.h
794 if_python.obj : if_python.c vim.h [.auto]config.h feature.h os_unix.h \ 794 if_python.obj : if_python.c vim.h [.auto]config.h feature.h os_unix.h \
795 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 795 ascii.h keymap.h term.h macros.h structs.h regexp.h \
796 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 796 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
797 globals.h farsi.h arabic.h 797 globals.h farsi.h arabic.h
798 if_tcl.obj : if_tcl.c vim.h [.auto]config.h feature.h os_unix.h \ 798 if_tcl.obj : if_tcl.c vim.h [.auto]config.h feature.h os_unix.h \
799 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 799 ascii.h keymap.h term.h macros.h structs.h regexp.h \
800 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 800 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
801 globals.h farsi.h arabic.h 801 globals.h farsi.h arabic.h
802 if_ruby.obj : if_ruby.c vim.h [.auto]config.h feature.h os_unix.h \ 802 if_ruby.obj : if_ruby.c vim.h [.auto]config.h feature.h os_unix.h \
803 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 803 ascii.h keymap.h term.h macros.h structs.h regexp.h \
804 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 804 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
805 globals.h farsi.h arabic.h version.h 805 globals.h farsi.h arabic.h version.h
806 beval.obj : beval.c vim.h [.auto]config.h feature.h os_unix.h \
807 ascii.h keymap.h term.h macros.h structs.h regexp.h \
808 gui.h beval.h option.h ex_cmds.h proto.h \
809 globals.h farsi.h arabic.h
806 gui_beval.obj : gui_beval.c vim.h [.auto]config.h feature.h os_unix.h \ 810 gui_beval.obj : gui_beval.c vim.h [.auto]config.h feature.h os_unix.h \
807 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 811 ascii.h keymap.h term.h macros.h structs.h regexp.h \
808 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 812 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
809 globals.h farsi.h arabic.h 813 globals.h farsi.h arabic.h
810 workshop.obj : workshop.c [.auto]config.h integration.h vim.h feature.h \ 814 workshop.obj : workshop.c [.auto]config.h integration.h vim.h feature.h \
811 os_unix.h ascii.h keymap.h term.h macros.h structs.h \ 815 os_unix.h ascii.h keymap.h term.h macros.h structs.h \
812 regexp.h gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h \ 816 regexp.h gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h \
813 proto.h globals.h farsi.h arabic.h version.h workshop.h 817 proto.h globals.h farsi.h arabic.h version.h workshop.h
814 wsdebug.obj : wsdebug.c 818 wsdebug.obj : wsdebug.c
815 integration.obj : integration.c vim.h [.auto]config.h feature.h os_unix.h \ 819 integration.obj : integration.c vim.h [.auto]config.h feature.h os_unix.h \
816 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 820 ascii.h keymap.h term.h macros.h structs.h regexp.h \
817 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 821 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
818 globals.h farsi.h arabic.h integration.h 822 globals.h farsi.h arabic.h integration.h
819 netbeans.obj : netbeans.c vim.h [.auto]config.h feature.h os_unix.h \ 823 netbeans.obj : netbeans.c vim.h [.auto]config.h feature.h os_unix.h \
820 ascii.h keymap.h term.h macros.h structs.h regexp.h \ 824 ascii.h keymap.h term.h macros.h structs.h regexp.h \
821 gui.h gui_beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ 825 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \
822 globals.h farsi.h arabic.h version.h 826 globals.h farsi.h arabic.h version.h
823 gui_xmdlg.obj : gui_xmdlg.c 827 gui_xmdlg.obj : gui_xmdlg.c
824 gui_xmebw.obj : gui_xmebw.c 828 gui_xmebw.obj : gui_xmebw.c