From 567a9e6fe0ff3badfa22cf018d87c94ed5a8aeb3 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 30 Jan 2016 03:25:40 +0100 Subject: unified build scheme: add a "unified" template for Unix Makefile This also adds all the raw sections needed for some files. Reviewed-by: Rich Salz --- crypto/rc5/build.info | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'crypto/rc5') diff --git a/crypto/rc5/build.info b/crypto/rc5/build.info index 956d21f9dc..af38f9285e 100644 --- a/crypto/rc5/build.info +++ b/crypto/rc5/build.info @@ -1,3 +1,10 @@ LIBS=../../libcrypto SOURCE[../../libcrypto]=\ rc5_skey.c rc5_ecb.c {- $target{rc5_asm_src} -} rc5cfb64.c rc5ofb64.c + +BEGINRAW[Makefile] +##### RC5 assembler implementations + +{- $builddir -}/rc5-586.s: {- $sourcedir -}/asm/rc5-586.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl {- $sourcetop -}/crypto/perlasm/cbc.pl + $(PERL) {- $sourcedir -}/asm/rc5-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@ +ENDRAW[Makefile] -- cgit v1.2.1