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