Sha256: f4eb87d178c14285dde9392ce7ec731e68f79bac45cc0fa043238ca4d5da4be5

Contents?: true

Size: 705 Bytes

Versions: 22

Compression:

Stored size: 705 Bytes

Contents

require "mkmf"

if RUBY_VERSION >= "1.9"
  STDERR.print("Ruby version #{RUBY_VERSION} is too new\n")
  exit(1)
elsif RUBY_VERSION >= "1.8"
  if RUBY_RELEASE_DATE < "2005-03-22"
    STDERR.print("Ruby release date #{RUBY_RELEASE_DATE} is too old\n")
    exit(1)
  end
else
  STDERR.print("Ruby version is not compatible for this version.\n")
  exit(1)
end

# Allow use customization of compile options. For example, the
# following lines could be put in config_options to to turn off
# optimization:
#   $CFLAGS='-fPIC -fno-strict-aliasing -g3 -ggdb -O2 -fPIC'
config_file = File.join(File.dirname(__FILE__), 'config_options.rb')
load config_file if File.exist?(config_file)

create_makefile("ruby_debug")

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
ruby-debug-base-0.11.0-java ext/extconf.rb
logstash-output-icinga-1.1.0 vendor/jruby/1.9/gems/ruby-debug-base-0.10.6-java/ext/extconf.rb
ruby-debug-base-0.10.6-java ext/extconf.rb
ruby-debug-base-0.10.6.beta1-java ext/extconf.rb
ruby-debug-base-0.10.5.rc10-java ext/extconf.rb
ruby-debug-base-0.10.5.rc10 ext/extconf.rb
ruby-debug-base-0.10.5.rc9-java ext/extconf.rb
ruby-debug-base-0.10.5.rc9 ext/extconf.rb
ruby-debug-base-0.10.5.rc8-java ext/extconf.rb
ruby-debug-base-0.10.5.rc8 ext/extconf.rb
ruby-debug-base-0.10.5.rc7-java ext/extconf.rb
ruby-debug-base-0.10.5.rc7 ext/extconf.rb
ruby-debug-base-0.10.5.rc5-java ext/extconf.rb
ruby-debug-base-0.10.5.rc5 ext/extconf.rb
ruby-debug-base-0.10.5.rc4-java ext/extconf.rb
ruby-debug-base-0.10.5.rc4 ext/extconf.rb
ruby-debug-base-0.10.5.rc3 ext/extconf.rb
ruby-debug-base-0.10.5.rc3-java ext/extconf.rb
ruby-debug-base-0.10.5.rc2-java ext/extconf.rb
ruby-debug-base-0.10.5.rc2 ext/extconf.rb