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