2013-04-13 00:46:29 +00:00
|
|
|
objspace.o: $(HDRS) $(ruby_headers) \
|
|
|
|
$(hdrdir)/ruby/io.h \
|
|
|
|
$(hdrdir)/ruby/encoding.h \
|
|
|
|
$(hdrdir)/ruby/oniguruma.h \
|
|
|
|
$(hdrdir)/ruby/regex.h \
|
|
|
|
$(top_srcdir)/regenc.h \
|
|
|
|
$(top_srcdir)/node.h $(top_srcdir)/gc.h \
|
2011-05-18 13:41:54 +00:00
|
|
|
$(hdrdir)/ruby/re.h $(top_srcdir)/node.h $(top_srcdir)/gc.h \
|
|
|
|
$(top_srcdir)/regint.h $(top_srcdir)/internal.h
|
2013-10-28 03:43:17 +00:00
|
|
|
gc_hook.o: $(HDRS) $(ruby_headers) $(hdrdir)/ruby/debug.h
|
|
|
|
object_tracing.o: $(HDRS) $(ruby_headers) $(hdrdir)/ruby/debug.h
|
2013-11-08 17:06:55 +00:00
|
|
|
objspace_dump.o: $(HDRS) $(ruby_headers) $(hdrdir)/ruby/debug.h \
|
|
|
|
$(hdrdir)/ruby/encoding.h $(hdrdir)/ruby/io.h \
|
|
|
|
$(top_srcdir)/node.h $(top_srcdir)/vm_core.h $(top_srcdir)/gc.h
|