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