2013-04-12 20:46:29 -04: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 09:41:54 -04:00
|
|
|
$(hdrdir)/ruby/re.h $(top_srcdir)/node.h $(top_srcdir)/gc.h \
|
|
|
|
$(top_srcdir)/regint.h $(top_srcdir)/internal.h
|
2013-10-27 23:43:17 -04:00
|
|
|
gc_hook.o: $(HDRS) $(ruby_headers) $(hdrdir)/ruby/debug.h
|
|
|
|
object_tracing.o: $(HDRS) $(ruby_headers) $(hdrdir)/ruby/debug.h
|
2013-11-08 12:06:55 -05: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
|