Files
GmSSL/crypto/sm3/build.info
2019-06-13 20:35:11 +08:00

14 lines
356 B
Plaintext

LIBS=../../libcrypto
SOURCE[../../libcrypto]=\
sm3.c {- $target{sm3_asm_src} -}
GENERATE[sm3-x86_64.s]=asm/sm3-x86_64.pl $(PERLASM_SCHEME)
BEGINRAW[Makefile(unix)]
##### SM3 assembler implementations
# GNU make "catch all"
{- $builddir -}/sm3-%.S: {- $sourcedir -}/asm/sm3-%.pl
CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@
ENDRAW[Makefile(unix)]