ruby-changes:28235
From: akr <ko1@a...>
Date: Sun, 14 Apr 2013 19:48:21 +0900 (JST)
Subject: [ruby-changes:28235] akr:r40287 (trunk): * ext/-test-/debug/depend: New file.
akr 2013-04-14 19:48:08 +0900 (Sun, 14 Apr 2013) New Revision: 40287 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40287 Log: * ext/-test-/debug/depend: New file. * ext/-test-/exception/depend: Ditto. * ext/-test-/printf/depend: Ditto. * ext/-test-/string/depend: Ditto. * ext/coverage/depend: Ditto. * ext/io/console/depend: Ditto. * ext/io/nonblock/depend: Ditto. * ext/io/wait/depend: Ditto. * ext/openssl/depend: Ditto. * ext/pathname/depend: Ditto. * ext/psych/depend: Ditto. * ext/zlib/depend: Ditto. Added files: trunk/ext/-test-/debug/depend trunk/ext/-test-/exception/depend trunk/ext/-test-/printf/depend trunk/ext/-test-/string/depend trunk/ext/coverage/depend trunk/ext/io/console/depend trunk/ext/io/nonblock/depend trunk/ext/io/wait/depend trunk/ext/openssl/depend trunk/ext/pathname/depend trunk/ext/psych/depend trunk/ext/zlib/depend Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 40286) +++ ChangeLog (revision 40287) @@ -1,3 +1,29 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sun Apr 14 19:46:14 2013 Tanaka Akira <akr@f...> + + * ext/-test-/debug/depend: New file. + + * ext/-test-/exception/depend: Ditto. + + * ext/-test-/printf/depend: Ditto. + + * ext/-test-/string/depend: Ditto. + + * ext/coverage/depend: Ditto. + + * ext/io/console/depend: Ditto. + + * ext/io/nonblock/depend: Ditto. + + * ext/io/wait/depend: Ditto. + + * ext/openssl/depend: Ditto. + + * ext/pathname/depend: Ditto. + + * ext/psych/depend: Ditto. + + * ext/zlib/depend: Ditto. + Sun Apr 14 02:46:50 2013 NARUSE, Yui <naruse@r...> * lib/mkmf.rb (MakeMakefile#create_makefile): remove {$(VPATH)} other Index: ext/coverage/depend =================================================================== --- ext/coverage/depend (revision 0) +++ ext/coverage/depend (revision 40287) @@ -0,0 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ext/coverage/depend#L1 +$(OBJS): $(HDRS) $(ruby_headers) \ + $(top_srcdir)/vm_core.h \ + $(top_srcdir)/node.h \ + $(top_srcdir)/vm_debug.h \ + $(top_srcdir)/vm_opts.h \ + $(top_srcdir)/id.h \ + $(top_srcdir)/method.h \ + $(top_srcdir)/ruby_atomic.h \ + $(top_srcdir)/thread_pthread.h Index: ext/zlib/depend =================================================================== --- ext/zlib/depend (revision 0) +++ ext/zlib/depend (revision 40287) @@ -0,0 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/ext/zlib/depend#L1 +$(OBJS): $(HDRS) $(ruby_headers) \ + $(hdrdir)/ruby/io.h \ + $(hdrdir)/ruby/encoding.h \ + $(hdrdir)/ruby/oniguruma.h \ + $(hdrdir)/ruby/thread.h Index: ext/-test-/debug/depend =================================================================== --- ext/-test-/debug/depend (revision 0) +++ ext/-test-/debug/depend (revision 40287) @@ -0,0 +1,2 @@ https://github.com/ruby/ruby/blob/trunk/ext/-test-/debug/depend#L1 +init.o: $(HDRS) $(ruby_headers) +inspector.o: $(HDRS) $(ruby_headers) $(hdrdir)/ruby/debug.h Index: ext/-test-/exception/depend =================================================================== --- ext/-test-/exception/depend (revision 0) +++ ext/-test-/exception/depend (revision 40287) @@ -0,0 +1,3 @@ https://github.com/ruby/ruby/blob/trunk/ext/-test-/exception/depend#L1 +$(OBJS): $(HDRS) $(ruby_headers) \ + $(hdrdir)/ruby/encoding.h \ + $(hdrdir)/ruby/oniguruma.h Index: ext/-test-/printf/depend =================================================================== --- ext/-test-/printf/depend (revision 0) +++ ext/-test-/printf/depend (revision 40287) @@ -0,0 +1,3 @@ https://github.com/ruby/ruby/blob/trunk/ext/-test-/printf/depend#L1 +$(OBJS): $(HDRS) $(ruby_headers) \ + $(hdrdir)/ruby/encoding.h \ + $(hdrdir)/ruby/oniguruma.h Index: ext/-test-/string/depend =================================================================== --- ext/-test-/string/depend (revision 0) +++ ext/-test-/string/depend (revision 40287) @@ -0,0 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/-test-/string/depend#L1 +$(OBJS): $(HDRS) $(ruby_headers) \ + $(hdrdir)/ruby/encoding.h \ + $(hdrdir)/ruby/oniguruma.h +qsort.o: $(hdrdir)/ruby/util.h Index: ext/openssl/depend =================================================================== --- ext/openssl/depend (revision 0) +++ ext/openssl/depend (revision 40287) @@ -0,0 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/depend#L1 +$(OBJS): $(HDRS) $(ruby_headers) \ + $(hdrdir)/ruby/io.h \ + $(hdrdir)/ruby/encoding.h \ + $(hdrdir)/ruby/oniguruma.h \ + $(hdrdir)/ruby/thread.h Index: ext/psych/depend =================================================================== --- ext/psych/depend (revision 0) +++ ext/psych/depend (revision 40287) @@ -0,0 +1,3 @@ https://github.com/ruby/ruby/blob/trunk/ext/psych/depend#L1 +$(OBJS): $(HDRS) $(ruby_headers) \ + $(hdrdir)/ruby/encoding.h \ + $(hdrdir)/ruby/oniguruma.h Index: ext/pathname/depend =================================================================== --- ext/pathname/depend (revision 0) +++ ext/pathname/depend (revision 40287) @@ -0,0 +1,3 @@ https://github.com/ruby/ruby/blob/trunk/ext/pathname/depend#L1 +$(OBJS): $(HDRS) $(ruby_headers) \ + $(hdrdir)/ruby/encoding.h \ + $(hdrdir)/ruby/oniguruma.h Index: ext/io/console/depend =================================================================== --- ext/io/console/depend (revision 0) +++ ext/io/console/depend (revision 40287) @@ -0,0 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/io/console/depend#L1 +$(OBJS): $(HDRS) $(ruby_headers) \ + $(hdrdir)/ruby/io.h \ + $(hdrdir)/ruby/encoding.h \ + $(hdrdir)/ruby/oniguruma.h Index: ext/io/wait/depend =================================================================== --- ext/io/wait/depend (revision 0) +++ ext/io/wait/depend (revision 40287) @@ -0,0 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/io/wait/depend#L1 +$(OBJS): $(HDRS) $(ruby_headers) \ + $(hdrdir)/ruby/io.h \ + $(hdrdir)/ruby/encoding.h \ + $(hdrdir)/ruby/oniguruma.h Index: ext/io/nonblock/depend =================================================================== --- ext/io/nonblock/depend (revision 0) +++ ext/io/nonblock/depend (revision 40287) @@ -0,0 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/io/nonblock/depend#L1 +$(OBJS): $(HDRS) $(ruby_headers) \ + $(hdrdir)/ruby/io.h \ + $(hdrdir)/ruby/encoding.h \ + $(hdrdir)/ruby/oniguruma.h -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/