mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	Update dependencies
* common.mk (compile.o, loadpath.o): update dependencies. * common.mk (vm_call.o): remove stale object dependencies. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									1bdc1a5529
								
							
						
					
					
						commit
						64fea27496
					
				
					 32 changed files with 537 additions and 85 deletions
				
			
		| 
						 | 
				
			
			@ -1259,7 +1259,9 @@ compile.$(OBJEXT): {$(VPATH)}method.h
 | 
			
		|||
compile.$(OBJEXT): {$(VPATH)}missing.h
 | 
			
		||||
compile.$(OBJEXT): {$(VPATH)}node.h
 | 
			
		||||
compile.$(OBJEXT): {$(VPATH)}oniguruma.h
 | 
			
		||||
compile.$(OBJEXT): {$(VPATH)}opt_sc.inc
 | 
			
		||||
compile.$(OBJEXT): {$(VPATH)}optinsn.inc
 | 
			
		||||
compile.$(OBJEXT): {$(VPATH)}optunifs.inc
 | 
			
		||||
compile.$(OBJEXT): {$(VPATH)}re.h
 | 
			
		||||
compile.$(OBJEXT): {$(VPATH)}regex.h
 | 
			
		||||
compile.$(OBJEXT): {$(VPATH)}ruby_assert.h
 | 
			
		||||
| 
						 | 
				
			
			@ -1763,7 +1765,6 @@ loadpath.$(OBJEXT): {$(VPATH)}defines.h
 | 
			
		|||
loadpath.$(OBJEXT): {$(VPATH)}intern.h
 | 
			
		||||
loadpath.$(OBJEXT): {$(VPATH)}loadpath.c
 | 
			
		||||
loadpath.$(OBJEXT): {$(VPATH)}missing.h
 | 
			
		||||
loadpath.$(OBJEXT): {$(VPATH)}ruby_assert.h
 | 
			
		||||
loadpath.$(OBJEXT): {$(VPATH)}st.h
 | 
			
		||||
loadpath.$(OBJEXT): {$(VPATH)}subst.h
 | 
			
		||||
loadpath.$(OBJEXT): {$(VPATH)}verconf.h
 | 
			
		||||
| 
						 | 
				
			
			@ -2559,9 +2560,6 @@ vm_backtrace.$(OBJEXT): {$(VPATH)}vm_backtrace.c
 | 
			
		|||
vm_backtrace.$(OBJEXT): {$(VPATH)}vm_core.h
 | 
			
		||||
vm_backtrace.$(OBJEXT): {$(VPATH)}vm_debug.h
 | 
			
		||||
vm_backtrace.$(OBJEXT): {$(VPATH)}vm_opts.h
 | 
			
		||||
vm_call.$(OBJEXT): $(top_srcdir)/include/ruby.h
 | 
			
		||||
vm_call.$(OBJEXT): {$(VPATH)}vm_call_iseq_optimized.inc
 | 
			
		||||
vm_call.$(OBJEXT): {$(VPATH)}vm_core.h
 | 
			
		||||
vm_dump.$(OBJEXT): $(CCAN_DIR)/check_type/check_type.h
 | 
			
		||||
vm_dump.$(OBJEXT): $(CCAN_DIR)/container_of/container_of.h
 | 
			
		||||
vm_dump.$(OBJEXT): $(CCAN_DIR)/list/list.h
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										12
									
								
								ext/-test-/array/resize/depend
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								ext/-test-/array/resize/depend
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,12 @@
 | 
			
		|||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
resize.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
resize.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
resize.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
resize.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
resize.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
resize.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
resize.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
resize.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
resize.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
resize.o: resize.c
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
							
								
								
									
										23
									
								
								ext/-test-/class/depend
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								ext/-test-/class/depend
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,23 @@
 | 
			
		|||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
class2name.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
class2name.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
class2name.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
class2name.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
class2name.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
class2name.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
class2name.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
class2name.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
class2name.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
class2name.o: class2name.c
 | 
			
		||||
init.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
init.o: $(arch_hdrdir)/ruby/config.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: $(top_srcdir)/include/ruby.h
 | 
			
		||||
init.o: init.c
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
							
								
								
									
										3
									
								
								ext/-test-/dln/empty/depend
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								ext/-test-/dln/empty/depend
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,3 @@
 | 
			
		|||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
empty.o: empty.c
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
							
								
								
									
										13
									
								
								ext/-test-/gvl/call_without_gvl/depend
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								ext/-test-/gvl/call_without_gvl/depend
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,13 @@
 | 
			
		|||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
call_without_gvl.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
call_without_gvl.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
call_without_gvl.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
call_without_gvl.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
call_without_gvl.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
call_without_gvl.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
call_without_gvl.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
call_without_gvl.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
call_without_gvl.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
call_without_gvl.o: $(hdrdir)/ruby/thread.h
 | 
			
		||||
call_without_gvl.o: call_without_gvl.c
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
							
								
								
									
										39
									
								
								ext/-test-/integer/depend
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										39
									
								
								ext/-test-/integer/depend
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,39 @@
 | 
			
		|||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
core_ext.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
core_ext.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
core_ext.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
core_ext.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
core_ext.o: $(hdrdir)/ruby/encoding.h
 | 
			
		||||
core_ext.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
core_ext.o: $(hdrdir)/ruby/io.h
 | 
			
		||||
core_ext.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
core_ext.o: $(hdrdir)/ruby/oniguruma.h
 | 
			
		||||
core_ext.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
core_ext.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
core_ext.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
core_ext.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
core_ext.o: $(top_srcdir)/internal.h
 | 
			
		||||
core_ext.o: core_ext.c
 | 
			
		||||
init.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
init.o: $(arch_hdrdir)/ruby/config.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: $(top_srcdir)/include/ruby.h
 | 
			
		||||
init.o: init.c
 | 
			
		||||
my_integer.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
my_integer.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
my_integer.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
my_integer.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
my_integer.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
my_integer.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
my_integer.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
my_integer.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
my_integer.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
my_integer.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
my_integer.o: my_integer.c
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
							
								
								
									
										3
									
								
								ext/-test-/load/dot.dot/depend
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								ext/-test-/load/dot.dot/depend
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,3 @@
 | 
			
		|||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
dot.dot.o: dot.dot.c
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
							
								
								
									
										13
									
								
								ext/-test-/vm/depend
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								ext/-test-/vm/depend
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,13 @@
 | 
			
		|||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
at_exit.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
at_exit.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
at_exit.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
at_exit.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
at_exit.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
at_exit.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
at_exit.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
at_exit.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
at_exit.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
at_exit.o: $(hdrdir)/ruby/vm.h
 | 
			
		||||
at_exit.o: at_exit.c
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
							
								
								
									
										15
									
								
								ext/cgi/escape/depend
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								ext/cgi/escape/depend
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,15 @@
 | 
			
		|||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
escape.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
escape.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
escape.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
escape.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
escape.o: $(hdrdir)/ruby/encoding.h
 | 
			
		||||
escape.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
escape.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
escape.o: $(hdrdir)/ruby/oniguruma.h
 | 
			
		||||
escape.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
escape.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
escape.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
escape.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
escape.o: escape.c
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
							
								
								
									
										12
									
								
								ext/continuation/depend
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								ext/continuation/depend
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,12 @@
 | 
			
		|||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
continuation.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
continuation.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
continuation.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
continuation.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
continuation.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
continuation.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
continuation.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
continuation.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
continuation.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
continuation.o: continuation.c
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
| 
						 | 
				
			
			@ -30,6 +30,7 @@ date_parse.o: $(hdrdir)/ruby/subst.h
 | 
			
		|||
date_parse.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
date_parse.o: date_parse.c
 | 
			
		||||
date_parse.o: zonetab.h
 | 
			
		||||
date_parse.o: zonetab.list
 | 
			
		||||
date_strftime.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
date_strftime.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
date_strftime.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										13
									
								
								ext/dbm/depend
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								ext/dbm/depend
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,13 @@
 | 
			
		|||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
dbm.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
dbm.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
dbm.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
dbm.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
dbm.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
dbm.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
dbm.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
dbm.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
dbm.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
dbm.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
dbm.o: dbm.c
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
| 
						 | 
				
			
			@ -15,6 +15,4 @@ md5init.o: $(top_srcdir)/ext/digest/digest.h
 | 
			
		|||
md5init.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
md5init.o: md5init.c
 | 
			
		||||
md5init.o: md5ossl.h
 | 
			
		||||
md5ossl.o: md5ossl.c
 | 
			
		||||
md5ossl.o: md5ossl.h
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,16 +15,4 @@ rmd160init.o: $(top_srcdir)/ext/digest/digest.h
 | 
			
		|||
rmd160init.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
rmd160init.o: rmd160init.c
 | 
			
		||||
rmd160init.o: rmd160ossl.h
 | 
			
		||||
rmd160ossl.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
rmd160ossl.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
rmd160ossl.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
rmd160ossl.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
rmd160ossl.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
rmd160ossl.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
rmd160ossl.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
rmd160ossl.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
rmd160ossl.o: $(top_srcdir)/ext/digest/defs.h
 | 
			
		||||
rmd160ossl.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
rmd160ossl.o: rmd160ossl.c
 | 
			
		||||
rmd160ossl.o: rmd160ossl.h
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,16 +15,4 @@ sha1init.o: $(top_srcdir)/ext/digest/digest.h
 | 
			
		|||
sha1init.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
sha1init.o: sha1init.c
 | 
			
		||||
sha1init.o: sha1ossl.h
 | 
			
		||||
sha1ossl.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
sha1ossl.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
sha1ossl.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
sha1ossl.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
sha1ossl.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
sha1ossl.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
sha1ossl.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
sha1ossl.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
sha1ossl.o: $(top_srcdir)/ext/digest/defs.h
 | 
			
		||||
sha1ossl.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
sha1ossl.o: sha1ossl.c
 | 
			
		||||
sha1ossl.o: sha1ossl.h
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,16 +15,4 @@ sha2init.o: $(top_srcdir)/ext/digest/digest.h
 | 
			
		|||
sha2init.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
sha2init.o: sha2init.c
 | 
			
		||||
sha2init.o: sha2ossl.h
 | 
			
		||||
sha2ossl.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
sha2ossl.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
sha2ossl.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
sha2ossl.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
sha2ossl.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
sha2ossl.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
sha2ossl.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
sha2ossl.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
sha2ossl.o: $(top_srcdir)/ext/digest/defs.h
 | 
			
		||||
sha2ossl.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
sha2ossl.o: sha2ossl.c
 | 
			
		||||
sha2ossl.o: sha2ossl.h
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,9 +1,21 @@
 | 
			
		|||
etc.o : etc.c constdefs.h $(HDRS) $(ruby_headers) \
 | 
			
		||||
  $(hdrdir)/ruby/io.h \
 | 
			
		||||
  $(hdrdir)/ruby/encoding.h \
 | 
			
		||||
  $(hdrdir)/ruby/oniguruma.h
 | 
			
		||||
 | 
			
		||||
constdefs.h : $(srcdir)/mkconstants.rb
 | 
			
		||||
	@echo "generating constant definitions"
 | 
			
		||||
	@$(RUBY) $(srcdir)/mkconstants.rb -o constdefs.h
 | 
			
		||||
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
etc.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
etc.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
etc.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
etc.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
etc.o: $(hdrdir)/ruby/encoding.h
 | 
			
		||||
etc.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
etc.o: $(hdrdir)/ruby/io.h
 | 
			
		||||
etc.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
etc.o: $(hdrdir)/ruby/oniguruma.h
 | 
			
		||||
etc.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
etc.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
etc.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
etc.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
etc.o: constdefs.h
 | 
			
		||||
etc.o: etc.c
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										13
									
								
								ext/fcntl/depend
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								ext/fcntl/depend
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,13 @@
 | 
			
		|||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
fcntl.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
fcntl.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
fcntl.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
fcntl.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
fcntl.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
fcntl.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
fcntl.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
fcntl.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
fcntl.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
fcntl.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
fcntl.o: fcntl.c
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
							
								
								
									
										1
									
								
								ext/fiber/depend
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								ext/fiber/depend
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1 @@
 | 
			
		|||
fiber.o: fiber.c
 | 
			
		||||
| 
						 | 
				
			
			@ -6,13 +6,6 @@ CONFIGURE_LIBFFI = \
 | 
			
		|||
		CC="$(CC)" CFLAGS="$(LIBFFI_CFLAGS)" \
 | 
			
		||||
		LD="$(LD)" LDFLAGS="$(LIBFFI_LDFLAGS)"
 | 
			
		||||
 | 
			
		||||
$(OBJS): $(HDRS) $(ruby_headers) \
 | 
			
		||||
  $(hdrdir)/ruby/io.h \
 | 
			
		||||
  $(hdrdir)/ruby/encoding.h \
 | 
			
		||||
  $(hdrdir)/ruby/oniguruma.h \
 | 
			
		||||
  $(hdrdir)/ruby/thread.h \
 | 
			
		||||
  $(top_srcdir)/internal.h
 | 
			
		||||
 | 
			
		||||
$(STATIC_LIB) $(RUBYARCHDIR)/$(DLLIB) $(DLLIB): $(LIBFFI_A)
 | 
			
		||||
 | 
			
		||||
$(OBJS): $(FFI_H)
 | 
			
		||||
| 
						 | 
				
			
			@ -55,3 +48,105 @@ distclean: distclean-$(LIBFFI_CLEAN)
 | 
			
		|||
realclean: realclean-$(LIBFFI_CLEAN)
 | 
			
		||||
 | 
			
		||||
.PHONY: configure configure-libffi
 | 
			
		||||
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
closure.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
closure.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
closure.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
closure.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
closure.o: $(hdrdir)/ruby/encoding.h
 | 
			
		||||
closure.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
closure.o: $(hdrdir)/ruby/io.h
 | 
			
		||||
closure.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
closure.o: $(hdrdir)/ruby/oniguruma.h
 | 
			
		||||
closure.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
closure.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
closure.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
closure.o: $(hdrdir)/ruby/thread.h
 | 
			
		||||
closure.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
closure.o: $(top_srcdir)/internal.h
 | 
			
		||||
closure.o: closure.c
 | 
			
		||||
closure.o: closure.h
 | 
			
		||||
closure.o: conversions.h
 | 
			
		||||
closure.o: fiddle.h
 | 
			
		||||
closure.o: function.h
 | 
			
		||||
conversions.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
conversions.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
conversions.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
conversions.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
conversions.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
conversions.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
conversions.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
conversions.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
conversions.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
conversions.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
conversions.o: closure.h
 | 
			
		||||
conversions.o: conversions.c
 | 
			
		||||
conversions.o: conversions.h
 | 
			
		||||
conversions.o: fiddle.h
 | 
			
		||||
conversions.o: function.h
 | 
			
		||||
fiddle.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
fiddle.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
fiddle.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
fiddle.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
fiddle.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
fiddle.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
fiddle.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
fiddle.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
fiddle.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
fiddle.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
fiddle.o: closure.h
 | 
			
		||||
fiddle.o: conversions.h
 | 
			
		||||
fiddle.o: fiddle.c
 | 
			
		||||
fiddle.o: fiddle.h
 | 
			
		||||
fiddle.o: function.h
 | 
			
		||||
function.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
function.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
function.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
function.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
function.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
function.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
function.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
function.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
function.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
function.o: $(hdrdir)/ruby/thread.h
 | 
			
		||||
function.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
function.o: closure.h
 | 
			
		||||
function.o: conversions.h
 | 
			
		||||
function.o: fiddle.h
 | 
			
		||||
function.o: function.c
 | 
			
		||||
function.o: function.h
 | 
			
		||||
handle.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
handle.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
handle.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
handle.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
handle.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
handle.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
handle.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
handle.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
handle.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
handle.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
handle.o: closure.h
 | 
			
		||||
handle.o: conversions.h
 | 
			
		||||
handle.o: fiddle.h
 | 
			
		||||
handle.o: function.h
 | 
			
		||||
handle.o: handle.c
 | 
			
		||||
pointer.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
pointer.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
pointer.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
pointer.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
pointer.o: $(hdrdir)/ruby/encoding.h
 | 
			
		||||
pointer.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
pointer.o: $(hdrdir)/ruby/io.h
 | 
			
		||||
pointer.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
pointer.o: $(hdrdir)/ruby/oniguruma.h
 | 
			
		||||
pointer.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
pointer.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
pointer.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
pointer.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
pointer.o: closure.h
 | 
			
		||||
pointer.o: conversions.h
 | 
			
		||||
pointer.o: fiddle.h
 | 
			
		||||
pointer.o: function.h
 | 
			
		||||
pointer.o: pointer.c
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										13
									
								
								ext/gdbm/depend
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								ext/gdbm/depend
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,13 @@
 | 
			
		|||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
gdbm.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
gdbm.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
gdbm.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
gdbm.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
gdbm.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
gdbm.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
gdbm.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
gdbm.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
gdbm.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
gdbm.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
gdbm.o: gdbm.c
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
| 
						 | 
				
			
			@ -1,8 +1,19 @@
 | 
			
		|||
$(OBJS): $(HDRS) $(ruby_headers) \
 | 
			
		||||
  $(VK_HEADER) \
 | 
			
		||||
  $(hdrdir)/ruby/io.h \
 | 
			
		||||
  $(hdrdir)/ruby/encoding.h \
 | 
			
		||||
  $(hdrdir)/ruby/oniguruma.h
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
console.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
console.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
console.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
console.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
console.o: $(hdrdir)/ruby/encoding.h
 | 
			
		||||
console.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
console.o: $(hdrdir)/ruby/io.h
 | 
			
		||||
console.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
console.o: $(hdrdir)/ruby/oniguruma.h
 | 
			
		||||
console.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
console.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
console.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
console.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
console.o: console.c
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
 | 
			
		||||
win32_vk.inc: win32_vk.list
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,16 @@
 | 
			
		|||
$(OBJS): $(HDRS) $(ruby_headers) \
 | 
			
		||||
  $(hdrdir)/ruby/io.h \
 | 
			
		||||
  $(hdrdir)/ruby/encoding.h \
 | 
			
		||||
  $(hdrdir)/ruby/oniguruma.h
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
nonblock.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
nonblock.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
nonblock.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
nonblock.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
nonblock.o: $(hdrdir)/ruby/encoding.h
 | 
			
		||||
nonblock.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
nonblock.o: $(hdrdir)/ruby/io.h
 | 
			
		||||
nonblock.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
nonblock.o: $(hdrdir)/ruby/oniguruma.h
 | 
			
		||||
nonblock.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
nonblock.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
nonblock.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
nonblock.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
nonblock.o: nonblock.c
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,16 @@
 | 
			
		|||
$(OBJS): $(HDRS) $(ruby_headers) \
 | 
			
		||||
  $(hdrdir)/ruby/io.h \
 | 
			
		||||
  $(hdrdir)/ruby/encoding.h \
 | 
			
		||||
  $(hdrdir)/ruby/oniguruma.h
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
wait.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
wait.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
wait.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
wait.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
wait.o: $(hdrdir)/ruby/encoding.h
 | 
			
		||||
wait.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
wait.o: $(hdrdir)/ruby/io.h
 | 
			
		||||
wait.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
wait.o: $(hdrdir)/ruby/oniguruma.h
 | 
			
		||||
wait.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
wait.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
wait.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
wait.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
wait.o: wait.c
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,6 @@
 | 
			
		|||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
openssl_missing.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
openssl_missing.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
openssl_missing.o: openssl_missing.c
 | 
			
		||||
openssl_missing.o: openssl_missing.h
 | 
			
		||||
ossl.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,3 +1,15 @@
 | 
			
		|||
$(OBJS): $(HDRS) $(ruby_headers) \
 | 
			
		||||
  $(hdrdir)/ruby/encoding.h \
 | 
			
		||||
  $(hdrdir)/ruby/oniguruma.h
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
pathname.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
pathname.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
pathname.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
pathname.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
pathname.o: $(hdrdir)/ruby/encoding.h
 | 
			
		||||
pathname.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
pathname.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
pathname.o: $(hdrdir)/ruby/oniguruma.h
 | 
			
		||||
pathname.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
pathname.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
pathname.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
pathname.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
pathname.o: pathname.c
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,3 +1,92 @@
 | 
			
		|||
$(OBJS): $(HDRS) $(ruby_headers) \
 | 
			
		||||
  $(hdrdir)/ruby/encoding.h \
 | 
			
		||||
  $(hdrdir)/ruby/oniguruma.h
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
psych.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
psych.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
psych.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
psych.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
psych.o: $(hdrdir)/ruby/encoding.h
 | 
			
		||||
psych.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
psych.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
psych.o: $(hdrdir)/ruby/oniguruma.h
 | 
			
		||||
psych.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
psych.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
psych.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
psych.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
psych.o: psych.c
 | 
			
		||||
psych.o: psych.h
 | 
			
		||||
psych.o: psych_emitter.h
 | 
			
		||||
psych.o: psych_parser.h
 | 
			
		||||
psych.o: psych_to_ruby.h
 | 
			
		||||
psych.o: psych_yaml_tree.h
 | 
			
		||||
psych_emitter.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
psych_emitter.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
psych_emitter.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
psych_emitter.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
psych_emitter.o: $(hdrdir)/ruby/encoding.h
 | 
			
		||||
psych_emitter.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
psych_emitter.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
psych_emitter.o: $(hdrdir)/ruby/oniguruma.h
 | 
			
		||||
psych_emitter.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
psych_emitter.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
psych_emitter.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
psych_emitter.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
psych_emitter.o: psych.h
 | 
			
		||||
psych_emitter.o: psych_emitter.c
 | 
			
		||||
psych_emitter.o: psych_emitter.h
 | 
			
		||||
psych_emitter.o: psych_parser.h
 | 
			
		||||
psych_emitter.o: psych_to_ruby.h
 | 
			
		||||
psych_emitter.o: psych_yaml_tree.h
 | 
			
		||||
psych_parser.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
psych_parser.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
psych_parser.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
psych_parser.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
psych_parser.o: $(hdrdir)/ruby/encoding.h
 | 
			
		||||
psych_parser.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
psych_parser.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
psych_parser.o: $(hdrdir)/ruby/oniguruma.h
 | 
			
		||||
psych_parser.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
psych_parser.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
psych_parser.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
psych_parser.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
psych_parser.o: psych.h
 | 
			
		||||
psych_parser.o: psych_emitter.h
 | 
			
		||||
psych_parser.o: psych_parser.c
 | 
			
		||||
psych_parser.o: psych_parser.h
 | 
			
		||||
psych_parser.o: psych_to_ruby.h
 | 
			
		||||
psych_parser.o: psych_yaml_tree.h
 | 
			
		||||
psych_to_ruby.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
psych_to_ruby.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
psych_to_ruby.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
psych_to_ruby.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
psych_to_ruby.o: $(hdrdir)/ruby/encoding.h
 | 
			
		||||
psych_to_ruby.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
psych_to_ruby.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
psych_to_ruby.o: $(hdrdir)/ruby/oniguruma.h
 | 
			
		||||
psych_to_ruby.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
psych_to_ruby.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
psych_to_ruby.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
psych_to_ruby.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
psych_to_ruby.o: psych.h
 | 
			
		||||
psych_to_ruby.o: psych_emitter.h
 | 
			
		||||
psych_to_ruby.o: psych_parser.h
 | 
			
		||||
psych_to_ruby.o: psych_to_ruby.c
 | 
			
		||||
psych_to_ruby.o: psych_to_ruby.h
 | 
			
		||||
psych_to_ruby.o: psych_yaml_tree.h
 | 
			
		||||
psych_yaml_tree.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
psych_yaml_tree.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
psych_yaml_tree.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
psych_yaml_tree.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
psych_yaml_tree.o: $(hdrdir)/ruby/encoding.h
 | 
			
		||||
psych_yaml_tree.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
psych_yaml_tree.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
psych_yaml_tree.o: $(hdrdir)/ruby/oniguruma.h
 | 
			
		||||
psych_yaml_tree.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
psych_yaml_tree.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
psych_yaml_tree.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
psych_yaml_tree.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
psych_yaml_tree.o: psych.h
 | 
			
		||||
psych_yaml_tree.o: psych_emitter.h
 | 
			
		||||
psych_yaml_tree.o: psych_parser.h
 | 
			
		||||
psych_yaml_tree.o: psych_to_ruby.h
 | 
			
		||||
psych_yaml_tree.o: psych_yaml_tree.c
 | 
			
		||||
psych_yaml_tree.o: psych_yaml_tree.h
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										12
									
								
								ext/racc/cparse/depend
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								ext/racc/cparse/depend
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,12 @@
 | 
			
		|||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
cparse.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
cparse.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
cparse.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
cparse.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
cparse.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
cparse.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
cparse.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
cparse.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
cparse.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
cparse.o: cparse.c
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
| 
						 | 
				
			
			@ -1,4 +1,16 @@
 | 
			
		|||
stringio.o: stringio.c $(HDRS) $(ruby_headers) \
 | 
			
		||||
  $(hdrdir)/ruby/io.h \
 | 
			
		||||
  $(hdrdir)/ruby/encoding.h \
 | 
			
		||||
  $(hdrdir)/ruby/oniguruma.h
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
stringio.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
stringio.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
stringio.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
stringio.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
stringio.o: $(hdrdir)/ruby/encoding.h
 | 
			
		||||
stringio.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
stringio.o: $(hdrdir)/ruby/io.h
 | 
			
		||||
stringio.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
stringio.o: $(hdrdir)/ruby/oniguruma.h
 | 
			
		||||
stringio.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
stringio.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
stringio.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
stringio.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
stringio.o: stringio.c
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,2 +1,28 @@
 | 
			
		|||
tcltklib.o: tcltklib.c $(hdrdir)/ruby.h $(topdir)/config.h $(hdrdir)/defines.h stubs.h
 | 
			
		||||
stubs.o: stubs.c $(hdrdir)/ruby.h $(topdir)/config.h $(hdrdir)/defines.h stubs.h
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
stubs.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
stubs.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
stubs.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
stubs.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
stubs.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
stubs.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
stubs.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
stubs.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
stubs.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
stubs.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
stubs.o: stubs.c
 | 
			
		||||
stubs.o: stubs.h
 | 
			
		||||
tcltklib.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
tcltklib.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
tcltklib.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
tcltklib.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
tcltklib.o: $(hdrdir)/ruby/encoding.h
 | 
			
		||||
tcltklib.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
tcltklib.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
tcltklib.o: $(hdrdir)/ruby/oniguruma.h
 | 
			
		||||
tcltklib.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
tcltklib.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
tcltklib.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
tcltklib.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
tcltklib.o: stubs.h
 | 
			
		||||
tcltklib.o: tcltklib.c
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1 +1,13 @@
 | 
			
		|||
tkutil.o: tkutil.c $(hdrdir)/ruby.h $(topdir)/config.h $(hdrdir)/defines.h
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
tkutil.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
tkutil.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
tkutil.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
tkutil.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
tkutil.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
tkutil.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
tkutil.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
tkutil.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
tkutil.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
tkutil.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
tkutil.o: tkutil.c
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,5 +1,17 @@
 | 
			
		|||
$(OBJS): $(HDRS) $(ruby_headers) \
 | 
			
		||||
  $(hdrdir)/ruby/io.h \
 | 
			
		||||
  $(hdrdir)/ruby/encoding.h \
 | 
			
		||||
  $(hdrdir)/ruby/oniguruma.h \
 | 
			
		||||
  $(hdrdir)/ruby/thread.h
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES START
 | 
			
		||||
zlib.o: $(RUBY_EXTCONF_H)
 | 
			
		||||
zlib.o: $(arch_hdrdir)/ruby/config.h
 | 
			
		||||
zlib.o: $(hdrdir)/ruby/backward.h
 | 
			
		||||
zlib.o: $(hdrdir)/ruby/defines.h
 | 
			
		||||
zlib.o: $(hdrdir)/ruby/encoding.h
 | 
			
		||||
zlib.o: $(hdrdir)/ruby/intern.h
 | 
			
		||||
zlib.o: $(hdrdir)/ruby/io.h
 | 
			
		||||
zlib.o: $(hdrdir)/ruby/missing.h
 | 
			
		||||
zlib.o: $(hdrdir)/ruby/oniguruma.h
 | 
			
		||||
zlib.o: $(hdrdir)/ruby/ruby.h
 | 
			
		||||
zlib.o: $(hdrdir)/ruby/st.h
 | 
			
		||||
zlib.o: $(hdrdir)/ruby/subst.h
 | 
			
		||||
zlib.o: $(hdrdir)/ruby/thread.h
 | 
			
		||||
zlib.o: $(top_srcdir)/include/ruby.h
 | 
			
		||||
zlib.o: zlib.c
 | 
			
		||||
# AUTOGENERATED DEPENDENCIES END
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue