summaryrefslogtreecommitdiffstats
path: root/crypto/sha/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2006-06-05 09:37:55 +0000
committerAndy Polyakov <appro@openssl.org>2006-06-05 09:37:55 +0000
commit17478fdede0a229943818924d1713d221d516807 (patch)
tree79a6ef018e7c219e903cba862e0cb9b54602fb61 /crypto/sha/Makefile
parent4dca00cec8be66dc12c8652a5b456dcc9e692f62 (diff)
Add sha512-ppc.pl module.
Diffstat (limited to 'crypto/sha/Makefile')
-rw-r--r--crypto/sha/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/crypto/sha/Makefile b/crypto/sha/Makefile
index 01d8b2e469..21259e8aee 100644
--- a/crypto/sha/Makefile
+++ b/crypto/sha/Makefile
@@ -73,8 +73,14 @@ sha512-x86_64.s: asm/sha512-x86_64.pl
sha1-ppc_aix32.s: asm/sha1-ppc.pl; $(PERL) asm/sha1-ppc.pl $@
sha1-ppc_aix64.s: asm/sha1-ppc.pl; $(PERL) asm/sha1-ppc.pl $@
+sha256-ppc_aix32.s: asm/sha512-ppc.pl; $(PERL) asm/sha512-ppc.pl $@
+sha256-ppc_aix64.s: asm/sha512-ppc.pl; $(PERL) asm/sha512-ppc.pl $@
+sha512-ppc_aix32.s: asm/sha512-ppc.pl; $(PERL) asm/sha512-ppc.pl $@
+sha512-ppc_aix64.s: asm/sha512-ppc.pl; $(PERL) asm/sha512-ppc.pl $@
# non-AIX targets are believed to be armed with GNU make
-sha1-ppc_%.s: asm/sha1-ppc.pl; $(PERL) $< $@
+sha1-ppc_%.s: asm/sha1-ppc.pl; $(PERL) $< $@
+sha256-ppc_%.s: asm/sha512-ppc.pl; $(PERL) $< $@
+sha512-ppc_%.s: asm/sha512-ppc.pl; $(PERL) $< $@
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO