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