1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/tk/make-tkutil, ext/tk/tkutil/subconf.rb: no longer used.

* ext/tk/tkutil/extconf.rb: need to compile tkutil. [ruby-dev:25607]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2005-02-09 01:03:41 +00:00
parent 3d7177422d
commit b0a71179ea
4 changed files with 10 additions and 45 deletions

View file

@ -1,3 +1,9 @@
Wed Feb 9 10:02:02 2005 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/tk/make-tkutil, ext/tk/tkutil/subconf.rb: no longer used.
* ext/tk/tkutil/extconf.rb: need to compile tkutil. [ruby-dev:25607]
Tue Feb 8 23:48:36 2005 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
* lib/drb/drb.rb: reject :instance_eval, :class_eval, :module_eval

View file

@ -1,43 +0,0 @@
all: all-tkutil
all-tkutil:
@(cd tkutil; $(MAKE) all)
static: static-tkutil
static-tkutil:
@(cd tkutil; $(MAKE) static)
clean: clean-tkutil
clean-tkutil:
@(cd tkutil; $(MAKE) clean)
distclean: distclean-tkutil
distclean-tkutil:
@(cd tkutil; $(MAKE) distclean)
realclean: realclean-tkutil
realclean-tkutil:
@(cd tkutil; $(MAKE) realclean)
install: install-tkutil
install-tkutil:
@(cd tkutil; $(MAKE) install)
install-so: install-tkutil-so
install-tkutil-so:
@(cd tkutil; $(MAKE) install-so)
install-rb: install-tkutil-rb
install-tkutil-rb:
@(cd tkutil; $(MAKE) install-rb)
site-install: site-install-tkutil
site-install-tkutil:
@(cd tkutil; $(MAKE) site-install)
site-install-so: site-install-tkutil-so
site-install-tkutil-so:
@(cd tkutil; $(MAKE) site-install-so)
site-install-rb: site-install-tkutil-rb
site-install-tkutil-rb:
@(cd tkutil; $(MAKE) site-install-rb)

4
ext/tk/tkutil/extconf.rb Normal file
View file

@ -0,0 +1,4 @@
if compiled?('tk')
require 'mkmf'
create_makefile('tkutil')
end

View file

@ -1,2 +0,0 @@
require 'mkmf'
create_makefile('tkutil')