mirror of https://github.com/ossrs/srs.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
287 B
Plaintext
8 lines
287 B
Plaintext
4 years ago
|
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
|