mirror of
https://github.com/openssl/openssl.git
synced 2025-02-11 14:22:43 +08:00
db1983980b
This gets rid of the BEGINRAW..ENDRAW sections in crypto/cast/build.info. This also moves the assembler generating perl scripts to take the output file name as last command line argument, where necessary. Reviewed-by: Andy Polyakov <appro@openssl.org>
7 lines
257 B
Plaintext
7 lines
257 B
Plaintext
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) $(CFLAGS) $(PROCESSOR)
|
|
DEPEND[cast-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl
|