mirror of
https://github.com/ruby/ruby.git
synced 2026-08-12 08:20:37 +08:00
Allow extension projects to update marked dependency sections after `create_makefile` has resolved their source and object lists. Share the dependency scanner with `tool/mkdepend.rb` so bundled and upstream extensions can generate the same dependency files.
10 lines
237 B
Plaintext
10 lines
237 B
Plaintext
md5.o: md5.c md5.h $(srcdir)/../defs.h
|
|
md5init.o: $(LOCAL_HDRS)
|
|
|
|
# AUTOGENERATED DEPENDENCIES START
|
|
md5.o md5init.o: $(srcdir)/../defs.h
|
|
md5.o: md5.c
|
|
md5init.o: $(srcdir)/../digest.h
|
|
md5init.o: md5init.c
|
|
# AUTOGENERATED DEPENDENCIES END
|