comparison src/Makefile @ 17744:4a3dca734d36 v8.1.1869

patch 8.1.1869: code for the argument list is spread out commit https://github.com/vim/vim/commit/4ad62155a1015751a6645aaecd94b02c94c8934b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 17 14:38:55 2019 +0200 patch 8.1.1869: code for the argument list is spread out Problem: Code for the argument list is spread out. Solution: Put argument list code in arglist.c. (Yegappan Lakshmanan, closes #4819)
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Aug 2019 14:45:04 +0200
parents 9efb4dda9720
children 87a8760babec
comparison
equal deleted inserted replaced
17743:4ca7a477f326 17744:4a3dca734d36
1575 # SRC: files used for current configuration 1575 # SRC: files used for current configuration
1576 # ALL_SRC: source files used for make depend and make lint 1576 # ALL_SRC: source files used for make depend and make lint
1577 1577
1578 BASIC_SRC = \ 1578 BASIC_SRC = \
1579 arabic.c \ 1579 arabic.c \
1580 arglist.c \
1580 autocmd.c \ 1581 autocmd.c \
1581 beval.c \ 1582 beval.c \
1582 blob.c \ 1583 blob.c \
1583 blowfish.c \ 1584 blowfish.c \
1584 buffer.c \ 1585 buffer.c \
1702 #LINT_SRC = $(ALL_SRC) 1703 #LINT_SRC = $(ALL_SRC)
1703 #LINT_SRC = $(BASIC_SRC) 1704 #LINT_SRC = $(BASIC_SRC)
1704 1705
1705 OBJ_COMMON = \ 1706 OBJ_COMMON = \
1706 objects/arabic.o \ 1707 objects/arabic.o \
1708 objects/arglist.o \
1707 objects/autocmd.o \ 1709 objects/autocmd.o \
1708 objects/beval.o \ 1710 objects/beval.o \
1709 objects/buffer.o \ 1711 objects/buffer.o \
1710 objects/change.o \ 1712 objects/change.o \
1711 objects/blob.o \ 1713 objects/blob.o \
1842 $(OBJ_MESSAGE_TEST) 1844 $(OBJ_MESSAGE_TEST)
1843 1845
1844 1846
1845 PRO_AUTO = \ 1847 PRO_AUTO = \
1846 arabic.pro \ 1848 arabic.pro \
1849 arglist.pro \
1847 autocmd.pro \ 1850 autocmd.pro \
1848 blowfish.pro \ 1851 blowfish.pro \
1849 buffer.pro \ 1852 buffer.pro \
1850 change.pro \ 1853 change.pro \
1851 charset.pro \ 1854 charset.pro \
2987 $(ALL_OBJ): objects/.dirstamp 2990 $(ALL_OBJ): objects/.dirstamp
2988 2991
2989 objects/arabic.o: arabic.c 2992 objects/arabic.o: arabic.c
2990 $(CCC) -o $@ arabic.c 2993 $(CCC) -o $@ arabic.c
2991 2994
2995 objects/arglist.o: arglist.c
2996 $(CCC) -o $@ arglist.c
2997
2992 objects/autocmd.o: autocmd.c 2998 objects/autocmd.o: autocmd.c
2993 $(CCC) -o $@ autocmd.c 2999 $(CCC) -o $@ autocmd.c
2994 3000
2995 objects/blob.o: blob.c 3001 objects/blob.o: blob.c
2996 $(CCC) -o $@ blob.c 3002 $(CCC) -o $@ blob.c
3471 3477
3472 ############################################################################### 3478 ###############################################################################
3473 ### (automatically generated by 'make depend') 3479 ### (automatically generated by 'make depend')
3474 ### Dependencies: 3480 ### Dependencies:
3475 objects/arabic.o: arabic.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3481 objects/arabic.o: arabic.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3482 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3483 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3484 proto.h globals.h
3485 objects/arglist.o: arglist.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3476 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3486 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3477 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3487 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3478 proto.h globals.h 3488 proto.h globals.h
3479 objects/autocmd.o: autocmd.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3489 objects/autocmd.o: autocmd.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3480 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3490 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \