Mercurial > vim
annotate Filelist @ 7776:d30f4f9b1024 v7.4.1185
commit https://github.com/vim/vim/commit/0d6f835683bede8bfa171c2518dce10832eb8226
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jan 27 11:07:47 2016 +0100
patch 7.4.1185
Problem: Can't build with TCL on some systems.
Solution: Rename the channel_ functions.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 27 Jan 2016 11:15:06 +0100 |
parents | 555da309a7de |
children | 43071dab7621 |
rev | line source |
---|---|
7 | 1 # List of distributed Vim files. |
2 # Used by Makefile and upload.aap. | |
3 | |
4 # source files for all source archives | |
574 | 5 SRC_ALL = \ |
5889 | 6 .hgignore \ |
7121
a497a9868255
commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d
Christian Brabandt <cb@256bit.org>
parents:
7068
diff
changeset
|
7 .travis.yml \ |
a497a9868255
commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d
Christian Brabandt <cb@256bit.org>
parents:
7068
diff
changeset
|
8 appveyor.yml \ |
7 | 9 src/README.txt \ |
7558
9a4c9dccd603
commit https://github.com/vim/vim/commit/b86a343280b08d6701da68ee0651e960a0a7a61c
Christian Brabandt <cb@256bit.org>
parents:
7478
diff
changeset
|
10 src/alloc.h \ |
7 | 11 src/arabic.c \ |
12 src/arabic.h \ | |
13 src/ascii.h \ | |
2180
f60a0c9cbe6c
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Bram Moolenaar <bram@vim.org>
parents:
2160
diff
changeset
|
14 src/blowfish.c \ |
7 | 15 src/buffer.c \ |
7745
555da309a7de
commit https://github.com/vim/vim/commit/0e7f88e73ee6a47a9c2933b7fdbfc4d83476f67f
Christian Brabandt <cb@256bit.org>
parents:
7712
diff
changeset
|
16 src/channel.c \ |
7 | 17 src/charset.c \ |
6124 | 18 src/crypt.c \ |
19 src/crypt_zip.c \ | |
7 | 20 src/diff.c \ |
21 src/digraph.c \ | |
22 src/edit.c \ | |
23 src/eval.c \ | |
24 src/ex_cmds.c \ | |
25 src/ex_cmds.h \ | |
26 src/ex_cmds2.c \ | |
27 src/ex_docmd.c \ | |
28 src/ex_eval.c \ | |
29 src/ex_getln.c \ | |
30 src/farsi.c \ | |
31 src/farsi.h \ | |
32 src/feature.h \ | |
33 src/fileio.c \ | |
34 src/fold.c \ | |
35 src/getchar.c \ | |
36 src/globals.h \ | |
37 src/gui.c \ | |
38 src/gui.h \ | |
39 src/gui_beval.c \ | |
40 src/gui_beval.h \ | |
442 | 41 src/hardcopy.c \ |
800 | 42 src/hashtab.c \ |
7745
555da309a7de
commit https://github.com/vim/vim/commit/0e7f88e73ee6a47a9c2933b7fdbfc4d83476f67f
Christian Brabandt <cb@256bit.org>
parents:
7712
diff
changeset
|
43 src/json.c \ |
7 | 44 src/keymap.h \ |
45 src/macros.h \ | |
46 src/main.c \ | |
47 src/mark.c \ | |
48 src/mbyte.c \ | |
49 src/memfile.c \ | |
2730 | 50 src/memfile_test.c \ |
7 | 51 src/memline.c \ |
52 src/menu.c \ | |
53 src/message.c \ | |
54 src/misc1.c \ | |
55 src/misc2.c \ | |
56 src/move.c \ | |
57 src/mysign \ | |
58 src/nbdebug.c \ | |
59 src/nbdebug.h \ | |
60 src/netbeans.c \ | |
61 src/normal.c \ | |
62 src/ops.c \ | |
63 src/option.c \ | |
64 src/option.h \ | |
800 | 65 src/popupmnu.c \ |
7 | 66 src/quickfix.c \ |
67 src/regexp.c \ | |
4444 | 68 src/regexp_nfa.c \ |
7 | 69 src/regexp.h \ |
70 src/screen.c \ | |
71 src/search.c \ | |
2180
f60a0c9cbe6c
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Bram Moolenaar <bram@vim.org>
parents:
2160
diff
changeset
|
72 src/sha256.c \ |
7 | 73 src/structs.h \ |
224 | 74 src/spell.c \ |
7 | 75 src/syntax.c \ |
76 src/tag.c \ | |
77 src/term.c \ | |
78 src/term.h \ | |
79 src/termlib.c \ | |
80 src/ui.c \ | |
81 src/undo.c \ | |
82 src/version.c \ | |
83 src/version.h \ | |
84 src/vim.h \ | |
4174 | 85 src/winclip.c \ |
7 | 86 src/window.c \ |
87 src/xxd/xxd.c \ | |
88 src/main.aap \ | |
89 src/testdir/main.aap \ | |
6181 | 90 src/testdir/README.txt \ |
7382
58958b8c9881
commit https://github.com/vim/vim/commit/e292d80bede5cb0b9b1ca95176ad6c3fbaae2e0a
Christian Brabandt <cb@256bit.org>
parents:
7279
diff
changeset
|
91 src/testdir/Make_all.mak \ |
7 | 92 src/testdir/*.in \ |
5619 | 93 src/testdir/sautest/autoload/*.vim \ |
7279
b5e9810b389d
commit https://github.com/vim/vim/commit/683fa185a4b4ed7595e5942901548b8239ed5cdb
Christian Brabandt <cb@256bit.org>
parents:
7189
diff
changeset
|
94 src/testdir/runtest.vim \ |
140 | 95 src/testdir/test[0-9]*.ok \ |
5812 | 96 src/testdir/test[0-9]*a.ok \ |
97 src/testdir/test_[a-z]*.ok \ | |
7 | 98 src/testdir/test49.vim \ |
625 | 99 src/testdir/test60.vim \ |
3137 | 100 src/testdir/test83-tags? \ |
5812 | 101 src/testdir/test77a.com \ |
5850 | 102 src/testdir/test_*.vim \ |
4839
d59ff2114733
updated for version 7.3.1166
Bram Moolenaar <bram@vim.org>
parents:
4444
diff
changeset
|
103 src/testdir/python2/*.py \ |
d59ff2114733
updated for version 7.3.1166
Bram Moolenaar <bram@vim.org>
parents:
4444
diff
changeset
|
104 src/testdir/python3/*.py \ |
d59ff2114733
updated for version 7.3.1166
Bram Moolenaar <bram@vim.org>
parents:
4444
diff
changeset
|
105 src/testdir/pythonx/*.py \ |
4993
c87476046967
updated for version 7.3.1241
Bram Moolenaar <bram@vim.org>
parents:
4851
diff
changeset
|
106 src/testdir/pythonx/topmodule/__init__.py \ |
c87476046967
updated for version 7.3.1241
Bram Moolenaar <bram@vim.org>
parents:
4851
diff
changeset
|
107 src/testdir/pythonx/topmodule/submodule/__init__.py \ |
c87476046967
updated for version 7.3.1241
Bram Moolenaar <bram@vim.org>
parents:
4851
diff
changeset
|
108 src/testdir/pythonx/topmodule/submodule/subsubmodule/__init__.py \ |
c87476046967
updated for version 7.3.1241
Bram Moolenaar <bram@vim.org>
parents:
4851
diff
changeset
|
109 src/testdir/pythonx/topmodule/submodule/subsubmodule/subsubsubmodule.py \ |
4851
96e154e825a7
updated for version 7.3.1172
Bram Moolenaar <bram@vim.org>
parents:
4839
diff
changeset
|
110 src/testdir/python_after/*.py \ |
96e154e825a7
updated for version 7.3.1172
Bram Moolenaar <bram@vim.org>
parents:
4839
diff
changeset
|
111 src/testdir/python_before/*.py \ |
6328 | 112 src/testdir/bench*.in \ |
113 src/testdir/bench*.vim \ | |
6337 | 114 src/testdir/samples/*.txt \ |
7 | 115 src/proto.h \ |
2180
f60a0c9cbe6c
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Bram Moolenaar <bram@vim.org>
parents:
2160
diff
changeset
|
116 src/proto/blowfish.pro \ |
7 | 117 src/proto/buffer.pro \ |
7745
555da309a7de
commit https://github.com/vim/vim/commit/0e7f88e73ee6a47a9c2933b7fdbfc4d83476f67f
Christian Brabandt <cb@256bit.org>
parents:
7712
diff
changeset
|
118 src/proto/channel.pro \ |
7 | 119 src/proto/charset.pro \ |
6124 | 120 src/proto/crypt.pro \ |
121 src/proto/crypt_zip.pro \ | |
7 | 122 src/proto/diff.pro \ |
123 src/proto/digraph.pro \ | |
124 src/proto/edit.pro \ | |
125 src/proto/eval.pro \ | |
126 src/proto/ex_cmds.pro \ | |
127 src/proto/ex_cmds2.pro \ | |
128 src/proto/ex_docmd.pro \ | |
129 src/proto/ex_eval.pro \ | |
130 src/proto/ex_getln.pro \ | |
131 src/proto/fileio.pro \ | |
132 src/proto/fold.pro \ | |
133 src/proto/getchar.pro \ | |
134 src/proto/gui.pro \ | |
135 src/proto/gui_beval.pro \ | |
442 | 136 src/proto/hardcopy.pro \ |
800 | 137 src/proto/hashtab.pro \ |
7712
bce3b5ddb393
commit https://github.com/vim/vim/commit/520e1e41f35b063ede63b41738c82d6636e78c34
Christian Brabandt <cb@256bit.org>
parents:
7607
diff
changeset
|
138 src/proto/json.pro \ |
7 | 139 src/proto/main.pro \ |
140 src/proto/mark.pro \ | |
141 src/proto/mbyte.pro \ | |
142 src/proto/memfile.pro \ | |
143 src/proto/memline.pro \ | |
144 src/proto/menu.pro \ | |
145 src/proto/message.pro \ | |
146 src/proto/misc1.pro \ | |
147 src/proto/misc2.pro \ | |
148 src/proto/move.pro \ | |
149 src/proto/netbeans.pro \ | |
150 src/proto/normal.pro \ | |
151 src/proto/ops.pro \ | |
152 src/proto/option.pro \ | |
800 | 153 src/proto/popupmnu.pro \ |
7 | 154 src/proto/quickfix.pro \ |
155 src/proto/regexp.pro \ | |
156 src/proto/screen.pro \ | |
157 src/proto/search.pro \ | |
2180
f60a0c9cbe6c
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Bram Moolenaar <bram@vim.org>
parents:
2160
diff
changeset
|
158 src/proto/sha256.pro \ |
224 | 159 src/proto/spell.pro \ |
7 | 160 src/proto/syntax.pro \ |
161 src/proto/tag.pro \ | |
162 src/proto/term.pro \ | |
163 src/proto/termlib.pro \ | |
164 src/proto/ui.pro \ | |
165 src/proto/undo.pro \ | |
166 src/proto/version.pro \ | |
4174 | 167 src/proto/winclip.pro \ |
7 | 168 src/proto/window.pro \ |
169 | |
170 | |
171 # source files for Unix only | |
172 SRC_UNIX = \ | |
173 Makefile \ | |
174 Filelist \ | |
175 README_src.txt \ | |
176 configure \ | |
177 pixmaps/*.xpm \ | |
7382
58958b8c9881
commit https://github.com/vim/vim/commit/e292d80bede5cb0b9b1ca95176ad6c3fbaae2e0a
Christian Brabandt <cb@256bit.org>
parents:
7279
diff
changeset
|
178 pixmaps/*.png \ |
7 | 179 pixmaps/gen-inline-pixbufs.sh \ |
180 pixmaps/stock_icons.h \ | |
181 src/INSTALL \ | |
1648 | 182 src/INSTALLx.txt \ |
7 | 183 src/Makefile \ |
184 src/auto/configure \ | |
185 src/config.aap.in \ | |
186 src/config.h.in \ | |
187 src/config.mk.dist \ | |
188 src/config.mk.in \ | |
189 src/configure \ | |
190 src/configure.in \ | |
191 src/gui_at_fs.c \ | |
192 src/gui_at_sb.c \ | |
193 src/gui_at_sb.h \ | |
194 src/gui_athena.c \ | |
195 src/gui_gtk.c \ | |
196 src/gui_gtk_f.c \ | |
197 src/gui_gtk_f.h \ | |
198 src/gui_gtk_x11.c \ | |
7430
e2fe7a67b3a4
commit https://github.com/vim/vim/commit/39373819fd5fad825df416f1e2b96a6f43758e23
Christian Brabandt <cb@256bit.org>
parents:
7424
diff
changeset
|
199 src/gui_gtk_res.xml \ |
7 | 200 src/gui_motif.c \ |
45 | 201 src/gui_xmdlg.c \ |
50 | 202 src/gui_xmebw.c \ |
203 src/gui_xmebw.h \ | |
204 src/gui_xmebwp.h \ | |
7 | 205 src/gui_x11.c \ |
50 | 206 src/gui_x11_pm.h \ |
7 | 207 src/hangulin.c \ |
208 src/if_xcmdsrv.c \ | |
209 src/integration.c \ | |
210 src/integration.h \ | |
211 src/link.sh \ | |
40 | 212 src/installman.sh \ |
213 src/installml.sh \ | |
7 | 214 src/mkinstalldirs \ |
215 src/os_unix.c \ | |
216 src/os_unix.h \ | |
217 src/os_unixx.h \ | |
218 src/osdef.sh \ | |
219 src/osdef1.h.in \ | |
220 src/osdef2.h.in \ | |
221 src/pathdef.sh \ | |
222 src/proto/gui_athena.pro \ | |
223 src/proto/gui_gtk.pro \ | |
224 src/proto/gui_gtk_x11.pro \ | |
7382
58958b8c9881
commit https://github.com/vim/vim/commit/e292d80bede5cb0b9b1ca95176ad6c3fbaae2e0a
Christian Brabandt <cb@256bit.org>
parents:
7279
diff
changeset
|
225 src/proto/gui_gtk_gresources.pro \ |
7 | 226 src/proto/gui_motif.pro \ |
45 | 227 src/proto/gui_xmdlg.pro \ |
7 | 228 src/proto/gui_x11.pro \ |
229 src/proto/hangulin.pro \ | |
230 src/proto/if_xcmdsrv.pro \ | |
231 src/proto/os_unix.pro \ | |
232 src/proto/pty.pro \ | |
233 src/proto/workshop.pro \ | |
234 src/pty.c \ | |
235 src/testdir/Makefile \ | |
236 src/testdir/unix.vim \ | |
237 src/toolcheck \ | |
238 src/vim_icon.xbm \ | |
239 src/vim_mask.xbm \ | |
240 src/vimtutor \ | |
1585 | 241 src/gvimtutor \ |
7 | 242 src/which.sh \ |
243 src/workshop.c \ | |
244 src/workshop.h \ | |
245 src/wsdebug.c \ | |
246 src/wsdebug.h \ | |
247 src/xxd/Makefile \ | |
248 | |
249 # source files for both DOS and Unix | |
250 SRC_DOS_UNIX = \ | |
251 src/if_cscope.c \ | |
252 src/if_cscope.h \ | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
253 src/if_lua.c \ |
14 | 254 src/if_mzsch.c \ |
255 src/if_mzsch.h \ | |
7 | 256 src/if_perl.xs \ |
257 src/if_perlsfio.c \ | |
258 src/if_python.c \ | |
2329
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
259 src/if_python3.c \ |
2399
76f0c4918f5c
Move some common code from if_python.c and if_python3.c to if_py_both.h.
Bram Moolenaar <bram@vim.org>
parents:
2329
diff
changeset
|
260 src/if_py_both.h \ |
7 | 261 src/if_ruby.c \ |
574 | 262 src/if_sniff.h \ |
7 | 263 src/if_tcl.c \ |
264 src/proto/if_cscope.pro \ | |
2320
966a5609669e
Added Lua interfae. (Luis Carvalho)
Bram Moolenaar <bram@vim.org>
parents:
2309
diff
changeset
|
265 src/proto/if_lua.pro \ |
14 | 266 src/proto/if_mzsch.pro \ |
7 | 267 src/proto/if_perl.pro \ |
268 src/proto/if_perlsfio.pro \ | |
269 src/proto/if_python.pro \ | |
2329
ad2889f48843
Added support for Python 3. (Roland Puntaier)
Bram Moolenaar <bram@vim.org>
parents:
2320
diff
changeset
|
270 src/proto/if_python3.pro \ |
7 | 271 src/proto/if_ruby.pro \ |
272 src/proto/if_tcl.pro \ | |
273 src/typemap \ | |
274 | |
275 # source files for DOS (also in the extra archive) | |
276 SRC_DOS = \ | |
10 | 277 src/GvimExt/*.mak \ |
278 src/GvimExt/GvimExt.reg \ | |
279 src/GvimExt/Makefile \ | |
280 src/GvimExt/README.txt \ | |
281 src/GvimExt/gvimext.cpp \ | |
282 src/GvimExt/gvimext.def \ | |
283 src/GvimExt/gvimext.h \ | |
284 src/GvimExt/gvimext.inf \ | |
285 src/GvimExt/gvimext.rc \ | |
286 src/GvimExt/gvimext_ming.def \ | |
287 src/GvimExt/gvimext_ming.rc \ | |
288 src/GvimExt/resource.h \ | |
289 src/GvimExt/uninst.bat \ | |
7 | 290 README_srcdos.txt \ |
291 src/INSTALLpc.txt \ | |
292 src/Make_bc3.mak \ | |
293 src/Make_bc5.mak \ | |
294 src/Make_cyg.mak \ | |
6326 | 295 src/Make_cyg_ming.mak \ |
7 | 296 src/Make_djg.mak \ |
297 src/Make_ivc.mak \ | |
298 src/Make_dvc.mak \ | |
299 src/Make_ming.mak \ | |
300 src/Make_mvc.mak \ | |
301 src/Make_w16.mak \ | |
302 src/bigvim.bat \ | |
3845 | 303 src/bigvim64.bat \ |
714 | 304 src/msvcsetup.bat \ |
1648 | 305 src/msvc2008.bat \ |
2871 | 306 src/msvc2010.bat \ |
7 | 307 src/dimm.idl \ |
308 src/dlldata.c \ | |
309 src/dosinst.c \ | |
310 src/dosinst.h \ | |
311 src/glbl_ime.cpp \ | |
312 src/glbl_ime.h \ | |
6124 | 313 src/gui_dwrite.cpp \ |
314 src/gui_dwrite.h \ | |
7 | 315 src/gui_w16.c \ |
316 src/gui_w32.c \ | |
317 src/gui_w48.c \ | |
318 src/guiw16rc.h \ | |
319 src/gui_w32_rc.h \ | |
320 src/if_ole.cpp \ | |
321 src/if_ole.h \ | |
322 src/if_ole.idl \ | |
7414
d467ca80d3c1
commit https://github.com/vim/vim/commit/2bf2417612879de627dcea1dbb22ee2199b16963
Christian Brabandt <cb@256bit.org>
parents:
7382
diff
changeset
|
323 src/if_perl_msvc/stdbool.h \ |
7 | 324 src/iid_ole.c \ |
325 src/os_dos.h \ | |
326 src/os_msdos.c \ | |
327 src/os_msdos.h \ | |
328 src/os_w32dll.c \ | |
329 src/os_w32exe.c \ | |
330 src/os_win16.c \ | |
331 src/os_win32.c \ | |
332 src/os_mswin.c \ | |
333 src/os_win16.h \ | |
334 src/os_win32.h \ | |
335 src/proto/gui_w16.pro \ | |
336 src/proto/gui_w32.pro \ | |
337 src/proto/if_ole.pro \ | |
338 src/proto/os_msdos.pro \ | |
339 src/proto/os_win16.pro \ | |
340 src/proto/os_win32.pro \ | |
341 src/proto/os_mswin.pro \ | |
342 src/testdir/Make_dos.mak \ | |
1724 | 343 src/testdir/Make_ming.mak \ |
7 | 344 src/testdir/dos.vim \ |
345 src/uninstal.c \ | |
346 src/vim.def \ | |
347 src/vim.rc \ | |
714 | 348 src/vimio.h \ |
7 | 349 src/gvim.exe.mnf \ |
350 src/vim16.def \ | |
351 src/vim16.rc \ | |
352 src/vimrun.c \ | |
353 src/vimtbar.h \ | |
354 src/xpm_w32.c \ | |
355 src/xpm_w32.h \ | |
356 src/xxd/Make_bc3.mak \ | |
357 src/xxd/Make_bc5.mak \ | |
358 src/xxd/Make_djg.mak \ | |
3110 | 359 src/xxd/Make_ming.mak \ |
7 | 360 src/xxd/Make_mvc.mak \ |
361 nsis/gvim.nsi \ | |
7450
e159dff12e40
commit https://github.com/vim/vim/commit/92c23d8ab82e723e5fa2e0c5ee06348d72b8e444
Christian Brabandt <cb@256bit.org>
parents:
7430
diff
changeset
|
362 nsis/gvim_version.nsh \ |
7 | 363 nsis/README.txt \ |
364 uninstal.txt \ | |
365 src/VisVim/Commands.cpp \ | |
366 src/VisVim/Commands.h \ | |
367 src/VisVim/DSAddIn.cpp \ | |
368 src/VisVim/DSAddIn.h \ | |
369 src/VisVim/OleAut.cpp \ | |
370 src/VisVim/OleAut.h \ | |
371 src/VisVim/README_VisVim.txt \ | |
372 src/VisVim/Reg.cpp \ | |
373 src/VisVim/Register.bat \ | |
374 src/VisVim/Resource.h \ | |
375 src/VisVim/StdAfx.cpp \ | |
376 src/VisVim/StdAfx.h \ | |
377 src/VisVim/UnRegist.bat \ | |
378 src/VisVim/VisVim.cpp \ | |
379 src/VisVim/VisVim.def \ | |
380 src/VisVim/VisVim.mak \ | |
381 src/VisVim/VisVim.h \ | |
382 src/VisVim/VisVim.odl \ | |
383 src/VisVim/VisVim.rc \ | |
384 src/VisVim/VsReadMe.txt \ | |
385 | |
386 # source files for DOS without CR/LF translation (also in the extra archive) | |
387 SRC_DOS_BIN = \ | |
179 | 388 src/VisVim/Res/*.bmp \ |
7 | 389 src/tearoff.bmp \ |
390 src/tools.bmp \ | |
391 src/tools16.bmp \ | |
392 src/vim*.ico \ | |
393 src/vim.tlb \ | |
394 src/vimtbar.lib \ | |
3762 | 395 src/xpm/COPYRIGHT \ |
396 src/xpm/README.txt \ | |
397 src/xpm/include/*.h \ | |
3845 | 398 src/xpm/x64/lib/libXpm.a \ |
3762 | 399 src/xpm/x64/lib/libXpm.lib \ |
400 src/xpm/x86/lib/libXpm.a \ | |
401 src/xpm/x86/lib/libXpm.lib \ | |
7 | 402 src/vimtbar.dll \ |
805 | 403 nsis/icons/*.bmp \ |
404 nsis/icons/*.ico \ | |
7 | 405 |
406 # source files for Amiga, DOS, etc. (also in the extra archive) | |
407 SRC_AMI_DOS = \ | |
408 | |
409 # source files for Amiga (also in the extra archive) | |
410 SRC_AMI = \ | |
411 README_amisrc.txt \ | |
412 README_amisrc.txt.info \ | |
413 src.info \ | |
414 src/INSTALLami.txt \ | |
415 src/Make_dice.mak \ | |
416 src/Make_manx.mak \ | |
417 src/Make_morph.mak \ | |
418 src/Make_sas.mak \ | |
419 src/os_amiga.c \ | |
420 src/os_amiga.h \ | |
421 src/proto/os_amiga.pro \ | |
422 src/testdir/Make_amiga.mak \ | |
423 src/testdir/amiga.vim \ | |
424 src/xxd/Make_amiga.mak \ | |
425 | |
426 # source files for the Mac (also in the extra archive) | |
427 SRC_MAC = \ | |
428 src/INSTALLmac.txt \ | |
429 src/dehqx.py \ | |
430 src/gui_mac.c \ | |
819 | 431 src/os_mac_rsrc/*.icns \ |
18 | 432 src/os_mac.h \ |
433 src/os_mac.rsr.hqx \ | |
434 src/os_mac_conv.c \ | |
2309
543ea69d037f
Add clipboard support in Mac console. (Bjorn Winckler)
Bram Moolenaar <bram@vim.org>
parents:
2180
diff
changeset
|
435 src/os_macosx.m \ |
7 | 436 src/proto/gui_mac.pro \ |
501 | 437 src/proto/os_mac_conv.pro \ |
7 | 438 |
439 # source files for VMS (in the extra archive) | |
440 SRC_VMS = \ | |
441 src/INSTALLvms.txt \ | |
442 src/Make_vms.mms \ | |
443 src/gui_gtk_vms.h \ | |
444 src/os_vms.c \ | |
445 src/os_vms_conf.h \ | |
446 src/os_vms_mms.c \ | |
447 src/proto/os_vms.pro \ | |
448 src/testdir/Make_vms.mms \ | |
449 src/testdir/vms.vim \ | |
450 src/xxd/Make_vms.mms \ | |
451 vimtutor.com \ | |
452 | |
453 # source files for QNX (in the extra archive) | |
454 SRC_QNX = \ | |
455 src/os_qnx.c \ | |
456 src/os_qnx.h \ | |
457 src/gui_photon.c \ | |
458 src/proto/gui_photon.pro \ | |
459 src/proto/os_qnx.pro \ | |
460 | |
461 | |
462 # source files for the extra archive (all sources that are not for Unix) | |
463 SRC_EXTRA = \ | |
464 $(SRC_AMI) \ | |
465 $(SRC_AMI_DOS) \ | |
466 $(SRC_DOS) \ | |
467 $(SRC_DOS_BIN) \ | |
468 $(SRC_MAC) \ | |
469 $(SRC_QNX) \ | |
470 $(SRC_VMS) \ | |
471 README_os390.txt \ | |
472 src/Make_mint.mak \ | |
473 src/if_sniff.c \ | |
474 src/infplist.xml \ | |
475 src/link.390 \ | |
476 src/os_beos.c \ | |
477 src/os_beos.h \ | |
478 src/os_beos.rsrc \ | |
4174 | 479 src/proto/os_beos.pro \ |
7 | 480 src/os_mint.h \ |
481 src/os_vms_fix.com \ | |
482 src/toolbar.phi \ | |
483 | |
484 # runtime files for all distributions | |
485 RT_ALL = \ | |
486 README.txt \ | |
6916 | 487 README.md \ |
7068
a55f35ed381b
commit https://github.com/vim/vim/commit/6017f3799dbb744fc34894d968b36729e607203e
Christian Brabandt <cb@256bit.org>
parents:
6916
diff
changeset
|
488 CONTRIBUTING.md \ |
7 | 489 runtime/bugreport.vim \ |
490 runtime/doc/*.awk \ | |
491 runtime/doc/*.pl \ | |
492 runtime/doc/*.txt \ | |
493 runtime/doc/Makefile \ | |
494 runtime/doc/doctags.c \ | |
495 runtime/doc/vim.1 \ | |
496 runtime/doc/evim.1 \ | |
497 runtime/doc/vimdiff.1 \ | |
498 runtime/doc/vimtutor.1 \ | |
499 runtime/doc/xxd.1 \ | |
500 runtime/ftoff.vim \ | |
501 runtime/gvimrc_example.vim \ | |
502 runtime/macros/README.txt \ | |
503 runtime/macros/dvorak \ | |
590 | 504 runtime/macros/editexisting.vim \ |
7 | 505 runtime/macros/hanoi/click.me \ |
506 runtime/macros/hanoi/hanoi.vim \ | |
507 runtime/macros/hanoi/poster \ | |
508 runtime/macros/justify.vim \ | |
3685 | 509 runtime/macros/less.bat \ |
7 | 510 runtime/macros/less.sh \ |
511 runtime/macros/less.vim \ | |
512 runtime/macros/life/click.me \ | |
513 runtime/macros/life/life.vim \ | |
514 runtime/macros/matchit.vim \ | |
515 runtime/macros/matchit.txt \ | |
516 runtime/macros/maze/README.txt \ | |
517 runtime/macros/maze/[mM]akefile \ | |
518 runtime/macros/maze/main.aap \ | |
519 runtime/macros/maze/maze.c \ | |
520 runtime/macros/maze/maze_5.78 \ | |
521 runtime/macros/maze/maze_mac \ | |
522 runtime/macros/maze/mazeansi.c \ | |
523 runtime/macros/maze/mazeclean.c \ | |
524 runtime/macros/maze/poster \ | |
525 runtime/macros/shellmenu.vim \ | |
526 runtime/macros/swapmous.vim \ | |
527 runtime/macros/urm/README.txt \ | |
528 runtime/macros/urm/examples \ | |
529 runtime/macros/urm/urm \ | |
530 runtime/macros/urm/urm.vim \ | |
531 runtime/mswin.vim \ | |
532 runtime/evim.vim \ | |
533 runtime/optwin.vim \ | |
534 runtime/ftplugin.vim \ | |
535 runtime/ftplugof.vim \ | |
536 runtime/indent.vim \ | |
537 runtime/indoff.vim \ | |
538 runtime/termcap \ | |
539 runtime/tools/README.txt \ | |
540 runtime/tools/[a-z]*[a-z0-9] \ | |
541 runtime/tutor/README.txt \ | |
542 runtime/tutor/tutor \ | |
543 runtime/tutor/tutor.vim \ | |
544 runtime/vimrc_example.vim \ | |
545 | |
546 # runtime files for all distributions without CR-NL translation | |
547 RT_ALL_BIN = \ | |
548 runtime/doc/tags \ | |
549 runtime/print/*.ps \ | |
550 | |
551 # runtime script files | |
552 RT_SCRIPTS = \ | |
553 runtime/filetype.vim \ | |
554 runtime/scripts.vim \ | |
555 runtime/menu.vim \ | |
719 | 556 runtime/macmap.vim \ |
7 | 557 runtime/delmenu.vim \ |
558 runtime/synmenu.vim \ | |
559 runtime/makemenu.vim \ | |
446 | 560 runtime/autoload/*.vim \ |
561 runtime/autoload/README.txt \ | |
827 | 562 runtime/autoload/xml/*.vim \ |
7 | 563 runtime/colors/*.vim \ |
564 runtime/colors/README.txt \ | |
565 runtime/compiler/*.vim \ | |
566 runtime/compiler/README.txt \ | |
567 runtime/indent/*.vim \ | |
568 runtime/indent/README.txt \ | |
569 runtime/ftplugin/*.vim \ | |
1668 | 570 runtime/ftplugin/logtalk.dict \ |
7 | 571 runtime/ftplugin/README.txt \ |
572 runtime/plugin/*.vim \ | |
573 runtime/plugin/README.txt \ | |
574 runtime/syntax/*.vim \ | |
575 runtime/syntax/README.txt \ | |
576 | |
577 # Unix runtime | |
578 RT_UNIX = \ | |
579 README_unix.txt \ | |
11 | 580 runtime/hi16-action-make.png \ |
581 runtime/hi22-action-make.png \ | |
7 | 582 runtime/vim16x16.png \ |
583 runtime/vim16x16.xpm \ | |
584 runtime/vim32x32.png \ | |
585 runtime/vim32x32.xpm \ | |
586 runtime/vim48x48.png \ | |
587 runtime/vim48x48.xpm \ | |
7189
0b4387f570ec
commit https://github.com/vim/vim/commit/6407b3e80d7d7f8f0797c13ae35cc06f96be46c9
Christian Brabandt <cb@256bit.org>
parents:
7121
diff
changeset
|
588 runtime/gvim.desktop \ |
0b4387f570ec
commit https://github.com/vim/vim/commit/6407b3e80d7d7f8f0797c13ae35cc06f96be46c9
Christian Brabandt <cb@256bit.org>
parents:
7121
diff
changeset
|
589 runtime/vim.desktop \ |
7 | 590 |
591 # Unix and DOS runtime without CR-LF translation | |
592 RT_UNIX_DOS_BIN = \ | |
593 runtime/vim16x16.gif \ | |
594 runtime/vim32x32.gif \ | |
595 runtime/vim48x48.gif \ | |
596 | |
597 # runtime not for unix or extra | |
598 RT_NO_UNIX = \ | |
599 | |
600 # runtime for Amiga (also in the extra archive) | |
601 RT_AMI_DOS = \ | |
602 runtime/doc/vim.man \ | |
603 runtime/doc/vimdiff.man \ | |
604 runtime/doc/vimtutor.man \ | |
605 runtime/doc/xxd.man \ | |
606 | |
607 # DOS runtime (also in the extra archive) | |
608 RT_DOS = \ | |
609 README_dos.txt \ | |
610 runtime/rgb.txt \ | |
611 vimtutor.bat \ | |
612 | |
613 # DOS runtime without CR-LF translation (also in the extra archive) | |
614 RT_DOS_BIN = \ | |
615 runtime/vimlogo.cdr \ | |
616 runtime/vimlogo.eps \ | |
617 runtime/vimlogo.gif \ | |
618 runtime/vimlogo.pdf \ | |
619 | |
620 # Amiga runtime (also in the extra archive) | |
621 RT_AMI = \ | |
622 README.txt.info \ | |
623 README_ami.txt \ | |
624 README_ami.txt.info \ | |
625 libs/arp.library \ | |
626 runtime/doc.info \ | |
627 runtime/doc/*.info \ | |
1181 | 628 runtime/icons/README.txt \ |
629 runtime/icons/*.info \ | |
7 | 630 runtime/icons.info \ |
631 runtime/macros.info \ | |
632 runtime/macros/*.info \ | |
633 runtime/macros/hanoi/*.info \ | |
634 runtime/macros/life/*.info \ | |
635 runtime/macros/maze/*.info \ | |
636 runtime/macros/urm/*.info \ | |
637 runtime/tools.info \ | |
638 runtime/tutor.info \ | |
639 runtime/tutor/*.info \ | |
640 | |
641 # runtime files in extra archive | |
642 RT_EXTRA = \ | |
643 $(RT_AMI) \ | |
644 $(RT_AMI_DOS) \ | |
645 $(RT_DOS) \ | |
646 $(RT_DOS_BIN) \ | |
647 README_mac.txt \ | |
648 | |
649 # included in all Amiga archives | |
650 ROOT_AMI = \ | |
651 Contents \ | |
652 Contents.info \ | |
653 runtime.info \ | |
654 vimdir.info \ | |
655 | |
656 # root files for the extra archive | |
657 ROOT_EXTRA = \ | |
658 $(ROOT_AMI) \ | |
659 | |
660 # files for Amiga small binary (also in extra archive) | |
661 BIN_AMI = \ | |
662 README_amibin.txt \ | |
663 README_amibin.txt.info \ | |
664 Vim.info \ | |
665 Xxd.info \ | |
666 | |
667 # files for DOS binary (also in extra archive) | |
668 BIN_DOS = \ | |
669 README_bindos.txt \ | |
670 uninstal.txt \ | |
671 | |
672 # files for Win32 OLE binary (also in extra archive) | |
673 BIN_OLE = \ | |
674 README_ole.txt \ | |
675 | |
676 # files for Win32s binary (also in extra archive) | |
677 BIN_W32S = \ | |
678 README_w32s.txt \ | |
679 | |
680 # files for VMS binary (also in extra archive) | |
681 BIN_VMS = \ | |
682 README_vms.txt \ | |
683 | |
684 # files for OS/2 binary (also in extra archive) | |
685 BIN_OS2 = \ | |
686 README_os2.txt \ | |
687 | |
688 # binary files for extra archive | |
689 BIN_EXTRA = \ | |
690 $(BIN_AMI) \ | |
691 $(BIN_DOS) \ | |
692 $(BIN_OLE) \ | |
693 $(BIN_W32S) \ | |
694 $(BIN_VMS) \ | |
695 $(BIN_OS2) \ | |
696 | |
697 # all files for extra archive | |
698 EXTRA = \ | |
699 $(BIN_EXTRA) \ | |
700 $(ROOT_EXTRA) \ | |
701 $(RT_EXTRA) \ | |
702 $(SRC_EXTRA) \ | |
703 README_extra.txt \ | |
704 src/VisVim/VisVim.dll \ | |
1181 | 705 farsi/README.txt \ |
1217 | 706 farsi/fonts/*/far-* \ |
7 | 707 runtime/vimlogo.xpm \ |
708 src/swis.s \ | |
2160
c1d31f774a03
Get rid of the "extra" and "lang" archives.
Bram Moolenaar <bram@vim.org>
parents:
2044
diff
changeset
|
709 src/tee/Makefile \ |
7478
dbfa0f9ab289
commit https://github.com/vim/vim/commit/022b896592721838e387e99fd785d3ded7b68be7
Christian Brabandt <cb@256bit.org>
parents:
7450
diff
changeset
|
710 src/tee/Make_mvc.mak \ |
7 | 711 src/tee/tee.c \ |
712 csdpmi4b.zip \ | |
713 | |
714 # generic language files | |
715 LANG_GEN = \ | |
3685 | 716 runtime/doc/*-de.1 \ |
717 runtime/doc/*-de.UTF-8.1 \ | |
237 | 718 runtime/doc/*-fr.1 \ |
719 runtime/doc/*-fr.UTF-8.1 \ | |
40 | 720 runtime/doc/*-it.1 \ |
221 | 721 runtime/doc/*-it.UTF-8.1 \ |
5178
7a1b782ec64a
updated for version 7.4a.015
Bram Moolenaar <bram@vim.org>
parents:
4993
diff
changeset
|
722 runtime/doc/*-ja.UTF-8.1 \ |
809 | 723 runtime/doc/*-pl.1 \ |
724 runtime/doc/*-pl.UTF-8.1 \ | |
221 | 725 runtime/doc/*-ru.1 \ |
726 runtime/doc/*-ru.UTF-8.1 \ | |
7 | 727 runtime/lang/README.txt \ |
728 runtime/lang/menu_*.vim \ | |
729 runtime/keymap/README.txt \ | |
730 runtime/keymap/*.vim \ | |
731 runtime/tutor/README.*.txt \ | |
732 runtime/tutor/Makefile \ | |
1648 | 733 runtime/tutor/tutor.utf-8 \ |
7 | 734 runtime/tutor/tutor.?? \ |
3848 | 735 runtime/tutor/tutor.??.utf-8 \ |
736 runtime/tutor/tutor.??.euc \ | |
737 runtime/tutor/tutor.??.sjis \ | |
738 runtime/tutor/tutor.??.iso9 \ | |
739 runtime/tutor/tutor.??.big5 \ | |
740 runtime/tutor/tutor.??.cp1250 \ | |
741 runtime/tutor/tutor.??.cp1251 \ | |
742 runtime/tutor/tutor.??.cp737 \ | |
743 runtime/tutor/tutor.??_??.utf-8 \ | |
2730 | 744 runtime/tutor/tutor.bar \ |
3848 | 745 runtime/tutor/tutor.bar.utf-8 \ |
237 | 746 runtime/spell/README.txt \ |
388 | 747 runtime/spell/??/*.diff \ |
748 runtime/spell/??/main.aap \ | |
2044
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
749 runtime/spell/tet/*.diff \ |
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
750 runtime/spell/tet/main.aap \ |
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
751 runtime/spell/check/main.aap \ |
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
752 runtime/spell/check/*.aff \ |
6c480c4aa7b0
Add a few missing runtime files.
Bram Moolenaar <bram@zimbu.org>
parents:
1899
diff
changeset
|
753 runtime/spell/check/*.dic \ |
477 | 754 runtime/spell/yi/README.txt \ |
388 | 755 runtime/spell/main.aap \ |
488 | 756 runtime/spell/*.vim \ |
242 | 757 |
758 # generic language files, binary | |
759 LANG_GEN_BIN = \ | |
446 | 760 runtime/spell/README_en.txt \ |
242 | 761 runtime/spell/en.ascii.spl \ |
237 | 762 runtime/spell/en.latin1.spl \ |
763 runtime/spell/en.utf-8.spl \ | |
625 | 764 runtime/spell/en.ascii.sug \ |
765 runtime/spell/en.latin1.sug \ | |
766 runtime/spell/en.utf-8.sug \ | |
7 | 767 |
768 # all files for lang archive | |
769 LANG_SRC = \ | |
770 src/po/README.txt \ | |
771 src/po/README_mingw.txt \ | |
772 src/po/README_mvc.txt \ | |
461 | 773 src/po/check.vim \ |
7 | 774 src/po/cleanup.vim \ |
775 src/po/Makefile \ | |
389 | 776 src/po/Make_cyg.mak \ |
7 | 777 src/po/Make_ming.mak \ |
778 src/po/Make_mvc.mak \ | |
779 src/po/sjiscorr.c \ | |
780 src/po/*.po \ | |
781 | |
782 # the language files for the Win32 lang archive | |
783 LANG_DOS = \ | |
784 src/po/*.mo \ | |
785 | |
786 # vim: set ft=make: |