From dcb8c41a1e2146cc67c638ec391436e1ab2323d2 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 14 Jul 2019 00:50:12 +0900 Subject: Added depend files --- ext/-test-/arith_seq/extract/depend | 12 +++++++++++ ext/-test-/bug-3571/depend | 13 ++++++++++++ ext/-test-/bug-5832/depend | 13 ++++++++++++ ext/-test-/bug_reporter/depend | 13 ++++++++++++ ext/-test-/fatal/depend | 13 ++++++++++++ ext/-test-/funcall/depend | 13 ++++++++++++ ext/-test-/hash/depend | 24 ++++++++++++++++++++++ ext/-test-/iseq_load/depend | 13 ++++++++++++ ext/-test-/iter/depend | 35 +++++++++++++++++++++++++++++++++ ext/-test-/load/protect/depend | 13 ++++++++++++ ext/-test-/marshal/compat/depend | 13 ++++++++++++ ext/-test-/marshal/internal_ivar/depend | 13 ++++++++++++ ext/-test-/marshal/usr/depend | 13 ++++++++++++ ext/-test-/memory_status/depend | 13 ++++++++++++ ext/-test-/method/depend | 24 ++++++++++++++++++++++ ext/-test-/notimplement/depend | 13 ++++++++++++ ext/-test-/num2int/depend | 13 ++++++++++++ ext/-test-/path_to_class/depend | 13 ++++++++++++ ext/-test-/popen_deadlock/depend | 13 ++++++++++++ ext/-test-/proc/depend | 35 +++++++++++++++++++++++++++++++++ ext/-test-/recursion/depend | 13 ++++++++++++ ext/-test-/regexp/depend | 25 +++++++++++++++++++++++ ext/-test-/scan_args/depend | 13 ++++++++++++ ext/-test-/st/foreach/depend | 13 ++++++++++++ ext/-test-/st/numhash/depend | 13 ++++++++++++ ext/-test-/st/update/depend | 13 ++++++++++++ ext/-test-/symbol/depend | 24 ++++++++++++++++++++++ ext/-test-/typeddata/depend | 13 ++++++++++++ ext/bigdecimal/util/depend | 13 ++++++++++++ ext/json/depend | 2 ++ ext/rubyvm/depend | 2 ++ ext/win32/depend | 2 ++ ext/win32/resolv/depend | 16 +++++++++++++++ 33 files changed, 487 insertions(+) create mode 100644 ext/-test-/arith_seq/extract/depend create mode 100644 ext/-test-/bug-3571/depend create mode 100644 ext/-test-/bug-5832/depend create mode 100644 ext/-test-/bug_reporter/depend create mode 100644 ext/-test-/fatal/depend create mode 100644 ext/-test-/funcall/depend create mode 100644 ext/-test-/hash/depend create mode 100644 ext/-test-/iseq_load/depend create mode 100644 ext/-test-/iter/depend create mode 100644 ext/-test-/load/protect/depend create mode 100644 ext/-test-/marshal/compat/depend create mode 100644 ext/-test-/marshal/internal_ivar/depend create mode 100644 ext/-test-/marshal/usr/depend create mode 100644 ext/-test-/memory_status/depend create mode 100644 ext/-test-/method/depend create mode 100644 ext/-test-/notimplement/depend create mode 100644 ext/-test-/num2int/depend create mode 100644 ext/-test-/path_to_class/depend create mode 100644 ext/-test-/popen_deadlock/depend create mode 100644 ext/-test-/proc/depend create mode 100644 ext/-test-/recursion/depend create mode 100644 ext/-test-/regexp/depend create mode 100644 ext/-test-/scan_args/depend create mode 100644 ext/-test-/st/foreach/depend create mode 100644 ext/-test-/st/numhash/depend create mode 100644 ext/-test-/st/update/depend create mode 100644 ext/-test-/symbol/depend create mode 100644 ext/-test-/typeddata/depend create mode 100644 ext/bigdecimal/util/depend create mode 100644 ext/json/depend create mode 100644 ext/rubyvm/depend create mode 100644 ext/win32/depend create mode 100644 ext/win32/resolv/depend (limited to 'ext') diff --git a/ext/-test-/arith_seq/extract/depend b/ext/-test-/arith_seq/extract/depend new file mode 100644 index 0000000000..5af2e6a4a2 --- /dev/null +++ b/ext/-test-/arith_seq/extract/depend @@ -0,0 +1,12 @@ +# AUTOGENERATED DEPENDENCIES START +extract.o: $(RUBY_EXTCONF_H) +extract.o: $(arch_hdrdir)/ruby/config.h +extract.o: $(hdrdir)/ruby/backward.h +extract.o: $(hdrdir)/ruby/defines.h +extract.o: $(hdrdir)/ruby/intern.h +extract.o: $(hdrdir)/ruby/missing.h +extract.o: $(hdrdir)/ruby/ruby.h +extract.o: $(hdrdir)/ruby/st.h +extract.o: $(hdrdir)/ruby/subst.h +extract.o: extract.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/bug-3571/depend b/ext/-test-/bug-3571/depend new file mode 100644 index 0000000000..6f4ff48198 --- /dev/null +++ b/ext/-test-/bug-3571/depend @@ -0,0 +1,13 @@ +# AUTOGENERATED DEPENDENCIES START +bug.o: $(RUBY_EXTCONF_H) +bug.o: $(arch_hdrdir)/ruby/config.h +bug.o: $(hdrdir)/ruby.h +bug.o: $(hdrdir)/ruby/backward.h +bug.o: $(hdrdir)/ruby/defines.h +bug.o: $(hdrdir)/ruby/intern.h +bug.o: $(hdrdir)/ruby/missing.h +bug.o: $(hdrdir)/ruby/ruby.h +bug.o: $(hdrdir)/ruby/st.h +bug.o: $(hdrdir)/ruby/subst.h +bug.o: bug.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/bug-5832/depend b/ext/-test-/bug-5832/depend new file mode 100644 index 0000000000..6f4ff48198 --- /dev/null +++ b/ext/-test-/bug-5832/depend @@ -0,0 +1,13 @@ +# AUTOGENERATED DEPENDENCIES START +bug.o: $(RUBY_EXTCONF_H) +bug.o: $(arch_hdrdir)/ruby/config.h +bug.o: $(hdrdir)/ruby.h +bug.o: $(hdrdir)/ruby/backward.h +bug.o: $(hdrdir)/ruby/defines.h +bug.o: $(hdrdir)/ruby/intern.h +bug.o: $(hdrdir)/ruby/missing.h +bug.o: $(hdrdir)/ruby/ruby.h +bug.o: $(hdrdir)/ruby/st.h +bug.o: $(hdrdir)/ruby/subst.h +bug.o: bug.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/bug_reporter/depend b/ext/-test-/bug_reporter/depend new file mode 100644 index 0000000000..bfd4c721f1 --- /dev/null +++ b/ext/-test-/bug_reporter/depend @@ -0,0 +1,13 @@ +# AUTOGENERATED DEPENDENCIES START +bug_reporter.o: $(RUBY_EXTCONF_H) +bug_reporter.o: $(arch_hdrdir)/ruby/config.h +bug_reporter.o: $(hdrdir)/ruby.h +bug_reporter.o: $(hdrdir)/ruby/backward.h +bug_reporter.o: $(hdrdir)/ruby/defines.h +bug_reporter.o: $(hdrdir)/ruby/intern.h +bug_reporter.o: $(hdrdir)/ruby/missing.h +bug_reporter.o: $(hdrdir)/ruby/ruby.h +bug_reporter.o: $(hdrdir)/ruby/st.h +bug_reporter.o: $(hdrdir)/ruby/subst.h +bug_reporter.o: bug_reporter.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/fatal/depend b/ext/-test-/fatal/depend new file mode 100644 index 0000000000..af8d2156e2 --- /dev/null +++ b/ext/-test-/fatal/depend @@ -0,0 +1,13 @@ +# AUTOGENERATED DEPENDENCIES START +rb_fatal.o: $(RUBY_EXTCONF_H) +rb_fatal.o: $(arch_hdrdir)/ruby/config.h +rb_fatal.o: $(hdrdir)/ruby.h +rb_fatal.o: $(hdrdir)/ruby/backward.h +rb_fatal.o: $(hdrdir)/ruby/defines.h +rb_fatal.o: $(hdrdir)/ruby/intern.h +rb_fatal.o: $(hdrdir)/ruby/missing.h +rb_fatal.o: $(hdrdir)/ruby/ruby.h +rb_fatal.o: $(hdrdir)/ruby/st.h +rb_fatal.o: $(hdrdir)/ruby/subst.h +rb_fatal.o: rb_fatal.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/funcall/depend b/ext/-test-/funcall/depend new file mode 100644 index 0000000000..6a7d16a15d --- /dev/null +++ b/ext/-test-/funcall/depend @@ -0,0 +1,13 @@ +# AUTOGENERATED DEPENDENCIES START +funcall.o: $(RUBY_EXTCONF_H) +funcall.o: $(arch_hdrdir)/ruby/config.h +funcall.o: $(hdrdir)/ruby.h +funcall.o: $(hdrdir)/ruby/backward.h +funcall.o: $(hdrdir)/ruby/defines.h +funcall.o: $(hdrdir)/ruby/intern.h +funcall.o: $(hdrdir)/ruby/missing.h +funcall.o: $(hdrdir)/ruby/ruby.h +funcall.o: $(hdrdir)/ruby/st.h +funcall.o: $(hdrdir)/ruby/subst.h +funcall.o: funcall.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/hash/depend b/ext/-test-/hash/depend new file mode 100644 index 0000000000..dd183c9f44 --- /dev/null +++ b/ext/-test-/hash/depend @@ -0,0 +1,24 @@ +# AUTOGENERATED DEPENDENCIES START +delete.o: $(RUBY_EXTCONF_H) +delete.o: $(arch_hdrdir)/ruby/config.h +delete.o: $(hdrdir)/ruby.h +delete.o: $(hdrdir)/ruby/backward.h +delete.o: $(hdrdir)/ruby/defines.h +delete.o: $(hdrdir)/ruby/intern.h +delete.o: $(hdrdir)/ruby/missing.h +delete.o: $(hdrdir)/ruby/ruby.h +delete.o: $(hdrdir)/ruby/st.h +delete.o: $(hdrdir)/ruby/subst.h +delete.o: delete.c +init.o: $(RUBY_EXTCONF_H) +init.o: $(arch_hdrdir)/ruby/config.h +init.o: $(hdrdir)/ruby.h +init.o: $(hdrdir)/ruby/backward.h +init.o: $(hdrdir)/ruby/defines.h +init.o: $(hdrdir)/ruby/intern.h +init.o: $(hdrdir)/ruby/missing.h +init.o: $(hdrdir)/ruby/ruby.h +init.o: $(hdrdir)/ruby/st.h +init.o: $(hdrdir)/ruby/subst.h +init.o: init.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/iseq_load/depend b/ext/-test-/iseq_load/depend new file mode 100644 index 0000000000..3d2ef945ff --- /dev/null +++ b/ext/-test-/iseq_load/depend @@ -0,0 +1,13 @@ +# AUTOGENERATED DEPENDENCIES START +iseq_load.o: $(RUBY_EXTCONF_H) +iseq_load.o: $(arch_hdrdir)/ruby/config.h +iseq_load.o: $(hdrdir)/ruby.h +iseq_load.o: $(hdrdir)/ruby/backward.h +iseq_load.o: $(hdrdir)/ruby/defines.h +iseq_load.o: $(hdrdir)/ruby/intern.h +iseq_load.o: $(hdrdir)/ruby/missing.h +iseq_load.o: $(hdrdir)/ruby/ruby.h +iseq_load.o: $(hdrdir)/ruby/st.h +iseq_load.o: $(hdrdir)/ruby/subst.h +iseq_load.o: iseq_load.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/iter/depend b/ext/-test-/iter/depend new file mode 100644 index 0000000000..9e960e2426 --- /dev/null +++ b/ext/-test-/iter/depend @@ -0,0 +1,35 @@ +# AUTOGENERATED DEPENDENCIES START +break.o: $(RUBY_EXTCONF_H) +break.o: $(arch_hdrdir)/ruby/config.h +break.o: $(hdrdir)/ruby.h +break.o: $(hdrdir)/ruby/backward.h +break.o: $(hdrdir)/ruby/defines.h +break.o: $(hdrdir)/ruby/intern.h +break.o: $(hdrdir)/ruby/missing.h +break.o: $(hdrdir)/ruby/ruby.h +break.o: $(hdrdir)/ruby/st.h +break.o: $(hdrdir)/ruby/subst.h +break.o: break.c +init.o: $(RUBY_EXTCONF_H) +init.o: $(arch_hdrdir)/ruby/config.h +init.o: $(hdrdir)/ruby.h +init.o: $(hdrdir)/ruby/backward.h +init.o: $(hdrdir)/ruby/defines.h +init.o: $(hdrdir)/ruby/intern.h +init.o: $(hdrdir)/ruby/missing.h +init.o: $(hdrdir)/ruby/ruby.h +init.o: $(hdrdir)/ruby/st.h +init.o: $(hdrdir)/ruby/subst.h +init.o: init.c +yield.o: $(RUBY_EXTCONF_H) +yield.o: $(arch_hdrdir)/ruby/config.h +yield.o: $(hdrdir)/ruby.h +yield.o: $(hdrdir)/ruby/backward.h +yield.o: $(hdrdir)/ruby/defines.h +yield.o: $(hdrdir)/ruby/intern.h +yield.o: $(hdrdir)/ruby/missing.h +yield.o: $(hdrdir)/ruby/ruby.h +yield.o: $(hdrdir)/ruby/st.h +yield.o: $(hdrdir)/ruby/subst.h +yield.o: yield.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/load/protect/depend b/ext/-test-/load/protect/depend new file mode 100644 index 0000000000..a69bf948ce --- /dev/null +++ b/ext/-test-/load/protect/depend @@ -0,0 +1,13 @@ +# AUTOGENERATED DEPENDENCIES START +protect.o: $(RUBY_EXTCONF_H) +protect.o: $(arch_hdrdir)/ruby/config.h +protect.o: $(hdrdir)/ruby.h +protect.o: $(hdrdir)/ruby/backward.h +protect.o: $(hdrdir)/ruby/defines.h +protect.o: $(hdrdir)/ruby/intern.h +protect.o: $(hdrdir)/ruby/missing.h +protect.o: $(hdrdir)/ruby/ruby.h +protect.o: $(hdrdir)/ruby/st.h +protect.o: $(hdrdir)/ruby/subst.h +protect.o: protect.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/marshal/compat/depend b/ext/-test-/marshal/compat/depend new file mode 100644 index 0000000000..e0d13b18c9 --- /dev/null +++ b/ext/-test-/marshal/compat/depend @@ -0,0 +1,13 @@ +# AUTOGENERATED DEPENDENCIES START +usrcompat.o: $(RUBY_EXTCONF_H) +usrcompat.o: $(arch_hdrdir)/ruby/config.h +usrcompat.o: $(hdrdir)/ruby.h +usrcompat.o: $(hdrdir)/ruby/backward.h +usrcompat.o: $(hdrdir)/ruby/defines.h +usrcompat.o: $(hdrdir)/ruby/intern.h +usrcompat.o: $(hdrdir)/ruby/missing.h +usrcompat.o: $(hdrdir)/ruby/ruby.h +usrcompat.o: $(hdrdir)/ruby/st.h +usrcompat.o: $(hdrdir)/ruby/subst.h +usrcompat.o: usrcompat.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/marshal/internal_ivar/depend b/ext/-test-/marshal/internal_ivar/depend new file mode 100644 index 0000000000..1ca625528c --- /dev/null +++ b/ext/-test-/marshal/internal_ivar/depend @@ -0,0 +1,13 @@ +# AUTOGENERATED DEPENDENCIES START +internal_ivar.o: $(RUBY_EXTCONF_H) +internal_ivar.o: $(arch_hdrdir)/ruby/config.h +internal_ivar.o: $(hdrdir)/ruby.h +internal_ivar.o: $(hdrdir)/ruby/backward.h +internal_ivar.o: $(hdrdir)/ruby/defines.h +internal_ivar.o: $(hdrdir)/ruby/intern.h +internal_ivar.o: $(hdrdir)/ruby/missing.h +internal_ivar.o: $(hdrdir)/ruby/ruby.h +internal_ivar.o: $(hdrdir)/ruby/st.h +internal_ivar.o: $(hdrdir)/ruby/subst.h +internal_ivar.o: internal_ivar.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/marshal/usr/depend b/ext/-test-/marshal/usr/depend new file mode 100644 index 0000000000..1360222980 --- /dev/null +++ b/ext/-test-/marshal/usr/depend @@ -0,0 +1,13 @@ +# AUTOGENERATED DEPENDENCIES START +usrmarshal.o: $(RUBY_EXTCONF_H) +usrmarshal.o: $(arch_hdrdir)/ruby/config.h +usrmarshal.o: $(hdrdir)/ruby.h +usrmarshal.o: $(hdrdir)/ruby/backward.h +usrmarshal.o: $(hdrdir)/ruby/defines.h +usrmarshal.o: $(hdrdir)/ruby/intern.h +usrmarshal.o: $(hdrdir)/ruby/missing.h +usrmarshal.o: $(hdrdir)/ruby/ruby.h +usrmarshal.o: $(hdrdir)/ruby/st.h +usrmarshal.o: $(hdrdir)/ruby/subst.h +usrmarshal.o: usrmarshal.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/memory_status/depend b/ext/-test-/memory_status/depend new file mode 100644 index 0000000000..8254b08f24 --- /dev/null +++ b/ext/-test-/memory_status/depend @@ -0,0 +1,13 @@ +# AUTOGENERATED DEPENDENCIES START +memory_status.o: $(RUBY_EXTCONF_H) +memory_status.o: $(arch_hdrdir)/ruby/config.h +memory_status.o: $(hdrdir)/ruby.h +memory_status.o: $(hdrdir)/ruby/backward.h +memory_status.o: $(hdrdir)/ruby/defines.h +memory_status.o: $(hdrdir)/ruby/intern.h +memory_status.o: $(hdrdir)/ruby/missing.h +memory_status.o: $(hdrdir)/ruby/ruby.h +memory_status.o: $(hdrdir)/ruby/st.h +memory_status.o: $(hdrdir)/ruby/subst.h +memory_status.o: memory_status.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/method/depend b/ext/-test-/method/depend new file mode 100644 index 0000000000..5bc370ecb8 --- /dev/null +++ b/ext/-test-/method/depend @@ -0,0 +1,24 @@ +# AUTOGENERATED DEPENDENCIES START +arity.o: $(RUBY_EXTCONF_H) +arity.o: $(arch_hdrdir)/ruby/config.h +arity.o: $(hdrdir)/ruby.h +arity.o: $(hdrdir)/ruby/backward.h +arity.o: $(hdrdir)/ruby/defines.h +arity.o: $(hdrdir)/ruby/intern.h +arity.o: $(hdrdir)/ruby/missing.h +arity.o: $(hdrdir)/ruby/ruby.h +arity.o: $(hdrdir)/ruby/st.h +arity.o: $(hdrdir)/ruby/subst.h +arity.o: arity.c +init.o: $(RUBY_EXTCONF_H) +init.o: $(arch_hdrdir)/ruby/config.h +init.o: $(hdrdir)/ruby.h +init.o: $(hdrdir)/ruby/backward.h +init.o: $(hdrdir)/ruby/defines.h +init.o: $(hdrdir)/ruby/intern.h +init.o: $(hdrdir)/ruby/missing.h +init.o: $(hdrdir)/ruby/ruby.h +init.o: $(hdrdir)/ruby/st.h +init.o: $(hdrdir)/ruby/subst.h +init.o: init.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/notimplement/depend b/ext/-test-/notimplement/depend new file mode 100644 index 0000000000..6f4ff48198 --- /dev/null +++ b/ext/-test-/notimplement/depend @@ -0,0 +1,13 @@ +# AUTOGENERATED DEPENDENCIES START +bug.o: $(RUBY_EXTCONF_H) +bug.o: $(arch_hdrdir)/ruby/config.h +bug.o: $(hdrdir)/ruby.h +bug.o: $(hdrdir)/ruby/backward.h +bug.o: $(hdrdir)/ruby/defines.h +bug.o: $(hdrdir)/ruby/intern.h +bug.o: $(hdrdir)/ruby/missing.h +bug.o: $(hdrdir)/ruby/ruby.h +bug.o: $(hdrdir)/ruby/st.h +bug.o: $(hdrdir)/ruby/subst.h +bug.o: bug.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/num2int/depend b/ext/-test-/num2int/depend new file mode 100644 index 0000000000..bb6c9b3c77 --- /dev/null +++ b/ext/-test-/num2int/depend @@ -0,0 +1,13 @@ +# AUTOGENERATED DEPENDENCIES START +num2int.o: $(RUBY_EXTCONF_H) +num2int.o: $(arch_hdrdir)/ruby/config.h +num2int.o: $(hdrdir)/ruby.h +num2int.o: $(hdrdir)/ruby/backward.h +num2int.o: $(hdrdir)/ruby/defines.h +num2int.o: $(hdrdir)/ruby/intern.h +num2int.o: $(hdrdir)/ruby/missing.h +num2int.o: $(hdrdir)/ruby/ruby.h +num2int.o: $(hdrdir)/ruby/st.h +num2int.o: $(hdrdir)/ruby/subst.h +num2int.o: num2int.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/path_to_class/depend b/ext/-test-/path_to_class/depend new file mode 100644 index 0000000000..55dce316ec --- /dev/null +++ b/ext/-test-/path_to_class/depend @@ -0,0 +1,13 @@ +# AUTOGENERATED DEPENDENCIES START +path_to_class.o: $(RUBY_EXTCONF_H) +path_to_class.o: $(arch_hdrdir)/ruby/config.h +path_to_class.o: $(hdrdir)/ruby.h +path_to_class.o: $(hdrdir)/ruby/backward.h +path_to_class.o: $(hdrdir)/ruby/defines.h +path_to_class.o: $(hdrdir)/ruby/intern.h +path_to_class.o: $(hdrdir)/ruby/missing.h +path_to_class.o: $(hdrdir)/ruby/ruby.h +path_to_class.o: $(hdrdir)/ruby/st.h +path_to_class.o: $(hdrdir)/ruby/subst.h +path_to_class.o: path_to_class.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/popen_deadlock/depend b/ext/-test-/popen_deadlock/depend new file mode 100644 index 0000000000..12b31f247c --- /dev/null +++ b/ext/-test-/popen_deadlock/depend @@ -0,0 +1,13 @@ +# AUTOGENERATED DEPENDENCIES START +infinite_loop_dlsym.o: $(RUBY_EXTCONF_H) +infinite_loop_dlsym.o: $(arch_hdrdir)/ruby/config.h +infinite_loop_dlsym.o: $(hdrdir)/ruby/backward.h +infinite_loop_dlsym.o: $(hdrdir)/ruby/defines.h +infinite_loop_dlsym.o: $(hdrdir)/ruby/intern.h +infinite_loop_dlsym.o: $(hdrdir)/ruby/missing.h +infinite_loop_dlsym.o: $(hdrdir)/ruby/ruby.h +infinite_loop_dlsym.o: $(hdrdir)/ruby/st.h +infinite_loop_dlsym.o: $(hdrdir)/ruby/subst.h +infinite_loop_dlsym.o: $(hdrdir)/ruby/thread.h +infinite_loop_dlsym.o: infinite_loop_dlsym.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/proc/depend b/ext/-test-/proc/depend new file mode 100644 index 0000000000..db48627643 --- /dev/null +++ b/ext/-test-/proc/depend @@ -0,0 +1,35 @@ +# AUTOGENERATED DEPENDENCIES START +init.o: $(RUBY_EXTCONF_H) +init.o: $(arch_hdrdir)/ruby/config.h +init.o: $(hdrdir)/ruby.h +init.o: $(hdrdir)/ruby/backward.h +init.o: $(hdrdir)/ruby/defines.h +init.o: $(hdrdir)/ruby/intern.h +init.o: $(hdrdir)/ruby/missing.h +init.o: $(hdrdir)/ruby/ruby.h +init.o: $(hdrdir)/ruby/st.h +init.o: $(hdrdir)/ruby/subst.h +init.o: init.c +receiver.o: $(RUBY_EXTCONF_H) +receiver.o: $(arch_hdrdir)/ruby/config.h +receiver.o: $(hdrdir)/ruby.h +receiver.o: $(hdrdir)/ruby/backward.h +receiver.o: $(hdrdir)/ruby/defines.h +receiver.o: $(hdrdir)/ruby/intern.h +receiver.o: $(hdrdir)/ruby/missing.h +receiver.o: $(hdrdir)/ruby/ruby.h +receiver.o: $(hdrdir)/ruby/st.h +receiver.o: $(hdrdir)/ruby/subst.h +receiver.o: receiver.c +super.o: $(RUBY_EXTCONF_H) +super.o: $(arch_hdrdir)/ruby/config.h +super.o: $(hdrdir)/ruby.h +super.o: $(hdrdir)/ruby/backward.h +super.o: $(hdrdir)/ruby/defines.h +super.o: $(hdrdir)/ruby/intern.h +super.o: $(hdrdir)/ruby/missing.h +super.o: $(hdrdir)/ruby/ruby.h +super.o: $(hdrdir)/ruby/st.h +super.o: $(hdrdir)/ruby/subst.h +super.o: super.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/recursion/depend b/ext/-test-/recursion/depend new file mode 100644 index 0000000000..30ba450d00 --- /dev/null +++ b/ext/-test-/recursion/depend @@ -0,0 +1,13 @@ +# AUTOGENERATED DEPENDENCIES START +recursion.o: $(RUBY_EXTCONF_H) +recursion.o: $(arch_hdrdir)/ruby/config.h +recursion.o: $(hdrdir)/ruby.h +recursion.o: $(hdrdir)/ruby/backward.h +recursion.o: $(hdrdir)/ruby/defines.h +recursion.o: $(hdrdir)/ruby/intern.h +recursion.o: $(hdrdir)/ruby/missing.h +recursion.o: $(hdrdir)/ruby/ruby.h +recursion.o: $(hdrdir)/ruby/st.h +recursion.o: $(hdrdir)/ruby/subst.h +recursion.o: recursion.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/regexp/depend b/ext/-test-/regexp/depend new file mode 100644 index 0000000000..bbea37e53b --- /dev/null +++ b/ext/-test-/regexp/depend @@ -0,0 +1,25 @@ +# AUTOGENERATED DEPENDENCIES START +init.o: $(RUBY_EXTCONF_H) +init.o: $(arch_hdrdir)/ruby/config.h +init.o: $(hdrdir)/ruby.h +init.o: $(hdrdir)/ruby/backward.h +init.o: $(hdrdir)/ruby/defines.h +init.o: $(hdrdir)/ruby/intern.h +init.o: $(hdrdir)/ruby/missing.h +init.o: $(hdrdir)/ruby/ruby.h +init.o: $(hdrdir)/ruby/st.h +init.o: $(hdrdir)/ruby/subst.h +init.o: init.c +parse_depth_limit.o: $(RUBY_EXTCONF_H) +parse_depth_limit.o: $(arch_hdrdir)/ruby/config.h +parse_depth_limit.o: $(hdrdir)/ruby.h +parse_depth_limit.o: $(hdrdir)/ruby/backward.h +parse_depth_limit.o: $(hdrdir)/ruby/defines.h +parse_depth_limit.o: $(hdrdir)/ruby/intern.h +parse_depth_limit.o: $(hdrdir)/ruby/missing.h +parse_depth_limit.o: $(hdrdir)/ruby/onigmo.h +parse_depth_limit.o: $(hdrdir)/ruby/ruby.h +parse_depth_limit.o: $(hdrdir)/ruby/st.h +parse_depth_limit.o: $(hdrdir)/ruby/subst.h +parse_depth_limit.o: parse_depth_limit.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/scan_args/depend b/ext/-test-/scan_args/depend new file mode 100644 index 0000000000..6e6bd23927 --- /dev/null +++ b/ext/-test-/scan_args/depend @@ -0,0 +1,13 @@ +# AUTOGENERATED DEPENDENCIES START +scan_args.o: $(RUBY_EXTCONF_H) +scan_args.o: $(arch_hdrdir)/ruby/config.h +scan_args.o: $(hdrdir)/ruby.h +scan_args.o: $(hdrdir)/ruby/backward.h +scan_args.o: $(hdrdir)/ruby/defines.h +scan_args.o: $(hdrdir)/ruby/intern.h +scan_args.o: $(hdrdir)/ruby/missing.h +scan_args.o: $(hdrdir)/ruby/ruby.h +scan_args.o: $(hdrdir)/ruby/st.h +scan_args.o: $(hdrdir)/ruby/subst.h +scan_args.o: scan_args.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/st/foreach/depend b/ext/-test-/st/foreach/depend new file mode 100644 index 0000000000..f649c3b2a6 --- /dev/null +++ b/ext/-test-/st/foreach/depend @@ -0,0 +1,13 @@ +# AUTOGENERATED DEPENDENCIES START +foreach.o: $(RUBY_EXTCONF_H) +foreach.o: $(arch_hdrdir)/ruby/config.h +foreach.o: $(hdrdir)/ruby.h +foreach.o: $(hdrdir)/ruby/backward.h +foreach.o: $(hdrdir)/ruby/defines.h +foreach.o: $(hdrdir)/ruby/intern.h +foreach.o: $(hdrdir)/ruby/missing.h +foreach.o: $(hdrdir)/ruby/ruby.h +foreach.o: $(hdrdir)/ruby/st.h +foreach.o: $(hdrdir)/ruby/subst.h +foreach.o: foreach.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/st/numhash/depend b/ext/-test-/st/numhash/depend new file mode 100644 index 0000000000..5eb6faa45c --- /dev/null +++ b/ext/-test-/st/numhash/depend @@ -0,0 +1,13 @@ +# AUTOGENERATED DEPENDENCIES START +numhash.o: $(RUBY_EXTCONF_H) +numhash.o: $(arch_hdrdir)/ruby/config.h +numhash.o: $(hdrdir)/ruby.h +numhash.o: $(hdrdir)/ruby/backward.h +numhash.o: $(hdrdir)/ruby/defines.h +numhash.o: $(hdrdir)/ruby/intern.h +numhash.o: $(hdrdir)/ruby/missing.h +numhash.o: $(hdrdir)/ruby/ruby.h +numhash.o: $(hdrdir)/ruby/st.h +numhash.o: $(hdrdir)/ruby/subst.h +numhash.o: numhash.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/st/update/depend b/ext/-test-/st/update/depend new file mode 100644 index 0000000000..b5abfc1173 --- /dev/null +++ b/ext/-test-/st/update/depend @@ -0,0 +1,13 @@ +# AUTOGENERATED DEPENDENCIES START +update.o: $(RUBY_EXTCONF_H) +update.o: $(arch_hdrdir)/ruby/config.h +update.o: $(hdrdir)/ruby.h +update.o: $(hdrdir)/ruby/backward.h +update.o: $(hdrdir)/ruby/defines.h +update.o: $(hdrdir)/ruby/intern.h +update.o: $(hdrdir)/ruby/missing.h +update.o: $(hdrdir)/ruby/ruby.h +update.o: $(hdrdir)/ruby/st.h +update.o: $(hdrdir)/ruby/subst.h +update.o: update.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/symbol/depend b/ext/-test-/symbol/depend new file mode 100644 index 0000000000..e7bba43501 --- /dev/null +++ b/ext/-test-/symbol/depend @@ -0,0 +1,24 @@ +# AUTOGENERATED DEPENDENCIES START +init.o: $(RUBY_EXTCONF_H) +init.o: $(arch_hdrdir)/ruby/config.h +init.o: $(hdrdir)/ruby.h +init.o: $(hdrdir)/ruby/backward.h +init.o: $(hdrdir)/ruby/defines.h +init.o: $(hdrdir)/ruby/intern.h +init.o: $(hdrdir)/ruby/missing.h +init.o: $(hdrdir)/ruby/ruby.h +init.o: $(hdrdir)/ruby/st.h +init.o: $(hdrdir)/ruby/subst.h +init.o: init.c +type.o: $(RUBY_EXTCONF_H) +type.o: $(arch_hdrdir)/ruby/config.h +type.o: $(hdrdir)/ruby.h +type.o: $(hdrdir)/ruby/backward.h +type.o: $(hdrdir)/ruby/defines.h +type.o: $(hdrdir)/ruby/intern.h +type.o: $(hdrdir)/ruby/missing.h +type.o: $(hdrdir)/ruby/ruby.h +type.o: $(hdrdir)/ruby/st.h +type.o: $(hdrdir)/ruby/subst.h +type.o: type.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/-test-/typeddata/depend b/ext/-test-/typeddata/depend new file mode 100644 index 0000000000..4d3c9f0d07 --- /dev/null +++ b/ext/-test-/typeddata/depend @@ -0,0 +1,13 @@ +# AUTOGENERATED DEPENDENCIES START +typeddata.o: $(RUBY_EXTCONF_H) +typeddata.o: $(arch_hdrdir)/ruby/config.h +typeddata.o: $(hdrdir)/ruby.h +typeddata.o: $(hdrdir)/ruby/backward.h +typeddata.o: $(hdrdir)/ruby/defines.h +typeddata.o: $(hdrdir)/ruby/intern.h +typeddata.o: $(hdrdir)/ruby/missing.h +typeddata.o: $(hdrdir)/ruby/ruby.h +typeddata.o: $(hdrdir)/ruby/st.h +typeddata.o: $(hdrdir)/ruby/subst.h +typeddata.o: typeddata.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/bigdecimal/util/depend b/ext/bigdecimal/util/depend new file mode 100644 index 0000000000..4cc7b93121 --- /dev/null +++ b/ext/bigdecimal/util/depend @@ -0,0 +1,13 @@ +# AUTOGENERATED DEPENDENCIES START +util.o: $(RUBY_EXTCONF_H) +util.o: $(arch_hdrdir)/ruby/config.h +util.o: $(hdrdir)/ruby.h +util.o: $(hdrdir)/ruby/backward.h +util.o: $(hdrdir)/ruby/defines.h +util.o: $(hdrdir)/ruby/intern.h +util.o: $(hdrdir)/ruby/missing.h +util.o: $(hdrdir)/ruby/ruby.h +util.o: $(hdrdir)/ruby/st.h +util.o: $(hdrdir)/ruby/subst.h +util.o: util.c +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/json/depend b/ext/json/depend new file mode 100644 index 0000000000..0301ce074c --- /dev/null +++ b/ext/json/depend @@ -0,0 +1,2 @@ +# AUTOGENERATED DEPENDENCIES START +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/rubyvm/depend b/ext/rubyvm/depend new file mode 100644 index 0000000000..0301ce074c --- /dev/null +++ b/ext/rubyvm/depend @@ -0,0 +1,2 @@ +# AUTOGENERATED DEPENDENCIES START +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/win32/depend b/ext/win32/depend new file mode 100644 index 0000000000..0301ce074c --- /dev/null +++ b/ext/win32/depend @@ -0,0 +1,2 @@ +# AUTOGENERATED DEPENDENCIES START +# AUTOGENERATED DEPENDENCIES END diff --git a/ext/win32/resolv/depend b/ext/win32/resolv/depend new file mode 100644 index 0000000000..4c2fa286bc --- /dev/null +++ b/ext/win32/resolv/depend @@ -0,0 +1,16 @@ +# AUTOGENERATED DEPENDENCIES START +resolv.o: $(RUBY_EXTCONF_H) +resolv.o: $(arch_hdrdir)/ruby/config.h +resolv.o: $(hdrdir)/ruby.h +resolv.o: $(hdrdir)/ruby/backward.h +resolv.o: $(hdrdir)/ruby/defines.h +resolv.o: $(hdrdir)/ruby/encoding.h +resolv.o: $(hdrdir)/ruby/intern.h +resolv.o: $(hdrdir)/ruby/missing.h +resolv.o: $(hdrdir)/ruby/onigmo.h +resolv.o: $(hdrdir)/ruby/oniguruma.h +resolv.o: $(hdrdir)/ruby/ruby.h +resolv.o: $(hdrdir)/ruby/st.h +resolv.o: $(hdrdir)/ruby/subst.h +resolv.o: resolv.c +# AUTOGENERATED DEPENDENCIES END -- cgit v1.2.3