make-rules/shared-macros.mk
changeset 5177 eb02f7b13b81
parent 5174 85d6cad6ebf8
child 5400 1199f8e91f50
equal deleted inserted replaced
5176:6ed69e0ee716 5177:eb02f7b13b81
   489 CC =		$(CC.$(COMPILER).$(BITS))
   489 CC =		$(CC.$(COMPILER).$(BITS))
   490 CXX =		$(CXX.$(COMPILER).$(BITS))
   490 CXX =		$(CXX.$(COMPILER).$(BITS))
   491 
   491 
   492 RUBY_VERSION =	1.9
   492 RUBY_VERSION =	1.9
   493 RUBY_LIB_VERSION =	1.9.1
   493 RUBY_LIB_VERSION =	1.9.1
   494 RUBY.1.8 =	/usr/ruby/1.8/bin/ruby
       
   495 RUBY.1.9 =	/usr/ruby/1.9/bin/ruby
   494 RUBY.1.9 =	/usr/ruby/1.9/bin/ruby
       
   495 RUBY.2.1 =	/usr/ruby/2.1/bin/ruby
   496 RUBY =		$(RUBY.$(RUBY_VERSION))
   496 RUBY =		$(RUBY.$(RUBY_VERSION))
   497 # Use the ruby lib versions to represent the RUBY_VERSIONS that
   497 # Use the ruby lib versions to represent the RUBY_VERSIONS that
   498 # need to get built.  This is done because during package transformations
   498 # need to get built.  This is done because during package transformations
   499 # both the ruby version and the ruby library version are needed. 
   499 # both the ruby version and the ruby library version are needed. 
   500 RUBY_VERSIONS = $(RUBY_LIB_VERSION)
   500 RUBY_VERSIONS = $(RUBY_LIB_VERSION)