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)
11 lines
367 B
Text
11 lines
367 B
Text
LIBS=../../libcrypto
|
|
SOURCE[../../libcrypto]=\
|
|
md5_dgst.c md5_one.c {- $target{md5_asm_src} -}
|
|
|
|
GENERATE[md5-586.s]=asm/md5-586.pl \
|
|
$(PERLASM_SCHEME) $(CFLAGS) $(LIB_CFLAGS) $(CPPFLAGS) $(LIB_CPPFLAGS)
|
|
|
|
GENERATE[md5-x86_64.s]=asm/md5-x86_64.pl $(PERLASM_SCHEME)
|
|
|
|
GENERATE[md5-sparcv9.S]=asm/md5-sparcv9.pl $(PERLASM_SCHEME)
|
|
INCLUDE[md5-sparcv9.o]=..
|