diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-18 09:24:39 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-03-18 09:24:39 +0000 |
| commit | 099e364790917f6928a88d85c482a2be2e23baf1 (patch) | |
| tree | d439af9d9c5f0e064129715f782721caf40e7fcb /ext/digest/sha2 | |
| parent | e24034b0f8e36a6b50f557f952e09a9e96eb3b6d (diff) | |
| download | ruby-099e364790917f6928a88d85c482a2be2e23baf1.tar.gz ruby-099e364790917f6928a88d85c482a2be2e23baf1.tar.xz ruby-099e364790917f6928a88d85c482a2be2e23baf1.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@2221 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/digest/sha2')
| -rw-r--r-- | ext/digest/sha2/MANIFEST | 1 | ||||
| -rw-r--r-- | ext/digest/sha2/depend | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ext/digest/sha2/MANIFEST b/ext/digest/sha2/MANIFEST index 03fbb0fcd..f117b9477 100644 --- a/ext/digest/sha2/MANIFEST +++ b/ext/digest/sha2/MANIFEST @@ -3,3 +3,4 @@ sha2.c sha2.h sha2hl.c sha2init.c +depend diff --git a/ext/digest/sha2/depend b/ext/digest/sha2/depend new file mode 100644 index 000000000..2587415fd --- /dev/null +++ b/ext/digest/sha2/depend @@ -0,0 +1,7 @@ +sha2.o: sha2.c sha2.h $(srcdir)/../defs.h $(hdrdir)/ruby.h \ + $(topdir)/config.h $(hdrdir)/defines.h $(hdrdir)/intern.h +sha2hl.o: sha2hl.c sha2.h $(srcdir)/../defs.h $(hdrdir)/ruby.h \ + $(topdir)/config.h $(hdrdir)/defines.h $(hdrdir)/intern.h +sha2init.o: sha2init.c $(srcdir)/../digest.h $(hdrdir)/ruby.h \ + $(topdir)/config.h $(hdrdir)/defines.h $(hdrdir)/intern.h \ + sha2.h $(srcdir)/../defs.h |
