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