ruby-changes:36360
From: akr <ko1@a...>
Date: Sat, 15 Nov 2014 20:14:27 +0900 (JST)
Subject: [ruby-changes:36360] akr:r48441 (trunk): Mark auogenerated part.
akr 2014-11-15 20:14:08 +0900 (Sat, 15 Nov 2014) New Revision: 48441 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48441 Log: Mark auogenerated part. Modified files: trunk/common.mk trunk/enc/depend trunk/ext/-test-/bignum/depend trunk/ext/-test-/debug/depend trunk/ext/-test-/exception/depend trunk/ext/-test-/file/depend trunk/ext/-test-/string/depend trunk/ext/-test-/tracepoint/depend trunk/ext/-test-/wait_for_single_fd/depend trunk/ext/bigdecimal/depend trunk/ext/coverage/depend trunk/ext/date/depend trunk/ext/digest/bubblebabble/depend trunk/ext/digest/depend trunk/ext/digest/md5/depend trunk/ext/digest/rmd160/depend trunk/ext/digest/sha1/depend trunk/ext/digest/sha2/depend trunk/ext/json/generator/depend trunk/ext/json/parser/depend trunk/ext/nkf/depend trunk/ext/objspace/depend trunk/ext/openssl/depend trunk/ext/pty/depend trunk/ext/rbconfig/sizeof/depend trunk/ext/readline/depend trunk/ext/ripper/depend trunk/ext/sdbm/depend trunk/ext/socket/depend trunk/ext/strscan/depend trunk/ext/syslog/depend Index: enc/depend =================================================================== --- enc/depend (revision 48440) +++ enc/depend (revision 48441) @@ -156,6 +156,7 @@ clean-srcs: https://github.com/ruby/ruby/blob/trunk/enc/depend#L156 <%# vim: set ft=eruby noexpandtab ts=8 sw=2 : -%> +# AUTOGENERATED DEPENDENCIES START enc/euc_jp.$(OBJEXT): enc/jis/props.kwd enc/shift_jis.$(OBJEXT): enc/jis/props.kwd enc/windows_31j.$(OBJEXT): enc/jis/props.kwd @@ -489,3 +490,4 @@ enc/trans/utf_16_32.$(OBJEXT): missing.h https://github.com/ruby/ruby/blob/trunk/enc/depend#L490 enc/trans/utf_16_32.$(OBJEXT): $(hdrdir)/ruby/ruby.h enc/trans/utf_16_32.$(OBJEXT): st.h enc/trans/utf_16_32.$(OBJEXT): subst.h +# AUTOGENERATED DEPENDENCIES END Index: common.mk =================================================================== --- common.mk (revision 48440) +++ common.mk (revision 48441) @@ -1079,6 +1079,7 @@ help: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1079 " https://bugs.ruby-lang.org/projects/ruby/wiki/DeveloperHowto" \ $(MESSAGE_END) +# AUTOGENERATED DEPENDENCIES START addr2line.$(OBJEXT): {$(VPATH)}addr2line.h array.$(OBJEXT): $(hdrdir)/ruby/ruby.h array.$(OBJEXT): {$(VPATH)}defines.h @@ -2090,3 +2091,4 @@ vm_trace.$(OBJEXT): {$(VPATH)}thread_nat https://github.com/ruby/ruby/blob/trunk/common.mk#L2091 vm_trace.$(OBJEXT): {$(VPATH)}vm_core.h vm_trace.$(OBJEXT): {$(VPATH)}vm_debug.h vm_trace.$(OBJEXT): {$(VPATH)}vm_opts.h +# AUTOGENERATED DEPENDENCIES END Index: ext/digest/depend =================================================================== --- ext/digest/depend (revision 48440) +++ ext/digest/depend (revision 48441) @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/digest/depend#L1 +# AUTOGENERATED DEPENDENCIES START digest.o: $(arch_hdrdir)/ruby/config.h digest.o: digest.h digest.o: $(top_srcdir)/include/ruby.h @@ -7,3 +8,4 @@ digest.o: $(hdrdir)/ruby/missing.h https://github.com/ruby/ruby/blob/trunk/ext/digest/depend#L8 digest.o: $(hdrdir)/ruby/ruby.h digest.o: $(hdrdir)/ruby/st.h digest.o: $(hdrdir)/ruby/subst.h +# AUTOGENERATED DEPENDENCIES END Index: ext/digest/bubblebabble/depend =================================================================== --- ext/digest/bubblebabble/depend (revision 48440) +++ ext/digest/bubblebabble/depend (revision 48441) @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/digest/bubblebabble/depend#L1 +# AUTOGENERATED DEPENDENCIES START bubblebabble.o: $(arch_hdrdir)/ruby/config.h bubblebabble.o: $(top_srcdir)/ext/digest/digest.h bubblebabble.o: $(top_srcdir)/include/ruby.h @@ -7,3 +8,4 @@ bubblebabble.o: $(hdrdir)/ruby/missing.h https://github.com/ruby/ruby/blob/trunk/ext/digest/bubblebabble/depend#L8 bubblebabble.o: $(hdrdir)/ruby/ruby.h bubblebabble.o: $(hdrdir)/ruby/st.h bubblebabble.o: $(hdrdir)/ruby/subst.h +# AUTOGENERATED DEPENDENCIES END Index: ext/digest/md5/depend =================================================================== --- ext/digest/md5/depend (revision 48440) +++ ext/digest/md5/depend (revision 48441) @@ -1,4 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ext/digest/md5/depend#L1 md5.o: md5.c md5.h $(srcdir)/../defs.h + +# AUTOGENERATED DEPENDENCIES START md5init.o: $(arch_hdrdir)/ruby/config.h md5init.o: $(top_srcdir)/ext/digest/digest.h md5init.o: md5ossl.h @@ -10,3 +12,4 @@ md5init.o: $(hdrdir)/ruby/ruby.h https://github.com/ruby/ruby/blob/trunk/ext/digest/md5/depend#L12 md5init.o: $(hdrdir)/ruby/st.h md5init.o: $(hdrdir)/ruby/subst.h md5ossl.o: md5ossl.h +# AUTOGENERATED DEPENDENCIES END Index: ext/digest/rmd160/depend =================================================================== --- ext/digest/rmd160/depend (revision 48440) +++ ext/digest/rmd160/depend (revision 48441) @@ -1,4 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ext/digest/rmd160/depend#L1 rmd160.o: rmd160.c rmd160.h $(srcdir)/../defs.h $(HDRS) $(ruby_headers) + +# AUTOGENERATED DEPENDENCIES START rmd160init.o: $(arch_hdrdir)/ruby/config.h rmd160init.o: $(hdrdir)/ruby/defines.h rmd160init.o: $(hdrdir)/ruby/intern.h @@ -19,3 +21,4 @@ rmd160ossl.o: $(hdrdir)/ruby/subst.h https://github.com/ruby/ruby/blob/trunk/ext/digest/rmd160/depend#L21 rmd160ossl.o: $(top_srcdir)/ext/digest/defs.h rmd160ossl.o: $(top_srcdir)/include/ruby.h rmd160ossl.o: rmd160ossl.h +# AUTOGENERATED DEPENDENCIES END Index: ext/digest/sha1/depend =================================================================== --- ext/digest/sha1/depend (revision 48440) +++ ext/digest/sha1/depend (revision 48441) @@ -1,5 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ext/digest/sha1/depend#L1 sha1.o: sha1.c sha1.h $(srcdir)/../defs.h +# AUTOGENERATED DEPENDENCIES START sha1init.o: $(arch_hdrdir)/ruby/config.h sha1init.o: $(top_srcdir)/ext/digest/digest.h sha1init.o: sha1ossl.h @@ -20,3 +21,4 @@ sha1ossl.o: $(hdrdir)/ruby/missing.h https://github.com/ruby/ruby/blob/trunk/ext/digest/sha1/depend#L21 sha1ossl.o: $(hdrdir)/ruby/ruby.h sha1ossl.o: $(hdrdir)/ruby/st.h sha1ossl.o: $(hdrdir)/ruby/subst.h +# AUTOGENERATED DEPENDENCIES END Index: ext/digest/sha2/depend =================================================================== --- ext/digest/sha2/depend (revision 48440) +++ ext/digest/sha2/depend (revision 48441) @@ -1,4 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ext/digest/sha2/depend#L1 sha2.o: sha2.c sha2.h $(srcdir)/../defs.h $(HDRS) $(ruby_headers) + +# AUTOGENERATED DEPENDENCIES START sha2init.o: $(arch_hdrdir)/ruby/config.h sha2init.o: $(top_srcdir)/ext/digest/digest.h sha2init.o: sha2ossl.h @@ -19,3 +21,4 @@ sha2ossl.o: $(hdrdir)/ruby/missing.h https://github.com/ruby/ruby/blob/trunk/ext/digest/sha2/depend#L21 sha2ossl.o: $(hdrdir)/ruby/ruby.h sha2ossl.o: $(hdrdir)/ruby/st.h sha2ossl.o: $(hdrdir)/ruby/subst.h +# AUTOGENERATED DEPENDENCIES END Index: ext/bigdecimal/depend =================================================================== --- ext/bigdecimal/depend (revision 48440) +++ ext/bigdecimal/depend (revision 48441) @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/bigdecimal/depend#L1 +# AUTOGENERATED DEPENDENCIES START bigdecimal.o: $(arch_hdrdir)/ruby/config.h bigdecimal.o: bigdecimal.h bigdecimal.o: $(hdrdir)/ruby/defines.h @@ -7,3 +8,4 @@ bigdecimal.o: $(hdrdir)/ruby/ruby.h https://github.com/ruby/ruby/blob/trunk/ext/bigdecimal/depend#L8 bigdecimal.o: $(hdrdir)/ruby/st.h bigdecimal.o: $(hdrdir)/ruby/subst.h bigdecimal.o: $(hdrdir)/ruby/util.h +# AUTOGENERATED DEPENDENCIES END Index: ext/syslog/depend =================================================================== --- ext/syslog/depend (revision 48440) +++ ext/syslog/depend (revision 48441) @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/syslog/depend#L1 +# AUTOGENERATED DEPENDENCIES START syslog.o: $(arch_hdrdir)/ruby/config.h syslog.o: $(hdrdir)/ruby/defines.h syslog.o: $(hdrdir)/ruby/intern.h @@ -6,3 +7,4 @@ syslog.o: $(hdrdir)/ruby/ruby.h https://github.com/ruby/ruby/blob/trunk/ext/syslog/depend#L7 syslog.o: $(hdrdir)/ruby/st.h syslog.o: $(hdrdir)/ruby/subst.h syslog.o: $(hdrdir)/ruby/util.h +# AUTOGENERATED DEPENDENCIES END Index: ext/sdbm/depend =================================================================== --- ext/sdbm/depend (revision 48440) +++ ext/sdbm/depend (revision 48441) @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/sdbm/depend#L1 +# AUTOGENERATED DEPENDENCIES START _sdbm.o: $(arch_hdrdir)/ruby/config.h _sdbm.o: sdbm.h _sdbm.o: $(hdrdir)/ruby/defines.h @@ -11,3 +12,4 @@ init.o: $(hdrdir)/ruby/missing.h https://github.com/ruby/ruby/blob/trunk/ext/sdbm/depend#L12 init.o: $(hdrdir)/ruby/ruby.h init.o: $(hdrdir)/ruby/st.h init.o: $(hdrdir)/ruby/subst.h +# AUTOGENERATED DEPENDENCIES END Index: ext/objspace/depend =================================================================== --- ext/objspace/depend (revision 48440) +++ ext/objspace/depend (revision 48441) @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/objspace/depend#L1 +# AUTOGENERATED DEPENDENCIES START object_tracing.o: $(top_srcdir)/internal.h objspace_dump.o: $(topdir)/id.h objspace_dump.o: $(top_srcdir)/internal.h @@ -50,3 +51,4 @@ objspace_dump.o: $(hdrdir)/ruby/missing. https://github.com/ruby/ruby/blob/trunk/ext/objspace/depend#L51 objspace_dump.o: $(hdrdir)/ruby/ruby.h objspace_dump.o: $(hdrdir)/ruby/st.h objspace_dump.o: $(hdrdir)/ruby/subst.h +# AUTOGENERATED DEPENDENCIES END Index: ext/rbconfig/sizeof/depend =================================================================== --- ext/rbconfig/sizeof/depend (revision 48440) +++ ext/rbconfig/sizeof/depend (revision 48441) @@ -1,6 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ext/rbconfig/sizeof/depend#L1 sizes.c: $(top_srcdir)/tool/generic_erb.rb $(top_srcdir)/template/sizes.c.tmpl $(top_srcdir)/configure.in $(Q) $(RUBY) $(top_srcdir)/tool/generic_erb.rb --output=$@ \ $(top_srcdir)/template/sizes.c.tmpl $(top_srcdir)/configure.in + +# AUTOGENERATED DEPENDENCIES START sizes.o: $(arch_hdrdir)/ruby/config.h sizes.o: $(hdrdir)/ruby/defines.h sizes.o: $(hdrdir)/ruby/intern.h @@ -8,3 +10,4 @@ sizes.o: $(hdrdir)/ruby/missing.h https://github.com/ruby/ruby/blob/trunk/ext/rbconfig/sizeof/depend#L10 sizes.o: $(hdrdir)/ruby/ruby.h sizes.o: $(hdrdir)/ruby/st.h sizes.o: $(hdrdir)/ruby/subst.h +# AUTOGENERATED DEPENDENCIES END Index: ext/coverage/depend =================================================================== --- ext/coverage/depend (revision 48440) +++ ext/coverage/depend (revision 48441) @@ -9,7 +9,10 @@ $(OBJS): $(HDRS) $(ruby_headers) \ https://github.com/ruby/ruby/blob/trunk/ext/coverage/depend#L9 $(top_srcdir)/thread_pthread.h \ $(top_srcdir)/internal.h \ $(top_srcdir)/include/ruby/thread_native.h + +# AUTOGENERATED DEPENDENCIES START coverage.o: $(top_srcdir)/ccan/check_type/check_type.h coverage.o: $(top_srcdir)/ccan/container_of/container_of.h coverage.o: $(top_srcdir)/ccan/list/list.h coverage.o: $(top_srcdir)/ccan/str/str.h +# AUTOGENERATED DEPENDENCIES END Index: ext/-test-/bignum/depend =================================================================== --- ext/-test-/bignum/depend (revision 48440) +++ ext/-test-/bignum/depend (revision 48441) @@ -4,6 +4,7 @@ intpack.o: intpack.c https://github.com/ruby/ruby/blob/trunk/ext/-test-/bignum/depend#L4 mul.o: mul.c str2big.o: str2big.c +# AUTOGENERATED DEPENDENCIES START bigzero.o: $(top_srcdir)/internal.h big2str.o: $(top_srcdir)/internal.h big2str.o: $(arch_hdrdir)/ruby/config.h @@ -66,3 +67,4 @@ str2big.o: $(hdrdir)/ruby/missing.h https://github.com/ruby/ruby/blob/trunk/ext/-test-/bignum/depend#L67 str2big.o: $(hdrdir)/ruby/ruby.h str2big.o: $(hdrdir)/ruby/st.h str2big.o: $(hdrdir)/ruby/subst.h +# AUTOGENERATED DEPENDENCIES END Index: ext/-test-/debug/depend =================================================================== --- ext/-test-/debug/depend (revision 48440) +++ ext/-test-/debug/depend (revision 48441) @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/-test-/debug/depend#L1 +# AUTOGENERATED DEPENDENCIES START init.o: $(arch_hdrdir)/ruby/config.h init.o: $(top_srcdir)/include/ruby.h init.o: $(hdrdir)/ruby/defines.h @@ -22,3 +23,4 @@ profile_frames.o: $(hdrdir)/ruby/missing https://github.com/ruby/ruby/blob/trunk/ext/-test-/debug/depend#L23 profile_frames.o: $(hdrdir)/ruby/ruby.h profile_frames.o: $(hdrdir)/ruby/st.h profile_frames.o: $(hdrdir)/ruby/subst.h +# AUTOGENERATED DEPENDENCIES END Index: ext/-test-/exception/depend =================================================================== --- ext/-test-/exception/depend (revision 48440) +++ ext/-test-/exception/depend (revision 48441) @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/-test-/exception/depend#L1 +# AUTOGENERATED DEPENDENCIES START dataerror.o: $(arch_hdrdir)/ruby/config.h dataerror.o: $(hdrdir)/ruby/defines.h dataerror.o: $(hdrdir)/ruby/intern.h @@ -31,3 +32,4 @@ init.o: $(hdrdir)/ruby/missing.h https://github.com/ruby/ruby/blob/trunk/ext/-test-/exception/depend#L32 init.o: $(hdrdir)/ruby/ruby.h init.o: $(hdrdir)/ruby/st.h init.o: $(hdrdir)/ruby/subst.h +# AUTOGENERATED DEPENDENCIES END Index: ext/-test-/tracepoint/depend =================================================================== --- ext/-test-/tracepoint/depend (revision 48440) +++ ext/-test-/tracepoint/depend (revision 48441) @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/-test-/tracepoint/depend#L1 +# AUTOGENERATED DEPENDENCIES START gc_hook.o: $(arch_hdrdir)/ruby/config.h gc_hook.o: $(hdrdir)/ruby/debug.h gc_hook.o: $(hdrdir)/ruby/defines.h @@ -14,3 +15,4 @@ tracepoint.o: $(hdrdir)/ruby/missing.h https://github.com/ruby/ruby/blob/trunk/ext/-test-/tracepoint/depend#L15 tracepoint.o: $(hdrdir)/ruby/ruby.h tracepoint.o: $(hdrdir)/ruby/st.h tracepoint.o: $(hdrdir)/ruby/subst.h +# AUTOGENERATED DEPENDENCIES END Index: ext/-test-/file/depend =================================================================== --- ext/-test-/file/depend (revision 48440) +++ ext/-test-/file/depend (revision 48441) @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/-test-/file/depend#L1 +# AUTOGENERATED DEPENDENCIES START fs.o: $(arch_hdrdir)/ruby/config.h fs.o: $(hdrdir)/ruby/defines.h fs.o: $(hdrdir)/ruby/encoding.h @@ -26,3 +27,4 @@ stat.o: $(hdrdir)/ruby/oniguruma.h https://github.com/ruby/ruby/blob/trunk/ext/-test-/file/depend#L27 stat.o: $(hdrdir)/ruby/ruby.h stat.o: $(hdrdir)/ruby/st.h stat.o: $(hdrdir)/ruby/subst.h +# AUTOGENERATED DEPENDENCIES END Index: ext/-test-/wait_for_single_fd/depend =================================================================== --- ext/-test-/wait_for_single_fd/depend (revision 48440) +++ ext/-test-/wait_for_single_fd/depend (revision 48441) @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/-test-/wait_for_single_fd/depend#L1 +# AUTOGENERATED DEPENDENCIES START wait_for_single_fd.o: $(arch_hdrdir)/ruby/config.h wait_for_single_fd.o: $(hdrdir)/ruby/defines.h wait_for_single_fd.o: $(hdrdir)/ruby/encoding.h @@ -8,3 +9,4 @@ wait_for_single_fd.o: $(hdrdir)/ruby/oni https://github.com/ruby/ruby/blob/trunk/ext/-test-/wait_for_single_fd/depend#L9 wait_for_single_fd.o: $(hdrdir)/ruby/ruby.h wait_for_single_fd.o: $(hdrdir)/ruby/st.h wait_for_single_fd.o: $(hdrdir)/ruby/subst.h +# AUTOGENERATED DEPENDENCIES END Index: ext/-test-/string/depend =================================================================== --- ext/-test-/string/depend (revision 48440) +++ ext/-test-/string/depend (revision 48441) @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/-test-/string/depend#L1 +# AUTOGENERATED DEPENDENCIES START coderange.o: $(arch_hdrdir)/ruby/config.h coderange.o: $(hdrdir)/ruby/defines.h coderange.o: $(hdrdir)/ruby/encoding.h @@ -88,3 +89,4 @@ set_len.o: $(hdrdir)/ruby/missing.h https://github.com/ruby/ruby/blob/trunk/ext/-test-/string/depend#L89 set_len.o: $(hdrdir)/ruby/ruby.h set_len.o: $(hdrdir)/ruby/st.h set_len.o: $(hdrdir)/ruby/subst.h +# AUTOGENERATED DEPENDENCIES END Index: ext/json/generator/depend =================================================================== --- ext/json/generator/depend (revision 48440) +++ ext/json/generator/depend (revision 48441) @@ -1,6 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ext/json/generator/depend#L1 $(OBJS): $(ruby_headers) generator.o: generator.c generator.h $(srcdir)/../fbuffer/fbuffer.h + +# AUTOGENERATED DEPENDENCIES START generator.o: $(hdrdir)/ruby/encoding.h generator.o: $(hdrdir)/ruby/oniguruma.h generator.o: $(hdrdir)/ruby/re.h generator.o: $(hdrdir)/ruby/regex.h +# AUTOGENERATED DEPENDENCIES END Index: ext/json/parser/depend =================================================================== --- ext/json/parser/depend (revision 48440) +++ ext/json/parser/depend (revision 48441) @@ -1,5 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ext/json/parser/depend#L1 $(OBJS): $(ruby_headers) parser.o: parser.c parser.h $(srcdir)/../fbuffer/fbuffer.h + +# AUTOGENERATED DEPENDENCIES START parser.o: parser.rl parser.o: $(hdrdir)/ruby/encoding.h parser.o: $(hdrdir)/ruby/oniguruma.h +# AUTOGENERATED DEPENDENCIES END Index: ext/pty/depend =================================================================== --- ext/pty/depend (revision 48440) +++ ext/pty/depend (revision 48441) @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/pty/depend#L1 +# AUTOGENERATED DEPENDENCIES START pty.o: $(top_srcdir)/internal.h pty.o: $(arch_hdrdir)/ruby/config.h pty.o: $(hdrdir)/ruby/defines.h @@ -10,3 +11,4 @@ pty.o: $(hdrdir)/ruby/ruby.h https://github.com/ruby/ruby/blob/trunk/ext/pty/depend#L11 pty.o: $(hdrdir)/ruby/st.h pty.o: $(hdrdir)/ruby/subst.h pty.o: $(hdrdir)/ruby/util.h +# AUTOGENERATED DEPENDENCIES END Index: ext/date/depend =================================================================== --- ext/date/depend (revision 48440) +++ ext/date/depend (revision 48441) @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/date/depend#L1 +# AUTOGENERATED DEPENDENCIES START date_core.o: $(arch_hdrdir)/ruby/config.h date_core.o: date_tmx.h date_core.o: $(top_srcdir)/include/ruby.h @@ -41,3 +42,4 @@ date_strptime.o: $(hdrdir)/ruby/regex.h https://github.com/ruby/ruby/blob/trunk/ext/date/depend#L42 date_strptime.o: $(hdrdir)/ruby/ruby.h date_strptime.o: $(hdrdir)/ruby/st.h date_strptime.o: $(hdrdir)/ruby/subst.h +# AUTOGENERATED DEPENDENCIES END Index: ext/nkf/depend =================================================================== --- ext/nkf/depend (revision 48440) +++ ext/nkf/depend (revision 48441) @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/nkf/depend#L1 +# AUTOGENERATED DEPENDENCIES START nkf.o: $(arch_hdrdir)/ruby/config.h nkf.o: nkf-utf8/config.h nkf.o: nkf-utf8/nkf.c @@ -12,3 +13,4 @@ nkf.o: $(hdrdir)/ruby/oniguruma.h https://github.com/ruby/ruby/blob/trunk/ext/nkf/depend#L13 nkf.o: $(hdrdir)/ruby/ruby.h nkf.o: $(hdrdir)/ruby/st.h nkf.o: $(hdrdir)/ruby/subst.h +# AUTOGENERATED DEPENDENCIES END Index: ext/readline/depend =================================================================== --- ext/readline/depend (revision 48440) +++ ext/readline/depend (revision 48441) @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/readline/depend#L1 +# AUTOGENERATED DEPENDENCIES START readline.o: $(top_srcdir)/internal.h readline.o: $(arch_hdrdir)/ruby/config.h readline.o: $(hdrdir)/ruby/defines.h @@ -10,3 +11,4 @@ readline.o: $(hdrdir)/ruby/ruby.h https://github.com/ruby/ruby/blob/trunk/ext/readline/depend#L11 readline.o: $(hdrdir)/ruby/st.h readline.o: $(hdrdir)/ruby/subst.h readline.o: $(hdrdir)/ruby/thread.h +# AUTOGENERATED DEPENDENCIES END Index: ext/openssl/depend =================================================================== --- ext/openssl/depend (revision 48440) +++ ext/openssl/depend (revision 48441) @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/openssl/depend#L1 +# AUTOGENERATED DEPENDENCIES START openssl_missing.o: openssl_missing.h ossl.o: $(arch_hdrdir)/ruby/config.h ossl.o: openssl_missing.h @@ -1023,3 +1024,4 @@ ossl_x509store.o: $(hdrdir)/ruby/ruby.h https://github.com/ruby/ruby/blob/trunk/ext/openssl/depend#L1024 ossl_x509store.o: $(hdrdir)/ruby/st.h ossl_x509store.o: $(hdrdir)/ruby/subst.h ossl_x509store.o: $(hdrdir)/ruby/thread.h +# AUTOGENERATED DEPENDENCIES END Index: ext/socket/depend =================================================================== --- ext/socket/depend (revision 48440) +++ ext/socket/depend (revision 48441) @@ -5,6 +5,7 @@ constdefs.h constdefs.c : $(srcdir)/mkco https://github.com/ruby/ruby/blob/trunk/ext/socket/depend#L5 @echo "generating constant definitions" @$(RUBY) $(srcdir)/mkconstants.rb -H constdefs.h -o constdefs.c +# AUTOGENERATED DEPENDENCIES START ancdata.o: $(top_srcdir)/internal.h ancdata.o: $(arch_hdrdir)/ruby/config.h ancdata.o: constdefs.h @@ -246,3 +247,4 @@ unixsocket.o: $(hdrdir)/ruby/st.h https://github.com/ruby/ruby/blob/trunk/ext/socket (... truncated) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/