From aa4d426b4d3527d7e166df1a05058c9a4a0f6683 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 30 Apr 2021 00:33:56 +0200 Subject: initial/final commit --- openssl-1.1.0h/crypto/rc4/build.info | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 openssl-1.1.0h/crypto/rc4/build.info (limited to 'openssl-1.1.0h/crypto/rc4/build.info') diff --git a/openssl-1.1.0h/crypto/rc4/build.info b/openssl-1.1.0h/crypto/rc4/build.info new file mode 100644 index 0000000..8659526 --- /dev/null +++ b/openssl-1.1.0h/crypto/rc4/build.info @@ -0,0 +1,33 @@ +LIBS=../../libcrypto +SOURCE[../../libcrypto]=\ + {- $target{rc4_asm_src} -} + +GENERATE[rc4-586.s]=asm/rc4-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(LIB_CFLAGS) $(PROCESSOR) +DEPEND[rc4-586.s]=../perlasm/x86asm.pl + +GENERATE[rc4-x86_64.s]=asm/rc4-x86_64.pl $(PERLASM_SCHEME) +GENERATE[rc4-md5-x86_64.s]=asm/rc4-md5-x86_64.pl $(PERLASM_SCHEME) + +GENERATE[rc4-parisc.s]=asm/rc4-parisc.pl $(PERLASM_SCHEME) + +BEGINRAW[makefile(windows)] +{- $builddir -}\rc4-ia64.asm: {- $sourcedir -}\asm\rc4-ia64.pl + $(PERL) {- $sourcedir -}\asm\rc4-ia64.pl $@.S + $(CC) -DSZ=4 -EP $@.S > $@.i && move /Y $@.i $@ + del /Q $@.S +ENDRAW[makefile(windows)] + +BEGINRAW[Makefile] +{- $builddir -}/rc4-ia64.s: {- $sourcedir -}/asm/rc4-ia64.pl + @(trap "rm $@.*" INT 0; \ + $(PERL) {- $sourcedir -}/asm/rc4-ia64.pl $(CFLAGS) $(LIB_CFLAGS) $@.S; \ + case `awk '/^#define RC4_INT/{print$$NF}' $(BLDDIR)/include/openssl/opensslconf.h` in \ + int) set -x; $(CC) $(CFLAGS) $(LIB_CFLAGS) -DSZ=4 -E $@.S > $@.i && mv -f $@.i $@;; \ + char) set -x; $(CC) $(CFLAGS) $(LIB_CFLAGS) -DSZ=1 -E $@.S > $@.i && mv -f $@.i $@;; \ + *) exit 1 ;; \ + esac ) + +# GNU make "catch all" +{- $builddir -}/rc4-%.s: {- $sourcedir -}/asm/rc4-%.pl + CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@ +ENDRAW[Makefile] -- cgit v1.2.3