mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
965393cbb8
much faster than what we have now (md5.[ch]). Add a knob (--with-bundled-md5) to extconf.rb which makes it use the bundled one anyway. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
6 lines
291 B
Text
6 lines
291 B
Text
md5.o: md5.c md5.h $(srcdir)/../defs.h $(hdrdir)/ruby.h $(topdir)/config.h \
|
|
$(hdrdir)/defines.h $(hdrdir)/intern.h
|
|
md5init.o: md5init.c $(srcdir)/../digest.h $(hdrdir)/ruby.h \
|
|
$(topdir)/config.h $(hdrdir)/defines.h $(hdrdir)/intern.h md5.h \
|
|
$(srcdir)/../defs.h
|
|
md5ossl.o: md5ossl.h
|