comparison src/Makefile @ 18135:1868ec23360e v8.1.2062

patch 8.1.2062: the mouse code is spread out Commit: https://github.com/vim/vim/commit/b20b9e14ddd8db111e886ad0494e15b955159426 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 21 20:48:04 2019 +0200 patch 8.1.2062: the mouse code is spread out Problem: The mouse code is spread out. Solution: Move all the mouse code to mouse.c. (Yegappan Lakshmanan, closes #4959)
author Bram Moolenaar <Bram@vim.org>
date Sat, 21 Sep 2019 21:00:07 +0200
parents 2a806e3c39f6
children f57481564f2c
comparison
equal deleted inserted replaced
18134:c06a2bc8144f 18135:1868ec23360e
1627 memline.c \ 1627 memline.c \
1628 menu.c \ 1628 menu.c \
1629 message.c \ 1629 message.c \
1630 misc1.c \ 1630 misc1.c \
1631 misc2.c \ 1631 misc2.c \
1632 mouse.c \
1632 move.c \ 1633 move.c \
1633 mbyte.c \ 1634 mbyte.c \
1634 normal.c \ 1635 normal.c \
1635 ops.c \ 1636 ops.c \
1636 option.c \ 1637 option.c \
1760 objects/mark.o \ 1761 objects/mark.o \
1761 objects/memline.o \ 1762 objects/memline.o \
1762 objects/menu.o \ 1763 objects/menu.o \
1763 objects/misc1.o \ 1764 objects/misc1.o \
1764 objects/misc2.o \ 1765 objects/misc2.o \
1766 objects/mouse.o \
1765 objects/move.o \ 1767 objects/move.o \
1766 objects/mbyte.o \ 1768 objects/mbyte.o \
1767 objects/normal.o \ 1769 objects/normal.o \
1768 objects/ops.o \ 1770 objects/ops.o \
1769 objects/option.o \ 1771 objects/option.o \
1919 memline.pro \ 1921 memline.pro \
1920 menu.pro \ 1922 menu.pro \
1921 message.pro \ 1923 message.pro \
1922 misc1.pro \ 1924 misc1.pro \
1923 misc2.pro \ 1925 misc2.pro \
1926 mouse.pro \
1924 move.pro \ 1927 move.pro \
1925 normal.pro \ 1928 normal.pro \
1926 ops.pro \ 1929 ops.pro \
1927 option.pro \ 1930 option.pro \
1928 optionstr.pro \ 1931 optionstr.pro \
3285 $(CCC) -o $@ misc1.c 3288 $(CCC) -o $@ misc1.c
3286 3289
3287 objects/misc2.o: misc2.c 3290 objects/misc2.o: misc2.c
3288 $(CCC) -o $@ misc2.c 3291 $(CCC) -o $@ misc2.c
3289 3292
3293 objects/mouse.o: mouse.c
3294 $(CCC) -o $@ mouse.c
3295
3290 objects/move.o: move.c 3296 objects/move.o: move.c
3291 $(CCC) -o $@ move.c 3297 $(CCC) -o $@ move.c
3292 3298
3293 objects/mbyte.o: mbyte.c 3299 objects/mbyte.o: mbyte.c
3294 $(CCC) -o $@ mbyte.c 3300 $(CCC) -o $@ mbyte.c
3428 $(CCCTERM) -o $@ libvterm/src/encoding.c 3434 $(CCCTERM) -o $@ libvterm/src/encoding.c
3429 3435
3430 objects/keyboard.o: libvterm/src/keyboard.c $(TERM_DEPS) 3436 objects/keyboard.o: libvterm/src/keyboard.c $(TERM_DEPS)
3431 $(CCCTERM) -o $@ libvterm/src/keyboard.c 3437 $(CCCTERM) -o $@ libvterm/src/keyboard.c
3432 3438
3433 objects/mouse.o: libvterm/src/mouse.c $(TERM_DEPS) 3439 objects/termmouse.o: libvterm/src/termmouse.c $(TERM_DEPS)
3434 $(CCCTERM) -o $@ libvterm/src/mouse.c 3440 $(CCCTERM) -o $@ libvterm/src/termmouse.c
3435 3441
3436 objects/parser.o: libvterm/src/parser.c $(TERM_DEPS) 3442 objects/parser.o: libvterm/src/parser.c $(TERM_DEPS)
3437 $(CCCTERM) -o $@ libvterm/src/parser.c 3443 $(CCCTERM) -o $@ libvterm/src/parser.c
3438 3444
3439 objects/pen.o: libvterm/src/pen.c $(TERM_DEPS) 3445 objects/pen.o: libvterm/src/pen.c $(TERM_DEPS)
3767 proto.h globals.h version.h 3773 proto.h globals.h version.h
3768 objects/misc2.o: misc2.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3774 objects/misc2.o: misc2.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3769 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3775 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3770 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3776 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3771 proto.h globals.h 3777 proto.h globals.h
3778 objects/mouse.o: mouse.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3779 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3780 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3781 proto.h globals.h
3772 objects/move.o: move.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3782 objects/move.o: move.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3773 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3783 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3774 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3784 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3775 proto.h globals.h 3785 proto.h globals.h
3776 objects/mbyte.o: mbyte.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3786 objects/mbyte.o: mbyte.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4061 libvterm/include/vterm.h libvterm/include/vterm_keycodes.h \ 4071 libvterm/include/vterm.h libvterm/include/vterm_keycodes.h \
4062 libvterm/src/encoding/DECdrawing.inc libvterm/src/encoding/uk.inc 4072 libvterm/src/encoding/DECdrawing.inc libvterm/src/encoding/uk.inc
4063 objects/keyboard.o: libvterm/src/keyboard.c libvterm/src/vterm_internal.h \ 4073 objects/keyboard.o: libvterm/src/keyboard.c libvterm/src/vterm_internal.h \
4064 libvterm/include/vterm.h libvterm/include/vterm_keycodes.h \ 4074 libvterm/include/vterm.h libvterm/include/vterm_keycodes.h \
4065 libvterm/src/utf8.h 4075 libvterm/src/utf8.h
4066 objects/mouse.o: libvterm/src/mouse.c libvterm/src/vterm_internal.h \ 4076 objects/termmouse.o: libvterm/src/termmouse.c libvterm/src/vterm_internal.h \
4067 libvterm/include/vterm.h libvterm/include/vterm_keycodes.h \ 4077 libvterm/include/vterm.h libvterm/include/vterm_keycodes.h \
4068 libvterm/src/utf8.h 4078 libvterm/src/utf8.h
4069 objects/parser.o: libvterm/src/parser.c libvterm/src/vterm_internal.h \ 4079 objects/parser.o: libvterm/src/parser.c libvterm/src/vterm_internal.h \
4070 libvterm/include/vterm.h libvterm/include/vterm_keycodes.h 4080 libvterm/include/vterm.h libvterm/include/vterm_keycodes.h
4071 objects/pen.o: libvterm/src/pen.c libvterm/src/vterm_internal.h \ 4081 objects/pen.o: libvterm/src/pen.c libvterm/src/vterm_internal.h \