GH919: Fix wrappers for two headers
[openssl.git] / crypto / md5 / build.info
1 LIBS=../../libcrypto
2 SOURCE[../../libcrypto]=\
3         md5_dgst.c md5_one.c {- $target{md5_asm_src} -}
4
5 GENERATE[md5-586.s]=asm/md5-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(LIB_CFLAGS)
6
7 GENERATE[md5-x86_64.s]=asm/md5-x86_64.pl $(PERLASM_SCHEME)
8
9 GENERATE[md5-sparcv9.S]=asm/md5-sparcv9.pl $(PERLASM_SCHEME)
10 INCLUDE[md5-sparcv9.o]=..
11
12 BEGINRAW[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 $@
15 ENDRAW[makefile(windows)]
16
17 BEGINRAW[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
22 ENDRAW[Makefile]