comparison src/Makefile @ 2412:ca3f40b0d95e vim73

Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.
author Bram Moolenaar <bram@vim.org>
date Sun, 25 Jul 2010 17:42:45 +0200
parents 76f0c4918f5c
children f766a1c87f69
comparison
equal deleted inserted replaced
2411:68e394361ca3 2412:ca3f40b0d95e
407 # For Python3 support make a symbolic link in /usr/local/bin: 407 # For Python3 support make a symbolic link in /usr/local/bin:
408 # ln -s python3 python3.1 408 # ln -s python3 python3.1
409 # If both python2.x and python3.x are enabled then the linking will be via 409 # If both python2.x and python3.x are enabled then the linking will be via
410 # dlopen(), dlsym(), dlclose(), i.e. pythonX.Y.so must be available 410 # dlopen(), dlsym(), dlclose(), i.e. pythonX.Y.so must be available
411 #CONF_OPT_PYTHON = --enable-pythoninterp 411 #CONF_OPT_PYTHON = --enable-pythoninterp
412 CONF_OPT_PYTHON3 = --enable-python3interp 412 #CONF_OPT_PYTHON3 = --enable-python3interp
413 413
414 # RUBY 414 # RUBY
415 # Uncomment this when you want to include the Ruby interface. 415 # Uncomment this when you want to include the Ruby interface.
416 # Note: you need the development package (e.g., ruby1.9.1-dev on Ubuntu). 416 # Note: you need the development package (e.g., ruby1.9.1-dev on Ubuntu).
417 #CONF_OPT_RUBY = --enable-rubyinterp 417 #CONF_OPT_RUBY = --enable-rubyinterp
3022 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 3022 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
3023 globals.h farsi.h arabic.h 3023 globals.h farsi.h arabic.h
3024 objects/if_python.o: if_python.c vim.h auto/config.h feature.h os_unix.h \ 3024 objects/if_python.o: if_python.c vim.h auto/config.h feature.h os_unix.h \
3025 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 3025 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
3026 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 3026 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
3027 globals.h farsi.h arabic.h 3027 globals.h farsi.h arabic.h if_py_both.h
3028 objects/if_python3.o: if_python3.c vim.h auto/config.h feature.h os_unix.h \ 3028 objects/if_python3.o: if_python3.c vim.h auto/config.h feature.h os_unix.h \
3029 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \ 3029 auto/osdef.h ascii.h keymap.h term.h macros.h option.h structs.h \
3030 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \ 3030 regexp.h gui.h gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h \
3031 globals.h farsi.h arabic.h 3031 globals.h farsi.h arabic.h if_py_both.h
3032 objects/if_tcl.o: if_tcl.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 3032 objects/if_tcl.o: if_tcl.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
3033 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \ 3033 ascii.h keymap.h term.h macros.h option.h structs.h regexp.h gui.h \
3034 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \ 3034 gui_beval.h proto/gui_beval.pro ex_cmds.h proto.h globals.h farsi.h \
3035 arabic.h 3035 arabic.h
3036 objects/if_ruby.o: if_ruby.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \ 3036 objects/if_ruby.o: if_ruby.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \