make-rules/shared-macros.mk
branchs11-update
changeset 4326 967c8138ab7b
parent 4277 3935c50c4455
child 4449 7824aa88c6b2
equal deleted inserted replaced
4321:38b0ccd2f460 4326:967c8138ab7b
   307 CC =		$(CC.$(COMPILER).$(BITS))
   307 CC =		$(CC.$(COMPILER).$(BITS))
   308 CXX =		$(CXX.$(COMPILER).$(BITS))
   308 CXX =		$(CXX.$(COMPILER).$(BITS))
   309 
   309 
   310 RUBY_VERSION =	1.9
   310 RUBY_VERSION =	1.9
   311 RUBY_LIB_VERSION =	1.9.1
   311 RUBY_LIB_VERSION =	1.9.1
   312 RUBY.1.8 =	/usr/ruby/1.8/bin/ruby
       
   313 RUBY.1.9 =	/usr/ruby/1.9/bin/ruby
   312 RUBY.1.9 =	/usr/ruby/1.9/bin/ruby
       
   313 RUBY.2.1 =	/usr/ruby/2.1/bin/ruby
   314 RUBY =		$(RUBY.$(RUBY_VERSION))
   314 RUBY =		$(RUBY.$(RUBY_VERSION))
   315 # Use the ruby lib versions to represent the RUBY_VERSIONS that
   315 # Use the ruby lib versions to represent the RUBY_VERSIONS that
   316 # need to get built.  This is done because during package transformations
   316 # need to get built.  This is done because during package transformations
   317 # both the ruby version and the ruby library version are needed. 
   317 # both the ruby version and the ruby library version are needed. 
   318 RUBY_VERSIONS = $(RUBY_LIB_VERSION)
   318 RUBY_VERSIONS = $(RUBY_LIB_VERSION)