8c3bc594e0
C preprocessor flags get separated from C flags, which has the advantage that we don't get loads of macro definitions and inclusion directory specs when linking shared libraries, DSOs and programs. This is a step to add support for "make variables" when configuring. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5177)
8 lines
315 B
Text
8 lines
315 B
Text
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) $(CPPFLAGS) $(LIB_CPPFLAGS) \
|
|
$(PROCESSOR)
|
|
DEPEND[bf-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl
|