build.info 868 B

123456789101112131415161718192021222324252627282930
  1. LIBS=../../libcrypto
  2. $WPASM=wp_block.c
  3. IF[{- !$disabled{asm} -}]
  4. IF[{- $config{processor} ne "386" -}]
  5. $WPASM_x86=wp_block.c wp-mmx.s
  6. $WPDEF_x86=WHIRLPOOL_ASM
  7. ENDIF
  8. $WPASM_x86_64=wp-x86_64.s
  9. $WPDEF_x86_64=WHIRLPOOL_ASM
  10. # Now that we have defined all the arch specific variables, use the
  11. # appropriate one, and define the appropriate macros
  12. IF[$WPASM_{- $target{asm_arch} -}]
  13. $WPASM=$WPASM_{- $target{asm_arch} -}
  14. $WPDEF=$WPDEF_{- $target{asm_arch} -}
  15. ENDIF
  16. ENDIF
  17. SOURCE[../../libcrypto]=wp_dgst.c $WPASM
  18. # Implementations are now spread across several libraries, so the defines
  19. # need to be applied to all affected libraries and modules.
  20. DEFINE[../../libcrypto]=$WPDEF
  21. DEFINE[../../providers/libimplementations.a]=$WPDEF
  22. GENERATE[wp-mmx.s]=asm/wp-mmx.pl
  23. DEPEND[wp-mmx.s]=../perlasm/x86asm.pl
  24. GENERATE[wp-x86_64.s]=asm/wp-x86_64.pl