unified build scheme: add a "unified" template for Unix Makefile
[openssl.git] / crypto / ripemd / build.info
index c5dd4c4b8ecaabe7bc716fbda32d1036f7621464..5f63598555c02cee4bce758365b55ad7fad8b52d 100644 (file)
@@ -1,3 +1,10 @@
 LIBS=../../libcrypto
 SOURCE[../../libcrypto]=\
         rmd_dgst.c rmd_one.c {- $target{rmd160_asm_src} -}
+
+BEGINRAW[Makefile]
+##### RMD160 assembler implementations
+
+{- $builddir -}/rmd-586.s:     {- $sourcedir -}/asm/rmd-586.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl
+       $(PERL) {- $sourcedir -}/asm/rmd-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
+ENDRAW[Makefile]