Searched refs:extconf (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_ext_ext_conf_builder.rb23 File.open File.join(@ext, 'extconf.rb'), 'w' do |extconf|
24 extconf.puts "require 'mkmf'\ncreate_makefile 'foo'"
31 Gem::Ext::ExtConfBuilder.build 'extconf.rb', nil, @dest_path, output
36 assert_match(/^#{Gem.ruby} extconf.rb/, output[0])
46 File.open File.join(@ext, 'extconf.rb'), 'w' do |extconf|
47 extconf.puts "require 'mkmf'\ncreate_makefile 'foo'"
53 Gem::Ext::ExtConfBuilder.build 'extconf.rb', nil, @dest_path, output
68 File.open File.join(@ext, 'extconf
[all...]
H A Dtest_gem_specification.rb46 s.extensions << 'ext/a/extconf.rb'
545 s.extensions = 'ext/extconf.rb'
565 ext/extconf.rb],
582 assert_equal %w[ext/extconf.rb], spec.extensions
778 assert_equal ['ext/a/extconf.rb'], @a1.extensions
1224 s.extensions = ["ext/a/extconf.rb"]
1225 s.files = ["lib/code.rb", "test/suite.rb", "bin/exec", "ext/a/extconf.rb"]
1557 assert_equal %w[lib/code.rb test/suite.rb bin/exec ext/a/extconf.rb lib2],
1999 FileUtils.touch File.join("ext", "a", "extconf.rb")
H A Dtest_gem_installer.rb68 @spec.extensions << 'extconf.rb'
84 assert_match %r%#{Regexp.escape Gem.ruby} extconf\.rb%,
117 @spec.extensions << 'extconf.rb'
119 File.open File.join(@spec.gem_dir, "extconf.rb"), "w" do |f|
1025 @spec.extensions << "extconf.rb"
1026 write_file File.join(@tempdir, "extconf.rb") do |io|
1068 @spec.extensions << "extconf.rb"
1070 write_file File.join(@tempdir, "extconf.rb") do |io|
/macosx-10.10/ruby-106/ruby/ext/digest/
H A Dtest.sh10 ${RUBY} extconf.rb --with-cflags="${CFLAGS}"
22 ${RUBY} extconf.rb $args;
/macosx-10.10/ruby-106/ruby/ext/tk/
H A Dconfig_list.in5 with tk-old-extconf
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dx509.c194 CONF *extconf = NULL; local
504 extconf = NCONF_new(NULL);
505 if (!NCONF_load(extconf, extfile,&errorline))
519 extsect = NCONF_get_string(extconf, "default", "extensions");
527 X509V3_set_nconf(&ctx2, extconf);
528 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL))
931 extconf, extsect)) goto end;
956 extconf, extsect, sno))
1067 NCONF_free(extconf);
H A Dca.c234 static CONF *extconf=NULL; variable
977 extconf = NCONF_new(NULL);
978 if (NCONF_load(extconf,extfile,&errorline) <= 0)
994 if (!extensions && !(extensions = NCONF_get_string(extconf, "default", "extensions")))
1061 if (!extconf)
1527 NCONF_free(extconf);
2034 if (extconf)
2039 /* Use the extconf configuration db LHASH */
2040 X509V3_set_nconf(&ctx, extconf);
2046 if (!X509V3_EXT_add_nconf(extconf,
[all...]
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dextconf.rb15 $Id: extconf.rb 38492 2012-12-20 07:42:56Z emboss $
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dinstaller.rb646 # Builds extensions. Valid types of extensions are extconf.rb files,
670 when /extconf/ then
/macosx-10.10/ruby-106/ruby/
H A Dcommon.mk23 EXTCONF = extconf.rb
523 extconf: $(PREP)
/macosx-10.10/ruby-106/ruby/lib/
H A Dmkmf.rb3 # invoke like: ruby -r mkmf extconf.rb
284 # run your extconf.rb script. This can be useful for debugging unexpected
1611 # name, which defaults to "extconf.h".
1615 # # extconf.rb
1622 # The above script would generate the following extconf.h file:
1631 # set earlier in your extconf.rb file, you will probably want to make this
1634 def create_header(header = "extconf.h")
2035 # extconf.rb
2558 if not $extmk and /\A(extconf|makefile).rb\z/ =~ File.basename($0)

Completed in 112 milliseconds