aboutsummaryrefslogtreecommitdiffstats
path: root/ext/extmk.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/fileutils.rb (FileUtils.cp_r): implement :remove_destinationakr2006-03-031-1/+1
* * mkconfig.rb: generate RbConfig instead of Config.akr2006-02-201-9/+9
* * common.mk (static-ruby): overridable.nobu2005-11-161-4/+6
* * configure.in (RUBY_EXTERN): macro to export symbols in sharednobu2005-10-251-0/+1
* * ext/extmk.rb, lib/mkmf.rb (with_config): support --with-extensionnobu2005-10-221-0/+15
* * ext/extmk.rb: omit non-existing directories.nobu2005-10-161-6/+9
* * extmk.rb (extmake): needs to be wrapped in an Array.nobu2005-08-041-2/+3
* * ext/extmk.rb (extmake): should not modify $mflags for eachnobu2005-08-031-2/+5
* * ext/extmk.rb: keep srcdir unexpanded.nobu2005-05-131-2/+2
* * eval.c (search_required, rb_require_safe): expand path innobu2005-04-181-3/+3
* * ext/extmk.rb (relative_from): treat mere drive letter as an absolutenobu2005-04-171-1/+2
* * ext/extmk.rb (extmake, parse_args): do not expand destdir.nobu2005-04-171-4/+6
* * ext/extmk.rb (extmake): hdrdir needs to be defined also innobu2005-04-081-0/+1
* * ext/extmk.rb (extmake): top_srcdir is based from ext directory.nobu2005-04-071-1/+1
* * ext/extmk.rb (extmake): keep directory names in Makefile as macros.nobu2005-04-071-3/+10
* * ext/extmk.rb (extract_makefile): nothing to be removed when no filenobu2005-03-281-3/+6
* * ext/extmk.rb (parse_args): return false if nothing matched.nobu2005-03-021-0/+1
* * ext/extmk.rb (extract_makefile): remove no longer existing installednobu2005-02-191-2/+8
* * ext/extmk.rb (extract_makefile): default to true if not compilednobu2005-02-101-6/+6
* * ext/extmk.rb (extract_makefile): extract previously collectednobu2005-02-061-52/+72
* * Makefile.in, configure.in: made EXTOUT configurable.nobu2005-01-311-1/+2
* * ext/extmk.rb (MANIFEST): do not use anymore, use extconf.rb instead.eban2004-11-011-3/+2
* * ext/extmk.rb (extmake): extact target prefix from Makefiles.nobu2004-09-021-2/+8
* * ext/extmk.rb: get rid of side effect of Config.expand, patched bynobu2004-05-061-1/+1
* * common.mk, ext/extmk.rb: make ext and .ext get removed by distclean.nobu2004-04-221-4/+5
* * ext/extmk.rb: skip linking when libraries to be preloaded notnobu2004-04-151-1/+1
* * ext/extmk.rb (extmake): skip uncompiled extensions.nobu2004-04-081-0/+2
* * ext/extmk.rb (extmake): extract necessary variables for static linknobu2004-04-021-8/+28
* * Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local):nobu2004-03-231-2/+5
* * ext/extmk.rb: rm -rf $extout, not extout.eban2004-03-201-1/+1
* * mkconfig.rb: no longer embed srcdir and compile_dir intonobu2004-03-181-14/+16
* * ext/extmk.rb: $extstatic is Array or nil now. [ruby-talk:93383]nobu2004-02-221-1/+1
* * ext/extmk.rb: use optparse instead of getopts.nobu2004-02-221-35/+37
* * ext/extmk.rb: prefer relative path. [ruby-talk:93037]nobu2004-02-211-9/+27
* * ext/extmk.rb (extmake): $extout_prefix doesn't vary for libraries.nobu2004-02-171-8/+16
* * ext/extmk.rb (parse_args): delay expanding $(extout) until invokingnobu2004-02-171-6/+10
* * ext/extmk.rb, lib/mkmf.rb: rename $outdir to $extout.nobu2004-02-091-7/+7
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu2004-02-091-26/+81
* * ext/extmk.rb: Makefiles should depend on also rbconfig.rb.nobu2004-01-261-1/+1
* * ext/extmk.rb, win32/Makefile.sub, win32/configure.bat,usa2004-01-191-2/+4
* * ext/extmk.rb (extmake): should not reduce necessary libraries.nobu2004-01-091-1/+1
* * ext/extmk.rb: preserve order in Setup. [ruby-dev:22503]nobu2004-01-071-7/+15
* * instruby.rb: fix install directory if destdir and compile_dir areusa2003-12-281-1/+1
* * ext/extmk.rb (MTIMES): let makefiles depend to mkmf.rb.nobu2003-12-031-1/+1
* * ext/extmk.rb (extmake): should not force to remake Makefile whennobu2003-08-171-4/+4
* * marshal.c (w_symbol, w_object): get rid of warnings.nobu2003-08-161-12/+16
* commit missnobu2003-08-121-1/+1
* * ext/extmk.rb (extmake): compact $extlibs.nobu2003-08-121-6/+5
* * Makefile.in: static link libraries to LIBRUBY_SO with static linkednobu2003-08-121-3/+10
* * ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137]nobu2003-08-061-7/+15