Home | History | Annotate | Download | only in callgrind
      1 # Makefile.in generated by automake 1.15 from Makefile.am.
      2 # @configure_input@
      3 
      4 # Copyright (C) 1994-2014 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 # This file should be included (directly or indirectly) by every
     18 # Makefile.am that builds programs.  And also the top-level Makefile.am.
     19 
     20 #----------------------------------------------------------------------------
     21 # Global stuff
     22 #----------------------------------------------------------------------------
     23 
     24 
     25 
     26 VPATH = @srcdir@
     27 am__is_gnu_make = { \
     28   if test -z '$(MAKELEVEL)'; then \
     29     false; \
     30   elif test -n '$(MAKE_HOST)'; then \
     31     true; \
     32   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
     33     true; \
     34   else \
     35     false; \
     36   fi; \
     37 }
     38 am__make_running_with_option = \
     39   case $${target_option-} in \
     40       ?) ;; \
     41       *) echo "am__make_running_with_option: internal error: invalid" \
     42               "target option '$${target_option-}' specified" >&2; \
     43          exit 1;; \
     44   esac; \
     45   has_opt=no; \
     46   sane_makeflags=$$MAKEFLAGS; \
     47   if $(am__is_gnu_make); then \
     48     sane_makeflags=$$MFLAGS; \
     49   else \
     50     case $$MAKEFLAGS in \
     51       *\\[\ \	]*) \
     52         bs=\\; \
     53         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
     54           | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     55     esac; \
     56   fi; \
     57   skip_next=no; \
     58   strip_trailopt () \
     59   { \
     60     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
     61   }; \
     62   for flg in $$sane_makeflags; do \
     63     test $$skip_next = yes && { skip_next=no; continue; }; \
     64     case $$flg in \
     65       *=*|--*) continue;; \
     66         -*I) strip_trailopt 'I'; skip_next=yes;; \
     67       -*I?*) strip_trailopt 'I';; \
     68         -*O) strip_trailopt 'O'; skip_next=yes;; \
     69       -*O?*) strip_trailopt 'O';; \
     70         -*l) strip_trailopt 'l'; skip_next=yes;; \
     71       -*l?*) strip_trailopt 'l';; \
     72       -[dEDm]) skip_next=yes;; \
     73       -[JT]) skip_next=yes;; \
     74     esac; \
     75     case $$flg in \
     76       *$$target_option*) has_opt=yes; break;; \
     77     esac; \
     78   done; \
     79   test $$has_opt = yes
     80 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
     81 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
     82 pkgdatadir = $(datadir)/@PACKAGE@
     83 pkgincludedir = $(includedir)/@PACKAGE@
     84 pkglibdir = $(libdir)/@PACKAGE@
     85 pkglibexecdir = $(libexecdir)/@PACKAGE@
     86 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     87 install_sh_DATA = $(install_sh) -c -m 644
     88 install_sh_PROGRAM = $(install_sh) -c
     89 install_sh_SCRIPT = $(install_sh) -c
     90 INSTALL_HEADER = $(INSTALL_DATA)
     91 transform = $(program_transform_name)
     92 NORMAL_INSTALL = :
     93 PRE_INSTALL = :
     94 POST_INSTALL = :
     95 NORMAL_UNINSTALL = :
     96 PRE_UNINSTALL = :
     97 POST_UNINSTALL = :
     98 build_triplet = @build@
     99 host_triplet = @host@
    100 @COMPILER_IS_CLANG_TRUE@am__append_1 = -Wno-cast-align -Wno-self-assign \
    101 @COMPILER_IS_CLANG_TRUE@                  -Wno-tautological-compare
    102 
    103 @SOLARIS_XPG_SYMBOLS_PRESENT_TRUE@am__append_2 = -Wl,-M,$(top_srcdir)/solaris/vgpreload-solaris.mapfile
    104 
    105 # The Android toolchain includes all kinds of stdlib helpers present in
    106 # bionic which is bad because we are not linking with it and the Android
    107 # linker will panic.
    108 @VGCONF_PLATVARIANT_IS_ANDROID_TRUE@am__append_3 = -nostdlib
    109 
    110 # On Android we must ask for non-executable stack, not sure why.
    111 @VGCONF_PLATFORMS_INCLUDE_ARM_LINUX_TRUE@@VGCONF_PLATVARIANT_IS_ANDROID_TRUE@am__append_4 = -Wl,-z,noexecstack
    112 noinst_PROGRAMS = callgrind-@VGCONF_ARCH_PRI@-@VGCONF_OS@$(EXEEXT) \
    113 	$(am__EXEEXT_1)
    114 @VGCONF_HAVE_PLATFORM_SEC_TRUE@am__append_5 = callgrind-@VGCONF_ARCH_SEC@-@VGCONF_OS@
    115 @VGCONF_HAVE_PLATFORM_SEC_FALSE@callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_DEPENDENCIES =
    116 subdir = callgrind
    117 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    118 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
    119 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
    120 	$(ACLOCAL_M4)
    121 DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
    122 	$(pkginclude_HEADERS) $(am__DIST_COMMON)
    123 mkinstalldirs = $(install_sh) -d
    124 CONFIG_HEADER = $(top_builddir)/config.h
    125 CONFIG_CLEAN_FILES = callgrind_annotate callgrind_control
    126 CONFIG_CLEAN_VPATH_FILES =
    127 @VGCONF_HAVE_PLATFORM_SEC_TRUE@am__EXEEXT_1 = callgrind-@VGCONF_ARCH_SEC@-@VGCONF_OS@$(EXEEXT)
    128 PROGRAMS = $(noinst_PROGRAMS)
    129 am__objects_1 = callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-bb.$(OBJEXT) \
    130 	callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-bbcc.$(OBJEXT) \
    131 	callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-callstack.$(OBJEXT) \
    132 	callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-clo.$(OBJEXT) \
    133 	callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-context.$(OBJEXT) \
    134 	callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-costs.$(OBJEXT) \
    135 	callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-debug.$(OBJEXT) \
    136 	callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-dump.$(OBJEXT) \
    137 	callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-events.$(OBJEXT) \
    138 	callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-fn.$(OBJEXT) \
    139 	callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-jumps.$(OBJEXT) \
    140 	callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-main.$(OBJEXT) \
    141 	callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-sim.$(OBJEXT) \
    142 	callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-threads.$(OBJEXT)
    143 am_callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_OBJECTS = $(am__objects_1)
    144 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_OBJECTS =  \
    145 	$(am_callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_OBJECTS)
    146 am__callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_SOURCES_DIST = bb.c bbcc.c \
    147 	callstack.c clo.c context.c costs.c debug.c dump.c events.c \
    148 	fn.c jumps.c main.c sim.c threads.c
    149 am__objects_2 = callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@-bb.$(OBJEXT) \
    150 	callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@-bbcc.$(OBJEXT) \
    151 	callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@-callstack.$(OBJEXT) \
    152 	callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@-clo.$(OBJEXT) \
    153 	callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@-context.$(OBJEXT) \
    154 	callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@-costs.$(OBJEXT) \
    155 	callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@-debug.$(OBJEXT) \
    156 	callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@-dump.$(OBJEXT) \
    157 	callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@-events.$(OBJEXT) \
    158 	callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@-fn.$(OBJEXT) \
    159 	callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@-jumps.$(OBJEXT) \
    160 	callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@-main.$(OBJEXT) \
    161 	callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@-sim.$(OBJEXT) \
    162 	callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@-threads.$(OBJEXT)
    163 @VGCONF_HAVE_PLATFORM_SEC_TRUE@am_callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_OBJECTS =  \
    164 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	$(am__objects_2)
    165 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_OBJECTS =  \
    166 	$(am_callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_OBJECTS)
    167 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
    168 am__vpath_adj = case $$p in \
    169     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    170     *) f=$$p;; \
    171   esac;
    172 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
    173 am__install_max = 40
    174 am__nobase_strip_setup = \
    175   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
    176 am__nobase_strip = \
    177   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
    178 am__nobase_list = $(am__nobase_strip_setup); \
    179   for p in $$list; do echo "$$p $$p"; done | \
    180   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
    181   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    182     if (++n[$$2] == $(am__install_max)) \
    183       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    184     END { for (dir in files) print dir, files[dir] }'
    185 am__base_list = \
    186   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
    187   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
    188 am__uninstall_files_from_dir = { \
    189   test -z "$$files" \
    190     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    191     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
    192          $(am__cd) "$$dir" && rm -f $$files; }; \
    193   }
    194 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgincludedir)"
    195 SCRIPTS = $(bin_SCRIPTS)
    196 AM_V_P = $(am__v_P_@AM_V@)
    197 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
    198 am__v_P_0 = false
    199 am__v_P_1 = :
    200 AM_V_GEN = $(am__v_GEN_@AM_V@)
    201 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
    202 am__v_GEN_0 = @echo "  GEN     " $@;
    203 am__v_GEN_1 = 
    204 AM_V_at = $(am__v_at_@AM_V@)
    205 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
    206 am__v_at_0 = @
    207 am__v_at_1 = 
    208 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    209 depcomp = $(SHELL) $(top_srcdir)/depcomp
    210 am__depfiles_maybe = depfiles
    211 am__mv = mv -f
    212 AM_V_lt = $(am__v_lt_@AM_V@)
    213 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    214 am__v_lt_0 = --silent
    215 am__v_lt_1 = 
    216 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    217 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    218 AM_V_CC = $(am__v_CC_@AM_V@)
    219 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    220 am__v_CC_0 = @echo "  CC      " $@;
    221 am__v_CC_1 = 
    222 CCLD = $(CC)
    223 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    224 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    225 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    226 am__v_CCLD_0 = @echo "  CCLD    " $@;
    227 am__v_CCLD_1 = 
    228 SOURCES = $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_SOURCES) \
    229 	$(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_SOURCES)
    230 DIST_SOURCES = $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_SOURCES) \
    231 	$(am__callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_SOURCES_DIST)
    232 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
    233 	ctags-recursive dvi-recursive html-recursive info-recursive \
    234 	install-data-recursive install-dvi-recursive \
    235 	install-exec-recursive install-html-recursive \
    236 	install-info-recursive install-pdf-recursive \
    237 	install-ps-recursive install-recursive installcheck-recursive \
    238 	installdirs-recursive pdf-recursive ps-recursive \
    239 	tags-recursive uninstall-recursive
    240 am__can_run_installinfo = \
    241   case $$AM_UPDATE_INFO_DIR in \
    242     n|no|NO) false;; \
    243     *) (install-info --version) >/dev/null 2>&1;; \
    244   esac
    245 HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS)
    246 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
    247   distclean-recursive maintainer-clean-recursive
    248 am__recursive_targets = \
    249   $(RECURSIVE_TARGETS) \
    250   $(RECURSIVE_CLEAN_TARGETS) \
    251   $(am__extra_recursive_targets)
    252 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
    253 	distdir
    254 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
    255 # Read a list of newline-separated strings from the standard input,
    256 # and print each of them once, without duplicates.  Input order is
    257 # *not* preserved.
    258 am__uniquify_input = $(AWK) '\
    259   BEGIN { nonempty = 0; } \
    260   { items[$$0] = 1; nonempty = 1; } \
    261   END { if (nonempty) { for (i in items) print i; }; } \
    262 '
    263 # Make sure the list of sources is unique.  This is necessary because,
    264 # e.g., the same source file might be shared among _SOURCES variables
    265 # for different programs/libraries.
    266 am__define_uniq_tagged_files = \
    267   list='$(am__tagged_files)'; \
    268   unique=`for i in $$list; do \
    269     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
    270   done | $(am__uniquify_input)`
    271 ETAGS = etags
    272 CTAGS = ctags
    273 DIST_SUBDIRS = $(SUBDIRS)
    274 am__DIST_COMMON = $(srcdir)/Makefile.in \
    275 	$(srcdir)/callgrind_annotate.in $(srcdir)/callgrind_control.in \
    276 	$(top_srcdir)/Makefile.all.am $(top_srcdir)/Makefile.tool.am \
    277 	$(top_srcdir)/depcomp
    278 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    279 am__relativize = \
    280   dir0=`pwd`; \
    281   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
    282   sed_rest='s,^[^/]*/*,,'; \
    283   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
    284   sed_butlast='s,/*[^/]*$$,,'; \
    285   while test -n "$$dir1"; do \
    286     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
    287     if test "$$first" != "."; then \
    288       if test "$$first" = ".."; then \
    289         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
    290         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
    291       else \
    292         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
    293         if test "$$first2" = "$$first"; then \
    294           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
    295         else \
    296           dir2="../$$dir2"; \
    297         fi; \
    298         dir0="$$dir0"/"$$first"; \
    299       fi; \
    300     fi; \
    301     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
    302   done; \
    303   reldir="$$dir2"
    304 ACLOCAL = @ACLOCAL@
    305 AMTAR = @AMTAR@
    306 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
    307 AR = @AR@
    308 AUTOCONF = @AUTOCONF@
    309 AUTOHEADER = @AUTOHEADER@
    310 AUTOMAKE = @AUTOMAKE@
    311 AWK = @AWK@
    312 BOOST_CFLAGS = @BOOST_CFLAGS@
    313 BOOST_LIBS = @BOOST_LIBS@
    314 CC = @CC@
    315 CCAS = @CCAS@
    316 CCASDEPMODE = @CCASDEPMODE@
    317 CCASFLAGS = @CCASFLAGS@
    318 CCDEPMODE = @CCDEPMODE@
    319 CFLAGS = @CFLAGS@
    320 CFLAGS_MPI = @CFLAGS_MPI@
    321 CPP = @CPP@
    322 CPPFLAGS = @CPPFLAGS@
    323 CXX = @CXX@
    324 CXXDEPMODE = @CXXDEPMODE@
    325 CXXFLAGS = @CXXFLAGS@
    326 CYGPATH_W = @CYGPATH_W@
    327 DEFAULT_SUPP = @DEFAULT_SUPP@
    328 DEFS = @DEFS@
    329 DEPDIR = @DEPDIR@
    330 DIFF = @DIFF@
    331 DIS_PATH = @DIS_PATH@
    332 ECHO_C = @ECHO_C@
    333 ECHO_N = @ECHO_N@
    334 ECHO_T = @ECHO_T@
    335 EGREP = @EGREP@
    336 EXEEXT = @EXEEXT@
    337 FLAG_FNO_IPA_ICF = @FLAG_FNO_IPA_ICF@
    338 FLAG_FNO_STACK_PROTECTOR = @FLAG_FNO_STACK_PROTECTOR@
    339 FLAG_FSANITIZE = @FLAG_FSANITIZE@
    340 FLAG_M32 = @FLAG_M32@
    341 FLAG_M64 = @FLAG_M64@
    342 FLAG_MIPS32 = @FLAG_MIPS32@
    343 FLAG_MIPS64 = @FLAG_MIPS64@
    344 FLAG_MLONG_DOUBLE_128 = @FLAG_MLONG_DOUBLE_128@
    345 FLAG_MMMX = @FLAG_MMMX@
    346 FLAG_MSSE = @FLAG_MSSE@
    347 FLAG_NO_BUILD_ID = @FLAG_NO_BUILD_ID@
    348 FLAG_NO_PIE = @FLAG_NO_PIE@
    349 FLAG_OCTEON = @FLAG_OCTEON@
    350 FLAG_OCTEON2 = @FLAG_OCTEON2@
    351 FLAG_T_TEXT = @FLAG_T_TEXT@
    352 FLAG_UNLIMITED_INLINE_UNIT_GROWTH = @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@
    353 FLAG_W_CAST_ALIGN = @FLAG_W_CAST_ALIGN@
    354 FLAG_W_CAST_QUAL = @FLAG_W_CAST_QUAL@
    355 FLAG_W_EMPTY_BODY = @FLAG_W_EMPTY_BODY@
    356 FLAG_W_EXTRA = @FLAG_W_EXTRA@
    357 FLAG_W_FORMAT = @FLAG_W_FORMAT@
    358 FLAG_W_FORMAT_SECURITY = @FLAG_W_FORMAT_SECURITY@
    359 FLAG_W_FORMAT_SIGNEDNESS = @FLAG_W_FORMAT_SIGNEDNESS@
    360 FLAG_W_IGNORED_QUALIFIERS = @FLAG_W_IGNORED_QUALIFIERS@
    361 FLAG_W_MISSING_PARAMETER_TYPE = @FLAG_W_MISSING_PARAMETER_TYPE@
    362 FLAG_W_NO_INFINITE_RECURSION = @FLAG_W_NO_INFINITE_RECURSION@
    363 FLAG_W_NO_MEMSET_TRANSPOSED_ARGS = @FLAG_W_NO_MEMSET_TRANSPOSED_ARGS@
    364 FLAG_W_NO_MISMATCHED_NEW_DELETE = @FLAG_W_NO_MISMATCHED_NEW_DELETE@
    365 FLAG_W_NO_NONNULL = @FLAG_W_NO_NONNULL@
    366 FLAG_W_NO_OVERFLOW = @FLAG_W_NO_OVERFLOW@
    367 FLAG_W_NO_POINTER_SIGN = @FLAG_W_NO_POINTER_SIGN@
    368 FLAG_W_NO_STATIC_LOCAL_IN_INLINE = @FLAG_W_NO_STATIC_LOCAL_IN_INLINE@
    369 FLAG_W_NO_UNINITIALIZED = @FLAG_W_NO_UNINITIALIZED@
    370 FLAG_W_NO_UNUSED_FUNCTION = @FLAG_W_NO_UNUSED_FUNCTION@
    371 FLAG_W_OLD_STYLE_DECLARATION = @FLAG_W_OLD_STYLE_DECLARATION@
    372 FLAG_W_WRITE_STRINGS = @FLAG_W_WRITE_STRINGS@
    373 GDB = @GDB@
    374 GLIBC_VERSION = @GLIBC_VERSION@
    375 GREP = @GREP@
    376 HWCAP_HAS_ALTIVEC = @HWCAP_HAS_ALTIVEC@
    377 HWCAP_HAS_DFP = @HWCAP_HAS_DFP@
    378 HWCAP_HAS_HTM = @HWCAP_HAS_HTM@
    379 HWCAP_HAS_ISA_2_05 = @HWCAP_HAS_ISA_2_05@
    380 HWCAP_HAS_ISA_2_06 = @HWCAP_HAS_ISA_2_06@
    381 HWCAP_HAS_ISA_2_07 = @HWCAP_HAS_ISA_2_07@
    382 HWCAP_HAS_ISA_3_00 = @HWCAP_HAS_ISA_3_00@
    383 HWCAP_HAS_VSX = @HWCAP_HAS_VSX@
    384 INSTALL = @INSTALL@
    385 INSTALL_DATA = @INSTALL_DATA@
    386 INSTALL_PROGRAM = @INSTALL_PROGRAM@
    387 INSTALL_SCRIPT = @INSTALL_SCRIPT@
    388 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
    389 LDFLAGS = @LDFLAGS@
    390 LDFLAGS_MPI = @LDFLAGS_MPI@
    391 LIBOBJS = @LIBOBJS@
    392 LIBS = @LIBS@
    393 LIB_UBSAN = @LIB_UBSAN@
    394 LN_S = @LN_S@
    395 LTLIBOBJS = @LTLIBOBJS@
    396 MAINT = @MAINT@
    397 MAKEINFO = @MAKEINFO@
    398 MKDIR_P = @MKDIR_P@
    399 MPI_CC = @MPI_CC@
    400 OBJEXT = @OBJEXT@
    401 PACKAGE = @PACKAGE@
    402 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
    403 PACKAGE_NAME = @PACKAGE_NAME@
    404 PACKAGE_STRING = @PACKAGE_STRING@
    405 PACKAGE_TARNAME = @PACKAGE_TARNAME@
    406 PACKAGE_URL = @PACKAGE_URL@
    407 PACKAGE_VERSION = @PACKAGE_VERSION@
    408 PATH_SEPARATOR = @PATH_SEPARATOR@
    409 PERL = @PERL@
    410 PREFERRED_STACK_BOUNDARY_2 = @PREFERRED_STACK_BOUNDARY_2@
    411 RANLIB = @RANLIB@
    412 SED = @SED@
    413 SET_MAKE = @SET_MAKE@
    414 SHELL = @SHELL@
    415 SOLARIS_UNDEF_LARGESOURCE = @SOLARIS_UNDEF_LARGESOURCE@
    416 STRIP = @STRIP@
    417 VALT_LOAD_ADDRESS_PRI = @VALT_LOAD_ADDRESS_PRI@
    418 VALT_LOAD_ADDRESS_SEC = @VALT_LOAD_ADDRESS_SEC@
    419 VERSION = @VERSION@
    420 VGCONF_ARCH_PRI = @VGCONF_ARCH_PRI@
    421 VGCONF_ARCH_SEC = @VGCONF_ARCH_SEC@
    422 VGCONF_OS = @VGCONF_OS@
    423 VGCONF_PLATFORM_PRI_CAPS = @VGCONF_PLATFORM_PRI_CAPS@
    424 VGCONF_PLATFORM_SEC_CAPS = @VGCONF_PLATFORM_SEC_CAPS@
    425 VGCONF_PLATVARIANT = @VGCONF_PLATVARIANT@
    426 VG_TMPDIR = @VG_TMPDIR@
    427 abs_builddir = @abs_builddir@
    428 abs_srcdir = @abs_srcdir@
    429 abs_top_builddir = @abs_top_builddir@
    430 abs_top_srcdir = @abs_top_srcdir@
    431 ac_ct_CC = @ac_ct_CC@
    432 ac_ct_CXX = @ac_ct_CXX@
    433 am__include = @am__include@
    434 am__leading_dot = @am__leading_dot@
    435 am__quote = @am__quote@
    436 am__tar = @am__tar@
    437 am__untar = @am__untar@
    438 bindir = @bindir@
    439 build = @build@
    440 build_alias = @build_alias@
    441 build_cpu = @build_cpu@
    442 build_os = @build_os@
    443 build_vendor = @build_vendor@
    444 builddir = @builddir@
    445 datadir = @datadir@
    446 datarootdir = @datarootdir@
    447 docdir = @docdir@
    448 dvidir = @dvidir@
    449 exec_prefix = @exec_prefix@
    450 host = @host@
    451 host_alias = @host_alias@
    452 host_cpu = @host_cpu@
    453 host_os = @host_os@
    454 host_vendor = @host_vendor@
    455 htmldir = @htmldir@
    456 includedir = @includedir@
    457 infodir = @infodir@
    458 install_sh = @install_sh@
    459 libdir = @libdir@
    460 libexecdir = @libexecdir@
    461 localedir = @localedir@
    462 localstatedir = @localstatedir@
    463 mandir = @mandir@
    464 mkdir_p = @mkdir_p@
    465 oldincludedir = @oldincludedir@
    466 pdfdir = @pdfdir@
    467 prefix = @prefix@
    468 program_transform_name = @program_transform_name@
    469 psdir = @psdir@
    470 sbindir = @sbindir@
    471 sharedstatedir = @sharedstatedir@
    472 srcdir = @srcdir@
    473 sysconfdir = @sysconfdir@
    474 target_alias = @target_alias@
    475 top_build_prefix = @top_build_prefix@
    476 top_builddir = @top_builddir@
    477 top_srcdir = @top_srcdir@
    478 SUBDIRS = . tests
    479 inplacedir = $(top_builddir)/.in_place
    480 
    481 #----------------------------------------------------------------------------
    482 # Flags
    483 #----------------------------------------------------------------------------
    484 
    485 # Baseline flags for all compilations.  Aim here is to maximise
    486 # performance and get whatever useful warnings we can out of gcc.
    487 # -fno-builtin is important for defeating LLVM's idiom recognition
    488 # that somehow causes VG_(memset) to get into infinite recursion.
    489 AM_CFLAGS_BASE = -O2 -g -std=gnu99 -Wall -Wmissing-prototypes -Wshadow \
    490 	-Wpointer-arith -Wstrict-prototypes -Wmissing-declarations \
    491 	@FLAG_W_CAST_ALIGN@ @FLAG_W_CAST_QUAL@ @FLAG_W_WRITE_STRINGS@ \
    492 	@FLAG_W_EMPTY_BODY@ @FLAG_W_FORMAT@ @FLAG_W_FORMAT_SIGNEDNESS@ \
    493 	@FLAG_W_FORMAT_SECURITY@ @FLAG_W_IGNORED_QUALIFIERS@ \
    494 	@FLAG_W_MISSING_PARAMETER_TYPE@ @FLAG_W_OLD_STYLE_DECLARATION@ \
    495 	@FLAG_FNO_STACK_PROTECTOR@ @FLAG_FSANITIZE@ \
    496 	-fno-strict-aliasing -fno-builtin $(am__append_1)
    497 @VGCONF_OS_IS_DARWIN_FALSE@AM_CFLAGS_PSO_BASE = -O -g -fno-omit-frame-pointer -fno-strict-aliasing \
    498 @VGCONF_OS_IS_DARWIN_FALSE@		     -fpic -fno-builtin @FLAG_FNO_IPA_ICF@
    499 
    500 
    501 # These flags are used for building the preload shared objects (PSOs).
    502 # The aim is to give reasonable performance but also to have good
    503 # stack traces, since users often see stack traces extending 
    504 # into (and through) the preloads.  Also, we must use any
    505 # -mpreferred-stack-boundary flag to build the preload shared
    506 # objects, since that risks misaligning the client's stack and
    507 # results in segfaults like (eg) #324050.
    508 @VGCONF_OS_IS_DARWIN_TRUE@AM_CFLAGS_PSO_BASE = -dynamic \
    509 @VGCONF_OS_IS_DARWIN_TRUE@		     -O -g -fno-omit-frame-pointer -fno-strict-aliasing \
    510 @VGCONF_OS_IS_DARWIN_TRUE@		     -fpic -fPIC -fno-builtin @FLAG_FNO_IPA_ICF@
    511 
    512 
    513 # Flags for specific targets.
    514 #
    515 # Nb: the AM_CPPFLAGS_* values are suitable for building tools and auxprogs.
    516 # For building the core, coregrind/Makefile.am files add some extra things.
    517 AM_CPPFLAGS_@VGCONF_PLATFORM_PRI_CAPS@ = \
    518 	-I$(top_srcdir) \
    519 	-I$(top_srcdir)/include \
    520 	-I$(top_builddir)/include \
    521 	-I$(top_srcdir)/VEX/pub \
    522 	-I$(top_builddir)/VEX/pub \
    523 	-DVGA_@VGCONF_ARCH_PRI@=1 \
    524 	-DVGO_@VGCONF_OS@=1 \
    525 	-DVGP_@VGCONF_ARCH_PRI@_@VGCONF_OS@=1 \
    526 	-DVGPV_@VGCONF_ARCH_PRI@_@VGCONF_OS@_@VGCONF_PLATVARIANT@=1
    527 
    528 @VGCONF_HAVE_PLATFORM_SEC_TRUE@AM_CPPFLAGS_@VGCONF_PLATFORM_SEC_CAPS@ = \
    529 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	-I$(top_srcdir) \
    530 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	-I$(top_srcdir)/include \
    531 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	-I$(top_builddir)/include \
    532 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	-I$(top_srcdir)/VEX/pub \
    533 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	-I$(top_builddir)/VEX/pub \
    534 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	-DVGA_@VGCONF_ARCH_SEC@=1 \
    535 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	-DVGO_@VGCONF_OS@=1 \
    536 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	-DVGP_@VGCONF_ARCH_SEC@_@VGCONF_OS@=1 \
    537 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	-DVGPV_@VGCONF_ARCH_SEC@_@VGCONF_OS@_@VGCONF_PLATVARIANT@=1
    538 
    539 AM_FLAG_M3264_X86_LINUX = @FLAG_M32@
    540 AM_CFLAGS_X86_LINUX = @FLAG_M32@ @PREFERRED_STACK_BOUNDARY_2@ \
    541 				$(AM_CFLAGS_BASE) -fomit-frame-pointer
    542 
    543 AM_CFLAGS_PSO_X86_LINUX = @FLAG_M32@ $(AM_CFLAGS_BASE) $(AM_CFLAGS_PSO_BASE)
    544 AM_CCASFLAGS_X86_LINUX = @FLAG_M32@ -g
    545 AM_FLAG_M3264_AMD64_LINUX = @FLAG_M64@
    546 AM_CFLAGS_AMD64_LINUX = @FLAG_M64@ \
    547 				$(AM_CFLAGS_BASE) -fomit-frame-pointer
    548 
    549 AM_CFLAGS_PSO_AMD64_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE) $(AM_CFLAGS_PSO_BASE)
    550 AM_CCASFLAGS_AMD64_LINUX = @FLAG_M64@ -g
    551 AM_FLAG_M3264_PPC32_LINUX = @FLAG_M32@
    552 AM_CFLAGS_PPC32_LINUX = @FLAG_M32@ $(AM_CFLAGS_BASE)
    553 AM_CFLAGS_PSO_PPC32_LINUX = @FLAG_M32@ $(AM_CFLAGS_BASE) $(AM_CFLAGS_PSO_BASE)
    554 AM_CCASFLAGS_PPC32_LINUX = @FLAG_M32@ -g
    555 AM_FLAG_M3264_PPC64BE_LINUX = @FLAG_M64@
    556 AM_CFLAGS_PPC64BE_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE)
    557 AM_CFLAGS_PSO_PPC64BE_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE) $(AM_CFLAGS_PSO_BASE)
    558 AM_CCASFLAGS_PPC64BE_LINUX = @FLAG_M64@ -g
    559 AM_FLAG_M3264_PPC64LE_LINUX = @FLAG_M64@
    560 AM_CFLAGS_PPC64LE_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE)
    561 AM_CFLAGS_PSO_PPC64LE_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE) $(AM_CFLAGS_PSO_BASE)
    562 AM_CCASFLAGS_PPC64LE_LINUX = @FLAG_M64@ -g
    563 AM_FLAG_M3264_ARM_LINUX = @FLAG_M32@
    564 AM_CFLAGS_ARM_LINUX = @FLAG_M32@ \
    565 			 	$(AM_CFLAGS_BASE) -marm -mcpu=cortex-a8
    566 
    567 AM_CFLAGS_PSO_ARM_LINUX = @FLAG_M32@ $(AM_CFLAGS_BASE) \
    568 				-marm -mcpu=cortex-a8 $(AM_CFLAGS_PSO_BASE)
    569 
    570 AM_CCASFLAGS_ARM_LINUX = @FLAG_M32@ \
    571 				-marm -mcpu=cortex-a8 -g
    572 
    573 AM_FLAG_M3264_ARM64_LINUX = @FLAG_M64@
    574 AM_CFLAGS_ARM64_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE)
    575 AM_CFLAGS_PSO_ARM64_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE) $(AM_CFLAGS_PSO_BASE)
    576 AM_CCASFLAGS_ARM64_LINUX = @FLAG_M64@ -g
    577 AM_FLAG_M3264_X86_DARWIN = -arch i386
    578 AM_CFLAGS_X86_DARWIN = $(WERROR) -arch i386 $(AM_CFLAGS_BASE) \
    579 				-mmacosx-version-min=10.6 \
    580 				-fno-stack-protector -fno-pic -fno-PIC
    581 
    582 AM_CFLAGS_PSO_X86_DARWIN = $(AM_CFLAGS_X86_DARWIN) $(AM_CFLAGS_PSO_BASE)
    583 AM_CCASFLAGS_X86_DARWIN = -arch i386 -g
    584 AM_FLAG_M3264_AMD64_DARWIN = -arch x86_64
    585 AM_CFLAGS_AMD64_DARWIN = $(WERROR) -arch x86_64 $(AM_CFLAGS_BASE) \
    586 			    -mmacosx-version-min=10.6 -fno-stack-protector
    587 
    588 AM_CFLAGS_PSO_AMD64_DARWIN = $(AM_CFLAGS_AMD64_DARWIN) $(AM_CFLAGS_PSO_BASE)
    589 AM_CCASFLAGS_AMD64_DARWIN = -arch x86_64 -g
    590 AM_FLAG_M3264_S390X_LINUX = @FLAG_M64@
    591 AM_CFLAGS_S390X_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE) -fomit-frame-pointer
    592 AM_CFLAGS_PSO_S390X_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE) $(AM_CFLAGS_PSO_BASE)
    593 AM_CCASFLAGS_S390X_LINUX = @FLAG_M64@ -g -mzarch -march=z900
    594 AM_FLAG_M3264_MIPS32_LINUX = @FLAG_M32@
    595 AM_CFLAGS_MIPS32_LINUX = @FLAG_M32@ $(AM_CFLAGS_BASE) @FLAG_MIPS32@
    596 AM_CFLAGS_PSO_MIPS32_LINUX = @FLAG_M32@ $(AM_CFLAGS_BASE) @FLAG_MIPS32@ \
    597 				$(AM_CFLAGS_PSO_BASE)
    598 
    599 AM_CCASFLAGS_MIPS32_LINUX = @FLAG_M32@ -g @FLAG_MIPS32@
    600 AM_FLAG_M3264_MIPS64_LINUX = @FLAG_M64@
    601 AM_CFLAGS_MIPS64_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE) @FLAG_MIPS64@
    602 AM_CFLAGS_PSO_MIPS64_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE) @FLAG_MIPS64@ \
    603 				$(AM_CFLAGS_PSO_BASE)
    604 
    605 AM_CCASFLAGS_MIPS64_LINUX = @FLAG_M64@ -g @FLAG_MIPS64@
    606 AM_FLAG_M3264_X86_SOLARIS = @FLAG_M32@
    607 AM_CFLAGS_X86_SOLARIS = @FLAG_M32@ @PREFERRED_STACK_BOUNDARY_2@ \
    608 				$(AM_CFLAGS_BASE) -fomit-frame-pointer \
    609 				@SOLARIS_UNDEF_LARGESOURCE@
    610 
    611 AM_CFLAGS_PSO_X86_SOLARIS = @FLAG_M32@ $(AM_CFLAGS_BASE) $(AM_CFLAGS_PSO_BASE)
    612 AM_CCASFLAGS_X86_SOLARIS = @FLAG_M32@ -g -D_ASM
    613 AM_FLAG_M3264_AMD64_SOLARIS = @FLAG_M64@
    614 AM_CFLAGS_AMD64_SOLARIS = @FLAG_M64@ \
    615 				$(AM_CFLAGS_BASE) -fomit-frame-pointer
    616 
    617 AM_CFLAGS_PSO_AMD64_SOLARIS = @FLAG_M64@ $(AM_CFLAGS_BASE) $(AM_CFLAGS_PSO_BASE)
    618 AM_CCASFLAGS_AMD64_SOLARIS = @FLAG_M64@ -g -D_ASM
    619 
    620 # Flags for the primary target.  These must be used to build the
    621 # regtests and performance tests.  In fact, these must be used to
    622 # build anything which is built only once on a dual-arch build.
    623 #
    624 AM_FLAG_M3264_PRI = $(AM_FLAG_M3264_@VGCONF_PLATFORM_PRI_CAPS@)
    625 AM_CPPFLAGS_PRI = $(AM_CPPFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
    626 AM_CFLAGS_PRI = $(AM_CFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
    627 AM_CCASFLAGS_PRI = $(AM_CCASFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
    628 @VGCONF_HAVE_PLATFORM_SEC_FALSE@AM_FLAG_M3264_SEC = 
    629 @VGCONF_HAVE_PLATFORM_SEC_TRUE@AM_FLAG_M3264_SEC = $(AM_FLAG_M3264_@VGCONF_PLATFORM_SEC_CAPS@)
    630 
    631 # Baseline link flags for making vgpreload shared objects.
    632 #
    633 PRELOAD_LDFLAGS_COMMON_LINUX = -nodefaultlibs -shared \
    634 	-Wl,-z,interpose,-z,initfirst $(am__append_3)
    635 PRELOAD_LDFLAGS_COMMON_DARWIN = -dynamic -dynamiclib -all_load
    636 PRELOAD_LDFLAGS_COMMON_SOLARIS = -nodefaultlibs -shared \
    637 	-Wl,-z,interpose,-z,initfirst $(am__append_2)
    638 PRELOAD_LDFLAGS_X86_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@
    639 PRELOAD_LDFLAGS_AMD64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@
    640 PRELOAD_LDFLAGS_PPC32_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@
    641 PRELOAD_LDFLAGS_PPC64BE_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@
    642 PRELOAD_LDFLAGS_PPC64LE_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@
    643 PRELOAD_LDFLAGS_ARM_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@
    644 PRELOAD_LDFLAGS_ARM64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@
    645 PRELOAD_LDFLAGS_X86_DARWIN = $(PRELOAD_LDFLAGS_COMMON_DARWIN) -arch i386
    646 PRELOAD_LDFLAGS_AMD64_DARWIN = $(PRELOAD_LDFLAGS_COMMON_DARWIN) -arch x86_64
    647 PRELOAD_LDFLAGS_S390X_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@
    648 PRELOAD_LDFLAGS_MIPS32_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@
    649 PRELOAD_LDFLAGS_MIPS64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@
    650 PRELOAD_LDFLAGS_X86_SOLARIS = $(PRELOAD_LDFLAGS_COMMON_SOLARIS) @FLAG_M32@
    651 PRELOAD_LDFLAGS_AMD64_SOLARIS = $(PRELOAD_LDFLAGS_COMMON_SOLARIS) @FLAG_M64@
    652 
    653 #----------------------------------------------------------------------------
    654 # <tool>-<platform> stuff
    655 #----------------------------------------------------------------------------
    656 TOOL_DEPENDENCIES_@VGCONF_PLATFORM_PRI_CAPS@ = \
    657 	$(top_builddir)/coregrind/libcoregrind-@VGCONF_ARCH_PRI@-@VGCONF_OS@.a \
    658 	$(top_builddir)/VEX/libvex-@VGCONF_ARCH_PRI@-@VGCONF_OS@.a
    659 
    660 @VGCONF_HAVE_PLATFORM_SEC_TRUE@TOOL_DEPENDENCIES_@VGCONF_PLATFORM_SEC_CAPS@ = \
    661 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	$(top_builddir)/coregrind/libcoregrind-@VGCONF_ARCH_SEC@-@VGCONF_OS@.a \
    662 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	$(top_builddir)/VEX/libvex-@VGCONF_ARCH_SEC@-@VGCONF_OS@.a
    663 
    664 TOOL_LDADD_COMMON = -lgcc
    665 TOOL_LDADD_@VGCONF_PLATFORM_PRI_CAPS@ = \
    666 	$(TOOL_DEPENDENCIES_@VGCONF_PLATFORM_PRI_CAPS@) $(TOOL_LDADD_COMMON)
    667 
    668 @VGCONF_HAVE_PLATFORM_SEC_TRUE@TOOL_LDADD_@VGCONF_PLATFORM_SEC_CAPS@ = \
    669 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	$(TOOL_DEPENDENCIES_@VGCONF_PLATFORM_SEC_CAPS@) $(TOOL_LDADD_COMMON)
    670 
    671 
    672 # -Wl,--build-id=none is needed when linking tools with a linker that only
    673 # knows -Ttext and not -Ttext-segment. Without this flag newer ld versions
    674 # (2.20 and later) create a .note.gnu.build-id at the default text segment
    675 # address, which of course means the resulting executable
    676 # is unusable. So we have to tell ld not to generate that, with
    677 # --build-id=none unless the linker supports -Ttext-segment.
    678 TOOL_LDFLAGS_COMMON_LINUX = \
    679 	-static -nodefaultlibs -nostartfiles -u _start @FLAG_NO_BUILD_ID@
    680 
    681 TOOL_LDFLAGS_COMMON_DARWIN = \
    682 	-nodefaultlibs -nostartfiles -Wl,-u,__start -Wl,-e,__start
    683 
    684 TOOL_LDFLAGS_COMMON_SOLARIS = \
    685 	-static -nodefaultlibs -nostartfiles -u _start \
    686 	-Wl,-M,/usr/lib/ld/map.noexstk
    687 
    688 TOOL_LDFLAGS_X86_LINUX = \
    689 	$(TOOL_LDFLAGS_COMMON_LINUX) @FLAG_M32@
    690 
    691 TOOL_LDFLAGS_AMD64_LINUX = \
    692 	$(TOOL_LDFLAGS_COMMON_LINUX) @FLAG_M64@
    693 
    694 TOOL_LDFLAGS_PPC32_LINUX = \
    695 	$(TOOL_LDFLAGS_COMMON_LINUX) @FLAG_M32@
    696 
    697 TOOL_LDFLAGS_PPC64BE_LINUX = \
    698 	$(TOOL_LDFLAGS_COMMON_LINUX) @FLAG_M64@
    699 
    700 TOOL_LDFLAGS_PPC64LE_LINUX = \
    701 	$(TOOL_LDFLAGS_COMMON_LINUX) @FLAG_M64@
    702 
    703 TOOL_LDFLAGS_ARM_LINUX = $(TOOL_LDFLAGS_COMMON_LINUX) @FLAG_M32@ \
    704 	$(am__append_4)
    705 TOOL_LDFLAGS_ARM64_LINUX = \
    706 	$(TOOL_LDFLAGS_COMMON_LINUX) @FLAG_M64@
    707 
    708 TOOL_LDFLAGS_S390X_LINUX = \
    709 	$(TOOL_LDFLAGS_COMMON_LINUX) @FLAG_M64@
    710 
    711 TOOL_LDFLAGS_X86_DARWIN = \
    712 	$(TOOL_LDFLAGS_COMMON_DARWIN) -arch i386
    713 
    714 TOOL_LDFLAGS_AMD64_DARWIN = \
    715 	$(TOOL_LDFLAGS_COMMON_DARWIN) -arch x86_64
    716 
    717 
    718 # MIPS Linux default start symbol is __start, not _start like on x86 or amd
    719 TOOL_LDFLAGS_MIPS32_LINUX = \
    720 	-static -nodefaultlibs -nostartfiles -u __start @FLAG_NO_BUILD_ID@ \
    721 	@FLAG_M32@
    722 
    723 TOOL_LDFLAGS_MIPS64_LINUX = \
    724 	-static -nodefaultlibs -nostartfiles -u __start @FLAG_NO_BUILD_ID@ \
    725 	@FLAG_M64@
    726 
    727 TOOL_LDFLAGS_X86_SOLARIS = \
    728 	$(TOOL_LDFLAGS_COMMON_SOLARIS) @FLAG_M32@
    729 
    730 TOOL_LDFLAGS_AMD64_SOLARIS = \
    731 	$(TOOL_LDFLAGS_COMMON_SOLARIS) @FLAG_M64@
    732 
    733 
    734 # NB for 64-bit darwin.  We may want to set -Wl,-pagezero_size to
    735 # something smaller than the default of 4G, so as to facilitate
    736 # loading clients who are also linked thusly (currently m_ume.c
    737 # will fail to load them).  Although such setting is probably
    738 # better done in link_tool_exe.c.
    739 #
    740 #	-Wl,-pagezero_size,0x100000000
    741 
    742 #----------------------------------------------------------------------------
    743 # vgpreload_<tool>-<platform>.a stuff
    744 #----------------------------------------------------------------------------
    745 LIBREPLACEMALLOC_X86_LINUX = \
    746 	$(top_builddir)/coregrind/libreplacemalloc_toolpreload-x86-linux.a
    747 
    748 LIBREPLACEMALLOC_AMD64_LINUX = \
    749 	$(top_builddir)/coregrind/libreplacemalloc_toolpreload-amd64-linux.a
    750 
    751 LIBREPLACEMALLOC_PPC32_LINUX = \
    752 	$(top_builddir)/coregrind/libreplacemalloc_toolpreload-ppc32-linux.a
    753 
    754 LIBREPLACEMALLOC_PPC64BE_LINUX = \
    755 	$(top_builddir)/coregrind/libreplacemalloc_toolpreload-ppc64be-linux.a
    756 
    757 LIBREPLACEMALLOC_PPC64LE_LINUX = \
    758 	$(top_builddir)/coregrind/libreplacemalloc_toolpreload-ppc64le-linux.a
    759 
    760 LIBREPLACEMALLOC_ARM_LINUX = \
    761 	$(top_builddir)/coregrind/libreplacemalloc_toolpreload-arm-linux.a
    762 
    763 LIBREPLACEMALLOC_ARM64_LINUX = \
    764 	$(top_builddir)/coregrind/libreplacemalloc_toolpreload-arm64-linux.a
    765 
    766 LIBREPLACEMALLOC_X86_DARWIN = \
    767 	$(top_builddir)/coregrind/libreplacemalloc_toolpreload-x86-darwin.a
    768 
    769 LIBREPLACEMALLOC_AMD64_DARWIN = \
    770 	$(top_builddir)/coregrind/libreplacemalloc_toolpreload-amd64-darwin.a
    771 
    772 LIBREPLACEMALLOC_S390X_LINUX = \
    773 	$(top_builddir)/coregrind/libreplacemalloc_toolpreload-s390x-linux.a
    774 
    775 LIBREPLACEMALLOC_MIPS32_LINUX = \
    776 	$(top_builddir)/coregrind/libreplacemalloc_toolpreload-mips32-linux.a
    777 
    778 LIBREPLACEMALLOC_MIPS64_LINUX = \
    779 	$(top_builddir)/coregrind/libreplacemalloc_toolpreload-mips64-linux.a
    780 
    781 LIBREPLACEMALLOC_X86_SOLARIS = \
    782 	$(top_builddir)/coregrind/libreplacemalloc_toolpreload-x86-solaris.a
    783 
    784 LIBREPLACEMALLOC_AMD64_SOLARIS = \
    785 	$(top_builddir)/coregrind/libreplacemalloc_toolpreload-amd64-solaris.a
    786 
    787 LIBREPLACEMALLOC_LDFLAGS_X86_LINUX = \
    788 	-Wl,--whole-archive \
    789 	$(LIBREPLACEMALLOC_X86_LINUX) \
    790 	-Wl,--no-whole-archive
    791 
    792 LIBREPLACEMALLOC_LDFLAGS_AMD64_LINUX = \
    793 	-Wl,--whole-archive \
    794 	$(LIBREPLACEMALLOC_AMD64_LINUX) \
    795 	-Wl,--no-whole-archive
    796 
    797 LIBREPLACEMALLOC_LDFLAGS_PPC32_LINUX = \
    798 	-Wl,--whole-archive \
    799 	$(LIBREPLACEMALLOC_PPC32_LINUX) \
    800 	-Wl,--no-whole-archive
    801 
    802 LIBREPLACEMALLOC_LDFLAGS_PPC64BE_LINUX = \
    803 	-Wl,--whole-archive \
    804 	$(LIBREPLACEMALLOC_PPC64BE_LINUX) \
    805 	-Wl,--no-whole-archive
    806 
    807 LIBREPLACEMALLOC_LDFLAGS_PPC64LE_LINUX = \
    808 	-Wl,--whole-archive \
    809 	$(LIBREPLACEMALLOC_PPC64LE_LINUX) \
    810 	-Wl,--no-whole-archive
    811 
    812 LIBREPLACEMALLOC_LDFLAGS_ARM_LINUX = \
    813 	-Wl,--whole-archive \
    814 	$(LIBREPLACEMALLOC_ARM_LINUX) \
    815 	-Wl,--no-whole-archive
    816 
    817 LIBREPLACEMALLOC_LDFLAGS_ARM64_LINUX = \
    818 	-Wl,--whole-archive \
    819 	$(LIBREPLACEMALLOC_ARM64_LINUX) \
    820 	-Wl,--no-whole-archive
    821 
    822 LIBREPLACEMALLOC_LDFLAGS_X86_DARWIN = \
    823 	$(LIBREPLACEMALLOC_X86_DARWIN)
    824 
    825 LIBREPLACEMALLOC_LDFLAGS_AMD64_DARWIN = \
    826 	$(LIBREPLACEMALLOC_AMD64_DARWIN)
    827 
    828 LIBREPLACEMALLOC_LDFLAGS_S390X_LINUX = \
    829 	-Wl,--whole-archive \
    830 	$(LIBREPLACEMALLOC_S390X_LINUX) \
    831 	-Wl,--no-whole-archive
    832 
    833 LIBREPLACEMALLOC_LDFLAGS_MIPS32_LINUX = \
    834 	-Wl,--whole-archive \
    835 	$(LIBREPLACEMALLOC_MIPS32_LINUX) \
    836 	-Wl,--no-whole-archive
    837 
    838 LIBREPLACEMALLOC_LDFLAGS_MIPS64_LINUX = \
    839 	-Wl,--whole-archive \
    840 	$(LIBREPLACEMALLOC_MIPS64_LINUX) \
    841 	-Wl,--no-whole-archive
    842 
    843 LIBREPLACEMALLOC_LDFLAGS_X86_SOLARIS = \
    844 	-Wl,--whole-archive \
    845 	$(LIBREPLACEMALLOC_X86_SOLARIS) \
    846 	-Wl,--no-whole-archive
    847 
    848 LIBREPLACEMALLOC_LDFLAGS_AMD64_SOLARIS = \
    849 	-Wl,--whole-archive \
    850 	$(LIBREPLACEMALLOC_AMD64_SOLARIS) \
    851 	-Wl,--no-whole-archive
    852 
    853 EXTRA_DIST = \
    854 	docs/callgrind_annotate-manpage.xml \
    855 	docs/callgrind_control-manpage.xml \
    856 	docs/cl-manual.xml \
    857 	docs/cl-format.xml
    858 
    859 
    860 #----------------------------------------------------------------------------
    861 # Headers, etc
    862 #----------------------------------------------------------------------------
    863 pkginclude_HEADERS = callgrind.h
    864 bin_SCRIPTS = \
    865 	callgrind_annotate \
    866 	callgrind_control
    867 
    868 noinst_HEADERS = \
    869 	costs.h \
    870 	events.h \
    871 	global.h
    872 
    873 CALLGRIND_SOURCES_COMMON = \
    874 	bb.c \
    875 	bbcc.c \
    876 	callstack.c \
    877 	clo.c \
    878 	context.c \
    879 	costs.c \
    880 	debug.c \
    881 	dump.c \
    882 	events.c \
    883 	fn.c \
    884 	jumps.c \
    885 	main.c \
    886 	sim.c \
    887 	threads.c
    888 
    889 
    890 # We sneakily include "cg_branchpred.c" and "cg_arch.c" from cachegrind
    891 CALLGRIND_CFLAGS_COMMON = -I$(top_srcdir)/cachegrind
    892 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_SOURCES = \
    893 	$(CALLGRIND_SOURCES_COMMON)
    894 
    895 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS = \
    896 	$(AM_CPPFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
    897 
    898 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS = \
    899 	$(AM_CFLAGS_@VGCONF_PLATFORM_PRI_CAPS@) $(CALLGRIND_CFLAGS_COMMON)
    900 
    901 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_DEPENDENCIES = \
    902 	$(TOOL_DEPENDENCIES_@VGCONF_PLATFORM_PRI_CAPS@)
    903 
    904 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_LDADD = \
    905 	$(TOOL_LDADD_@VGCONF_PLATFORM_PRI_CAPS@)
    906 
    907 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_LDFLAGS = \
    908 	$(TOOL_LDFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
    909 
    910 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_LINK = \
    911 	$(top_builddir)/coregrind/link_tool_exe_@VGCONF_OS@ \
    912 	@VALT_LOAD_ADDRESS_PRI@ \
    913 	$(LINK) \
    914 	$(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) \
    915 	$(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_LDFLAGS)
    916 
    917 @VGCONF_HAVE_PLATFORM_SEC_TRUE@callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_SOURCES = \
    918 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	$(CALLGRIND_SOURCES_COMMON)
    919 
    920 @VGCONF_HAVE_PLATFORM_SEC_TRUE@callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS = \
    921 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	$(AM_CPPFLAGS_@VGCONF_PLATFORM_SEC_CAPS@)
    922 
    923 @VGCONF_HAVE_PLATFORM_SEC_TRUE@callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS = \
    924 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	$(AM_CFLAGS_@VGCONF_PLATFORM_SEC_CAPS@) $(CALLGRIND_CFLAGS_COMMON)
    925 
    926 @VGCONF_HAVE_PLATFORM_SEC_TRUE@callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_DEPENDENCIES = \
    927 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	$(TOOL_DEPENDENCIES_@VGCONF_PLATFORM_SEC_CAPS@)
    928 
    929 @VGCONF_HAVE_PLATFORM_SEC_TRUE@callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_LDADD = \
    930 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	$(TOOL_LDADD_@VGCONF_PLATFORM_SEC_CAPS@)
    931 
    932 @VGCONF_HAVE_PLATFORM_SEC_TRUE@callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_LDFLAGS = \
    933 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	$(TOOL_LDFLAGS_@VGCONF_PLATFORM_SEC_CAPS@)
    934 
    935 @VGCONF_HAVE_PLATFORM_SEC_TRUE@callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_LINK = \
    936 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	$(top_builddir)/coregrind/link_tool_exe_@VGCONF_OS@ \
    937 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	@VALT_LOAD_ADDRESS_SEC@ \
    938 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	$(LINK) \
    939 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	$(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) \
    940 @VGCONF_HAVE_PLATFORM_SEC_TRUE@	$(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_LDFLAGS)
    941 
    942 all: all-recursive
    943 
    944 .SUFFIXES:
    945 .SUFFIXES: .c .o .obj
    946 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.tool.am $(top_srcdir)/Makefile.all.am $(am__configure_deps)
    947 	@for dep in $?; do \
    948 	  case '$(am__configure_deps)' in \
    949 	    *$$dep*) \
    950 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
    951 	        && { if test -f $@; then exit 0; else break; fi; }; \
    952 	      exit 1;; \
    953 	  esac; \
    954 	done; \
    955 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign callgrind/Makefile'; \
    956 	$(am__cd) $(top_srcdir) && \
    957 	  $(AUTOMAKE) --foreign callgrind/Makefile
    958 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    959 	@case '$?' in \
    960 	  *config.status*) \
    961 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
    962 	  *) \
    963 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
    964 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
    965 	esac;
    966 $(top_srcdir)/Makefile.tool.am $(top_srcdir)/Makefile.all.am $(am__empty):
    967 
    968 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
    969 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    970 
    971 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
    972 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    973 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
    974 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
    975 $(am__aclocal_m4_deps):
    976 callgrind_annotate: $(top_builddir)/config.status $(srcdir)/callgrind_annotate.in
    977 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
    978 callgrind_control: $(top_builddir)/config.status $(srcdir)/callgrind_control.in
    979 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
    980 
    981 clean-noinstPROGRAMS:
    982 	-test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
    983 
    984 callgrind-@VGCONF_ARCH_PRI@-@VGCONF_OS@$(EXEEXT): $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_OBJECTS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_DEPENDENCIES) $(EXTRA_callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_DEPENDENCIES) 
    985 	@rm -f callgrind-@VGCONF_ARCH_PRI@-@VGCONF_OS@$(EXEEXT)
    986 	$(AM_V_GEN)$(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_LINK) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_OBJECTS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_LDADD) $(LIBS)
    987 
    988 callgrind-@VGCONF_ARCH_SEC@-@VGCONF_OS@$(EXEEXT): $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_OBJECTS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_DEPENDENCIES) $(EXTRA_callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_DEPENDENCIES) 
    989 	@rm -f callgrind-@VGCONF_ARCH_SEC@-@VGCONF_OS@$(EXEEXT)
    990 	$(AM_V_GEN)$(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_LINK) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_OBJECTS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_LDADD) $(LIBS)
    991 install-binSCRIPTS: $(bin_SCRIPTS)
    992 	@$(NORMAL_INSTALL)
    993 	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
    994 	if test -n "$$list"; then \
    995 	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
    996 	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
    997 	fi; \
    998 	for p in $$list; do \
    999 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
   1000 	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
   1001 	done | \
   1002 	sed -e 'p;s,.*/,,;n' \
   1003 	    -e 'h;s|.*|.|' \
   1004 	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
   1005 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
   1006 	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
   1007 	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
   1008 	      if (++n[d] == $(am__install_max)) { \
   1009 		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
   1010 	    else { print "f", d "/" $$4, $$1 } } \
   1011 	  END { for (d in files) print "f", d, files[d] }' | \
   1012 	while read type dir files; do \
   1013 	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
   1014 	     test -z "$$files" || { \
   1015 	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
   1016 	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
   1017 	     } \
   1018 	; done
   1019 
   1020 uninstall-binSCRIPTS:
   1021 	@$(NORMAL_UNINSTALL)
   1022 	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
   1023 	files=`for p in $$list; do echo "$$p"; done | \
   1024 	       sed -e 's,.*/,,;$(transform)'`; \
   1025 	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
   1026 
   1027 mostlyclean-compile:
   1028 	-rm -f *.$(OBJEXT)
   1029 
   1030 distclean-compile:
   1031 	-rm -f *.tab.c
   1032 
   1033 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bb.Po@am__quote@
   1034 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bbcc.Po@am__quote@
   1035 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -callstack.Po@am__quote@
   1036 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -clo.Po@am__quote@
   1037 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -context.Po@am__quote@
   1038 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -costs.Po@am__quote@
   1039 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -debug.Po@am__quote@
   1040 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -dump.Po@am__quote@
   1041 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -events.Po@am__quote@
   1042 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -fn.Po@am__quote@
   1043 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -jumps.Po@am__quote@
   1044 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -main.Po@am__quote@
   1045 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -sim.Po@am__quote@
   1046 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -threads.Po@am__quote@
   1047 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bb.Po@am__quote@
   1048 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bbcc.Po@am__quote@
   1049 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -callstack.Po@am__quote@
   1050 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -clo.Po@am__quote@
   1051 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -context.Po@am__quote@
   1052 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -costs.Po@am__quote@
   1053 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -debug.Po@am__quote@
   1054 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -dump.Po@am__quote@
   1055 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -events.Po@am__quote@
   1056 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -fn.Po@am__quote@
   1057 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -jumps.Po@am__quote@
   1058 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -main.Po@am__quote@
   1059 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -sim.Po@am__quote@
   1060 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -threads.Po@am__quote@
   1061 
   1062 .c.o:
   1063 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
   1064 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
   1065 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
   1066 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   1067 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1068 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
   1069 
   1070 .c.obj:
   1071 @am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
   1072 @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
   1073 @am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
   1074 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
   1075 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1076 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
   1077 
   1078 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bb.o: bb.c
   1079 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bb.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bb.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bb.o `test -f 'bb.c' || echo '$(srcdir)/'`bb.c
   1080 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bb.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bb.Po
   1081 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='bb.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bb.o' libtool=no @AMDEPBACKSLASH@
   1082 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1083 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bb.o `test -f 'bb.c' || echo '$(srcdir)/'`bb.c
   1084 
   1085 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bb.obj: bb.c
   1086 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bb.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bb.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bb.obj `if test -f 'bb.c'; then $(CYGPATH_W) 'bb.c'; else $(CYGPATH_W) '$(srcdir)/bb.c'; fi`
   1087 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bb.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bb.Po
   1088 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='bb.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bb.obj' libtool=no @AMDEPBACKSLASH@
   1089 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1090 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bb.obj `if test -f 'bb.c'; then $(CYGPATH_W) 'bb.c'; else $(CYGPATH_W) '$(srcdir)/bb.c'; fi`
   1091 
   1092 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bbcc.o: bbcc.c
   1093 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bbcc.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bbcc.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bbcc.o `test -f 'bbcc.c' || echo '$(srcdir)/'`bbcc.c
   1094 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bbcc.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bbcc.Po
   1095 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='bbcc.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bbcc.o' libtool=no @AMDEPBACKSLASH@
   1096 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1097 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bbcc.o `test -f 'bbcc.c' || echo '$(srcdir)/'`bbcc.c
   1098 
   1099 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bbcc.obj: bbcc.c
   1100 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bbcc.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bbcc.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bbcc.obj `if test -f 'bbcc.c'; then $(CYGPATH_W) 'bbcc.c'; else $(CYGPATH_W) '$(srcdir)/bbcc.c'; fi`
   1101 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bbcc.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bbcc.Po
   1102 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='bbcc.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bbcc.obj' libtool=no @AMDEPBACKSLASH@
   1103 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1104 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -bbcc.obj `if test -f 'bbcc.c'; then $(CYGPATH_W) 'bbcc.c'; else $(CYGPATH_W) '$(srcdir)/bbcc.c'; fi`
   1105 
   1106 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -callstack.o: callstack.c
   1107 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -callstack.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -callstack.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -callstack.o `test -f 'callstack.c' || echo '$(srcdir)/'`callstack.c
   1108 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -callstack.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -callstack.Po
   1109 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='callstack.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -callstack.o' libtool=no @AMDEPBACKSLASH@
   1110 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1111 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -callstack.o `test -f 'callstack.c' || echo '$(srcdir)/'`callstack.c
   1112 
   1113 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -callstack.obj: callstack.c
   1114 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -callstack.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -callstack.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -callstack.obj `if test -f 'callstack.c'; then $(CYGPATH_W) 'callstack.c'; else $(CYGPATH_W) '$(srcdir)/callstack.c'; fi`
   1115 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -callstack.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -callstack.Po
   1116 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='callstack.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -callstack.obj' libtool=no @AMDEPBACKSLASH@
   1117 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1118 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -callstack.obj `if test -f 'callstack.c'; then $(CYGPATH_W) 'callstack.c'; else $(CYGPATH_W) '$(srcdir)/callstack.c'; fi`
   1119 
   1120 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -clo.o: clo.c
   1121 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -clo.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -clo.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -clo.o `test -f 'clo.c' || echo '$(srcdir)/'`clo.c
   1122 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -clo.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -clo.Po
   1123 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clo.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -clo.o' libtool=no @AMDEPBACKSLASH@
   1124 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1125 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -clo.o `test -f 'clo.c' || echo '$(srcdir)/'`clo.c
   1126 
   1127 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -clo.obj: clo.c
   1128 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -clo.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -clo.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -clo.obj `if test -f 'clo.c'; then $(CYGPATH_W) 'clo.c'; else $(CYGPATH_W) '$(srcdir)/clo.c'; fi`
   1129 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -clo.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -clo.Po
   1130 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clo.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -clo.obj' libtool=no @AMDEPBACKSLASH@
   1131 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1132 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -clo.obj `if test -f 'clo.c'; then $(CYGPATH_W) 'clo.c'; else $(CYGPATH_W) '$(srcdir)/clo.c'; fi`
   1133 
   1134 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -context.o: context.c
   1135 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -context.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -context.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -context.o `test -f 'context.c' || echo '$(srcdir)/'`context.c
   1136 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -context.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -context.Po
   1137 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='context.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -context.o' libtool=no @AMDEPBACKSLASH@
   1138 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1139 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -context.o `test -f 'context.c' || echo '$(srcdir)/'`context.c
   1140 
   1141 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -context.obj: context.c
   1142 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -context.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -context.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -context.obj `if test -f 'context.c'; then $(CYGPATH_W) 'context.c'; else $(CYGPATH_W) '$(srcdir)/context.c'; fi`
   1143 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -context.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -context.Po
   1144 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='context.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -context.obj' libtool=no @AMDEPBACKSLASH@
   1145 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1146 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -context.obj `if test -f 'context.c'; then $(CYGPATH_W) 'context.c'; else $(CYGPATH_W) '$(srcdir)/context.c'; fi`
   1147 
   1148 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -costs.o: costs.c
   1149 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -costs.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -costs.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -costs.o `test -f 'costs.c' || echo '$(srcdir)/'`costs.c
   1150 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -costs.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -costs.Po
   1151 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='costs.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -costs.o' libtool=no @AMDEPBACKSLASH@
   1152 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1153 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -costs.o `test -f 'costs.c' || echo '$(srcdir)/'`costs.c
   1154 
   1155 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -costs.obj: costs.c
   1156 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -costs.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -costs.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -costs.obj `if test -f 'costs.c'; then $(CYGPATH_W) 'costs.c'; else $(CYGPATH_W) '$(srcdir)/costs.c'; fi`
   1157 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -costs.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -costs.Po
   1158 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='costs.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -costs.obj' libtool=no @AMDEPBACKSLASH@
   1159 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1160 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -costs.obj `if test -f 'costs.c'; then $(CYGPATH_W) 'costs.c'; else $(CYGPATH_W) '$(srcdir)/costs.c'; fi`
   1161 
   1162 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -debug.o: debug.c
   1163 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -debug.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -debug.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -debug.o `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
   1164 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -debug.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -debug.Po
   1165 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='debug.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -debug.o' libtool=no @AMDEPBACKSLASH@
   1166 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1167 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -debug.o `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
   1168 
   1169 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -debug.obj: debug.c
   1170 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -debug.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -debug.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -debug.obj `if test -f 'debug.c'; then $(CYGPATH_W) 'debug.c'; else $(CYGPATH_W) '$(srcdir)/debug.c'; fi`
   1171 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -debug.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -debug.Po
   1172 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='debug.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -debug.obj' libtool=no @AMDEPBACKSLASH@
   1173 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1174 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -debug.obj `if test -f 'debug.c'; then $(CYGPATH_W) 'debug.c'; else $(CYGPATH_W) '$(srcdir)/debug.c'; fi`
   1175 
   1176 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -dump.o: dump.c
   1177 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -dump.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -dump.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -dump.o `test -f 'dump.c' || echo '$(srcdir)/'`dump.c
   1178 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -dump.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -dump.Po
   1179 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dump.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -dump.o' libtool=no @AMDEPBACKSLASH@
   1180 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1181 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -dump.o `test -f 'dump.c' || echo '$(srcdir)/'`dump.c
   1182 
   1183 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -dump.obj: dump.c
   1184 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -dump.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -dump.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -dump.obj `if test -f 'dump.c'; then $(CYGPATH_W) 'dump.c'; else $(CYGPATH_W) '$(srcdir)/dump.c'; fi`
   1185 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -dump.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -dump.Po
   1186 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dump.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -dump.obj' libtool=no @AMDEPBACKSLASH@
   1187 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1188 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -dump.obj `if test -f 'dump.c'; then $(CYGPATH_W) 'dump.c'; else $(CYGPATH_W) '$(srcdir)/dump.c'; fi`
   1189 
   1190 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -events.o: events.c
   1191 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -events.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -events.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -events.o `test -f 'events.c' || echo '$(srcdir)/'`events.c
   1192 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -events.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -events.Po
   1193 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='events.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -events.o' libtool=no @AMDEPBACKSLASH@
   1194 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1195 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -events.o `test -f 'events.c' || echo '$(srcdir)/'`events.c
   1196 
   1197 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -events.obj: events.c
   1198 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -events.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -events.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -events.obj `if test -f 'events.c'; then $(CYGPATH_W) 'events.c'; else $(CYGPATH_W) '$(srcdir)/events.c'; fi`
   1199 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -events.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -events.Po
   1200 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='events.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -events.obj' libtool=no @AMDEPBACKSLASH@
   1201 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1202 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -events.obj `if test -f 'events.c'; then $(CYGPATH_W) 'events.c'; else $(CYGPATH_W) '$(srcdir)/events.c'; fi`
   1203 
   1204 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -fn.o: fn.c
   1205 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -fn.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -fn.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -fn.o `test -f 'fn.c' || echo '$(srcdir)/'`fn.c
   1206 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -fn.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -fn.Po
   1207 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='fn.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -fn.o' libtool=no @AMDEPBACKSLASH@
   1208 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1209 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -fn.o `test -f 'fn.c' || echo '$(srcdir)/'`fn.c
   1210 
   1211 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -fn.obj: fn.c
   1212 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -fn.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -fn.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -fn.obj `if test -f 'fn.c'; then $(CYGPATH_W) 'fn.c'; else $(CYGPATH_W) '$(srcdir)/fn.c'; fi`
   1213 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -fn.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -fn.Po
   1214 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='fn.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -fn.obj' libtool=no @AMDEPBACKSLASH@
   1215 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1216 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -fn.obj `if test -f 'fn.c'; then $(CYGPATH_W) 'fn.c'; else $(CYGPATH_W) '$(srcdir)/fn.c'; fi`
   1217 
   1218 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -jumps.o: jumps.c
   1219 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -jumps.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -jumps.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -jumps.o `test -f 'jumps.c' || echo '$(srcdir)/'`jumps.c
   1220 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -jumps.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -jumps.Po
   1221 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='jumps.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -jumps.o' libtool=no @AMDEPBACKSLASH@
   1222 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1223 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -jumps.o `test -f 'jumps.c' || echo '$(srcdir)/'`jumps.c
   1224 
   1225 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -jumps.obj: jumps.c
   1226 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -jumps.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -jumps.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -jumps.obj `if test -f 'jumps.c'; then $(CYGPATH_W) 'jumps.c'; else $(CYGPATH_W) '$(srcdir)/jumps.c'; fi`
   1227 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -jumps.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -jumps.Po
   1228 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='jumps.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -jumps.obj' libtool=no @AMDEPBACKSLASH@
   1229 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1230 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -jumps.obj `if test -f 'jumps.c'; then $(CYGPATH_W) 'jumps.c'; else $(CYGPATH_W) '$(srcdir)/jumps.c'; fi`
   1231 
   1232 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -main.o: main.c
   1233 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -main.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -main.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
   1234 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -main.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -main.Po
   1235 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='main.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -main.o' libtool=no @AMDEPBACKSLASH@
   1236 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1237 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
   1238 
   1239 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -main.obj: main.c
   1240 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -main.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -main.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
   1241 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -main.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -main.Po
   1242 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='main.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -main.obj' libtool=no @AMDEPBACKSLASH@
   1243 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1244 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
   1245 
   1246 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -sim.o: sim.c
   1247 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -sim.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -sim.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -sim.o `test -f 'sim.c' || echo '$(srcdir)/'`sim.c
   1248 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -sim.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -sim.Po
   1249 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sim.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -sim.o' libtool=no @AMDEPBACKSLASH@
   1250 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1251 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -sim.o `test -f 'sim.c' || echo '$(srcdir)/'`sim.c
   1252 
   1253 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -sim.obj: sim.c
   1254 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -sim.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -sim.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -sim.obj `if test -f 'sim.c'; then $(CYGPATH_W) 'sim.c'; else $(CYGPATH_W) '$(srcdir)/sim.c'; fi`
   1255 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -sim.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -sim.Po
   1256 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sim.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -sim.obj' libtool=no @AMDEPBACKSLASH@
   1257 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1258 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -sim.obj `if test -f 'sim.c'; then $(CYGPATH_W) 'sim.c'; else $(CYGPATH_W) '$(srcdir)/sim.c'; fi`
   1259 
   1260 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -threads.o: threads.c
   1261 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -threads.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -threads.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -threads.o `test -f 'threads.c' || echo '$(srcdir)/'`threads.c
   1262 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -threads.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -threads.Po
   1263 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='threads.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -threads.o' libtool=no @AMDEPBACKSLASH@
   1264 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1265 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -threads.o `test -f 'threads.c' || echo '$(srcdir)/'`threads.c
   1266 
   1267 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -threads.obj: threads.c
   1268 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -threads.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -threads.Tpo -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -threads.obj `if test -f 'threads.c'; then $(CYGPATH_W) 'threads.c'; else $(CYGPATH_W) '$(srcdir)/threads.c'; fi`
   1269 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -threads.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -threads.Po
   1270 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='threads.c' object='callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -threads.obj' libtool=no @AMDEPBACKSLASH@
   1271 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1272 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS (a] -threads.obj `if test -f 'threads.c'; then $(CYGPATH_W) 'threads.c'; else $(CYGPATH_W) '$(srcdir)/threads.c'; fi`
   1273 
   1274 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bb.o: bb.c
   1275 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bb.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bb.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bb.o `test -f 'bb.c' || echo '$(srcdir)/'`bb.c
   1276 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bb.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bb.Po
   1277 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='bb.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bb.o' libtool=no @AMDEPBACKSLASH@
   1278 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1279 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bb.o `test -f 'bb.c' || echo '$(srcdir)/'`bb.c
   1280 
   1281 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bb.obj: bb.c
   1282 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bb.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bb.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bb.obj `if test -f 'bb.c'; then $(CYGPATH_W) 'bb.c'; else $(CYGPATH_W) '$(srcdir)/bb.c'; fi`
   1283 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bb.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bb.Po
   1284 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='bb.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bb.obj' libtool=no @AMDEPBACKSLASH@
   1285 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1286 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bb.obj `if test -f 'bb.c'; then $(CYGPATH_W) 'bb.c'; else $(CYGPATH_W) '$(srcdir)/bb.c'; fi`
   1287 
   1288 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bbcc.o: bbcc.c
   1289 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bbcc.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bbcc.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bbcc.o `test -f 'bbcc.c' || echo '$(srcdir)/'`bbcc.c
   1290 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bbcc.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bbcc.Po
   1291 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='bbcc.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bbcc.o' libtool=no @AMDEPBACKSLASH@
   1292 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1293 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bbcc.o `test -f 'bbcc.c' || echo '$(srcdir)/'`bbcc.c
   1294 
   1295 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bbcc.obj: bbcc.c
   1296 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bbcc.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bbcc.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bbcc.obj `if test -f 'bbcc.c'; then $(CYGPATH_W) 'bbcc.c'; else $(CYGPATH_W) '$(srcdir)/bbcc.c'; fi`
   1297 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bbcc.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bbcc.Po
   1298 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='bbcc.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bbcc.obj' libtool=no @AMDEPBACKSLASH@
   1299 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1300 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -bbcc.obj `if test -f 'bbcc.c'; then $(CYGPATH_W) 'bbcc.c'; else $(CYGPATH_W) '$(srcdir)/bbcc.c'; fi`
   1301 
   1302 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -callstack.o: callstack.c
   1303 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -callstack.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -callstack.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -callstack.o `test -f 'callstack.c' || echo '$(srcdir)/'`callstack.c
   1304 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -callstack.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -callstack.Po
   1305 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='callstack.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -callstack.o' libtool=no @AMDEPBACKSLASH@
   1306 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1307 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -callstack.o `test -f 'callstack.c' || echo '$(srcdir)/'`callstack.c
   1308 
   1309 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -callstack.obj: callstack.c
   1310 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -callstack.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -callstack.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -callstack.obj `if test -f 'callstack.c'; then $(CYGPATH_W) 'callstack.c'; else $(CYGPATH_W) '$(srcdir)/callstack.c'; fi`
   1311 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -callstack.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -callstack.Po
   1312 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='callstack.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -callstack.obj' libtool=no @AMDEPBACKSLASH@
   1313 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1314 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -callstack.obj `if test -f 'callstack.c'; then $(CYGPATH_W) 'callstack.c'; else $(CYGPATH_W) '$(srcdir)/callstack.c'; fi`
   1315 
   1316 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -clo.o: clo.c
   1317 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -clo.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -clo.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -clo.o `test -f 'clo.c' || echo '$(srcdir)/'`clo.c
   1318 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -clo.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -clo.Po
   1319 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clo.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -clo.o' libtool=no @AMDEPBACKSLASH@
   1320 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1321 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -clo.o `test -f 'clo.c' || echo '$(srcdir)/'`clo.c
   1322 
   1323 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -clo.obj: clo.c
   1324 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -clo.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -clo.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -clo.obj `if test -f 'clo.c'; then $(CYGPATH_W) 'clo.c'; else $(CYGPATH_W) '$(srcdir)/clo.c'; fi`
   1325 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -clo.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -clo.Po
   1326 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clo.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -clo.obj' libtool=no @AMDEPBACKSLASH@
   1327 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1328 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -clo.obj `if test -f 'clo.c'; then $(CYGPATH_W) 'clo.c'; else $(CYGPATH_W) '$(srcdir)/clo.c'; fi`
   1329 
   1330 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -context.o: context.c
   1331 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -context.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -context.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -context.o `test -f 'context.c' || echo '$(srcdir)/'`context.c
   1332 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -context.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -context.Po
   1333 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='context.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -context.o' libtool=no @AMDEPBACKSLASH@
   1334 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1335 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -context.o `test -f 'context.c' || echo '$(srcdir)/'`context.c
   1336 
   1337 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -context.obj: context.c
   1338 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -context.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -context.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -context.obj `if test -f 'context.c'; then $(CYGPATH_W) 'context.c'; else $(CYGPATH_W) '$(srcdir)/context.c'; fi`
   1339 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -context.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -context.Po
   1340 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='context.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -context.obj' libtool=no @AMDEPBACKSLASH@
   1341 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1342 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -context.obj `if test -f 'context.c'; then $(CYGPATH_W) 'context.c'; else $(CYGPATH_W) '$(srcdir)/context.c'; fi`
   1343 
   1344 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -costs.o: costs.c
   1345 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -costs.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -costs.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -costs.o `test -f 'costs.c' || echo '$(srcdir)/'`costs.c
   1346 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -costs.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -costs.Po
   1347 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='costs.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -costs.o' libtool=no @AMDEPBACKSLASH@
   1348 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1349 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -costs.o `test -f 'costs.c' || echo '$(srcdir)/'`costs.c
   1350 
   1351 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -costs.obj: costs.c
   1352 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -costs.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -costs.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -costs.obj `if test -f 'costs.c'; then $(CYGPATH_W) 'costs.c'; else $(CYGPATH_W) '$(srcdir)/costs.c'; fi`
   1353 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -costs.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -costs.Po
   1354 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='costs.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -costs.obj' libtool=no @AMDEPBACKSLASH@
   1355 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1356 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -costs.obj `if test -f 'costs.c'; then $(CYGPATH_W) 'costs.c'; else $(CYGPATH_W) '$(srcdir)/costs.c'; fi`
   1357 
   1358 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -debug.o: debug.c
   1359 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -debug.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -debug.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -debug.o `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
   1360 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -debug.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -debug.Po
   1361 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='debug.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -debug.o' libtool=no @AMDEPBACKSLASH@
   1362 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1363 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -debug.o `test -f 'debug.c' || echo '$(srcdir)/'`debug.c
   1364 
   1365 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -debug.obj: debug.c
   1366 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -debug.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -debug.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -debug.obj `if test -f 'debug.c'; then $(CYGPATH_W) 'debug.c'; else $(CYGPATH_W) '$(srcdir)/debug.c'; fi`
   1367 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -debug.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -debug.Po
   1368 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='debug.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -debug.obj' libtool=no @AMDEPBACKSLASH@
   1369 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1370 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -debug.obj `if test -f 'debug.c'; then $(CYGPATH_W) 'debug.c'; else $(CYGPATH_W) '$(srcdir)/debug.c'; fi`
   1371 
   1372 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -dump.o: dump.c
   1373 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -dump.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -dump.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -dump.o `test -f 'dump.c' || echo '$(srcdir)/'`dump.c
   1374 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -dump.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -dump.Po
   1375 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dump.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -dump.o' libtool=no @AMDEPBACKSLASH@
   1376 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1377 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -dump.o `test -f 'dump.c' || echo '$(srcdir)/'`dump.c
   1378 
   1379 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -dump.obj: dump.c
   1380 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -dump.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -dump.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -dump.obj `if test -f 'dump.c'; then $(CYGPATH_W) 'dump.c'; else $(CYGPATH_W) '$(srcdir)/dump.c'; fi`
   1381 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -dump.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -dump.Po
   1382 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dump.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -dump.obj' libtool=no @AMDEPBACKSLASH@
   1383 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1384 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -dump.obj `if test -f 'dump.c'; then $(CYGPATH_W) 'dump.c'; else $(CYGPATH_W) '$(srcdir)/dump.c'; fi`
   1385 
   1386 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -events.o: events.c
   1387 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -events.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -events.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -events.o `test -f 'events.c' || echo '$(srcdir)/'`events.c
   1388 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -events.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -events.Po
   1389 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='events.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -events.o' libtool=no @AMDEPBACKSLASH@
   1390 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1391 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -events.o `test -f 'events.c' || echo '$(srcdir)/'`events.c
   1392 
   1393 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -events.obj: events.c
   1394 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -events.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -events.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -events.obj `if test -f 'events.c'; then $(CYGPATH_W) 'events.c'; else $(CYGPATH_W) '$(srcdir)/events.c'; fi`
   1395 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -events.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -events.Po
   1396 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='events.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -events.obj' libtool=no @AMDEPBACKSLASH@
   1397 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1398 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -events.obj `if test -f 'events.c'; then $(CYGPATH_W) 'events.c'; else $(CYGPATH_W) '$(srcdir)/events.c'; fi`
   1399 
   1400 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -fn.o: fn.c
   1401 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -fn.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -fn.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -fn.o `test -f 'fn.c' || echo '$(srcdir)/'`fn.c
   1402 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -fn.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -fn.Po
   1403 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='fn.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -fn.o' libtool=no @AMDEPBACKSLASH@
   1404 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1405 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -fn.o `test -f 'fn.c' || echo '$(srcdir)/'`fn.c
   1406 
   1407 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -fn.obj: fn.c
   1408 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -fn.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -fn.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -fn.obj `if test -f 'fn.c'; then $(CYGPATH_W) 'fn.c'; else $(CYGPATH_W) '$(srcdir)/fn.c'; fi`
   1409 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -fn.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -fn.Po
   1410 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='fn.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -fn.obj' libtool=no @AMDEPBACKSLASH@
   1411 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1412 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -fn.obj `if test -f 'fn.c'; then $(CYGPATH_W) 'fn.c'; else $(CYGPATH_W) '$(srcdir)/fn.c'; fi`
   1413 
   1414 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -jumps.o: jumps.c
   1415 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -jumps.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -jumps.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -jumps.o `test -f 'jumps.c' || echo '$(srcdir)/'`jumps.c
   1416 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -jumps.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -jumps.Po
   1417 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='jumps.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -jumps.o' libtool=no @AMDEPBACKSLASH@
   1418 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1419 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -jumps.o `test -f 'jumps.c' || echo '$(srcdir)/'`jumps.c
   1420 
   1421 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -jumps.obj: jumps.c
   1422 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -jumps.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -jumps.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -jumps.obj `if test -f 'jumps.c'; then $(CYGPATH_W) 'jumps.c'; else $(CYGPATH_W) '$(srcdir)/jumps.c'; fi`
   1423 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -jumps.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -jumps.Po
   1424 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='jumps.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -jumps.obj' libtool=no @AMDEPBACKSLASH@
   1425 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1426 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -jumps.obj `if test -f 'jumps.c'; then $(CYGPATH_W) 'jumps.c'; else $(CYGPATH_W) '$(srcdir)/jumps.c'; fi`
   1427 
   1428 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -main.o: main.c
   1429 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -main.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -main.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
   1430 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -main.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -main.Po
   1431 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='main.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -main.o' libtool=no @AMDEPBACKSLASH@
   1432 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1433 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c
   1434 
   1435 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -main.obj: main.c
   1436 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -main.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -main.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
   1437 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -main.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -main.Po
   1438 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='main.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -main.obj' libtool=no @AMDEPBACKSLASH@
   1439 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1440 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`
   1441 
   1442 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -sim.o: sim.c
   1443 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -sim.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -sim.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -sim.o `test -f 'sim.c' || echo '$(srcdir)/'`sim.c
   1444 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -sim.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -sim.Po
   1445 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sim.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -sim.o' libtool=no @AMDEPBACKSLASH@
   1446 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1447 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -sim.o `test -f 'sim.c' || echo '$(srcdir)/'`sim.c
   1448 
   1449 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -sim.obj: sim.c
   1450 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -sim.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -sim.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -sim.obj `if test -f 'sim.c'; then $(CYGPATH_W) 'sim.c'; else $(CYGPATH_W) '$(srcdir)/sim.c'; fi`
   1451 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -sim.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -sim.Po
   1452 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sim.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -sim.obj' libtool=no @AMDEPBACKSLASH@
   1453 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1454 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -sim.obj `if test -f 'sim.c'; then $(CYGPATH_W) 'sim.c'; else $(CYGPATH_W) '$(srcdir)/sim.c'; fi`
   1455 
   1456 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -threads.o: threads.c
   1457 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -threads.o -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -threads.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -threads.o `test -f 'threads.c' || echo '$(srcdir)/'`threads.c
   1458 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -threads.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -threads.Po
   1459 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='threads.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -threads.o' libtool=no @AMDEPBACKSLASH@
   1460 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1461 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -threads.o `test -f 'threads.c' || echo '$(srcdir)/'`threads.c
   1462 
   1463 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -threads.obj: threads.c
   1464 @am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -MT callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -threads.obj -MD -MP -MF $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -threads.Tpo -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -threads.obj `if test -f 'threads.c'; then $(CYGPATH_W) 'threads.c'; else $(CYGPATH_W) '$(srcdir)/threads.c'; fi`
   1465 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -threads.Tpo $(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -threads.Po
   1466 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='threads.c' object='callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -threads.obj' libtool=no @AMDEPBACKSLASH@
   1467 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
   1468 @am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CPPFLAGS) $(CPPFLAGS) $(callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_CFLAGS) $(CFLAGS) -c -o callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS (a] -threads.obj `if test -f 'threads.c'; then $(CYGPATH_W) 'threads.c'; else $(CYGPATH_W) '$(srcdir)/threads.c'; fi`
   1469 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
   1470 	@$(NORMAL_INSTALL)
   1471 	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
   1472 	if test -n "$$list"; then \
   1473 	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
   1474 	  $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
   1475 	fi; \
   1476 	for p in $$list; do \
   1477 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
   1478 	  echo "$$d$$p"; \
   1479 	done | $(am__base_list) | \
   1480 	while read files; do \
   1481 	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
   1482 	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
   1483 	done
   1484 
   1485 uninstall-pkgincludeHEADERS:
   1486 	@$(NORMAL_UNINSTALL)
   1487 	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
   1488 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
   1489 	dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
   1490 
   1491 # This directory's subdirectories are mostly independent; you can cd
   1492 # into them and run 'make' without going through this Makefile.
   1493 # To change the values of 'make' variables: instead of editing Makefiles,
   1494 # (1) if the variable is set in 'config.status', edit 'config.status'
   1495 #     (which will cause the Makefiles to be regenerated when you run 'make');
   1496 # (2) otherwise, pass the desired values on the 'make' command line.
   1497 $(am__recursive_targets):
   1498 	@fail=; \
   1499 	if $(am__make_keepgoing); then \
   1500 	  failcom='fail=yes'; \
   1501 	else \
   1502 	  failcom='exit 1'; \
   1503 	fi; \
   1504 	dot_seen=no; \
   1505 	target=`echo $@ | sed s/-recursive//`; \
   1506 	case "$@" in \
   1507 	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
   1508 	  *) list='$(SUBDIRS)' ;; \
   1509 	esac; \
   1510 	for subdir in $$list; do \
   1511 	  echo "Making $$target in $$subdir"; \
   1512 	  if test "$$subdir" = "."; then \
   1513 	    dot_seen=yes; \
   1514 	    local_target="$$target-am"; \
   1515 	  else \
   1516 	    local_target="$$target"; \
   1517 	  fi; \
   1518 	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
   1519 	  || eval $$failcom; \
   1520 	done; \
   1521 	if test "$$dot_seen" = "no"; then \
   1522 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
   1523 	fi; test -z "$$fail"
   1524 
   1525 ID: $(am__tagged_files)
   1526 	$(am__define_uniq_tagged_files); mkid -fID $$unique
   1527 tags: tags-recursive
   1528 TAGS: tags
   1529 
   1530 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   1531 	set x; \
   1532 	here=`pwd`; \
   1533 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
   1534 	  include_option=--etags-include; \
   1535 	  empty_fix=.; \
   1536 	else \
   1537 	  include_option=--include; \
   1538 	  empty_fix=; \
   1539 	fi; \
   1540 	list='$(SUBDIRS)'; for subdir in $$list; do \
   1541 	  if test "$$subdir" = .; then :; else \
   1542 	    test ! -f $$subdir/TAGS || \
   1543 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
   1544 	  fi; \
   1545 	done; \
   1546 	$(am__define_uniq_tagged_files); \
   1547 	shift; \
   1548 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
   1549 	  test -n "$$unique" || unique=$$empty_fix; \
   1550 	  if test $$# -gt 0; then \
   1551 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   1552 	      "$$@" $$unique; \
   1553 	  else \
   1554 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
   1555 	      $$unique; \
   1556 	  fi; \
   1557 	fi
   1558 ctags: ctags-recursive
   1559 
   1560 CTAGS: ctags
   1561 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
   1562 	$(am__define_uniq_tagged_files); \
   1563 	test -z "$(CTAGS_ARGS)$$unique" \
   1564 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
   1565 	     $$unique
   1566 
   1567 GTAGS:
   1568 	here=`$(am__cd) $(top_builddir) && pwd` \
   1569 	  && $(am__cd) $(top_srcdir) \
   1570 	  && gtags -i $(GTAGS_ARGS) "$$here"
   1571 cscopelist: cscopelist-recursive
   1572 
   1573 cscopelist-am: $(am__tagged_files)
   1574 	list='$(am__tagged_files)'; \
   1575 	case "$(srcdir)" in \
   1576 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
   1577 	  *) sdir=$(subdir)/$(srcdir) ;; \
   1578 	esac; \
   1579 	for i in $$list; do \
   1580 	  if test -f "$$i"; then \
   1581 	    echo "$(subdir)/$$i"; \
   1582 	  else \
   1583 	    echo "$$sdir/$$i"; \
   1584 	  fi; \
   1585 	done >> $(top_builddir)/cscope.files
   1586 
   1587 distclean-tags:
   1588 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
   1589 
   1590 distdir: $(DISTFILES)
   1591 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   1592 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
   1593 	list='$(DISTFILES)'; \
   1594 	  dist_files=`for file in $$list; do echo $$file; done | \
   1595 	  sed -e "s|^$$srcdirstrip/||;t" \
   1596 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
   1597 	case $$dist_files in \
   1598 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
   1599 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
   1600 			   sort -u` ;; \
   1601 	esac; \
   1602 	for file in $$dist_files; do \
   1603 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
   1604 	  if test -d $$d/$$file; then \
   1605 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
   1606 	    if test -d "$(distdir)/$$file"; then \
   1607 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   1608 	    fi; \
   1609 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
   1610 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
   1611 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
   1612 	    fi; \
   1613 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
   1614 	  else \
   1615 	    test -f "$(distdir)/$$file" \
   1616 	    || cp -p $$d/$$file "$(distdir)/$$file" \
   1617 	    || exit 1; \
   1618 	  fi; \
   1619 	done
   1620 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
   1621 	  if test "$$subdir" = .; then :; else \
   1622 	    $(am__make_dryrun) \
   1623 	      || test -d "$(distdir)/$$subdir" \
   1624 	      || $(MKDIR_P) "$(distdir)/$$subdir" \
   1625 	      || exit 1; \
   1626 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
   1627 	    $(am__relativize); \
   1628 	    new_distdir=$$reldir; \
   1629 	    dir1=$$subdir; dir2="$(top_distdir)"; \
   1630 	    $(am__relativize); \
   1631 	    new_top_distdir=$$reldir; \
   1632 	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
   1633 	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
   1634 	    ($(am__cd) $$subdir && \
   1635 	      $(MAKE) $(AM_MAKEFLAGS) \
   1636 	        top_distdir="$$new_top_distdir" \
   1637 	        distdir="$$new_distdir" \
   1638 		am__remove_distdir=: \
   1639 		am__skip_length_check=: \
   1640 		am__skip_mode_fix=: \
   1641 	        distdir) \
   1642 	      || exit 1; \
   1643 	  fi; \
   1644 	done
   1645 check-am: all-am
   1646 check: check-recursive
   1647 all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(HEADERS) all-local
   1648 installdirs: installdirs-recursive
   1649 installdirs-am:
   1650 	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgincludedir)"; do \
   1651 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
   1652 	done
   1653 install: install-recursive
   1654 install-exec: install-exec-recursive
   1655 install-data: install-data-recursive
   1656 uninstall: uninstall-recursive
   1657 
   1658 install-am: all-am
   1659 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
   1660 
   1661 installcheck: installcheck-recursive
   1662 install-strip:
   1663 	if test -z '$(STRIP)'; then \
   1664 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   1665 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   1666 	      install; \
   1667 	else \
   1668 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
   1669 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
   1670 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
   1671 	fi
   1672 mostlyclean-generic:
   1673 
   1674 clean-generic:
   1675 
   1676 distclean-generic:
   1677 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
   1678 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
   1679 
   1680 maintainer-clean-generic:
   1681 	@echo "This command is intended for maintainers to use"
   1682 	@echo "it deletes files that may require special tools to rebuild."
   1683 clean: clean-recursive
   1684 
   1685 clean-am: clean-generic clean-local clean-noinstPROGRAMS \
   1686 	mostlyclean-am
   1687 
   1688 distclean: distclean-recursive
   1689 	-rm -rf ./$(DEPDIR)
   1690 	-rm -f Makefile
   1691 distclean-am: clean-am distclean-compile distclean-generic \
   1692 	distclean-tags
   1693 
   1694 dvi: dvi-recursive
   1695 
   1696 dvi-am:
   1697 
   1698 html: html-recursive
   1699 
   1700 html-am:
   1701 
   1702 info: info-recursive
   1703 
   1704 info-am:
   1705 
   1706 install-data-am: install-pkgincludeHEADERS
   1707 
   1708 install-dvi: install-dvi-recursive
   1709 
   1710 install-dvi-am:
   1711 
   1712 install-exec-am: install-binSCRIPTS install-exec-local
   1713 
   1714 install-html: install-html-recursive
   1715 
   1716 install-html-am:
   1717 
   1718 install-info: install-info-recursive
   1719 
   1720 install-info-am:
   1721 
   1722 install-man:
   1723 
   1724 install-pdf: install-pdf-recursive
   1725 
   1726 install-pdf-am:
   1727 
   1728 install-ps: install-ps-recursive
   1729 
   1730 install-ps-am:
   1731 
   1732 installcheck-am:
   1733 
   1734 maintainer-clean: maintainer-clean-recursive
   1735 	-rm -rf ./$(DEPDIR)
   1736 	-rm -f Makefile
   1737 maintainer-clean-am: distclean-am maintainer-clean-generic
   1738 
   1739 mostlyclean: mostlyclean-recursive
   1740 
   1741 mostlyclean-am: mostlyclean-compile mostlyclean-generic
   1742 
   1743 pdf: pdf-recursive
   1744 
   1745 pdf-am:
   1746 
   1747 ps: ps-recursive
   1748 
   1749 ps-am:
   1750 
   1751 uninstall-am: uninstall-binSCRIPTS uninstall-local \
   1752 	uninstall-pkgincludeHEADERS
   1753 
   1754 .MAKE: $(am__recursive_targets) install-am install-strip
   1755 
   1756 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
   1757 	check check-am clean clean-generic clean-local \
   1758 	clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
   1759 	distclean-compile distclean-generic distclean-tags distdir dvi \
   1760 	dvi-am html html-am info info-am install install-am \
   1761 	install-binSCRIPTS install-data install-data-am install-dvi \
   1762 	install-dvi-am install-exec install-exec-am install-exec-local \
   1763 	install-html install-html-am install-info install-info-am \
   1764 	install-man install-pdf install-pdf-am \
   1765 	install-pkgincludeHEADERS install-ps install-ps-am \
   1766 	install-strip installcheck installcheck-am installdirs \
   1767 	installdirs-am maintainer-clean maintainer-clean-generic \
   1768 	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
   1769 	ps ps-am tags tags-am uninstall uninstall-am \
   1770 	uninstall-binSCRIPTS uninstall-local \
   1771 	uninstall-pkgincludeHEADERS
   1772 
   1773 .PRECIOUS: Makefile
   1774 
   1775 
   1776 # This used to be required when Vex had a handwritten Makefile.  It
   1777 # shouldn't be needed any more, though.
   1778 
   1779 #----------------------------------------------------------------------------
   1780 # noinst_PROGRAMS and noinst_DSYMS targets
   1781 #----------------------------------------------------------------------------
   1782 
   1783 # On Darwin, for a program 'p', the DWARF debug info is stored in the
   1784 # directory 'p.dSYM'.  This must be generated after the executable is
   1785 # created, with 'dsymutil p'.  We could redefine LINK with a script that
   1786 # executes 'dsymutil' after linking, but that's a pain.  Instead we use this
   1787 # hook so that every time "make check" is run, we subsequently invoke
   1788 # 'dsymutil' on all the executables that lack a .dSYM directory, or that are
   1789 # newer than their corresponding .dSYM directory.
   1790 build-noinst_DSYMS: $(noinst_DSYMS)
   1791 	for f in $(noinst_DSYMS); do \
   1792 	  if [ ! -e $$f.dSYM  -o  $$f -nt $$f.dSYM ] ; then \
   1793 	      echo "dsymutil $$f"; \
   1794 	      dsymutil $$f; \
   1795 	  fi; \
   1796 	done
   1797 
   1798 # This is used by coregrind/Makefile.am and Makefile.tool.am for doing
   1799 # "in-place" installs.  It copies $(noinst_PROGRAMS) into $inplacedir.
   1800 # It needs to be depended on by an 'all-local' rule.
   1801 inplace-noinst_PROGRAMS: $(noinst_PROGRAMS)
   1802 	mkdir -p $(inplacedir); \
   1803 	for f in $(noinst_PROGRAMS) ; do \
   1804 	  rm -f $(inplacedir)/$$f; \
   1805 	  ln -f -s ../$(subdir)/$$f $(inplacedir); \
   1806 	done
   1807 
   1808 # Similar to inplace-noinst_PROGRAMS
   1809 inplace-noinst_DSYMS: build-noinst_DSYMS
   1810 	mkdir -p $(inplacedir); \
   1811 	for f in $(noinst_DSYMS); do \
   1812 	  rm -f $(inplacedir)/$$f.dSYM; \
   1813 	  ln -f -s ../$(subdir)/$$f.dSYM $(inplacedir); \
   1814 	done
   1815 
   1816 # This is used by coregrind/Makefile.am and by <tool>/Makefile.am for doing
   1817 # "make install".  It copies $(noinst_PROGRAMS) into $prefix/lib/valgrind/.
   1818 # It needs to be depended on by an 'install-exec-local' rule.
   1819 install-noinst_PROGRAMS: $(noinst_PROGRAMS)
   1820 	$(mkinstalldirs) $(DESTDIR)$(pkglibdir); \
   1821 	for f in $(noinst_PROGRAMS); do \
   1822 	  $(INSTALL_PROGRAM) $$f $(DESTDIR)$(pkglibdir); \
   1823 	done
   1824 
   1825 # This is used by coregrind/Makefile.am and by <tool>/Makefile.am for doing
   1826 # "make uninstall".  It removes $(noinst_PROGRAMS) from $prefix/lib/valgrind/.
   1827 # It needs to be depended on by an 'uninstall-local' rule.
   1828 uninstall-noinst_PROGRAMS:
   1829 	for f in $(noinst_PROGRAMS); do \
   1830 	  rm -f $(DESTDIR)$(pkglibdir)/$$f; \
   1831 	done
   1832 
   1833 # Similar to install-noinst_PROGRAMS.
   1834 # Nb: we don't use $(INSTALL_PROGRAM) here because it doesn't work with
   1835 # directories.  XXX: not sure whether the resulting permissions will be
   1836 # correct when using 'cp -R'...
   1837 install-noinst_DSYMS: build-noinst_DSYMS
   1838 	$(mkinstalldirs) $(DESTDIR)$(pkglibdir); \
   1839 	for f in $(noinst_DSYMS); do \
   1840 	  cp -R $$f.dSYM $(DESTDIR)$(pkglibdir); \
   1841 	done
   1842 
   1843 # Similar to uninstall-noinst_PROGRAMS.
   1844 uninstall-noinst_DSYMS:
   1845 	for f in $(noinst_DSYMS); do \
   1846 	  rm -f $(DESTDIR)$(pkglibdir)/$$f.dSYM; \
   1847 	done
   1848 
   1849 # This needs to be depended on by a 'clean-local' rule.
   1850 clean-noinst_DSYMS:
   1851 	for f in $(noinst_DSYMS); do \
   1852 	  rm -rf $$f.dSYM; \
   1853 	done
   1854 
   1855 #----------------------------------------------------------------------------
   1856 # General stuff
   1857 #----------------------------------------------------------------------------
   1858 
   1859 all-local: inplace-noinst_PROGRAMS inplace-noinst_DSYMS
   1860 
   1861 clean-local: clean-noinst_DSYMS
   1862 
   1863 install-exec-local: install-noinst_PROGRAMS install-noinst_DSYMS
   1864 
   1865 uninstall-local: uninstall-noinst_PROGRAMS uninstall-noinst_DSYMS
   1866 
   1867 # Tell versions [3.59,3.63) of GNU make to not export all variables.
   1868 # Otherwise a system limit (for SysV at least) may be exceeded.
   1869 .NOEXPORT:
   1870