comparison src/Makefile @ 5112:f063be86b632 v7.3.1299

updated for version 7.3.1299 Problem: Errors when doing "make proto". Didn't do "make depend" for a while. Solution: Add #ifdefs. Update dependencies. Update proto files.
author Bram Moolenaar <bram@vim.org>
date Wed, 03 Jul 2013 18:49:17 +0200
parents 07831d280e90
children 6ec6b7ff2d43
comparison
equal deleted inserted replaced
5111:a539e15ad57c 5112:f063be86b632
371 # when including Perl, Python, etc. 371 # when including Perl, Python, etc.
372 #CONF_OPT_DARWIN = --with-mac-arch=i386 372 #CONF_OPT_DARWIN = --with-mac-arch=i386
373 #CONF_OPT_DARWIN = --with-mac-arch=ppc 373 #CONF_OPT_DARWIN = --with-mac-arch=ppc
374 #CONF_OPT_DARWIN = --with-mac-arch=both 374 #CONF_OPT_DARWIN = --with-mac-arch=both
375 375
376 # Uncomment the next line to fail if one of the requested language interfaces
377 # cannot be configured. Without this Vim will be build anyway, without
378 # the failing interfaces.
379 #CONF_OPT_FAIL = --enable-fail-if-missing
380
376 # LUA 381 # LUA
377 # Uncomment one of these when you want to include the Lua interface. 382 # Uncomment one of these when you want to include the Lua interface.
378 # First one is for static linking, second one for dynamic loading. 383 # First one is for static linking, second one for dynamic loading.
379 #CONF_OPT_LUA = --enable-luainterp 384 #CONF_OPT_LUA = --enable-luainterp
380 #CONF_OPT_LUA = --enable-luainterp=dynamic 385 #CONF_OPT_LUA = --enable-luainterp=dynamic
386 #CONF_OPT_MZSCHEME = --enable-mzschemeinterp 391 #CONF_OPT_MZSCHEME = --enable-mzschemeinterp
387 # PLT/mrscheme/drscheme Home dir; the PLTHOME environment variable also works 392 # PLT/mrscheme/drscheme Home dir; the PLTHOME environment variable also works
388 #CONF_OPT_PLTHOME = --with-plthome=/usr/local/plt 393 #CONF_OPT_PLTHOME = --with-plthome=/usr/local/plt
389 #CONF_OPT_PLTHOME = --with-plthome=/usr/local/drscheme 394 #CONF_OPT_PLTHOME = --with-plthome=/usr/local/drscheme
390 #CONF_OPT_PLTHOME = --with-plthome=/home/me/mz 395 #CONF_OPT_PLTHOME = --with-plthome=/home/me/mz
391
392 # Uncomment the next line to fail if one of the requested language interfaces
393 # cannot be configured. Without this Vim will be build anyway, without
394 # the failing interfaces.
395 #CONF_OPT_FAIL = --enable-fail-if-missing
396 396
397 # PERL 397 # PERL
398 # Uncomment one of these when you want to include the Perl interface. 398 # Uncomment one of these when you want to include the Perl interface.
399 # First one is for static linking, second one for dynamic loading. 399 # First one is for static linking, second one for dynamic loading.
400 # The Perl option sometimes causes problems, because it adds extra flags 400 # The Perl option sometimes causes problems, because it adds extra flags
408 #CONF_OPT_PERL = --enable-perlinterp 408 #CONF_OPT_PERL = --enable-perlinterp
409 #CONF_OPT_PERL = --enable-perlinterp=dynamic 409 #CONF_OPT_PERL = --enable-perlinterp=dynamic
410 410
411 # PYTHON 411 # PYTHON
412 # Uncomment this when you want to include the Python interface. 412 # Uncomment this when you want to include the Python interface.
413 # Requires small features or better, fails with tiny features.
413 # NOTE: This may cause threading to be enabled, which has side effects (such 414 # NOTE: This may cause threading to be enabled, which has side effects (such
414 # as using different libraries and debugging becomes more difficult). 415 # as using different libraries and debugging becomes more difficult).
415 # NOTE: Using this together with Perl may cause a crash in initialization. 416 # NOTE: Using this together with Perl may cause a crash in initialization.
416 # For Python3 support make a symbolic link in /usr/local/bin: 417 # For Python3 support make a symbolic link in /usr/local/bin:
417 # ln -s python3 python3.1 418 # ln -s python3 python3.1
2941 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2942 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2942 arabic.h 2943 arabic.h
2943 objects/os_unix.o: os_unix.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2944 objects/os_unix.o: os_unix.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2944 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2945 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2945 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2946 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2946 arabic.h os_unixx.h 2947 arabic.h if_mzsch.h os_unixx.h
2947 objects/pathdef.o: auto/pathdef.c vim.h auto/config.h feature.h os_unix.h \ 2948 objects/pathdef.o: auto/pathdef.c vim.h auto/config.h feature.h os_unix.h \
2948 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2949 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2949 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2950 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2950 globals.h farsi.h arabic.h 2951 globals.h farsi.h arabic.h
2951 objects/popupmnu.o: popupmnu.c vim.h auto/config.h feature.h os_unix.h \ 2952 objects/popupmnu.o: popupmnu.c vim.h auto/config.h feature.h os_unix.h \
2954 globals.h farsi.h arabic.h 2955 globals.h farsi.h arabic.h
2955 objects/quickfix.o: quickfix.c vim.h auto/config.h feature.h os_unix.h \ 2956 objects/quickfix.o: quickfix.c vim.h auto/config.h feature.h os_unix.h \
2956 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2957 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
2957 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2958 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
2958 globals.h farsi.h arabic.h 2959 globals.h farsi.h arabic.h
2959 objects/regexp.o: regexp.c regexp_nfa.c vim.h auto/config.h feature.h os_unix.h \ 2960 objects/regexp.o: regexp.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2960 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 2961 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2961 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 2962 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2962 globals.h farsi.h arabic.h 2963 arabic.h regexp_nfa.c
2963 objects/screen.o: screen.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2964 objects/screen.o: screen.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2964 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2965 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2965 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 2966 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
2966 arabic.h 2967 arabic.h
2967 objects/search.o: search.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2968 objects/search.o: search.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2996 arabic.h 2997 arabic.h
2997 objects/version.o: version.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 2998 objects/version.o: version.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
2998 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 2999 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
2999 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 3000 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
3000 arabic.h version.h 3001 arabic.h version.h
3001 objects/winclip.o: winclip.c vimio.h vim.h auto/config.h feature.h os_unix.h \
3002 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
3003 regexp.h gui.h ex_cmds.h proto.h globals.h farsi.h arabic.h \
3004 proto/winclip.pro
3005 objects/window.o: window.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 3002 objects/window.o: window.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3006 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 3003 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3007 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 3004 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
3008 arabic.h 3005 arabic.h
3009 objects/gui.o: gui.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \ 3006 objects/gui.o: gui.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h ascii.h \
3099 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 3096 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
3100 arabic.h 3097 arabic.h
3101 objects/if_mzsch.o: if_mzsch.c vim.h auto/config.h feature.h os_unix.h \ 3098 objects/if_mzsch.o: if_mzsch.c vim.h auto/config.h feature.h os_unix.h \
3102 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 3099 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
3103 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 3100 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
3104 globals.h farsi.h arabic.h if_mzsch.h 3101 globals.h farsi.h arabic.h if_mzsch.h mzscheme_base.c
3105 objects/if_perl.o: auto/if_perl.c vim.h auto/config.h feature.h os_unix.h \ 3102 objects/if_perl.o: auto/if_perl.c vim.h auto/config.h feature.h os_unix.h \
3106 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 3103 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
3107 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 3104 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
3108 globals.h farsi.h arabic.h 3105 globals.h farsi.h arabic.h
3109 objects/if_perlsfio.o: if_perlsfio.c vim.h auto/config.h feature.h os_unix.h \ 3106 objects/if_perlsfio.o: if_perlsfio.c vim.h auto/config.h feature.h os_unix.h \