diff options
author | Richard Levitte <levitte@openssl.org> | 2016-01-30 03:25:40 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-02-10 14:36:04 +0100 |
commit | 567a9e6fe0ff3badfa22cf018d87c94ed5a8aeb3 (patch) | |
tree | 6e21b8f62376aedf1ea3fc8f24dffd9978348c9f /crypto/cast | |
parent | unified build scheme: give util/dofile.pl the possibility to output selectively (diff) | |
download | openssl-567a9e6fe0ff3badfa22cf018d87c94ed5a8aeb3.tar.xz openssl-567a9e6fe0ff3badfa22cf018d87c94ed5a8aeb3.zip |
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 <rsalz@openssl.org>
Diffstat (limited to 'crypto/cast')
-rw-r--r-- | crypto/cast/build.info | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/cast/build.info b/crypto/cast/build.info index 27271c813b..6c32fb122e 100644 --- a/crypto/cast/build.info +++ b/crypto/cast/build.info @@ -1,3 +1,10 @@ LIBS=../../libcrypto SOURCE[../../libcrypto]=\ c_skey.c c_ecb.c {- $target{cast_asm_src} -} c_cfb64.c c_ofb64.c + +BEGINRAW[Makefile] +##### CAST assembler implementations + +{- $builddir -}/cast-586.s: {- $sourcedir -}/asm/cast-586.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl {- $sourcetop -}/crypto/perlasm/cbc.pl + $(PERL) {- $sourcedir -}/asm/cast-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@ +ENDRAW[Makefile] |