mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
fe7f8263af
This gets rid of the BEGINRAW..ENDRAW sections in crypto/ripemd/build.info. This also moves the assembler generating perl scripts to take the output file name as last command line argument, where necessary. Reviewed-by: Andy Polyakov <appro@openssl.org>
7 lines
209 B
Plaintext
7 lines
209 B
Plaintext
LIBS=../../libcrypto
|
|
SOURCE[../../libcrypto]=\
|
|
rmd_dgst.c rmd_one.c {- $target{rmd160_asm_src} -}
|
|
|
|
GENERATE[rmd-586.s]=asm/rmd-586.pl $(PERLASM_SCHEME) $(CFLAGS)
|
|
DEPEND[rmd-586.s]=../perlasm/x86asm.pl
|