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/bf | |
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/bf')
-rw-r--r-- | crypto/bf/build.info | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/bf/build.info b/crypto/bf/build.info index d471b3178f..b4aa7f9d74 100644 --- a/crypto/bf/build.info +++ b/crypto/bf/build.info @@ -1,2 +1,9 @@ LIBS=../../libcrypto SOURCE[../../libcrypto]=bf_skey.c bf_ecb.c bf_enc.c bf_cfb64.c bf_ofb64.c + +BEGINRAW[Makefile] +##### BF assembler implementations + +{- $builddir -}/bf-586.s: {- $sourcedir -}/asm/bf-586.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl {- $sourcetop -}/crypto/perlasm/cbc.pl + $(PERL) {- $sourcedir -}/asm/bf-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@ +ENDRAW[Makefile] |