Always build library object files with shared library cflags
[openssl.git] / crypto / poly1305 / build.info
1 LIBS=../../libcrypto
2 SOURCE[../../libcrypto]=\
3         poly1305.c {- $target{poly1305_asm_src} -}
4
5 BEGINRAW[Makefile(unix)]
6 {- $builddir -}/poly1305-sparcv9.S:     {- $sourcedir -}/asm/poly1305-sparcv9.pl
7         CC="$(CC)" $(PERL) {- $sourcedir -}/asm/poly1305-sparcv9.pl > $@
8 {- $builddir -}/poly1305-x86.s:         {- $sourcedir -}/asm/poly1305-x86.pl
9         CC="$(CC)" $(PERL) {- $sourcedir -}/asm/poly1305-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
10 {- $builddir -}/poly1305-x86_64.s:      {- $sourcedir -}/asm/poly1305-x86_64.pl
11         CC="$(CC)" $(PERL) {- $sourcedir -}/asm/poly1305-x86_64.pl $(PERLASM_SCHEME) > $@
12 {- $builddir -}/poly1305-ppc.s:         {- $sourcedir -}/asm/poly1305-ppc.pl
13         CC="$(CC)" $(PERL) {- $sourcedir -}/asm/poly1305-ppc.pl $(PERLASM_SCHEME) $@
14 {- $builddir -}/poly1305-ppcfp.s:       {- $sourcedir -}/asm/poly1305-ppcfp.pl
15         CC="$(CC)" $(PERL) {- $sourcedir -}/asm/poly1305-ppcfp.pl $(PERLASM_SCHEME) $@
16
17 {- $builddir -}/poly1305-%.S:   {- $sourcedir -}/asm/poly1305-%.pl
18         CC="$(CC)" $(PERL) $< $(PERLASM_SCHEME) $@
19 ENDRAW[Makefile(unix)]