]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/bf/build.info
unified build scheme: add a "unified" template for Unix Makefile
[thirdparty/openssl.git] / crypto / bf / build.info
index d471b3178f75f00b93922dc31d256c042b7dc73b..b4aa7f9d7412ce9f46c257a30ffc80d150142f88 100644 (file)
@@ -1,2 +1,9 @@
 LIBS=../../libcrypto
 SOURCE[../../libcrypto]=bf_skey.c bf_ecb.c bf_enc.c bf_cfb64.c bf_ofb64.c 
+
+BEGINRAW[Makefile]
+##### BF assembler implementations
+
+{- $builddir -}/bf-586.s:      {- $sourcedir -}/asm/bf-586.pl {- $sourcetop -}/crypto/perlasm/x86asm.pl {- $sourcetop -}/crypto/perlasm/cbc.pl
+       $(PERL) {- $sourcedir -}/asm/bf-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
+ENDRAW[Makefile]