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