blob: adbc39dc9020315ccd7740f1b3c845b54ad51bf1 [file] [log] [blame]
njn53044572009-02-19 09:52:05 +00001
2include $(top_srcdir)/Makefile.tool-tests.am
sewardjaf44c822007-11-25 14:01:38 +00003
njn8b68b642009-06-24 00:37:09 +00004dist_noinst_SCRIPTS = \
bart66f196d2009-08-15 10:50:35 +00005 compare_error_count_with \
bart9e87dca2009-03-10 09:19:26 +00006 filter_error_summary \
7 filter_stderr \
8 filter_stderr_and_thread_no \
9 run_openmp_test \
njn26139fa2009-08-11 00:18:31 +000010 supported_libpthread \
11 supported_sem_init
sewardjaf44c822007-11-25 14:01:38 +000012
njn8b68b642009-06-24 00:37:09 +000013noinst_HEADERS = \
sewardj28402762010-07-15 15:09:38 +000014 tsan_thread_wrappers_pthread.h \
15 unified_annotations.h
njn8b68b642009-06-24 00:37:09 +000016
bart40605eb2008-03-04 18:37:20 +000017EXTRA_DIST = \
bartea2a03c2010-03-21 17:24:47 +000018 annotate_barrier.stderr.exp \
19 annotate_barrier.vgtest \
bartcf3eb1b2010-03-07 10:47:59 +000020 annotate_hb_err.stderr.exp \
21 annotate_hb_err.vgtest \
bartb43825e2010-03-07 19:59:35 +000022 annotate_hb_race.stderr.exp \
23 annotate_hb_race.vgtest \
bartf64a8aa2009-08-14 13:25:38 +000024 annotate_hbefore.stderr.exp \
25 annotate_hbefore.vgtest \
bartd45d9952009-05-31 18:53:54 +000026 annotate_order_1.stderr.exp \
27 annotate_order_1.vgtest \
bart3a6fff22009-08-14 06:45:16 +000028 annotate_order_2.stderr.exp \
29 annotate_order_2.vgtest \
30 annotate_order_3.stderr.exp \
31 annotate_order_3.vgtest \
bart66f196d2009-08-15 10:50:35 +000032 annotate_publish_hg.stderr.exp \
33 annotate_publish_hg.vgtest \
bartcf3eb1b2010-03-07 10:47:59 +000034 annotate_smart_pointer.stderr.exp \
35 annotate_smart_pointer.vgtest \
bart2ffad9c2009-06-03 09:30:19 +000036 annotate_spinlock.stderr.exp \
37 annotate_spinlock.vgtest \
bartd45d9952009-05-31 18:53:54 +000038 annotate_rwlock.stderr.exp \
39 annotate_rwlock.vgtest \
bart66f196d2009-08-15 10:50:35 +000040 annotate_rwlock_hg.stderr.exp \
41 annotate_rwlock_hg.vgtest \
bartd45d9952009-05-31 18:53:54 +000042 annotate_ignore_read.stderr.exp \
43 annotate_ignore_read.vgtest \
bart5f3be752009-08-11 15:00:54 +000044 annotate_ignore_rw.stderr.exp \
45 annotate_ignore_rw.vgtest \
barta5225b82009-08-12 09:45:18 +000046 annotate_ignore_rw2.stderr.exp \
47 annotate_ignore_rw2.vgtest \
barte6361362009-08-13 09:30:57 +000048 annotate_ignore_write.stderr.exp \
49 annotate_ignore_write.vgtest \
50 annotate_ignore_write2.stderr.exp \
51 annotate_ignore_write2.vgtest \
bartd45d9952009-05-31 18:53:54 +000052 annotate_trace_memory.stderr.exp \
53 annotate_trace_memory.vgtest \
bartea2a03c2010-03-21 17:24:47 +000054 annotate_static.stderr.exp \
55 annotate_static.vgtest \
bart2ffad9c2009-06-03 09:30:19 +000056 atomic_var.stderr.exp \
bartcca440b2008-07-10 11:58:08 +000057 atomic_var.vgtest \
bartc4a9e0f2008-11-17 17:38:28 +000058 bar_bad.stderr.exp \
59 bar_bad.vgtest \
60 bar_trivial.stderr.exp \
bart7f08c732009-05-16 06:24:40 +000061 bar_trivial.stdout.exp \
bartc4a9e0f2008-11-17 17:38:28 +000062 bar_trivial.vgtest \
63 boost_thread.stderr.exp \
64 boost_thread.vgtest \
bart181b6bc2010-04-29 06:06:29 +000065 bug-235681.stderr.exp \
66 bug-235681.vgtest \
bart2ffad9c2009-06-03 09:30:19 +000067 circular_buffer.stderr.exp \
bart6fd7d742008-12-17 19:21:17 +000068 circular_buffer.vgtest \
bart6c7c76e2009-05-01 12:23:47 +000069 custom_alloc.stderr.exp \
bart7f08c732009-05-16 06:24:40 +000070 custom_alloc.vgtest \
bart40605eb2008-03-04 18:37:20 +000071 fp_race.stderr.exp \
bart40605eb2008-03-04 18:37:20 +000072 fp_race.vgtest \
73 fp_race2.stderr.exp \
bart40605eb2008-03-04 18:37:20 +000074 fp_race2.vgtest \
75 hg01_all_ok.stderr.exp \
bart40605eb2008-03-04 18:37:20 +000076 hg01_all_ok.vgtest \
77 hg02_deadlock.stderr.exp \
bart40605eb2008-03-04 18:37:20 +000078 hg02_deadlock.vgtest \
79 hg03_inherit.stderr.exp \
bart40605eb2008-03-04 18:37:20 +000080 hg03_inherit.vgtest \
81 hg04_race.stderr.exp \
bart40605eb2008-03-04 18:37:20 +000082 hg04_race.vgtest \
83 hg05_race2.stderr.exp \
barte65b4c62008-07-04 11:47:06 +000084 hg05_race2.stderr.exp-powerpc \
bart40605eb2008-03-04 18:37:20 +000085 hg05_race2.vgtest \
86 hg06_readshared.stderr.exp \
bart40605eb2008-03-04 18:37:20 +000087 hg06_readshared.vgtest \
bart1d4070d2008-05-14 12:22:15 +000088 hold_lock_1.stderr.exp \
89 hold_lock_1.vgtest \
90 hold_lock_2.stderr.exp \
91 hold_lock_2.vgtest \
bart96f892f2008-03-09 16:16:06 +000092 linuxthreads_det.stderr.exp \
93 linuxthreads_det.stderr.exp-linuxthreads \
94 linuxthreads_det.stdout.exp \
95 linuxthreads_det.stdout.exp-linuxthreads \
barte65b4c62008-07-04 11:47:06 +000096 linuxthreads_det.vgtest \
bart40605eb2008-03-04 18:37:20 +000097 matinv.stderr.exp \
bart40605eb2008-03-04 18:37:20 +000098 matinv.stdout.exp \
bart40605eb2008-03-04 18:37:20 +000099 matinv.vgtest \
bart412efe52008-04-20 08:29:04 +0000100 memory_allocation.stderr.exp \
101 memory_allocation.vgtest \
barte64f11d2008-10-05 17:37:06 +0000102 monitor_example.stderr.exp \
103 monitor_example.vgtest \
bart3d4c3322008-05-10 08:48:14 +0000104 new_delete.stderr.exp \
105 new_delete.vgtest \
bart805043e2008-03-12 17:49:57 +0000106 omp_matinv.stderr.exp \
107 omp_matinv.stdout.exp \
108 omp_matinv.vgtest \
barte8acf492008-03-12 17:27:20 +0000109 omp_matinv_racy.stderr.exp \
110 omp_matinv_racy.stdout.exp \
111 omp_matinv_racy.vgtest \
bart805043e2008-03-12 17:49:57 +0000112 omp_prime_racy.stderr.exp \
bart805043e2008-03-12 17:49:57 +0000113 omp_prime_racy.vgtest \
bartbbd3dcf2008-10-11 18:04:52 +0000114 omp_printf.stderr.exp \
115 omp_printf.vgtest \
bart40605eb2008-03-04 18:37:20 +0000116 pth_barrier.stderr.exp \
bart40605eb2008-03-04 18:37:20 +0000117 pth_barrier.vgtest \
118 pth_barrier2.stderr.exp \
bart40605eb2008-03-04 18:37:20 +0000119 pth_barrier2.vgtest \
120 pth_barrier3.stderr.exp \
bart40605eb2008-03-04 18:37:20 +0000121 pth_barrier3.vgtest \
bartb235a672009-02-22 09:26:22 +0000122 pth_barrier_race.stderr.exp \
123 pth_barrier_race.vgtest \
bartd9e39ec2008-06-28 15:03:26 +0000124 pth_barrier_reinit.stderr.exp \
125 pth_barrier_reinit.vgtest \
bart40605eb2008-03-04 18:37:20 +0000126 pth_broadcast.stderr.exp \
bart40605eb2008-03-04 18:37:20 +0000127 pth_broadcast.vgtest \
bart032424f2008-09-27 12:26:17 +0000128 pth_cancel_locked.stderr.exp \
bartdbaced02009-07-31 18:49:29 +0000129 pth_cancel_locked.stderr.exp-darwin \
bart032424f2008-09-27 12:26:17 +0000130 pth_cancel_locked.vgtest \
bart505a4962009-07-04 12:20:04 +0000131 pth_cleanup_handler.stderr.exp \
132 pth_cleanup_handler.vgtest \
bart40605eb2008-03-04 18:37:20 +0000133 pth_cond_race.stderr.exp \
bart40605eb2008-03-04 18:37:20 +0000134 pth_cond_race.vgtest \
135 pth_cond_race2.stderr.exp \
bart40605eb2008-03-04 18:37:20 +0000136 pth_cond_race2.vgtest \
bart46b5fce2008-06-28 13:01:30 +0000137 pth_cond_race3.stderr.exp \
138 pth_cond_race3.vgtest \
bart40605eb2008-03-04 18:37:20 +0000139 pth_create_chain.stderr.exp \
bart40605eb2008-03-04 18:37:20 +0000140 pth_create_chain.vgtest \
bartfaec72f2009-04-26 07:14:15 +0000141 pth_create_glibc_2_0.stderr.exp \
142 pth_create_glibc_2_0.vgtest \
bart40605eb2008-03-04 18:37:20 +0000143 pth_detached.stderr.exp \
bart40605eb2008-03-04 18:37:20 +0000144 pth_detached.stdout.exp \
bart40605eb2008-03-04 18:37:20 +0000145 pth_detached.vgtest \
146 pth_detached2.stderr.exp \
bart40605eb2008-03-04 18:37:20 +0000147 pth_detached2.stdout.exp \
bart40605eb2008-03-04 18:37:20 +0000148 pth_detached2.vgtest \
bart3b9f3bf2008-03-16 07:48:07 +0000149 pth_detached_sem.stderr.exp \
bart178cc162008-05-10 12:52:02 +0000150 pth_detached_sem.stdout.exp \
bart3b9f3bf2008-03-16 07:48:07 +0000151 pth_detached_sem.vgtest \
bart5639ce12009-01-20 14:25:22 +0000152 pth_inconsistent_cond_wait.stderr.exp1 \
153 pth_inconsistent_cond_wait.stderr.exp2 \
barte65b4c62008-07-04 11:47:06 +0000154 pth_inconsistent_cond_wait.vgtest \
bart7f08c732009-05-16 06:24:40 +0000155 pth_mutex_reinit.stderr.exp \
156 pth_mutex_reinit.vgtest \
bart7caef852009-07-26 15:27:27 +0000157 pth_once.stderr.exp \
158 pth_once.vgtest \
njnff5bdd42009-05-18 23:24:26 +0000159 pth_process_shared_mutex.stderr.exp \
bartf1473ad2009-05-19 17:26:20 +0000160 pth_process_shared_mutex.vgtest \
bart19c42602008-07-07 08:04:08 +0000161 pth_spinlock.stderr.exp \
162 pth_spinlock.vgtest \
bart28d77382010-05-29 18:42:14 +0000163 pth_uninitialized_cond.stderr.exp \
164 pth_uninitialized_cond.vgtest \
bart28c7a052009-11-09 15:44:53 +0000165 qt4_atomic.stderr.exp \
166 qt4_atomic.vgtest \
bart4c853992008-07-07 16:53:45 +0000167 qt4_mutex.stderr.exp \
168 qt4_mutex.vgtest \
bart4f578bf2008-07-07 18:35:13 +0000169 qt4_rwlock.stderr.exp \
170 qt4_rwlock.vgtest \
bartef9603e2008-07-07 17:22:41 +0000171 qt4_semaphore.stderr.exp \
172 qt4_semaphore.vgtest \
bart9e4efbf2009-07-22 19:04:23 +0000173 recursive_mutex.stderr.exp-linux \
174 recursive_mutex.stderr.exp-darwin \
bart40605eb2008-03-04 18:37:20 +0000175 recursive_mutex.vgtest \
176 rwlock_race.stderr.exp \
bartb920b662008-04-09 17:44:28 +0000177 rwlock_race.stderr.exp2 \
bart40605eb2008-03-04 18:37:20 +0000178 rwlock_race.vgtest \
bart178cc162008-05-10 12:52:02 +0000179 rwlock_test.stderr.exp \
180 rwlock_test.vgtest \
bartc8441502009-07-27 16:03:51 +0000181 rwlock_type_checking.stderr.exp \
182 rwlock_type_checking.vgtest \
bart40605eb2008-03-04 18:37:20 +0000183 sem_as_mutex.stderr.exp \
bart40605eb2008-03-04 18:37:20 +0000184 sem_as_mutex.vgtest \
185 sem_as_mutex2.stderr.exp \
bart40605eb2008-03-04 18:37:20 +0000186 sem_as_mutex2.vgtest \
bartb20f69b2009-05-03 17:43:55 +0000187 sem_as_mutex3.stderr.exp \
188 sem_as_mutex3.vgtest \
bart25f9f542009-07-23 16:31:39 +0000189 sem_open.stderr.exp \
190 sem_open.vgtest \
191 sem_open2.stderr.exp \
192 sem_open2.vgtest \
193 sem_open3.stderr.exp \
194 sem_open3.vgtest \
bart0f83d482009-07-26 09:16:56 +0000195 sem_open_traced.stderr.exp \
196 sem_open_traced.vgtest \
barte8acf492008-03-12 17:27:20 +0000197 sigalrm.stderr.exp \
bart40605eb2008-03-04 18:37:20 +0000198 sigalrm.vgtest \
bart212534a2010-09-02 14:09:13 +0000199 sigaltstack.stderr.exp \
200 sigaltstack.vgtest \
bart40605eb2008-03-04 18:37:20 +0000201 tc01_simple_race.stderr.exp \
bart40605eb2008-03-04 18:37:20 +0000202 tc01_simple_race.vgtest \
203 tc02_simple_tls.stderr.exp \
bart40605eb2008-03-04 18:37:20 +0000204 tc02_simple_tls.vgtest \
205 tc03_re_excl.stderr.exp \
bart40605eb2008-03-04 18:37:20 +0000206 tc03_re_excl.vgtest \
207 tc04_free_lock.stderr.exp \
bart40605eb2008-03-04 18:37:20 +0000208 tc04_free_lock.vgtest \
209 tc05_simple_race.stderr.exp \
bart40605eb2008-03-04 18:37:20 +0000210 tc05_simple_race.vgtest \
211 tc06_two_races.stderr.exp \
bart40605eb2008-03-04 18:37:20 +0000212 tc06_two_races.vgtest \
bart8360df52008-03-07 17:34:22 +0000213 tc07_hbl1.stderr.exp \
214 tc07_hbl1.stdout.exp \
215 tc07_hbl1.vgtest \
216 tc08_hbl2.stderr.exp \
bart43409c92008-03-07 19:29:03 +0000217 tc08_hbl2.stdout.exp \
bart8360df52008-03-07 17:34:22 +0000218 tc08_hbl2.vgtest \
bart40605eb2008-03-04 18:37:20 +0000219 tc09_bad_unlock.stderr.exp \
bartdf961972008-04-28 16:51:24 +0000220 tc09_bad_unlock.stderr.exp-glibc2.8 \
bart40605eb2008-03-04 18:37:20 +0000221 tc09_bad_unlock.vgtest \
222 tc10_rec_lock.stderr.exp \
bart40605eb2008-03-04 18:37:20 +0000223 tc10_rec_lock.vgtest \
224 tc11_XCHG.stderr.exp tc11_XCHG.stdout.exp \
bart40605eb2008-03-04 18:37:20 +0000225 tc11_XCHG.vgtest \
226 tc12_rwl_trivial.stderr.exp \
bart40605eb2008-03-04 18:37:20 +0000227 tc12_rwl_trivial.vgtest \
228 tc13_laog1.stderr.exp \
229 tc13_laog1.vgtest \
230 tc15_laog_lockdel.stderr.exp \
231 tc15_laog_lockdel.vgtest \
232 tc16_byterace.stderr.exp \
bart40605eb2008-03-04 18:37:20 +0000233 tc16_byterace.vgtest \
234 tc17_sembar.stderr.exp \
bart40605eb2008-03-04 18:37:20 +0000235 tc17_sembar.vgtest \
236 tc18_semabuse.stderr.exp \
bart40605eb2008-03-04 18:37:20 +0000237 tc18_semabuse.vgtest \
bartf9d96e02009-05-03 17:54:47 +0000238 tc19_shadowmem.stderr.exp-32bit \
239 tc19_shadowmem.stderr.exp-64bit \
bart40605eb2008-03-04 18:37:20 +0000240 tc19_shadowmem.vgtest \
bart40605eb2008-03-04 18:37:20 +0000241 tc21_pthonce.stderr.exp \
bart40605eb2008-03-04 18:37:20 +0000242 tc21_pthonce.stdout.exp \
bart40605eb2008-03-04 18:37:20 +0000243 tc21_pthonce.vgtest \
244 tc22_exit_w_lock.stderr.exp-32bit \
245 tc22_exit_w_lock.stderr.exp-64bit \
bart40605eb2008-03-04 18:37:20 +0000246 tc22_exit_w_lock.vgtest \
bartb00ec8c2010-01-04 12:04:38 +0000247 tc23_bogus_condwait.stderr.exp-linux-x86 \
248 tc23_bogus_condwait.stderr.exp-linux-ppc \
sewardj57300312011-03-07 16:42:02 +0000249 tc23_bogus_condwait.stderr.exp-darwin-x86 \
250 tc23_bogus_condwait.stderr.exp-darwin-amd64 \
bart40605eb2008-03-04 18:37:20 +0000251 tc23_bogus_condwait.vgtest \
252 tc24_nonzero_sem.stderr.exp \
253 tc24_nonzero_sem.vgtest \
bartd45d9952009-05-31 18:53:54 +0000254 thread_name.stderr.exp \
255 thread_name.vgtest \
bart45bb8f62011-02-09 11:29:11 +0000256 threaded-fork.stderr.exp \
257 threaded-fork.vgtest \
barte65b4c62008-07-04 11:47:06 +0000258 trylock.stderr.exp \
bart8f822af2009-06-08 18:20:42 +0000259 trylock.vgtest \
260 unit_bitmap.stderr.exp \
261 unit_bitmap.vgtest \
262 unit_vc.stderr.exp \
263 unit_vc.vgtest
264
sewardjaf44c822007-11-25 14:01:38 +0000265
bartcca440b2008-07-10 11:58:08 +0000266check_PROGRAMS = \
bartcf3eb1b2010-03-07 10:47:59 +0000267 annotate_hb_err \
bartb43825e2010-03-07 19:59:35 +0000268 annotate_hb_race \
bart5f3be752009-08-11 15:00:54 +0000269 annotate_ignore_rw \
barte6361362009-08-13 09:30:57 +0000270 annotate_ignore_write \
bart66f196d2009-08-15 10:50:35 +0000271 annotate_publish_hg \
bartea2a03c2010-03-21 17:24:47 +0000272 annotate_static \
bart181b6bc2010-04-29 06:06:29 +0000273 bug-235681 \
njn32f8d8c2009-07-15 02:31:45 +0000274 custom_alloc \
bart60389da2008-02-25 19:58:25 +0000275 fp_race \
bart1d4070d2008-05-14 12:22:15 +0000276 hold_lock \
bart96f892f2008-03-09 16:16:06 +0000277 linuxthreads_det \
bart412efe52008-04-20 08:29:04 +0000278 memory_allocation \
barte64f11d2008-10-05 17:37:06 +0000279 monitor_example \
bart3d4c3322008-05-10 08:48:14 +0000280 new_delete \
bart60389da2008-02-25 19:58:25 +0000281 pth_broadcast \
bart032424f2008-09-27 12:26:17 +0000282 pth_cancel_locked \
bart505a4962009-07-04 12:20:04 +0000283 pth_cleanup_handler \
bart60389da2008-02-25 19:58:25 +0000284 pth_cond_race \
285 pth_create_chain \
286 pth_detached \
bart3b9f3bf2008-03-16 07:48:07 +0000287 pth_detached_sem \
bart3bb1cec2008-06-28 16:01:43 +0000288 pth_inconsistent_cond_wait \
bart7f08c732009-05-16 06:24:40 +0000289 pth_mutex_reinit \
290 pth_process_shared_mutex \
bart28d77382010-05-29 18:42:14 +0000291 pth_uninitialized_cond \
bart5357fcb2008-02-27 15:46:00 +0000292 recursive_mutex \
njn6ab37c72009-02-23 01:33:40 +0000293 rwlock_race \
294 rwlock_test \
bartc8441502009-07-27 16:03:51 +0000295 rwlock_type_checking \
bart5bd9f2d2008-03-03 20:31:58 +0000296 sem_as_mutex \
bart25f9f542009-07-23 16:31:39 +0000297 sem_open \
bart60389da2008-02-25 19:58:25 +0000298 sigalrm \
bartd45d9952009-05-31 18:53:54 +0000299 thread_name \
bart45bb8f62011-02-09 11:29:11 +0000300 threaded-fork \
bart8f822af2009-06-08 18:20:42 +0000301 trylock \
302 unit_bitmap \
303 unit_vc
sewardjaf44c822007-11-25 14:01:38 +0000304
bart61e34a12008-11-10 18:54:46 +0000305if HAVE_BOOST_1_35
bartc4a9e0f2008-11-17 17:38:28 +0000306check_PROGRAMS += boost_thread
bartda7c0982008-07-28 11:36:11 +0000307endif
bart29cc9db2008-03-09 15:59:30 +0000308
bartd45d9952009-05-31 18:53:54 +0000309if HAVE_BUILTIN_ATOMIC
bart21e49d72010-03-02 08:57:50 +0000310check_PROGRAMS += \
bartea2a03c2010-03-21 17:24:47 +0000311 annotate_barrier \
bart21e49d72010-03-02 08:57:50 +0000312 annotate_rwlock \
313 annotate_smart_pointer \
314 atomic_var \
315 circular_buffer \
316 tsan_unittest
bart0ae59c32009-06-03 06:25:04 +0000317endif
bartd45d9952009-05-31 18:53:54 +0000318
bart4c853992008-07-07 16:53:45 +0000319if HAVE_OPENMP
bartbbd3dcf2008-10-11 18:04:52 +0000320check_PROGRAMS += omp_matinv omp_prime omp_printf
bart4c853992008-07-07 16:53:45 +0000321endif
sewardjaf44c822007-11-25 14:01:38 +0000322
bart5a8c67f2009-01-20 14:02:22 +0000323if HAVE_PTHREAD_BARRIER
bartb235a672009-02-22 09:26:22 +0000324check_PROGRAMS += matinv pth_barrier pth_barrier_race pth_barrier_reinit
bart5a8c67f2009-01-20 14:02:22 +0000325endif
326
bartfaec72f2009-04-26 07:14:15 +0000327if HAVE_PTHREAD_CREATE_GLIBC_2_0
328check_PROGRAMS += pth_create_glibc_2_0
329endif
330
bart5a8c67f2009-01-20 14:02:22 +0000331if HAVE_PTHREAD_SPINLOCK
332check_PROGRAMS += pth_spinlock
333endif
334
sewardjaf44c822007-11-25 14:01:38 +0000335
njn07891f92009-02-22 23:38:10 +0000336AM_CFLAGS += $(AM_FLAG_M3264_PRI) @FLAG_W_EXTRA@ -Wno-inline -Wno-unused-parameter
337AM_CXXFLAGS += $(AM_FLAG_M3264_PRI) @FLAG_W_EXTRA@ -Wno-inline -Wno-unused-parameter
338
njn53044572009-02-19 09:52:05 +0000339LDADD = -lpthread
bartcca440b2008-07-10 11:58:08 +0000340
bart6fd7d742008-12-17 19:21:17 +0000341
barte64f11d2008-10-05 17:37:06 +0000342monitor_example_SOURCES = monitor_example.cpp
bart3d4c3322008-05-10 08:48:14 +0000343new_delete_SOURCES = new_delete.cpp
bart412efe52008-04-20 08:29:04 +0000344
bart20009c12009-07-10 06:38:20 +0000345pth_cleanup_handler_CFLAGS = $(AM_CFLAGS) @FLAG_W_NO_EMPTY_BODY@
bart505a4962009-07-04 12:20:04 +0000346
bartd45d9952009-05-31 18:53:54 +0000347tsan_unittest_SOURCES = tsan_unittest.cpp
bartdf5a1e22009-06-03 08:11:02 +0000348tsan_unittest_CXXFLAGS = $(AM_CXXFLAGS) \
bart962c72c2009-06-04 09:11:28 +0000349 -DTHREAD_WRAPPERS='"tsan_thread_wrappers_pthread.h"'
bartd45d9952009-05-31 18:53:54 +0000350
bart8f822af2009-06-08 18:20:42 +0000351unit_bitmap_CFLAGS = $(AM_CFLAGS) -O2 \
352 -DENABLE_DRD_CONSISTENCY_CHECKS \
353 @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@
354unit_bitmap_LDADD = # nothing, i.e. not -lpthread
355
356unit_vc_CFLAGS = $(AM_CFLAGS) -DENABLE_DRD_CONSISTENCY_CHECKS
357unit_vc_LDADD = # nothing, i.e. not -lpthread
358
bart61e34a12008-11-10 18:54:46 +0000359if HAVE_BOOST_1_35
bartc4a9e0f2008-11-17 17:38:28 +0000360boost_thread_SOURCES = boost_thread.cpp
361boost_thread_CXXFLAGS = $(AM_CXXFLAGS) $(BOOST_CFLAGS)
362boost_thread_LDADD = $(BOOST_LIBS)
bart61e34a12008-11-10 18:54:46 +0000363endif
364
bart21e49d72010-03-02 08:57:50 +0000365if HAVE_BUILTIN_ATOMIC
366annotate_smart_pointer_SOURCES = annotate_smart_pointer.cpp
367endif
368
bartea2a03c2010-03-21 17:24:47 +0000369annotate_static_SOURCES = annotate_static.cpp
370
bart1f52b822008-03-12 17:11:48 +0000371if HAVE_OPENMP
bartf3b72852008-06-26 07:31:15 +0000372omp_matinv_CFLAGS = $(AM_CFLAGS) -fopenmp
bart805043e2008-03-12 17:49:57 +0000373omp_matinv_LDFLAGS = -fopenmp
njn53044572009-02-19 09:52:05 +0000374omp_matinv_LDADD = $(LDADD) -lm
bart0aeb1862008-03-10 19:26:42 +0000375
bartf3b72852008-06-26 07:31:15 +0000376omp_prime_CFLAGS = $(AM_CFLAGS) -fopenmp
bartbaa3c2d2008-03-12 16:50:09 +0000377omp_prime_LDFLAGS = -fopenmp
njn53044572009-02-19 09:52:05 +0000378omp_prime_LDADD = $(LDADD) -lm
bartbbd3dcf2008-10-11 18:04:52 +0000379
bartbbd3dcf2008-10-11 18:04:52 +0000380omp_printf_CFLAGS = $(AM_CFLAGS) -fopenmp
381omp_printf_LDFLAGS = -fopenmp
njn53044572009-02-19 09:52:05 +0000382omp_printf_LDADD = $(LDADD) -lm
bart0aeb1862008-03-10 19:26:42 +0000383endif
bart61e34a12008-11-10 18:54:46 +0000384
bart5a8c67f2009-01-20 14:02:22 +0000385if HAVE_PTHREAD_BARRIER
njn53044572009-02-19 09:52:05 +0000386matinv_LDADD = $(LDADD) -lm
bart5a8c67f2009-01-20 14:02:22 +0000387endif