components/vim/Makefile
changeset 1871 0a2201439908
parent 1482 7a1f84fbc2d7
child 2225 f064d3d3190d
equal deleted inserted replaced
1870:993a6ce85d32 1871:0a2201439908
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 PATH=/usr/bin:/usr/gnu/bin
    28 PATH=/usr/bin:/usr/gnu/bin
   112 #   but perl.h probably does something else to it, not sure what yet.  This
   112 #   but perl.h probably does something else to it, not sure what yet.  This
   113 #   also appears to have something to do with PERL_IMPLICIT_CONTEXT.
   113 #   also appears to have something to do with PERL_IMPLICIT_CONTEXT.
   114 # CONFIGURE_OPTIONS +=	--enable-perlinterp=dynamic
   114 # CONFIGURE_OPTIONS +=	--enable-perlinterp=dynamic
   115 CONFIGURE_OPTIONS +=	--enable-pythoninterp=dynamic
   115 CONFIGURE_OPTIONS +=	--enable-pythoninterp=dynamic
   116 CONFIGURE_OPTIONS +=	--enable-rubyinterp=dynamic
   116 CONFIGURE_OPTIONS +=	--enable-rubyinterp=dynamic
   117 
   117 CONFIGURE_OPTIONS +=	--with-ruby-command=$(RUBY.1.9)
   118 # Below option keeps using ruby 1.8, no matter which ruby version is the default.
       
   119 # When ruby 1.9 becomes available, we may change
       
   120 # the below to explicitly call $(RUBY.1.9).
       
   121 CONFIGURE_OPTIONS +=	--with-ruby-command=$(RUBY.1.8)
       
   122 
   118 
   123 # We build two variants: with and without X support.
   119 # We build two variants: with and without X support.
   124 $(NOX_VARIANT)/.configured:	CONFIGURE_OPTIONS += --without-x
   120 $(NOX_VARIANT)/.configured:	CONFIGURE_OPTIONS += --without-x
   125 $(NOX_VARIANT)/.configured:	CONFIGURE_OPTIONS += --disable-gui
   121 $(NOX_VARIANT)/.configured:	CONFIGURE_OPTIONS += --disable-gui
   126 $(NOX_VARIANT)/.configured:	CONFIGURE_OPTIONS += --disable-gtktest
   122 $(NOX_VARIANT)/.configured:	CONFIGURE_OPTIONS += --disable-gtktest