mirror of
https://github.com/ruby/ruby.git
synced 2026-08-04 03:04:43 +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
sha2.o: sha2.c sha2.h $(srcdir)/../defs.h
|
|
sha2init.o: $(LOCAL_HDRS)
|
|
|
|
# AUTOGENERATED DEPENDENCIES START
|
|
sha2.o: $(srcdir)/../defs.h
|
|
sha2.o: sha2.c
|
|
sha2init.o: $(srcdir)/../digest.h
|
|
sha2init.o: sha2init.c
|
|
# AUTOGENERATED DEPENDENCIES END
|