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