~ubuntu-branches/ubuntu/lucid/libatomic-ops/lucid

« back to all changes in this revision

Viewing changes to src/atomic_ops/sysdeps/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Al Stone
  • Date: 2005-02-21 17:15:35 UTC
  • mfrom: (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050221171535-umkri8cwv2qlk369
Tags: 0.5.1-3
Closes: bug#287276: support for amd64 -- thinko, skipped part
of Kurt's patch inadvertently.

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
sysdepdir = ${includedir}/atomic_ops/sysdeps
149
149
 
150
150
#Headers for GCC
151
 
sysdepgcc_HEADERS = gcc/x86.h gcc/ia64.h \
 
151
sysdepgcc_HEADERS = gcc/x86.h gcc/x86_64.h gcc/ia64.h \
152
152
        gcc/alpha.h gcc/arm.h \
153
153
        gcc/powerpc.h gcc/sparc.h \
154
154
        gcc/hppa.h gcc/m68k.h gcc/s390.h