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
260 B
Text
6 lines
260 B
Text
LIBS=../../libcrypto
|
|
SOURCE[../../libcrypto]=\
|
|
rc5_skey.c rc5_ecb.c {- $target{rc5_asm_src} -} rc5cfb64.c rc5ofb64.c
|
|
|
|
GENERATE[rc5-586.s]=asm/rc5-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(LIB_CFLAGS)
|
|
DEPEND[rc5-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl
|