@@ -1629,6 +1629,7 @@ BASIC_SRC = \
16291629 message.c \
16301630 misc1.c \
16311631 misc2.c \
1632+ mouse.c \
16321633 move.c \
16331634 mbyte.c \
16341635 normal.c \
@@ -1762,6 +1763,7 @@ OBJ_COMMON = \
17621763 objects/menu.o \
17631764 objects/misc1.o \
17641765 objects/misc2.o \
1766+ objects/mouse.o \
17651767 objects/move.o \
17661768 objects/mbyte.o \
17671769 objects/normal.o \
@@ -1921,6 +1923,7 @@ PRO_AUTO = \
19211923 message.pro \
19221924 misc1.pro \
19231925 misc2.pro \
1926+ mouse.pro \
19241927 move.pro \
19251928 normal.pro \
19261929 ops.pro \
@@ -3287,6 +3290,9 @@ objects/misc1.o: misc1.c
32873290objects/misc2.o : misc2.c
32883291 $(CCC ) -o $@ misc2.c
32893292
3293+ objects/mouse.o : mouse.c
3294+ $(CCC ) -o $@ mouse.c
3295+
32903296objects/move.o : move.c
32913297 $(CCC ) -o $@ move.c
32923298
@@ -3430,8 +3436,8 @@ objects/encoding.o: libvterm/src/encoding.c $(TERM_DEPS)
34303436objects/keyboard.o : libvterm/src/keyboard.c $(TERM_DEPS )
34313437 $(CCCTERM ) -o $@ libvterm/src/keyboard.c
34323438
3433- objects/mouse .o : libvterm/src/mouse .c $(TERM_DEPS )
3434- $(CCCTERM ) -o $@ libvterm/src/mouse .c
3439+ objects/termmouse .o : libvterm/src/termmouse .c $(TERM_DEPS )
3440+ $(CCCTERM ) -o $@ libvterm/src/termmouse .c
34353441
34363442objects/parser.o : libvterm/src/parser.c $(TERM_DEPS )
34373443 $(CCCTERM ) -o $@ libvterm/src/parser.c
@@ -3769,6 +3775,10 @@ objects/misc2.o: misc2.c vim.h protodef.h auto/config.h feature.h os_unix.h \
37693775 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
37703776 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
37713777 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
37723782objects/move.o : move.c vim.h protodef.h auto/config.h feature.h os_unix.h \
37733783 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
37743784 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
@@ -4063,7 +4073,7 @@ objects/encoding.o: libvterm/src/encoding.c libvterm/src/vterm_internal.h \
40634073objects/keyboard.o : libvterm/src/keyboard.c libvterm/src/vterm_internal.h \
40644074 libvterm/include/vterm.h libvterm/include/vterm_keycodes.h \
40654075 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 \
40674077 libvterm/include/vterm.h libvterm/include/vterm_keycodes.h \
40684078 libvterm/src/utf8.h
40694079objects/parser.o : libvterm/src/parser.c libvterm/src/vterm_internal.h \
0 commit comments