mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
f425f9dcff
The reason to do so is that some of the generators detect PIC flags like -fPIC and -KPIC, and those are normally delivered in LD_CFLAGS. Reviewed-by: Rich Salz <rsalz@openssl.org>
6 lines
241 B
Plaintext
6 lines
241 B
Plaintext
LIBS=../../libcrypto
|
|
SOURCE[../../libcrypto]=bf_skey.c bf_ecb.c bf_enc.c bf_cfb64.c bf_ofb64.c
|
|
|
|
GENERATE[bf-586.s]=asm/bf-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(LIB_CFLAGS) $(PROCESSOR)
|
|
DEPEND[bf-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl
|