mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
8 lines
287 B
Text
8 lines
287 B
Text
|
LIBS=../../libcrypto
|
||
|
SOURCE[../../libcrypto]=\
|
||
|
c_skey.c c_ecb.c {- $target{cast_asm_src} -} c_cfb64.c c_ofb64.c
|
||
|
|
||
|
GENERATE[cast-586.s]=asm/cast-586.pl \
|
||
|
$(PERLASM_SCHEME) $(LIB_CFLAGS) $(LIB_CPPFLAGS) $(PROCESSOR)
|
||
|
DEPEND[cast-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl
|