diff options
Diffstat (limited to 'crypto/cast/build.info')
-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 new file mode 100644 index 000000000000..b0f59f38002c --- /dev/null +++ b/crypto/cast/build.info @@ -0,0 +1,7 @@ +LIBS=../../libcrypto +SOURCE[../../libcrypto]=\ + c_skey.c c_ecb.c {- $target{cast_asm_src} -} c_cfb64.c c_ofb64.c + +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 |