comparison src/Makefile @ 20237:918245588b50 v8.2.0674

patch 8.2.0674: some source files are too big Commit: https://github.com/vim/vim/commit/11abd095210fc84e5dcee87b9baed86061caefe4 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 1 14:26:37 2020 +0200 patch 8.2.0674: some source files are too big Problem: Some source files are too big. Solution: Move text formatting functions to a new file. (Yegappan Lakshmanan, closes #6021)
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 May 2020 14:30:04 +0200
parents ee5c653b946f
children 4c0c86098fcc
comparison
equal deleted inserted replaced
20236:366b1c4f8c49 20237:918245588b50
1678 syntax.c \ 1678 syntax.c \
1679 tag.c \ 1679 tag.c \
1680 term.c \ 1680 term.c \
1681 terminal.c \ 1681 terminal.c \
1682 testing.c \ 1682 testing.c \
1683 textformat.c \
1683 textobject.c \ 1684 textobject.c \
1684 textprop.c \ 1685 textprop.c \
1685 time.c \ 1686 time.c \
1686 ui.c \ 1687 ui.c \
1687 undo.c \ 1688 undo.c \
1821 objects/syntax.o \ 1822 objects/syntax.o \
1822 objects/tag.o \ 1823 objects/tag.o \
1823 objects/term.o \ 1824 objects/term.o \
1824 objects/terminal.o \ 1825 objects/terminal.o \
1825 objects/testing.o \ 1826 objects/testing.o \
1827 objects/textformat.o \
1826 objects/textobject.o \ 1828 objects/textobject.o \
1827 objects/textprop.o \ 1829 objects/textprop.o \
1828 objects/time.o \ 1830 objects/time.o \
1829 objects/ui.o \ 1831 objects/ui.o \
1830 objects/undo.o \ 1832 objects/undo.o \
1996 tag.pro \ 1998 tag.pro \
1997 term.pro \ 1999 term.pro \
1998 terminal.pro \ 2000 terminal.pro \
1999 termlib.pro \ 2001 termlib.pro \
2000 testing.pro \ 2002 testing.pro \
2003 textformat.pro \
2001 textobject.pro \ 2004 textobject.pro \
2002 textprop.pro \ 2005 textprop.pro \
2003 time.pro \ 2006 time.pro \
2004 ui.pro \ 2007 ui.pro \
2005 undo.pro \ 2008 undo.pro \
3477 $(CCC) -o $@ terminal.c 3480 $(CCC) -o $@ terminal.c
3478 3481
3479 objects/testing.o: testing.c 3482 objects/testing.o: testing.c
3480 $(CCC) -o $@ testing.c 3483 $(CCC) -o $@ testing.c
3481 3484
3485 objects/textformat.o: textformat.c
3486 $(CCC) -o $@ textformat.c
3487
3482 objects/textobject.o: textobject.c 3488 objects/textobject.o: textobject.c
3483 $(CCC) -o $@ textobject.c 3489 $(CCC) -o $@ textobject.c
3484 3490
3485 objects/textprop.o: textprop.c 3491 objects/textprop.o: textprop.c
3486 $(CCC) -o $@ textprop.c 3492 $(CCC) -o $@ textprop.c
4068 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4074 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
4069 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4075 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4070 proto.h globals.h libvterm/include/vterm.h \ 4076 proto.h globals.h libvterm/include/vterm.h \
4071 libvterm/include/vterm_keycodes.h 4077 libvterm/include/vterm_keycodes.h
4072 objects/testing.o: testing.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4078 objects/testing.o: testing.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4079 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
4080 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4081 proto.h globals.h
4082 objects/textformat.o: textformat.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4073 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4083 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
4074 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 4084 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
4075 proto.h globals.h 4085 proto.h globals.h
4076 objects/textobject.o: textobject.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 4086 objects/textobject.o: textobject.c vim.h protodef.h auto/config.h feature.h os_unix.h \
4077 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 4087 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \