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