Home | History | Annotate | Download | only in tests
      1 
      2 include $(top_srcdir)/Makefile.tool-tests.am
      3 
      4 dist_noinst_SCRIPTS =		    \
      5 	compare_error_count_with    \
      6 	filter_annotate_barrier_xml \
      7 	filter_error_count	    \
      8 	filter_error_summary	    \
      9 	filter_stderr               \
     10 	filter_stderr_and_thread_no \
     11 	filter_stderr_and_thread_no_and_offset \
     12 	filter_stderr_solaris       \
     13 	filter_thread_no	    \
     14 	filter_thread_name_xml      \
     15 	filter_xml_and_thread_no    \
     16 	run_openmp_test             \
     17 	supported_libpthread	    \
     18 	supported_sem_init
     19 
     20 noinst_HEADERS =                                    \
     21 	tsan_thread_wrappers_pthread.h		    \
     22 	unified_annotations.h			    \
     23 	dlopen_lib.h
     24 
     25 EXTRA_DIST =                                        \
     26 	annotate_barrier.stderr.exp		    \
     27 	annotate_barrier.vgtest			    \
     28 	annotate_barrier_xml.stderr.exp		    \
     29 	annotate_barrier_xml.vgtest		    \
     30 	annotate_hb_err.stderr.exp		    \
     31 	annotate_hb_err.vgtest			    \
     32 	annotate_hb_race.stderr.exp		    \
     33 	annotate_hb_race.vgtest			    \
     34 	annotate_hbefore.stderr.exp		    \
     35 	annotate_hbefore.vgtest			    \
     36 	annotate_order_1.stderr.exp		    \
     37 	annotate_order_1.vgtest			    \
     38 	annotate_order_2.stderr.exp		    \
     39 	annotate_order_2.vgtest			    \
     40 	annotate_order_3.stderr.exp		    \
     41 	annotate_order_3.vgtest			    \
     42 	annotate_publish_hg.stderr.exp		    \
     43 	annotate_publish_hg.vgtest		    \
     44 	annotate_sem.stderr.exp                     \
     45 	annotate_sem.vgtest                         \
     46 	annotate_smart_pointer.stderr.exp	    \
     47 	annotate_smart_pointer.vgtest		    \
     48 	annotate_smart_pointer2.stderr.exp	    \
     49 	annotate_smart_pointer2.stderr.exp-darwin   \
     50 	annotate_smart_pointer2.vgtest		    \
     51 	annotate_spinlock.stderr.exp		    \
     52 	annotate_spinlock.vgtest		    \
     53 	annotate_rwlock.stderr.exp		    \
     54 	annotate_rwlock.vgtest			    \
     55 	annotate_rwlock_hg.stderr.exp		    \
     56 	annotate_rwlock_hg.vgtest		    \
     57 	annotate_ignore_read.stderr.exp		    \
     58 	annotate_ignore_read.vgtest		    \
     59 	annotate_ignore_rw.stderr.exp		    \
     60 	annotate_ignore_rw.vgtest		    \
     61 	annotate_ignore_rw2.stderr.exp		    \
     62 	annotate_ignore_rw2.stderr.exp-solaris	    \
     63 	annotate_ignore_rw2.vgtest		    \
     64 	annotate_ignore_write.stderr.exp	    \
     65 	annotate_ignore_write.stderr.exp-solaris    \
     66 	annotate_ignore_write.vgtest		    \
     67 	annotate_ignore_write2.stderr.exp	    \
     68 	annotate_ignore_write2.stderr.exp-solaris   \
     69 	annotate_ignore_write2.vgtest		    \
     70 	annotate_trace_memory.stderr.exp-32bit	    \
     71 	annotate_trace_memory.stderr.exp-64bit	    \
     72 	annotate_trace_memory.stderr.exp-mips32	   \
     73 	annotate_trace_memory.vgtest		    \
     74 	annotate_trace_memory_xml.stderr.exp-32bit  \
     75 	annotate_trace_memory_xml.stderr.exp-64bit  \
     76 	annotate_trace_memory_xml.stderr.exp-mips32 \
     77 	annotate_trace_memory_xml.vgtest	    \
     78 	annotate_sem.stderr.exp                     \
     79 	annotate_sem.vgtest                         \
     80 	annotate_static.stderr.exp	            \
     81 	annotate_static.vgtest		            \
     82 	atomic_var.stderr.exp			    \
     83 	atomic_var.vgtest			    \
     84 	bar_bad.stderr.exp			    \
     85 	bar_bad.stderr.exp-nohang		    \
     86 	bar_bad.stderr.exp-solaris		    \
     87 	bar_bad.vgtest				    \
     88 	bar_bad_xml.stderr.exp			    \
     89 	bar_bad_xml.stderr.exp-nohang		    \
     90 	bar_bad_xml.stderr.exp-solaris		    \
     91 	bar_bad_xml.vgtest			    \
     92 	bar_trivial.stderr.exp			    \
     93 	bar_trivial.stdout.exp			    \
     94 	bar_trivial.vgtest			    \
     95 	boost_thread.stderr.exp			    \
     96 	boost_thread.vgtest			    \
     97 	bug-235681.stderr.exp			    \
     98 	bug-235681.vgtest			    \
     99 	circular_buffer.stderr.exp		    \
    100 	circular_buffer.vgtest			    \
    101 	concurrent_close.stderr.exp		    \
    102 	concurrent_close.vgtest			    \
    103 	custom_alloc.stderr.exp			    \
    104 	custom_alloc.vgtest			    \
    105 	custom_alloc_fiw.stderr.exp		    \
    106 	custom_alloc_fiw.vgtest			    \
    107 	dlopen.stderr.exp			    \
    108 	dlopen.stdout.exp			    \
    109 	dlopen.vgtest				    \
    110 	fp_race.stderr.exp                          \
    111 	fp_race.stderr.exp-mips32-be                \
    112 	fp_race.stderr.exp-mips32-le                \
    113 	fp_race.vgtest                              \
    114 	fp_race2.stderr.exp                         \
    115 	fp_race2.vgtest                             \
    116 	fp_race_xml.stderr.exp                      \
    117 	fp_race_xml.stderr.exp-mips32-be            \
    118 	fp_race_xml.stderr.exp-mips32-le            \
    119 	fp_race_xml.stderr.exp-solaris              \
    120 	fp_race_xml.vgtest                          \
    121 	free_is_write.stderr.exp		    \
    122 	free_is_write.vgtest			    \
    123 	free_is_write2.stderr.exp		    \
    124 	free_is_write2.vgtest			    \
    125 	hg01_all_ok.stderr.exp                      \
    126 	hg01_all_ok.vgtest                          \
    127 	hg02_deadlock.stderr.exp                    \
    128 	hg02_deadlock.vgtest                        \
    129 	hg03_inherit.stderr.exp                     \
    130 	hg03_inherit.vgtest                         \
    131 	hg04_race.stderr.exp                        \
    132 	hg04_race.vgtest                            \
    133 	hg05_race2.stderr.exp                       \
    134 	hg05_race2.stderr.exp-powerpc               \
    135 	hg05_race2.vgtest                           \
    136 	hg06_readshared.stderr.exp                  \
    137 	hg06_readshared.vgtest                      \
    138 	hold_lock_1.stderr.exp                      \
    139 	hold_lock_1.vgtest                          \
    140 	hold_lock_2.stderr.exp                      \
    141 	hold_lock_2.vgtest                          \
    142 	linuxthreads_det.stderr.exp                 \
    143 	linuxthreads_det.stderr.exp-linuxthreads    \
    144 	linuxthreads_det.stdout.exp                 \
    145 	linuxthreads_det.stdout.exp-linuxthreads    \
    146 	linuxthreads_det.vgtest                     \
    147 	local_static.stderr.exp                     \
    148 	local_static.vgtest                         \
    149 	matinv.stderr.exp                           \
    150 	matinv.stdout.exp                           \
    151 	matinv.vgtest                               \
    152 	memory_allocation.stderr.exp		    \
    153 	memory_allocation.vgtest		    \
    154 	monitor_example.stderr.exp		    \
    155 	monitor_example.vgtest			    \
    156 	new_delete.stderr.exp                       \
    157 	new_delete.vgtest                           \
    158 	omp_matinv.stderr.exp                       \
    159 	omp_matinv.stdout.exp                       \
    160 	omp_matinv.vgtest                           \
    161 	omp_matinv_racy.stderr.exp                  \
    162 	omp_matinv_racy.stdout.exp                  \
    163 	omp_matinv_racy.vgtest                      \
    164 	omp_prime_racy.stderr.exp                   \
    165 	omp_prime_racy.vgtest                       \
    166 	omp_printf.stderr.exp                       \
    167 	omp_printf.vgtest                           \
    168 	pth_barrier.stderr.exp                      \
    169 	pth_barrier.vgtest                          \
    170 	pth_barrier2.stderr.exp                     \
    171 	pth_barrier2.vgtest                         \
    172 	pth_barrier3.stderr.exp                     \
    173 	pth_barrier3.vgtest                         \
    174 	pth_barrier_race.stderr.exp                 \
    175 	pth_barrier_race.vgtest                     \
    176 	pth_barrier_reinit.stderr.exp               \
    177 	pth_barrier_reinit.vgtest                   \
    178 	pth_barrier_thr_cr.stderr.exp               \
    179 	pth_barrier_thr_cr.vgtest                   \
    180 	pth_barrier_thr_cr.supp                     \
    181 	pth_broadcast.stderr.exp                    \
    182 	pth_broadcast.vgtest                        \
    183 	pth_cancel_locked.stderr.exp		    \
    184 	pth_cancel_locked.stderr.exp-darwin	    \
    185 	pth_cancel_locked.vgtest		    \
    186 	pth_cleanup_handler.stderr.exp		    \
    187 	pth_cleanup_handler.vgtest		    \
    188 	pth_cond_destroy_busy.stderr.exp            \
    189 	pth_cond_destroy_busy.stderr.exp-solaris    \
    190 	pth_cond_destroy_busy.vgtest                \
    191 	pth_cond_race.stderr.exp                    \
    192 	pth_cond_race.vgtest                        \
    193 	pth_cond_race2.stderr.exp                   \
    194 	pth_cond_race2.vgtest                       \
    195 	pth_cond_race3.stderr.exp                   \
    196 	pth_cond_race3.vgtest                       \
    197 	pth_create_chain.stderr.exp                 \
    198 	pth_create_chain.vgtest                     \
    199 	pth_create_glibc_2_0.stderr.exp             \
    200 	pth_create_glibc_2_0.vgtest                 \
    201 	pth_detached.stderr.exp                     \
    202 	pth_detached.stdout.exp                     \
    203 	pth_detached.vgtest                         \
    204 	pth_detached2.stderr.exp                    \
    205 	pth_detached2.stdout.exp                    \
    206 	pth_detached2.vgtest                        \
    207 	pth_detached3.stderr.exp1                   \
    208 	pth_detached3.stderr.exp2                   \
    209 	pth_detached3.vgtest                        \
    210 	pth_detached_sem.stderr.exp                 \
    211 	pth_detached_sem.stdout.exp                 \
    212 	pth_detached_sem.vgtest                     \
    213 	pth_inconsistent_cond_wait.stderr.exp1      \
    214 	pth_inconsistent_cond_wait.stderr.exp2      \
    215 	pth_inconsistent_cond_wait.vgtest           \
    216 	pth_mutex_reinit.stderr.exp		    \
    217 	pth_mutex_reinit.vgtest			    \
    218 	pth_once.stderr.exp			    \
    219 	pth_once.vgtest				    \
    220 	pth_process_shared_mutex.stderr.exp         \
    221 	pth_process_shared_mutex.vgtest             \
    222 	pth_spinlock.stderr.exp                     \
    223 	pth_spinlock.vgtest                         \
    224 	pth_uninitialized_cond.stderr.exp           \
    225 	pth_uninitialized_cond.vgtest               \
    226 	read_and_free_race.stderr.exp		    \
    227 	read_and_free_race.vgtest		    \
    228 	recursive_mutex.stderr.exp-linux            \
    229 	recursive_mutex.stderr.exp-darwin           \
    230 	recursive_mutex.stderr.exp-solaris          \
    231 	recursive_mutex.vgtest                      \
    232 	rwlock_race.stderr.exp	                    \
    233 	rwlock_race.stderr.exp2	                    \
    234 	rwlock_race.vgtest                          \
    235 	rwlock_test.stderr.exp	                    \
    236 	rwlock_test.vgtest                          \
    237 	rwlock_type_checking.stderr.exp	            \
    238 	rwlock_type_checking.vgtest                 \
    239 	sem_as_mutex.stderr.exp                     \
    240 	sem_as_mutex.stderr.exp-mips32-be           \
    241 	sem_as_mutex.stderr.exp-mips32-le           \
    242 	sem_as_mutex.vgtest                         \
    243 	sem_as_mutex2.stderr.exp                    \
    244 	sem_as_mutex2.vgtest                        \
    245 	sem_as_mutex3.stderr.exp                    \
    246 	sem_as_mutex3.stderr.exp-mips32-be          \
    247 	sem_as_mutex3.stderr.exp-mips32-le          \
    248 	sem_as_mutex3.vgtest                        \
    249 	sem_open.stderr.exp                         \
    250 	sem_open.stderr.exp-mips32-be               \
    251 	sem_open.stderr.exp-mips32-le               \
    252 	sem_open.vgtest                             \
    253 	sem_open2.stderr.exp                        \
    254 	sem_open2.vgtest                            \
    255 	sem_open3.stderr.exp                        \
    256 	sem_open3.stderr.exp-mips32-be              \
    257 	sem_open3.stderr.exp-mips32-le              \
    258 	sem_open3.vgtest                            \
    259 	sem_open_traced.stderr.exp                  \
    260 	sem_open_traced.vgtest                      \
    261 	sem_wait.stderr.exp                         \
    262 	sem_wait.vgtest                             \
    263 	sigalrm.stderr.exp                          \
    264 	sigalrm.vgtest                              \
    265 	sigaltstack.stderr.exp                      \
    266 	sigaltstack.vgtest                          \
    267 	std_atomic.stderr.exp		  	    \
    268 	std_atomic.vgtest			            \
    269 	std_list.stderr.exp		  	    \
    270 	std_list.vgtest			            \
    271 	std_string.stderr.exp		  	    \
    272 	std_string.vgtest			    \
    273 	std_thread.stderr.exp		  	    \
    274 	std_thread.vgtest			    \
    275 	std_thread2.stderr.exp		  	    \
    276 	std_thread2.vgtest			    \
    277 	std_thread2.supp			    \
    278 	str_tester.stderr.exp		  	    \
    279 	str_tester.vgtest			    \
    280 	tc01_simple_race.stderr.exp                 \
    281 	tc01_simple_race.vgtest                     \
    282 	tc02_simple_tls.stderr.exp                  \
    283 	tc02_simple_tls.vgtest                      \
    284 	tc03_re_excl.stderr.exp                     \
    285 	tc03_re_excl.vgtest                         \
    286 	tc04_free_lock.stderr.exp-x86               \
    287 	tc04_free_lock.stderr.exp-ppc               \
    288 	tc04_free_lock.stderr.exp-s390              \
    289 	tc04_free_lock.vgtest                       \
    290 	tc05_simple_race.stderr.exp                 \
    291 	tc05_simple_race.vgtest                     \
    292 	tc06_two_races.stderr.exp                   \
    293 	tc06_two_races.vgtest                       \
    294 	tc07_hbl1.stderr.exp                        \
    295 	tc07_hbl1.stdout.exp                        \
    296 	tc07_hbl1.vgtest                            \
    297 	tc08_hbl2.stderr.exp                        \
    298 	tc08_hbl2.stdout.exp                        \
    299 	tc08_hbl2.vgtest                            \
    300 	tc09_bad_unlock.stderr.exp-x86              \
    301 	tc09_bad_unlock.stderr.exp-ppc              \
    302 	tc09_bad_unlock.stderr.exp-glibc2.8         \
    303 	tc09_bad_unlock.stderr.exp-s390             \
    304 	tc09_bad_unlock.stderr.exp-solaris          \
    305 	tc09_bad_unlock.vgtest                      \
    306 	tc10_rec_lock.stderr.exp                    \
    307 	tc10_rec_lock.vgtest                        \
    308 	tc11_XCHG.stderr.exp tc11_XCHG.stdout.exp   \
    309 	tc11_XCHG.vgtest                            \
    310 	tc12_rwl_trivial.stderr.exp                 \
    311 	tc12_rwl_trivial.vgtest                     \
    312 	tc13_laog1.stderr.exp                       \
    313 	tc13_laog1.vgtest                           \
    314 	tc15_laog_lockdel.stderr.exp                \
    315 	tc15_laog_lockdel.vgtest                    \
    316 	tc16_byterace.stderr.exp                    \
    317 	tc16_byterace.vgtest                        \
    318 	tc17_sembar.stderr.exp                      \
    319 	tc17_sembar.vgtest                          \
    320 	tc18_semabuse.stderr.exp                    \
    321 	tc18_semabuse.stderr.exp-solaris            \
    322 	tc18_semabuse.vgtest                        \
    323 	tc19_shadowmem.stderr.exp-32bit             \
    324 	tc19_shadowmem.stderr.exp-64bit             \
    325 	tc19_shadowmem.vgtest                       \
    326 	tc21_pthonce.stderr.exp                     \
    327 	tc21_pthonce.stdout.exp                     \
    328 	tc21_pthonce.vgtest                         \
    329 	tc22_exit_w_lock.stderr.exp-32bit	    \
    330 	tc22_exit_w_lock.stderr.exp-64bit           \
    331 	tc22_exit_w_lock.vgtest                     \
    332 	tc23_bogus_condwait.stderr.exp-linux-x86    \
    333 	tc23_bogus_condwait.stderr.exp-linux-ppc    \
    334 	tc23_bogus_condwait.stderr.exp-darwin-x86   \
    335 	tc23_bogus_condwait.stderr.exp-darwin-amd64 \
    336 	tc23_bogus_condwait.vgtest                  \
    337 	tc24_nonzero_sem.stderr.exp                 \
    338 	tc24_nonzero_sem.vgtest                     \
    339 	thread_name.stderr.exp			    \
    340 	thread_name.vgtest			    \
    341 	thread_name_xml.stderr.exp		    \
    342 	thread_name_xml.vgtest			    \
    343 	threaded-fork.stderr.exp		    \
    344 	threaded-fork.vgtest			    \
    345 	threaded-fork-vcs.stderr.exp		    \
    346 	threaded-fork-vcs.vgtest		    \
    347 	tls_threads.stderr.exp			    \
    348 	tls_threads.vgtest			    \
    349 	trylock.stderr.exp                          \
    350 	trylock.vgtest				    \
    351 	unit_bitmap.stderr.exp                      \
    352 	unit_bitmap.vgtest                          \
    353 	unit_vc.stderr.exp                          \
    354 	unit_vc.vgtest
    355 
    356 
    357 check_PROGRAMS =      \
    358   annotate_hb_err     \
    359   annotate_hb_race    \
    360   annotate_ignore_rw  \
    361   annotate_ignore_write \
    362   annotate_publish_hg \
    363   annotate_static     \
    364   annotate_trace_memory \
    365   bug-235681          \
    366   custom_alloc        \
    367   concurrent_close    \
    368   dlopen_main         \
    369   dlopen_lib.so       \
    370   fp_race             \
    371   free_is_write	      \
    372   hold_lock           \
    373   linuxthreads_det    \
    374   local_static        \
    375   memory_allocation   \
    376   monitor_example     \
    377   new_delete          \
    378   pth_broadcast       \
    379   pth_cancel_locked   \
    380   pth_cleanup_handler \
    381   pth_cond_destroy_busy \
    382   pth_cond_race       \
    383   pth_create_chain    \
    384   pth_detached        \
    385   pth_detached_sem    \
    386   pth_detached3       \
    387   pth_inconsistent_cond_wait \
    388   pth_mutex_reinit    \
    389   pth_process_shared_mutex   \
    390   pth_uninitialized_cond \
    391   recursive_mutex     \
    392   rwlock_race         \
    393   rwlock_test         \
    394   rwlock_type_checking \
    395   sem_as_mutex        \
    396   sem_open            \
    397   sigalrm             \
    398   threaded-fork       \
    399   trylock             \
    400   unit_bitmap         \
    401   unit_vc
    402 
    403 if HAVE_BOOST_1_35
    404 check_PROGRAMS += boost_thread
    405 endif
    406 
    407 if HAVE_BUILTIN_ATOMIC
    408 check_PROGRAMS +=        \
    409   annotate_barrier       \
    410   annotate_rwlock        \
    411   annotate_sem           \
    412   atomic_var             \
    413   circular_buffer
    414 endif
    415 
    416 if HAVE_BUILTIN_ATOMIC_CXX
    417 check_PROGRAMS +=        \
    418   annotate_smart_pointer \
    419   tsan_unittest
    420 endif
    421 
    422 # clang 3.3 will generate errors about libstdc++ headers from 
    423 # gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
    424 if CXX_CAN_INCLUDE_THREAD_HEADER
    425 if HAVE_SHARED_POINTER_ANNOTATION
    426 check_PROGRAMS += \
    427   std_atomic      \
    428   std_list        \
    429   std_string      \
    430   std_thread      \
    431   std_thread2
    432 endif
    433 endif
    434 
    435 if HAVE_OPENMP
    436 check_PROGRAMS += omp_matinv omp_prime omp_printf
    437 endif
    438 
    439 if HAVE_PTHREAD_BARRIER
    440 check_PROGRAMS += matinv pth_barrier pth_barrier_race pth_barrier_reinit \
    441 	pth_barrier_thr_cr thread_name
    442 endif
    443 
    444 if HAVE_PTHREAD_CREATE_GLIBC_2_0
    445 check_PROGRAMS += pth_create_glibc_2_0
    446 endif
    447 
    448 if HAVE_PTHREAD_SPINLOCK
    449 check_PROGRAMS += pth_spinlock
    450 endif
    451 
    452 if !VGCONF_OS_IS_DARWIN
    453 check_PROGRAMS += sem_wait
    454 endif
    455 
    456 
    457 AM_CFLAGS   += $(AM_FLAG_M3264_PRI) @FLAG_W_EXTRA@ -Wno-inline -Wno-unused-parameter
    458 AM_CXXFLAGS += $(AM_FLAG_M3264_PRI) @FLAG_W_EXTRA@ -Wno-inline -Wno-unused-parameter
    459 
    460 LDADD = -lpthread
    461 
    462 
    463 concurrent_close_SOURCES    = concurrent_close.cpp
    464 dlopen_main_LDADD           = -ldl
    465 dlopen_lib_so_SOURCES       = dlopen_lib.c
    466 dlopen_lib_so_CFLAGS        = -fPIC
    467 dlopen_lib_so_LDFLAGS       = -shared -fPIC
    468 monitor_example_SOURCES     = monitor_example.cpp
    469 new_delete_SOURCES          = new_delete.cpp
    470 new_delete_CXXFLAGS         = $(AM_CXXFLAGS) @FLAG_W_NO_MISMATCHED_NEW_DELETE@
    471 
    472 free_is_write_CFLAGS        = $(AM_CFLAGS)
    473 pth_barrier_CFLAGS          = $(AM_CFLAGS)
    474 if VGCONF_OS_IS_SOLARIS
    475 free_is_write_CFLAGS        += -D__EXTENSIONS__
    476 pth_barrier_CFLAGS          += -D__EXTENSIONS__
    477 endif
    478 
    479 pth_create_chain_CFLAGS     = $(AM_CFLAGS)
    480 pth_detached_CFLAGS         = $(AM_CFLAGS)
    481 if VGCONF_OS_IS_SOLARIS
    482 pth_create_chain_CFLAGS     += -D__EXTENSIONS__
    483 pth_detached_CFLAGS         += -D__EXTENSIONS__
    484 endif
    485 
    486 tsan_unittest_SOURCES       = tsan_unittest.cpp
    487 tsan_unittest_CXXFLAGS      = $(AM_CXXFLAGS) \
    488 			-DTHREAD_WRAPPERS='"tsan_thread_wrappers_pthread.h"'
    489 
    490 unit_bitmap_CFLAGS          = $(AM_CFLAGS) -O2 \
    491                               -DENABLE_DRD_CONSISTENCY_CHECKS \
    492                               @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@
    493 unit_bitmap_LDADD           = # nothing, i.e. not -lpthread
    494 
    495 unit_vc_CFLAGS              = $(AM_CFLAGS) -DENABLE_DRD_CONSISTENCY_CHECKS
    496 unit_vc_LDADD               = # nothing, i.e. not -lpthread
    497 
    498 if HAVE_BOOST_1_35
    499 boost_thread_SOURCES        = boost_thread.cpp
    500 boost_thread_CXXFLAGS       = $(AM_CXXFLAGS) $(BOOST_CFLAGS)
    501 boost_thread_LDADD          = $(BOOST_LIBS)
    502 endif
    503 
    504 if HAVE_BUILTIN_ATOMIC
    505 annotate_smart_pointer_SOURCES = annotate_smart_pointer.cpp
    506 endif
    507 
    508 annotate_static_SOURCES     = annotate_static.cpp
    509 annotate_static_CXXFLAGS    = $(AM_CXXFLAGS) @FLAG_W_NO_UNUSED_FUNCTION@
    510 
    511 local_static_SOURCES        = local_static.cpp
    512 
    513 if HAVE_OPENMP
    514 omp_matinv_CFLAGS           = $(AM_CFLAGS) -fopenmp
    515 omp_matinv_LDFLAGS          = -fopenmp
    516 omp_matinv_LDADD            = $(LDADD) -lm
    517 
    518 if VGCONF_OS_IS_SOLARIS
    519 omp_matinv_CFLAGS           += -std=gnu99
    520 endif
    521 
    522 omp_prime_CFLAGS            = $(AM_CFLAGS) -fopenmp
    523 omp_prime_LDFLAGS           = -fopenmp
    524 omp_prime_LDADD             = $(LDADD) -lm
    525 
    526 omp_printf_CFLAGS           = $(AM_CFLAGS) -fopenmp
    527 omp_printf_LDFLAGS          = -fopenmp
    528 omp_printf_LDADD            = $(LDADD) -lm
    529 endif
    530 
    531 matinv_CFLAGS               = $(AM_CFLAGS)
    532 if VGCONF_OS_IS_SOLARIS
    533 matinv_CFLAGS               += -std=gnu99 -D__EXTENSIONS__
    534 endif
    535 if HAVE_PTHREAD_BARRIER
    536 matinv_LDADD                = $(LDADD) -lm
    537 endif
    538 
    539 rwlock_test_CFLAGS          = $(AM_CFLAGS)
    540 if VGCONF_OS_IS_SOLARIS
    541 rwlock_test_CFLAGS          += -D__EXTENSIONS__
    542 endif
    543 
    544 std_atomic_SOURCES          = std_atomic.cpp
    545 std_atomic_CXXFLAGS         = $(AM_CXXFLAGS) -std=c++0x -Wno-sign-compare
    546 
    547 std_list_SOURCES            = std_list.cpp
    548 std_list_CXXFLAGS           = $(AM_CXXFLAGS) -std=c++0x -Wno-sign-compare
    549 
    550 std_string_SOURCES          = std_string.cpp
    551 std_string_CXXFLAGS         = $(AM_CXXFLAGS) -std=c++0x -Wno-sign-compare
    552 
    553 # Note: -Wl,--no-as-needed is a workaround for
    554 # https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/1228201
    555 
    556 std_thread_SOURCES          = std_thread.cpp
    557 std_thread_CXXFLAGS         = $(AM_CXXFLAGS) -std=c++0x
    558 if !VGCONF_OS_IS_SOLARIS
    559 std_thread_LDFLAGS          = -Wl,--no-as-needed
    560 endif
    561 
    562 std_thread2_SOURCES          = std_thread2.cpp
    563 std_thread2_CXXFLAGS         = $(AM_CXXFLAGS) -std=c++0x
    564 if !VGCONF_OS_IS_SOLARIS
    565 std_thread2_LDFLAGS          = -Wl,--no-as-needed
    566 endif
    567 
    568 sem_wait_SOURCES            = sem_wait.cpp
    569