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)
7 lines
298 B
Text
7 lines
298 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) $(CPPFLAGS) $(LIB_CPPFLAGS)
|
|
DEPEND[rc5-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl
|