mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-13 20:06:24 +08:00
14 lines
356 B
Plaintext
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)]
|