mirror of
https://github.com/openssl/openssl.git
synced 2024-12-03 05:41:46 +08:00
81e61d7cb5
This gets rid of the BEGINRAW..ENDRAW sections in crypto/whrlpool/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>
8 lines
252 B
Plaintext
8 lines
252 B
Plaintext
LIBS=../../libcrypto
|
|
SOURCE[../../libcrypto]=wp_dgst.c {- $target{wp_asm_src} -}
|
|
|
|
GENERATE[wp-mmx.s]=asm/wp-mmx.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR)
|
|
DEPEND[wp-mmx.s]=../perlasm/x86asm.pl
|
|
|
|
GENERATE[wp-x86_64.s]=asm/wp-x86_64.pl $(PERLASM_SCHEME)
|