Mercurial > vim
annotate src/Make_vms.mms @ 21230:e67123c115d2 v8.2.1166
patch 8.2.1166: once mouse move events are enabled getchar() returns them
Commit: https://github.com/vim/vim/commit/ae97b94176062d30ea8c68bb83cde034c5150c78
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Jul 9 19:16:35 2020 +0200
patch 8.2.1166: once mouse move events are enabled getchar() returns them
Problem: Once mouse move events are enabled getchar() returns them.
Solution: Ignore K_MOUSEMOVE in getchar(). (closes https://github.com/vim/vim/issues/6424)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 09 Jul 2020 19:30:04 +0200 |
parents | b1fac55cf8a3 |
children | 5db63c2c6929 |
rev | line source |
---|---|
7 | 1 # |
2 # Makefile for Vim on OpenVMS | |
3 # | |
4 # Maintainer: Zoltan Arpadffy <arpadffy@polarhome.com> | |
18761
e3785af3ba0f
patch 8.1.2370: build problems on VMS
Bram Moolenaar <Bram@vim.org>
parents:
18673
diff
changeset
|
5 # Last change: 2019 Nov 30 |
7 | 6 # |
18761
e3785af3ba0f
patch 8.1.2370: build problems on VMS
Bram Moolenaar <Bram@vim.org>
parents:
18673
diff
changeset
|
7 # This script has been tested on VMS 6.2 to 8.4 on DEC Alpha, VAX and IA64 |
7 | 8 # with MMS and MMK |
9 # | |
10 # The following could be built: | |
11 # vim.exe: standard (terminal, GUI/Motif, GUI/GTK) | |
12 # dvim.exe: debug | |
13 # | |
14 # Edit the lines in the Configuration section below for fine tuning. | |
15 # | |
1045 | 16 # To build: mms/descrip=Make_vms.mms /ignore=warning |
7 | 17 # To clean up: mms/descrip=Make_vms.mms clean |
18 # | |
19 # Hints and detailed description could be found in INSTALLVMS.TXT file. | |
20 # | |
21 ###################################################################### | |
22 # Configuration section. | |
23 ###################################################################### | |
24 | |
25 # Compiler selection. | |
26 # Comment out if you use the VAXC compiler | |
27 DECC = YES | |
28 | |
29 # Build model selection | |
30 # TINY - Almost no features enabled, not even multiple windows | |
31 # SMALL - Few features enabled, as basic as possible | |
32 # NORMAL - A default selection of features enabled | |
33 # BIG - Many features enabled, as rich as possible. (default) | |
4352 | 34 # HUGE - All possible features enabled. |
7 | 35 # Please select one of these alternatives above. |
1709 | 36 MODEL = HUGE |
7 | 37 |
38 # GUI or terminal mode executable. | |
39 # Comment out if you want just the character terminal mode only. | |
826 | 40 # GUI with Motif |
10328
299f1669c20e
commit https://github.com/vim/vim/commit/de5e2c219b99895445fb75ae3541ee69282a5846
Christian Brabandt <cb@256bit.org>
parents:
9408
diff
changeset
|
41 GUI = YES |
7 | 42 |
43 # GUI with GTK | |
44 # If you have GTK installed you might want to enable this option. | |
1045 | 45 # NOTE: you will need to properly define GTK_DIR below |
15517
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
46 # NOTE: since Vim 7.3 GTK 2+ is used that is not ported to VMS, |
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
47 # therefore this option should not be used |
7 | 48 # GTK = YES |
49 | |
414 | 50 # GUI/Motif with XPM |
51 # If you have XPM installed you might want to build Motif version with toolbar | |
52 # XPM = YES | |
53 | |
7 | 54 # Comment out if you want the compiler version with :ver command. |
55 # NOTE: This part can make some complications if you're using some | |
56 # predefined symbols/flags for your compiler. If does, just leave behind | |
4352 | 57 # the comment variable CCVER. |
7 | 58 CCVER = YES |
59 | |
60 # Uncomment if want a debug version. Resulting executable is DVIM.EXE | |
61 # Development purpose only! Normally, it should not be defined. !!! | |
5704 | 62 # DEBUG = YES |
7 | 63 |
64 # Languages support for Perl, Python, TCL etc. | |
65 # If you don't need it really, leave them behind the comment. | |
66 # You will need related libraries, include files etc. | |
67 # VIM_TCL = YES | |
68 # VIM_PERL = YES | |
69 # VIM_PYTHON = YES | |
70 # VIM_RUBY = YES | |
71 | |
72 # X Input Method. For entering special languages like chinese and | |
18673
f1658662ea84
patch 8.1.2328: a few hangul input pieces remain
Bram Moolenaar <Bram@vim.org>
parents:
18265
diff
changeset
|
73 # Japanese. |
7 | 74 # If you don't need it really, leave it behind the comment. |
75 # VIM_XIM = YES | |
76 | |
77 # Allow any white space to separate the fields in a tags file | |
78 # When not defined, only a TAB is allowed. | |
79 # VIM_TAG_ANYWHITE = YES | |
80 | |
2441
620a42739426
Improvements for VMS. (Zoltan Arpadffy)
Bram Moolenaar <bram@vim.org>
parents:
2428
diff
changeset
|
81 # Allow FEATURE_MZSCHEME |
620a42739426
Improvements for VMS. (Zoltan Arpadffy)
Bram Moolenaar <bram@vim.org>
parents:
2428
diff
changeset
|
82 # VIM_MZSCHEME = YES |
620a42739426
Improvements for VMS. (Zoltan Arpadffy)
Bram Moolenaar <bram@vim.org>
parents:
2428
diff
changeset
|
83 |
5704 | 84 # Use ICONV |
85 # VIM_ICONV = YES | |
86 | |
7 | 87 ###################################################################### |
88 # Directory, library and include files configuration section. | |
89 # Normally you need not to change anything below. ! | |
90 # These may need to be defined if things are not in standard locations | |
91 # | |
92 # You can find some explanation in INSTALLVMS.TXT | |
93 ###################################################################### | |
94 | |
95 # Compiler setup | |
96 | |
1045 | 97 .IFDEF MMSVAX |
7 | 98 .IFDEF DECC # VAX with DECC |
5704 | 99 CC_DEF = cc # /decc # some versions require /decc switch but when it is not required /ver might fail |
7 | 100 PREFIX = /prefix=all |
5704 | 101 OPTIMIZE= /noopt # do not optimize on VAX. The compiler has hard time with crypto functions |
7 | 102 .ELSE # VAX with VAXC |
103 CC_DEF = cc | |
104 PREFIX = | |
5704 | 105 OPTIMIZE= /noopt |
7 | 106 CCVER = |
107 .ENDIF | |
5704 | 108 .ELSE # AXP and IA64 with DECC |
7 | 109 CC_DEF = cc |
110 PREFIX = /prefix=all | |
5704 | 111 OPTIMIZE= /opt |
7 | 112 .ENDIF |
113 | |
5704 | 114 |
7 | 115 LD_DEF = link |
116 C_INC = [.proto] | |
117 | |
118 .IFDEF DEBUG | |
119 DEBUG_DEF = ,"DEBUG" | |
120 TARGET = dvim.exe | |
121 CFLAGS = /debug/noopt$(PREFIX) | |
122 LDFLAGS = /debug | |
123 .ELSE | |
124 TARGET = vim.exe | |
5704 | 125 CFLAGS = $(OPTIMIZE)$(PREFIX) |
7 | 126 LDFLAGS = |
127 .ENDIF | |
128 | |
129 # Predefined VIM directories | |
130 # Please, use $VIM and $VIMRUNTIME logicals instead | |
131 VIMLOC = "" | |
132 VIMRUN = "" | |
133 | |
134 CONFIG_H = os_vms_conf.h | |
135 | |
826 | 136 # GTK or XPM but not both |
7 | 137 .IFDEF GTK |
138 .IFDEF GUI | |
139 .ELSE | |
140 GUI = YES | |
141 .ENDIF | |
826 | 142 .IFDEF XPM |
143 XPM = "" | |
144 .ENDIF | |
145 .ENDIF | |
146 | |
147 .IFDEF XPM | |
148 .IFDEF GUI | |
149 .ELSE | |
150 GUI = YES | |
151 .ENDIF | |
152 .IFDEF GTK | |
153 GTK = "" | |
7 | 154 .ENDIF |
414 | 155 .ENDIF |
7 | 156 |
157 .IFDEF GUI | |
158 # X/Motif/GTK executable (also works in terminal mode ) | |
159 | |
160 .IFDEF GTK | |
819 | 161 # NOTE: you need to set up your GTK_DIR (GTK root directory), because it is |
162 # unique on every system - logicals are not accepted | |
414 | 163 # please note: directory should end with . in order to /trans=conc work |
1045 | 164 # This value for GTK_DIR is an example. |
15517
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
165 GTK_DIR = DKA0:[WORK.GTK1210.] |
7 | 166 DEFS = "HAVE_CONFIG_H","FEAT_GUI_GTK" |
167 LIBS = ,OS_VMS_GTK.OPT/OPT | |
168 GUI_FLAG = /name=(as_is,short)/float=ieee/ieee=denorm | |
414 | 169 GUI_SRC = gui.c gui_gtk.c gui_gtk_f.c gui_gtk_x11.c gui_beval.c pty.c |
170 GUI_OBJ = gui.obj gui_gtk.obj gui_gtk_f.obj gui_gtk_x11.obj gui_beval.obj pty.obj | |
7 | 171 GUI_INC = ,"/gtk_root/gtk","/gtk_root/glib" |
172 # GUI_INC_VER is used just for :ver information | |
173 # this string should escape from C and DCL in the same time | |
174 GUI_INC_VER= ,\""/gtk_root/gtk\"",\""/gtk_root/glib\"" | |
414 | 175 .ELSE |
7 | 176 MOTIF = YES |
414 | 177 .IFDEF XPM |
178 DEFS = "HAVE_CONFIG_H","FEAT_GUI_MOTIF","HAVE_XPM" | |
15517
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
179 XPM_INC = ,[.xpm.include] |
414 | 180 .ELSE |
7 | 181 DEFS = "HAVE_CONFIG_H","FEAT_GUI_MOTIF" |
15517
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
182 XPM_INC = |
414 | 183 .ENDIF |
7 | 184 LIBS = ,OS_VMS_MOTIF.OPT/OPT |
185 GUI_FLAG = | |
414 | 186 GUI_SRC = gui.c gui_motif.c gui_x11.c gui_beval.c gui_xmdlg.c gui_xmebw.c |
187 GUI_OBJ = gui.obj gui_motif.obj gui_x11.obj gui_beval.obj gui_xmdlg.obj gui_xmebw.obj | |
7 | 188 GUI_INC = |
189 .ENDIF | |
190 | |
191 # You need to define these variables if you do not have DECW files | |
192 # at standard location | |
193 GUI_INC_DIR = ,decw$include: | |
194 # GUI_LIB_DIR = ,sys$library: | |
195 | |
196 .ELSE | |
197 # Character terminal only executable | |
198 DEFS = "HAVE_CONFIG_H" | |
199 LIBS = | |
200 .ENDIF | |
201 | |
202 .IFDEF VIM_PERL | |
203 # Perl related setup. | |
204 PERL = perl | |
205 PERL_DEF = ,"FEAT_PERL" | |
206 PERL_SRC = if_perlsfio.c if_perl.xs | |
207 PERL_OBJ = if_perlsfio.obj if_perl.obj | |
208 PERL_LIB = ,OS_VMS_PERL.OPT/OPT | |
209 PERL_INC = ,dka0:[perlbuild.perl.lib.vms_axp.5_6_1.core] | |
210 .ENDIF | |
211 | |
212 .IFDEF VIM_PYTHON | |
213 # Python related setup. | |
214 PYTHON_DEF = ,"FEAT_PYTHON" | |
215 PYTHON_SRC = if_python.c | |
216 PYTHON_OBJ = if_python.obj | |
217 PYTHON_LIB = ,OS_VMS_PYTHON.OPT/OPT | |
218 PYTHON_INC = ,PYTHON_INCLUDE | |
219 .ENDIF | |
220 | |
221 .IFDEF VIM_TCL | |
222 # TCL related setup. | |
223 TCL_DEF = ,"FEAT_TCL" | |
224 TCL_SRC = if_tcl.c | |
225 TCL_OBJ = if_tcl.obj | |
226 TCL_LIB = ,OS_VMS_TCL.OPT/OPT | |
227 TCL_INC = ,dka0:[tcl80.generic] | |
228 .ENDIF | |
229 | |
230 .IFDEF VIM_RUBY | |
231 # RUBY related setup. | |
232 RUBY_DEF = ,"FEAT_RUBY" | |
233 RUBY_SRC = if_ruby.c | |
234 RUBY_OBJ = if_ruby.obj | |
235 RUBY_LIB = ,OS_VMS_RUBY.OPT/OPT | |
236 RUBY_INC = | |
237 .ENDIF | |
238 | |
239 .IFDEF VIM_XIM | |
240 # XIM related setup. | |
241 .IFDEF GUI | |
242 XIM_DEF = ,"FEAT_XIM" | |
243 .ENDIF | |
244 .ENDIF | |
245 | |
2441
620a42739426
Improvements for VMS. (Zoltan Arpadffy)
Bram Moolenaar <bram@vim.org>
parents:
2428
diff
changeset
|
246 .IFDEF VIM_MZSCHEME |
620a42739426
Improvements for VMS. (Zoltan Arpadffy)
Bram Moolenaar <bram@vim.org>
parents:
2428
diff
changeset
|
247 # MZSCHEME related setup |
620a42739426
Improvements for VMS. (Zoltan Arpadffy)
Bram Moolenaar <bram@vim.org>
parents:
2428
diff
changeset
|
248 MZSCH_DEF = ,"FEAT_MZSCHEME" |
620a42739426
Improvements for VMS. (Zoltan Arpadffy)
Bram Moolenaar <bram@vim.org>
parents:
2428
diff
changeset
|
249 MZSCH_SRC = if_mzsch.c |
620a42739426
Improvements for VMS. (Zoltan Arpadffy)
Bram Moolenaar <bram@vim.org>
parents:
2428
diff
changeset
|
250 MZSCH_OBJ = if_mzsch.obj |
620a42739426
Improvements for VMS. (Zoltan Arpadffy)
Bram Moolenaar <bram@vim.org>
parents:
2428
diff
changeset
|
251 .ENDIF |
7 | 252 |
5704 | 253 .IFDEF VIM_ICONV |
254 # ICONV related setup | |
255 ICONV_DEF = ,"USE_ICONV" | |
256 .ENDIF | |
257 | |
15517
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
258 # XDIFF related setup. |
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
259 XDIFF_SRC = xdiffi.c,xemit.c,xprepare.c,xutils.c,xhistogram.c,xpatience.c |
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
260 XDIFF_OBJ = xdiffi.obj,xemit.obj,xprepare.obj,xutils.obj,xhistogram.obj,xpatience.obj |
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
261 XDIFF_INC = ,[.xdiff] |
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
262 |
7 | 263 ###################################################################### |
264 # End of configuration section. | |
265 # Please, do not change anything below without programming experience. | |
266 ###################################################################### | |
267 | |
268 MODEL_DEF = "FEAT_$(MODEL)", | |
269 | |
270 # These go into pathdef.c | |
271 VIMUSER = "''F$EDIT(F$GETJPI(" ","USERNAME"),"TRIM")'" | |
272 VIMHOST = "''F$TRNLNM("SYS$NODE")'''F$TRNLNM("UCX$INET_HOST")'.''F$TRNLNM("UCX$INET_DOMAIN")'" | |
273 | |
274 .SUFFIXES : .obj .c | |
275 | |
5704 | 276 ALL_CFLAGS = /def=($(MODEL_DEF)$(DEFS)$(DEBUG_DEF)$(PERL_DEF)$(PYTHON_DEF) - |
18673
f1658662ea84
patch 8.1.2328: a few hangul input pieces remain
Bram Moolenaar <Bram@vim.org>
parents:
18265
diff
changeset
|
277 $(TCL_DEF)$(RUBY_DEF)$(XIM_DEF)$(TAG_DEF)$(MZSCH_DEF) - |
15517
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
278 $(ICONV_DEF)) - |
7 | 279 $(CFLAGS)$(GUI_FLAG) - |
15517
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
280 /include=($(C_INC)$(GUI_INC_DIR)$(GUI_INC)$(PERL_INC)$(PYTHON_INC) - |
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
281 $(TCL_INC)$(XDIFF_INC)$(XPM_INC)) |
7 | 282 |
283 # CFLAGS displayed in :ver information | |
19195
2ef19eed524a
patch 8.2.0156: various typos in source files and tests
Bram Moolenaar <Bram@vim.org>
parents:
18884
diff
changeset
|
284 # It is specially formatted for correct display of unix like includes |
7 | 285 # as $(GUI_INC) - replaced with $(GUI_INC_VER) |
286 # Otherwise should not be any other difference. | |
5704 | 287 ALL_CFLAGS_VER = /def=($(MODEL_DEF)$(DEFS)$(DEBUG_DEF)$(PERL_DEF)$(PYTHON_DEF) - |
18673
f1658662ea84
patch 8.1.2328: a few hangul input pieces remain
Bram Moolenaar <Bram@vim.org>
parents:
18265
diff
changeset
|
288 $(TCL_DEF)$(RUBY_DEF)$(XIM_DEF)$(TAG_DEF)$(MZSCH_DEF) - |
15517
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
289 $(ICONV_DEF)) - |
7 | 290 $(CFLAGS)$(GUI_FLAG) - |
15517
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
291 /include=($(C_INC)$(GUI_INC_DIR)$(GUI_INC_VER)$(PERL_INC)$(PYTHON_INC) - |
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
292 $(TCL_INC)$(XDIFF_INC)$(XPM_INC)) |
7 | 293 |
294 ALL_LIBS = $(LIBS) $(GUI_LIB_DIR) $(GUI_LIB) \ | |
8281
74b15ed0a259
commit https://github.com/vim/vim/commit/85b11769ab507c7df93f319fd964fa579701b76b
Christian Brabandt <cb@256bit.org>
parents:
7712
diff
changeset
|
295 $(PERL_LIB) $(PYTHON_LIB) $(TCL_LIB) $(RUBY_LIB) |
7 | 296 |
18199
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
297 SRC = \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
298 arabic.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
299 arglist.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
300 autocmd.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
301 beval.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
302 blob.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
303 blowfish.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
304 buffer.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
305 bufwrite.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
306 change.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
307 charset.c \ |
18265
fe5afdc03bd2
patch 8.1.2127: the indent.c file is a bit big
Bram Moolenaar <Bram@vim.org>
parents:
18199
diff
changeset
|
308 cindent.c \ |
19920
5e41b2e63c73
patch 8.2.0516: client-server code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19774
diff
changeset
|
309 clientserver.c \ |
19774
00a1b89256ea
patch 8.2.0443: clipboard code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19396
diff
changeset
|
310 clipboard.c \ |
18199
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
311 cmdexpand.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
312 cmdhist.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
313 crypt.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
314 crypt_zip.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
315 debugger.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
316 dict.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
317 diff.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
318 digraph.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
319 drawline.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
320 drawscreen.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
321 edit.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
322 eval.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
323 evalbuffer.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
324 evalfunc.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
325 evalvars.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
326 evalwindow.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
327 ex_cmds.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
328 ex_cmds2.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
329 ex_docmd.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
330 ex_eval.c \ |
18010
cf8e0c7e0cb9
patch 8.1.2001: some source files are too big
Bram Moolenaar <Bram@vim.org>
parents:
17966
diff
changeset
|
331 ex_getln.c \ |
18199
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
332 fileio.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
333 filepath.c, \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
334 findfile.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
335 fold.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
336 getchar.c \ |
20637
6c5b11458f31
patch 8.2.0872: XIM code is mixed with multi-byte code
Bram Moolenaar <Bram@vim.org>
parents:
20587
diff
changeset
|
337 gui_xim.c \ |
18199
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
338 hardcopy.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
339 hashtab.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
340 highlight.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
341 if_cscope.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
342 if_xcmdsrv.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
343 indent.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
344 insexpand.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
345 json.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
346 list.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
347 main.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
348 map.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
349 mark.c \ |
21054
b1fac55cf8a3
patch 8.2.1078: highlight and match functionality together in one file
Bram Moolenaar <Bram@vim.org>
parents:
20637
diff
changeset
|
350 match.c \ |
18199
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
351 mbyte.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
352 memfile.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
353 memline.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
354 menu.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
355 message.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
356 misc1.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
357 misc2.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
358 mouse.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
359 move.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
360 normal.c \ |
18135
1868ec23360e
patch 8.1.2062: the mouse code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
18124
diff
changeset
|
361 ops.c \ |
18199
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
362 option.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
363 optionstr.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
364 os_unix.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
365 os_vms.c \ |
17744
4a3dca734d36
patch 8.1.1869: code for the argument list is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17652
diff
changeset
|
366 pathdef.c \ |
18199
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
367 popupmenu.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
368 popupwin.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
369 profiler.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
370 quickfix.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
371 regexp.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
372 register.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
373 screen.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
374 scriptfile.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
375 search.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
376 session.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
377 sha256.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
378 sign.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
379 spell.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
380 spellfile.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
381 spellsuggest.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
382 syntax.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
383 tag.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
384 term.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
385 termlib.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
386 testing.c \ |
20237
918245588b50
patch 8.2.0674: some source files are too big
Bram Moolenaar <Bram@vim.org>
parents:
20209
diff
changeset
|
387 textformat.c \ |
20209
6ca6a372fef6
patch 8.2.0660: the search.c file is a bit big
Bram Moolenaar <Bram@vim.org>
parents:
19920
diff
changeset
|
388 textobject.c \ |
18199
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
389 textprop.c \ |
19396
a961efb326e5
patch 8.2.0256: time and timer related code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19394
diff
changeset
|
390 time.c \ |
20587
f502455965c0
patch 8.2.0847: typval related code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
20237
diff
changeset
|
391 typval.c \ |
18199
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
392 ui.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
393 undo.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
394 usercmd.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
395 userfunc.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
396 version.c \ |
19394
4d4c489e8be1
patch 8.2.0255: VMS: missing files in build
Bram Moolenaar <Bram@vim.org>
parents:
19195
diff
changeset
|
397 vim9compile.c \ |
4d4c489e8be1
patch 8.2.0255: VMS: missing files in build
Bram Moolenaar <Bram@vim.org>
parents:
19195
diff
changeset
|
398 vim9execute.c \ |
4d4c489e8be1
patch 8.2.0255: VMS: missing files in build
Bram Moolenaar <Bram@vim.org>
parents:
19195
diff
changeset
|
399 vim9script.c \ |
18199
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
400 viminfo.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
401 window.c \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
402 $(GUI_SRC) \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
403 $(PERL_SRC) \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
404 $(PYTHON_SRC) \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
405 $(TCL_SRC) \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
406 $(RUBY_SRC) \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
407 $(MZSCH_SRC) \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
408 $(XDIFF_SRC) |
7 | 409 |
18199
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
410 OBJ = \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
411 arabic.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
412 arglist.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
413 autocmd.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
414 beval.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
415 blob.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
416 blowfish.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
417 buffer.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
418 bufwrite.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
419 change.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
420 charset.obj \ |
18265
fe5afdc03bd2
patch 8.1.2127: the indent.c file is a bit big
Bram Moolenaar <Bram@vim.org>
parents:
18199
diff
changeset
|
421 cindent.obj \ |
19920
5e41b2e63c73
patch 8.2.0516: client-server code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19774
diff
changeset
|
422 clientserver.obj \ |
19774
00a1b89256ea
patch 8.2.0443: clipboard code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19396
diff
changeset
|
423 clipboard.obj \ |
18199
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
424 cmdexpand.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
425 cmdhist.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
426 crypt.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
427 crypt_zip.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
428 debugger.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
429 dict.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
430 diff.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
431 digraph.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
432 drawline.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
433 drawscreen.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
434 edit.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
435 eval.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
436 evalbuffer.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
437 evalfunc.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
438 evalvars.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
439 evalwindow.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
440 ex_cmds.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
441 ex_cmds2.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
442 ex_docmd.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
443 ex_eval.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
444 ex_getln.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
445 fileio.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
446 filepath.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
447 findfile.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
448 fold.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
449 getchar.obj \ |
20637
6c5b11458f31
patch 8.2.0872: XIM code is mixed with multi-byte code
Bram Moolenaar <Bram@vim.org>
parents:
20587
diff
changeset
|
450 gui_xim.obj \ |
18199
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
451 hardcopy.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
452 hashtab.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
453 highlight.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
454 if_cscope.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
455 if_mzsch.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
456 if_xcmdsrv.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
457 indent.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
458 insexpand.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
459 json.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
460 list.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
461 main.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
462 map.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
463 mark.obj \ |
21054
b1fac55cf8a3
patch 8.2.1078: highlight and match functionality together in one file
Bram Moolenaar <Bram@vim.org>
parents:
20637
diff
changeset
|
464 match.obj \ |
18199
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
465 mbyte.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
466 memfile.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
467 memline.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
468 menu.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
469 message.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
470 misc1.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
471 misc2.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
472 mouse.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
473 move.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
474 normal.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
475 ops.obj \ |
18135
1868ec23360e
patch 8.1.2062: the mouse code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
18124
diff
changeset
|
476 option.obj \ |
18199
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
477 optionstr.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
478 os_unix.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
479 os_vms.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
480 pathdef.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
481 popupmenu.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
482 popupwin.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
483 profiler.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
484 quickfix.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
485 regexp.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
486 register.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
487 screen.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
488 scriptfile.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
489 search.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
490 session.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
491 sha256.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
492 sign.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
493 spell.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
494 spellfile.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
495 spellsuggest.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
496 syntax.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
497 tag.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
498 term.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
499 termlib.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
500 testing.obj \ |
20237
918245588b50
patch 8.2.0674: some source files are too big
Bram Moolenaar <Bram@vim.org>
parents:
20209
diff
changeset
|
501 textformat.obj \ |
20209
6ca6a372fef6
patch 8.2.0660: the search.c file is a bit big
Bram Moolenaar <Bram@vim.org>
parents:
19920
diff
changeset
|
502 textobject.obj \ |
18172
6e53d83e021d
patch 8.1.2081: the spell.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18164
diff
changeset
|
503 textprop.obj \ |
19396
a961efb326e5
patch 8.2.0256: time and timer related code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19394
diff
changeset
|
504 time.obj \ |
20587
f502455965c0
patch 8.2.0847: typval related code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
20237
diff
changeset
|
505 typval.obj \ |
18199
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
506 ui.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
507 undo.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
508 usercmd.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
509 userfunc.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
510 version.obj \ |
19394
4d4c489e8be1
patch 8.2.0255: VMS: missing files in build
Bram Moolenaar <Bram@vim.org>
parents:
19195
diff
changeset
|
511 vim9compile.obj \ |
4d4c489e8be1
patch 8.2.0255: VMS: missing files in build
Bram Moolenaar <Bram@vim.org>
parents:
19195
diff
changeset
|
512 vim9execute.obj \ |
4d4c489e8be1
patch 8.2.0255: VMS: missing files in build
Bram Moolenaar <Bram@vim.org>
parents:
19195
diff
changeset
|
513 vim9script.obj \ |
18199
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
514 viminfo.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
515 window.obj \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
516 $(GUI_OBJ) \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
517 $(PERL_OBJ) \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
518 $(PYTHON_OBJ) \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
519 $(TCL_OBJ) \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
520 $(RUBY_OBJ) \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
521 $(MZSCH_OBJ) \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
522 $(XDIFF_OBJ) |
7 | 523 |
524 # Default target is making the executable | |
525 all : [.auto]config.h mmk_compat motif_env gtk_env perl_env python_env tcl_env ruby_env $(TARGET) | |
526 ! $@ | |
527 | |
528 [.auto]config.h : $(CONFIG_H) | |
529 copy/nolog $(CONFIG_H) [.auto]config.h | |
530 | |
531 mmk_compat : | |
532 -@ open/write pd pathdef.c | |
533 -@ write pd "/* Empty file to satisfy MMK depend. */" | |
1221 | 534 -@ write pd "/* It will be overwritten later on... */" |
7 | 535 -@ close pd |
536 clean : | |
537 -@ if "''F$SEARCH("*.exe")'" .NES. "" then delete/noconfirm/nolog *.exe;* | |
538 -@ if "''F$SEARCH("*.obj")'" .NES. "" then delete/noconfirm/nolog *.obj;* | |
539 -@ if "''F$SEARCH("[.auto]config.h")'" .NES. "" then delete/noconfirm/nolog [.auto]config.h;* | |
540 -@ if "''F$SEARCH("pathdef.c")'" .NES. "" then delete/noconfirm/nolog pathdef.c;* | |
541 -@ if "''F$SEARCH("if_perl.c")'" .NES. "" then delete/noconfirm/nolog if_perl.c;* | |
542 -@ if "''F$SEARCH("*.opt")'" .NES. "" then delete/noconfirm/nolog *.opt;* | |
543 | |
544 # Link the target | |
545 $(TARGET) : $(OBJ) | |
18761
e3785af3ba0f
patch 8.1.2370: build problems on VMS
Bram Moolenaar <Bram@vim.org>
parents:
18673
diff
changeset
|
546 # make an OPT file - as the obj file list is too long for one command line |
e3785af3ba0f
patch 8.1.2370: build problems on VMS
Bram Moolenaar <Bram@vim.org>
parents:
18673
diff
changeset
|
547 -@ DIRECTORY *.OBJ. /BRIEF/COLUMNS=1/NOHEADING/NOTRAILING /SELECT=FILE=(NONODE,NODEVICE,NODIRECTORY,NOVERSION)/OUTPUT=ALL_OBJS_LIST.OPT |
e3785af3ba0f
patch 8.1.2370: build problems on VMS
Bram Moolenaar <Bram@vim.org>
parents:
18673
diff
changeset
|
548 $(LD_DEF) $(LDFLAGS) /exe=$(TARGET) ALL_OBJS_LIST.OPT/OPT $(ALL_LIBS) |
7 | 549 |
550 .c.obj : | |
551 $(CC_DEF) $(ALL_CFLAGS) $< | |
552 | |
553 pathdef.c : check_ccver $(CONFIG_H) | |
554 -@ write sys$output "creating PATHDEF.C file." | |
555 -@ open/write pd pathdef.c | |
556 -@ write pd "/* pathdef.c -- DO NOT EDIT! */" | |
557 -@ write pd "/* This file is automatically created by MAKE_VMS.MMS" | |
558 -@ write pd " * Change the file MAKE_VMS.MMS Only. */" | |
559 -@ write pd "typedef unsigned char char_u;" | |
560 -@ write pd "char_u *default_vim_dir = (char_u *)"$(VIMLOC)";" | |
561 -@ write pd "char_u *default_vimruntime_dir = (char_u *)"$(VIMRUN)";" | |
562 -@ write pd "char_u *all_cflags = (char_u *)""$(CC_DEF)$(ALL_CFLAGS_VER)"";" | |
18761
e3785af3ba0f
patch 8.1.2370: build problems on VMS
Bram Moolenaar <Bram@vim.org>
parents:
18673
diff
changeset
|
563 -@ write pd "char_u *all_lflags = (char_u *)""$(LD_DEF)$(LDFLAGS) /exe=$(TARGET) ALL_OBJS_LIST.OPT/OPT $(ALL_LIBS)"";" |
7 | 564 -@ write pd "char_u *compiler_version = (char_u *) ""''CC_VER'"";" |
565 -@ write pd "char_u *compiled_user = (char_u *) "$(VIMUSER)";" | |
1045 | 566 -@ write pd "char_u *compiled_sys = (char_u *) "$(VIMHOST)";" |
567 -@ write pd "char_u *compiled_arch = (char_u *) ""$(MMSARCH_NAME)"";" | |
7 | 568 -@ close pd |
569 | |
570 if_perl.c : if_perl.xs | |
18761
e3785af3ba0f
patch 8.1.2370: build problems on VMS
Bram Moolenaar <Bram@vim.org>
parents:
18673
diff
changeset
|
571 -@ $(PERL) PERL_ROOT:[LIB.ExtUtils]xsubpp -prototypes -typemap - PERL_ROOT:[LIB.ExtUtils]typemap if_perl.xs >> $@ |
7 | 572 |
573 make_vms.mms : | |
574 -@ write sys$output "The name of the makefile MUST be <MAKE_VMS.MMS> !!!" | |
575 | |
576 .IFDEF CCVER | |
577 # This part can make some complications if you're using some predefined | |
578 # symbols/flags for your compiler. If does, just comment out CCVER variable | |
579 check_ccver : | |
580 -@ define sys$output cc_ver.tmp | |
581 -@ $(CC_DEF)/version | |
582 -@ deassign sys$output | |
583 -@ open/read file cc_ver.tmp | |
584 -@ read file CC_VER | |
585 -@ close file | |
586 -@ delete/noconfirm/nolog cc_ver.tmp.* | |
587 .ELSE | |
588 check_ccver : | |
589 -@ ! | |
590 .ENDIF | |
591 | |
592 .IFDEF MOTIF | |
593 motif_env : | |
414 | 594 .IFDEF XPM |
595 -@ write sys$output "using DECW/Motif/XPM environment." | |
596 .ELSE | |
856 | 597 -@ write sys$output "using DECW/Motif environment." |
414 | 598 .ENDIF |
7 | 599 -@ write sys$output "creating OS_VMS_MOTIF.OPT file." |
600 -@ open/write opt_file OS_VMS_MOTIF.OPT | |
601 -@ write opt_file "sys$share:decw$xmlibshr12.exe/share,-" | |
602 -@ write opt_file "sys$share:decw$xtlibshrr5.exe/share,-" | |
603 -@ write opt_file "sys$share:decw$xlibshr.exe/share" | |
604 -@ close opt_file | |
605 .ELSE | |
606 motif_env : | |
607 -@ ! | |
608 .ENDIF | |
609 | |
610 | |
611 .IFDEF GTK | |
612 gtk_env : | |
613 -@ write sys$output "using GTK environment:" | |
614 -@ define/nolog gtk_root /trans=conc $(GTK_DIR) | |
615 -@ show logical gtk_root | |
616 -@ write sys$output " include path: "$(GUI_INC)"" | |
617 -@ write sys$output "creating OS_VMS_GTK.OPT file." | |
618 -@ open/write opt_file OS_VMS_GTK.OPT | |
619 -@ write opt_file "gtk_root:[glib]libglib.exe /share,-" | |
620 -@ write opt_file "gtk_root:[glib.gmodule]libgmodule.exe /share,-" | |
621 -@ write opt_file "gtk_root:[gtk.gdk]libgdk.exe /share,-" | |
622 -@ write opt_file "gtk_root:[gtk.gtk]libgtk.exe /share,-" | |
623 -@ write opt_file "sys$share:decw$xmlibshr12.exe/share,-" | |
624 -@ write opt_file "sys$share:decw$xtlibshrr5.exe/share,-" | |
625 -@ write opt_file "sys$share:decw$xlibshr.exe/share" | |
626 -@ close opt_file | |
627 .ELSE | |
628 gtk_env : | |
629 -@ ! | |
630 .ENDIF | |
631 | |
632 .IFDEF VIM_PERL | |
633 perl_env : | |
634 -@ write sys$output "using PERL environment:" | |
635 -@ show logical PERLSHR | |
636 -@ write sys$output " include path: ""$(PERL_INC)""" | |
637 -@ show symbol perl | |
638 -@ open/write pd if_perl.c | |
639 -@ write pd "/* Empty file to satisfy MMK depend. */" | |
1221 | 640 -@ write pd "/* It will be overwritten later on... */" |
7 | 641 -@ close pd |
642 -@ write sys$output "creating OS_VMS_PERL.OPT file." | |
643 -@ open/write opt_file OS_VMS_PERL.OPT | |
644 -@ write opt_file "PERLSHR /share" | |
645 -@ close opt_file | |
646 .ELSE | |
647 perl_env : | |
648 -@ ! | |
649 .ENDIF | |
650 | |
651 .IFDEF VIM_PYTHON | |
652 python_env : | |
653 -@ write sys$output "using PYTHON environment:" | |
654 -@ show logical PYTHON_INCLUDE | |
655 -@ show logical PYTHON_OLB | |
656 -@ write sys$output "creating OS_VMS_PYTHON.OPT file." | |
657 -@ open/write opt_file OS_VMS_PYTHON.OPT | |
658 -@ write opt_file "PYTHON_OLB:PYTHON.OLB /share" | |
659 -@ close opt_file | |
660 .ELSE | |
661 python_env : | |
662 -@ ! | |
663 .ENDIF | |
664 | |
665 .IFDEF VIM_TCL | |
666 tcl_env : | |
667 -@ write sys$output "using TCL environment:" | |
668 -@ show logical TCLSHR | |
669 -@ write sys$output " include path: ""$(TCL_INC)""" | |
670 -@ write sys$output "creating OS_VMS_TCL.OPT file." | |
671 -@ open/write opt_file OS_VMS_TCL.OPT | |
672 -@ write opt_file "TCLSHR /share" | |
673 -@ close opt_file | |
674 .ELSE | |
675 tcl_env : | |
676 -@ ! | |
677 .ENDIF | |
678 | |
679 .IFDEF VIM_RUBY | |
680 ruby_env : | |
681 -@ write sys$output "using RUBY environment:" | |
682 -@ write sys$output " include path: ""$(RUBY_INC)""" | |
683 -@ write sys$output "creating OS_VMS_RUBY.OPT file." | |
684 -@ open/write opt_file OS_VMS_RUBY.OPT | |
685 -@ write opt_file "RUBYSHR /share" | |
686 -@ close opt_file | |
687 .ELSE | |
688 ruby_env : | |
689 -@ ! | |
690 .ENDIF | |
691 | |
9408
6814811b90d5
commit https://github.com/vim/vim/commit/3b98b830017b8bf5fd270db93dfe187434df1960
Christian Brabandt <cb@256bit.org>
parents:
8281
diff
changeset
|
692 arabic.obj : arabic.c vim.h |
17744
4a3dca734d36
patch 8.1.1869: code for the argument list is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17652
diff
changeset
|
693 arglist.obj : arglist.c vim.h [.auto]config.h feature.h os_unix.h |
15634
746b95fd25ad
patch 8.1.0825: code for autocommands is mixed with file I/O code
Bram Moolenaar <Bram@vim.org>
parents:
15533
diff
changeset
|
694 autocmd.obj : autocmd.c vim.h [.auto]config.h feature.h os_unix.h |
15533
08604d82fc9e
patch 8.1.0774: VMS build is missing the blob file
Bram Moolenaar <Bram@vim.org>
parents:
15517
diff
changeset
|
695 blowfish.obj : blowfish.c vim.h [.auto]config.h feature.h os_unix.h |
08604d82fc9e
patch 8.1.0774: VMS build is missing the blob file
Bram Moolenaar <Bram@vim.org>
parents:
15517
diff
changeset
|
696 blob.obj : blob.c vim.h [.auto]config.h feature.h os_unix.h |
39 | 697 buffer.obj : buffer.c vim.h [.auto]config.h feature.h os_unix.h \ |
698 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
699 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
700 globals.h version.h |
18199
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
701 bufwrite.obj : bufwrite.c vim.h [.auto]config.h feature.h os_unix.h \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
702 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
e2be5a6485f5
patch 8.1.2094: the fileio.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18174
diff
changeset
|
703 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
18884
9a723f1e2d4e
patch 8.2.0003: Build file dependencies are incomplete
Bram Moolenaar <Bram@vim.org>
parents:
18853
diff
changeset
|
704 globals.h |
16632
30de89c1d090
patch 8.1.1318: code for text changes is in a "misc" file
Bram Moolenaar <Bram@vim.org>
parents:
16411
diff
changeset
|
705 change.obj : change.c vim.h [.auto]config.h feature.h os_unix.h \ |
30de89c1d090
patch 8.1.1318: code for text changes is in a "misc" file
Bram Moolenaar <Bram@vim.org>
parents:
16411
diff
changeset
|
706 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
30de89c1d090
patch 8.1.1318: code for text changes is in a "misc" file
Bram Moolenaar <Bram@vim.org>
parents:
16411
diff
changeset
|
707 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
18884
9a723f1e2d4e
patch 8.2.0003: Build file dependencies are incomplete
Bram Moolenaar <Bram@vim.org>
parents:
18853
diff
changeset
|
708 globals.h |
39 | 709 charset.obj : charset.c vim.h [.auto]config.h feature.h os_unix.h \ |
710 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
711 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
712 globals.h |
18265
fe5afdc03bd2
patch 8.1.2127: the indent.c file is a bit big
Bram Moolenaar <Bram@vim.org>
parents:
18199
diff
changeset
|
713 cindent.obj : cindent.c vim.h [.auto]config.h feature.h os_unix.h \ |
fe5afdc03bd2
patch 8.1.2127: the indent.c file is a bit big
Bram Moolenaar <Bram@vim.org>
parents:
18199
diff
changeset
|
714 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
fe5afdc03bd2
patch 8.1.2127: the indent.c file is a bit big
Bram Moolenaar <Bram@vim.org>
parents:
18199
diff
changeset
|
715 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
fe5afdc03bd2
patch 8.1.2127: the indent.c file is a bit big
Bram Moolenaar <Bram@vim.org>
parents:
18199
diff
changeset
|
716 globals.h |
19920
5e41b2e63c73
patch 8.2.0516: client-server code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19774
diff
changeset
|
717 clientserver.obj : clientserver.c vim.h [.auto]config.h feature.h os_unix.h \ |
5e41b2e63c73
patch 8.2.0516: client-server code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19774
diff
changeset
|
718 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
5e41b2e63c73
patch 8.2.0516: client-server code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19774
diff
changeset
|
719 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
5e41b2e63c73
patch 8.2.0516: client-server code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19774
diff
changeset
|
720 globals.h |
19774
00a1b89256ea
patch 8.2.0443: clipboard code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19396
diff
changeset
|
721 clipboard.obj : clipboard.c vim.h [.auto]config.h feature.h os_unix.h \ |
00a1b89256ea
patch 8.2.0443: clipboard code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19396
diff
changeset
|
722 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
00a1b89256ea
patch 8.2.0443: clipboard code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19396
diff
changeset
|
723 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
00a1b89256ea
patch 8.2.0443: clipboard code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19396
diff
changeset
|
724 globals.h |
17779
87a8760babec
patch 8.1.1886: command line expansion code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17744
diff
changeset
|
725 cmdexpand.obj : cmdexpand.c vim.h [.auto]config.h feature.h os_unix.h \ |
87a8760babec
patch 8.1.1886: command line expansion code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17744
diff
changeset
|
726 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
87a8760babec
patch 8.1.1886: command line expansion code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17744
diff
changeset
|
727 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
87a8760babec
patch 8.1.1886: command line expansion code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17744
diff
changeset
|
728 globals.h |
17652
9efb4dda9720
patch 8.1.1823: command line history code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17576
diff
changeset
|
729 cmdhist.obj : cmdhist.c vim.h [.auto]config.h feature.h os_unix.h \ |
9efb4dda9720
patch 8.1.1823: command line history code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17576
diff
changeset
|
730 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
9efb4dda9720
patch 8.1.1823: command line history code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17576
diff
changeset
|
731 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
9efb4dda9720
patch 8.1.1823: command line history code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17576
diff
changeset
|
732 globals.h |
10328
299f1669c20e
commit https://github.com/vim/vim/commit/de5e2c219b99895445fb75ae3541ee69282a5846
Christian Brabandt <cb@256bit.org>
parents:
9408
diff
changeset
|
733 crypt.obj : crypt.c vim.h [.auto]config.h feature.h os_unix.h \ |
299f1669c20e
commit https://github.com/vim/vim/commit/de5e2c219b99895445fb75ae3541ee69282a5846
Christian Brabandt <cb@256bit.org>
parents:
9408
diff
changeset
|
734 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
735 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
736 globals.h |
10328
299f1669c20e
commit https://github.com/vim/vim/commit/de5e2c219b99895445fb75ae3541ee69282a5846
Christian Brabandt <cb@256bit.org>
parents:
9408
diff
changeset
|
737 crypt_zip.obj : crypt_zip.c vim.h [.auto]config.h feature.h os_unix.h \ |
299f1669c20e
commit https://github.com/vim/vim/commit/de5e2c219b99895445fb75ae3541ee69282a5846
Christian Brabandt <cb@256bit.org>
parents:
9408
diff
changeset
|
738 ascii.h keymap.h term.h macros.h option.h structs.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
739 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
740 proto.h globals.h |
16381
1dcbaa780b8e
patch 8.1.1195: Vim script debugger functionality needs cleanup
Bram Moolenaar <Bram@vim.org>
parents:
16142
diff
changeset
|
741 debugger.obj : debugger.c vim.h [.auto]config.h feature.h os_unix.h \ |
1dcbaa780b8e
patch 8.1.1195: Vim script debugger functionality needs cleanup
Bram Moolenaar <Bram@vim.org>
parents:
16142
diff
changeset
|
742 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
1dcbaa780b8e
patch 8.1.1195: Vim script debugger functionality needs cleanup
Bram Moolenaar <Bram@vim.org>
parents:
16142
diff
changeset
|
743 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
1dcbaa780b8e
patch 8.1.1195: Vim script debugger functionality needs cleanup
Bram Moolenaar <Bram@vim.org>
parents:
16142
diff
changeset
|
744 globals.h |
10328
299f1669c20e
commit https://github.com/vim/vim/commit/de5e2c219b99895445fb75ae3541ee69282a5846
Christian Brabandt <cb@256bit.org>
parents:
9408
diff
changeset
|
745 dict.obj : dict.c vim.h [.auto]config.h feature.h os_unix.h \ |
299f1669c20e
commit https://github.com/vim/vim/commit/de5e2c219b99895445fb75ae3541ee69282a5846
Christian Brabandt <cb@256bit.org>
parents:
9408
diff
changeset
|
746 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
747 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
748 globals.h |
39 | 749 diff.obj : diff.c vim.h [.auto]config.h feature.h os_unix.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
750 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
18124
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
751 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
39 | 752 digraph.obj : digraph.c vim.h [.auto]config.h feature.h os_unix.h \ |
753 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
754 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
755 globals.h |
18124
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
756 drawline.obj : drawline.c vim.h [.auto]config.h feature.h os_unix.h \ |
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
757 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
758 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
759 globals.h |
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
760 drawscreen.obj : drawscreen.c vim.h [.auto]config.h feature.h os_unix.h \ |
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
761 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
762 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
763 globals.h |
39 | 764 edit.obj : edit.c vim.h [.auto]config.h feature.h os_unix.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
765 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
18124
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
766 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
39 | 767 eval.obj : eval.c vim.h [.auto]config.h feature.h os_unix.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
768 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
18884
9a723f1e2d4e
patch 8.2.0003: Build file dependencies are incomplete
Bram Moolenaar <Bram@vim.org>
parents:
18853
diff
changeset
|
769 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
18010
cf8e0c7e0cb9
patch 8.1.2001: some source files are too big
Bram Moolenaar <Bram@vim.org>
parents:
17966
diff
changeset
|
770 evalbuffer.obj : evalbuffer.c vim.h [.auto]config.h feature.h os_unix.h \ |
cf8e0c7e0cb9
patch 8.1.2001: some source files are too big
Bram Moolenaar <Bram@vim.org>
parents:
17966
diff
changeset
|
771 ascii.h keymap.h term.h macros.h option.h structs.h \ |
cf8e0c7e0cb9
patch 8.1.2001: some source files are too big
Bram Moolenaar <Bram@vim.org>
parents:
17966
diff
changeset
|
772 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ |
18884
9a723f1e2d4e
patch 8.2.0003: Build file dependencies are incomplete
Bram Moolenaar <Bram@vim.org>
parents:
18853
diff
changeset
|
773 proto.h globals.h |
10328
299f1669c20e
commit https://github.com/vim/vim/commit/de5e2c219b99895445fb75ae3541ee69282a5846
Christian Brabandt <cb@256bit.org>
parents:
9408
diff
changeset
|
774 evalfunc.obj : evalfunc.c vim.h [.auto]config.h feature.h os_unix.h \ |
299f1669c20e
commit https://github.com/vim/vim/commit/de5e2c219b99895445fb75ae3541ee69282a5846
Christian Brabandt <cb@256bit.org>
parents:
9408
diff
changeset
|
775 ascii.h keymap.h term.h macros.h option.h structs.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
776 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
777 proto.h globals.h version.h |
17873
d50a5faa75bd
patch 8.1.1933: the eval.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
17861
diff
changeset
|
778 evalvars.obj : evalvars.c vim.h [.auto]config.h feature.h os_unix.h \ |
d50a5faa75bd
patch 8.1.1933: the eval.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
17861
diff
changeset
|
779 ascii.h keymap.h term.h macros.h option.h structs.h \ |
d50a5faa75bd
patch 8.1.1933: the eval.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
17861
diff
changeset
|
780 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ |
d50a5faa75bd
patch 8.1.1933: the eval.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
17861
diff
changeset
|
781 proto.h globals.h version.h |
18010
cf8e0c7e0cb9
patch 8.1.2001: some source files are too big
Bram Moolenaar <Bram@vim.org>
parents:
17966
diff
changeset
|
782 evalwindow.obj : evalwindow.c vim.h [.auto]config.h feature.h os_unix.h \ |
cf8e0c7e0cb9
patch 8.1.2001: some source files are too big
Bram Moolenaar <Bram@vim.org>
parents:
17966
diff
changeset
|
783 ascii.h keymap.h term.h macros.h option.h structs.h \ |
cf8e0c7e0cb9
patch 8.1.2001: some source files are too big
Bram Moolenaar <Bram@vim.org>
parents:
17966
diff
changeset
|
784 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ |
18884
9a723f1e2d4e
patch 8.2.0003: Build file dependencies are incomplete
Bram Moolenaar <Bram@vim.org>
parents:
18853
diff
changeset
|
785 proto.h globals.h |
39 | 786 ex_cmds.obj : ex_cmds.c vim.h [.auto]config.h feature.h os_unix.h \ |
787 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
788 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
789 globals.h version.h |
39 | 790 ex_cmds2.obj : ex_cmds2.c vim.h [.auto]config.h feature.h os_unix.h \ |
791 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
792 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
793 globals.h version.h |
39 | 794 ex_docmd.obj : ex_docmd.c vim.h [.auto]config.h feature.h os_unix.h \ |
795 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
796 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
18853
5ecefcbd12a1
patch 8.1.2413: cannot update ex_cmdidxs.h on MS-Windows
Bram Moolenaar <Bram@vim.org>
parents:
18761
diff
changeset
|
797 globals.h ex_cmdidxs.h |
39 | 798 ex_eval.obj : ex_eval.c vim.h [.auto]config.h feature.h os_unix.h \ |
799 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
800 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
801 globals.h |
39 | 802 ex_getln.obj : ex_getln.c vim.h [.auto]config.h feature.h os_unix.h \ |
803 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
804 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
805 globals.h |
39 | 806 fileio.obj : fileio.c vim.h [.auto]config.h feature.h os_unix.h \ |
807 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
808 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
809 globals.h |
17966
46f95606b9ec
patch 8.1.1979: code for handling file names is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17873
diff
changeset
|
810 filepath.obj : filepath.c vim.h [.auto]config.h feature.h os_unix.h \ |
46f95606b9ec
patch 8.1.1979: code for handling file names is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17873
diff
changeset
|
811 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
46f95606b9ec
patch 8.1.1979: code for handling file names is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17873
diff
changeset
|
812 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
46f95606b9ec
patch 8.1.1979: code for handling file names is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17873
diff
changeset
|
813 globals.h |
15814
99ebf78686a9
patch 8.1.0914: code related to findfile() is spread out
Bram Moolenaar <Bram@vim.org>
parents:
15699
diff
changeset
|
814 findfile.obj : findfile.c vim.h [.auto]config.h feature.h os_unix.h \ |
99ebf78686a9
patch 8.1.0914: code related to findfile() is spread out
Bram Moolenaar <Bram@vim.org>
parents:
15699
diff
changeset
|
815 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
99ebf78686a9
patch 8.1.0914: code related to findfile() is spread out
Bram Moolenaar <Bram@vim.org>
parents:
15699
diff
changeset
|
816 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
817 globals.h |
39 | 818 fold.obj : fold.c vim.h [.auto]config.h feature.h os_unix.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
819 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
18124
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
820 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
39 | 821 getchar.obj : getchar.c vim.h [.auto]config.h feature.h os_unix.h \ |
822 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
823 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
824 globals.h |
20637
6c5b11458f31
patch 8.2.0872: XIM code is mixed with multi-byte code
Bram Moolenaar <Bram@vim.org>
parents:
20587
diff
changeset
|
825 gui_xim.obj : gui_xim.c vim.h [.auto]config.h feature.h os_unix.h \ |
6c5b11458f31
patch 8.2.0872: XIM code is mixed with multi-byte code
Bram Moolenaar <Bram@vim.org>
parents:
20587
diff
changeset
|
826 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
6c5b11458f31
patch 8.2.0872: XIM code is mixed with multi-byte code
Bram Moolenaar <Bram@vim.org>
parents:
20587
diff
changeset
|
827 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
6c5b11458f31
patch 8.2.0872: XIM code is mixed with multi-byte code
Bram Moolenaar <Bram@vim.org>
parents:
20587
diff
changeset
|
828 globals.h |
440 | 829 hardcopy.obj : hardcopy.c vim.h [.auto]config.h feature.h os_unix.h \ |
830 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
831 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
18884
9a723f1e2d4e
patch 8.2.0003: Build file dependencies are incomplete
Bram Moolenaar <Bram@vim.org>
parents:
18853
diff
changeset
|
832 globals.h version.h |
800 | 833 hashtab.obj : hashtab.c vim.h [.auto]config.h feature.h os_unix.h \ |
119 | 834 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
835 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
836 globals.h |
17389
635d7f5010b8
patch 8.1.1693: syntax coloring and highlighting is in one big file
Bram Moolenaar <Bram@vim.org>
parents:
17377
diff
changeset
|
837 highlight.obj : highlight.c vim.h [.auto]config.h feature.h os_unix.h \ |
635d7f5010b8
patch 8.1.1693: syntax coloring and highlighting is in one big file
Bram Moolenaar <Bram@vim.org>
parents:
17377
diff
changeset
|
838 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
635d7f5010b8
patch 8.1.1693: syntax coloring and highlighting is in one big file
Bram Moolenaar <Bram@vim.org>
parents:
17377
diff
changeset
|
839 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
635d7f5010b8
patch 8.1.1693: syntax coloring and highlighting is in one big file
Bram Moolenaar <Bram@vim.org>
parents:
17377
diff
changeset
|
840 globals.h |
39 | 841 if_cscope.obj : if_cscope.c vim.h [.auto]config.h feature.h os_unix.h \ |
842 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
843 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
844 globals.h if_cscope.h |
39 | 845 if_xcmdsrv.obj : if_xcmdsrv.c vim.h [.auto]config.h feature.h os_unix.h \ |
846 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
847 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
848 globals.h version.h |
2441
620a42739426
Improvements for VMS. (Zoltan Arpadffy)
Bram Moolenaar <bram@vim.org>
parents:
2428
diff
changeset
|
849 if_mzsch.obj : if_mzsch.c vim.h [.auto]config.h feature.h os_unix.h \ |
620a42739426
Improvements for VMS. (Zoltan Arpadffy)
Bram Moolenaar <bram@vim.org>
parents:
2428
diff
changeset
|
850 ascii.h keymap.h term.h macros.h option.h structs.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
851 regexp.h gui.h beval.h [.proto]gui_beval.pro ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
852 globals.h if_mzsch.h |
15699
2d941023bd2f
patch 8.1.0857: indent functionality is not separated
Bram Moolenaar <Bram@vim.org>
parents:
15634
diff
changeset
|
853 indent.obj : indent.c vim.h [.auto]config.h feature.h os_unix.h |
16142
570a296aa0b4
patch 8.1.1076: file for Insert mode is much too big
Bram Moolenaar <Bram@vim.org>
parents:
16070
diff
changeset
|
854 insexpand.obj : insexpand.c vim.h [.auto]config.h feature.h os_unix.h |
7712
bce3b5ddb393
commit https://github.com/vim/vim/commit/520e1e41f35b063ede63b41738c82d6636e78c34
Christian Brabandt <cb@256bit.org>
parents:
6448
diff
changeset
|
855 json.obj : json.c vim.h [.auto]config.h feature.h os_unix.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
856 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
18884
9a723f1e2d4e
patch 8.2.0003: Build file dependencies are incomplete
Bram Moolenaar <Bram@vim.org>
parents:
18853
diff
changeset
|
857 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
10328
299f1669c20e
commit https://github.com/vim/vim/commit/de5e2c219b99895445fb75ae3541ee69282a5846
Christian Brabandt <cb@256bit.org>
parents:
9408
diff
changeset
|
858 list.obj : list.c vim.h [.auto]config.h feature.h os_unix.h \ |
299f1669c20e
commit https://github.com/vim/vim/commit/de5e2c219b99895445fb75ae3541ee69282a5846
Christian Brabandt <cb@256bit.org>
parents:
9408
diff
changeset
|
859 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
860 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
861 globals.h |
39 | 862 main.obj : main.c vim.h [.auto]config.h feature.h os_unix.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
863 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
15850
a6ca8cf07a98
patch 8.1.0932: Farsi support is outdated and unused
Bram Moolenaar <Bram@vim.org>
parents:
15814
diff
changeset
|
864 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
865 arabic.c |
17576
97a750e8707f
patch 8.1.1785: map functionality mixed with character input
Bram Moolenaar <Bram@vim.org>
parents:
17536
diff
changeset
|
866 map.obj : map.c vim.h [.auto]config.h feature.h os_unix.h \ |
97a750e8707f
patch 8.1.1785: map functionality mixed with character input
Bram Moolenaar <Bram@vim.org>
parents:
17536
diff
changeset
|
867 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
18761
e3785af3ba0f
patch 8.1.2370: build problems on VMS
Bram Moolenaar <Bram@vim.org>
parents:
18673
diff
changeset
|
868 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
39 | 869 mark.obj : mark.c vim.h [.auto]config.h feature.h os_unix.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
870 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
18124
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
871 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
21054
b1fac55cf8a3
patch 8.2.1078: highlight and match functionality together in one file
Bram Moolenaar <Bram@vim.org>
parents:
20637
diff
changeset
|
872 match.obj : match.c vim.h [.auto]config.h feature.h os_unix.h \ |
b1fac55cf8a3
patch 8.2.1078: highlight and match functionality together in one file
Bram Moolenaar <Bram@vim.org>
parents:
20637
diff
changeset
|
873 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
b1fac55cf8a3
patch 8.2.1078: highlight and match functionality together in one file
Bram Moolenaar <Bram@vim.org>
parents:
20637
diff
changeset
|
874 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
39 | 875 memfile.obj : memfile.c vim.h [.auto]config.h feature.h os_unix.h \ |
876 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
877 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
878 globals.h |
39 | 879 memline.obj : memline.c vim.h [.auto]config.h feature.h os_unix.h \ |
880 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
881 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
882 globals.h |
39 | 883 menu.obj : menu.c vim.h [.auto]config.h feature.h os_unix.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
884 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
18124
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
885 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
39 | 886 message.obj : message.c vim.h [.auto]config.h feature.h os_unix.h \ |
887 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
888 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
889 globals.h |
39 | 890 misc1.obj : misc1.c vim.h [.auto]config.h feature.h os_unix.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
891 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
15850
a6ca8cf07a98
patch 8.1.0932: Farsi support is outdated and unused
Bram Moolenaar <Bram@vim.org>
parents:
15814
diff
changeset
|
892 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
893 version.h |
39 | 894 misc2.obj : misc2.c vim.h [.auto]config.h feature.h os_unix.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
895 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
18124
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
896 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
18135
1868ec23360e
patch 8.1.2062: the mouse code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
18124
diff
changeset
|
897 mouse.obj : mouse.c vim.h [.auto]config.h feature.h os_unix.h \ |
1868ec23360e
patch 8.1.2062: the mouse code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
18124
diff
changeset
|
898 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
1868ec23360e
patch 8.1.2062: the mouse code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
18124
diff
changeset
|
899 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
39 | 900 move.obj : move.c vim.h [.auto]config.h feature.h os_unix.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
901 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
18124
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
902 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
39 | 903 mbyte.obj : mbyte.c vim.h [.auto]config.h feature.h os_unix.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
904 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
18124
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
905 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
39 | 906 normal.obj : normal.c vim.h [.auto]config.h feature.h os_unix.h \ |
907 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
908 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
909 globals.h |
39 | 910 ops.obj : ops.c vim.h [.auto]config.h feature.h os_unix.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
911 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
18124
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
912 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
39 | 913 option.obj : option.c vim.h [.auto]config.h feature.h os_unix.h \ |
914 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
915 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
18054
88b5c2b4e3d2
patch 8.1.2022: the option.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18010
diff
changeset
|
916 globals.h optiondefs.h |
18100
df5778d73320
patch 8.1.2045: the option.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18054
diff
changeset
|
917 optionstr.obj : optionstr.c vim.h [.auto]config.h feature.h os_unix.h \ |
df5778d73320
patch 8.1.2045: the option.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18054
diff
changeset
|
918 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
df5778d73320
patch 8.1.2045: the option.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18054
diff
changeset
|
919 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
df5778d73320
patch 8.1.2045: the option.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18054
diff
changeset
|
920 globals.h |
39 | 921 os_unix.obj : os_unix.c vim.h [.auto]config.h feature.h os_unix.h \ |
922 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
923 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
924 globals.h os_unixx.h |
39 | 925 os_vms.obj : os_vms.c vim.h [.auto]config.h feature.h os_unix.h \ |
926 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
927 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
928 globals.h os_unixx.h |
39 | 929 pathdef.obj : pathdef.c vim.h [.auto]config.h feature.h os_unix.h \ |
930 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
931 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
932 globals.h |
18174
1ec6539cef68
patch 8.1.2082: some files have a weird name to fit in 8.3 characters
Bram Moolenaar <Bram@vim.org>
parents:
18172
diff
changeset
|
933 popupmenu.obj : popupmenu.c vim.h [.auto]config.h feature.h os_unix.h \ |
683 | 934 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
935 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
936 globals.h |
16778
eda4d65f232c
patch 8.1.1391: no popup window support
Bram Moolenaar <Bram@vim.org>
parents:
16644
diff
changeset
|
937 popupwin.obj : popupwin.c vim.h [.auto]config.h feature.h os_unix.h \ |
eda4d65f232c
patch 8.1.1391: no popup window support
Bram Moolenaar <Bram@vim.org>
parents:
16644
diff
changeset
|
938 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
eda4d65f232c
patch 8.1.1391: no popup window support
Bram Moolenaar <Bram@vim.org>
parents:
16644
diff
changeset
|
939 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
eda4d65f232c
patch 8.1.1391: no popup window support
Bram Moolenaar <Bram@vim.org>
parents:
16644
diff
changeset
|
940 globals.h |
17370
ba06a1c42274
patch 8.1.1684: profiling functionality is spread out
Bram Moolenaar <Bram@vim.org>
parents:
16778
diff
changeset
|
941 profiler.obj : profiler.c vim.h [.auto]config.h feature.h os_unix.h \ |
ba06a1c42274
patch 8.1.1684: profiling functionality is spread out
Bram Moolenaar <Bram@vim.org>
parents:
16778
diff
changeset
|
942 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
ba06a1c42274
patch 8.1.1684: profiling functionality is spread out
Bram Moolenaar <Bram@vim.org>
parents:
16778
diff
changeset
|
943 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
ba06a1c42274
patch 8.1.1684: profiling functionality is spread out
Bram Moolenaar <Bram@vim.org>
parents:
16778
diff
changeset
|
944 globals.h |
39 | 945 quickfix.obj : quickfix.c vim.h [.auto]config.h feature.h os_unix.h \ |
946 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
947 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
948 globals.h |
39 | 949 regexp.obj : regexp.c vim.h [.auto]config.h feature.h os_unix.h \ |
950 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
951 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
952 globals.h |
18164
f57481564f2c
patch 8.1.2077: the ops.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18135
diff
changeset
|
953 register.obj : register.c vim.h [.auto]config.h feature.h os_unix.h \ |
f57481564f2c
patch 8.1.2077: the ops.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18135
diff
changeset
|
954 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
f57481564f2c
patch 8.1.2077: the ops.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18135
diff
changeset
|
955 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
f57481564f2c
patch 8.1.2077: the ops.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18135
diff
changeset
|
956 globals.h |
17861
0a5c615cd949
patch 8.1.1927: code for dealing with script files is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17779
diff
changeset
|
957 scriptfile.obj : scriptfile.c vim.h [.auto]config.h feature.h os_unix.h \ |
0a5c615cd949
patch 8.1.1927: code for dealing with script files is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17779
diff
changeset
|
958 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
0a5c615cd949
patch 8.1.1927: code for dealing with script files is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17779
diff
changeset
|
959 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
0a5c615cd949
patch 8.1.1927: code for dealing with script files is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17779
diff
changeset
|
960 globals.h |
39 | 961 screen.obj : screen.c vim.h [.auto]config.h feature.h os_unix.h \ |
962 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
963 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
964 globals.h |
39 | 965 search.obj : search.c vim.h [.auto]config.h feature.h os_unix.h \ |
966 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
967 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
968 globals.h |
17536
e00d12c085a5
patch 8.1.1766: code for writing session file is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17458
diff
changeset
|
969 session.obj : session.c vim.h [.auto]config.h feature.h os_unix.h \ |
e00d12c085a5
patch 8.1.1766: code for writing session file is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17458
diff
changeset
|
970 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
e00d12c085a5
patch 8.1.1766: code for writing session file is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17458
diff
changeset
|
971 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
e00d12c085a5
patch 8.1.1766: code for writing session file is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17458
diff
changeset
|
972 globals.h |
10328
299f1669c20e
commit https://github.com/vim/vim/commit/de5e2c219b99895445fb75ae3541ee69282a5846
Christian Brabandt <cb@256bit.org>
parents:
9408
diff
changeset
|
973 sha256.obj : sha256.c vim.h [.auto]config.h feature.h os_unix.h \ |
299f1669c20e
commit https://github.com/vim/vim/commit/de5e2c219b99895445fb75ae3541ee69282a5846
Christian Brabandt <cb@256bit.org>
parents:
9408
diff
changeset
|
974 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
975 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
976 globals.h |
15330
a6330a49e036
patch 8.1.0673: functionality for signs is spread out over several files
Bram Moolenaar <Bram@vim.org>
parents:
12871
diff
changeset
|
977 sign.obj : sign.c vim.h [.auto]config.h feature.h os_unix.h \ |
a6330a49e036
patch 8.1.0673: functionality for signs is spread out over several files
Bram Moolenaar <Bram@vim.org>
parents:
12871
diff
changeset
|
978 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ |
a6330a49e036
patch 8.1.0673: functionality for signs is spread out over several files
Bram Moolenaar <Bram@vim.org>
parents:
12871
diff
changeset
|
979 beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
980 globals.h |
221 | 981 spell.obj : spell.c vim.h [.auto]config.h feature.h os_unix.h \ |
982 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
983 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
984 globals.h |
10328
299f1669c20e
commit https://github.com/vim/vim/commit/de5e2c219b99895445fb75ae3541ee69282a5846
Christian Brabandt <cb@256bit.org>
parents:
9408
diff
changeset
|
985 spellfile.obj : spellfile.c vim.h [.auto]config.h feature.h os_unix.h \ |
299f1669c20e
commit https://github.com/vim/vim/commit/de5e2c219b99895445fb75ae3541ee69282a5846
Christian Brabandt <cb@256bit.org>
parents:
9408
diff
changeset
|
986 ascii.h keymap.h term.h macros.h option.h structs.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
987 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
988 proto.h globals.h |
18172
6e53d83e021d
patch 8.1.2081: the spell.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18164
diff
changeset
|
989 spellsuggest.obj : spellsuggest.c vim.h [.auto]config.h feature.h os_unix.h \ |
6e53d83e021d
patch 8.1.2081: the spell.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18164
diff
changeset
|
990 ascii.h keymap.h term.h macros.h option.h structs.h \ |
6e53d83e021d
patch 8.1.2081: the spell.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18164
diff
changeset
|
991 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ |
6e53d83e021d
patch 8.1.2081: the spell.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
18164
diff
changeset
|
992 proto.h globals.h |
39 | 993 syntax.obj : syntax.c vim.h [.auto]config.h feature.h os_unix.h \ |
994 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
995 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
996 globals.h |
39 | 997 tag.obj : tag.c vim.h [.auto]config.h feature.h os_unix.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
998 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
18124
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
999 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
39 | 1000 term.obj : term.c vim.h [.auto]config.h feature.h os_unix.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1001 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
18124
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
1002 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
39 | 1003 termlib.obj : termlib.c vim.h [.auto]config.h feature.h os_unix.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1004 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
18124
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
1005 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
17377
cb008de2a6ec
patch 8.1.1687: the evalfunc.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
17370
diff
changeset
|
1006 testing.obj : testing.c vim.h [.auto]config.h feature.h os_unix.h \ |
cb008de2a6ec
patch 8.1.1687: the evalfunc.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
17370
diff
changeset
|
1007 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
18124
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
1008 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
20237
918245588b50
patch 8.2.0674: some source files are too big
Bram Moolenaar <Bram@vim.org>
parents:
20209
diff
changeset
|
1009 textformat.obj : textformat.c vim.h [.auto]config.h feature.h os_unix.h \ |
918245588b50
patch 8.2.0674: some source files are too big
Bram Moolenaar <Bram@vim.org>
parents:
20209
diff
changeset
|
1010 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
918245588b50
patch 8.2.0674: some source files are too big
Bram Moolenaar <Bram@vim.org>
parents:
20209
diff
changeset
|
1011 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
20209
6ca6a372fef6
patch 8.2.0660: the search.c file is a bit big
Bram Moolenaar <Bram@vim.org>
parents:
19920
diff
changeset
|
1012 textobject.obj : textobject.c vim.h [.auto]config.h feature.h os_unix.h \ |
6ca6a372fef6
patch 8.2.0660: the search.c file is a bit big
Bram Moolenaar <Bram@vim.org>
parents:
19920
diff
changeset
|
1013 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
6ca6a372fef6
patch 8.2.0660: the search.c file is a bit big
Bram Moolenaar <Bram@vim.org>
parents:
19920
diff
changeset
|
1014 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
15517
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
1015 textprop.obj : textprop.c vim.h [.auto]config.h feature.h os_unix.h \ |
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
1016 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
18124
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
1017 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
19396
a961efb326e5
patch 8.2.0256: time and timer related code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19394
diff
changeset
|
1018 time.obj : time.c vim.h [.auto]config.h feature.h os_unix.h \ |
a961efb326e5
patch 8.2.0256: time and timer related code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19394
diff
changeset
|
1019 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
a961efb326e5
patch 8.2.0256: time and timer related code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
19394
diff
changeset
|
1020 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
20587
f502455965c0
patch 8.2.0847: typval related code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
20237
diff
changeset
|
1021 typval.obj : typval.c vim.h [.auto]config.h feature.h os_unix.h \ |
f502455965c0
patch 8.2.0847: typval related code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
20237
diff
changeset
|
1022 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
f502455965c0
patch 8.2.0847: typval related code is spread out
Bram Moolenaar <Bram@vim.org>
parents:
20237
diff
changeset
|
1023 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
39 | 1024 ui.obj : ui.c vim.h [.auto]config.h feature.h os_unix.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1025 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
18124
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
1026 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
39 | 1027 undo.obj : undo.c vim.h [.auto]config.h feature.h os_unix.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1028 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
18124
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
1029 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
16411
5b5c5daf57de
patch 8.1.1210: support for user commands is spread out
Bram Moolenaar <Bram@vim.org>
parents:
16381
diff
changeset
|
1030 usercmd.obj : usercmd.c vim.h [.auto]config.h feature.h os_unix.h \ |
5b5c5daf57de
patch 8.1.1210: support for user commands is spread out
Bram Moolenaar <Bram@vim.org>
parents:
16381
diff
changeset
|
1031 ascii.h keymap.h term.h macros.h option.h structs.h \ |
5b5c5daf57de
patch 8.1.1210: support for user commands is spread out
Bram Moolenaar <Bram@vim.org>
parents:
16381
diff
changeset
|
1032 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ |
5b5c5daf57de
patch 8.1.1210: support for user commands is spread out
Bram Moolenaar <Bram@vim.org>
parents:
16381
diff
changeset
|
1033 proto.h globals.h |
10328
299f1669c20e
commit https://github.com/vim/vim/commit/de5e2c219b99895445fb75ae3541ee69282a5846
Christian Brabandt <cb@256bit.org>
parents:
9408
diff
changeset
|
1034 userfunc.obj : userfunc.c vim.h [.auto]config.h feature.h os_unix.h \ |
299f1669c20e
commit https://github.com/vim/vim/commit/de5e2c219b99895445fb75ae3541ee69282a5846
Christian Brabandt <cb@256bit.org>
parents:
9408
diff
changeset
|
1035 ascii.h keymap.h term.h macros.h option.h structs.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1036 regexp.h gui.h beval.h [.proto]gui_beval.pro alloc.h ex_cmds.h spell.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
1037 proto.h globals.h |
39 | 1038 version.obj : version.c vim.h [.auto]config.h feature.h os_unix.h \ |
1039 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1040 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
1041 globals.h version.h |
17458
cfdef48743ed
patch 8.1.1727: code for viminfo support is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17389
diff
changeset
|
1042 viminfo.obj : viminfo.c vim.h [.auto]config.h feature.h os_unix.h \ |
cfdef48743ed
patch 8.1.1727: code for viminfo support is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17389
diff
changeset
|
1043 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
cfdef48743ed
patch 8.1.1727: code for viminfo support is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17389
diff
changeset
|
1044 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
cfdef48743ed
patch 8.1.1727: code for viminfo support is spread out
Bram Moolenaar <Bram@vim.org>
parents:
17389
diff
changeset
|
1045 globals.h version.h |
19394
4d4c489e8be1
patch 8.2.0255: VMS: missing files in build
Bram Moolenaar <Bram@vim.org>
parents:
19195
diff
changeset
|
1046 vim9compile.obj : vim9compile.c vim.h [.auto]config.h feature.h os_unix.h \ |
4d4c489e8be1
patch 8.2.0255: VMS: missing files in build
Bram Moolenaar <Bram@vim.org>
parents:
19195
diff
changeset
|
1047 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
4d4c489e8be1
patch 8.2.0255: VMS: missing files in build
Bram Moolenaar <Bram@vim.org>
parents:
19195
diff
changeset
|
1048 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
4d4c489e8be1
patch 8.2.0255: VMS: missing files in build
Bram Moolenaar <Bram@vim.org>
parents:
19195
diff
changeset
|
1049 globals.h version.h |
4d4c489e8be1
patch 8.2.0255: VMS: missing files in build
Bram Moolenaar <Bram@vim.org>
parents:
19195
diff
changeset
|
1050 vim9execute.obj : vim9execute.c vim.h [.auto]config.h feature.h os_unix.h \ |
4d4c489e8be1
patch 8.2.0255: VMS: missing files in build
Bram Moolenaar <Bram@vim.org>
parents:
19195
diff
changeset
|
1051 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
4d4c489e8be1
patch 8.2.0255: VMS: missing files in build
Bram Moolenaar <Bram@vim.org>
parents:
19195
diff
changeset
|
1052 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
4d4c489e8be1
patch 8.2.0255: VMS: missing files in build
Bram Moolenaar <Bram@vim.org>
parents:
19195
diff
changeset
|
1053 globals.h version.h |
4d4c489e8be1
patch 8.2.0255: VMS: missing files in build
Bram Moolenaar <Bram@vim.org>
parents:
19195
diff
changeset
|
1054 vim9script.obj : vim9script.c vim.h [.auto]config.h feature.h os_unix.h \ |
4d4c489e8be1
patch 8.2.0255: VMS: missing files in build
Bram Moolenaar <Bram@vim.org>
parents:
19195
diff
changeset
|
1055 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
4d4c489e8be1
patch 8.2.0255: VMS: missing files in build
Bram Moolenaar <Bram@vim.org>
parents:
19195
diff
changeset
|
1056 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
4d4c489e8be1
patch 8.2.0255: VMS: missing files in build
Bram Moolenaar <Bram@vim.org>
parents:
19195
diff
changeset
|
1057 globals.h version.h |
39 | 1058 window.obj : window.c vim.h [.auto]config.h feature.h os_unix.h \ |
1059 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1060 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
1061 globals.h |
39 | 1062 gui.obj : gui.c vim.h [.auto]config.h feature.h os_unix.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1063 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
18124
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
1064 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
39 | 1065 gui_gtk.obj : gui_gtk.c gui_gtk_f.h vim.h [.auto]config.h feature.h \ |
1066 os_unix.h ascii.h keymap.h term.h macros.h structs.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1067 regexp.h gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
1068 proto.h globals.h [-.pixmaps]stock_icons.h |
39 | 1069 gui_gtk_f.obj : gui_gtk_f.c vim.h [.auto]config.h feature.h os_unix.h \ |
1070 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1071 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
1072 globals.h gui_gtk_f.h |
39 | 1073 gui_motif.obj : gui_motif.c vim.h [.auto]config.h feature.h os_unix.h \ |
1074 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1075 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
1076 globals.h [-.pixmaps]alert.xpm [-.pixmaps]error.xpm \ |
39 | 1077 [-.pixmaps]generic.xpm [-.pixmaps]info.xpm [-.pixmaps]quest.xpm |
1078 gui_athena.obj : gui_athena.c vim.h [.auto]config.h feature.h os_unix.h \ | |
1079 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1080 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
1081 globals.h gui_at_sb.h |
39 | 1082 gui_gtk_x11.obj : gui_gtk_x11.c vim.h [.auto]config.h feature.h os_unix.h \ |
1083 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1084 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
1085 globals.h gui_gtk_f.h [-.runtime]vim32x32.xpm \ |
18884
9a723f1e2d4e
patch 8.2.0003: Build file dependencies are incomplete
Bram Moolenaar <Bram@vim.org>
parents:
18853
diff
changeset
|
1086 [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm version.h |
39 | 1087 gui_x11.obj : gui_x11.c vim.h [.auto]config.h feature.h os_unix.h \ |
1088 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1089 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
1090 globals.h [-.runtime]vim32x32.xpm \ |
39 | 1091 [-.runtime]vim16x16.xpm [-.runtime]vim48x48.xpm [-.pixmaps]tb_new.xpm \ |
1092 [-.pixmaps]tb_open.xpm [-.pixmaps]tb_close.xpm [-.pixmaps]tb_save.xpm \ | |
1093 [-.pixmaps]tb_print.xpm [-.pixmaps]tb_cut.xpm [-.pixmaps]tb_copy.xpm \ | |
1094 [-.pixmaps]tb_paste.xpm [-.pixmaps]tb_find.xpm \ | |
1095 [-.pixmaps]tb_find_next.xpm [-.pixmaps]tb_find_prev.xpm \ | |
1096 [-.pixmaps]tb_find_help.xpm [-.pixmaps]tb_exit.xpm \ | |
1097 [-.pixmaps]tb_undo.xpm [-.pixmaps]tb_redo.xpm [-.pixmaps]tb_help.xpm \ | |
1098 [-.pixmaps]tb_macro.xpm [-.pixmaps]tb_make.xpm \ | |
1099 [-.pixmaps]tb_save_all.xpm [-.pixmaps]tb_jump.xpm \ | |
1100 [-.pixmaps]tb_ctags.xpm [-.pixmaps]tb_load_session.xpm \ | |
1101 [-.pixmaps]tb_save_session.xpm [-.pixmaps]tb_new_session.xpm \ | |
1102 [-.pixmaps]tb_blank.xpm [-.pixmaps]tb_maximize.xpm \ | |
1103 [-.pixmaps]tb_split.xpm [-.pixmaps]tb_minimize.xpm \ | |
1104 [-.pixmaps]tb_shell.xpm [-.pixmaps]tb_replace.xpm \ | |
1105 [-.pixmaps]tb_vsplit.xpm [-.pixmaps]tb_maxwidth.xpm \ | |
1106 [-.pixmaps]tb_minwidth.xpm | |
1107 gui_at_sb.obj : gui_at_sb.c vim.h [.auto]config.h feature.h os_unix.h \ | |
1108 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1109 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
1110 globals.h gui_at_sb.h |
39 | 1111 gui_at_fs.obj : gui_at_fs.c vim.h [.auto]config.h feature.h os_unix.h \ |
1112 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1113 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
1114 globals.h gui_at_sb.h |
39 | 1115 pty.obj : pty.c vim.h [.auto]config.h feature.h os_unix.h \ |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1116 ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h beval.h \ |
18124
2a806e3c39f6
patch 8.1.2057: the screen.c file is much too big
Bram Moolenaar <Bram@vim.org>
parents:
18100
diff
changeset
|
1117 [.proto]gui_beval.pro option.h ex_cmds.h proto.h globals.h |
39 | 1118 if_perl.obj : [.auto]if_perl.c vim.h [.auto]config.h feature.h os_unix.h \ |
1119 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1120 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
1121 globals.h |
39 | 1122 if_perlsfio.obj : if_perlsfio.c vim.h [.auto]config.h feature.h os_unix.h \ |
1123 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1124 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
1125 globals.h |
39 | 1126 if_python.obj : if_python.c vim.h [.auto]config.h feature.h os_unix.h \ |
1127 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1128 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
1129 globals.h |
39 | 1130 if_tcl.obj : if_tcl.c vim.h [.auto]config.h feature.h os_unix.h \ |
1131 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1132 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
1133 globals.h |
39 | 1134 if_ruby.obj : if_ruby.c vim.h [.auto]config.h feature.h os_unix.h \ |
1135 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1136 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
1137 globals.h version.h |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1138 beval.obj : beval.c vim.h [.auto]config.h feature.h os_unix.h \ |
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1139 ascii.h keymap.h term.h macros.h structs.h regexp.h \ |
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1140 gui.h beval.h option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
1141 globals.h |
39 | 1142 gui_beval.obj : gui_beval.c vim.h [.auto]config.h feature.h os_unix.h \ |
1143 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1144 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
1145 globals.h |
39 | 1146 netbeans.obj : netbeans.c vim.h [.auto]config.h feature.h os_unix.h \ |
1147 ascii.h keymap.h term.h macros.h structs.h regexp.h \ | |
12871
1a450ce6980c
patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI
Christian Brabandt <cb@256bit.org>
parents:
10328
diff
changeset
|
1148 gui.h beval.h [.proto]gui_beval.pro option.h ex_cmds.h proto.h \ |
16068
8c160339de22
patch 8.1.1039: MS-Windows build fails
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
1149 globals.h version.h |
15517
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
1150 gui_xmdlg.obj : gui_xmdlg.c [.auto]config.h vim.h feature.h os_unix.h |
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
1151 gui_xmebw.obj : gui_xmebw.c [.auto]config.h vim.h feature.h os_unix.h |
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
1152 xdiffi.obj : [.xdiff]xdiffi.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h |
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
1153 xemit.obj : [.xdiff]xemit.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h |
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
1154 xprepare.obj : [.xdiff]xprepare.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h |
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
1155 xutils.obj : [.xdiff]xutils.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h |
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
1156 xhistogram.obj : [.xdiff]xhistogram.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h |
2ad5f0ffaa2e
patch 8.1.0766: various problems when using Vim on VMS
Bram Moolenaar <Bram@vim.org>
parents:
15330
diff
changeset
|
1157 xpatience.obj : [.xdiff]xpatience.c [.xdiff]xinclude.h [.auto]config.h vim.h feature.h os_unix.h |