From fe7f8263afc2ad906ac9b834ae6dc7a2ed25c6b7 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 7 Mar 2016 15:49:34 +0100 Subject: Unified - adapt the generation of ripemd assembler to use GENERATE This gets rid of the BEGINRAW..ENDRAW sections in crypto/ripemd/build.info. This also moves the assembler generating perl scripts to take the output file name as last command line argument, where necessary. Reviewed-by: Andy Polyakov --- crypto/ripemd/build.info | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'crypto/ripemd/build.info') diff --git a/crypto/ripemd/build.info b/crypto/ripemd/build.info index e39f9bd223..f71f313961 100644 --- a/crypto/ripemd/build.info +++ b/crypto/ripemd/build.info @@ -2,9 +2,5 @@ LIBS=../../libcrypto SOURCE[../../libcrypto]=\ rmd_dgst.c rmd_one.c {- $target{rmd160_asm_src} -} -BEGINRAW[Makefile] -##### RMD160 assembler implementations - -{- $builddir -}/rmd-586.s: {- $sourcedir -}/asm/rmd-586.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl - CC="$(CC)" $(PERL) {- $sourcedir -}/asm/rmd-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@ -ENDRAW[Makefile] +GENERATE[rmd-586.s]=asm/rmd-586.pl $(PERLASM_SCHEME) $(CFLAGS) +DEPEND[rmd-586.s]=../perlasm/x86asm.pl -- cgit v1.2.3