mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
dae9e15d74
Reviewed-by: Richard Levitte <levitte@openssl.org>
7 lines
267 B
Plaintext
7 lines
267 B
Plaintext
LIBS=../../libcrypto
|
|
SOURCE[../../libcrypto]=bf_skey.c bf_ecb.c bf_cfb64.c bf_ofb64.c \
|
|
{- $target{bf_asm_src} -}
|
|
|
|
GENERATE[bf-586.s]=asm/bf-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(LIB_CFLAGS) $(PROCESSOR)
|
|
DEPEND[bf-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl
|