1LIBS=../../libcrypto 2SOURCE[../../libcrypto]=\ 3 md5_dgst.c md5_one.c {- $target{md5_asm_src} -} 4 5GENERATE[md5-586.s]=asm/md5-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(LIB_CFLAGS) 6 7GENERATE[md5-x86_64.s]=asm/md5-x86_64.pl $(PERLASM_SCHEME) 8 9GENERATE[md5-sparcv9.S]=asm/md5-sparcv9.pl $(PERLASM_SCHEME) 10INCLUDE[md5-sparcv9.o]=.. 11 12BEGINRAW[makefile(windows)] 13{- $builddir -}\md5-ia64.asm: {- $sourcedir -}\asm\md5-ia64.S 14 $(CC) $(CFLAGS) -EP {- $sourcedir -}\asm\md5-ia64.S > $@.i && move /Y $@.i $@ 15ENDRAW[makefile(windows)] 16 17BEGINRAW[Makefile] 18{- $builddir -}/md5-ia64.s: {- $sourcedir -}/asm/md5-ia64.S 19 $(CC) $(CFLAGS) -E {- $sourcedir -}/asm/md5-ia64.S | \ 20 $(PERL) -ne 's/;\s+/;\n/g; print;' > $@ 21 22ENDRAW[Makefile] 23