summaryrefslogtreecommitdiffstats
path: root/crypto/sha
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2004-07-23 23:27:10 +0000
committerAndy Polyakov <appro@openssl.org>2004-07-23 23:27:10 +0000
commit33c3ecf741942be48faf701edc7893857d276b75 (patch)
treeb09e78b54df93cf165e873bd4f5e95f7580a4007 /crypto/sha
parent5bd4c26057176fc29f1c394bc6d012ef51b7c8bb (diff)
Build-n-link new IA-64 modules on Linux and HP-UX.
Diffstat (limited to 'crypto/sha')
-rw-r--r--crypto/sha/Makefile.ssl7
1 files changed, 6 insertions, 1 deletions
diff --git a/crypto/sha/Makefile.ssl b/crypto/sha/Makefile.ssl
index 54f9921584..6fe9bd2848 100644
--- a/crypto/sha/Makefile.ssl
+++ b/crypto/sha/Makefile.ssl
@@ -64,6 +64,11 @@ asm/sx86bsdi.o: asm/sx86unix.cpp
asm/sx86unix.cpp: asm/sha1-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) sha1-586.pl cpp $(PROCESSOR) >sx86unix.cpp)
+asm/sha256-ia64.s: asm/sha512-ia64.pl
+ (cd asm; $(PERL) sha512-ia64.pl $@ $(CFLAGS))
+asm/sha512-ia64.s: asm/sha512-ia64.pl
+ (cd asm; $(PERL) sha512-ia64.pl $@ $(CFLAGS))
+
files:
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
@@ -96,7 +101,7 @@ dclean:
mv -f Makefile.new $(MAKEFILE)
clean:
- rm -f asm/sx86unix.cpp asm/*-elf.* *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff asm/*.o
+ rm -f asm/sx86unix.cpp asm/*.[so] *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff asm/*.o
# DO NOT DELETE THIS LINE -- make depend depends on it.