X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fcast%2Fbuild.info;h=b0f59f38002c32615fa9ec336dd2a66e7c52f901;hb=3e0076c213ec2d1149a9a89f9bc141d1a1a44630;hp=84c100e1d3198fc1d090da0cff669bdd6d43ba9f;hpb=de72be2e5784269088cc77479f41c8aeb82fcf6b;p=oweals%2Fopenssl.git diff --git a/crypto/cast/build.info b/crypto/cast/build.info index 84c100e1d3..b0f59f3800 100644 --- a/crypto/cast/build.info +++ b/crypto/cast/build.info @@ -2,9 +2,6 @@ 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 - CC="$(CC)" $(PERL) {- $sourcedir -}/asm/cast-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@ -ENDRAW[Makefile] +GENERATE[cast-586.s]=asm/cast-586.pl \ + $(PERLASM_SCHEME) $(LIB_CFLAGS) $(LIB_CPPFLAGS) $(PROCESSOR) +DEPEND[cast-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl