projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1acf071
)
Backport of PPC BN module from HEAD.
author
Andy Polyakov
<appro@openssl.org>
Mon, 20 Dec 2004 13:15:51 +0000
(13:15 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Mon, 20 Dec 2004 13:15:51 +0000
(13:15 +0000)
crypto/bn/Makefile
patch
|
blob
|
history
diff --git
a/crypto/bn/Makefile
b/crypto/bn/Makefile
index be79c0bb9f908078a7f077c7d91b6a1b4c43d2d1..a5ab12deb07d1c09fa2e585135d9965a50d6a463 100644
(file)
--- a/
crypto/bn/Makefile
+++ b/
crypto/bn/Makefile
@@
-122,6
+122,12
@@
asm/x86_64-gcc.o: asm/x86_64-gcc.c
asm/pa-risc2W.o: asm/pa-risc2W.s
/usr/ccs/bin/as -o asm/pa-risc2W.o asm/pa-risc2W.s
+asm/linux_ppc32.s: asm/ppc.pl; $(PERL) $< $@
+asm/linux_ppc64.s: asm/ppc.pl; $(PERL) $< $@
+asm/aix_ppc32.s: asm/ppc.pl; $(PERL) asm/ppc.pl $@
+asm/aix_ppc64.s: asm/ppc.pl; $(PERL) asm/ppc.pl $@
+asm/osx_ppc32.s: asm/ppc.pl; $(PERL) $< $@
+
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO