Latest update.
This commit is contained in:
@@ -12,8 +12,7 @@ push(@INC,"${dir}","${dir}../../perlasm");
|
||||
require "x86asm.pl";
|
||||
require "cbc.pl";
|
||||
|
||||
$output = pop;
|
||||
open STDOUT,">$output";
|
||||
$output = pop and open STDOUT,">$output";
|
||||
|
||||
&asm_init($ARGV[0]);
|
||||
|
||||
|
||||
@@ -15,6 +15,5 @@ ENDIF
|
||||
SOURCE[../../libcrypto]=\
|
||||
rc5_skey.c rc5_ecb.c $RC5ASM rc5cfb64.c rc5ofb64.c
|
||||
|
||||
GENERATE[rc5-586.s]=asm/rc5-586.pl \
|
||||
$(PERLASM_SCHEME) $(LIB_CFLAGS) $(LIB_CPPFLAGS)
|
||||
GENERATE[rc5-586.s]=asm/rc5-586.pl
|
||||
DEPEND[rc5-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl
|
||||
Reference in New Issue
Block a user