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