~ubuntu-branches/ubuntu/karmic/openssl/karmic-proposed

« back to all changes in this revision

Viewing changes to crypto/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-05 00:13:39 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071205001339-tazlol313zs8u6ec
Tags: 0.9.8g-3ubuntu1
* Merge with Debian; remaining changes:
  - Configure: Add support for lpia.
  - Replace duplicate files in the doc directory with symlinks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        echo "  #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \
58
58
        echo '#endif' ) >buildinf.h
59
59
 
60
 
x86cpuid-elf.s: x86cpuid.pl perlasm/x86asm.pl
 
60
x86cpuid-elf.S: x86cpuid.pl perlasm/x86asm.pl
61
61
        $(PERL) x86cpuid.pl elf $(CFLAGS) $(PROCESSOR) > $@
62
62
x86cpuid-cof.s: x86cpuid.pl perlasm/x86asm.pl
63
63
        $(PERL) x86cpuid.pl coff $(CFLAGS) $(PROCESSOR) > $@
70
70
uplink-cof.s:   ../ms/uplink.pl
71
71
        $(PERL) ../ms/uplink.pl coff > $@
72
72
 
73
 
x86_64cpuid.s: x86_64cpuid.pl
 
73
x86_64cpuid.S: x86_64cpuid.pl
74
74
        $(PERL) x86_64cpuid.pl $@
75
75
ia64cpuid.s: ia64cpuid.S
76
76
        $(CC) $(CFLAGS) -E ia64cpuid.S > $@