Searched refs:CONFIG (Results 1 - 25 of 82) sorted by relevance

1234

/macosx-10.10.1/ruby-106/ruby/test/mkmf/
H A Dtest_flags.rb10 self.class::CONFIG['warnflags'] = %w"-Wextra
17 self.class::CONFIG['GCC'] = 'yes'
18 init_mkmf(self.class::CONFIG)
H A Dbase.rb5 $extout = '$(topdir)/'+RbConfig::CONFIG["EXTOUT"]
6 RbConfig::CONFIG['topdir'] = CONFIG['topdir'] = File.expand_path(CONFIG['topdir'])
7 RbConfig::CONFIG["extout"] = CONFIG["extout"] = $extout
65 @rbconfig = rbconfig0 = RbConfig::CONFIG
80 remove_const(:CONFIG)
81 const_set(:CONFIG, rbconfig)
86 remove_const(:CONFIG)
[all...]
H A Dtest_find_executable.rb18 exts = mkmf {self.class::CONFIG['EXECUTABLE_EXTS']}.split
35 exts = mkmf {self.class::CONFIG['EXECUTABLE_EXTS']}.split
/macosx-10.10.1/ruby-106/ruby/win32/
H A Dresource.rb5 CONFIG = RbConfig::MAKEFILE_CONFIG
8 patch = CONFIG['PATCHLEVEL']
12 $ruby_name ||= CONFIG["RUBY_INSTALL_NAME"]
13 $rubyw_name ||= CONFIG["RUBYW_INSTALL_NAME"] || $ruby_name.sub(/ruby/, '\&w')
14 $so_name ||= CONFIG["RUBY_SO_NAME"]
51 [$ruby_name, CONFIG["EXEEXT"], 'VFT_APP', 'CUI', ruby_icon],
52 [$rubyw_name, CONFIG["EXEEXT"], 'VFT_APP', 'GUI', rubyw_icon || ruby_icon],
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Dbacktrace.rb4 RbConfig::CONFIG.values_at(*RbConfig::CONFIG.
H A Dfile_utils.rb10 RbConfig::CONFIG['bindir'],
11 RbConfig::CONFIG['ruby_install_name'] + RbConfig::CONFIG['EXEEXT']).
/macosx-10.10.1/ruby-106/ruby/test/fiddle/
H A Dtest_fiddle.rb9 if RbConfig::CONFIG['host_os'] =~ /mswin|mingw/
H A Dhelper.rb30 libc_so = libm_so = RbConfig::CONFIG["RUBY_SO_NAME"].split(/-/).find{|e| /^msvc/ =~ e} + ".dll"
74 if RbConfig::CONFIG["GCC"] = 'yes'
80 %x!#{RbConfig::CONFIG["LDSHARED"]} -o #{libc_so} #{(cobjs+mobjs).join(' ')} #{flags}!
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dcompatibility.rb46 cm[key] = RbConfig::CONFIG[key.to_s]
50 ConfigMap[key.to_sym] = RbConfig::CONFIG[key]
/macosx-10.10.1/xnu-2782.1.97/SETUP/
H A Dnewvers19 CONFIG=`expr "$d" : '.*/\([^/]*\)$'`
31 echo ".${variant}.${CONFIG}" > vers.suffix
/macosx-10.10.1/ruby-106/ruby/test/win32ole/
H A Dtest_err_in_callback.rb18 if File.exist?("./" + CONFIG["RUBY_INSTALL_NAME"] + CONFIG["EXEEXT"])
20 @ruby = "." + sep + CONFIG["RUBY_INSTALL_NAME"]
/macosx-10.10.1/lsof-53/lsof/tests/
H A DMakefile15 CONFIG= ./config.cc ${CONFCFL} ./config.xobj macro
73 LTbasic: LTbasic.c ${CONFIG} ${LIBOBJ} ${HDR}
77 LTbigf: LTbigf.c ${CONFIG} ${LIBOBJ} ${HDR}
81 LTdnlc: LTdnlc.c ${CONFIG} ${LIBOBJ} ${HDR}
85 LTlock: LTlock.c ${CONFIG} ${LIBOBJ} ${HDR}
93 LTnfs: LTnfs.c ${CONFIG} ${LIBOBJ} ${HDR}
97 LTnlink: LTnlink.c ${CONFIG} ${LIBOBJ} ${HDR}
101 LTsock: LTsock.c ${CONFIG} ${LIBOBJ} ${HDR}
105 LTszoff: LTszoff.c ${CONFIG} ${LIBOBJ} ${HDR}
109 LTunix: LTunix.c ${CONFIG}
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_ext_ext_conf_builder.rb44 configure_args = RbConfig::CONFIG['configure_args']
60 RbConfig::CONFIG['configure_args'] = configure_args
64 configure_args, env_make = RbConfig::CONFIG['configure_args'], ENV.delete('make')
65 RbConfig::CONFIG['configure_args'] = ''
83 RbConfig::CONFIG['configure_args'] = configure_args
123 ruby_exe = "#{CONFIG['RUBY_INSTALL_NAME']}#{CONFIG['EXEEXT']}"
124 ruby = File.join CONFIG['bindir'], ruby_exe
/macosx-10.10.1/ruby-106/ruby/tool/
H A Drbinstall.rb6 CONFIG = Hash.new {""}
128 RbConfig.expand($installed_list, RbConfig::CONFIG)
148 if !defined?($strip_command) and (cmd = CONFIG["STRIP"])
299 def CONFIG.[](name, mandatory = false)
302 raise "CONFIG['#{name}'] must be set" if !value or value.empty?
307 exeext = CONFIG["EXEEXT"]
309 ruby_install_name = CONFIG["ruby_install_name", true]
310 rubyw_install_name = CONFIG["rubyw_install_name"]
313 bindir = CONFIG["bindir", true]
314 libdir = CONFIG["libdi
[all...]
H A Dmkconfig.rb70 v_fast << " CONFIG[\"INSTALL\"] = " + $1 + "\n"
136 val = "(ENV['SDKROOT'] || (File.exists?(File.join(CONFIG['prefix'],'include')) ? '' : %x(xcode-select --print-path >/dev/null 2>&1 && xcrun --sdk macosx --show-sdk-path 2>/dev/null).chomp)) + #{val}"
146 v = " CONFIG[\"#{name}\"] #{eq} #{val}\n"
189 print " CONFIG = {}\n"
190 print " CONFIG[\"DESTDIR\"] = DESTDIR\n"
208 print " CONFIG[#{v.dump}] = #{versions[v].dump}\n"
214 if /^\s*CONFIG\["((?!abs_|old)[a-z]+(?:_prefix|dir))"\]/ === x
229 v_fast << " CONFIG[\"ruby_install_name\"] = \"" + $install_name + "\"\n"
230 v_fast << " CONFIG[\"RUBY_INSTALL_NAME\"] = \"" + $install_name + "\"\n"
233 v_fast << " CONFIG[\"RUBY_SO_NAM
[all...]
/macosx-10.10.1/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dctime.pl23 CONFIG: { label
H A Dcomplete.pl35 CONFIG: { label
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dgenerator.mk33 /usr/bin/perl lib/generator.pl $(SOURCEDIR) $(CONFIG) $(TARGET)
/macosx-10.10.1/libauto-186/tests/
H A Dmakefile18 grep CONFIG *.m | $(TFR) --
21 grep CONFIG *.m | $(TFR) -fast --
/macosx-10.10.1/ruby-106/ruby/ext/dl/
H A Dextconf.rb3 if RbConfig::CONFIG['GCC'] == 'yes'
/macosx-10.10.1/ruby-106/ruby/ext/etc/
H A Dextconf.rb7 sysconfdir = RbConfig.expand(RbConfig::CONFIG["sysconfdir"].dup, "prefix"=>"", "DESTDIR"=>"")
/macosx-10.10.1/ruby-106/ruby/nacl/
H A Dnacl-config.rb11 config = RbConfig::CONFIG
43 RbConfig::CONFIG['NACL_SDK_VARIANT'] == 'newlib'
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/ri/
H A Dpaths.rb12 version = RbConfig::CONFIG['ruby_version']
14 BASE = if RbConfig::CONFIG.key? 'ridir' then
15 File.join RbConfig::CONFIG['ridir'], version
17 File.join RbConfig::CONFIG['datadir'], 'ri', version
/macosx-10.10.1/ruby-106/ruby/ext/
H A Dextmk.rb87 config = CONFIG.dup
149 rbconfig0 = RbConfig::CONFIG
150 mkconfig0 = CONFIG
164 remove_const(:CONFIG)
165 const_set(:CONFIG, rbconfig)
170 remove_const(:CONFIG)
171 const_set(:CONFIG, mkconfig)
222 f.print(*dummy_makefile(CONFIG["srcdir"]))
269 remove_const(:CONFIG)
270 const_set(:CONFIG, rbconfig
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Dvx_buildcd70 f=$D/CONFIG.TCL
71 (sed -f $s $D/CONFIG.in) > $t
81 (cd $D && cp CONFIG.TCL $S/RESOURCE/TCL)

Completed in 319 milliseconds

1234