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