X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2FMakefile.ssl;h=490d6d7daeee7757668225e970511a6684fcff28;hp=70fec636201de1b294a6ff076db8acc6815ad0a2;hb=dd55880644b1f60784f7a7100b94c0e5f9a1394e;hpb=c57bc2dc51c78384163f16a9e8a631cc494fa933 diff --git a/crypto/bn/Makefile.ssl b/crypto/bn/Makefile.ssl index 70fec63620..490d6d7dae 100644 --- a/crypto/bn/Makefile.ssl +++ b/crypto/bn/Makefile.ssl @@ -129,6 +129,13 @@ asm/pa-risc2W.o: asm/pa-risc2W.s asm/pa-risc2.o: asm/pa-risc2.s /usr/ccs/bin/as -o asm/pa-risc2.o asm/pa-risc2.s +# ppc - AIX, Linux, MacOS X... +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/aix_ppc64.s: asm/ppc.pl; $(PERL) $< $@ +asm/osx_ppc32.s: asm/ppc.pl; $(PERL) $< $@ + files: $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO