summaryrefslogtreecommitdiff
path: root/ext/digest/md5
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-18 09:24:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-18 09:24:39 +0000
commit5979f0e28835434b327fb4e98f48cfab3a9f22ab (patch)
treed439af9d9c5f0e064129715f782721caf40e7fcb /ext/digest/md5
parent7dc66370cbce78e6f616cf19a88c419356548d48 (diff)
* ext/digest: add depend file.
* ext/digest/md5: ditto. * ext/digest/rmd160: ditto. * ext/digest/sha1: ditto. * ext/digest/sha2: ditto. * ext/iconv/MANIFEST: ditto. * ext/stringio/MANIFEST: ditto. * ext/syslog: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2221 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/digest/md5')
-rw-r--r--ext/digest/md5/MANIFEST1
-rw-r--r--ext/digest/md5/depend5
2 files changed, 6 insertions, 0 deletions
diff --git a/ext/digest/md5/MANIFEST b/ext/digest/md5/MANIFEST
index 1b8a861b6b..923af92ed2 100644
--- a/ext/digest/md5/MANIFEST
+++ b/ext/digest/md5/MANIFEST
@@ -2,3 +2,4 @@ extconf.rb
md5.c
md5.h
md5init.c
+depend
diff --git a/ext/digest/md5/depend b/ext/digest/md5/depend
new file mode 100644
index 0000000000..30ad482101
--- /dev/null
+++ b/ext/digest/md5/depend
@@ -0,0 +1,5 @@
+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