Home | History | Annotate | Line # | Download | only in tsan
      1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
      5 
      6 # This Makefile.in is free software; the Free Software Foundation
      7 # gives unlimited permission to copy and/or distribute it,
      8 # with or without modifications, as long as this notice is preserved.
      9 
     10 # This program is distributed in the hope that it will be useful,
     11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
     12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     13 # PARTICULAR PURPOSE.
     14 
     15 @SET_MAKE@
     16 
     17 
     18 VPATH = @srcdir@
     19 am__is_gnu_make = { \
     20   if test -z '$(MAKELEVEL)'; then \
     21     false; \
     22   elif test -n '$(MAKE_HOST)'; then \
     23     true; \
     24   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
     25     true; \
     26   else \
     27     false; \
     28   fi; \
     29 }
     30 am__make_running_with_option = \
     31   case $${target_option-} in \
     32       ?) ;; \
     33       *) echo "am__make_running_with_option: internal error: invalid" \
     34               "target option '$${target_option-}' specified" >&2; \
     35          exit 1;; \
     36   esac; \
     37   has_opt=no; \
     38   sane_makeflags=$$MAKEFLAGS; \
     39   if $(am__is_gnu_make); then \
     40     sane_makeflags=$$MFLAGS; \
     41   else \
     42     case $$MAKEFLAGS in \
     43       *\\[\ \	]*) \
     44         bs=\\; \
     45         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     46           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     47     esac; \
     48   fi; \
     49   skip_next=no; \
     50   strip_trailopt () \
     51   { \
     52     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     53   }; \
     54   for flg in $$sane_makeflags; do \
     55     test $$skip_next = yes && { skip_next=no; continue; }; \
     56     case $$flg in \
     57       *=*|--*) continue;; \
     58         -*I) strip_trailopt 'I'; skip_next=yes;; \
     59       -*I?*) strip_trailopt 'I';; \
     60         -*O) strip_trailopt 'O'; skip_next=yes;; \
     61       -*O?*) strip_trailopt 'O';; \
     62         -*l) strip_trailopt 'l'; skip_next=yes;; \
     63       -*l?*) strip_trailopt 'l';; \
     64       -[dEDm]) skip_next=yes;; \
     65       -[JT]) skip_next=yes;; \
     66     esac; \
     67     case $$flg in \
     68       *$$target_option*) has_opt=yes; break;; \
     69     esac; \
     70   done; \
     71   test $$has_opt = yes
     72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     74 pkgdatadir = $(datadir)/@PACKAGE@
     75 pkgincludedir = $(includedir)/@PACKAGE@
     76 pkglibdir = $(libdir)/@PACKAGE@
     77 pkglibexecdir = $(libexecdir)/@PACKAGE@
     78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     79 install_sh_DATA = $(install_sh) -c -m 644
     80 install_sh_PROGRAM = $(install_sh) -c
     81 install_sh_SCRIPT = $(install_sh) -c
     82 INSTALL_HEADER = $(INSTALL_DATA)
     83 transform = $(program_transform_name)
     84 NORMAL_INSTALL = :
     85 PRE_INSTALL = :
     86 POST_INSTALL = :
     87 NORMAL_UNINSTALL = :
     88 PRE_UNINSTALL = :
     89 POST_UNINSTALL = :
     90 build_triplet = @build@
     91 host_triplet = @host@
     92 target_triplet = @target@
     93 @LIBBACKTRACE_SUPPORTED_TRUE@am__append_1 = $(top_builddir)/libbacktrace/libsanitizer_libbacktrace.la
     94 @LIBBACKTRACE_SUPPORTED_TRUE@am__append_2 = $(top_builddir)/libbacktrace/libsanitizer_libbacktrace.la
     95 subdir = tsan
     96 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     97 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
     98 	$(top_srcdir)/../config/depstand.m4 \
     99 	$(top_srcdir)/../config/lead-dot.m4 \
    100 	$(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
    101 	$(top_srcdir)/../config/multi.m4 \
    102 	$(top_srcdir)/../config/override.m4 \
    103 	$(top_srcdir)/../config/stdint.m4 \
    104 	$(top_srcdir)/../config/toolexeclibdir.m4 \
    105 	$(top_srcdir)/../config/warnings.m4 \
    106 	$(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
    107 	$(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
    108 	$(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
    109 	$(top_srcdir)/../config/enable.m4 \
    110 	$(top_srcdir)/../config/cet.m4 $(top_srcdir)/configure.ac
    111 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    112 	$(ACLOCAL_M4)
    113 DIST_COMMON = $(srcdir)/Makefile.am
    114 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
    115 CONFIG_HEADER = $(top_builddir)/config.h
    116 CONFIG_CLEAN_FILES =
    117 CONFIG_CLEAN_VPATH_FILES =
    118 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    119 am__vpath_adj = case $$p in \
    120     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    121     *) f=$$p;; \
    122   esac;
    123 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    124 am__install_max = 40
    125 am__nobase_strip_setup = \
    126   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    127 am__nobase_strip = \
    128   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    129 am__nobase_list = $(am__nobase_strip_setup); \
    130   for p in $$list; do echo "$$p $$p"; done | \
    131   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    132   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    133     if (++n[$$2] == $(am__install_max)) \
    134       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    135     END { for (dir in files) print dir, files[dir] }'
    136 am__base_list = \
    137   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    138   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    139 am__uninstall_files_from_dir = { \
    140   test -z "$$files" \
    141     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    142     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
    143          $(am__cd) "$$dir" && rm -f $$files; }; \
    144   }
    145 am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
    146 	"$(DESTDIR)$(toolexeclibdir)"
    147 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
    148 am__DEPENDENCIES_1 =
    149 am__objects_1 = tsan_clock.lo tsan_debugging.lo tsan_external.lo \
    150 	tsan_fd.lo tsan_flags.lo tsan_ignoreset.lo \
    151 	tsan_interceptors_posix.lo tsan_interceptors_mac.lo \
    152 	tsan_interface_ann.lo tsan_interface_atomic.lo \
    153 	tsan_interface.lo tsan_interface_java.lo tsan_malloc_mac.lo \
    154 	tsan_md5.lo tsan_mman.lo tsan_mutexset.lo tsan_new_delete.lo \
    155 	tsan_platform_linux.lo tsan_platform_mac.lo \
    156 	tsan_platform_posix.lo tsan_platform_windows.lo tsan_report.lo \
    157 	tsan_rtl.lo tsan_rtl_access.lo tsan_rtl_mutex.lo \
    158 	tsan_rtl_proc.lo tsan_rtl_report.lo tsan_rtl_thread.lo \
    159 	tsan_stack_trace.lo tsan_suppressions.lo tsan_symbolize.lo \
    160 	tsan_sync.lo tsan_vector_clock.lo
    161 am_libtsan_la_OBJECTS = $(am__objects_1)
    162 libtsan_la_OBJECTS = $(am_libtsan_la_OBJECTS)
    163 AM_V_lt = $(am__v_lt_@AM_V@)
    164 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    165 am__v_lt_0 = --silent
    166 am__v_lt_1 = 
    167 libtsan_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
    168 	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
    169 	$(CXXFLAGS) $(libtsan_la_LDFLAGS) $(LDFLAGS) -o $@
    170 AM_V_P = $(am__v_P_@AM_V@)
    171 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    172 am__v_P_0 = false
    173 am__v_P_1 = :
    174 AM_V_GEN = $(am__v_GEN_@AM_V@)
    175 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    176 am__v_GEN_0 = @echo "  GEN     " $@;
    177 am__v_GEN_1 = 
    178 AM_V_at = $(am__v_at_@AM_V@)
    179 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    180 am__v_at_0 = @
    181 am__v_at_1 = 
    182 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    183 depcomp = $(SHELL) $(top_srcdir)/../depcomp
    184 am__depfiles_maybe = depfiles
    185 am__mv = mv -f
    186 CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    187 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
    188 LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
    189 	$(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \
    190 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    191 	$(AM_CCASFLAGS) $(CCASFLAGS)
    192 AM_V_CPPAS = $(am__v_CPPAS_@AM_V@)
    193 am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@)
    194 am__v_CPPAS_0 = @echo "  CPPAS   " $@;
    195 am__v_CPPAS_1 = 
    196 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    197 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
    198 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
    199 	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
    200 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    201 	$(AM_CXXFLAGS) $(CXXFLAGS)
    202 AM_V_CXX = $(am__v_CXX_@AM_V@)
    203 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
    204 am__v_CXX_0 = @echo "  CXX     " $@;
    205 am__v_CXX_1 = 
    206 CXXLD = $(CXX)
    207 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
    208 	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
    209 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    210 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
    211 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
    212 am__v_CXXLD_0 = @echo "  CXXLD   " $@;
    213 am__v_CXXLD_1 = 
    214 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    215 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    216 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    217 	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
    218 	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
    219 	$(AM_CFLAGS) $(CFLAGS)
    220 AM_V_CC = $(am__v_CC_@AM_V@)
    221 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    222 am__v_CC_0 = @echo "  CC      " $@;
    223 am__v_CC_1 = 
    224 CCLD = $(CC)
    225 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
    226 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
    227 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
    228 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    229 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    230 am__v_CCLD_0 = @echo "  CCLD    " $@;
    231 am__v_CCLD_1 = 
    232 SOURCES = $(libtsan_la_SOURCES) $(EXTRA_libtsan_la_SOURCES)
    233 am__can_run_installinfo = \
    234   case $$AM_UPDATE_INFO_DIR in \
    235     n|no|NO) false;; \
    236     *) (install-info --version) >/dev/null 2>&1;; \
    237   esac
    238 HEADERS = $(nodist_toolexeclib_HEADERS)
    239 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    240 # Read a list of newline-separated strings from the standard input,
    241 # and print each of them once, without duplicates.  Input order is
    242 # *not* preserved.
    243 am__uniquify_input = $(AWK) '\
    244   BEGIN { nonempty = 0; } \
    245   { items[$$0] = 1; nonempty = 1; } \
    246   END { if (nonempty) { for (i in items) print i; }; } \
    247 '
    248 # Make sure the list of sources is unique.  This is necessary because,
    249 # e.g., the same source file might be shared among _SOURCES variables
    250 # for different programs/libraries.
    251 am__define_uniq_tagged_files = \
    252   list='$(am__tagged_files)'; \
    253   unique=`for i in $$list; do \
    254     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    255   done | $(am__uniquify_input)`
    256 ETAGS = etags
    257 CTAGS = ctags
    258 ACLOCAL = @ACLOCAL@
    259 ALLOC_FILE = @ALLOC_FILE@
    260 AMTAR = @AMTAR@
    261 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    262 AR = @AR@
    263 AUTOCONF = @AUTOCONF@
    264 AUTOHEADER = @AUTOHEADER@
    265 AUTOMAKE = @AUTOMAKE@
    266 AWK = @AWK@
    267 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
    268 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
    269 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
    270 CC = @CC@
    271 CCAS = @CCAS@
    272 CCASDEPMODE = @CCASDEPMODE@
    273 CCASFLAGS = @CCASFLAGS@
    274 CCDEPMODE = @CCDEPMODE@
    275 CFLAGS = @CFLAGS@
    276 CPP = @CPP@
    277 CPPFLAGS = @CPPFLAGS@
    278 CXX = @CXX@
    279 CXXCPP = @CXXCPP@
    280 CXXDEPMODE = @CXXDEPMODE@
    281 CXXFLAGS = @CXXFLAGS@
    282 CYGPATH_W = @CYGPATH_W@
    283 DEFS = -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DCAN_SANITIZE_UB=0
    284 DEPDIR = @DEPDIR@
    285 DSYMUTIL = @DSYMUTIL@
    286 DUMPBIN = @DUMPBIN@
    287 ECHO_C = @ECHO_C@
    288 ECHO_N = @ECHO_N@
    289 ECHO_T = @ECHO_T@
    290 EGREP = @EGREP@
    291 EXEEXT = @EXEEXT@
    292 EXTRA_ASFLAGS = @EXTRA_ASFLAGS@
    293 EXTRA_CFLAGS = @EXTRA_CFLAGS@
    294 EXTRA_CXXFLAGS = @EXTRA_CXXFLAGS@
    295 FGREP = @FGREP@
    296 FORMAT_FILE = @FORMAT_FILE@
    297 GREP = @GREP@
    298 INSTALL = @INSTALL@
    299 INSTALL_DATA = @INSTALL_DATA@
    300 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    301 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    302 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    303 LD = @LD@
    304 LDFLAGS = @LDFLAGS@
    305 LIBOBJS = @LIBOBJS@
    306 LIBS = @LIBS@
    307 LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
    308 LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
    309 LIBTOOL = @LIBTOOL@
    310 LIPO = @LIPO@
    311 LN_S = @LN_S@
    312 LTLIBOBJS = @LTLIBOBJS@
    313 MAINT = @MAINT@
    314 MAKEINFO = @MAKEINFO@
    315 MKDIR_P = @MKDIR_P@
    316 NM = @NM@
    317 NMEDIT = @NMEDIT@
    318 OBJDUMP = @OBJDUMP@
    319 OBJEXT = @OBJEXT@
    320 OTOOL = @OTOOL@
    321 OTOOL64 = @OTOOL64@
    322 PACKAGE = @PACKAGE@
    323 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    324 PACKAGE_NAME = @PACKAGE_NAME@
    325 PACKAGE_STRING = @PACKAGE_STRING@
    326 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    327 PACKAGE_URL = @PACKAGE_URL@
    328 PACKAGE_VERSION = @PACKAGE_VERSION@
    329 PATH_SEPARATOR = @PATH_SEPARATOR@
    330 RANLIB = @RANLIB@
    331 RPC_DEFS = @RPC_DEFS@
    332 SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS = @SANITIZER_COMMON_TARGET_DEPENDENT_OBJECTS@
    333 SED = @SED@
    334 SET_MAKE = @SET_MAKE@
    335 SHELL = @SHELL@
    336 STRIP = @STRIP@
    337 TSAN_TARGET_DEPENDENT_OBJECTS = @TSAN_TARGET_DEPENDENT_OBJECTS@
    338 VERSION = @VERSION@
    339 VIEW_FILE = @VIEW_FILE@
    340 WARN_FLAGS = @WARN_FLAGS@
    341 abs_builddir = @abs_builddir@
    342 abs_srcdir = @abs_srcdir@
    343 abs_top_builddir = @abs_top_builddir@
    344 abs_top_srcdir = @abs_top_srcdir@
    345 ac_ct_CC = @ac_ct_CC@
    346 ac_ct_CXX = @ac_ct_CXX@
    347 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
    348 am__include = @am__include@
    349 am__leading_dot = @am__leading_dot@
    350 am__quote = @am__quote@
    351 am__tar = @am__tar@
    352 am__untar = @am__untar@
    353 bindir = @bindir@
    354 build = @build@
    355 build_alias = @build_alias@
    356 build_cpu = @build_cpu@
    357 build_os = @build_os@
    358 build_vendor = @build_vendor@
    359 builddir = @builddir@
    360 datadir = @datadir@
    361 datarootdir = @datarootdir@
    362 docdir = @docdir@
    363 dvidir = @dvidir@
    364 enable_shared = @enable_shared@
    365 enable_static = @enable_static@
    366 exec_prefix = @exec_prefix@
    367 get_gcc_base_ver = @get_gcc_base_ver@
    368 host = @host@
    369 host_alias = @host_alias@
    370 host_cpu = @host_cpu@
    371 host_os = @host_os@
    372 host_vendor = @host_vendor@
    373 htmldir = @htmldir@
    374 includedir = @includedir@
    375 infodir = @infodir@
    376 install_sh = @install_sh@
    377 libdir = @libdir@
    378 libexecdir = @libexecdir@
    379 link_libasan = @link_libasan@
    380 link_libhwasan = @link_libhwasan@
    381 link_liblsan = @link_liblsan@
    382 link_libtsan = @link_libtsan@
    383 link_libubsan = @link_libubsan@
    384 localedir = @localedir@
    385 localstatedir = @localstatedir@
    386 mandir = @mandir@
    387 mkdir_p = @mkdir_p@
    388 multi_basedir = @multi_basedir@
    389 oldincludedir = @oldincludedir@
    390 pdfdir = @pdfdir@
    391 prefix = @prefix@
    392 program_transform_name = @program_transform_name@
    393 psdir = @psdir@
    394 runstatedir = @runstatedir@
    395 sbindir = @sbindir@
    396 sharedstatedir = @sharedstatedir@
    397 srcdir = @srcdir@
    398 sysconfdir = @sysconfdir@
    399 target = @target@
    400 target_alias = @target_alias@
    401 target_cpu = @target_cpu@
    402 target_noncanonical = @target_noncanonical@
    403 target_os = @target_os@
    404 target_vendor = @target_vendor@
    405 toolexecdir = @toolexecdir@
    406 toolexeclibdir = @toolexeclibdir@
    407 top_build_prefix = @top_build_prefix@
    408 top_builddir = @top_builddir@
    409 top_srcdir = @top_srcdir@
    410 AM_CPPFLAGS = -I $(top_srcdir) -I $(top_srcdir)/include
    411 
    412 # May be used by toolexeclibdir.
    413 gcc_version := $(shell @get_gcc_base_ver@ $(top_srcdir)/../gcc/BASE-VER)
    414 AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic \
    415 	-Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti \
    416 	-fomit-frame-pointer -funwind-tables -fvisibility=hidden \
    417 	-Wno-variadic-macros $(LIBSTDCXX_RAW_CXX_CXXFLAGS) \
    418 	-std=gnu++14 $(EXTRA_CXXFLAGS)
    419 AM_CCASFLAGS = $(EXTRA_ASFLAGS)
    420 ACLOCAL_AMFLAGS = -I m4
    421 toolexeclib_LTLIBRARIES = libtsan.la
    422 nodist_toolexeclib_HEADERS = libtsan_preinit.o
    423 tsan_files = \
    424 	tsan_clock.cpp \
    425 	tsan_debugging.cpp \
    426 	tsan_external.cpp \
    427 	tsan_fd.cpp \
    428 	tsan_flags.cpp \
    429 	tsan_ignoreset.cpp \
    430 	tsan_interceptors_posix.cpp \
    431 	tsan_interceptors_mac.cpp \
    432 	tsan_interface_ann.cpp \
    433 	tsan_interface_atomic.cpp \
    434 	tsan_interface.cpp \
    435 	tsan_interface_java.cpp \
    436 	tsan_malloc_mac.cpp \
    437 	tsan_md5.cpp \
    438 	tsan_mman.cpp \
    439 	tsan_mutexset.cpp \
    440 	tsan_new_delete.cpp \
    441 	tsan_platform_linux.cpp \
    442 	tsan_platform_mac.cpp \
    443 	tsan_platform_posix.cpp \
    444 	tsan_platform_windows.cpp \
    445 	tsan_report.cpp \
    446 	tsan_rtl.cpp \
    447 	tsan_rtl_access.cpp \
    448 	tsan_rtl_mutex.cpp \
    449 	tsan_rtl_proc.cpp \
    450 	tsan_rtl_report.cpp \
    451 	tsan_rtl_thread.cpp \
    452 	tsan_stack_trace.cpp \
    453 	tsan_suppressions.cpp \
    454 	tsan_symbolize.cpp \
    455 	tsan_sync.cpp \
    456 	tsan_vector_clock.cpp
    457 
    458 libtsan_la_SOURCES = $(tsan_files)
    459 EXTRA_libtsan_la_SOURCES = tsan_rtl_amd64.S tsan_rtl_aarch64.S tsan_rtl_mips64.S tsan_rtl_ppc64.S tsan_rtl_s390x.S
    460 libtsan_la_LIBADD =  \
    461 	$(top_builddir)/sanitizer_common/libsanitizer_common.la \
    462 	$(top_builddir)/interception/libinterception.la \
    463 	$(TSAN_TARGET_DEPENDENT_OBJECTS) $(am__append_1) \
    464 	$(LIBSTDCXX_RAW_CXX_LDFLAGS)
    465 libtsan_la_DEPENDENCIES =  \
    466 	$(top_builddir)/sanitizer_common/libsanitizer_common.la \
    467 	$(top_builddir)/interception/libinterception.la \
    468 	$(TSAN_TARGET_DEPENDENT_OBJECTS) $(am__append_2)
    469 libtsan_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` $(link_libtsan)
    470 
    471 # Work around what appears to be a GNU make bug handling MAKEFLAGS
    472 # values defined in terms of make variables, as is the case for CC and
    473 # friends when we are called from the top level Makefile.
    474 AM_MAKEFLAGS = \
    475 	"AR_FLAGS=$(AR_FLAGS)" \
    476 	"CC_FOR_BUILD=$(CC_FOR_BUILD)" \
    477 	"CFLAGS=$(CFLAGS)" \
    478 	"CXXFLAGS=$(CXXFLAGS)" \
    479 	"CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
    480 	"CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
    481 	"INSTALL=$(INSTALL)" \
    482 	"INSTALL_DATA=$(INSTALL_DATA)" \
    483 	"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
    484 	"INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
    485 	"JC1FLAGS=$(JC1FLAGS)" \
    486 	"LDFLAGS=$(LDFLAGS)" \
    487 	"LIBCFLAGS=$(LIBCFLAGS)" \
    488 	"LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
    489 	"MAKE=$(MAKE)" \
    490 	"MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
    491 	"PICFLAG=$(PICFLAG)" \
    492 	"PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
    493 	"SHELL=$(SHELL)" \
    494 	"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
    495 	"exec_prefix=$(exec_prefix)" \
    496 	"infodir=$(infodir)" \
    497 	"libdir=$(libdir)" \
    498 	"prefix=$(prefix)" \
    499 	"includedir=$(includedir)" \
    500 	"AR=$(AR)" \
    501 	"AS=$(AS)" \
    502 	"LD=$(LD)" \
    503 	"LIBCFLAGS=$(LIBCFLAGS)" \
    504 	"NM=$(NM)" \
    505 	"PICFLAG=$(PICFLAG)" \
    506 	"RANLIB=$(RANLIB)" \
    507 	"DESTDIR=$(DESTDIR)"
    508 
    509 MAKEOVERRIDES = 
    510 all: all-am
    511 
    512 .SUFFIXES:
    513 .SUFFIXES: .S .cpp .lo .o .obj
    514 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
    515 	@for dep in $?; do \
    516 	  case '$(am__configure_deps)' in \
    517 	    *$$dep*) \
    518 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    519 	        && { if test -f $@; then exit 0; else break; fi; }; \
    520 	      exit 1;; \
    521 	  esac; \
    522 	done; \
    523 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tsan/Makefile'; \
    524 	$(am__cd) $(top_srcdir) && \
    525 	  $(AUTOMAKE) --foreign tsan/Makefile
    526 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    527 	@case '$?' in \
    528 	  *config.status*) \
    529 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    530 	  *) \
    531 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    532 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    533 	esac;
    534 
    535 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    536 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    537 
    538 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    539 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    540 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    541 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    542 $(am__aclocal_m4_deps):
    543 
    544 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
    545 	@$(NORMAL_INSTALL)
    546 	@list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
    547 	list2=; for p in $$list; do \
    548 	  if test -f $$p; then \
    549 	    list2="$$list2 $$p"; \
    550 	  else :; fi; \
    551 	done; \
    552 	test -z "$$list2" || { \
    553 	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
    554 	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
    555 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(toolexeclibdir)'"; \
    556 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(toolexeclibdir)"; \
    557 	}
    558 
    559 uninstall-toolexeclibLTLIBRARIES:
    560 	@$(NORMAL_UNINSTALL)
    561 	@list='$(toolexeclib_LTLIBRARIES)'; test -n "$(toolexeclibdir)" || list=; \
    562 	for p in $$list; do \
    563 	  $(am__strip_dir) \
    564 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(toolexeclibdir)/$$f'"; \
    565 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(toolexeclibdir)/$$f"; \
    566 	done
    567 
    568 clean-toolexeclibLTLIBRARIES:
    569 	-test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
    570 	@list='$(toolexeclib_LTLIBRARIES)'; \
    571 	locs=`for p in $$list; do echo $$p; done | \
    572 	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
    573 	      sort -u`; \
    574 	test -z "$$locs" || { \
    575 	  echo rm -f $${locs}; \
    576 	  rm -f $${locs}; \
    577 	}
    578 
    579 libtsan.la: $(libtsan_la_OBJECTS) $(libtsan_la_DEPENDENCIES) $(EXTRA_libtsan_la_DEPENDENCIES) 
    580 	$(AM_V_CXXLD)$(libtsan_la_LINK) -rpath $(toolexeclibdir) $(libtsan_la_OBJECTS) $(libtsan_la_LIBADD) $(LIBS)
    581 
    582 mostlyclean-compile:
    583 	-rm -f *.$(OBJEXT)
    584 
    585 distclean-compile:
    586 	-rm -f *.tab.c
    587 
    588 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_clock.Plo@am__quote@
    589 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_debugging.Plo@am__quote@
    590 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_external.Plo@am__quote@
    591 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_fd.Plo@am__quote@
    592 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_flags.Plo@am__quote@
    593 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_ignoreset.Plo@am__quote@
    594 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_interceptors_mac.Plo@am__quote@
    595 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_interceptors_posix.Plo@am__quote@
    596 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_interface.Plo@am__quote@
    597 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_interface_ann.Plo@am__quote@
    598 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_interface_atomic.Plo@am__quote@
    599 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_interface_java.Plo@am__quote@
    600 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_malloc_mac.Plo@am__quote@
    601 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_md5.Plo@am__quote@
    602 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_mman.Plo@am__quote@
    603 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_mutexset.Plo@am__quote@
    604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_new_delete.Plo@am__quote@
    605 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_platform_linux.Plo@am__quote@
    606 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_platform_mac.Plo@am__quote@
    607 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_platform_posix.Plo@am__quote@
    608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_platform_windows.Plo@am__quote@
    609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_report.Plo@am__quote@
    610 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_rtl.Plo@am__quote@
    611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_rtl_aarch64.Plo@am__quote@
    612 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_rtl_access.Plo@am__quote@
    613 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_rtl_amd64.Plo@am__quote@
    614 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_rtl_mips64.Plo@am__quote@
    615 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_rtl_mutex.Plo@am__quote@
    616 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_rtl_ppc64.Plo@am__quote@
    617 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_rtl_proc.Plo@am__quote@
    618 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_rtl_report.Plo@am__quote@
    619 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_rtl_s390x.Plo@am__quote@
    620 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_rtl_thread.Plo@am__quote@
    621 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_stack_trace.Plo@am__quote@
    622 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_suppressions.Plo@am__quote@
    623 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_symbolize.Plo@am__quote@
    624 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_sync.Plo@am__quote@
    625 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tsan_vector_clock.Plo@am__quote@
    626 
    627 .S.o:
    628 @am__fastdepCCAS_TRUE@	$(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    629 @am__fastdepCCAS_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    630 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    631 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    632 @am__fastdepCCAS_FALSE@	$(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $<
    633 
    634 .S.obj:
    635 @am__fastdepCCAS_TRUE@	$(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    636 @am__fastdepCCAS_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    637 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    638 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    639 @am__fastdepCCAS_FALSE@	$(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    640 
    641 .S.lo:
    642 @am__fastdepCCAS_TRUE@	$(AM_V_CPPAS)$(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    643 @am__fastdepCCAS_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
    644 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    645 @AMDEP_TRUE@@am__fastdepCCAS_FALSE@	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    646 @am__fastdepCCAS_FALSE@	$(AM_V_CPPAS@am__nodep@)$(LTCPPASCOMPILE) -c -o $@ $<
    647 
    648 .cpp.o:
    649 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    650 @am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    651 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    652 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    653 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
    654 
    655 .cpp.obj:
    656 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
    657 @am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
    658 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    659 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    660 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    661 
    662 .cpp.lo:
    663 @am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
    664 @am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
    665 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
    666 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
    667 @am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
    668 
    669 mostlyclean-libtool:
    670 	-rm -f *.lo
    671 
    672 clean-libtool:
    673 	-rm -rf .libs _libs
    674 install-nodist_toolexeclibHEADERS: $(nodist_toolexeclib_HEADERS)
    675 	@$(NORMAL_INSTALL)
    676 	@list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
    677 	if test -n "$$list"; then \
    678 	  echo " $(MKDIR_P) '$(DESTDIR)$(toolexeclibdir)'"; \
    679 	  $(MKDIR_P) "$(DESTDIR)$(toolexeclibdir)" || exit 1; \
    680 	fi; \
    681 	for p in $$list; do \
    682 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
    683 	  echo "$$d$$p"; \
    684 	done | $(am__base_list) | \
    685 	while read files; do \
    686 	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolexeclibdir)'"; \
    687 	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolexeclibdir)" || exit $$?; \
    688 	done
    689 
    690 uninstall-nodist_toolexeclibHEADERS:
    691 	@$(NORMAL_UNINSTALL)
    692 	@list='$(nodist_toolexeclib_HEADERS)'; test -n "$(toolexeclibdir)" || list=; \
    693 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
    694 	dir='$(DESTDIR)$(toolexeclibdir)'; $(am__uninstall_files_from_dir)
    695 
    696 ID: $(am__tagged_files)
    697 	$(am__define_uniq_tagged_files); mkid -fID $$unique
    698 tags: tags-am
    699 TAGS: tags
    700 
    701 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    702 	set x; \
    703 	here=`pwd`; \
    704 	$(am__define_uniq_tagged_files); \
    705 	shift; \
    706 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
    707 	  test -n "$$unique" || unique=$$empty_fix; \
    708 	  if test $$# -gt 0; then \
    709 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    710 	      "$$@" $$unique; \
    711 	  else \
    712 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    713 	      $$unique; \
    714 	  fi; \
    715 	fi
    716 ctags: ctags-am
    717 
    718 CTAGS: ctags
    719 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    720 	$(am__define_uniq_tagged_files); \
    721 	test -z "$(CTAGS_ARGS)$$unique" \
    722 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
    723 	     $$unique
    724 
    725 GTAGS:
    726 	here=`$(am__cd) $(top_builddir) && pwd` \
    727 	  && $(am__cd) $(top_srcdir) \
    728 	  && gtags -i $(GTAGS_ARGS) "$$here"
    729 cscopelist: cscopelist-am
    730 
    731 cscopelist-am: $(am__tagged_files)
    732 	list='$(am__tagged_files)'; \
    733 	case "$(srcdir)" in \
    734 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
    735 	  *) sdir=$(subdir)/$(srcdir) ;; \
    736 	esac; \
    737 	for i in $$list; do \
    738 	  if test -f "$$i"; then \
    739 	    echo "$(subdir)/$$i"; \
    740 	  else \
    741 	    echo "$$sdir/$$i"; \
    742 	  fi; \
    743 	done >> $(top_builddir)/cscope.files
    744 
    745 distclean-tags:
    746 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
    747 check-am: all-am
    748 check: check-am
    749 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
    750 installdirs:
    751 	for dir in "$(DESTDIR)$(toolexeclibdir)" "$(DESTDIR)$(toolexeclibdir)"; do \
    752 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
    753 	done
    754 install: install-am
    755 install-exec: install-exec-am
    756 install-data: install-data-am
    757 uninstall: uninstall-am
    758 
    759 install-am: all-am
    760 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
    761 
    762 installcheck: installcheck-am
    763 install-strip:
    764 	if test -z '$(STRIP)'; then \
    765 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    766 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    767 	      install; \
    768 	else \
    769 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
    770 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
    771 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
    772 	fi
    773 mostlyclean-generic:
    774 
    775 clean-generic:
    776 
    777 distclean-generic:
    778 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
    779 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
    780 
    781 maintainer-clean-generic:
    782 	@echo "This command is intended for maintainers to use"
    783 	@echo "it deletes files that may require special tools to rebuild."
    784 clean: clean-am
    785 
    786 clean-am: clean-generic clean-libtool clean-toolexeclibLTLIBRARIES \
    787 	mostlyclean-am
    788 
    789 distclean: distclean-am
    790 	-rm -rf ./$(DEPDIR)
    791 	-rm -f Makefile
    792 distclean-am: clean-am distclean-compile distclean-generic \
    793 	distclean-tags
    794 
    795 dvi: dvi-am
    796 
    797 dvi-am:
    798 
    799 html: html-am
    800 
    801 html-am:
    802 
    803 info: info-am
    804 
    805 info-am:
    806 
    807 install-data-am:
    808 
    809 install-dvi: install-dvi-am
    810 
    811 install-dvi-am:
    812 
    813 install-exec-am: install-nodist_toolexeclibHEADERS \
    814 	install-toolexeclibLTLIBRARIES
    815 
    816 install-html: install-html-am
    817 
    818 install-html-am:
    819 
    820 install-info: install-info-am
    821 
    822 install-info-am:
    823 
    824 install-man:
    825 
    826 install-pdf: install-pdf-am
    827 
    828 install-pdf-am:
    829 
    830 install-ps: install-ps-am
    831 
    832 install-ps-am:
    833 
    834 installcheck-am:
    835 
    836 maintainer-clean: maintainer-clean-am
    837 	-rm -rf ./$(DEPDIR)
    838 	-rm -f Makefile
    839 maintainer-clean-am: distclean-am maintainer-clean-generic
    840 
    841 mostlyclean: mostlyclean-am
    842 
    843 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
    844 	mostlyclean-libtool
    845 
    846 pdf: pdf-am
    847 
    848 pdf-am:
    849 
    850 ps: ps-am
    851 
    852 ps-am:
    853 
    854 uninstall-am: uninstall-nodist_toolexeclibHEADERS \
    855 	uninstall-toolexeclibLTLIBRARIES
    856 
    857 .MAKE: install-am install-strip
    858 
    859 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
    860 	clean-libtool clean-toolexeclibLTLIBRARIES cscopelist-am ctags \
    861 	ctags-am distclean distclean-compile distclean-generic \
    862 	distclean-libtool distclean-tags dvi dvi-am html html-am info \
    863 	info-am install install-am install-data install-data-am \
    864 	install-dvi install-dvi-am install-exec install-exec-am \
    865 	install-html install-html-am install-info install-info-am \
    866 	install-man install-nodist_toolexeclibHEADERS install-pdf \
    867 	install-pdf-am install-ps install-ps-am install-strip \
    868 	install-toolexeclibLTLIBRARIES installcheck installcheck-am \
    869 	installdirs maintainer-clean maintainer-clean-generic \
    870 	mostlyclean mostlyclean-compile mostlyclean-generic \
    871 	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
    872 	uninstall-am uninstall-nodist_toolexeclibHEADERS \
    873 	uninstall-toolexeclibLTLIBRARIES
    874 
    875 .PRECIOUS: Makefile
    876 
    877 
    878 libtsan_preinit.o: tsan_preinit.o
    879 	cp $< $@
    880 
    881 # Tell versions [3.59,3.63) of GNU make to not export all variables.
    882 # Otherwise a system limit (for SysV at least) may be exceeded.
    883 .NOEXPORT:
    884