~bkerensa/ubuntu/raring/valgrind/merge-from-deb

« back to all changes in this revision

Viewing changes to none/tests/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Andrés Roldán
  • Date: 2008-06-13 02:31:40 UTC
  • mto: (1.4.1 upstream) (2.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: james.westby@ubuntu.com-20080613023140-iwk33rz9rhvfkr96
Import upstream version 3.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
include $(top_srcdir)/Makefile.flags.am
4
4
 
5
5
SUBDIRS = .
6
 
if VG_X86_LINUX
 
6
if VGP_X86_LINUX
7
7
SUBDIRS += x86
8
8
endif
9
 
if VG_AMD64_LINUX
 
9
if VGP_AMD64_LINUX
10
10
SUBDIRS += amd64
11
11
endif
12
 
if VG_PPC32_LINUX
 
12
if VGP_PPC32_LINUX
13
13
SUBDIRS += ppc32
14
14
endif
15
 
if VG_PPC64_LINUX
 
15
if VGP_PPC64_LINUX
16
16
SUBDIRS += ppc64
17
17
endif
18
18
 
28
28
        async-sigs.stderr.exp async-sigs.stdout.exp async-sigs.vgtest \
29
29
        bitfield1.stderr.exp bitfield1.vgtest \
30
30
        blockfault.vgtest blockfault.stderr.exp blockfault.stdout.exp \
 
31
        bug129866.vgtest bug129866.stderr.exp bug129866.stdout.exp \
31
32
        closeall.stderr.exp closeall.vgtest \
32
33
        cmdline0.stderr.exp cmdline0.stdout.exp cmdline0.vgtest \
33
34
        cmdline1.stderr.exp cmdline1.stdout.exp cmdline1.vgtest \
94
95
        pth_rwlock.stderr.exp pth_rwlock.vgtest \
95
96
        pth_stackalign.stderr.exp \
96
97
        pth_stackalign.stdout.exp pth_stackalign.vgtest \
 
98
        pth_detached.stderr.exp \
 
99
        pth_detached.stdout.exp pth_detached.vgtest \
97
100
        rcrl.stderr.exp rcrl.stdout.exp rcrl.vgtest \
98
101
        readline1.stderr.exp readline1.stdout.exp \
99
102
        readline1.vgtest \
131
134
 
132
135
check_PROGRAMS = \
133
136
        ansi args \
134
 
        async-sigs bitfield1 blockfault closeall coolo_strlen \
 
137
        async-sigs bitfield1 blockfault \
 
138
        bug129866 \
 
139
        closeall coolo_strlen \
135
140
        discard exec-sigmask execve faultstatus fcntl_setown \
136
141
        fdleak_cmsg fdleak_creat fdleak_dup fdleak_dup2 \
137
142
        fdleak_fcntl fdleak_ipv4 fdleak_open fdleak_pipe \
143
148
        pth_atfork1 pth_blockedsig pth_cancel1 pth_cancel2 pth_cvsimple \
144
149
        pth_empty pth_exit pth_exit2 pth_mutexspeed pth_once pth_rwlock \
145
150
        pth_stackalign \
 
151
        pth_detached \
146
152
        rcrl readline1 res_search resolv \
147
153
        rlimit_nofile selfrun sem semlimit sha1_test \
148
154
        shortpush shorts stackgrowth sigstackgrowth susphello \
172
178
pth_once_LDADD          = -lpthread
173
179
pth_rwlock_LDADD        = -lpthread
174
180
pth_stackalign_LDADD    = -lpthread
175
 
res_search_LDADD        = -lresolv -lpthread
 
181
pth_detached_LDADD      = -lpthread
 
182
if VGO_AIX5
 
183
 res_search_LDADD       = -lpthread
 
184
else
 
185
 res_search_LDADD       = -lresolv -lpthread
 
186
endif
176
187
semlimit_LDADD          = -lpthread
177
188
susphello_LDADD         = -lpthread
178
189
thread_exits_LDADD      = -lpthread
180
191
threadederrno_LDADD     = -lpthread
181
192
tls_SOURCES             = tls.c tls2.c
182
193
tls_DEPENDENCIES        = tls.so
183
 
tls_LDFLAGS             = -Wl,-rpath,$(top_builddir)/none/tests
 
194
if VGO_AIX5
 
195
 tls_LDFLAGS            = 
 
196
else
 
197
 tls_LDFLAGS            = -Wl,-rpath,$(top_builddir)/none/tests
 
198
endif
184
199
tls_LDADD               = tls.so -lpthread
185
200
tls_so_SOURCES          = tls_so.c
186
 
tls_so_LDADD            = tls2.so
187
201
tls_so_DEPENDENCIES     = tls2.so
188
 
tls_so_LDFLAGS          = -Wl,-rpath,$(top_builddir)/none/tests -shared -fPIC
 
202
if VGO_AIX5
 
203
 tls_so_LDFLAGS         = -shared -fPIC
 
204
 tls_so_LDADD           = `pwd`/tls2.so
 
205
else
 
206
 tls_so_LDFLAGS         = -Wl,-rpath,$(top_builddir)/none/tests -shared -fPIC
 
207
 tls_so_LDADD           = tls2.so
 
208
endif
189
209
tls_so_CFLAGS           = $(AM_FLAG_M3264_PRI) -fPIC
190
210
tls2_so_SOURCES         = tls2_so.c
191
211
tls2_so_LDFLAGS         = -shared