X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbf%2Fbuild.info;h=37a004ea5b59e3a497b426de2e9f75d19cd91837;hp=b4aa7f9d7412ce9f46c257a30ffc80d150142f88;hb=6faa3456326afa56ea8c25a0b49239392074e192;hpb=567a9e6fe0ff3badfa22cf018d87c94ed5a8aeb3 diff --git a/crypto/bf/build.info b/crypto/bf/build.info index b4aa7f9d74..37a004ea5b 100644 --- a/crypto/bf/build.info +++ b/crypto/bf/build.info @@ -1,9 +1,6 @@ LIBS=../../libcrypto -SOURCE[../../libcrypto]=bf_skey.c bf_ecb.c bf_enc.c bf_cfb64.c bf_ofb64.c +SOURCE[../../libcrypto]=bf_skey.c bf_ecb.c bf_cfb64.c bf_ofb64.c \ + {- $target{bf_asm_src} -} -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] +GENERATE[bf-586.s]=asm/bf-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(LIB_CFLAGS) $(PROCESSOR) +DEPEND[bf-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl