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

« back to all changes in this revision

Viewing changes to tests/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:
151
151
 
152
152
test_atomic_pthreads_SOURCES = test_atomic.c 
153
153
test_atomic_pthreads_CPPFLAGS = -DAO_USE_PTHREAD_DEFS
154
 
test_atomic_pthreads_LDADD = -lpthread ../src/libatomic_ops.a
 
154
test_atomic_pthreads_LDADD = -lpthread ../src/libatomic_ops.la
155
155
test_atomic_pthreads_CFLAGS = -I../src
156
156
subdir = tests
157
157
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
166
166
am_test_atomic_pthreads_OBJECTS = \
167
167
        test_atomic_pthreads-test_atomic.$(OBJEXT)
168
168
test_atomic_pthreads_OBJECTS = $(am_test_atomic_pthreads_OBJECTS)
169
 
test_atomic_pthreads_DEPENDENCIES = ../src/libatomic_ops.a
 
169
test_atomic_pthreads_DEPENDENCIES = ../src/libatomic_ops.la
170
170
test_atomic_pthreads_LDFLAGS =
171
171
 
172
172
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)/src