From 5d502653a4d1d794683f622de69fcb0977645bf3 Mon Sep 17 00:00:00 2001 From: nagai Date: Mon, 31 Jan 2005 04:17:23 +0000 Subject: * ext/tk/extconf.rb: add tkutil configuration step (remove old schema) * ext/tk/depend: remove the information of tkutil * ext/tk/make-tkutil: sub-part of Makefile to compile tkutil * ext/tk/tkutil/tkutil.c: move tkutil.c to subdirectory * ext/tk/tkutil/subconf.rb: configuration file for tkutil.c * ext/tk/tkutil/depend: ditto git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/tkutil/depend | 1 + 1 file changed, 1 insertion(+) create mode 100644 ext/tk/tkutil/depend (limited to 'ext/tk/tkutil/depend') diff --git a/ext/tk/tkutil/depend b/ext/tk/tkutil/depend new file mode 100644 index 000000000..fd63e230f --- /dev/null +++ b/ext/tk/tkutil/depend @@ -0,0 +1 @@ +tkutil.o: tkutil.c $(hdrdir)/ruby.h $(topdir)/config.h $(hdrdir)/defines.h -- cgit