Merge lp:~barry/ubuntu/maverick/valgrind/bug-602132 into lp:ubuntu/maverick/valgrind

Proposed by Barry Warsaw
Status: Merged
Merge reported by: Sebastien Bacher
Merged at revision: not available
Proposed branch: lp:~barry/ubuntu/maverick/valgrind/bug-602132
Merge into: lp:ubuntu/maverick/valgrind
Diff against target: 589675 lines (+383654/-117798)
774 files modified
.bzrignore (+1/-0)
FAQ.txt (+0/-445)
Makefile.all.am (+5/-3)
Makefile.am (+2/-1)
Makefile.in (+0/-1106)
Makefile.tool.am (+26/-117)
Makefile.vex.am (+2/-0)
Makefile.vex.in (+0/-1751)
NEWS (+31/-0)
README_MISSING_SYSCALL_OR_IOCTL (+1/-1)
VEX/HACKING.README (+3/-15)
VEX/LICENSE.README (+19/-34)
VEX/Makefile-gcc (+313/-0)
VEX/Makefile-icc (+239/-0)
VEX/TODO.txt (+55/-0)
VEX/auxprogs/genoffsets.c (+25/-32)
VEX/nanoarm.orig (+19/-0)
VEX/orig_amd64/Compare.hs (+63/-0)
VEX/orig_amd64/SortedToOrig.hs (+29/-0)
VEX/orig_amd64/test1.orig (+5281/-0)
VEX/orig_amd64/test1.sorted (+1318/-0)
VEX/orig_amd64/test2.orig (+23917/-0)
VEX/orig_amd64/test2.sorted (+5978/-0)
VEX/orig_arm/nanoarm (+7/-0)
VEX/orig_arm/nanoarm.orig (+19/-0)
VEX/orig_ppc32/date.orig (+138635/-0)
VEX/orig_ppc32/loadsafp.orig (+22354/-0)
VEX/orig_ppc32/morefp.orig (+6944/-0)
VEX/orig_ppc32/return0.orig (+60452/-0)
VEX/orig_x86/exit42.orig (+12580/-0)
VEX/orig_x86/fpu_mmx_sse.orig (+35448/-0)
VEX/orig_x86/manyfp.orig (+9635/-0)
VEX/priv/guest_amd64_defs.h (+24/-32)
VEX/priv/guest_amd64_helpers.c (+52/-37)
VEX/priv/guest_amd64_toIR.c (+1462/-47)
VEX/priv/guest_arm_defs.h (+21/-33)
VEX/priv/guest_arm_helpers.c (+21/-32)
VEX/priv/guest_arm_toIR.c (+91/-51)
VEX/priv/guest_generic_bb_to_IR.c (+446/-173)
VEX/priv/guest_generic_bb_to_IR.h (+21/-32)
VEX/priv/guest_generic_x87.c (+21/-32)
VEX/priv/guest_generic_x87.h (+21/-32)
VEX/priv/guest_ppc_defs.h (+21/-32)
VEX/priv/guest_ppc_helpers.c (+21/-32)
VEX/priv/guest_ppc_toIR.c (+21/-32)
VEX/priv/guest_x86_defs.h (+24/-32)
VEX/priv/guest_x86_helpers.c (+45/-32)
VEX/priv/guest_x86_toIR.c (+100/-46)
VEX/priv/host_amd64_defs.c (+31/-38)
VEX/priv/host_amd64_defs.h (+26/-36)
VEX/priv/host_amd64_isel.c (+222/-73)
VEX/priv/host_arm_defs.c (+41/-32)
VEX/priv/host_arm_defs.h (+36/-33)
VEX/priv/host_arm_isel.c (+32/-32)
VEX/priv/host_generic_reg_alloc2.c (+21/-32)
VEX/priv/host_generic_regs.c (+21/-32)
VEX/priv/host_generic_regs.h (+21/-32)
VEX/priv/host_generic_simd128.c (+220/-0)
VEX/priv/host_generic_simd128.h (+79/-0)
VEX/priv/host_generic_simd64.c (+21/-32)
VEX/priv/host_generic_simd64.h (+21/-32)
VEX/priv/host_ppc_defs.c (+21/-32)
VEX/priv/host_ppc_defs.h (+21/-32)
VEX/priv/host_ppc_isel.c (+21/-32)
VEX/priv/host_x86_defs.c (+21/-32)
VEX/priv/host_x86_defs.h (+21/-32)
VEX/priv/host_x86_isel.c (+21/-32)
VEX/priv/ir_defs.c (+27/-33)
VEX/priv/ir_match.c (+21/-32)
VEX/priv/ir_match.h (+21/-32)
VEX/priv/ir_opt.c (+21/-32)
VEX/priv/ir_opt.h (+21/-32)
VEX/priv/main_globals.c (+21/-32)
VEX/priv/main_globals.h (+21/-32)
VEX/priv/main_main.c (+24/-32)
VEX/priv/main_util.c (+21/-32)
VEX/priv/main_util.h (+21/-32)
VEX/pub/libvex.h (+21/-32)
VEX/pub/libvex_basictypes.h (+21/-32)
VEX/pub/libvex_emwarn.h (+21/-32)
VEX/pub/libvex_guest_amd64.h (+21/-32)
VEX/pub/libvex_guest_arm.h (+21/-32)
VEX/pub/libvex_guest_offsets.h (+0/-68)
VEX/pub/libvex_guest_ppc32.h (+21/-32)
VEX/pub/libvex_guest_ppc64.h (+21/-32)
VEX/pub/libvex_guest_x86.h (+21/-32)
VEX/pub/libvex_ir.h (+25/-34)
VEX/pub/libvex_trc_values.h (+21/-32)
VEX/switchback/Makefile (+10/-0)
VEX/switchback/binary_switchback.pl (+431/-0)
VEX/switchback/linker.c (+1483/-0)
VEX/switchback/linker.h (+5/-0)
VEX/switchback/switchback.c (+1169/-0)
VEX/switchback/test_bzip2.c (+6117/-0)
VEX/switchback/test_emfloat.c (+1944/-0)
VEX/switchback/test_hello.c (+20/-0)
VEX/switchback/test_ppc_jm1.c (+4613/-0)
VEX/switchback/test_simple.c (+12/-0)
VEX/test/fldenv.c (+32/-0)
VEX/test/fp1.c (+17/-0)
VEX/test/fp1.s (+52/-0)
VEX/test/fpconst.c (+77/-0)
VEX/test/fpgames.s (+103/-0)
VEX/test/fpspeed.c (+29/-0)
VEX/test/fpucw.c (+43/-0)
VEX/test/frstor.c (+82/-0)
VEX/test/fsave.c (+68/-0)
VEX/test/fstenv.c (+22/-0)
VEX/test/fxsave.c (+136/-0)
VEX/test/mmxtest.c (+605/-0)
VEX/test/mxcsr.c (+45/-0)
VEX/test/rounderr.c (+97/-0)
VEX/test/test-amd64-muldiv.h (+74/-0)
VEX/test/test-amd64-shift.h (+178/-0)
VEX/test/test-amd64.c (+1709/-0)
VEX/test/test-amd64.h (+227/-0)
VEX/test/test-i386-muldiv.h (+56/-0)
VEX/test/test-i386-shift.h (+161/-0)
VEX/test/test-i386.c (+1668/-0)
VEX/test/test-i386.h (+210/-0)
VEX/test/x87fxam.c (+44/-0)
VEX/test/x87tst.c (+27/-0)
VEX/test_main.c (+2693/-0)
VEX/test_main.h (+35/-0)
VEX/test_main.h.base (+35/-0)
VEX/unused/arena.h (+47/-0)
VEX/unused/dispatch.c (+97/-0)
VEX/unused/linker.c (+1422/-0)
VEX/useful/fp_80_64.c (+636/-0)
VEX/useful/fpround.c (+13/-0)
VEX/useful/fspill.c (+19/-0)
VEX/useful/gradual_underflow.c (+15/-0)
VEX/useful/hd_fpu.c (+1707/-0)
VEX/useful/show_fp_state.c (+184/-0)
VEX/useful/smchash.c (+324/-0)
VEX/useful/x87_to_vex_and_back.c (+291/-0)
aclocal.m4 (+0/-1218)
autogen.sh (+17/-0)
auxprogs/Makefile.am (+3/-1)
auxprogs/Makefile.in (+0/-737)
auxprogs/change-copyright-year (+25/-0)
auxprogs/dump_insn_ppc.sh (+4/-0)
auxprogs/gsl19test (+1/-1)
auxprogs/valgrind-listener.c (+11/-7)
cachegrind/Makefile.am (+17/-1)
cachegrind/Makefile.in (+0/-1416)
cachegrind/cg-arm.c (+1/-1)
cachegrind/cg-ppc32.c (+1/-1)
cachegrind/cg-ppc64.c (+1/-1)
cachegrind/cg-x86-amd64.c (+1/-1)
cachegrind/cg_annotate.in (+55/-49)
cachegrind/cg_arch.h (+1/-1)
cachegrind/cg_branchpred.c (+1/-1)
cachegrind/cg_diff.in (+328/-0)
cachegrind/cg_main.c (+49/-45)
cachegrind/cg_merge.c (+1/-1)
cachegrind/cg_sim.c (+1/-1)
cachegrind/docs/cg-manual.xml (+132/-8)
cachegrind/tests/Makefile.in (+0/-888)
cachegrind/tests/x86/Makefile.in (+0/-690)
cachegrind/tests/x86/insn_sse2.stdout.exp (+302/-0)
callgrind/Makefile.am (+13/-0)
callgrind/Makefile.in (+0/-1839)
callgrind/bb.c (+1/-1)
callgrind/bbcc.c (+8/-6)
callgrind/callgrind.h (+1/-1)
callgrind/callstack.c (+1/-1)
callgrind/clo.c (+13/-2)
callgrind/command.c (+1/-1)
callgrind/context.c (+1/-1)
callgrind/costs.c (+1/-1)
callgrind/debug.c (+62/-49)
callgrind/docs/cl-manual.xml (+83/-24)
callgrind/dump.c (+1/-1)
callgrind/events.c (+422/-438)
callgrind/events.h (+86/-66)
callgrind/fn.c (+1/-1)
callgrind/global.h (+27/-15)
callgrind/jumps.c (+1/-1)
callgrind/main.c (+398/-41)
callgrind/sim.c (+251/-446)
callgrind/tests/Makefile.am (+2/-1)
callgrind/tests/Makefile.in (+0/-861)
callgrind/tests/filter_stderr (+3/-0)
callgrind/tests/simwork-both.stderr.exp (+24/-0)
callgrind/tests/simwork-both.stdout.exp (+1/-0)
callgrind/tests/simwork-both.vgtest (+3/-0)
callgrind/tests/simwork-branch.stderr.exp (+10/-0)
callgrind/tests/simwork-branch.stdout.exp (+1/-0)
callgrind/tests/simwork-branch.vgtest (+3/-0)
callgrind/tests/simwork-cache.stderr.exp (+20/-0)
callgrind/tests/simwork-cache.stdout.exp (+1/-0)
callgrind/tests/simwork-cache.vgtest (+3/-0)
callgrind/tests/threads-use.stderr.exp (+20/-0)
callgrind/tests/threads-use.vgtest (+3/-0)
callgrind/tests/threads.stderr.exp (+1/-1)
callgrind/tests/threads.vgtest (+1/-1)
callgrind/threads.c (+1/-1)
compile (+0/-143)
config.guess (+0/-1533)
config.h.in (+0/-306)
config.sub (+0/-1693)
configure (+0/-10564)
configure.in (+162/-175)
coregrind/Makefile.am (+11/-5)
coregrind/Makefile.in (+0/-5415)
coregrind/launcher-aix5-bootblock.h (+1/-1)
coregrind/launcher-aix5.c (+1/-1)
coregrind/launcher-linux.c (+11/-7)
coregrind/link_tool_exe_aix5.in (+6/-0)
coregrind/link_tool_exe_darwin.in (+173/-0)
coregrind/link_tool_exe_linux.in (+88/-0)
coregrind/m_aspacehl.c (+1/-1)
coregrind/m_aspacemgr/aspacemgr-aix5.c (+1/-1)
coregrind/m_aspacemgr/aspacemgr-common.c (+1/-1)
coregrind/m_aspacemgr/aspacemgr-linux.c (+3/-3)
coregrind/m_aspacemgr/priv_aspacemgr.h (+1/-1)
coregrind/m_clientstate.c (+2/-2)
coregrind/m_commandline.c (+1/-1)
coregrind/m_coredump/coredump-elf.c (+1/-1)
coregrind/m_coredump/coredump-xcoff.c (+1/-1)
coregrind/m_cpuid.S (+1/-1)
coregrind/m_debugger.c (+1/-1)
coregrind/m_debuginfo/d3basics.c (+16/-1)
coregrind/m_debuginfo/debuginfo.c (+13/-8)
coregrind/m_debuginfo/misc.c (+1/-1)
coregrind/m_debuginfo/priv_d3basics.h (+20/-2)
coregrind/m_debuginfo/priv_misc.h (+1/-1)
coregrind/m_debuginfo/priv_readdwarf.h (+1/-1)
coregrind/m_debuginfo/priv_readdwarf3.h (+1/-1)
coregrind/m_debuginfo/priv_readelf.h (+1/-1)
coregrind/m_debuginfo/priv_readstabs.h (+1/-1)
coregrind/m_debuginfo/priv_readxcoff.h (+1/-1)
coregrind/m_debuginfo/priv_storage.h (+1/-1)
coregrind/m_debuginfo/priv_tytypes.h (+1/-1)
coregrind/m_debuginfo/readdwarf.c (+65/-15)
coregrind/m_debuginfo/readdwarf3.c (+103/-10)
coregrind/m_debuginfo/readelf.c (+6/-3)
coregrind/m_debuginfo/readmacho.c (+1/-1)
coregrind/m_debuginfo/readstabs.c (+1/-1)
coregrind/m_debuginfo/readxcoff.c (+1/-1)
coregrind/m_debuginfo/storage.c (+1/-1)
coregrind/m_debuginfo/tytypes.c (+1/-1)
coregrind/m_debuglog.c (+1/-1)
coregrind/m_demangle/demangle.c (+1/-1)
coregrind/m_demangle/vg_libciface.h (+1/-1)
coregrind/m_dispatch/dispatch-amd64-linux.S (+1/-1)
coregrind/m_dispatch/dispatch-arm-linux.S (+1/-1)
coregrind/m_dispatch/dispatch-ppc32-aix5.S (+1/-1)
coregrind/m_dispatch/dispatch-ppc32-linux.S (+12/-1)
coregrind/m_dispatch/dispatch-ppc64-aix5.S (+1/-1)
coregrind/m_dispatch/dispatch-ppc64-linux.S (+1/-1)
coregrind/m_dispatch/dispatch-x86-linux.S (+1/-1)
coregrind/m_errormgr.c (+1/-1)
coregrind/m_execontext.c (+1/-1)
coregrind/m_hashtable.c (+1/-1)
coregrind/m_initimg/initimg-aix5.c (+1/-1)
coregrind/m_initimg/initimg-linux.c (+15/-3)
coregrind/m_initimg/initimg-pathscan.c (+1/-1)
coregrind/m_initimg/priv_initimg_pathscan.h (+1/-1)
coregrind/m_libcassert.c (+1/-1)
coregrind/m_libcbase.c (+1/-1)
coregrind/m_libcfile.c (+1/-1)
coregrind/m_libcprint.c (+85/-46)
coregrind/m_libcproc.c (+15/-2)
coregrind/m_libcsignal.c (+1/-1)
coregrind/m_machine.c (+1/-1)
coregrind/m_main.c (+490/-147)
coregrind/m_mallocfree.c (+1/-1)
coregrind/m_options.c (+22/-54)
coregrind/m_oset.c (+1/-1)
coregrind/m_redir.c (+173/-43)
coregrind/m_replacemalloc/replacemalloc_core.c (+4/-7)
coregrind/m_replacemalloc/vg_replace_malloc.c (+1/-1)
coregrind/m_scheduler/priv_sema.h (+1/-1)
coregrind/m_scheduler/scheduler.c (+2/-2)
coregrind/m_scheduler/sema.c (+1/-1)
coregrind/m_seqmatch.c (+1/-1)
coregrind/m_sigframe/sigframe-amd64-darwin.c (+169/-3)
coregrind/m_sigframe/sigframe-amd64-linux.c (+1/-1)
coregrind/m_sigframe/sigframe-arm-linux.c (+3/-3)
coregrind/m_sigframe/sigframe-ppc32-aix5.c (+1/-1)
coregrind/m_sigframe/sigframe-ppc32-linux.c (+2/-2)
coregrind/m_sigframe/sigframe-ppc64-aix5.c (+1/-1)
coregrind/m_sigframe/sigframe-ppc64-linux.c (+2/-2)
coregrind/m_sigframe/sigframe-x86-darwin.c (+6/-4)
coregrind/m_sigframe/sigframe-x86-linux.c (+1/-1)
coregrind/m_signals.c (+10/-15)
coregrind/m_sparsewa.c (+1/-1)
coregrind/m_stacks.c (+1/-1)
coregrind/m_stacktrace.c (+1/-1)
coregrind/m_start-amd64-darwin.S (+0/-88)
coregrind/m_start-x86-darwin.S (+0/-88)
coregrind/m_syscall.c (+1/-1)
coregrind/m_syswrap/priv_syswrap-aix5.h (+1/-1)
coregrind/m_syswrap/priv_syswrap-darwin.h (+8/-2)
coregrind/m_syswrap/priv_syswrap-generic.h (+18/-18)
coregrind/m_syswrap/priv_syswrap-linux-variants.h (+1/-1)
coregrind/m_syswrap/priv_syswrap-linux.h (+3/-1)
coregrind/m_syswrap/priv_syswrap-main.h (+1/-1)
coregrind/m_syswrap/priv_types_n_macros.h (+1/-1)
coregrind/m_syswrap/syscall-amd64-linux.S (+1/-1)
coregrind/m_syswrap/syscall-arm-linux.S (+1/-1)
coregrind/m_syswrap/syscall-ppc32-aix5.S (+1/-1)
coregrind/m_syswrap/syscall-ppc32-linux.S (+1/-1)
coregrind/m_syswrap/syscall-ppc64-aix5.S (+1/-1)
coregrind/m_syswrap/syscall-ppc64-linux.S (+1/-1)
coregrind/m_syswrap/syscall-x86-linux.S (+1/-1)
coregrind/m_syswrap/syswrap-aix5.c (+1/-1)
coregrind/m_syswrap/syswrap-amd64-darwin.c (+36/-1)
coregrind/m_syswrap/syswrap-amd64-linux.c (+19/-8)
coregrind/m_syswrap/syswrap-arm-linux.c (+14/-3)
coregrind/m_syswrap/syswrap-darwin.c (+335/-63)
coregrind/m_syswrap/syswrap-generic.c (+1/-1)
coregrind/m_syswrap/syswrap-linux-variants.c (+1/-1)
coregrind/m_syswrap/syswrap-linux.c (+120/-17)
coregrind/m_syswrap/syswrap-main.c (+1/-1)
coregrind/m_syswrap/syswrap-ppc32-aix5.c (+1/-1)
coregrind/m_syswrap/syswrap-ppc32-linux.c (+14/-3)
coregrind/m_syswrap/syswrap-ppc64-aix5.c (+1/-1)
coregrind/m_syswrap/syswrap-ppc64-linux.c (+15/-4)
coregrind/m_syswrap/syswrap-x86-darwin.c (+1/-1)
coregrind/m_syswrap/syswrap-x86-linux.c (+14/-3)
coregrind/m_threadstate.c (+1/-1)
coregrind/m_tooliface.c (+1/-1)
coregrind/m_trampoline.S (+34/-26)
coregrind/m_translate.c (+3/-3)
coregrind/m_transtab.c (+90/-12)
coregrind/m_ume/elf.c (+1/-1)
coregrind/m_ume/macho.c (+22/-7)
coregrind/m_ume/main.c (+8/-9)
coregrind/m_ume/script.c (+5/-1)
coregrind/m_vki.c (+1/-1)
coregrind/m_vkiscnums.c (+6/-7)
coregrind/m_wordfm.c (+2/-2)
coregrind/m_xarray.c (+11/-1)
coregrind/pub_core_aspacehl.h (+1/-1)
coregrind/pub_core_aspacemgr.h (+1/-1)
coregrind/pub_core_basics.h (+1/-1)
coregrind/pub_core_basics_asm.h (+1/-1)
coregrind/pub_core_clientstate.h (+1/-1)
coregrind/pub_core_clreq.h (+1/-1)
coregrind/pub_core_commandline.h (+1/-1)
coregrind/pub_core_coredump.h (+1/-1)
coregrind/pub_core_cpuid.h (+1/-1)
coregrind/pub_core_debugger.h (+1/-1)
coregrind/pub_core_debuginfo.h (+1/-1)
coregrind/pub_core_debuglog.h (+1/-1)
coregrind/pub_core_demangle.h (+1/-1)
coregrind/pub_core_dispatch.h (+1/-1)
coregrind/pub_core_dispatch_asm.h (+1/-1)
coregrind/pub_core_errormgr.h (+1/-1)
coregrind/pub_core_execontext.h (+1/-1)
coregrind/pub_core_hashtable.h (+1/-1)
coregrind/pub_core_initimg.h (+1/-1)
coregrind/pub_core_libcassert.h (+1/-1)
coregrind/pub_core_libcbase.h (+1/-1)
coregrind/pub_core_libcfile.h (+1/-1)
coregrind/pub_core_libcprint.h (+11/-1)
coregrind/pub_core_libcproc.h (+1/-1)
coregrind/pub_core_libcsignal.h (+1/-1)
coregrind/pub_core_machine.h (+1/-1)
coregrind/pub_core_mallocfree.h (+1/-1)
coregrind/pub_core_options.h (+38/-13)
coregrind/pub_core_oset.h (+1/-1)
coregrind/pub_core_redir.h (+14/-1)
coregrind/pub_core_replacemalloc.h (+1/-1)
coregrind/pub_core_scheduler.h (+1/-1)
coregrind/pub_core_seqmatch.h (+1/-1)
coregrind/pub_core_sigframe.h (+1/-1)
coregrind/pub_core_signals.h (+1/-1)
coregrind/pub_core_sparsewa.h (+1/-1)
coregrind/pub_core_stacks.h (+1/-1)
coregrind/pub_core_stacktrace.h (+1/-1)
coregrind/pub_core_syscall.h (+1/-1)
coregrind/pub_core_syswrap.h (+1/-1)
coregrind/pub_core_threadstate.h (+1/-1)
coregrind/pub_core_tooliface.h (+1/-1)
coregrind/pub_core_trampoline.h (+19/-8)
coregrind/pub_core_translate.h (+1/-1)
coregrind/pub_core_transtab.h (+1/-1)
coregrind/pub_core_transtab_asm.h (+1/-1)
coregrind/pub_core_ume.h (+1/-1)
coregrind/pub_core_vki.h (+3/-3)
coregrind/pub_core_vkiscnums.h (+3/-3)
coregrind/pub_core_vkiscnums_asm.h (+3/-3)
coregrind/pub_core_wordfm.h (+2/-2)
coregrind/pub_core_xarray.h (+1/-1)
coregrind/vg_preloaded.c (+7/-6)
darwin10-drd.supp (+2/-0)
darwin10.supp (+22/-0)
darwin9-drd.supp (+3/-0)
debian/changelog (+6/-0)
debian/patches/00list (+3/-3)
depcomp (+0/-630)
docs/Makefile.in (+0/-632)
docs/callgrind_annotate.1 (+0/-102)
docs/callgrind_control.1 (+0/-107)
docs/cg_annotate.1 (+0/-99)
docs/html/FAQ.html (+0/-51)
docs/html/QuickStart.html (+0/-61)
docs/html/bbv-manual.html (+0/-366)
docs/html/cg-manual.html (+0/-1058)
docs/html/cl-format.html (+0/-623)
docs/html/cl-manual.html (+0/-1047)
docs/html/design-impl.html (+0/-84)
docs/html/dist.authors.html (+0/-100)
docs/html/dist.html (+0/-58)
docs/html/dist.news.html (+0/-2830)
docs/html/dist.readme-developers.html (+0/-189)
docs/html/dist.readme-missing.html (+0/-224)
docs/html/dist.readme-packagers.html (+0/-135)
docs/html/dist.readme.html (+0/-130)
docs/html/drd-manual.html (+0/-1439)
docs/html/faq.html (+0/-762)
docs/html/hg-manual.html (+0/-984)
docs/html/index.html (+0/-64)
docs/html/license.gfdl.html (+0/-436)
docs/html/license.gpl.html (+0/-380)
docs/html/licenses.html (+0/-47)
docs/html/lk-manual.html (+0/-131)
docs/html/manual-core-adv.html (+0/-571)
docs/html/manual-core.html (+0/-1731)
docs/html/manual-intro.html (+0/-126)
docs/html/manual-writing-tools.html (+0/-501)
docs/html/manual.html (+0/-290)
docs/html/mc-manual.html (+0/-1574)
docs/html/ms-manual.html (+0/-791)
docs/html/nl-manual.html (+0/-56)
docs/html/pc-manual.html (+0/-405)
docs/html/quick-start.html (+0/-202)
docs/html/tech-docs.html (+0/-98)
docs/html/vg_basic.css (+0/-67)
docs/internals/SPEC-notes.txt (+43/-0)
docs/internals/multiple-architectures.txt (+163/-0)
docs/internals/performance.txt (+43/-0)
docs/internals/release-HOWTO.txt (+3/-0)
docs/ms_print.1 (+0/-75)
docs/valgrind.1 (+0/-1365)
docs/xml/manual-core.xml (+51/-1)
drd/Makefile.am (+21/-2)
drd/Makefile.in (+0/-1783)
drd/TODO.txt (+36/-0)
drd/Testing.txt (+85/-0)
drd/drd.h (+135/-20)
drd/drd_barrier.c (+8/-5)
drd/drd_barrier.h (+1/-1)
drd/drd_bitmap.c (+5/-5)
drd/drd_bitmap.h (+3/-3)
drd/drd_bitmap2_node.c (+2/-2)
drd/drd_clientobj.c (+8/-4)
drd/drd_clientobj.h (+18/-5)
drd/drd_clientreq.c (+30/-23)
drd/drd_clientreq.h (+8/-3)
drd/drd_cond.c (+153/-51)
drd/drd_cond.h (+9/-3)
drd/drd_cond_initializer.c (+8/-0)
drd/drd_error.c (+24/-8)
drd/drd_error.h (+10/-7)
drd/drd_hb.c (+289/-0)
drd/drd_hb.h (+51/-0)
drd/drd_load_store.c (+2/-2)
drd/drd_load_store.h (+2/-2)
drd/drd_main.c (+6/-6)
drd/drd_malloc_wrappers.c (+6/-6)
drd/drd_malloc_wrappers.h (+1/-1)
drd/drd_mutex.c (+31/-12)
drd/drd_mutex.h (+1/-1)
drd/drd_pthread_intercepts.c (+2/-4)
drd/drd_qtcore_intercepts.c (+2/-2)
drd/drd_rwlock.c (+13/-4)
drd/drd_rwlock.h (+1/-1)
drd/drd_segment.c (+6/-6)
drd/drd_segment.h (+2/-2)
drd/drd_semaphore.c (+16/-9)
drd/drd_semaphore.h (+1/-1)
drd/drd_strmem_intercepts.c (+2/-2)
drd/drd_suppression.c (+22/-16)
drd/drd_suppression.h (+2/-0)
drd/drd_thread.c (+6/-6)
drd/drd_thread.h (+3/-3)
drd/drd_thread_bitmap.h (+1/-1)
drd/drd_vc.c (+1/-1)
drd/drd_vc.h (+6/-6)
drd/pub_drd_bitmap.h (+1/-1)
drd/scripts/download-and-build-firefox (+62/-0)
drd/scripts/download-and-build-gcc (+64/-0)
drd/scripts/measurement-functions (+146/-0)
drd/scripts/ppc-cross/crosstool-patches/powerpc-kernel-compilation.patch (+13/-0)
drd/scripts/ppc-cross/download-and-build-ppc-crosscompiler (+167/-0)
drd/scripts/ppc-cross/kernel-config/2.6.22/.config (+3352/-0)
drd/scripts/run-matinv (+39/-0)
drd/scripts/run-splash2 (+246/-0)
drd/scripts/run-splash2-water-input (+15/-0)
drd/tests/Makefile.am (+32/-2)
drd/tests/Makefile.in (+0/-1645)
drd/tests/annotate_barrier.c (+172/-0)
drd/tests/annotate_barrier.stderr.exp (+47/-0)
drd/tests/annotate_barrier.vgtest (+4/-0)
drd/tests/annotate_hb_err.c (+53/-0)
drd/tests/annotate_hb_err.stderr.exp (+36/-0)
drd/tests/annotate_hb_err.vgtest (+4/-0)
drd/tests/annotate_hb_race.c (+50/-0)
drd/tests/annotate_hb_race.stderr.exp (+8/-0)
drd/tests/annotate_hb_race.vgtest (+4/-0)
drd/tests/annotate_ignore_rw.c (+1/-1)
drd/tests/annotate_ignore_write.c (+1/-1)
drd/tests/annotate_rwlock.c (+2/-2)
drd/tests/annotate_smart_pointer.cpp (+330/-0)
drd/tests/annotate_smart_pointer.stderr.exp (+4/-0)
drd/tests/annotate_smart_pointer.vgtest (+5/-0)
drd/tests/annotate_static.cpp (+37/-0)
drd/tests/annotate_static.stderr.exp (+4/-0)
drd/tests/annotate_static.vgtest (+4/-0)
drd/tests/bug-235681.c (+94/-0)
drd/tests/bug-235681.stderr.exp (+4/-0)
drd/tests/bug-235681.vgtest (+5/-0)
drd/tests/circular_buffer.c (+1/-0)
drd/tests/custom_alloc.c (+3/-3)
drd/tests/filter_stderr (+4/-2)
drd/tests/fp_race.c (+1/-1)
drd/tests/matinv.c (+1/-1)
drd/tests/omp_matinv.c (+1/-1)
drd/tests/pth_broadcast.c (+2/-2)
drd/tests/pth_detached.c (+2/-2)
drd/tests/pth_detached_sem.c (+2/-2)
drd/tests/pth_inconsistent_cond_wait.c (+2/-0)
drd/tests/pth_uninitialized_cond.c (+28/-0)
drd/tests/pth_uninitialized_cond.stderr.exp (+10/-0)
drd/tests/pth_uninitialized_cond.vgtest (+3/-0)
drd/tests/sem_as_mutex.c (+1/-1)
drd/tests/sem_open.c (+1/-1)
drd/tests/tsan_thread_wrappers_pthread.h (+84/-84)
drd/tests/tsan_unittest.cpp (+2/-2)
drd/tests/unified_annotations.h (+68/-0)
exp-bbv/Makefile.am (+17/-2)
exp-bbv/Makefile.in (+0/-1127)
exp-bbv/bbv_main.c (+3/-3)
exp-bbv/tests/Makefile.in (+0/-809)
exp-bbv/tests/amd64-linux/Makefile.in (+0/-748)
exp-bbv/tests/arm-linux/Makefile.in (+0/-702)
exp-bbv/tests/ppc32-linux/Makefile.in (+0/-702)
exp-bbv/tests/x86-linux/Makefile.in (+0/-702)
exp-bbv/tests/x86/Makefile.in (+0/-723)
exp-ptrcheck/Makefile.am (+14/-0)
exp-ptrcheck/Makefile.in (+0/-1350)
exp-ptrcheck/h_intercepts.c (+92/-1)
exp-ptrcheck/h_main.c (+7/-2)
exp-ptrcheck/h_main.h (+2/-2)
exp-ptrcheck/pc_common.c (+1/-1)
exp-ptrcheck/pc_common.h (+1/-1)
exp-ptrcheck/pc_main.c (+2/-2)
exp-ptrcheck/sg_main.c (+1/-1)
exp-ptrcheck/sg_main.h (+1/-1)
exp-ptrcheck/tests/Makefile.in (+0/-1101)
exp-ptrcheck/tests/filter_stderr (+1/-1)
glibc-2.34567-NPTL-helgrind.supp (+0/-6)
glibc-2.X-drd.supp (+25/-2)
helgrind/Makefile.am (+18/-2)
helgrind/Makefile.in (+0/-1461)
helgrind/helgrind.h (+311/-87)
helgrind/hg_basics.c (+1/-1)
helgrind/hg_basics.h (+1/-1)
helgrind/hg_errors.c (+68/-25)
helgrind/hg_errors.h (+13/-1)
helgrind/hg_intercepts.c (+41/-9)
helgrind/hg_lock_n_thread.c (+1/-1)
helgrind/hg_lock_n_thread.h (+1/-1)
helgrind/hg_main.c (+254/-46)
helgrind/hg_wordset.c (+1/-1)
helgrind/hg_wordset.h (+1/-1)
helgrind/libhb.h (+3/-2)
helgrind/libhb_core.c (+91/-28)
helgrind/tests/Makefile.in (+0/-1141)
helgrind/tests/pth_barrier1.stderr.exp (+4/-0)
helgrind/tests/pth_barrier2.stderr.exp (+407/-279)
helgrind/tests/pth_barrier3.stderr.exp (+4/-0)
helgrind/tests/tc19_shadowmem.stderr.exp (+8897/-5885)
include/Makefile.in (+0/-529)
include/pub_tool_aspacehl.h (+1/-1)
include/pub_tool_aspacemgr.h (+1/-1)
include/pub_tool_basics.h (+1/-1)
include/pub_tool_basics_asm.h (+1/-1)
include/pub_tool_clientstate.h (+2/-2)
include/pub_tool_clreq.h (+1/-1)
include/pub_tool_cpuid.h (+1/-1)
include/pub_tool_debuginfo.h (+1/-1)
include/pub_tool_errormgr.h (+1/-1)
include/pub_tool_execontext.h (+1/-1)
include/pub_tool_hashtable.h (+1/-1)
include/pub_tool_libcassert.h (+1/-1)
include/pub_tool_libcbase.h (+31/-1)
include/pub_tool_libcfile.h (+1/-1)
include/pub_tool_libcprint.h (+64/-46)
include/pub_tool_libcproc.h (+5/-1)
include/pub_tool_libcsignal.h (+1/-1)
include/pub_tool_machine.h (+1/-1)
include/pub_tool_mallocfree.h (+1/-1)
include/pub_tool_options.h (+9/-17)
include/pub_tool_oset.h (+1/-1)
include/pub_tool_redir.h (+1/-1)
include/pub_tool_replacemalloc.h (+1/-1)
include/pub_tool_seqmatch.h (+1/-1)
include/pub_tool_signals.h (+1/-1)
include/pub_tool_sparsewa.h (+1/-1)
include/pub_tool_stacktrace.h (+1/-1)
include/pub_tool_threadstate.h (+2/-2)
include/pub_tool_tooliface.h (+12/-5)
include/pub_tool_vki.h (+3/-3)
include/pub_tool_vkiscnums.h (+2/-2)
include/pub_tool_vkiscnums_asm.h (+2/-2)
include/pub_tool_wordfm.h (+2/-2)
include/pub_tool_xarray.h (+11/-1)
include/valgrind.h (+20/-1)
include/vki/vki-amd64-linux.h (+1/-1)
include/vki/vki-arm-linux.h (+0/-7)
include/vki/vki-darwin.h (+10/-1)
include/vki/vki-linux.h (+76/-1)
include/vki/vki-posixtypes-amd64-linux.h (+1/-1)
include/vki/vki-posixtypes-arm-linux.h (+1/-1)
include/vki/vki-posixtypes-ppc32-linux.h (+1/-1)
include/vki/vki-posixtypes-ppc64-linux.h (+1/-1)
include/vki/vki-posixtypes-x86-linux.h (+1/-1)
include/vki/vki-ppc32-aix5.h (+1/-1)
include/vki/vki-ppc32-linux.h (+1/-8)
include/vki/vki-ppc64-aix5.h (+1/-1)
include/vki/vki-ppc64-linux.h (+1/-8)
include/vki/vki-scnums-aix5.h (+1/-1)
include/vki/vki-scnums-amd64-linux.h (+1/-1)
include/vki/vki-scnums-arm-linux.h (+1/-1)
include/vki/vki-scnums-darwin.h (+60/-15)
include/vki/vki-scnums-ppc32-linux.h (+1/-1)
include/vki/vki-scnums-ppc64-linux.h (+1/-1)
include/vki/vki-scnums-x86-linux.h (+1/-1)
include/vki/vki-x86-linux.h (+1/-8)
install-sh (+0/-520)
lackey/Makefile.am (+17/-2)
lackey/Makefile.in (+0/-1127)
lackey/lk_main.c (+2/-2)
lackey/tests/Makefile.in (+0/-369)
massif/Makefile.am (+18/-2)
massif/Makefile.in (+0/-1258)
massif/docs/ms-manual.xml (+45/-9)
massif/ms_main.c (+263/-92)
massif/perf/Makefile.in (+0/-682)
massif/tests/Makefile.in (+0/-895)
memcheck/Makefile.am (+18/-2)
memcheck/Makefile.in (+0/-1459)
memcheck/mc_errors.c (+1/-1)
memcheck/mc_include.h (+1/-1)
memcheck/mc_leakcheck.c (+1/-1)
memcheck/mc_machine.c (+1/-1)
memcheck/mc_main.c (+9/-8)
memcheck/mc_malloc_wrappers.c (+1/-1)
memcheck/mc_replace_strmem.c (+1/-1)
memcheck/mc_translate.c (+4/-1)
memcheck/memcheck.h (+1/-1)
memcheck/perf/Makefile.in (+0/-682)
memcheck/tests/Makefile.am (+4/-1)
memcheck/tests/Makefile.in (+0/-2403)
memcheck/tests/amd64-linux/Makefile.am (+21/-0)
memcheck/tests/amd64-linux/Makefile.in (+719/-0)
memcheck/tests/amd64-linux/defcfaexpr.S (+186/-0)
memcheck/tests/amd64-linux/defcfaexpr.stderr.exp (+6/-0)
memcheck/tests/amd64-linux/defcfaexpr.vgtest (+3/-0)
memcheck/tests/amd64-linux/filter_defcfaexpr (+28/-0)
memcheck/tests/amd64-linux/filter_stderr (+3/-0)
memcheck/tests/amd64-linux/int3-amd64.c (+52/-0)
memcheck/tests/amd64-linux/int3-amd64.stdout.exp (+3/-0)
memcheck/tests/amd64-linux/int3-amd64.vgtest (+2/-0)
memcheck/tests/amd64/Makefile.am (+6/-13)
memcheck/tests/amd64/Makefile.in (+0/-802)
memcheck/tests/amd64/defcfaexpr.S (+0/-186)
memcheck/tests/amd64/defcfaexpr.stderr.exp (+0/-6)
memcheck/tests/amd64/defcfaexpr.vgtest (+0/-3)
memcheck/tests/amd64/filter_defcfaexpr (+0/-28)
memcheck/tests/amd64/insn_basic.stdout.exp (+0/-1283)
memcheck/tests/amd64/insn_basic.vgtest (+0/-2)
memcheck/tests/amd64/insn_fpu.stdout.exp (+0/-436)
memcheck/tests/amd64/insn_fpu.vgtest (+0/-2)
memcheck/tests/amd64/insn_mmx.stdout.exp (+0/-105)
memcheck/tests/amd64/insn_mmx.vgtest (+0/-2)
memcheck/tests/amd64/insn_sse.stdout.exp (+0/-158)
memcheck/tests/amd64/insn_sse.vgtest (+0/-2)
memcheck/tests/amd64/insn_sse2.stdout.exp (+0/-343)
memcheck/tests/amd64/insn_sse2.vgtest (+0/-2)
memcheck/tests/amd64/int3-amd64.c (+0/-52)
memcheck/tests/amd64/int3-amd64.stdout.exp (+0/-3)
memcheck/tests/amd64/int3-amd64.vgtest (+0/-2)
memcheck/tests/amd64/xor-undef-amd64.stderr.exp (+0/-11)
memcheck/tests/amd64/xor-undef-amd64.vgtest (+1/-0)
memcheck/tests/darwin/Makefile.in (+0/-743)
memcheck/tests/linux-syscalls-2007.vgtest (+2/-0)
memcheck/tests/linux-syslog-syscall.vgtest (+2/-0)
memcheck/tests/linux/Makefile.in (+0/-749)
memcheck/tests/linux/capget.vgtest (+2/-0)
memcheck/tests/linux/timerfd-syscall.stdout.exp (+46/-0)
memcheck/tests/linux/timerfd-syscall.vgtest (+2/-0)
memcheck/tests/trivialleak.stderr.exp2 (+5/-0)
memcheck/tests/x86-linux/Makefile.in (+0/-748)
memcheck/tests/x86/Makefile.in (+0/-846)
memcheck/tests/x86/insn_basic.stdout.exp (+0/-1056)
memcheck/tests/x86/insn_basic.vgtest (+0/-2)
memcheck/tests/x86/insn_cmov.stdout.exp (+0/-384)
memcheck/tests/x86/insn_cmov.vgtest (+0/-3)
memcheck/tests/x86/insn_fpu.stdout.exp (+0/-452)
memcheck/tests/x86/insn_fpu.vgtest (+0/-3)
memcheck/tests/x86/insn_mmx.stdout.exp (+0/-103)
memcheck/tests/x86/insn_mmx.vgtest (+0/-3)
memcheck/tests/x86/insn_mmxext.stdout.exp (+0/-29)
memcheck/tests/x86/insn_mmxext.vgtest (+0/-3)
memcheck/tests/x86/insn_sse.stdout.exp (+0/-154)
memcheck/tests/x86/insn_sse.vgtest (+0/-3)
memcheck/tests/x86/insn_sse2.stdout.exp (+0/-343)
memcheck/tests/x86/insn_sse2.vgtest (+0/-3)
memcheck/tests/x86/sse_memory.c (+0/-623)
missing (+0/-376)
mpi/Makefile.in (+0/-763)
mpi/libmpiwrap.c (+1/-1)
nightly/README.txt (+203/-0)
nightly/bin/nightly (+237/-0)
nightly/conf/cellbuzz-cross.conf (+25/-0)
nightly/conf/cellbuzz-cross.sendmail (+15/-0)
nightly/conf/cellbuzz-native.conf (+24/-0)
nightly/conf/cellbuzz-native.sendmail (+15/-0)
nightly/conf/nemesis.conf (+6/-0)
nightly/conf/nemesis.sendmail (+5/-0)
none/Makefile.am (+17/-2)
none/Makefile.in (+0/-1123)
none/nl_main.c (+2/-2)
none/tests/Makefile.am (+9/-3)
none/tests/Makefile.in (+0/-1675)
none/tests/amd64/Makefile.am (+4/-2)
none/tests/amd64/Makefile.in (+0/-982)
none/tests/amd64/insn_fpu.def (+16/-16)
none/tests/amd64/insn_fpu.stdout.exp (+16/-0)
none/tests/amd64/sse4-64.c (+2644/-0)
none/tests/amd64/xadd.c (+51/-0)
none/tests/amd64/xadd.stdout.exp (+1/-0)
none/tests/amd64/xadd.vgtest (+2/-0)
none/tests/arm/Makefile.in (+0/-706)
none/tests/arm/v6int.c (+47/-9)
none/tests/arm/v6int.stdout.exp (+24/-6)
none/tests/cmdline1.stdout.exp (+7/-4)
none/tests/cmdline2.stdout.exp (+8/-5)
none/tests/cmdline4.stderr.exp (+2/-2)
none/tests/darwin/Makefile.in (+0/-702)
none/tests/empty-exe.stderr.exp (+2/-0)
none/tests/empty-exe.vgtest (+9/-0)
none/tests/linux/Makefile.in (+0/-702)
none/tests/ppc32/Makefile.in (+0/-837)
none/tests/ppc32/tw.c (+0/-375)
none/tests/ppc32/twi.c (+0/-374)
none/tests/ppc64/Makefile.in (+0/-746)
none/tests/ppc64/jm-insns.c (+0/-7660)
none/tests/pth_specific.c (+104/-0)
none/tests/require-text-symbol-1.vgtest (+2/-0)
none/tests/require-text-symbol-2.stderr.exp-libcso6 (+9/-0)
none/tests/require-text-symbol-2.vgtest (+2/-0)
none/tests/require-text-symbol.c (+8/-0)
none/tests/x86-linux/Makefile.in (+0/-697)
none/tests/x86/Makefile.am (+4/-2)
none/tests/x86/Makefile.in (+0/-1112)
none/tests/x86/filter_int (+6/-0)
none/tests/x86/xadd.c (+51/-0)
none/tests/x86/xadd.stdout.exp (+1/-0)
none/tests/x86/xadd.vgtest (+2/-0)
perf/Makefile.in (+0/-794)
perf/tinycc.c (+1/-1)
perf/vg_perf (+0/-399)
tests/Makefile.in (+0/-742)
tests/filter_stderr_basic (+2/-2)
tests/vg_regtest (+0/-517)
valgrind.spec (+0/-51)
To merge this branch: bzr merge lp:~barry/ubuntu/maverick/valgrind/bug-602132
Reviewer Review Type Date Requested Status
Loïc Minier Approve
Colin Watson Pending
Ubuntu branches Pending
Review via email: mp+29507@code.launchpad.net

Description of the change

Merges in upstream r11212 to fix the Maverick ftbfs. See the related bug for details.

To post a comment you must log in.
Revision history for this message
Loïc Minier (lool) wrote :

I can't review the full diff, but the instructions to create the branch seem alright; so ok in principle, and this should get some review in the form of a local build + test + clean and see whether the "clean" step really cleans after ./autogen.sh.

The patches indeed went upstream, so that's ok.

review: Approve
Revision history for this message
Sebastien Bacher (seb128) wrote :

setting to merged now since a new version has been uploaded and that one still shows up on the sponsoring requests

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file '.bzrignore'
2--- .bzrignore 1970-01-01 00:00:00 +0000
3+++ .bzrignore 2010-07-08 21:31:39 +0000
4@@ -0,0 +1,1 @@
5+autom4te.cache
6
7=== removed file 'FAQ.txt'
8--- FAQ.txt 2010-02-12 18:34:15 +0000
9+++ FAQ.txt 1970-01-01 00:00:00 +0000
10@@ -1,445 +0,0 @@
11-
12-
13-Valgrind FAQ
14-Release 3.5.0 19 August 2009
15-~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16-
17-Table of Contents
18-1. Background
19-2. Compiling, installing and configuring
20-3. Valgrind aborts unexpectedly
21-4. Valgrind behaves unexpectedly
22-5. Miscellaneous
23-6. How To Get Further Assistance
24-
25-------------------------------------------------------------------------
26-1. Background
27-------------------------------------------------------------------------
28-
29-1.1. How do you pronounce "Valgrind"?
30-The "Val" as in the world "value". The "grind" is pronounced with a
31-short 'i' -- ie. "grinned" (rhymes with "tinned") rather than "grined"
32-(rhymes with "find").
33-
34-Don't feel bad: almost everyone gets it wrong at first.
35-------------------------------------------------------------------------
36-
37-1.2. Where does the name "Valgrind" come from?
38-From Nordic mythology. Originally (before release) the project was named
39-Heimdall, after the watchman of the Nordic gods. He could "see a hundred
40-miles by day or night, hear the grass growing, see the wool growing on a
41-sheep's back", etc. This would have been a great name, but it was
42-already taken by a security package "Heimdal".
43-
44-Keeping with the Nordic theme, Valgrind was chosen. Valgrind is the name
45-of the main entrance to Valhalla (the Hall of the Chosen Slain in
46-Asgard). Over this entrance there resides a wolf and over it there is
47-the head of a boar and on it perches a huge eagle, whose eyes can see to
48-the far regions of the nine worlds. Only those judged worthy by the
49-guardians are allowed to pass through Valgrind. All others are refused
50-entrance.
51-
52-It's not short for "value grinder", although that's not a bad guess.
53-
54-------------------------------------------------------------------------
55-2. Compiling, installing and configuring
56-------------------------------------------------------------------------
57-
58-2.1. When building Valgrind, 'make' dies partway with an assertion
59-failure, something like this:
60-
61- % make: expand.c:489: allocated_variable_append:
62- Assertion 'current_variable_set_list->next != 0' failed.
63-
64-It's probably a bug in 'make'. Some, but not all, instances of version
65-3.79.1 have this bug, see this:
66-<http://www.mail-archive.com/bug-make@gnu.org/msg01658.html>. Try
67-upgrading to a more recent version of 'make'. Alternatively, we have
68-heard that unsetting the CFLAGS environment variable avoids the problem.
69-
70-------------------------------------------------------------------------
71-
72-2.2. When building Valgrind, 'make' fails with this:
73- /usr/bin/ld: cannot find -lc
74- collect2: ld returned 1 exit status
75-
76-You need to install the glibc-static-devel package.
77-
78-------------------------------------------------------------------------
79-3. Valgrind aborts unexpectedly
80-------------------------------------------------------------------------
81-
82-3.1. Programs run OK on Valgrind, but at exit produce a bunch of errors
83-involving __libc_freeres and then die with a segmentation fault.
84-
85-When the program exits, Valgrind runs the procedure __libc_freeres in
86-glibc. This is a hook for memory debuggers, so they can ask glibc to
87-free up any memory it has used. Doing that is needed to ensure that
88-Valgrind doesn't incorrectly report space leaks in glibc.
89-
90-The problem is that running __libc_freeres in older glibc versions
91-causes this crash.
92-
93-Workaround for 1.1.X and later versions of Valgrind: use the
94---run-libc-freeres=no option. You may then get space leak reports for
95-glibc allocations (please don't report these to the glibc people, since
96-they are not real leaks), but at least the program runs.
97-
98-------------------------------------------------------------------------
99-
100-3.2. My (buggy) program dies like this:
101- valgrind: m_mallocfree.c:248 (get_bszB_as_is): Assertion 'bszB_lo == bszB_hi' failed.
102-
103-or like this:
104- valgrind: m_mallocfree.c:442 (mk_inuse_bszB): Assertion 'bszB != 0' failed.
105-
106-or otherwise aborts or crashes in m_mallocfree.c.
107-If Memcheck (the memory checker) shows any invalid reads, invalid writes
108-or invalid frees in your program, the above may happen. Reason is that
109-your program may trash Valgrind's low-level memory manager, which then
110-dies with the above assertion, or something similar. The cure is to fix
111-your program so that it doesn't do any illegal memory accesses. The
112-above failure will hopefully go away after that.
113-
114-------------------------------------------------------------------------
115-
116-3.3. My program dies, printing a message like this along the way:
117- vex x86->IR: unhandled instruction bytes: 0x66 0xF 0x2E 0x5
118-
119-One possibility is that your program has a bug and erroneously jumps to
120-a non-code address, in which case you'll get a SIGILL signal. Memcheck
121-may issue a warning just before this happens, but it might not if the
122-jump happens to land in addressable memory.
123-
124-Another possibility is that Valgrind does not handle the instruction. If
125-you are using an older Valgrind, a newer version might handle the
126-instruction. However, all instruction sets have some obscure, rarely
127-used instructions. Also, on amd64 there are an almost limitless number
128-of combinations of redundant instruction prefixes, many of them
129-undocumented but accepted by CPUs. So Valgrind will still have decoding
130-failures from time to time. If this happens, please file a bug report.
131-
132-------------------------------------------------------------------------
133-
134-3.4. I tried running a Java program (or another program that uses a
135-just-in-time compiler) under Valgrind but something went wrong. Does
136-Valgrind handle such programs?
137-
138-Valgrind can handle dynamically generated code, so long as none of the
139-generated code is later overwritten by other generated code. If this
140-happens, though, things will go wrong as Valgrind will continue running
141-its translations of the old code (this is true on x86 and amd64, on
142-PowerPC there are explicit cache flush instructions which Valgrind
143-detects and honours). You should try running with --smc-check=all in
144-this case. Valgrind will run much more slowly, but should detect the use
145-of the out-of-date code.
146-
147-Alternatively, if you have the source code to the JIT compiler you can
148-insert calls to the VALGRIND_DISCARD_TRANSLATIONS client request to mark
149-out-of-date code, saving you from using --smc-check=all.
150-
151-Apart from this, in theory Valgrind can run any Java program just fine,
152-even those that use JNI and are partially implemented in other languages
153-like C and C++. In practice, Java implementations tend to do nasty
154-things that most programs do not, and Valgrind sometimes falls over
155-these corner cases.
156-
157-If your Java programs do not run under Valgrind, even with
158---smc-check=all, please file a bug report and hopefully we'll be able to
159-fix the problem.
160-
161-
162-------------------------------------------------------------------------
163-4. Valgrind behaves unexpectedly
164-------------------------------------------------------------------------
165-
166-4.1. My program uses the C++ STL and string classes. Valgrind reports
167-'still reachable' memory leaks involving these classes at the exit of
168-the program, but there should be none.
169-
170-First of all: relax, it's probably not a bug, but a feature. Many
171-implementations of the C++ standard libraries use their own memory pool
172-allocators. Memory for quite a number of destructed objects is not
173-immediately freed and given back to the OS, but kept in the pool(s) for
174-later re-use. The fact that the pools are not freed at the exit of the
175-program cause Valgrind to report this memory as still reachable. The
176-behaviour not to free pools at the exit could be called a bug of the
177-library though.
178-
179-Using GCC, you can force the STL to use malloc and to free memory as
180-soon as possible by globally disabling memory caching. Beware! Doing so
181-will probably slow down your program, sometimes drastically.
182-
183-* With GCC 2.91, 2.95, 3.0 and 3.1, compile all source using the STL
184-with -D__USE_MALLOC. Beware! This was removed from GCC starting with
185-version 3.3.
186-
187-* With GCC 3.2.2 and later, you should export the environment variable
188-GLIBCPP_FORCE_NEW before running your program.
189-
190-* With GCC 3.4 and later, that variable has changed name to
191-GLIBCXX_FORCE_NEW.
192-
193-There are other ways to disable memory pooling: using the malloc_alloc
194-template with your objects (not portable, but should work for GCC) or
195-even writing your own memory allocators. But all this goes beyond the
196-scope of this FAQ. Start by reading
197-http://gcc.gnu.org/onlinedocs/libstdc++/faq/index.html#4_4_leak:
198-<http://gcc.gnu.org/onlinedocs/libstdc++/faq/index.html#4_4_leak> if you
199-absolutely want to do that. But beware: allocators belong to the more
200-messy parts of the STL and people went to great lengths to make the STL
201-portable across platforms. Chances are good that your solution will work
202-on your platform, but not on others.
203-
204-------------------------------------------------------------------------
205-
206-4.2. The stack traces given by Memcheck (or another tool) aren't
207-helpful. How can I improve them?
208-
209-If they're not long enough, use --num-callers to make them longer.
210-If they're not detailed enough, make sure you are compiling with -g to
211-add debug information. And don't strip symbol tables (programs should be
212-unstripped unless you run 'strip' on them; some libraries ship
213-stripped).
214-
215-Also, for leak reports involving shared objects, if the shared object is
216-unloaded before the program terminates, Valgrind will discard the debug
217-information and the error message will be full of ??? entries. The
218-workaround here is to avoid calling dlclose on these shared objects.
219-
220-Also, -fomit-frame-pointer and -fstack-check can make stack traces
221-worse.
222-
223-Some example sub-traces:
224-* With debug information and unstripped (best):
225- Invalid write of size 1
226- at 0x80483BF: really (malloc1.c:20)
227- by 0x8048370: main (malloc1.c:9)
228-
229-* With no debug information, unstripped:
230- Invalid write of size 1
231- at 0x80483BF: really (in /auto/homes/njn25/grind/head5/a.out)
232- by 0x8048370: main (in /auto/homes/njn25/grind/head5/a.out)
233-
234-* With no debug information, stripped:
235- Invalid write of size 1
236- at 0x80483BF: (within /auto/homes/njn25/grind/head5/a.out)
237- by 0x8048370: (within /auto/homes/njn25/grind/head5/a.out)
238- by 0x42015703: __libc_start_main (in /lib/tls/libc-2.3.2.so)
239- by 0x80482CC: (within /auto/homes/njn25/grind/head5/a.out)
240-
241-* With debug information and -fomit-frame-pointer:
242- Invalid write of size 1
243- at 0x80483C4: really (malloc1.c:20)
244- by 0x42015703: __libc_start_main (in /lib/tls/libc-2.3.2.so)
245- by 0x80482CC: ??? (start.S:81)
246-
247-* A leak error message involving an unloaded shared object:
248- 84 bytes in 1 blocks are possibly lost in loss record 488 of 713
249- at 0x1B9036DA: operator new(unsigned) (vg_replace_malloc.c:132)
250- by 0x1DB63EEB: ???
251- by 0x1DB4B800: ???
252- by 0x1D65E007: ???
253- by 0x8049EE6: main (main.cpp:24)
254-
255-------------------------------------------------------------------------
256-
257-4.3. The stack traces given by Memcheck (or another tool) seem to have
258-the wrong function name in them. What's happening?
259-
260-Occasionally Valgrind stack traces get the wrong function names. This is
261-caused by glibc using aliases to effectively give one function two
262-names. Most of the time Valgrind chooses a suitable name, but very
263-occasionally it gets it wrong. Examples we know of are printing bcmp
264-instead of memcmp, index instead of strchr, and rindex instead of
265-strrchr.
266-
267-------------------------------------------------------------------------
268-
269-4.4. My program crashes normally, but doesn't under Valgrind, or vice
270-versa. What's happening?
271-
272-When a program runs under Valgrind, its environment is slightly
273-different to when it runs natively. For example, the memory layout is
274-different, and the way that threads are scheduled is different.
275-
276-Most of the time this doesn't make any difference, but it can,
277-particularly if your program is buggy. For example, if your program
278-crashes because it erroneously accesses memory that is unaddressable,
279-it's possible that this memory will not be unaddressable when run under
280-Valgrind. Alternatively, if your program has data races, these may not
281-manifest under Valgrind.
282-
283-There isn't anything you can do to change this, it's just the nature of
284-the way Valgrind works that it cannot exactly replicate a native
285-execution environment. In the case where your program crashes due to a
286-memory error when run natively but not when run under Valgrind, in most
287-cases Memcheck should identify the bad memory operation.
288-
289-------------------------------------------------------------------------
290-
291-4.5. Memcheck doesn't report any errors and I know my program has
292-errors.
293-
294-There are two possible causes of this.
295-First, by default, Valgrind only traces the top-level process. So if
296-your program spawns children, they won't be traced by Valgrind by
297-default. Also, if your program is started by a shell script, Perl
298-script, or something similar, Valgrind will trace the shell, or the Perl
299-interpreter, or equivalent.
300-
301-To trace child processes, use the --trace-children=yes option.
302-If you are tracing large trees of processes, it can be less disruptive
303-to have the output sent over the network. Give Valgrind the option
304---log-socket=127.0.0.1:12345 (if you want logging output sent to port
305-12345 on localhost). You can use the valgrind-listener program to listen
306-on that port:
307-
308- valgrind-listener 12345
309-
310-Obviously you have to start the listener process first. See the manual
311-for more details.
312-
313-Second, if your program is statically linked, most Valgrind tools won't
314-work as well, because they won't be able to replace certain functions,
315-such as malloc, with their own versions. A key indicator of this is if
316-Memcheck says: All heap blocks were freed -- no leaks are possible when
317-you know your program calls malloc. The workaround is to avoid
318-statically linking your program.
319-
320-------------------------------------------------------------------------
321-
322-4.6. Why doesn't Memcheck find the array overruns in this program?
323- int static[5];
324-
325- int main(void)
326- {
327- int stack[5];
328-
329- static[5] = 0;
330- stack [5] = 0;
331-
332- return 0;
333- }
334-
335-Unfortunately, Memcheck doesn't do bounds checking on static or stack
336-arrays. We'd like to, but it's just not possible to do in a reasonable
337-way that fits with how Memcheck works. Sorry.
338-
339-However, the experimental tool Ptrcheck can detect errors like this. Run
340-Valgrind with the --tool=exp-ptrcheck option to try it, but beware that
341-it is not as robust as Memcheck.
342-
343-
344-------------------------------------------------------------------------
345-5. Miscellaneous
346-------------------------------------------------------------------------
347-
348-5.1. I tried writing a suppression but it didn't work. Can you write my
349-suppression for me?
350-
351-Yes! Use the --gen-suppressions=yes feature to spit out suppressions
352-automatically for you. You can then edit them if you like, eg. combining
353-similar automatically generated suppressions using wildcards like '*'.
354-
355-If you really want to write suppressions by hand, read the manual
356-carefully. Note particularly that C++ function names must be mangled
357-(that is, not demangled).
358-
359-------------------------------------------------------------------------
360-
361-5.2. With Memcheck's memory leak detector, what's the difference between
362-"definitely lost", "indirectly lost", "possibly lost", "still
363-reachable", and "suppressed"?
364-
365-The details are in the Memcheck section of the user manual.
366-In short:
367-* "definitely lost" means your program is leaking memory -- fix those
368-leaks!
369-
370-* "indirectly lost" means your program is leaking memory in a
371-pointer-based structure. (E.g. if the root node of a binary tree is
372-"definitely lost", all the children will be "indirectly lost".) If you
373-fix the "definitely lost" leaks, the "indirectly lost" leaks should go
374-away.
375-
376-* "possibly lost" means your program is leaking memory, unless you're
377-doing funny things with pointers.
378-
379-* "still reachable" means your program is probably ok -- it didn't free
380-some memory it could have. This is quite common and often reasonable.
381-Don't use --show-reachable=yes if you don't want to see these reports.
382-
383-* "suppressed" means that a leak error has been suppressed. There are
384-some suppressions in the default suppression files. You can ignore
385-suppressed errors.
386-
387-------------------------------------------------------------------------
388-
389-5.3. Memcheck's uninitialised value errors are hard to track down,
390-because they are often reported some time after they are caused. Could
391-Memcheck record a trail of operations to better link the cause to the
392-effect? Or maybe just eagerly report any copies of uninitialised memory
393-values?
394-
395-Prior to version 3.4.0, the answer was "we don't know how to do it
396-without huge performance penalties". As of 3.4.0, try using the
397---track-origins=yes option. It will run slower than usual, but will give
398-you extra information about the origin of uninitialised values.
399-
400-Or if you want to do it the old fashioned way, you can use the client
401-request VALGRIND_CHECK_VALUE_IS_DEFINED to help track these errors down
402--- work backwards from the point where the uninitialised error occurs,
403-checking suspect values until you find the cause. This requires editing,
404-compiling and re-running your program multiple times, which is a pain,
405-but still easier than debugging the problem without Memcheck's help.
406-
407-As for eager reporting of copies of uninitialised memory values, this
408-has been suggested multiple times. Unfortunately, almost all programs
409-legitimately copy uninitialised memory values around (because compilers
410-pad structs to preserve alignment) and eager checking leads to hundreds
411-of false positives. Therefore Memcheck does not support eager checking
412-at this time.
413-
414-------------------------------------------------------------------------
415-
416-5.4. Is it possible to attach Valgrind to a program that is already
417-running?
418-
419-No. The environment that Valgrind provides for running programs is
420-significantly different to that for normal programs, e.g. due to
421-different layout of memory. Therefore Valgrind has to have full control
422-from the very start.
423-
424-It is possible to achieve something like this by running your program
425-without any instrumentation (which involves a slow-down of about 5x,
426-less than that of most tools), and then adding instrumentation once you
427-get to a point of interest. Support for this must be provided by the
428-tool, however, and Callgrind is the only tool that currently has such
429-support. See the instructions on the callgrind_control program for
430-details.
431-
432-
433-------------------------------------------------------------------------
434-6. How To Get Further Assistance
435-------------------------------------------------------------------------
436-
437-Read the appropriate section(s) of the Valgrind Documentation:
438-<http://www.valgrind.org/docs/manual/index.html>.
439-
440-Search: <http://search.gmane.org> the valgrind-users:
441-<http://news.gmane.org/gmane.comp.debugging.valgrind> mailing list
442-archives, using the group name gmane.comp.debugging.valgrind.
443-
444-If you think an answer in this FAQ is incomplete or inaccurate, please
445-e-mail valgrind@valgrind.org: <valgrind@valgrind.org>.
446-
447-If you have tried all of these things and are still stuck, you can try
448-mailing the valgrind-users mailing list:
449-<http://www.valgrind.org/support/mailing_lists.html>. Note that an email
450-has a better change of being answered usefully if it is clearly written.
451-Also remember that, despite the fact that most of the community are very
452-helpful and responsive to emailed questions, you are probably requesting
453-help from unpaid volunteers, so you have no guarantee of receiving an
454-answer.
455-
456
457=== modified file 'Makefile.all.am'
458--- Makefile.all.am 2010-02-12 18:34:15 +0000
459+++ Makefile.all.am 2010-07-08 21:31:39 +0000
460@@ -96,7 +96,8 @@
461 # stack traces, since users often see stack traces extending
462 # into (and through) the preloads.
463 if VGCONF_OS_IS_DARWIN
464-AM_CFLAGS_PIC = -dynamic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -mno-dynamic-no-pic
465+AM_CFLAGS_PIC = -dynamic -O -g -fno-omit-frame-pointer -fno-strict-aliasing \
466+ -mno-dynamic-no-pic -fpic -fPIC
467 else
468 AM_CFLAGS_PIC = -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing
469 endif
470@@ -167,8 +168,9 @@
471
472 AM_FLAG_M3264_X86_DARWIN = -arch i386
473 AM_CFLAGS_X86_DARWIN = $(WERROR) -arch i386 $(AM_CFLAGS_BASE) \
474- -mmacosx-version-min=10.5 -fno-stack-protector \
475- -mdynamic-no-pic
476+ -mmacosx-version-min=10.5 \
477+ -fno-stack-protector -fno-pic -fno-PIC
478+
479 AM_CCASFLAGS_X86_DARWIN = $(AM_CPPFLAGS_X86_DARWIN) -arch i386 -g
480
481 AM_FLAG_M3264_AMD64_DARWIN = -arch x86_64
482
483=== modified file 'Makefile.am'
484--- Makefile.am 2009-10-02 15:51:36 +0000
485+++ Makefile.am 2010-07-08 21:31:39 +0000
486@@ -48,7 +48,8 @@
487 glibc-2.2-LinuxThreads-helgrind.supp \
488 glibc-2.X-drd.supp \
489 exp-ptrcheck.supp \
490- darwin9.supp darwin9-drd.supp
491+ darwin9.supp darwin9-drd.supp \
492+ darwin10.supp darwin10-drd.supp
493 DEFAULT_SUPP_FILES = @DEFAULT_SUPP@
494
495 # We include all the base .supp files in the distribution, but not
496
497=== added file 'Makefile.in'
498--- Makefile.in 1970-01-01 00:00:00 +0000
499+++ Makefile.in 2010-07-08 21:31:39 +0000
500@@ -0,0 +1,1114 @@
501+# Makefile.in generated by automake 1.11.1 from Makefile.am.
502+# @configure_input@
503+
504+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
505+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
506+# Inc.
507+# This Makefile.in is free software; the Free Software Foundation
508+# gives unlimited permission to copy and/or distribute it,
509+# with or without modifications, as long as this notice is preserved.
510+
511+# This program is distributed in the hope that it will be useful,
512+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
513+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
514+# PARTICULAR PURPOSE.
515+
516+@SET_MAKE@
517+
518+# This file should be included (directly or indirectly) by every
519+# Makefile.am that builds programs. And also the top-level Makefile.am.
520+
521+#----------------------------------------------------------------------------
522+# Global stuff
523+#----------------------------------------------------------------------------
524+
525+
526+VPATH = @srcdir@
527+pkgdatadir = $(datadir)/@PACKAGE@
528+pkgincludedir = $(includedir)/@PACKAGE@
529+pkglibdir = $(libdir)/@PACKAGE@
530+pkglibexecdir = $(libexecdir)/@PACKAGE@
531+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
532+install_sh_DATA = $(install_sh) -c -m 644
533+install_sh_PROGRAM = $(install_sh) -c
534+install_sh_SCRIPT = $(install_sh) -c
535+INSTALL_HEADER = $(INSTALL_DATA)
536+transform = $(program_transform_name)
537+NORMAL_INSTALL = :
538+PRE_INSTALL = :
539+POST_INSTALL = :
540+NORMAL_UNINSTALL = :
541+PRE_UNINSTALL = :
542+POST_UNINSTALL = :
543+build_triplet = @build@
544+host_triplet = @host@
545+DIST_COMMON = README $(am__configure_deps) $(dist_noinst_DATA) \
546+ $(dist_noinst_SCRIPTS) $(srcdir)/Makefile.am \
547+ $(srcdir)/Makefile.in $(srcdir)/config.h.in \
548+ $(srcdir)/glibc-2.X.supp.in $(srcdir)/valgrind.pc.in \
549+ $(srcdir)/valgrind.spec.in $(top_srcdir)/Makefile.all.am \
550+ $(top_srcdir)/configure \
551+ $(top_srcdir)/drd/scripts/download-and-build-splash2.in \
552+ AUTHORS COPYING NEWS compile config.guess config.sub depcomp \
553+ install-sh missing
554+subdir = .
555+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
556+am__aclocal_m4_deps = $(top_srcdir)/configure.in
557+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
558+ $(ACLOCAL_M4)
559+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
560+ configure.lineno config.status.lineno
561+mkinstalldirs = $(install_sh) -d
562+CONFIG_HEADER = config.h
563+CONFIG_CLEAN_FILES = valgrind.spec valgrind.pc glibc-2.X.supp \
564+ drd/scripts/download-and-build-splash2
565+CONFIG_CLEAN_VPATH_FILES =
566+SCRIPTS = $(dist_noinst_SCRIPTS)
567+SOURCES =
568+DIST_SOURCES =
569+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
570+ html-recursive info-recursive install-data-recursive \
571+ install-dvi-recursive install-exec-recursive \
572+ install-html-recursive install-info-recursive \
573+ install-pdf-recursive install-ps-recursive install-recursive \
574+ installcheck-recursive installdirs-recursive pdf-recursive \
575+ ps-recursive uninstall-recursive
576+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
577+am__vpath_adj = case $$p in \
578+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
579+ *) f=$$p;; \
580+ esac;
581+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
582+am__install_max = 40
583+am__nobase_strip_setup = \
584+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
585+am__nobase_strip = \
586+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
587+am__nobase_list = $(am__nobase_strip_setup); \
588+ for p in $$list; do echo "$$p $$p"; done | \
589+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
590+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
591+ if (++n[$$2] == $(am__install_max)) \
592+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
593+ END { for (dir in files) print dir, files[dir] }'
594+am__base_list = \
595+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
596+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
597+am__installdirs = "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkglibdir)"
598+DATA = $(dist_noinst_DATA) $(pkgconfig_DATA) $(pkglib_DATA)
599+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
600+ distclean-recursive maintainer-clean-recursive
601+AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
602+ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
603+ distdir dist dist-all distcheck
604+ETAGS = etags
605+CTAGS = ctags
606+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
607+distdir = $(PACKAGE)-$(VERSION)
608+top_distdir = $(distdir)
609+am__remove_distdir = \
610+ { test ! -d "$(distdir)" \
611+ || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
612+ && rm -fr "$(distdir)"; }; }
613+am__relativize = \
614+ dir0=`pwd`; \
615+ sed_first='s,^\([^/]*\)/.*$$,\1,'; \
616+ sed_rest='s,^[^/]*/*,,'; \
617+ sed_last='s,^.*/\([^/]*\)$$,\1,'; \
618+ sed_butlast='s,/*[^/]*$$,,'; \
619+ while test -n "$$dir1"; do \
620+ first=`echo "$$dir1" | sed -e "$$sed_first"`; \
621+ if test "$$first" != "."; then \
622+ if test "$$first" = ".."; then \
623+ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
624+ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
625+ else \
626+ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
627+ if test "$$first2" = "$$first"; then \
628+ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
629+ else \
630+ dir2="../$$dir2"; \
631+ fi; \
632+ dir0="$$dir0"/"$$first"; \
633+ fi; \
634+ fi; \
635+ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
636+ done; \
637+ reldir="$$dir2"
638+DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
639+GZIP_ENV = --best
640+distuninstallcheck_listfiles = find . -type f -print
641+distcleancheck_listfiles = find . -type f -print
642+ACLOCAL = @ACLOCAL@
643+AMTAR = @AMTAR@
644+AR = @AR@
645+AUTOCONF = @AUTOCONF@
646+AUTOHEADER = @AUTOHEADER@
647+AUTOMAKE = @AUTOMAKE@
648+AWK = @AWK@
649+BOOST_CFLAGS = @BOOST_CFLAGS@
650+BOOST_LIBS = @BOOST_LIBS@
651+CC = @CC@
652+CCAS = @CCAS@
653+CCASDEPMODE = @CCASDEPMODE@
654+CCASFLAGS = @CCASFLAGS@
655+CCDEPMODE = @CCDEPMODE@
656+CFLAGS = @CFLAGS@
657+CPP = @CPP@
658+CPPFLAGS = @CPPFLAGS@
659+CXX = @CXX@
660+CXXDEPMODE = @CXXDEPMODE@
661+CXXFLAGS = @CXXFLAGS@
662+CYGPATH_W = @CYGPATH_W@
663+DEFAULT_SUPP = @DEFAULT_SUPP@
664+DEFS = @DEFS@
665+DEPDIR = @DEPDIR@
666+DIFF = @DIFF@
667+ECHO_C = @ECHO_C@
668+ECHO_N = @ECHO_N@
669+ECHO_T = @ECHO_T@
670+EGREP = @EGREP@
671+EXEEXT = @EXEEXT@
672+FLAG_FNO_STACK_PROTECTOR = @FLAG_FNO_STACK_PROTECTOR@
673+FLAG_M32 = @FLAG_M32@
674+FLAG_M64 = @FLAG_M64@
675+FLAG_MAIX32 = @FLAG_MAIX32@
676+FLAG_MAIX64 = @FLAG_MAIX64@
677+FLAG_MMMX = @FLAG_MMMX@
678+FLAG_MSSE = @FLAG_MSSE@
679+FLAG_NO_BUILD_ID = @FLAG_NO_BUILD_ID@
680+FLAG_UNLIMITED_INLINE_UNIT_GROWTH = @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@
681+FLAG_W_EXTRA = @FLAG_W_EXTRA@
682+FLAG_W_NO_EMPTY_BODY = @FLAG_W_NO_EMPTY_BODY@
683+FLAG_W_NO_FORMAT_ZERO_LENGTH = @FLAG_W_NO_FORMAT_ZERO_LENGTH@
684+FLAG_W_NO_UNINITIALIZED = @FLAG_W_NO_UNINITIALIZED@
685+GDB = @GDB@
686+GLIBC_VERSION = @GLIBC_VERSION@
687+GREP = @GREP@
688+INSTALL = @INSTALL@
689+INSTALL_DATA = @INSTALL_DATA@
690+INSTALL_PROGRAM = @INSTALL_PROGRAM@
691+INSTALL_SCRIPT = @INSTALL_SCRIPT@
692+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
693+LDFLAGS = @LDFLAGS@
694+LIBOBJS = @LIBOBJS@
695+LIBS = @LIBS@
696+LN_S = @LN_S@
697+LTLIBOBJS = @LTLIBOBJS@
698+MAINT = @MAINT@
699+MAKEINFO = @MAKEINFO@
700+MKDIR_P = @MKDIR_P@
701+MPI_CC = @MPI_CC@
702+OBJEXT = @OBJEXT@
703+PACKAGE = @PACKAGE@
704+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
705+PACKAGE_NAME = @PACKAGE_NAME@
706+PACKAGE_STRING = @PACKAGE_STRING@
707+PACKAGE_TARNAME = @PACKAGE_TARNAME@
708+PACKAGE_URL = @PACKAGE_URL@
709+PACKAGE_VERSION = @PACKAGE_VERSION@
710+PATH_SEPARATOR = @PATH_SEPARATOR@
711+PERL = @PERL@
712+PKG_CONFIG = @PKG_CONFIG@
713+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
714+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
715+PREFERRED_STACK_BOUNDARY = @PREFERRED_STACK_BOUNDARY@
716+QTCORE_CFLAGS = @QTCORE_CFLAGS@
717+QTCORE_LIBS = @QTCORE_LIBS@
718+RANLIB = @RANLIB@
719+SED = @SED@
720+SET_MAKE = @SET_MAKE@
721+SHELL = @SHELL@
722+STRIP = @STRIP@
723+VALT_LOAD_ADDRESS_PRI = @VALT_LOAD_ADDRESS_PRI@
724+VALT_LOAD_ADDRESS_SEC = @VALT_LOAD_ADDRESS_SEC@
725+VERSION = @VERSION@
726+VGCONF_ARCH_PRI = @VGCONF_ARCH_PRI@
727+VGCONF_ARCH_SEC = @VGCONF_ARCH_SEC@
728+VGCONF_OS = @VGCONF_OS@
729+VGCONF_PLATFORM_PRI_CAPS = @VGCONF_PLATFORM_PRI_CAPS@
730+VGCONF_PLATFORM_SEC_CAPS = @VGCONF_PLATFORM_SEC_CAPS@
731+abs_builddir = @abs_builddir@
732+abs_srcdir = @abs_srcdir@
733+abs_top_builddir = @abs_top_builddir@
734+abs_top_srcdir = @abs_top_srcdir@
735+ac_ct_CC = @ac_ct_CC@
736+ac_ct_CXX = @ac_ct_CXX@
737+am__include = @am__include@
738+am__leading_dot = @am__leading_dot@
739+am__quote = @am__quote@
740+am__tar = @am__tar@
741+am__untar = @am__untar@
742+bindir = @bindir@
743+build = @build@
744+build_alias = @build_alias@
745+build_cpu = @build_cpu@
746+build_os = @build_os@
747+build_vendor = @build_vendor@
748+builddir = @builddir@
749+datadir = @datadir@
750+datarootdir = @datarootdir@
751+docdir = @docdir@
752+dvidir = @dvidir@
753+exec_prefix = @exec_prefix@
754+host = @host@
755+host_alias = @host_alias@
756+host_cpu = @host_cpu@
757+host_os = @host_os@
758+host_vendor = @host_vendor@
759+htmldir = @htmldir@
760+includedir = @includedir@
761+infodir = @infodir@
762+install_sh = @install_sh@
763+libdir = @libdir@
764+libexecdir = @libexecdir@
765+localedir = @localedir@
766+localstatedir = @localstatedir@
767+mandir = @mandir@
768+mkdir_p = @mkdir_p@
769+oldincludedir = @oldincludedir@
770+pdfdir = @pdfdir@
771+prefix = @prefix@
772+program_transform_name = @program_transform_name@
773+psdir = @psdir@
774+sbindir = @sbindir@
775+sharedstatedir = @sharedstatedir@
776+srcdir = @srcdir@
777+sysconfdir = @sysconfdir@
778+target_alias = @target_alias@
779+top_build_prefix = @top_build_prefix@
780+top_builddir = @top_builddir@
781+top_srcdir = @top_srcdir@
782+AUTOMAKE_OPTIONS = foreign 1.7 dist-bzip2
783+inplacedir = $(top_builddir)/.in_place
784+
785+#----------------------------------------------------------------------------
786+# Flags
787+#----------------------------------------------------------------------------
788+
789+# Baseline flags for all compilations. Aim here is to maximise
790+# performance and get whatever useful warnings we can out of gcc.
791+AM_CFLAGS_BASE = \
792+ -O2 -g \
793+ -Wall \
794+ -Wmissing-prototypes \
795+ -Wshadow \
796+ -Wpointer-arith \
797+ -Wstrict-prototypes \
798+ -Wmissing-declarations \
799+ @FLAG_W_NO_FORMAT_ZERO_LENGTH@ \
800+ -fno-strict-aliasing
801+
802+@VGCONF_OS_IS_DARWIN_FALSE@AM_CFLAGS_PIC = -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing
803+
804+# These flags are used for building the preload shared objects.
805+# The aim is to give reasonable performance but also to have good
806+# stack traces, since users often see stack traces extending
807+# into (and through) the preloads.
808+@VGCONF_OS_IS_DARWIN_TRUE@AM_CFLAGS_PIC = -dynamic -O -g -fno-omit-frame-pointer -fno-strict-aliasing \
809+@VGCONF_OS_IS_DARWIN_TRUE@ -mno-dynamic-no-pic -fpic -fPIC
810+
811+
812+# Flags for specific targets.
813+#
814+# Nb: the AM_CPPFLAGS_* values are suitable for building tools and auxprogs.
815+# For building the core, coregrind/Makefile.am files add some extra things.
816+#
817+# Also: in newer versions of automake (1.10 onwards?) asm files ending with
818+# '.S' are considered "pre-processed" (as opposed to those ending in '.s')
819+# and so the CPPFLAGS are passed to the assembler. But this is not true for
820+# older automakes (e.g. 1.8.5, 1.9.6), sigh. So we include
821+# AM_CPPFLAGS_<PLATFORM> in each AM_CCASFLAGS_<PLATFORM> variable. This
822+# means some of the flags are duplicated on systems with newer versions of
823+# automake, but this does not really matter and seems hard to avoid.
824+AM_CPPFLAGS_@VGCONF_PLATFORM_PRI_CAPS@ = \
825+ -I$(top_srcdir) \
826+ -I$(top_srcdir)/include \
827+ -I$(top_srcdir)/VEX/pub \
828+ -DVGA_@VGCONF_ARCH_PRI@=1 \
829+ -DVGO_@VGCONF_OS@=1 \
830+ -DVGP_@VGCONF_ARCH_PRI@_@VGCONF_OS@=1
831+
832+@VGCONF_HAVE_PLATFORM_SEC_TRUE@AM_CPPFLAGS_@VGCONF_PLATFORM_SEC_CAPS@ = \
833+@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -I$(top_srcdir) \
834+@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -I$(top_srcdir)/include \
835+@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -I$(top_srcdir)/VEX/pub \
836+@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -DVGA_@VGCONF_ARCH_SEC@=1 \
837+@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -DVGO_@VGCONF_OS@=1 \
838+@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -DVGP_@VGCONF_ARCH_SEC@_@VGCONF_OS@=1
839+
840+AM_FLAG_M3264_X86_LINUX = @FLAG_M32@
841+AM_CFLAGS_X86_LINUX = @FLAG_M32@ @PREFERRED_STACK_BOUNDARY@ \
842+ $(AM_CFLAGS_BASE)
843+
844+AM_CCASFLAGS_X86_LINUX = $(AM_CPPFLAGS_X86_LINUX) @FLAG_M32@ -g
845+AM_FLAG_M3264_AMD64_LINUX = @FLAG_M64@
846+AM_CFLAGS_AMD64_LINUX = @FLAG_M64@ -fomit-frame-pointer \
847+ @PREFERRED_STACK_BOUNDARY@ $(AM_CFLAGS_BASE)
848+
849+AM_CCASFLAGS_AMD64_LINUX = $(AM_CPPFLAGS_AMD64_LINUX) @FLAG_M64@ -g
850+AM_FLAG_M3264_PPC32_LINUX = @FLAG_M32@
851+AM_CFLAGS_PPC32_LINUX = @FLAG_M32@ $(AM_CFLAGS_BASE)
852+AM_CCASFLAGS_PPC32_LINUX = $(AM_CPPFLAGS_PPC32_LINUX) @FLAG_M32@ -g
853+AM_FLAG_M3264_PPC64_LINUX = @FLAG_M64@
854+AM_CFLAGS_PPC64_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE)
855+AM_CCASFLAGS_PPC64_LINUX = $(AM_CPPFLAGS_PPC64_LINUX) @FLAG_M64@ -g
856+AM_FLAG_M3264_ARM_LINUX = @FLAG_M32@
857+AM_CFLAGS_ARM_LINUX = @FLAG_M32@ @PREFERRED_STACK_BOUNDARY@ \
858+ $(AM_CFLAGS_BASE)
859+
860+AM_CCASFLAGS_ARM_LINUX = $(AM_CPPFLAGS_ARM_LINUX) @FLAG_M32@ -g
861+AM_FLAG_M3264_PPC32_AIX5 = @FLAG_MAIX32@
862+AM_CFLAGS_PPC32_AIX5 = @FLAG_MAIX32@ -mcpu=powerpc $(AM_CFLAGS_BASE)
863+AM_CCASFLAGS_PPC32_AIX5 = $(AM_CPPFLAGS_PPC32_AIX5) \
864+ @FLAG_MAIX32@ -mcpu=powerpc -g
865+
866+AM_FLAG_M3264_PPC64_AIX5 = @FLAG_MAIX64@
867+AM_CFLAGS_PPC64_AIX5 = @FLAG_MAIX64@ -mcpu=powerpc64 $(AM_CFLAGS_BASE)
868+AM_CCASFLAGS_PPC64_AIX5 = $(AM_CPPFLAGS_PPC64_AIX5) \
869+ @FLAG_MAIX64@ -mcpu=powerpc64 -g
870+
871+AM_FLAG_M3264_X86_DARWIN = -arch i386
872+AM_CFLAGS_X86_DARWIN = $(WERROR) -arch i386 $(AM_CFLAGS_BASE) \
873+ -mmacosx-version-min=10.5 \
874+ -fno-stack-protector -fno-pic -fno-PIC
875+
876+AM_CCASFLAGS_X86_DARWIN = $(AM_CPPFLAGS_X86_DARWIN) -arch i386 -g
877+AM_FLAG_M3264_AMD64_DARWIN = -arch x86_64
878+AM_CFLAGS_AMD64_DARWIN = $(WERROR) -arch x86_64 $(AM_CFLAGS_BASE) \
879+ -mmacosx-version-min=10.5 -fno-stack-protector
880+
881+AM_CCASFLAGS_AMD64_DARWIN = $(AM_CPPFLAGS_AMD64_DARWIN) -arch x86_64 -g
882+
883+# Flags for the primary target. These must be used to build the
884+# regtests and performance tests. In fact, these must be used to
885+# build anything which is built only once on a dual-arch build.
886+#
887+AM_FLAG_M3264_PRI = $(AM_FLAG_M3264_@VGCONF_PLATFORM_PRI_CAPS@)
888+AM_CPPFLAGS_PRI = $(AM_CPPFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
889+AM_CFLAGS_PRI = $(AM_CFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
890+AM_CCASFLAGS_PRI = $(AM_CCASFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
891+@VGCONF_HAVE_PLATFORM_SEC_FALSE@AM_FLAG_M3264_SEC =
892+@VGCONF_HAVE_PLATFORM_SEC_TRUE@AM_FLAG_M3264_SEC = $(AM_FLAG_M3264_@VGCONF_PLATFORM_SEC_CAPS@)
893+
894+# Baseline link flags for making vgpreload shared objects.
895+#
896+PRELOAD_LDFLAGS_COMMON_LINUX = -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst
897+PRELOAD_LDFLAGS_COMMON_AIX5 = -nodefaultlibs -shared -Wl,-G -Wl,-bnogc
898+PRELOAD_LDFLAGS_COMMON_DARWIN = -dynamic -dynamiclib -all_load
899+PRELOAD_LDFLAGS_X86_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@
900+PRELOAD_LDFLAGS_AMD64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@
901+PRELOAD_LDFLAGS_PPC32_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@
902+PRELOAD_LDFLAGS_PPC64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@
903+PRELOAD_LDFLAGS_ARM_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@
904+PRELOAD_LDFLAGS_PPC32_AIX5 = $(PRELOAD_LDFLAGS_COMMON_AIX5) @FLAG_MAIX32@
905+PRELOAD_LDFLAGS_PPC64_AIX5 = $(PRELOAD_LDFLAGS_COMMON_AIX5) @FLAG_MAIX64@
906+PRELOAD_LDFLAGS_X86_DARWIN = $(PRELOAD_LDFLAGS_COMMON_DARWIN) -arch i386
907+PRELOAD_LDFLAGS_AMD64_DARWIN = $(PRELOAD_LDFLAGS_COMMON_DARWIN) -arch x86_64
908+TOOLS = memcheck \
909+ cachegrind \
910+ callgrind \
911+ massif \
912+ lackey \
913+ none \
914+ helgrind \
915+ drd
916+
917+EXP_TOOLS = exp-ptrcheck \
918+ exp-bbv
919+
920+
921+# DDD: once all tools work on Darwin, TEST_TOOLS and TEST_EXP_TOOLS can be
922+# replaced with TOOLS and EXP_TOOLS.
923+TEST_TOOLS = $(TOOLS)
924+@VGCONF_OS_IS_DARWIN_FALSE@TEST_EXP_TOOLS = $(EXP_TOOLS)
925+@VGCONF_OS_IS_DARWIN_TRUE@TEST_EXP_TOOLS = exp-bbv
926+
927+# Put docs last because building the HTML is slow and we want to get
928+# everything else working before we try it.
929+SUBDIRS = \
930+ include \
931+ VEX \
932+ coregrind \
933+ . \
934+ $(TOOLS) \
935+ $(EXP_TOOLS) \
936+ tests \
937+ perf \
938+ auxprogs \
939+ mpi \
940+ docs
941+
942+DIST_SUBDIRS = $(SUBDIRS)
943+SUPP_FILES = \
944+ glibc-2.2.supp glibc-2.3.supp glibc-2.4.supp glibc-2.5.supp \
945+ glibc-2.6.supp glibc-2.7.supp glibc-2.X.supp.in \
946+ aix5libc.supp xfree-3.supp xfree-4.supp \
947+ glibc-2.34567-NPTL-helgrind.supp \
948+ glibc-2.2-LinuxThreads-helgrind.supp \
949+ glibc-2.X-drd.supp \
950+ exp-ptrcheck.supp \
951+ darwin9.supp darwin9-drd.supp \
952+ darwin10.supp darwin10-drd.supp
953+
954+DEFAULT_SUPP_FILES = @DEFAULT_SUPP@
955+
956+# We include all the base .supp files in the distribution, but not
957+# default.supp, as it is built from the base .supp files at compile-time.
958+dist_noinst_DATA = $(SUPP_FILES)
959+pkglib_DATA = default.supp
960+pkgconfigdir = $(libdir)/pkgconfig
961+pkgconfig_DATA = valgrind.pc
962+BUILT_SOURCES = default.supp valgrind.pc
963+CLEANFILES = default.supp
964+
965+# Nb: no need to include any Makefile.am files here, or files included from
966+# them, as automake includes them automatically. Also not COPYING, README
967+# or NEWS.
968+# We include valgrind.spec as well as valgrind.spec.in to save packagers
969+# from having to run configure (bug 188560).
970+EXTRA_DIST = \
971+ COPYING.DOCS \
972+ README_DEVELOPERS \
973+ README_PACKAGERS \
974+ README_MISSING_SYSCALL_OR_IOCTL \
975+ valgrind.pc.in \
976+ valgrind.spec.in \
977+ valgrind.spec
978+
979+dist_noinst_SCRIPTS = \
980+ vg-in-place
981+
982+all: $(BUILT_SOURCES) config.h
983+ $(MAKE) $(AM_MAKEFLAGS) all-recursive
984+
985+.SUFFIXES:
986+am--refresh:
987+ @:
988+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.all.am $(am__configure_deps)
989+ @for dep in $?; do \
990+ case '$(am__configure_deps)' in \
991+ *$$dep*) \
992+ echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
993+ $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
994+ && exit 0; \
995+ exit 1;; \
996+ esac; \
997+ done; \
998+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
999+ $(am__cd) $(top_srcdir) && \
1000+ $(AUTOMAKE) --foreign Makefile
1001+.PRECIOUS: Makefile
1002+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1003+ @case '$?' in \
1004+ *config.status*) \
1005+ echo ' $(SHELL) ./config.status'; \
1006+ $(SHELL) ./config.status;; \
1007+ *) \
1008+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1009+ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1010+ esac;
1011+
1012+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1013+ $(SHELL) ./config.status --recheck
1014+
1015+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1016+ $(am__cd) $(srcdir) && $(AUTOCONF)
1017+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1018+ $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1019+$(am__aclocal_m4_deps):
1020+
1021+config.h: stamp-h1
1022+ @if test ! -f $@; then \
1023+ rm -f stamp-h1; \
1024+ $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
1025+ else :; fi
1026+
1027+stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
1028+ @rm -f stamp-h1
1029+ cd $(top_builddir) && $(SHELL) ./config.status config.h
1030+$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1031+ ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1032+ rm -f stamp-h1
1033+ touch $@
1034+
1035+distclean-hdr:
1036+ -rm -f config.h stamp-h1
1037+valgrind.spec: $(top_builddir)/config.status $(srcdir)/valgrind.spec.in
1038+ cd $(top_builddir) && $(SHELL) ./config.status $@
1039+valgrind.pc: $(top_builddir)/config.status $(srcdir)/valgrind.pc.in
1040+ cd $(top_builddir) && $(SHELL) ./config.status $@
1041+glibc-2.X.supp: $(top_builddir)/config.status $(srcdir)/glibc-2.X.supp.in
1042+ cd $(top_builddir) && $(SHELL) ./config.status $@
1043+drd/scripts/download-and-build-splash2: $(top_builddir)/config.status $(top_srcdir)/drd/scripts/download-and-build-splash2.in
1044+ cd $(top_builddir) && $(SHELL) ./config.status $@
1045+install-pkgconfigDATA: $(pkgconfig_DATA)
1046+ @$(NORMAL_INSTALL)
1047+ test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
1048+ @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1049+ for p in $$list; do \
1050+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1051+ echo "$$d$$p"; \
1052+ done | $(am__base_list) | \
1053+ while read files; do \
1054+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
1055+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
1056+ done
1057+
1058+uninstall-pkgconfigDATA:
1059+ @$(NORMAL_UNINSTALL)
1060+ @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
1061+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1062+ test -n "$$files" || exit 0; \
1063+ echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
1064+ cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
1065+install-pkglibDATA: $(pkglib_DATA)
1066+ @$(NORMAL_INSTALL)
1067+ test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
1068+ @list='$(pkglib_DATA)'; test -n "$(pkglibdir)" || list=; \
1069+ for p in $$list; do \
1070+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1071+ echo "$$d$$p"; \
1072+ done | $(am__base_list) | \
1073+ while read files; do \
1074+ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkglibdir)'"; \
1075+ $(INSTALL_DATA) $$files "$(DESTDIR)$(pkglibdir)" || exit $$?; \
1076+ done
1077+
1078+uninstall-pkglibDATA:
1079+ @$(NORMAL_UNINSTALL)
1080+ @list='$(pkglib_DATA)'; test -n "$(pkglibdir)" || list=; \
1081+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1082+ test -n "$$files" || exit 0; \
1083+ echo " ( cd '$(DESTDIR)$(pkglibdir)' && rm -f" $$files ")"; \
1084+ cd "$(DESTDIR)$(pkglibdir)" && rm -f $$files
1085+
1086+# This directory's subdirectories are mostly independent; you can cd
1087+# into them and run `make' without going through this Makefile.
1088+# To change the values of `make' variables: instead of editing Makefiles,
1089+# (1) if the variable is set in `config.status', edit `config.status'
1090+# (which will cause the Makefiles to be regenerated when you run `make');
1091+# (2) otherwise, pass the desired values on the `make' command line.
1092+$(RECURSIVE_TARGETS):
1093+ @fail= failcom='exit 1'; \
1094+ for f in x $$MAKEFLAGS; do \
1095+ case $$f in \
1096+ *=* | --[!k]*);; \
1097+ *k*) failcom='fail=yes';; \
1098+ esac; \
1099+ done; \
1100+ dot_seen=no; \
1101+ target=`echo $@ | sed s/-recursive//`; \
1102+ list='$(SUBDIRS)'; for subdir in $$list; do \
1103+ echo "Making $$target in $$subdir"; \
1104+ if test "$$subdir" = "."; then \
1105+ dot_seen=yes; \
1106+ local_target="$$target-am"; \
1107+ else \
1108+ local_target="$$target"; \
1109+ fi; \
1110+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1111+ || eval $$failcom; \
1112+ done; \
1113+ if test "$$dot_seen" = "no"; then \
1114+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1115+ fi; test -z "$$fail"
1116+
1117+$(RECURSIVE_CLEAN_TARGETS):
1118+ @fail= failcom='exit 1'; \
1119+ for f in x $$MAKEFLAGS; do \
1120+ case $$f in \
1121+ *=* | --[!k]*);; \
1122+ *k*) failcom='fail=yes';; \
1123+ esac; \
1124+ done; \
1125+ dot_seen=no; \
1126+ case "$@" in \
1127+ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1128+ *) list='$(SUBDIRS)' ;; \
1129+ esac; \
1130+ rev=''; for subdir in $$list; do \
1131+ if test "$$subdir" = "."; then :; else \
1132+ rev="$$subdir $$rev"; \
1133+ fi; \
1134+ done; \
1135+ rev="$$rev ."; \
1136+ target=`echo $@ | sed s/-recursive//`; \
1137+ for subdir in $$rev; do \
1138+ echo "Making $$target in $$subdir"; \
1139+ if test "$$subdir" = "."; then \
1140+ local_target="$$target-am"; \
1141+ else \
1142+ local_target="$$target"; \
1143+ fi; \
1144+ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1145+ || eval $$failcom; \
1146+ done && test -z "$$fail"
1147+tags-recursive:
1148+ list='$(SUBDIRS)'; for subdir in $$list; do \
1149+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1150+ done
1151+ctags-recursive:
1152+ list='$(SUBDIRS)'; for subdir in $$list; do \
1153+ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1154+ done
1155+
1156+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1157+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1158+ unique=`for i in $$list; do \
1159+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1160+ done | \
1161+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1162+ END { if (nonempty) { for (i in files) print i; }; }'`; \
1163+ mkid -fID $$unique
1164+tags: TAGS
1165+
1166+TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
1167+ $(TAGS_FILES) $(LISP)
1168+ set x; \
1169+ here=`pwd`; \
1170+ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1171+ include_option=--etags-include; \
1172+ empty_fix=.; \
1173+ else \
1174+ include_option=--include; \
1175+ empty_fix=; \
1176+ fi; \
1177+ list='$(SUBDIRS)'; for subdir in $$list; do \
1178+ if test "$$subdir" = .; then :; else \
1179+ test ! -f $$subdir/TAGS || \
1180+ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1181+ fi; \
1182+ done; \
1183+ list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
1184+ unique=`for i in $$list; do \
1185+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1186+ done | \
1187+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1188+ END { if (nonempty) { for (i in files) print i; }; }'`; \
1189+ shift; \
1190+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1191+ test -n "$$unique" || unique=$$empty_fix; \
1192+ if test $$# -gt 0; then \
1193+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1194+ "$$@" $$unique; \
1195+ else \
1196+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1197+ $$unique; \
1198+ fi; \
1199+ fi
1200+ctags: CTAGS
1201+CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
1202+ $(TAGS_FILES) $(LISP)
1203+ list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
1204+ unique=`for i in $$list; do \
1205+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1206+ done | \
1207+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1208+ END { if (nonempty) { for (i in files) print i; }; }'`; \
1209+ test -z "$(CTAGS_ARGS)$$unique" \
1210+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1211+ $$unique
1212+
1213+GTAGS:
1214+ here=`$(am__cd) $(top_builddir) && pwd` \
1215+ && $(am__cd) $(top_srcdir) \
1216+ && gtags -i $(GTAGS_ARGS) "$$here"
1217+
1218+distclean-tags:
1219+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1220+
1221+distdir: $(DISTFILES)
1222+ $(am__remove_distdir)
1223+ test -d "$(distdir)" || mkdir "$(distdir)"
1224+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1225+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1226+ list='$(DISTFILES)'; \
1227+ dist_files=`for file in $$list; do echo $$file; done | \
1228+ sed -e "s|^$$srcdirstrip/||;t" \
1229+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1230+ case $$dist_files in \
1231+ */*) $(MKDIR_P) `echo "$$dist_files" | \
1232+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1233+ sort -u` ;; \
1234+ esac; \
1235+ for file in $$dist_files; do \
1236+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1237+ if test -d $$d/$$file; then \
1238+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1239+ if test -d "$(distdir)/$$file"; then \
1240+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1241+ fi; \
1242+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1243+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1244+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1245+ fi; \
1246+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1247+ else \
1248+ test -f "$(distdir)/$$file" \
1249+ || cp -p $$d/$$file "$(distdir)/$$file" \
1250+ || exit 1; \
1251+ fi; \
1252+ done
1253+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1254+ if test "$$subdir" = .; then :; else \
1255+ test -d "$(distdir)/$$subdir" \
1256+ || $(MKDIR_P) "$(distdir)/$$subdir" \
1257+ || exit 1; \
1258+ fi; \
1259+ done
1260+ @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1261+ if test "$$subdir" = .; then :; else \
1262+ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1263+ $(am__relativize); \
1264+ new_distdir=$$reldir; \
1265+ dir1=$$subdir; dir2="$(top_distdir)"; \
1266+ $(am__relativize); \
1267+ new_top_distdir=$$reldir; \
1268+ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1269+ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1270+ ($(am__cd) $$subdir && \
1271+ $(MAKE) $(AM_MAKEFLAGS) \
1272+ top_distdir="$$new_top_distdir" \
1273+ distdir="$$new_distdir" \
1274+ am__remove_distdir=: \
1275+ am__skip_length_check=: \
1276+ am__skip_mode_fix=: \
1277+ distdir) \
1278+ || exit 1; \
1279+ fi; \
1280+ done
1281+ -test -n "$(am__skip_mode_fix)" \
1282+ || find "$(distdir)" -type d ! -perm -755 \
1283+ -exec chmod u+rwx,go+rx {} \; -o \
1284+ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1285+ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1286+ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1287+ || chmod -R a+r "$(distdir)"
1288+dist-gzip: distdir
1289+ tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1290+ $(am__remove_distdir)
1291+dist-bzip2: distdir
1292+ tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
1293+ $(am__remove_distdir)
1294+
1295+dist-lzma: distdir
1296+ tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
1297+ $(am__remove_distdir)
1298+
1299+dist-xz: distdir
1300+ tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
1301+ $(am__remove_distdir)
1302+
1303+dist-tarZ: distdir
1304+ tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1305+ $(am__remove_distdir)
1306+
1307+dist-shar: distdir
1308+ shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1309+ $(am__remove_distdir)
1310+
1311+dist-zip: distdir
1312+ -rm -f $(distdir).zip
1313+ zip -rq $(distdir).zip $(distdir)
1314+ $(am__remove_distdir)
1315+
1316+dist dist-all: distdir
1317+ tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1318+ tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
1319+ $(am__remove_distdir)
1320+
1321+# This target untars the dist file and tries a VPATH configuration. Then
1322+# it guarantees that the distribution is self-contained by making another
1323+# tarfile.
1324+distcheck: dist
1325+ case '$(DIST_ARCHIVES)' in \
1326+ *.tar.gz*) \
1327+ GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1328+ *.tar.bz2*) \
1329+ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1330+ *.tar.lzma*) \
1331+ lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
1332+ *.tar.xz*) \
1333+ xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1334+ *.tar.Z*) \
1335+ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1336+ *.shar.gz*) \
1337+ GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1338+ *.zip*) \
1339+ unzip $(distdir).zip ;;\
1340+ esac
1341+ chmod -R a-w $(distdir); chmod a+w $(distdir)
1342+ mkdir $(distdir)/_build
1343+ mkdir $(distdir)/_inst
1344+ chmod a-w $(distdir)
1345+ test -d $(distdir)/_build || exit 0; \
1346+ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1347+ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1348+ && am__cwd=`pwd` \
1349+ && $(am__cd) $(distdir)/_build \
1350+ && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1351+ $(DISTCHECK_CONFIGURE_FLAGS) \
1352+ && $(MAKE) $(AM_MAKEFLAGS) \
1353+ && $(MAKE) $(AM_MAKEFLAGS) dvi \
1354+ && $(MAKE) $(AM_MAKEFLAGS) check \
1355+ && $(MAKE) $(AM_MAKEFLAGS) install \
1356+ && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1357+ && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1358+ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1359+ distuninstallcheck \
1360+ && chmod -R a-w "$$dc_install_base" \
1361+ && ({ \
1362+ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1363+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1364+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1365+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1366+ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1367+ } || { rm -rf "$$dc_destdir"; exit 1; }) \
1368+ && rm -rf "$$dc_destdir" \
1369+ && $(MAKE) $(AM_MAKEFLAGS) dist \
1370+ && rm -rf $(DIST_ARCHIVES) \
1371+ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1372+ && cd "$$am__cwd" \
1373+ || exit 1
1374+ $(am__remove_distdir)
1375+ @(echo "$(distdir) archives ready for distribution: "; \
1376+ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1377+ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1378+distuninstallcheck:
1379+ @$(am__cd) '$(distuninstallcheck_dir)' \
1380+ && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
1381+ || { echo "ERROR: files left after uninstall:" ; \
1382+ if test -n "$(DESTDIR)"; then \
1383+ echo " (check DESTDIR support)"; \
1384+ fi ; \
1385+ $(distuninstallcheck_listfiles) ; \
1386+ exit 1; } >&2
1387+distcleancheck: distclean
1388+ @if test '$(srcdir)' = . ; then \
1389+ echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1390+ exit 1 ; \
1391+ fi
1392+ @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1393+ || { echo "ERROR: files left in build directory after distclean:" ; \
1394+ $(distcleancheck_listfiles) ; \
1395+ exit 1; } >&2
1396+check-am: all-am
1397+check: $(BUILT_SOURCES)
1398+ $(MAKE) $(AM_MAKEFLAGS) check-recursive
1399+all-am: Makefile $(SCRIPTS) $(DATA) config.h all-local
1400+installdirs: installdirs-recursive
1401+installdirs-am:
1402+ for dir in "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkglibdir)"; do \
1403+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1404+ done
1405+install: $(BUILT_SOURCES)
1406+ $(MAKE) $(AM_MAKEFLAGS) install-recursive
1407+install-exec: install-exec-recursive
1408+install-data: install-data-recursive
1409+uninstall: uninstall-recursive
1410+
1411+install-am: all-am
1412+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1413+
1414+installcheck: installcheck-recursive
1415+install-strip:
1416+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1417+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1418+ `test -z '$(STRIP)' || \
1419+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1420+mostlyclean-generic:
1421+
1422+clean-generic:
1423+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1424+
1425+distclean-generic:
1426+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1427+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1428+
1429+maintainer-clean-generic:
1430+ @echo "This command is intended for maintainers to use"
1431+ @echo "it deletes files that may require special tools to rebuild."
1432+ -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1433+clean: clean-recursive
1434+
1435+clean-am: clean-generic clean-local mostlyclean-am
1436+
1437+distclean: distclean-recursive
1438+ -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1439+ -rm -f Makefile
1440+distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
1441+
1442+dvi: dvi-recursive
1443+
1444+dvi-am:
1445+
1446+html: html-recursive
1447+
1448+html-am:
1449+
1450+info: info-recursive
1451+
1452+info-am:
1453+
1454+install-data-am: install-pkgconfigDATA
1455+
1456+install-dvi: install-dvi-recursive
1457+
1458+install-dvi-am:
1459+
1460+install-exec-am: install-pkglibDATA
1461+
1462+install-html: install-html-recursive
1463+
1464+install-html-am:
1465+
1466+install-info: install-info-recursive
1467+
1468+install-info-am:
1469+
1470+install-man:
1471+
1472+install-pdf: install-pdf-recursive
1473+
1474+install-pdf-am:
1475+
1476+install-ps: install-ps-recursive
1477+
1478+install-ps-am:
1479+
1480+installcheck-am:
1481+
1482+maintainer-clean: maintainer-clean-recursive
1483+ -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1484+ -rm -rf $(top_srcdir)/autom4te.cache
1485+ -rm -f Makefile
1486+maintainer-clean-am: distclean-am maintainer-clean-generic
1487+
1488+mostlyclean: mostlyclean-recursive
1489+
1490+mostlyclean-am: mostlyclean-generic
1491+
1492+pdf: pdf-recursive
1493+
1494+pdf-am:
1495+
1496+ps: ps-recursive
1497+
1498+ps-am:
1499+
1500+uninstall-am: uninstall-pkgconfigDATA uninstall-pkglibDATA
1501+
1502+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
1503+ ctags-recursive install install-am install-strip \
1504+ tags-recursive
1505+
1506+.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1507+ all all-am all-local am--refresh check check-am clean \
1508+ clean-generic clean-local ctags ctags-recursive dist dist-all \
1509+ dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \
1510+ dist-zip distcheck distclean distclean-generic distclean-hdr \
1511+ distclean-tags distcleancheck distdir distuninstallcheck dvi \
1512+ dvi-am html html-am info info-am install install-am \
1513+ install-data install-data-am install-dvi install-dvi-am \
1514+ install-exec install-exec-am install-html install-html-am \
1515+ install-info install-info-am install-man install-pdf \
1516+ install-pdf-am install-pkgconfigDATA install-pkglibDATA \
1517+ install-ps install-ps-am install-strip installcheck \
1518+ installcheck-am installdirs installdirs-am maintainer-clean \
1519+ maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1520+ pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
1521+ uninstall-pkgconfigDATA uninstall-pkglibDATA
1522+
1523+
1524+# This used to be required when Vex had a handwritten Makefile. It
1525+# shouldn't be needed any more, though.
1526+
1527+#----------------------------------------------------------------------------
1528+# noinst_PROGRAMS and noinst_DSYMS targets
1529+#----------------------------------------------------------------------------
1530+
1531+# On Darwin, for a program 'p', the DWARF debug info is stored in the
1532+# directory 'p.dSYM'. This must be generated after the executable is
1533+# created, with 'dsymutil p'. We could redefine LINK with a script that
1534+# executes 'dsymutil' after linking, but that's a pain. Instead we use this
1535+# hook so that every time "make check" is run, we subsequently invoke
1536+# 'dsymutil' on all the executables that lack a .dSYM directory, or that are
1537+# newer than their corresponding .dSYM directory.
1538+build-noinst_DSYMS: $(noinst_DSYMS)
1539+ for f in $(noinst_DSYMS); do \
1540+ if [ ! -e $$f.dSYM -o $$f -nt $$f.dSYM ] ; then \
1541+ echo "dsymutil $$f"; \
1542+ dsymutil $$f; \
1543+ fi; \
1544+ done
1545+
1546+# This is used by coregrind/Makefile.am and Makefile.tool.am for doing
1547+# "in-place" installs. It copies $(noinst_PROGRAMS) into $inplacedir.
1548+# It needs to be depended on by an 'all-local' rule.
1549+inplace-noinst_PROGRAMS: $(noinst_PROGRAMS)
1550+ mkdir -p $(inplacedir); \
1551+ for f in $(noinst_PROGRAMS) ; do \
1552+ rm -f $(inplacedir)/$$f; \
1553+ ln -f -s ../$(subdir)/$$f $(inplacedir); \
1554+ done
1555+
1556+# Similar to inplace-noinst_PROGRAMS
1557+inplace-noinst_DSYMS: build-noinst_DSYMS
1558+ mkdir -p $(inplacedir); \
1559+ for f in $(noinst_DSYMS); do \
1560+ rm -f $(inplacedir)/$$f.dSYM; \
1561+ ln -f -s ../$(subdir)/$$f.dSYM $(inplacedir); \
1562+ done
1563+
1564+# This is used by coregrind/Makefile.am and by <tool>/Makefile.am for doing
1565+# "make install". It copies $(noinst_PROGRAMS) into $prefix/lib/valgrind/.
1566+# It needs to be depended on by an 'install-exec-local' rule.
1567+install-noinst_PROGRAMS: $(noinst_PROGRAMS)
1568+ $(mkinstalldirs) $(DESTDIR)$(pkglibdir); \
1569+ for f in $(noinst_PROGRAMS); do \
1570+ $(INSTALL_PROGRAM) $$f $(DESTDIR)$(pkglibdir); \
1571+ done
1572+
1573+# Similar to install-noinst_PROGRAMS.
1574+# Nb: we don't use $(INSTALL_PROGRAM) here because it doesn't work with
1575+# directories. XXX: not sure whether the resulting permissions will be
1576+# correct when using 'cp -R'...
1577+install-noinst_DSYMS: build-noinst_DSYMS
1578+ $(mkinstalldirs) $(DESTDIR)$(pkglibdir); \
1579+ for f in $(noinst_DSYMS); do \
1580+ cp -R $$f.dSYM $(DESTDIR)$(pkglibdir); \
1581+ done
1582+
1583+# This needs to be depended on by a 'clean-local' rule.
1584+clean-noinst_DSYMS:
1585+ for f in $(noinst_DSYMS); do \
1586+ rm -rf $$f.dSYM; \
1587+ done
1588+
1589+default.supp: $(DEFAULT_SUPP_FILES)
1590+ echo "# This is a generated file, composed of the following suppression rules:" > default.supp
1591+ echo "# " $(DEFAULT_SUPP_FILES) >> default.supp
1592+ cat $(DEFAULT_SUPP_FILES) >> default.supp
1593+
1594+regtest: check
1595+ @PERL@ tests/vg_regtest $(TEST_TOOLS) $(TEST_EXP_TOOLS)
1596+nonexp-regtest: check
1597+ @PERL@ tests/vg_regtest $(TEST_TOOLS)
1598+exp-regtest: check
1599+ @PERL@ tests/vg_regtest $(TEST_EXP_TOOLS)
1600+
1601+perf: check
1602+ @PERL@ perf/vg_perf perf
1603+
1604+all-local: default.supp
1605+ mkdir -p $(inplacedir)
1606+ rm -f $(inplacedir)/default.supp
1607+ ln -s ../default.supp $(inplacedir)
1608+
1609+clean-local:
1610+ rm -rf $(inplacedir)
1611+
1612+# Tell versions [3.59,3.63) of GNU make to not export all variables.
1613+# Otherwise a system limit (for SysV at least) may be exceeded.
1614+.NOEXPORT:
1615
1616=== removed file 'Makefile.in'
1617--- Makefile.in 2010-02-12 18:34:15 +0000
1618+++ Makefile.in 1970-01-01 00:00:00 +0000
1619@@ -1,1106 +0,0 @@
1620-# Makefile.in generated by automake 1.11.1 from Makefile.am.
1621-# @configure_input@
1622-
1623-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1624-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
1625-# Inc.
1626-# This Makefile.in is free software; the Free Software Foundation
1627-# gives unlimited permission to copy and/or distribute it,
1628-# with or without modifications, as long as this notice is preserved.
1629-
1630-# This program is distributed in the hope that it will be useful,
1631-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
1632-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1633-# PARTICULAR PURPOSE.
1634-
1635-@SET_MAKE@
1636-
1637-# This file should be included (directly or indirectly) by every
1638-# Makefile.am that builds programs. And also the top-level Makefile.am.
1639-
1640-#----------------------------------------------------------------------------
1641-# Global stuff
1642-#----------------------------------------------------------------------------
1643-
1644-
1645-VPATH = @srcdir@
1646-pkgdatadir = $(datadir)/@PACKAGE@
1647-pkgincludedir = $(includedir)/@PACKAGE@
1648-pkglibdir = $(libdir)/@PACKAGE@
1649-pkglibexecdir = $(libexecdir)/@PACKAGE@
1650-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
1651-install_sh_DATA = $(install_sh) -c -m 644
1652-install_sh_PROGRAM = $(install_sh) -c
1653-install_sh_SCRIPT = $(install_sh) -c
1654-INSTALL_HEADER = $(INSTALL_DATA)
1655-transform = $(program_transform_name)
1656-NORMAL_INSTALL = :
1657-PRE_INSTALL = :
1658-POST_INSTALL = :
1659-NORMAL_UNINSTALL = :
1660-PRE_UNINSTALL = :
1661-POST_UNINSTALL = :
1662-build_triplet = @build@
1663-host_triplet = @host@
1664-DIST_COMMON = README $(am__configure_deps) $(dist_noinst_DATA) \
1665- $(dist_noinst_SCRIPTS) $(srcdir)/Makefile.am \
1666- $(srcdir)/Makefile.in $(srcdir)/config.h.in \
1667- $(srcdir)/glibc-2.X.supp.in $(srcdir)/valgrind.pc.in \
1668- $(srcdir)/valgrind.spec.in $(top_srcdir)/Makefile.all.am \
1669- $(top_srcdir)/configure \
1670- $(top_srcdir)/drd/scripts/download-and-build-splash2.in \
1671- AUTHORS COPYING NEWS compile config.guess config.sub depcomp \
1672- install-sh missing
1673-subdir = .
1674-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1675-am__aclocal_m4_deps = $(top_srcdir)/configure.in
1676-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
1677- $(ACLOCAL_M4)
1678-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
1679- configure.lineno config.status.lineno
1680-mkinstalldirs = $(install_sh) -d
1681-CONFIG_HEADER = config.h
1682-CONFIG_CLEAN_FILES = valgrind.spec valgrind.pc glibc-2.X.supp \
1683- drd/scripts/download-and-build-splash2
1684-CONFIG_CLEAN_VPATH_FILES =
1685-SCRIPTS = $(dist_noinst_SCRIPTS)
1686-SOURCES =
1687-DIST_SOURCES =
1688-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
1689- html-recursive info-recursive install-data-recursive \
1690- install-dvi-recursive install-exec-recursive \
1691- install-html-recursive install-info-recursive \
1692- install-pdf-recursive install-ps-recursive install-recursive \
1693- installcheck-recursive installdirs-recursive pdf-recursive \
1694- ps-recursive uninstall-recursive
1695-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
1696-am__vpath_adj = case $$p in \
1697- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
1698- *) f=$$p;; \
1699- esac;
1700-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
1701-am__install_max = 40
1702-am__nobase_strip_setup = \
1703- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
1704-am__nobase_strip = \
1705- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
1706-am__nobase_list = $(am__nobase_strip_setup); \
1707- for p in $$list; do echo "$$p $$p"; done | \
1708- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
1709- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
1710- if (++n[$$2] == $(am__install_max)) \
1711- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
1712- END { for (dir in files) print dir, files[dir] }'
1713-am__base_list = \
1714- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
1715- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1716-am__installdirs = "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkglibdir)"
1717-DATA = $(dist_noinst_DATA) $(pkgconfig_DATA) $(pkglib_DATA)
1718-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
1719- distclean-recursive maintainer-clean-recursive
1720-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
1721- $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
1722- distdir dist dist-all distcheck
1723-ETAGS = etags
1724-CTAGS = ctags
1725-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1726-distdir = $(PACKAGE)-$(VERSION)
1727-top_distdir = $(distdir)
1728-am__remove_distdir = \
1729- { test ! -d "$(distdir)" \
1730- || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
1731- && rm -fr "$(distdir)"; }; }
1732-am__relativize = \
1733- dir0=`pwd`; \
1734- sed_first='s,^\([^/]*\)/.*$$,\1,'; \
1735- sed_rest='s,^[^/]*/*,,'; \
1736- sed_last='s,^.*/\([^/]*\)$$,\1,'; \
1737- sed_butlast='s,/*[^/]*$$,,'; \
1738- while test -n "$$dir1"; do \
1739- first=`echo "$$dir1" | sed -e "$$sed_first"`; \
1740- if test "$$first" != "."; then \
1741- if test "$$first" = ".."; then \
1742- dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
1743- dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
1744- else \
1745- first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
1746- if test "$$first2" = "$$first"; then \
1747- dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
1748- else \
1749- dir2="../$$dir2"; \
1750- fi; \
1751- dir0="$$dir0"/"$$first"; \
1752- fi; \
1753- fi; \
1754- dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
1755- done; \
1756- reldir="$$dir2"
1757-DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
1758-GZIP_ENV = --best
1759-distuninstallcheck_listfiles = find . -type f -print
1760-distcleancheck_listfiles = find . -type f -print
1761-ACLOCAL = @ACLOCAL@
1762-AMTAR = @AMTAR@
1763-AR = @AR@
1764-AUTOCONF = @AUTOCONF@
1765-AUTOHEADER = @AUTOHEADER@
1766-AUTOMAKE = @AUTOMAKE@
1767-AWK = @AWK@
1768-BOOST_CFLAGS = @BOOST_CFLAGS@
1769-BOOST_LIBS = @BOOST_LIBS@
1770-CC = @CC@
1771-CCAS = @CCAS@
1772-CCASDEPMODE = @CCASDEPMODE@
1773-CCASFLAGS = @CCASFLAGS@
1774-CCDEPMODE = @CCDEPMODE@
1775-CFLAGS = @CFLAGS@
1776-CPP = @CPP@
1777-CPPFLAGS = @CPPFLAGS@
1778-CXX = @CXX@
1779-CXXDEPMODE = @CXXDEPMODE@
1780-CXXFLAGS = @CXXFLAGS@
1781-CYGPATH_W = @CYGPATH_W@
1782-DEFAULT_SUPP = @DEFAULT_SUPP@
1783-DEFS = @DEFS@
1784-DEPDIR = @DEPDIR@
1785-DIFF = @DIFF@
1786-ECHO_C = @ECHO_C@
1787-ECHO_N = @ECHO_N@
1788-ECHO_T = @ECHO_T@
1789-EGREP = @EGREP@
1790-EXEEXT = @EXEEXT@
1791-FLAG_FNO_STACK_PROTECTOR = @FLAG_FNO_STACK_PROTECTOR@
1792-FLAG_M32 = @FLAG_M32@
1793-FLAG_M64 = @FLAG_M64@
1794-FLAG_MAIX32 = @FLAG_MAIX32@
1795-FLAG_MAIX64 = @FLAG_MAIX64@
1796-FLAG_MMMX = @FLAG_MMMX@
1797-FLAG_MSSE = @FLAG_MSSE@
1798-FLAG_UNLIMITED_INLINE_UNIT_GROWTH = @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@
1799-FLAG_W_EXTRA = @FLAG_W_EXTRA@
1800-FLAG_W_NO_EMPTY_BODY = @FLAG_W_NO_EMPTY_BODY@
1801-FLAG_W_NO_FORMAT_ZERO_LENGTH = @FLAG_W_NO_FORMAT_ZERO_LENGTH@
1802-FLAG_W_NO_UNINITIALIZED = @FLAG_W_NO_UNINITIALIZED@
1803-GDB = @GDB@
1804-GLIBC_VERSION = @GLIBC_VERSION@
1805-GREP = @GREP@
1806-INSTALL = @INSTALL@
1807-INSTALL_DATA = @INSTALL_DATA@
1808-INSTALL_PROGRAM = @INSTALL_PROGRAM@
1809-INSTALL_SCRIPT = @INSTALL_SCRIPT@
1810-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1811-LDFLAGS = @LDFLAGS@
1812-LIBOBJS = @LIBOBJS@
1813-LIBS = @LIBS@
1814-LN_S = @LN_S@
1815-LTLIBOBJS = @LTLIBOBJS@
1816-MAINT = @MAINT@
1817-MAKEINFO = @MAKEINFO@
1818-MKDIR_P = @MKDIR_P@
1819-MPI_CC = @MPI_CC@
1820-OBJEXT = @OBJEXT@
1821-PACKAGE = @PACKAGE@
1822-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
1823-PACKAGE_NAME = @PACKAGE_NAME@
1824-PACKAGE_STRING = @PACKAGE_STRING@
1825-PACKAGE_TARNAME = @PACKAGE_TARNAME@
1826-PACKAGE_URL = @PACKAGE_URL@
1827-PACKAGE_VERSION = @PACKAGE_VERSION@
1828-PATH_SEPARATOR = @PATH_SEPARATOR@
1829-PERL = @PERL@
1830-PKG_CONFIG = @PKG_CONFIG@
1831-PREFERRED_STACK_BOUNDARY = @PREFERRED_STACK_BOUNDARY@
1832-QTCORE_CFLAGS = @QTCORE_CFLAGS@
1833-QTCORE_LIBS = @QTCORE_LIBS@
1834-RANLIB = @RANLIB@
1835-SET_MAKE = @SET_MAKE@
1836-SHELL = @SHELL@
1837-STRIP = @STRIP@
1838-VALT_LOAD_ADDRESS = @VALT_LOAD_ADDRESS@
1839-VERSION = @VERSION@
1840-VGCONF_ARCH_PRI = @VGCONF_ARCH_PRI@
1841-VGCONF_ARCH_SEC = @VGCONF_ARCH_SEC@
1842-VGCONF_OS = @VGCONF_OS@
1843-VGCONF_PLATFORM_PRI_CAPS = @VGCONF_PLATFORM_PRI_CAPS@
1844-VGCONF_PLATFORM_SEC_CAPS = @VGCONF_PLATFORM_SEC_CAPS@
1845-abs_builddir = @abs_builddir@
1846-abs_srcdir = @abs_srcdir@
1847-abs_top_builddir = @abs_top_builddir@
1848-abs_top_srcdir = @abs_top_srcdir@
1849-ac_ct_CC = @ac_ct_CC@
1850-ac_ct_CXX = @ac_ct_CXX@
1851-am__include = @am__include@
1852-am__leading_dot = @am__leading_dot@
1853-am__quote = @am__quote@
1854-am__tar = @am__tar@
1855-am__untar = @am__untar@
1856-bindir = @bindir@
1857-build = @build@
1858-build_alias = @build_alias@
1859-build_cpu = @build_cpu@
1860-build_os = @build_os@
1861-build_vendor = @build_vendor@
1862-builddir = @builddir@
1863-datadir = @datadir@
1864-datarootdir = @datarootdir@
1865-docdir = @docdir@
1866-dvidir = @dvidir@
1867-exec_prefix = @exec_prefix@
1868-host = @host@
1869-host_alias = @host_alias@
1870-host_cpu = @host_cpu@
1871-host_os = @host_os@
1872-host_vendor = @host_vendor@
1873-htmldir = @htmldir@
1874-includedir = @includedir@
1875-infodir = @infodir@
1876-install_sh = @install_sh@
1877-libdir = @libdir@
1878-libexecdir = @libexecdir@
1879-localedir = @localedir@
1880-localstatedir = @localstatedir@
1881-mandir = @mandir@
1882-mkdir_p = @mkdir_p@
1883-oldincludedir = @oldincludedir@
1884-pdfdir = @pdfdir@
1885-prefix = @prefix@
1886-program_transform_name = @program_transform_name@
1887-psdir = @psdir@
1888-sbindir = @sbindir@
1889-sharedstatedir = @sharedstatedir@
1890-srcdir = @srcdir@
1891-sysconfdir = @sysconfdir@
1892-target_alias = @target_alias@
1893-top_build_prefix = @top_build_prefix@
1894-top_builddir = @top_builddir@
1895-top_srcdir = @top_srcdir@
1896-AUTOMAKE_OPTIONS = foreign 1.7 dist-bzip2
1897-inplacedir = $(top_builddir)/.in_place
1898-
1899-#----------------------------------------------------------------------------
1900-# Flags
1901-#----------------------------------------------------------------------------
1902-
1903-# Baseline flags for all compilations. Aim here is to maximise
1904-# performance and get whatever useful warnings we can out of gcc.
1905-AM_CFLAGS_BASE = \
1906- -O2 -g \
1907- -Wall \
1908- -Wmissing-prototypes \
1909- -Wshadow \
1910- -Wpointer-arith \
1911- -Wstrict-prototypes \
1912- -Wmissing-declarations \
1913- @FLAG_W_NO_FORMAT_ZERO_LENGTH@ \
1914- -fno-strict-aliasing
1915-
1916-@VGCONF_OS_IS_DARWIN_FALSE@AM_CFLAGS_PIC = -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing
1917-
1918-# These flags are used for building the preload shared objects.
1919-# The aim is to give reasonable performance but also to have good
1920-# stack traces, since users often see stack traces extending
1921-# into (and through) the preloads.
1922-@VGCONF_OS_IS_DARWIN_TRUE@AM_CFLAGS_PIC = -dynamic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -mno-dynamic-no-pic
1923-
1924-# Flags for specific targets.
1925-#
1926-# Nb: the AM_CPPFLAGS_* values are suitable for building tools and auxprogs.
1927-# For building the core, coregrind/Makefile.am files add some extra things.
1928-#
1929-# Also: in newer versions of automake (1.10 onwards?) asm files ending with
1930-# '.S' are considered "pre-processed" (as opposed to those ending in '.s')
1931-# and so the CPPFLAGS are passed to the assembler. But this is not true for
1932-# older automakes (e.g. 1.8.5, 1.9.6), sigh. So we include
1933-# AM_CPPFLAGS_<PLATFORM> in each AM_CCASFLAGS_<PLATFORM> variable. This
1934-# means some of the flags are duplicated on systems with newer versions of
1935-# automake, but this does not really matter and seems hard to avoid.
1936-AM_CPPFLAGS_@VGCONF_PLATFORM_PRI_CAPS@ = \
1937- -I$(top_srcdir) \
1938- -I$(top_srcdir)/include \
1939- -I$(top_srcdir)/VEX/pub \
1940- -DVGA_@VGCONF_ARCH_PRI@=1 \
1941- -DVGO_@VGCONF_OS@=1 \
1942- -DVGP_@VGCONF_ARCH_PRI@_@VGCONF_OS@=1
1943-
1944-@VGCONF_HAVE_PLATFORM_SEC_TRUE@AM_CPPFLAGS_@VGCONF_PLATFORM_SEC_CAPS@ = \
1945-@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -I$(top_srcdir) \
1946-@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -I$(top_srcdir)/include \
1947-@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -I$(top_srcdir)/VEX/pub \
1948-@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -DVGA_@VGCONF_ARCH_SEC@=1 \
1949-@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -DVGO_@VGCONF_OS@=1 \
1950-@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -DVGP_@VGCONF_ARCH_SEC@_@VGCONF_OS@=1
1951-
1952-AM_FLAG_M3264_X86_LINUX = @FLAG_M32@
1953-AM_CFLAGS_X86_LINUX = @FLAG_M32@ @PREFERRED_STACK_BOUNDARY@ \
1954- $(AM_CFLAGS_BASE)
1955-
1956-AM_CCASFLAGS_X86_LINUX = $(AM_CPPFLAGS_X86_LINUX) @FLAG_M32@ -g
1957-AM_FLAG_M3264_AMD64_LINUX = @FLAG_M64@
1958-AM_CFLAGS_AMD64_LINUX = @FLAG_M64@ -fomit-frame-pointer \
1959- @PREFERRED_STACK_BOUNDARY@ $(AM_CFLAGS_BASE)
1960-
1961-AM_CCASFLAGS_AMD64_LINUX = $(AM_CPPFLAGS_AMD64_LINUX) @FLAG_M64@ -g
1962-AM_FLAG_M3264_PPC32_LINUX = @FLAG_M32@
1963-AM_CFLAGS_PPC32_LINUX = @FLAG_M32@ $(AM_CFLAGS_BASE)
1964-AM_CCASFLAGS_PPC32_LINUX = $(AM_CPPFLAGS_PPC32_LINUX) @FLAG_M32@ -g
1965-AM_FLAG_M3264_PPC64_LINUX = @FLAG_M64@
1966-AM_CFLAGS_PPC64_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE)
1967-AM_CCASFLAGS_PPC64_LINUX = $(AM_CPPFLAGS_PPC64_LINUX) @FLAG_M64@ -g
1968-AM_FLAG_M3264_ARM_LINUX = @FLAG_M32@
1969-AM_CFLAGS_ARM_LINUX = @FLAG_M32@ @PREFERRED_STACK_BOUNDARY@ \
1970- $(AM_CFLAGS_BASE)
1971-
1972-AM_CCASFLAGS_ARM_LINUX = $(AM_CPPFLAGS_ARM_LINUX) @FLAG_M32@ -g
1973-AM_FLAG_M3264_PPC32_AIX5 = @FLAG_MAIX32@
1974-AM_CFLAGS_PPC32_AIX5 = @FLAG_MAIX32@ -mcpu=powerpc $(AM_CFLAGS_BASE)
1975-AM_CCASFLAGS_PPC32_AIX5 = $(AM_CPPFLAGS_PPC32_AIX5) \
1976- @FLAG_MAIX32@ -mcpu=powerpc -g
1977-
1978-AM_FLAG_M3264_PPC64_AIX5 = @FLAG_MAIX64@
1979-AM_CFLAGS_PPC64_AIX5 = @FLAG_MAIX64@ -mcpu=powerpc64 $(AM_CFLAGS_BASE)
1980-AM_CCASFLAGS_PPC64_AIX5 = $(AM_CPPFLAGS_PPC64_AIX5) \
1981- @FLAG_MAIX64@ -mcpu=powerpc64 -g
1982-
1983-AM_FLAG_M3264_X86_DARWIN = -arch i386
1984-AM_CFLAGS_X86_DARWIN = $(WERROR) -arch i386 $(AM_CFLAGS_BASE) \
1985- -mmacosx-version-min=10.5 -fno-stack-protector \
1986- -mdynamic-no-pic
1987-
1988-AM_CCASFLAGS_X86_DARWIN = $(AM_CPPFLAGS_X86_DARWIN) -arch i386 -g
1989-AM_FLAG_M3264_AMD64_DARWIN = -arch x86_64
1990-AM_CFLAGS_AMD64_DARWIN = $(WERROR) -arch x86_64 $(AM_CFLAGS_BASE) \
1991- -mmacosx-version-min=10.5 -fno-stack-protector
1992-
1993-AM_CCASFLAGS_AMD64_DARWIN = $(AM_CPPFLAGS_AMD64_DARWIN) -arch x86_64 -g
1994-
1995-# Flags for the primary target. These must be used to build the
1996-# regtests and performance tests. In fact, these must be used to
1997-# build anything which is built only once on a dual-arch build.
1998-#
1999-AM_FLAG_M3264_PRI = $(AM_FLAG_M3264_@VGCONF_PLATFORM_PRI_CAPS@)
2000-AM_CPPFLAGS_PRI = $(AM_CPPFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
2001-AM_CFLAGS_PRI = $(AM_CFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
2002-AM_CCASFLAGS_PRI = $(AM_CCASFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
2003-@VGCONF_HAVE_PLATFORM_SEC_FALSE@AM_FLAG_M3264_SEC =
2004-@VGCONF_HAVE_PLATFORM_SEC_TRUE@AM_FLAG_M3264_SEC = $(AM_FLAG_M3264_@VGCONF_PLATFORM_SEC_CAPS@)
2005-
2006-# Baseline link flags for making vgpreload shared objects.
2007-#
2008-PRELOAD_LDFLAGS_COMMON_LINUX = -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst
2009-PRELOAD_LDFLAGS_COMMON_AIX5 = -nodefaultlibs -shared -Wl,-G -Wl,-bnogc
2010-PRELOAD_LDFLAGS_COMMON_DARWIN = -dynamic -dynamiclib -all_load
2011-PRELOAD_LDFLAGS_X86_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@
2012-PRELOAD_LDFLAGS_AMD64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@
2013-PRELOAD_LDFLAGS_PPC32_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@
2014-PRELOAD_LDFLAGS_PPC64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@
2015-PRELOAD_LDFLAGS_ARM_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@
2016-PRELOAD_LDFLAGS_PPC32_AIX5 = $(PRELOAD_LDFLAGS_COMMON_AIX5) @FLAG_MAIX32@
2017-PRELOAD_LDFLAGS_PPC64_AIX5 = $(PRELOAD_LDFLAGS_COMMON_AIX5) @FLAG_MAIX64@
2018-PRELOAD_LDFLAGS_X86_DARWIN = $(PRELOAD_LDFLAGS_COMMON_DARWIN) -arch i386
2019-PRELOAD_LDFLAGS_AMD64_DARWIN = $(PRELOAD_LDFLAGS_COMMON_DARWIN) -arch x86_64
2020-TOOLS = memcheck \
2021- cachegrind \
2022- callgrind \
2023- massif \
2024- lackey \
2025- none \
2026- helgrind \
2027- drd
2028-
2029-EXP_TOOLS = exp-ptrcheck \
2030- exp-bbv
2031-
2032-
2033-# DDD: once all tools work on Darwin, TEST_TOOLS and TEST_EXP_TOOLS can be
2034-# replaced with TOOLS and EXP_TOOLS.
2035-TEST_TOOLS = $(TOOLS)
2036-@VGCONF_OS_IS_DARWIN_FALSE@TEST_EXP_TOOLS = $(EXP_TOOLS)
2037-@VGCONF_OS_IS_DARWIN_TRUE@TEST_EXP_TOOLS = exp-bbv
2038-
2039-# Put docs last because building the HTML is slow and we want to get
2040-# everything else working before we try it.
2041-SUBDIRS = \
2042- include \
2043- VEX \
2044- coregrind \
2045- . \
2046- $(TOOLS) \
2047- $(EXP_TOOLS) \
2048- tests \
2049- perf \
2050- auxprogs \
2051- mpi \
2052- docs
2053-
2054-DIST_SUBDIRS = $(SUBDIRS)
2055-SUPP_FILES = \
2056- glibc-2.2.supp glibc-2.3.supp glibc-2.4.supp glibc-2.5.supp \
2057- glibc-2.6.supp glibc-2.7.supp glibc-2.X.supp.in \
2058- aix5libc.supp xfree-3.supp xfree-4.supp \
2059- glibc-2.34567-NPTL-helgrind.supp \
2060- glibc-2.2-LinuxThreads-helgrind.supp \
2061- glibc-2.X-drd.supp \
2062- exp-ptrcheck.supp \
2063- darwin9.supp darwin9-drd.supp
2064-
2065-DEFAULT_SUPP_FILES = @DEFAULT_SUPP@
2066-
2067-# We include all the base .supp files in the distribution, but not
2068-# default.supp, as it is built from the base .supp files at compile-time.
2069-dist_noinst_DATA = $(SUPP_FILES)
2070-pkglib_DATA = default.supp
2071-pkgconfigdir = $(libdir)/pkgconfig
2072-pkgconfig_DATA = valgrind.pc
2073-BUILT_SOURCES = default.supp valgrind.pc
2074-CLEANFILES = default.supp
2075-
2076-# Nb: no need to include any Makefile.am files here, or files included from
2077-# them, as automake includes them automatically. Also not COPYING, README
2078-# or NEWS.
2079-# We include valgrind.spec as well as valgrind.spec.in to save packagers
2080-# from having to run configure (bug 188560).
2081-EXTRA_DIST = \
2082- COPYING.DOCS \
2083- README_DEVELOPERS \
2084- README_PACKAGERS \
2085- README_MISSING_SYSCALL_OR_IOCTL \
2086- valgrind.pc.in \
2087- valgrind.spec.in \
2088- valgrind.spec
2089-
2090-dist_noinst_SCRIPTS = \
2091- vg-in-place
2092-
2093-all: $(BUILT_SOURCES) config.h
2094- $(MAKE) $(AM_MAKEFLAGS) all-recursive
2095-
2096-.SUFFIXES:
2097-am--refresh:
2098- @:
2099-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.all.am $(am__configure_deps)
2100- @for dep in $?; do \
2101- case '$(am__configure_deps)' in \
2102- *$$dep*) \
2103- echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
2104- $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
2105- && exit 0; \
2106- exit 1;; \
2107- esac; \
2108- done; \
2109- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
2110- $(am__cd) $(top_srcdir) && \
2111- $(AUTOMAKE) --foreign Makefile
2112-.PRECIOUS: Makefile
2113-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
2114- @case '$?' in \
2115- *config.status*) \
2116- echo ' $(SHELL) ./config.status'; \
2117- $(SHELL) ./config.status;; \
2118- *) \
2119- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
2120- cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
2121- esac;
2122-
2123-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
2124- $(SHELL) ./config.status --recheck
2125-
2126-$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
2127- $(am__cd) $(srcdir) && $(AUTOCONF)
2128-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
2129- $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
2130-$(am__aclocal_m4_deps):
2131-
2132-config.h: stamp-h1
2133- @if test ! -f $@; then \
2134- rm -f stamp-h1; \
2135- $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
2136- else :; fi
2137-
2138-stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
2139- @rm -f stamp-h1
2140- cd $(top_builddir) && $(SHELL) ./config.status config.h
2141-$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
2142- ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
2143- rm -f stamp-h1
2144- touch $@
2145-
2146-distclean-hdr:
2147- -rm -f config.h stamp-h1
2148-valgrind.spec: $(top_builddir)/config.status $(srcdir)/valgrind.spec.in
2149- cd $(top_builddir) && $(SHELL) ./config.status $@
2150-valgrind.pc: $(top_builddir)/config.status $(srcdir)/valgrind.pc.in
2151- cd $(top_builddir) && $(SHELL) ./config.status $@
2152-glibc-2.X.supp: $(top_builddir)/config.status $(srcdir)/glibc-2.X.supp.in
2153- cd $(top_builddir) && $(SHELL) ./config.status $@
2154-drd/scripts/download-and-build-splash2: $(top_builddir)/config.status $(top_srcdir)/drd/scripts/download-and-build-splash2.in
2155- cd $(top_builddir) && $(SHELL) ./config.status $@
2156-install-pkgconfigDATA: $(pkgconfig_DATA)
2157- @$(NORMAL_INSTALL)
2158- test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
2159- @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
2160- for p in $$list; do \
2161- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2162- echo "$$d$$p"; \
2163- done | $(am__base_list) | \
2164- while read files; do \
2165- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
2166- $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
2167- done
2168-
2169-uninstall-pkgconfigDATA:
2170- @$(NORMAL_UNINSTALL)
2171- @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
2172- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2173- test -n "$$files" || exit 0; \
2174- echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
2175- cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
2176-install-pkglibDATA: $(pkglib_DATA)
2177- @$(NORMAL_INSTALL)
2178- test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
2179- @list='$(pkglib_DATA)'; test -n "$(pkglibdir)" || list=; \
2180- for p in $$list; do \
2181- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2182- echo "$$d$$p"; \
2183- done | $(am__base_list) | \
2184- while read files; do \
2185- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkglibdir)'"; \
2186- $(INSTALL_DATA) $$files "$(DESTDIR)$(pkglibdir)" || exit $$?; \
2187- done
2188-
2189-uninstall-pkglibDATA:
2190- @$(NORMAL_UNINSTALL)
2191- @list='$(pkglib_DATA)'; test -n "$(pkglibdir)" || list=; \
2192- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2193- test -n "$$files" || exit 0; \
2194- echo " ( cd '$(DESTDIR)$(pkglibdir)' && rm -f" $$files ")"; \
2195- cd "$(DESTDIR)$(pkglibdir)" && rm -f $$files
2196-
2197-# This directory's subdirectories are mostly independent; you can cd
2198-# into them and run `make' without going through this Makefile.
2199-# To change the values of `make' variables: instead of editing Makefiles,
2200-# (1) if the variable is set in `config.status', edit `config.status'
2201-# (which will cause the Makefiles to be regenerated when you run `make');
2202-# (2) otherwise, pass the desired values on the `make' command line.
2203-$(RECURSIVE_TARGETS):
2204- @fail= failcom='exit 1'; \
2205- for f in x $$MAKEFLAGS; do \
2206- case $$f in \
2207- *=* | --[!k]*);; \
2208- *k*) failcom='fail=yes';; \
2209- esac; \
2210- done; \
2211- dot_seen=no; \
2212- target=`echo $@ | sed s/-recursive//`; \
2213- list='$(SUBDIRS)'; for subdir in $$list; do \
2214- echo "Making $$target in $$subdir"; \
2215- if test "$$subdir" = "."; then \
2216- dot_seen=yes; \
2217- local_target="$$target-am"; \
2218- else \
2219- local_target="$$target"; \
2220- fi; \
2221- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2222- || eval $$failcom; \
2223- done; \
2224- if test "$$dot_seen" = "no"; then \
2225- $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
2226- fi; test -z "$$fail"
2227-
2228-$(RECURSIVE_CLEAN_TARGETS):
2229- @fail= failcom='exit 1'; \
2230- for f in x $$MAKEFLAGS; do \
2231- case $$f in \
2232- *=* | --[!k]*);; \
2233- *k*) failcom='fail=yes';; \
2234- esac; \
2235- done; \
2236- dot_seen=no; \
2237- case "$@" in \
2238- distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
2239- *) list='$(SUBDIRS)' ;; \
2240- esac; \
2241- rev=''; for subdir in $$list; do \
2242- if test "$$subdir" = "."; then :; else \
2243- rev="$$subdir $$rev"; \
2244- fi; \
2245- done; \
2246- rev="$$rev ."; \
2247- target=`echo $@ | sed s/-recursive//`; \
2248- for subdir in $$rev; do \
2249- echo "Making $$target in $$subdir"; \
2250- if test "$$subdir" = "."; then \
2251- local_target="$$target-am"; \
2252- else \
2253- local_target="$$target"; \
2254- fi; \
2255- ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2256- || eval $$failcom; \
2257- done && test -z "$$fail"
2258-tags-recursive:
2259- list='$(SUBDIRS)'; for subdir in $$list; do \
2260- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
2261- done
2262-ctags-recursive:
2263- list='$(SUBDIRS)'; for subdir in $$list; do \
2264- test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
2265- done
2266-
2267-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
2268- list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2269- unique=`for i in $$list; do \
2270- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2271- done | \
2272- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2273- END { if (nonempty) { for (i in files) print i; }; }'`; \
2274- mkid -fID $$unique
2275-tags: TAGS
2276-
2277-TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
2278- $(TAGS_FILES) $(LISP)
2279- set x; \
2280- here=`pwd`; \
2281- if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
2282- include_option=--etags-include; \
2283- empty_fix=.; \
2284- else \
2285- include_option=--include; \
2286- empty_fix=; \
2287- fi; \
2288- list='$(SUBDIRS)'; for subdir in $$list; do \
2289- if test "$$subdir" = .; then :; else \
2290- test ! -f $$subdir/TAGS || \
2291- set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
2292- fi; \
2293- done; \
2294- list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
2295- unique=`for i in $$list; do \
2296- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2297- done | \
2298- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2299- END { if (nonempty) { for (i in files) print i; }; }'`; \
2300- shift; \
2301- if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2302- test -n "$$unique" || unique=$$empty_fix; \
2303- if test $$# -gt 0; then \
2304- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2305- "$$@" $$unique; \
2306- else \
2307- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2308- $$unique; \
2309- fi; \
2310- fi
2311-ctags: CTAGS
2312-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
2313- $(TAGS_FILES) $(LISP)
2314- list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
2315- unique=`for i in $$list; do \
2316- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2317- done | \
2318- $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2319- END { if (nonempty) { for (i in files) print i; }; }'`; \
2320- test -z "$(CTAGS_ARGS)$$unique" \
2321- || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2322- $$unique
2323-
2324-GTAGS:
2325- here=`$(am__cd) $(top_builddir) && pwd` \
2326- && $(am__cd) $(top_srcdir) \
2327- && gtags -i $(GTAGS_ARGS) "$$here"
2328-
2329-distclean-tags:
2330- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2331-
2332-distdir: $(DISTFILES)
2333- $(am__remove_distdir)
2334- test -d "$(distdir)" || mkdir "$(distdir)"
2335- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2336- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2337- list='$(DISTFILES)'; \
2338- dist_files=`for file in $$list; do echo $$file; done | \
2339- sed -e "s|^$$srcdirstrip/||;t" \
2340- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
2341- case $$dist_files in \
2342- */*) $(MKDIR_P) `echo "$$dist_files" | \
2343- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
2344- sort -u` ;; \
2345- esac; \
2346- for file in $$dist_files; do \
2347- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
2348- if test -d $$d/$$file; then \
2349- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2350- if test -d "$(distdir)/$$file"; then \
2351- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2352- fi; \
2353- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2354- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
2355- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2356- fi; \
2357- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2358- else \
2359- test -f "$(distdir)/$$file" \
2360- || cp -p $$d/$$file "$(distdir)/$$file" \
2361- || exit 1; \
2362- fi; \
2363- done
2364- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
2365- if test "$$subdir" = .; then :; else \
2366- test -d "$(distdir)/$$subdir" \
2367- || $(MKDIR_P) "$(distdir)/$$subdir" \
2368- || exit 1; \
2369- fi; \
2370- done
2371- @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
2372- if test "$$subdir" = .; then :; else \
2373- dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
2374- $(am__relativize); \
2375- new_distdir=$$reldir; \
2376- dir1=$$subdir; dir2="$(top_distdir)"; \
2377- $(am__relativize); \
2378- new_top_distdir=$$reldir; \
2379- echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
2380- echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
2381- ($(am__cd) $$subdir && \
2382- $(MAKE) $(AM_MAKEFLAGS) \
2383- top_distdir="$$new_top_distdir" \
2384- distdir="$$new_distdir" \
2385- am__remove_distdir=: \
2386- am__skip_length_check=: \
2387- am__skip_mode_fix=: \
2388- distdir) \
2389- || exit 1; \
2390- fi; \
2391- done
2392- -test -n "$(am__skip_mode_fix)" \
2393- || find "$(distdir)" -type d ! -perm -755 \
2394- -exec chmod u+rwx,go+rx {} \; -o \
2395- ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
2396- ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
2397- ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
2398- || chmod -R a+r "$(distdir)"
2399-dist-gzip: distdir
2400- tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
2401- $(am__remove_distdir)
2402-dist-bzip2: distdir
2403- tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
2404- $(am__remove_distdir)
2405-
2406-dist-lzma: distdir
2407- tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
2408- $(am__remove_distdir)
2409-
2410-dist-xz: distdir
2411- tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
2412- $(am__remove_distdir)
2413-
2414-dist-tarZ: distdir
2415- tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
2416- $(am__remove_distdir)
2417-
2418-dist-shar: distdir
2419- shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
2420- $(am__remove_distdir)
2421-
2422-dist-zip: distdir
2423- -rm -f $(distdir).zip
2424- zip -rq $(distdir).zip $(distdir)
2425- $(am__remove_distdir)
2426-
2427-dist dist-all: distdir
2428- tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
2429- tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
2430- $(am__remove_distdir)
2431-
2432-# This target untars the dist file and tries a VPATH configuration. Then
2433-# it guarantees that the distribution is self-contained by making another
2434-# tarfile.
2435-distcheck: dist
2436- case '$(DIST_ARCHIVES)' in \
2437- *.tar.gz*) \
2438- GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
2439- *.tar.bz2*) \
2440- bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
2441- *.tar.lzma*) \
2442- lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
2443- *.tar.xz*) \
2444- xz -dc $(distdir).tar.xz | $(am__untar) ;;\
2445- *.tar.Z*) \
2446- uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
2447- *.shar.gz*) \
2448- GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
2449- *.zip*) \
2450- unzip $(distdir).zip ;;\
2451- esac
2452- chmod -R a-w $(distdir); chmod a+w $(distdir)
2453- mkdir $(distdir)/_build
2454- mkdir $(distdir)/_inst
2455- chmod a-w $(distdir)
2456- test -d $(distdir)/_build || exit 0; \
2457- dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
2458- && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
2459- && am__cwd=`pwd` \
2460- && $(am__cd) $(distdir)/_build \
2461- && ../configure --srcdir=.. --prefix="$$dc_install_base" \
2462- $(DISTCHECK_CONFIGURE_FLAGS) \
2463- && $(MAKE) $(AM_MAKEFLAGS) \
2464- && $(MAKE) $(AM_MAKEFLAGS) dvi \
2465- && $(MAKE) $(AM_MAKEFLAGS) check \
2466- && $(MAKE) $(AM_MAKEFLAGS) install \
2467- && $(MAKE) $(AM_MAKEFLAGS) installcheck \
2468- && $(MAKE) $(AM_MAKEFLAGS) uninstall \
2469- && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
2470- distuninstallcheck \
2471- && chmod -R a-w "$$dc_install_base" \
2472- && ({ \
2473- (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
2474- && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
2475- && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
2476- && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
2477- distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
2478- } || { rm -rf "$$dc_destdir"; exit 1; }) \
2479- && rm -rf "$$dc_destdir" \
2480- && $(MAKE) $(AM_MAKEFLAGS) dist \
2481- && rm -rf $(DIST_ARCHIVES) \
2482- && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
2483- && cd "$$am__cwd" \
2484- || exit 1
2485- $(am__remove_distdir)
2486- @(echo "$(distdir) archives ready for distribution: "; \
2487- list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
2488- sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
2489-distuninstallcheck:
2490- @$(am__cd) '$(distuninstallcheck_dir)' \
2491- && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
2492- || { echo "ERROR: files left after uninstall:" ; \
2493- if test -n "$(DESTDIR)"; then \
2494- echo " (check DESTDIR support)"; \
2495- fi ; \
2496- $(distuninstallcheck_listfiles) ; \
2497- exit 1; } >&2
2498-distcleancheck: distclean
2499- @if test '$(srcdir)' = . ; then \
2500- echo "ERROR: distcleancheck can only run from a VPATH build" ; \
2501- exit 1 ; \
2502- fi
2503- @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
2504- || { echo "ERROR: files left in build directory after distclean:" ; \
2505- $(distcleancheck_listfiles) ; \
2506- exit 1; } >&2
2507-check-am: all-am
2508-check: $(BUILT_SOURCES)
2509- $(MAKE) $(AM_MAKEFLAGS) check-recursive
2510-all-am: Makefile $(SCRIPTS) $(DATA) config.h all-local
2511-installdirs: installdirs-recursive
2512-installdirs-am:
2513- for dir in "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkglibdir)"; do \
2514- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2515- done
2516-install: $(BUILT_SOURCES)
2517- $(MAKE) $(AM_MAKEFLAGS) install-recursive
2518-install-exec: install-exec-recursive
2519-install-data: install-data-recursive
2520-uninstall: uninstall-recursive
2521-
2522-install-am: all-am
2523- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2524-
2525-installcheck: installcheck-recursive
2526-install-strip:
2527- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2528- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2529- `test -z '$(STRIP)' || \
2530- echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
2531-mostlyclean-generic:
2532-
2533-clean-generic:
2534- -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2535-
2536-distclean-generic:
2537- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2538- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2539-
2540-maintainer-clean-generic:
2541- @echo "This command is intended for maintainers to use"
2542- @echo "it deletes files that may require special tools to rebuild."
2543- -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
2544-clean: clean-recursive
2545-
2546-clean-am: clean-generic clean-local mostlyclean-am
2547-
2548-distclean: distclean-recursive
2549- -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2550- -rm -f Makefile
2551-distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
2552-
2553-dvi: dvi-recursive
2554-
2555-dvi-am:
2556-
2557-html: html-recursive
2558-
2559-html-am:
2560-
2561-info: info-recursive
2562-
2563-info-am:
2564-
2565-install-data-am: install-pkgconfigDATA
2566-
2567-install-dvi: install-dvi-recursive
2568-
2569-install-dvi-am:
2570-
2571-install-exec-am: install-pkglibDATA
2572-
2573-install-html: install-html-recursive
2574-
2575-install-html-am:
2576-
2577-install-info: install-info-recursive
2578-
2579-install-info-am:
2580-
2581-install-man:
2582-
2583-install-pdf: install-pdf-recursive
2584-
2585-install-pdf-am:
2586-
2587-install-ps: install-ps-recursive
2588-
2589-install-ps-am:
2590-
2591-installcheck-am:
2592-
2593-maintainer-clean: maintainer-clean-recursive
2594- -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2595- -rm -rf $(top_srcdir)/autom4te.cache
2596- -rm -f Makefile
2597-maintainer-clean-am: distclean-am maintainer-clean-generic
2598-
2599-mostlyclean: mostlyclean-recursive
2600-
2601-mostlyclean-am: mostlyclean-generic
2602-
2603-pdf: pdf-recursive
2604-
2605-pdf-am:
2606-
2607-ps: ps-recursive
2608-
2609-ps-am:
2610-
2611-uninstall-am: uninstall-pkgconfigDATA uninstall-pkglibDATA
2612-
2613-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
2614- ctags-recursive install install-am install-strip \
2615- tags-recursive
2616-
2617-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
2618- all all-am all-local am--refresh check check-am clean \
2619- clean-generic clean-local ctags ctags-recursive dist dist-all \
2620- dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz \
2621- dist-zip distcheck distclean distclean-generic distclean-hdr \
2622- distclean-tags distcleancheck distdir distuninstallcheck dvi \
2623- dvi-am html html-am info info-am install install-am \
2624- install-data install-data-am install-dvi install-dvi-am \
2625- install-exec install-exec-am install-html install-html-am \
2626- install-info install-info-am install-man install-pdf \
2627- install-pdf-am install-pkgconfigDATA install-pkglibDATA \
2628- install-ps install-ps-am install-strip installcheck \
2629- installcheck-am installdirs installdirs-am maintainer-clean \
2630- maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
2631- pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
2632- uninstall-pkgconfigDATA uninstall-pkglibDATA
2633-
2634-
2635-# This used to be required when Vex had a handwritten Makefile. It
2636-# shouldn't be needed any more, though.
2637-
2638-#----------------------------------------------------------------------------
2639-# noinst_PROGRAMS and noinst_DSYMS targets
2640-#----------------------------------------------------------------------------
2641-
2642-# On Darwin, for a program 'p', the DWARF debug info is stored in the
2643-# directory 'p.dSYM'. This must be generated after the executable is
2644-# created, with 'dsymutil p'. We could redefine LINK with a script that
2645-# executes 'dsymutil' after linking, but that's a pain. Instead we use this
2646-# hook so that every time "make check" is run, we subsequently invoke
2647-# 'dsymutil' on all the executables that lack a .dSYM directory, or that are
2648-# newer than their corresponding .dSYM directory.
2649-build-noinst_DSYMS: $(noinst_DSYMS)
2650- for f in $(noinst_DSYMS); do \
2651- if [ ! -e $$f.dSYM -o $$f -nt $$f.dSYM ] ; then \
2652- echo "dsymutil $$f"; \
2653- dsymutil $$f; \
2654- fi; \
2655- done
2656-
2657-# This is used by coregrind/Makefile.am and Makefile.tool.am for doing
2658-# "in-place" installs. It copies $(noinst_PROGRAMS) into $inplacedir.
2659-# It needs to be depended on by an 'all-local' rule.
2660-inplace-noinst_PROGRAMS: $(noinst_PROGRAMS)
2661- mkdir -p $(inplacedir); \
2662- for f in $(noinst_PROGRAMS) ; do \
2663- rm -f $(inplacedir)/$$f; \
2664- ln -f -s ../$(subdir)/$$f $(inplacedir); \
2665- done
2666-
2667-# Similar to inplace-noinst_PROGRAMS
2668-inplace-noinst_DSYMS: build-noinst_DSYMS
2669- mkdir -p $(inplacedir); \
2670- for f in $(noinst_DSYMS); do \
2671- rm -f $(inplacedir)/$$f.dSYM; \
2672- ln -f -s ../$(subdir)/$$f.dSYM $(inplacedir); \
2673- done
2674-
2675-# This is used by coregrind/Makefile.am and by <tool>/Makefile.am for doing
2676-# "make install". It copies $(noinst_PROGRAMS) into $prefix/lib/valgrind/.
2677-# It needs to be depended on by an 'install-exec-local' rule.
2678-install-noinst_PROGRAMS: $(noinst_PROGRAMS)
2679- $(mkinstalldirs) $(DESTDIR)$(pkglibdir); \
2680- for f in $(noinst_PROGRAMS); do \
2681- $(INSTALL_PROGRAM) $$f $(DESTDIR)$(pkglibdir); \
2682- done
2683-
2684-# Similar to install-noinst_PROGRAMS.
2685-# Nb: we don't use $(INSTALL_PROGRAM) here because it doesn't work with
2686-# directories. XXX: not sure whether the resulting permissions will be
2687-# correct when using 'cp -R'...
2688-install-noinst_DSYMS: build-noinst_DSYMS
2689- $(mkinstalldirs) $(DESTDIR)$(pkglibdir); \
2690- for f in $(noinst_DSYMS); do \
2691- cp -R $$f.dSYM $(DESTDIR)$(pkglibdir); \
2692- done
2693-
2694-# This needs to be depended on by a 'clean-local' rule.
2695-clean-noinst_DSYMS:
2696- for f in $(noinst_DSYMS); do \
2697- rm -rf $$f.dSYM; \
2698- done
2699-
2700-default.supp: $(DEFAULT_SUPP_FILES)
2701- echo "# This is a generated file, composed of the following suppression rules:" > default.supp
2702- echo "# " $(DEFAULT_SUPP_FILES) >> default.supp
2703- cat $(DEFAULT_SUPP_FILES) >> default.supp
2704-
2705-regtest: check
2706- @PERL@ tests/vg_regtest $(TEST_TOOLS) $(TEST_EXP_TOOLS)
2707-nonexp-regtest: check
2708- @PERL@ tests/vg_regtest $(TEST_TOOLS)
2709-exp-regtest: check
2710- @PERL@ tests/vg_regtest $(TEST_EXP_TOOLS)
2711-
2712-perf: check
2713- @PERL@ perf/vg_perf perf
2714-
2715-all-local: default.supp
2716- mkdir -p $(inplacedir)
2717- rm -f $(inplacedir)/default.supp
2718- ln -s ../default.supp $(inplacedir)
2719-
2720-clean-local:
2721- rm -rf $(inplacedir)
2722-
2723-# Tell versions [3.59,3.63) of GNU make to not export all variables.
2724-# Otherwise a system limit (for SysV at least) may be exceeded.
2725-.NOEXPORT:
2726
2727=== modified file 'Makefile.tool.am'
2728--- Makefile.tool.am 2010-02-12 18:34:15 +0000
2729+++ Makefile.tool.am 2010-07-08 21:31:39 +0000
2730@@ -26,32 +26,31 @@
2731 endif
2732
2733
2734-TOOL_LDFLAGS_COMMON_LINUX = -static \
2735- -Wl,-defsym,valt_load_address=@VALT_LOAD_ADDRESS@ \
2736- -nodefaultlibs -nostartfiles -u _start
2737-TOOL_LDFLAGS_COMMON_AIX5 = -static -Wl,-e_start_valgrind
2738-TOOL_LDFLAGS_COMMON_DARWIN = -nodefaultlibs -nostartfiles \
2739- -Wl,-u,__start -Wl,-e,__start -Wl,-bind_at_load /usr/lib/dyld
2740+# -Wl,--build-id=none is needed when linking tools on Linux. Without this
2741+# flag newer ld versions (2.20 and later) create a .note.gnu.build-id at the
2742+# default text segment address, which of course means the resulting executable
2743+# is unusable. So we have to tell ld not to generate that, with --build-id=none.
2744+TOOL_LDFLAGS_COMMON_LINUX = \
2745+ -static -nodefaultlibs -nostartfiles -u _start @FLAG_NO_BUILD_ID@
2746+TOOL_LDFLAGS_COMMON_AIX5 = \
2747+ -static -Wl,-e_start_valgrind
2748+TOOL_LDFLAGS_COMMON_DARWIN = \
2749+ -nodefaultlibs -nostartfiles -Wl,-u,__start -Wl,-e,__start
2750
2751 TOOL_LDFLAGS_X86_LINUX = \
2752- $(TOOL_LDFLAGS_COMMON_LINUX) @FLAG_M32@ \
2753- -Wl,-T,$(top_builddir)/valt_load_address_x86_linux.lds
2754+ $(TOOL_LDFLAGS_COMMON_LINUX) @FLAG_M32@
2755
2756 TOOL_LDFLAGS_AMD64_LINUX = \
2757- $(TOOL_LDFLAGS_COMMON_LINUX) @FLAG_M64@ \
2758- -Wl,-T,$(top_builddir)/valt_load_address_amd64_linux.lds
2759+ $(TOOL_LDFLAGS_COMMON_LINUX) @FLAG_M64@
2760
2761 TOOL_LDFLAGS_PPC32_LINUX = \
2762- $(TOOL_LDFLAGS_COMMON_LINUX) @FLAG_M32@ \
2763- -Wl,-T,$(top_builddir)/valt_load_address_ppc32_linux.lds
2764+ $(TOOL_LDFLAGS_COMMON_LINUX) @FLAG_M32@
2765
2766 TOOL_LDFLAGS_PPC64_LINUX = \
2767- $(TOOL_LDFLAGS_COMMON_LINUX) @FLAG_M64@ \
2768- -Wl,-T,$(top_builddir)/valt_load_address_ppc64_linux.lds
2769+ $(TOOL_LDFLAGS_COMMON_LINUX) @FLAG_M64@
2770
2771 TOOL_LDFLAGS_ARM_LINUX = \
2772- $(TOOL_LDFLAGS_COMMON_LINUX) @FLAG_M32@ \
2773- -Wl,-T,$(top_builddir)/valt_load_address_arm_linux.lds
2774+ $(TOOL_LDFLAGS_COMMON_LINUX) @FLAG_M32@
2775
2776 TOOL_LDFLAGS_PPC32_AIX5 = \
2777 $(TOOL_LDFLAGS_COMMON_AIX5) @FLAG_MAIX32@
2778@@ -60,109 +59,19 @@
2779 $(TOOL_LDFLAGS_COMMON_AIX5) @FLAG_MAIX64@ -Wl,-bbigtoc
2780
2781 TOOL_LDFLAGS_X86_DARWIN = \
2782- $(TOOL_LDFLAGS_COMMON_DARWIN) -arch i386 \
2783- -Wl,-seg1addr,0xf0080000 \
2784- -Wl,-stack_addr,0xf0080000 -Wl,-stack_size,0x80000 \
2785- -Wl,-pagezero_size,0xf0000000
2786+ $(TOOL_LDFLAGS_COMMON_DARWIN) -arch i386
2787
2788-# pagezero can't be unmapped and remapped. Use stack instead.
2789-# GrP fixme no stack guard
2790 TOOL_LDFLAGS_AMD64_DARWIN = \
2791- $(TOOL_LDFLAGS_COMMON_DARWIN) -arch x86_64 \
2792- -Wl,-seg1addr,0x7fff55000000 \
2793- -Wl,-stack_addr,0x7fff50080000 -Wl,-stack_size,0x7ffe50080000 \
2794- -Wl,-pagezero_size,0x100000000
2795-
2796-
2797-BUILT_SOURCES =
2798-CLEANFILES =
2799-if VGCONF_PLATFORMS_INCLUDE_X86_LINUX
2800-BUILT_SOURCES += $(top_builddir)/valt_load_address_x86_linux.lds
2801-CLEANFILES += $(top_builddir)/valt_load_address_x86_linux.lds
2802-endif
2803-if VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX
2804-BUILT_SOURCES += $(top_builddir)/valt_load_address_amd64_linux.lds
2805-CLEANFILES += $(top_builddir)/valt_load_address_amd64_linux.lds
2806-endif
2807-if VGCONF_PLATFORMS_INCLUDE_PPC32_LINUX
2808-BUILT_SOURCES += $(top_builddir)/valt_load_address_ppc32_linux.lds
2809-CLEANFILES += $(top_builddir)/valt_load_address_ppc32_linux.lds
2810-endif
2811-if VGCONF_PLATFORMS_INCLUDE_PPC64_LINUX
2812-BUILT_SOURCES += $(top_builddir)/valt_load_address_ppc64_linux.lds
2813-CLEANFILES += $(top_builddir)/valt_load_address_ppc64_linux.lds
2814-endif
2815-if VGCONF_PLATFORMS_INCLUDE_ARM_LINUX
2816-BUILT_SOURCES += $(top_builddir)/valt_load_address_arm_linux.lds
2817-CLEANFILES += $(top_builddir)/valt_load_address_arm_linux.lds
2818-endif
2819-if VGCONF_PLATFORMS_INCLUDE_PPC32_AIX5
2820-# No need to generate $(top_builddir)/valt_load_address*.lds; the final
2821-# executables can be linked to be at any address. They will be relocated by
2822-# AIX kernel when they are loaded.
2823-endif
2824-if VGCONF_PLATFORMS_INCLUDE_PPC64_AIX5
2825-# Ditto
2826-endif
2827-if VGCONF_OS_IS_DARWIN
2828-# GrP untested, possibly hopeless
2829-endif
2830-
2831-
2832-# Generate a linker script for linking the binaries. This is the
2833-# standard gcc linker script, except hacked so that an alternative
2834-# load address can be specified by (1) asking gcc to use this script
2835-# (-Wl,-T,valt_load_address.lds) and (2) setting the symbol
2836-# valt_load_address to the required value
2837-# (-Wl,-defsym,valt_load_address=0x70000000).
2838-#
2839-# Extract ld's default linker script and hack it to our needs.
2840-# First we cut everything above and below the "=====..." lines at the top
2841-# and bottom.
2842-# Then we have to replace the load address with "valt_load_address".
2843-# The line to replace in has one of the following two forms:
2844-#
2845-# . = 0x08048000 + SIZEOF_HEADERS;
2846-#
2847-# or
2848-# PROVIDE (__executable_start = 0x08048000); . = 0x08048000 + SIZEOF_HEADERS;
2849-#
2850-# So we search for the line with a hex value "+ SIZEOF_HEADERS", and replace
2851-# all the hex values in that line with "valt_load_address".
2852-$(top_builddir)/valt_load_address_x86_linux.lds: Makefile
2853- $(CC) @FLAG_M32@ -Wl,--verbose -nostdlib 2>&1 | sed \
2854- -e '1,/^=====\+$$/d' \
2855- -e '/^=====\+$$/,/.\*/d' \
2856- -e '/\. = \(0x[0-9A-Fa-f]\+\|SEGMENT_START("[^"]\+", 0x[0-9A-Fa-f]\+)\) + SIZEOF_HEADERS/s/0x[0-9A-Fa-f]\+/valt_load_address/g' > $@ \
2857- || rm -f $@
2858-
2859-$(top_builddir)/valt_load_address_amd64_linux.lds: Makefile
2860- $(CC) -m64 -Wl,--verbose -nostdlib 2>&1 | sed \
2861- -e '1,/^=====\+$$/d' \
2862- -e '/^=====\+$$/,/.\*/d' \
2863- -e '/\. = \(0x[0-9A-Fa-f]\+\|SEGMENT_START("[^"]\+", 0x[0-9A-Fa-f]\+)\) + SIZEOF_HEADERS/s/0x[0-9A-Fa-f]\+/valt_load_address/g' > $@ \
2864- || rm -f $@
2865-
2866-$(top_builddir)/valt_load_address_ppc32_linux.lds: Makefile
2867- $(CC) @FLAG_M32@ -Wl,--verbose -nostdlib 2>&1 | sed \
2868- -e '1,/^=====\+$$/d' \
2869- -e '/^=====\+$$/,/.\*/d' \
2870- -e '/\. = \(0x[0-9A-Fa-f]\+\|SEGMENT_START("[^"]\+", 0x[0-9A-Fa-f]\+)\) + SIZEOF_HEADERS/s/0x[0-9A-Fa-f]\+/valt_load_address/g' > $@ \
2871- || rm -f $@
2872-
2873-$(top_builddir)/valt_load_address_ppc64_linux.lds: Makefile
2874- $(CC) -m64 -Wl,--verbose -nostdlib 2>&1 | sed \
2875- -e '1,/^=====\+$$/d' \
2876- -e '/^=====\+$$/,/.\*/d' \
2877- -e '/\. = \(0x[0-9A-Fa-f]\+\|SEGMENT_START("[^"]\+", 0x[0-9A-Fa-f]\+)\) + SIZEOF_HEADERS/s/0x[0-9A-Fa-f]\+/valt_load_address/g' > $@ \
2878- || rm -f $@
2879-
2880-$(top_builddir)/valt_load_address_arm_linux.lds: Makefile
2881- $(CC) @FLAG_M32@ -Wl,--verbose -nostdlib 2>&1 | sed \
2882- -e '1,/^=====\+$$/d' \
2883- -e '/^=====\+$$/,/.\*/d' \
2884- -e '/\. = \(0x[0-9A-Fa-f]\+\|SEGMENT_START("[^"]\+", 0x[0-9A-Fa-f]\+)\) + SIZEOF_HEADERS/s/0x[0-9A-Fa-f]\+/valt_load_address/g' > $@ \
2885- || rm -f $@
2886+ $(TOOL_LDFLAGS_COMMON_DARWIN) -arch x86_64
2887+
2888+# NB for 64-bit darwin. We may want to set -Wl,-pagezero_size to
2889+# something smaller than the default of 4G, so as to facilitate
2890+# loading clients who are also linked thusly (currently m_ume.c
2891+# will fail to load them). Although such setting is probably
2892+# better done in link_tool_exe.c.
2893+#
2894+# -Wl,-pagezero_size,0x100000000
2895+
2896
2897 #----------------------------------------------------------------------------
2898 # vgpreload_<tool>-<platform>.a stuff
2899
2900=== modified file 'Makefile.vex.am'
2901--- Makefile.vex.am 2010-02-12 18:34:15 +0000
2902+++ Makefile.vex.am 2010-07-08 21:31:39 +0000
2903@@ -40,6 +40,7 @@
2904 priv/guest_arm_defs.h \
2905 priv/host_generic_regs.h \
2906 priv/host_generic_simd64.h \
2907+ priv/host_generic_simd128.h \
2908 priv/host_x86_defs.h \
2909 priv/host_amd64_defs.h \
2910 priv/host_ppc_defs.h \
2911@@ -90,6 +91,7 @@
2912 priv/guest_arm_toIR.c \
2913 priv/host_generic_regs.c \
2914 priv/host_generic_simd64.c \
2915+ priv/host_generic_simd128.c \
2916 priv/host_generic_reg_alloc2.c \
2917 priv/host_x86_defs.c \
2918 priv/host_x86_isel.c \
2919
2920=== added file 'Makefile.vex.in'
2921--- Makefile.vex.in 1970-01-01 00:00:00 +0000
2922+++ Makefile.vex.in 2010-07-08 21:31:39 +0000
2923@@ -0,0 +1,1793 @@
2924+# Makefile.vex.in generated by automake 1.11.1 from Makefile.vex.am.
2925+# @configure_input@
2926+
2927+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2928+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
2929+# Inc.
2930+# This Makefile.in is free software; the Free Software Foundation
2931+# gives unlimited permission to copy and/or distribute it,
2932+# with or without modifications, as long as this notice is preserved.
2933+
2934+# This program is distributed in the hope that it will be useful,
2935+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
2936+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
2937+# PARTICULAR PURPOSE.
2938+
2939+@SET_MAKE@
2940+
2941+# VEX/Makefile is generated from this file at configure-time.
2942+
2943+# This file should be included (directly or indirectly) by every
2944+# Makefile.am that builds programs. And also the top-level Makefile.am.
2945+
2946+#----------------------------------------------------------------------------
2947+# Global stuff
2948+#----------------------------------------------------------------------------
2949+
2950+
2951+VPATH = @srcdir@
2952+pkgdatadir = $(datadir)/@PACKAGE@
2953+pkgincludedir = $(includedir)/@PACKAGE@
2954+pkglibdir = $(libdir)/@PACKAGE@
2955+pkglibexecdir = $(libexecdir)/@PACKAGE@
2956+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
2957+install_sh_DATA = $(install_sh) -c -m 644
2958+install_sh_PROGRAM = $(install_sh) -c
2959+install_sh_SCRIPT = $(install_sh) -c
2960+INSTALL_HEADER = $(INSTALL_DATA)
2961+transform = $(program_transform_name)
2962+NORMAL_INSTALL = :
2963+PRE_INSTALL = :
2964+POST_INSTALL = :
2965+NORMAL_UNINSTALL = :
2966+PRE_UNINSTALL = :
2967+POST_UNINSTALL = :
2968+build_triplet = @build@
2969+host_triplet = @host@
2970+DIST_COMMON = $(noinst_HEADERS) $(pkginclude_HEADERS) \
2971+ $(top_srcdir)/Makefile.all.am $(top_srcdir)/Makefile.vex.am \
2972+ $(top_srcdir)/Makefile.vex.in
2973+@VGCONF_HAVE_PLATFORM_SEC_TRUE@am__append_1 = libvex-@VGCONF_ARCH_SEC@-@VGCONF_OS@.a
2974+subdir = VEX
2975+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
2976+am__aclocal_m4_deps = $(top_srcdir)/configure.in
2977+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
2978+ $(ACLOCAL_M4)
2979+mkinstalldirs = $(install_sh) -d
2980+CONFIG_HEADER = $(top_builddir)/config.h
2981+CONFIG_CLEAN_FILES =
2982+CONFIG_CLEAN_VPATH_FILES =
2983+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
2984+am__vpath_adj = case $$p in \
2985+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
2986+ *) f=$$p;; \
2987+ esac;
2988+am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
2989+am__install_max = 40
2990+am__nobase_strip_setup = \
2991+ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
2992+am__nobase_strip = \
2993+ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
2994+am__nobase_list = $(am__nobase_strip_setup); \
2995+ for p in $$list; do echo "$$p $$p"; done | \
2996+ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
2997+ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
2998+ if (++n[$$2] == $(am__install_max)) \
2999+ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
3000+ END { for (dir in files) print dir, files[dir] }'
3001+am__base_list = \
3002+ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
3003+ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
3004+am__installdirs = "$(DESTDIR)$(pkglibdir)" \
3005+ "$(DESTDIR)$(pkgincludedir)"
3006+LIBRARIES = $(pkglib_LIBRARIES)
3007+ARFLAGS = cru
3008+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_AR = $(AR) $(ARFLAGS)
3009+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_LIBADD =
3010+am__objects_1 = \
3011+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_globals.$(OBJEXT) \
3012+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_main.$(OBJEXT) \
3013+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_util.$(OBJEXT) \
3014+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_defs.$(OBJEXT) \
3015+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_match.$(OBJEXT) \
3016+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_opt.$(OBJEXT) \
3017+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_bb_to_IR.$(OBJEXT) \
3018+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_x87.$(OBJEXT) \
3019+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_helpers.$(OBJEXT) \
3020+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_toIR.$(OBJEXT) \
3021+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_helpers.$(OBJEXT) \
3022+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_toIR.$(OBJEXT) \
3023+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_helpers.$(OBJEXT) \
3024+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_toIR.$(OBJEXT) \
3025+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_helpers.$(OBJEXT) \
3026+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_toIR.$(OBJEXT) \
3027+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_regs.$(OBJEXT) \
3028+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd64.$(OBJEXT) \
3029+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd128.$(OBJEXT) \
3030+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_reg_alloc2.$(OBJEXT) \
3031+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_defs.$(OBJEXT) \
3032+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_isel.$(OBJEXT) \
3033+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_defs.$(OBJEXT) \
3034+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_isel.$(OBJEXT) \
3035+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_defs.$(OBJEXT) \
3036+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_isel.$(OBJEXT) \
3037+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_defs.$(OBJEXT) \
3038+ libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_isel.$(OBJEXT)
3039+am_libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_OBJECTS = $(am__objects_1)
3040+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_OBJECTS = \
3041+ $(am_libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_OBJECTS)
3042+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_AR = $(AR) $(ARFLAGS)
3043+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_LIBADD =
3044+am__libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_SOURCES_DIST = \
3045+ priv/main_globals.c priv/main_main.c priv/main_util.c \
3046+ priv/ir_defs.c priv/ir_match.c priv/ir_opt.c \
3047+ priv/guest_generic_bb_to_IR.c priv/guest_generic_x87.c \
3048+ priv/guest_x86_helpers.c priv/guest_x86_toIR.c \
3049+ priv/guest_amd64_helpers.c priv/guest_amd64_toIR.c \
3050+ priv/guest_ppc_helpers.c priv/guest_ppc_toIR.c \
3051+ priv/guest_arm_helpers.c priv/guest_arm_toIR.c \
3052+ priv/host_generic_regs.c priv/host_generic_simd64.c \
3053+ priv/host_generic_simd128.c priv/host_generic_reg_alloc2.c \
3054+ priv/host_x86_defs.c priv/host_x86_isel.c \
3055+ priv/host_amd64_defs.c priv/host_amd64_isel.c \
3056+ priv/host_ppc_defs.c priv/host_ppc_isel.c priv/host_arm_defs.c \
3057+ priv/host_arm_isel.c
3058+am__objects_2 = \
3059+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_globals.$(OBJEXT) \
3060+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_main.$(OBJEXT) \
3061+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_util.$(OBJEXT) \
3062+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_defs.$(OBJEXT) \
3063+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_match.$(OBJEXT) \
3064+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_opt.$(OBJEXT) \
3065+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_bb_to_IR.$(OBJEXT) \
3066+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_x87.$(OBJEXT) \
3067+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_helpers.$(OBJEXT) \
3068+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_toIR.$(OBJEXT) \
3069+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_helpers.$(OBJEXT) \
3070+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_toIR.$(OBJEXT) \
3071+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_helpers.$(OBJEXT) \
3072+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_toIR.$(OBJEXT) \
3073+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_helpers.$(OBJEXT) \
3074+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_toIR.$(OBJEXT) \
3075+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_regs.$(OBJEXT) \
3076+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd64.$(OBJEXT) \
3077+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd128.$(OBJEXT) \
3078+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_reg_alloc2.$(OBJEXT) \
3079+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_defs.$(OBJEXT) \
3080+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_isel.$(OBJEXT) \
3081+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_defs.$(OBJEXT) \
3082+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_isel.$(OBJEXT) \
3083+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_defs.$(OBJEXT) \
3084+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_isel.$(OBJEXT) \
3085+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_defs.$(OBJEXT) \
3086+ libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_isel.$(OBJEXT)
3087+@VGCONF_HAVE_PLATFORM_SEC_TRUE@am_libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_OBJECTS = \
3088+@VGCONF_HAVE_PLATFORM_SEC_TRUE@ $(am__objects_2)
3089+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_OBJECTS = \
3090+ $(am_libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_OBJECTS)
3091+DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
3092+depcomp = $(SHELL) $(top_srcdir)/depcomp
3093+am__depfiles_maybe = depfiles
3094+am__mv = mv -f
3095+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
3096+ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
3097+CCLD = $(CC)
3098+LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
3099+SOURCES = $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_SOURCES) \
3100+ $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_SOURCES)
3101+DIST_SOURCES = $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_SOURCES) \
3102+ $(am__libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_SOURCES_DIST)
3103+HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS)
3104+ETAGS = etags
3105+CTAGS = ctags
3106+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
3107+ACLOCAL = @ACLOCAL@
3108+AMTAR = @AMTAR@
3109+AR = @AR@
3110+AUTOCONF = @AUTOCONF@
3111+AUTOHEADER = @AUTOHEADER@
3112+AUTOMAKE = @AUTOMAKE@
3113+AWK = @AWK@
3114+BOOST_CFLAGS = @BOOST_CFLAGS@
3115+BOOST_LIBS = @BOOST_LIBS@
3116+CC = @CC@
3117+CCAS = @CCAS@
3118+CCASDEPMODE = @CCASDEPMODE@
3119+CCASFLAGS = @CCASFLAGS@
3120+CCDEPMODE = @CCDEPMODE@
3121+CFLAGS = @CFLAGS@
3122+CPP = @CPP@
3123+CPPFLAGS = @CPPFLAGS@
3124+CXX = @CXX@
3125+CXXDEPMODE = @CXXDEPMODE@
3126+CXXFLAGS = @CXXFLAGS@
3127+CYGPATH_W = @CYGPATH_W@
3128+DEFAULT_SUPP = @DEFAULT_SUPP@
3129+DEFS = @DEFS@
3130+DEPDIR = @DEPDIR@
3131+DIFF = @DIFF@
3132+ECHO_C = @ECHO_C@
3133+ECHO_N = @ECHO_N@
3134+ECHO_T = @ECHO_T@
3135+EGREP = @EGREP@
3136+EXEEXT = @EXEEXT@
3137+FLAG_FNO_STACK_PROTECTOR = @FLAG_FNO_STACK_PROTECTOR@
3138+FLAG_M32 = @FLAG_M32@
3139+FLAG_M64 = @FLAG_M64@
3140+FLAG_MAIX32 = @FLAG_MAIX32@
3141+FLAG_MAIX64 = @FLAG_MAIX64@
3142+FLAG_MMMX = @FLAG_MMMX@
3143+FLAG_MSSE = @FLAG_MSSE@
3144+FLAG_NO_BUILD_ID = @FLAG_NO_BUILD_ID@
3145+FLAG_UNLIMITED_INLINE_UNIT_GROWTH = @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@
3146+FLAG_W_EXTRA = @FLAG_W_EXTRA@
3147+FLAG_W_NO_EMPTY_BODY = @FLAG_W_NO_EMPTY_BODY@
3148+FLAG_W_NO_FORMAT_ZERO_LENGTH = @FLAG_W_NO_FORMAT_ZERO_LENGTH@
3149+FLAG_W_NO_UNINITIALIZED = @FLAG_W_NO_UNINITIALIZED@
3150+GDB = @GDB@
3151+GLIBC_VERSION = @GLIBC_VERSION@
3152+GREP = @GREP@
3153+INSTALL = @INSTALL@
3154+INSTALL_DATA = @INSTALL_DATA@
3155+INSTALL_PROGRAM = @INSTALL_PROGRAM@
3156+INSTALL_SCRIPT = @INSTALL_SCRIPT@
3157+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
3158+LDFLAGS = @LDFLAGS@
3159+LIBOBJS = @LIBOBJS@
3160+LIBS = @LIBS@
3161+LN_S = @LN_S@
3162+LTLIBOBJS = @LTLIBOBJS@
3163+MAINT = @MAINT@
3164+MAKEINFO = @MAKEINFO@
3165+MKDIR_P = @MKDIR_P@
3166+MPI_CC = @MPI_CC@
3167+OBJEXT = @OBJEXT@
3168+PACKAGE = @PACKAGE@
3169+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
3170+PACKAGE_NAME = @PACKAGE_NAME@
3171+PACKAGE_STRING = @PACKAGE_STRING@
3172+PACKAGE_TARNAME = @PACKAGE_TARNAME@
3173+PACKAGE_URL = @PACKAGE_URL@
3174+PACKAGE_VERSION = @PACKAGE_VERSION@
3175+PATH_SEPARATOR = @PATH_SEPARATOR@
3176+PERL = @PERL@
3177+PKG_CONFIG = @PKG_CONFIG@
3178+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
3179+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
3180+PREFERRED_STACK_BOUNDARY = @PREFERRED_STACK_BOUNDARY@
3181+QTCORE_CFLAGS = @QTCORE_CFLAGS@
3182+QTCORE_LIBS = @QTCORE_LIBS@
3183+RANLIB = @RANLIB@
3184+SED = @SED@
3185+SET_MAKE = @SET_MAKE@
3186+SHELL = @SHELL@
3187+STRIP = @STRIP@
3188+VALT_LOAD_ADDRESS_PRI = @VALT_LOAD_ADDRESS_PRI@
3189+VALT_LOAD_ADDRESS_SEC = @VALT_LOAD_ADDRESS_SEC@
3190+VERSION = @VERSION@
3191+VGCONF_ARCH_PRI = @VGCONF_ARCH_PRI@
3192+VGCONF_ARCH_SEC = @VGCONF_ARCH_SEC@
3193+VGCONF_OS = @VGCONF_OS@
3194+VGCONF_PLATFORM_PRI_CAPS = @VGCONF_PLATFORM_PRI_CAPS@
3195+VGCONF_PLATFORM_SEC_CAPS = @VGCONF_PLATFORM_SEC_CAPS@
3196+abs_builddir = @abs_builddir@
3197+abs_srcdir = @abs_srcdir@
3198+abs_top_builddir = @abs_top_builddir@
3199+abs_top_srcdir = @abs_top_srcdir@
3200+ac_ct_CC = @ac_ct_CC@
3201+ac_ct_CXX = @ac_ct_CXX@
3202+am__include = @am__include@
3203+am__leading_dot = @am__leading_dot@
3204+am__quote = @am__quote@
3205+am__tar = @am__tar@
3206+am__untar = @am__untar@
3207+bindir = @bindir@
3208+build = @build@
3209+build_alias = @build_alias@
3210+build_cpu = @build_cpu@
3211+build_os = @build_os@
3212+build_vendor = @build_vendor@
3213+builddir = @builddir@
3214+datadir = @datadir@
3215+datarootdir = @datarootdir@
3216+docdir = @docdir@
3217+dvidir = @dvidir@
3218+exec_prefix = @exec_prefix@
3219+host = @host@
3220+host_alias = @host_alias@
3221+host_cpu = @host_cpu@
3222+host_os = @host_os@
3223+host_vendor = @host_vendor@
3224+htmldir = @htmldir@
3225+includedir = @includedir@
3226+infodir = @infodir@
3227+install_sh = @install_sh@
3228+libdir = @libdir@
3229+libexecdir = @libexecdir@
3230+localedir = @localedir@
3231+localstatedir = @localstatedir@
3232+mandir = @mandir@
3233+mkdir_p = @mkdir_p@
3234+oldincludedir = @oldincludedir@
3235+pdfdir = @pdfdir@
3236+prefix = @prefix@
3237+program_transform_name = @program_transform_name@
3238+psdir = @psdir@
3239+sbindir = @sbindir@
3240+sharedstatedir = @sharedstatedir@
3241+srcdir = @srcdir@
3242+sysconfdir = @sysconfdir@
3243+target_alias = @target_alias@
3244+top_build_prefix = @top_build_prefix@
3245+top_builddir = @top_builddir@
3246+top_srcdir = @top_srcdir@
3247+inplacedir = $(top_builddir)/.in_place
3248+
3249+#----------------------------------------------------------------------------
3250+# Flags
3251+#----------------------------------------------------------------------------
3252+
3253+# Baseline flags for all compilations. Aim here is to maximise
3254+# performance and get whatever useful warnings we can out of gcc.
3255+AM_CFLAGS_BASE = \
3256+ -O2 -g \
3257+ -Wall \
3258+ -Wmissing-prototypes \
3259+ -Wshadow \
3260+ -Wpointer-arith \
3261+ -Wstrict-prototypes \
3262+ -Wmissing-declarations \
3263+ @FLAG_W_NO_FORMAT_ZERO_LENGTH@ \
3264+ -fno-strict-aliasing
3265+
3266+@VGCONF_OS_IS_DARWIN_FALSE@AM_CFLAGS_PIC = -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing
3267+
3268+# These flags are used for building the preload shared objects.
3269+# The aim is to give reasonable performance but also to have good
3270+# stack traces, since users often see stack traces extending
3271+# into (and through) the preloads.
3272+@VGCONF_OS_IS_DARWIN_TRUE@AM_CFLAGS_PIC = -dynamic -O -g -fno-omit-frame-pointer -fno-strict-aliasing \
3273+@VGCONF_OS_IS_DARWIN_TRUE@ -mno-dynamic-no-pic -fpic -fPIC
3274+
3275+
3276+# Flags for specific targets.
3277+#
3278+# Nb: the AM_CPPFLAGS_* values are suitable for building tools and auxprogs.
3279+# For building the core, coregrind/Makefile.am files add some extra things.
3280+#
3281+# Also: in newer versions of automake (1.10 onwards?) asm files ending with
3282+# '.S' are considered "pre-processed" (as opposed to those ending in '.s')
3283+# and so the CPPFLAGS are passed to the assembler. But this is not true for
3284+# older automakes (e.g. 1.8.5, 1.9.6), sigh. So we include
3285+# AM_CPPFLAGS_<PLATFORM> in each AM_CCASFLAGS_<PLATFORM> variable. This
3286+# means some of the flags are duplicated on systems with newer versions of
3287+# automake, but this does not really matter and seems hard to avoid.
3288+AM_CPPFLAGS_@VGCONF_PLATFORM_PRI_CAPS@ = \
3289+ -I$(top_srcdir) \
3290+ -I$(top_srcdir)/include \
3291+ -I$(top_srcdir)/VEX/pub \
3292+ -DVGA_@VGCONF_ARCH_PRI@=1 \
3293+ -DVGO_@VGCONF_OS@=1 \
3294+ -DVGP_@VGCONF_ARCH_PRI@_@VGCONF_OS@=1
3295+
3296+@VGCONF_HAVE_PLATFORM_SEC_TRUE@AM_CPPFLAGS_@VGCONF_PLATFORM_SEC_CAPS@ = \
3297+@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -I$(top_srcdir) \
3298+@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -I$(top_srcdir)/include \
3299+@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -I$(top_srcdir)/VEX/pub \
3300+@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -DVGA_@VGCONF_ARCH_SEC@=1 \
3301+@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -DVGO_@VGCONF_OS@=1 \
3302+@VGCONF_HAVE_PLATFORM_SEC_TRUE@ -DVGP_@VGCONF_ARCH_SEC@_@VGCONF_OS@=1
3303+
3304+AM_FLAG_M3264_X86_LINUX = @FLAG_M32@
3305+AM_CFLAGS_X86_LINUX = @FLAG_M32@ @PREFERRED_STACK_BOUNDARY@ \
3306+ $(AM_CFLAGS_BASE)
3307+
3308+AM_CCASFLAGS_X86_LINUX = $(AM_CPPFLAGS_X86_LINUX) @FLAG_M32@ -g
3309+AM_FLAG_M3264_AMD64_LINUX = @FLAG_M64@
3310+AM_CFLAGS_AMD64_LINUX = @FLAG_M64@ -fomit-frame-pointer \
3311+ @PREFERRED_STACK_BOUNDARY@ $(AM_CFLAGS_BASE)
3312+
3313+AM_CCASFLAGS_AMD64_LINUX = $(AM_CPPFLAGS_AMD64_LINUX) @FLAG_M64@ -g
3314+AM_FLAG_M3264_PPC32_LINUX = @FLAG_M32@
3315+AM_CFLAGS_PPC32_LINUX = @FLAG_M32@ $(AM_CFLAGS_BASE)
3316+AM_CCASFLAGS_PPC32_LINUX = $(AM_CPPFLAGS_PPC32_LINUX) @FLAG_M32@ -g
3317+AM_FLAG_M3264_PPC64_LINUX = @FLAG_M64@
3318+AM_CFLAGS_PPC64_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE)
3319+AM_CCASFLAGS_PPC64_LINUX = $(AM_CPPFLAGS_PPC64_LINUX) @FLAG_M64@ -g
3320+AM_FLAG_M3264_ARM_LINUX = @FLAG_M32@
3321+AM_CFLAGS_ARM_LINUX = @FLAG_M32@ @PREFERRED_STACK_BOUNDARY@ \
3322+ $(AM_CFLAGS_BASE)
3323+
3324+AM_CCASFLAGS_ARM_LINUX = $(AM_CPPFLAGS_ARM_LINUX) @FLAG_M32@ -g
3325+AM_FLAG_M3264_PPC32_AIX5 = @FLAG_MAIX32@
3326+AM_CFLAGS_PPC32_AIX5 = @FLAG_MAIX32@ -mcpu=powerpc $(AM_CFLAGS_BASE)
3327+AM_CCASFLAGS_PPC32_AIX5 = $(AM_CPPFLAGS_PPC32_AIX5) \
3328+ @FLAG_MAIX32@ -mcpu=powerpc -g
3329+
3330+AM_FLAG_M3264_PPC64_AIX5 = @FLAG_MAIX64@
3331+AM_CFLAGS_PPC64_AIX5 = @FLAG_MAIX64@ -mcpu=powerpc64 $(AM_CFLAGS_BASE)
3332+AM_CCASFLAGS_PPC64_AIX5 = $(AM_CPPFLAGS_PPC64_AIX5) \
3333+ @FLAG_MAIX64@ -mcpu=powerpc64 -g
3334+
3335+AM_FLAG_M3264_X86_DARWIN = -arch i386
3336+AM_CFLAGS_X86_DARWIN = $(WERROR) -arch i386 $(AM_CFLAGS_BASE) \
3337+ -mmacosx-version-min=10.5 \
3338+ -fno-stack-protector -fno-pic -fno-PIC
3339+
3340+AM_CCASFLAGS_X86_DARWIN = $(AM_CPPFLAGS_X86_DARWIN) -arch i386 -g
3341+AM_FLAG_M3264_AMD64_DARWIN = -arch x86_64
3342+AM_CFLAGS_AMD64_DARWIN = $(WERROR) -arch x86_64 $(AM_CFLAGS_BASE) \
3343+ -mmacosx-version-min=10.5 -fno-stack-protector
3344+
3345+AM_CCASFLAGS_AMD64_DARWIN = $(AM_CPPFLAGS_AMD64_DARWIN) -arch x86_64 -g
3346+
3347+# Flags for the primary target. These must be used to build the
3348+# regtests and performance tests. In fact, these must be used to
3349+# build anything which is built only once on a dual-arch build.
3350+#
3351+AM_FLAG_M3264_PRI = $(AM_FLAG_M3264_@VGCONF_PLATFORM_PRI_CAPS@)
3352+AM_CPPFLAGS_PRI = $(AM_CPPFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
3353+AM_CFLAGS_PRI = $(AM_CFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
3354+AM_CCASFLAGS_PRI = $(AM_CCASFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
3355+@VGCONF_HAVE_PLATFORM_SEC_FALSE@AM_FLAG_M3264_SEC =
3356+@VGCONF_HAVE_PLATFORM_SEC_TRUE@AM_FLAG_M3264_SEC = $(AM_FLAG_M3264_@VGCONF_PLATFORM_SEC_CAPS@)
3357+
3358+# Baseline link flags for making vgpreload shared objects.
3359+#
3360+PRELOAD_LDFLAGS_COMMON_LINUX = -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst
3361+PRELOAD_LDFLAGS_COMMON_AIX5 = -nodefaultlibs -shared -Wl,-G -Wl,-bnogc
3362+PRELOAD_LDFLAGS_COMMON_DARWIN = -dynamic -dynamiclib -all_load
3363+PRELOAD_LDFLAGS_X86_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@
3364+PRELOAD_LDFLAGS_AMD64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@
3365+PRELOAD_LDFLAGS_PPC32_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@
3366+PRELOAD_LDFLAGS_PPC64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@
3367+PRELOAD_LDFLAGS_ARM_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@
3368+PRELOAD_LDFLAGS_PPC32_AIX5 = $(PRELOAD_LDFLAGS_COMMON_AIX5) @FLAG_MAIX32@
3369+PRELOAD_LDFLAGS_PPC64_AIX5 = $(PRELOAD_LDFLAGS_COMMON_AIX5) @FLAG_MAIX64@
3370+PRELOAD_LDFLAGS_X86_DARWIN = $(PRELOAD_LDFLAGS_COMMON_DARWIN) -arch i386
3371+PRELOAD_LDFLAGS_AMD64_DARWIN = $(PRELOAD_LDFLAGS_COMMON_DARWIN) -arch x86_64
3372+
3373+#----------------------------------------------------------------------------
3374+# Headers, etc
3375+#----------------------------------------------------------------------------
3376+EXTRA_DIST = \
3377+ HACKING.README \
3378+ LICENSE.README \
3379+ LICENSE.GPL \
3380+ quote.txt \
3381+ newline.txt \
3382+ auxprogs/genoffsets.c
3383+
3384+pkginclude_HEADERS = \
3385+ pub/libvex.h \
3386+ pub/libvex_basictypes.h \
3387+ pub/libvex_emwarn.h \
3388+ pub/libvex_guest_offsets.h \
3389+ pub/libvex_guest_x86.h \
3390+ pub/libvex_guest_amd64.h \
3391+ pub/libvex_guest_ppc32.h \
3392+ pub/libvex_guest_ppc64.h \
3393+ pub/libvex_guest_arm.h \
3394+ pub/libvex_ir.h \
3395+ pub/libvex_trc_values.h
3396+
3397+noinst_HEADERS = \
3398+ priv/main_globals.h \
3399+ priv/main_util.h \
3400+ priv/ir_match.h \
3401+ priv/ir_opt.h \
3402+ priv/guest_generic_bb_to_IR.h \
3403+ priv/guest_generic_x87.h \
3404+ priv/guest_x86_defs.h \
3405+ priv/guest_amd64_defs.h \
3406+ priv/guest_ppc_defs.h \
3407+ priv/guest_arm_defs.h \
3408+ priv/host_generic_regs.h \
3409+ priv/host_generic_simd64.h \
3410+ priv/host_generic_simd128.h \
3411+ priv/host_x86_defs.h \
3412+ priv/host_amd64_defs.h \
3413+ priv/host_ppc_defs.h \
3414+ priv/host_arm_defs.h
3415+
3416+BUILT_SOURCES = pub/libvex_guest_offsets.h
3417+CLEANFILES = pub/libvex_guest_offsets.h
3418+
3419+#----------------------------------------------------------------------------
3420+# libvex-<platform>.a
3421+#----------------------------------------------------------------------------
3422+pkglib_LIBRARIES = libvex-@VGCONF_ARCH_PRI@-@VGCONF_OS@.a \
3423+ $(am__append_1)
3424+LIBVEX_SOURCES_COMMON = \
3425+ priv/main_globals.c \
3426+ priv/main_main.c \
3427+ priv/main_util.c \
3428+ priv/ir_defs.c \
3429+ priv/ir_match.c \
3430+ priv/ir_opt.c \
3431+ priv/guest_generic_bb_to_IR.c \
3432+ priv/guest_generic_x87.c \
3433+ priv/guest_x86_helpers.c \
3434+ priv/guest_x86_toIR.c \
3435+ priv/guest_amd64_helpers.c \
3436+ priv/guest_amd64_toIR.c \
3437+ priv/guest_ppc_helpers.c \
3438+ priv/guest_ppc_toIR.c \
3439+ priv/guest_arm_helpers.c \
3440+ priv/guest_arm_toIR.c \
3441+ priv/host_generic_regs.c \
3442+ priv/host_generic_simd64.c \
3443+ priv/host_generic_simd128.c \
3444+ priv/host_generic_reg_alloc2.c \
3445+ priv/host_x86_defs.c \
3446+ priv/host_x86_isel.c \
3447+ priv/host_amd64_defs.c \
3448+ priv/host_amd64_isel.c \
3449+ priv/host_ppc_defs.c \
3450+ priv/host_ppc_isel.c \
3451+ priv/host_arm_defs.c \
3452+ priv/host_arm_isel.c
3453+
3454+LIBVEX_CFLAGS = \
3455+ -Wbad-function-cast \
3456+ -Wcast-qual \
3457+ -Wcast-align \
3458+ -fstrict-aliasing
3459+
3460+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_SOURCES = $(LIBVEX_SOURCES_COMMON)
3461+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS = \
3462+ $(AM_CPPFLAGS_@VGCONF_PLATFORM_PRI_CAPS@) -Ipriv
3463+
3464+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS = \
3465+ $(AM_CFLAGS_@VGCONF_PLATFORM_PRI_CAPS@) $(LIBVEX_CFLAGS)
3466+
3467+@VGCONF_HAVE_PLATFORM_SEC_TRUE@libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_SOURCES = $(LIBVEX_SOURCES_COMMON)
3468+@VGCONF_HAVE_PLATFORM_SEC_TRUE@libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS = \
3469+@VGCONF_HAVE_PLATFORM_SEC_TRUE@ $(AM_CPPFLAGS_@VGCONF_PLATFORM_SEC_CAPS@) -Ipriv
3470+
3471+@VGCONF_HAVE_PLATFORM_SEC_TRUE@libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS = \
3472+@VGCONF_HAVE_PLATFORM_SEC_TRUE@ $(AM_CFLAGS_@VGCONF_PLATFORM_SEC_CAPS@) $(LIBVEX_CFLAGS)
3473+
3474+all: $(BUILT_SOURCES)
3475+ $(MAKE) $(AM_MAKEFLAGS) all-am
3476+
3477+.SUFFIXES:
3478+.SUFFIXES: .c .o .obj
3479+$(top_srcdir)/Makefile.vex.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/Makefile.vex.am $(top_srcdir)/Makefile.all.am $(am__configure_deps)
3480+ @for dep in $?; do \
3481+ case '$(am__configure_deps)' in \
3482+ *$$dep*) \
3483+ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
3484+ && { if test -f $@; then exit 0; else break; fi; }; \
3485+ exit 1;; \
3486+ esac; \
3487+ done; \
3488+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign VEX/Makefile:Makefile.vex.in'; \
3489+ $(am__cd) $(top_srcdir) && \
3490+ $(AUTOMAKE) --foreign VEX/Makefile:Makefile.vex.in
3491+.PRECIOUS: Makefile
3492+Makefile: $(top_srcdir)/Makefile.vex.in $(top_builddir)/config.status
3493+ @case '$?' in \
3494+ *config.status*) \
3495+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
3496+ *) \
3497+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
3498+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
3499+ esac;
3500+
3501+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
3502+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
3503+
3504+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
3505+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
3506+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
3507+ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
3508+$(am__aclocal_m4_deps):
3509+install-pkglibLIBRARIES: $(pkglib_LIBRARIES)
3510+ @$(NORMAL_INSTALL)
3511+ test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
3512+ @list='$(pkglib_LIBRARIES)'; test -n "$(pkglibdir)" || list=; \
3513+ list2=; for p in $$list; do \
3514+ if test -f $$p; then \
3515+ list2="$$list2 $$p"; \
3516+ else :; fi; \
3517+ done; \
3518+ test -z "$$list2" || { \
3519+ echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
3520+ $(INSTALL_DATA) $$list2 "$(DESTDIR)$(pkglibdir)" || exit $$?; }
3521+ @$(POST_INSTALL)
3522+ @list='$(pkglib_LIBRARIES)'; test -n "$(pkglibdir)" || list=; \
3523+ for p in $$list; do \
3524+ if test -f $$p; then \
3525+ $(am__strip_dir) \
3526+ echo " ( cd '$(DESTDIR)$(pkglibdir)' && $(RANLIB) $$f )"; \
3527+ ( cd "$(DESTDIR)$(pkglibdir)" && $(RANLIB) $$f ) || exit $$?; \
3528+ else :; fi; \
3529+ done
3530+
3531+uninstall-pkglibLIBRARIES:
3532+ @$(NORMAL_UNINSTALL)
3533+ @list='$(pkglib_LIBRARIES)'; test -n "$(pkglibdir)" || list=; \
3534+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3535+ test -n "$$files" || exit 0; \
3536+ echo " ( cd '$(DESTDIR)$(pkglibdir)' && rm -f "$$files" )"; \
3537+ cd "$(DESTDIR)$(pkglibdir)" && rm -f $$files
3538+
3539+clean-pkglibLIBRARIES:
3540+ -test -z "$(pkglib_LIBRARIES)" || rm -f $(pkglib_LIBRARIES)
3541+libvex-@VGCONF_ARCH_PRI@-@VGCONF_OS@.a: $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_OBJECTS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_DEPENDENCIES)
3542+ -rm -f libvex-@VGCONF_ARCH_PRI@-@VGCONF_OS@.a
3543+ $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_AR) libvex-@VGCONF_ARCH_PRI@-@VGCONF_OS@.a $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_OBJECTS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_LIBADD)
3544+ $(RANLIB) libvex-@VGCONF_ARCH_PRI@-@VGCONF_OS@.a
3545+libvex-@VGCONF_ARCH_SEC@-@VGCONF_OS@.a: $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_OBJECTS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_DEPENDENCIES)
3546+ -rm -f libvex-@VGCONF_ARCH_SEC@-@VGCONF_OS@.a
3547+ $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_AR) libvex-@VGCONF_ARCH_SEC@-@VGCONF_OS@.a $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_OBJECTS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_LIBADD)
3548+ $(RANLIB) libvex-@VGCONF_ARCH_SEC@-@VGCONF_OS@.a
3549+
3550+mostlyclean-compile:
3551+ -rm -f *.$(OBJEXT)
3552+
3553+distclean-compile:
3554+ -rm -f *.tab.c
3555+
3556+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_helpers.Po@am__quote@
3557+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_toIR.Po@am__quote@
3558+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_helpers.Po@am__quote@
3559+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_toIR.Po@am__quote@
3560+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_bb_to_IR.Po@am__quote@
3561+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_x87.Po@am__quote@
3562+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_helpers.Po@am__quote@
3563+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_toIR.Po@am__quote@
3564+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_helpers.Po@am__quote@
3565+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_toIR.Po@am__quote@
3566+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_defs.Po@am__quote@
3567+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_isel.Po@am__quote@
3568+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_defs.Po@am__quote@
3569+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_isel.Po@am__quote@
3570+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_reg_alloc2.Po@am__quote@
3571+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_regs.Po@am__quote@
3572+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd128.Po@am__quote@
3573+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd64.Po@am__quote@
3574+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_defs.Po@am__quote@
3575+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_isel.Po@am__quote@
3576+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_defs.Po@am__quote@
3577+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_isel.Po@am__quote@
3578+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_defs.Po@am__quote@
3579+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_match.Po@am__quote@
3580+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_opt.Po@am__quote@
3581+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_globals.Po@am__quote@
3582+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_main.Po@am__quote@
3583+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_util.Po@am__quote@
3584+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_helpers.Po@am__quote@
3585+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_toIR.Po@am__quote@
3586+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_helpers.Po@am__quote@
3587+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_toIR.Po@am__quote@
3588+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_bb_to_IR.Po@am__quote@
3589+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_x87.Po@am__quote@
3590+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_helpers.Po@am__quote@
3591+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_toIR.Po@am__quote@
3592+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_helpers.Po@am__quote@
3593+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_toIR.Po@am__quote@
3594+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_defs.Po@am__quote@
3595+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_isel.Po@am__quote@
3596+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_defs.Po@am__quote@
3597+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_isel.Po@am__quote@
3598+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_reg_alloc2.Po@am__quote@
3599+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_regs.Po@am__quote@
3600+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd128.Po@am__quote@
3601+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd64.Po@am__quote@
3602+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_defs.Po@am__quote@
3603+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_isel.Po@am__quote@
3604+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_defs.Po@am__quote@
3605+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_isel.Po@am__quote@
3606+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_defs.Po@am__quote@
3607+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_match.Po@am__quote@
3608+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_opt.Po@am__quote@
3609+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_globals.Po@am__quote@
3610+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_main.Po@am__quote@
3611+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_util.Po@am__quote@
3612+
3613+.c.o:
3614+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
3615+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
3616+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
3617+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3618+@am__fastdepCC_FALSE@ $(COMPILE) -c $<
3619+
3620+.c.obj:
3621+@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
3622+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
3623+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
3624+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3625+@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
3626+
3627+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_globals.o: priv/main_globals.c
3628+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_globals.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_globals.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_globals.o `test -f 'priv/main_globals.c' || echo '$(srcdir)/'`priv/main_globals.c
3629+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_globals.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_globals.Po
3630+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/main_globals.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_globals.o' libtool=no @AMDEPBACKSLASH@
3631+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3632+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_globals.o `test -f 'priv/main_globals.c' || echo '$(srcdir)/'`priv/main_globals.c
3633+
3634+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_globals.obj: priv/main_globals.c
3635+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_globals.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_globals.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_globals.obj `if test -f 'priv/main_globals.c'; then $(CYGPATH_W) 'priv/main_globals.c'; else $(CYGPATH_W) '$(srcdir)/priv/main_globals.c'; fi`
3636+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_globals.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_globals.Po
3637+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/main_globals.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_globals.obj' libtool=no @AMDEPBACKSLASH@
3638+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3639+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_globals.obj `if test -f 'priv/main_globals.c'; then $(CYGPATH_W) 'priv/main_globals.c'; else $(CYGPATH_W) '$(srcdir)/priv/main_globals.c'; fi`
3640+
3641+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_main.o: priv/main_main.c
3642+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_main.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_main.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_main.o `test -f 'priv/main_main.c' || echo '$(srcdir)/'`priv/main_main.c
3643+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_main.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_main.Po
3644+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/main_main.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_main.o' libtool=no @AMDEPBACKSLASH@
3645+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3646+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_main.o `test -f 'priv/main_main.c' || echo '$(srcdir)/'`priv/main_main.c
3647+
3648+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_main.obj: priv/main_main.c
3649+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_main.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_main.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_main.obj `if test -f 'priv/main_main.c'; then $(CYGPATH_W) 'priv/main_main.c'; else $(CYGPATH_W) '$(srcdir)/priv/main_main.c'; fi`
3650+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_main.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_main.Po
3651+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/main_main.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_main.obj' libtool=no @AMDEPBACKSLASH@
3652+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3653+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_main.obj `if test -f 'priv/main_main.c'; then $(CYGPATH_W) 'priv/main_main.c'; else $(CYGPATH_W) '$(srcdir)/priv/main_main.c'; fi`
3654+
3655+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_util.o: priv/main_util.c
3656+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_util.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_util.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_util.o `test -f 'priv/main_util.c' || echo '$(srcdir)/'`priv/main_util.c
3657+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_util.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_util.Po
3658+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/main_util.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_util.o' libtool=no @AMDEPBACKSLASH@
3659+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3660+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_util.o `test -f 'priv/main_util.c' || echo '$(srcdir)/'`priv/main_util.c
3661+
3662+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_util.obj: priv/main_util.c
3663+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_util.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_util.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_util.obj `if test -f 'priv/main_util.c'; then $(CYGPATH_W) 'priv/main_util.c'; else $(CYGPATH_W) '$(srcdir)/priv/main_util.c'; fi`
3664+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_util.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_util.Po
3665+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/main_util.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_util.obj' libtool=no @AMDEPBACKSLASH@
3666+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3667+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_util.obj `if test -f 'priv/main_util.c'; then $(CYGPATH_W) 'priv/main_util.c'; else $(CYGPATH_W) '$(srcdir)/priv/main_util.c'; fi`
3668+
3669+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_defs.o: priv/ir_defs.c
3670+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_defs.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_defs.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_defs.o `test -f 'priv/ir_defs.c' || echo '$(srcdir)/'`priv/ir_defs.c
3671+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_defs.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_defs.Po
3672+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/ir_defs.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_defs.o' libtool=no @AMDEPBACKSLASH@
3673+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3674+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_defs.o `test -f 'priv/ir_defs.c' || echo '$(srcdir)/'`priv/ir_defs.c
3675+
3676+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_defs.obj: priv/ir_defs.c
3677+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_defs.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_defs.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_defs.obj `if test -f 'priv/ir_defs.c'; then $(CYGPATH_W) 'priv/ir_defs.c'; else $(CYGPATH_W) '$(srcdir)/priv/ir_defs.c'; fi`
3678+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_defs.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_defs.Po
3679+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/ir_defs.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_defs.obj' libtool=no @AMDEPBACKSLASH@
3680+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3681+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_defs.obj `if test -f 'priv/ir_defs.c'; then $(CYGPATH_W) 'priv/ir_defs.c'; else $(CYGPATH_W) '$(srcdir)/priv/ir_defs.c'; fi`
3682+
3683+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_match.o: priv/ir_match.c
3684+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_match.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_match.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_match.o `test -f 'priv/ir_match.c' || echo '$(srcdir)/'`priv/ir_match.c
3685+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_match.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_match.Po
3686+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/ir_match.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_match.o' libtool=no @AMDEPBACKSLASH@
3687+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3688+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_match.o `test -f 'priv/ir_match.c' || echo '$(srcdir)/'`priv/ir_match.c
3689+
3690+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_match.obj: priv/ir_match.c
3691+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_match.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_match.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_match.obj `if test -f 'priv/ir_match.c'; then $(CYGPATH_W) 'priv/ir_match.c'; else $(CYGPATH_W) '$(srcdir)/priv/ir_match.c'; fi`
3692+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_match.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_match.Po
3693+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/ir_match.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_match.obj' libtool=no @AMDEPBACKSLASH@
3694+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3695+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_match.obj `if test -f 'priv/ir_match.c'; then $(CYGPATH_W) 'priv/ir_match.c'; else $(CYGPATH_W) '$(srcdir)/priv/ir_match.c'; fi`
3696+
3697+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_opt.o: priv/ir_opt.c
3698+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_opt.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_opt.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_opt.o `test -f 'priv/ir_opt.c' || echo '$(srcdir)/'`priv/ir_opt.c
3699+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_opt.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_opt.Po
3700+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/ir_opt.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_opt.o' libtool=no @AMDEPBACKSLASH@
3701+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3702+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_opt.o `test -f 'priv/ir_opt.c' || echo '$(srcdir)/'`priv/ir_opt.c
3703+
3704+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_opt.obj: priv/ir_opt.c
3705+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_opt.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_opt.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_opt.obj `if test -f 'priv/ir_opt.c'; then $(CYGPATH_W) 'priv/ir_opt.c'; else $(CYGPATH_W) '$(srcdir)/priv/ir_opt.c'; fi`
3706+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_opt.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_opt.Po
3707+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/ir_opt.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_opt.obj' libtool=no @AMDEPBACKSLASH@
3708+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3709+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_opt.obj `if test -f 'priv/ir_opt.c'; then $(CYGPATH_W) 'priv/ir_opt.c'; else $(CYGPATH_W) '$(srcdir)/priv/ir_opt.c'; fi`
3710+
3711+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_bb_to_IR.o: priv/guest_generic_bb_to_IR.c
3712+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_bb_to_IR.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_bb_to_IR.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_bb_to_IR.o `test -f 'priv/guest_generic_bb_to_IR.c' || echo '$(srcdir)/'`priv/guest_generic_bb_to_IR.c
3713+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_bb_to_IR.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_bb_to_IR.Po
3714+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_generic_bb_to_IR.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_bb_to_IR.o' libtool=no @AMDEPBACKSLASH@
3715+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3716+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_bb_to_IR.o `test -f 'priv/guest_generic_bb_to_IR.c' || echo '$(srcdir)/'`priv/guest_generic_bb_to_IR.c
3717+
3718+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_bb_to_IR.obj: priv/guest_generic_bb_to_IR.c
3719+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_bb_to_IR.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_bb_to_IR.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_bb_to_IR.obj `if test -f 'priv/guest_generic_bb_to_IR.c'; then $(CYGPATH_W) 'priv/guest_generic_bb_to_IR.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_generic_bb_to_IR.c'; fi`
3720+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_bb_to_IR.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_bb_to_IR.Po
3721+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_generic_bb_to_IR.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_bb_to_IR.obj' libtool=no @AMDEPBACKSLASH@
3722+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3723+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_bb_to_IR.obj `if test -f 'priv/guest_generic_bb_to_IR.c'; then $(CYGPATH_W) 'priv/guest_generic_bb_to_IR.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_generic_bb_to_IR.c'; fi`
3724+
3725+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_x87.o: priv/guest_generic_x87.c
3726+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_x87.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_x87.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_x87.o `test -f 'priv/guest_generic_x87.c' || echo '$(srcdir)/'`priv/guest_generic_x87.c
3727+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_x87.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_x87.Po
3728+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_generic_x87.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_x87.o' libtool=no @AMDEPBACKSLASH@
3729+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3730+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_x87.o `test -f 'priv/guest_generic_x87.c' || echo '$(srcdir)/'`priv/guest_generic_x87.c
3731+
3732+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_x87.obj: priv/guest_generic_x87.c
3733+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_x87.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_x87.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_x87.obj `if test -f 'priv/guest_generic_x87.c'; then $(CYGPATH_W) 'priv/guest_generic_x87.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_generic_x87.c'; fi`
3734+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_x87.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_x87.Po
3735+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_generic_x87.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_x87.obj' libtool=no @AMDEPBACKSLASH@
3736+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3737+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_x87.obj `if test -f 'priv/guest_generic_x87.c'; then $(CYGPATH_W) 'priv/guest_generic_x87.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_generic_x87.c'; fi`
3738+
3739+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_helpers.o: priv/guest_x86_helpers.c
3740+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_helpers.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_helpers.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_helpers.o `test -f 'priv/guest_x86_helpers.c' || echo '$(srcdir)/'`priv/guest_x86_helpers.c
3741+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_helpers.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_helpers.Po
3742+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_x86_helpers.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_helpers.o' libtool=no @AMDEPBACKSLASH@
3743+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3744+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_helpers.o `test -f 'priv/guest_x86_helpers.c' || echo '$(srcdir)/'`priv/guest_x86_helpers.c
3745+
3746+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_helpers.obj: priv/guest_x86_helpers.c
3747+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_helpers.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_helpers.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_helpers.obj `if test -f 'priv/guest_x86_helpers.c'; then $(CYGPATH_W) 'priv/guest_x86_helpers.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_x86_helpers.c'; fi`
3748+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_helpers.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_helpers.Po
3749+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_x86_helpers.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_helpers.obj' libtool=no @AMDEPBACKSLASH@
3750+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3751+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_helpers.obj `if test -f 'priv/guest_x86_helpers.c'; then $(CYGPATH_W) 'priv/guest_x86_helpers.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_x86_helpers.c'; fi`
3752+
3753+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_toIR.o: priv/guest_x86_toIR.c
3754+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_toIR.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_toIR.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_toIR.o `test -f 'priv/guest_x86_toIR.c' || echo '$(srcdir)/'`priv/guest_x86_toIR.c
3755+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_toIR.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_toIR.Po
3756+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_x86_toIR.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_toIR.o' libtool=no @AMDEPBACKSLASH@
3757+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3758+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_toIR.o `test -f 'priv/guest_x86_toIR.c' || echo '$(srcdir)/'`priv/guest_x86_toIR.c
3759+
3760+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_toIR.obj: priv/guest_x86_toIR.c
3761+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_toIR.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_toIR.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_toIR.obj `if test -f 'priv/guest_x86_toIR.c'; then $(CYGPATH_W) 'priv/guest_x86_toIR.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_x86_toIR.c'; fi`
3762+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_toIR.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_toIR.Po
3763+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_x86_toIR.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_toIR.obj' libtool=no @AMDEPBACKSLASH@
3764+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3765+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_toIR.obj `if test -f 'priv/guest_x86_toIR.c'; then $(CYGPATH_W) 'priv/guest_x86_toIR.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_x86_toIR.c'; fi`
3766+
3767+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_helpers.o: priv/guest_amd64_helpers.c
3768+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_helpers.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_helpers.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_helpers.o `test -f 'priv/guest_amd64_helpers.c' || echo '$(srcdir)/'`priv/guest_amd64_helpers.c
3769+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_helpers.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_helpers.Po
3770+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_amd64_helpers.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_helpers.o' libtool=no @AMDEPBACKSLASH@
3771+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3772+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_helpers.o `test -f 'priv/guest_amd64_helpers.c' || echo '$(srcdir)/'`priv/guest_amd64_helpers.c
3773+
3774+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_helpers.obj: priv/guest_amd64_helpers.c
3775+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_helpers.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_helpers.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_helpers.obj `if test -f 'priv/guest_amd64_helpers.c'; then $(CYGPATH_W) 'priv/guest_amd64_helpers.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_amd64_helpers.c'; fi`
3776+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_helpers.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_helpers.Po
3777+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_amd64_helpers.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_helpers.obj' libtool=no @AMDEPBACKSLASH@
3778+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3779+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_helpers.obj `if test -f 'priv/guest_amd64_helpers.c'; then $(CYGPATH_W) 'priv/guest_amd64_helpers.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_amd64_helpers.c'; fi`
3780+
3781+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_toIR.o: priv/guest_amd64_toIR.c
3782+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_toIR.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_toIR.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_toIR.o `test -f 'priv/guest_amd64_toIR.c' || echo '$(srcdir)/'`priv/guest_amd64_toIR.c
3783+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_toIR.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_toIR.Po
3784+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_amd64_toIR.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_toIR.o' libtool=no @AMDEPBACKSLASH@
3785+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3786+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_toIR.o `test -f 'priv/guest_amd64_toIR.c' || echo '$(srcdir)/'`priv/guest_amd64_toIR.c
3787+
3788+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_toIR.obj: priv/guest_amd64_toIR.c
3789+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_toIR.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_toIR.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_toIR.obj `if test -f 'priv/guest_amd64_toIR.c'; then $(CYGPATH_W) 'priv/guest_amd64_toIR.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_amd64_toIR.c'; fi`
3790+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_toIR.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_toIR.Po
3791+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_amd64_toIR.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_toIR.obj' libtool=no @AMDEPBACKSLASH@
3792+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3793+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_toIR.obj `if test -f 'priv/guest_amd64_toIR.c'; then $(CYGPATH_W) 'priv/guest_amd64_toIR.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_amd64_toIR.c'; fi`
3794+
3795+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_helpers.o: priv/guest_ppc_helpers.c
3796+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_helpers.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_helpers.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_helpers.o `test -f 'priv/guest_ppc_helpers.c' || echo '$(srcdir)/'`priv/guest_ppc_helpers.c
3797+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_helpers.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_helpers.Po
3798+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_ppc_helpers.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_helpers.o' libtool=no @AMDEPBACKSLASH@
3799+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3800+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_helpers.o `test -f 'priv/guest_ppc_helpers.c' || echo '$(srcdir)/'`priv/guest_ppc_helpers.c
3801+
3802+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_helpers.obj: priv/guest_ppc_helpers.c
3803+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_helpers.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_helpers.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_helpers.obj `if test -f 'priv/guest_ppc_helpers.c'; then $(CYGPATH_W) 'priv/guest_ppc_helpers.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_ppc_helpers.c'; fi`
3804+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_helpers.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_helpers.Po
3805+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_ppc_helpers.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_helpers.obj' libtool=no @AMDEPBACKSLASH@
3806+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3807+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_helpers.obj `if test -f 'priv/guest_ppc_helpers.c'; then $(CYGPATH_W) 'priv/guest_ppc_helpers.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_ppc_helpers.c'; fi`
3808+
3809+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_toIR.o: priv/guest_ppc_toIR.c
3810+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_toIR.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_toIR.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_toIR.o `test -f 'priv/guest_ppc_toIR.c' || echo '$(srcdir)/'`priv/guest_ppc_toIR.c
3811+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_toIR.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_toIR.Po
3812+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_ppc_toIR.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_toIR.o' libtool=no @AMDEPBACKSLASH@
3813+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3814+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_toIR.o `test -f 'priv/guest_ppc_toIR.c' || echo '$(srcdir)/'`priv/guest_ppc_toIR.c
3815+
3816+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_toIR.obj: priv/guest_ppc_toIR.c
3817+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_toIR.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_toIR.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_toIR.obj `if test -f 'priv/guest_ppc_toIR.c'; then $(CYGPATH_W) 'priv/guest_ppc_toIR.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_ppc_toIR.c'; fi`
3818+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_toIR.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_toIR.Po
3819+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_ppc_toIR.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_toIR.obj' libtool=no @AMDEPBACKSLASH@
3820+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3821+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_toIR.obj `if test -f 'priv/guest_ppc_toIR.c'; then $(CYGPATH_W) 'priv/guest_ppc_toIR.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_ppc_toIR.c'; fi`
3822+
3823+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_helpers.o: priv/guest_arm_helpers.c
3824+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_helpers.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_helpers.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_helpers.o `test -f 'priv/guest_arm_helpers.c' || echo '$(srcdir)/'`priv/guest_arm_helpers.c
3825+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_helpers.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_helpers.Po
3826+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_arm_helpers.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_helpers.o' libtool=no @AMDEPBACKSLASH@
3827+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3828+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_helpers.o `test -f 'priv/guest_arm_helpers.c' || echo '$(srcdir)/'`priv/guest_arm_helpers.c
3829+
3830+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_helpers.obj: priv/guest_arm_helpers.c
3831+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_helpers.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_helpers.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_helpers.obj `if test -f 'priv/guest_arm_helpers.c'; then $(CYGPATH_W) 'priv/guest_arm_helpers.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_arm_helpers.c'; fi`
3832+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_helpers.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_helpers.Po
3833+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_arm_helpers.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_helpers.obj' libtool=no @AMDEPBACKSLASH@
3834+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3835+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_helpers.obj `if test -f 'priv/guest_arm_helpers.c'; then $(CYGPATH_W) 'priv/guest_arm_helpers.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_arm_helpers.c'; fi`
3836+
3837+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_toIR.o: priv/guest_arm_toIR.c
3838+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_toIR.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_toIR.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_toIR.o `test -f 'priv/guest_arm_toIR.c' || echo '$(srcdir)/'`priv/guest_arm_toIR.c
3839+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_toIR.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_toIR.Po
3840+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_arm_toIR.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_toIR.o' libtool=no @AMDEPBACKSLASH@
3841+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3842+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_toIR.o `test -f 'priv/guest_arm_toIR.c' || echo '$(srcdir)/'`priv/guest_arm_toIR.c
3843+
3844+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_toIR.obj: priv/guest_arm_toIR.c
3845+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_toIR.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_toIR.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_toIR.obj `if test -f 'priv/guest_arm_toIR.c'; then $(CYGPATH_W) 'priv/guest_arm_toIR.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_arm_toIR.c'; fi`
3846+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_toIR.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_toIR.Po
3847+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_arm_toIR.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_toIR.obj' libtool=no @AMDEPBACKSLASH@
3848+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3849+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_toIR.obj `if test -f 'priv/guest_arm_toIR.c'; then $(CYGPATH_W) 'priv/guest_arm_toIR.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_arm_toIR.c'; fi`
3850+
3851+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_regs.o: priv/host_generic_regs.c
3852+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_regs.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_regs.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_regs.o `test -f 'priv/host_generic_regs.c' || echo '$(srcdir)/'`priv/host_generic_regs.c
3853+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_regs.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_regs.Po
3854+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_generic_regs.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_regs.o' libtool=no @AMDEPBACKSLASH@
3855+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3856+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_regs.o `test -f 'priv/host_generic_regs.c' || echo '$(srcdir)/'`priv/host_generic_regs.c
3857+
3858+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_regs.obj: priv/host_generic_regs.c
3859+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_regs.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_regs.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_regs.obj `if test -f 'priv/host_generic_regs.c'; then $(CYGPATH_W) 'priv/host_generic_regs.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_generic_regs.c'; fi`
3860+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_regs.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_regs.Po
3861+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_generic_regs.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_regs.obj' libtool=no @AMDEPBACKSLASH@
3862+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3863+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_regs.obj `if test -f 'priv/host_generic_regs.c'; then $(CYGPATH_W) 'priv/host_generic_regs.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_generic_regs.c'; fi`
3864+
3865+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd64.o: priv/host_generic_simd64.c
3866+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd64.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd64.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd64.o `test -f 'priv/host_generic_simd64.c' || echo '$(srcdir)/'`priv/host_generic_simd64.c
3867+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd64.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd64.Po
3868+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_generic_simd64.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd64.o' libtool=no @AMDEPBACKSLASH@
3869+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3870+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd64.o `test -f 'priv/host_generic_simd64.c' || echo '$(srcdir)/'`priv/host_generic_simd64.c
3871+
3872+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd64.obj: priv/host_generic_simd64.c
3873+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd64.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd64.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd64.obj `if test -f 'priv/host_generic_simd64.c'; then $(CYGPATH_W) 'priv/host_generic_simd64.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_generic_simd64.c'; fi`
3874+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd64.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd64.Po
3875+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_generic_simd64.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd64.obj' libtool=no @AMDEPBACKSLASH@
3876+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3877+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd64.obj `if test -f 'priv/host_generic_simd64.c'; then $(CYGPATH_W) 'priv/host_generic_simd64.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_generic_simd64.c'; fi`
3878+
3879+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd128.o: priv/host_generic_simd128.c
3880+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd128.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd128.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd128.o `test -f 'priv/host_generic_simd128.c' || echo '$(srcdir)/'`priv/host_generic_simd128.c
3881+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd128.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd128.Po
3882+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_generic_simd128.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd128.o' libtool=no @AMDEPBACKSLASH@
3883+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3884+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd128.o `test -f 'priv/host_generic_simd128.c' || echo '$(srcdir)/'`priv/host_generic_simd128.c
3885+
3886+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd128.obj: priv/host_generic_simd128.c
3887+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd128.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd128.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd128.obj `if test -f 'priv/host_generic_simd128.c'; then $(CYGPATH_W) 'priv/host_generic_simd128.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_generic_simd128.c'; fi`
3888+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd128.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd128.Po
3889+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_generic_simd128.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd128.obj' libtool=no @AMDEPBACKSLASH@
3890+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3891+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd128.obj `if test -f 'priv/host_generic_simd128.c'; then $(CYGPATH_W) 'priv/host_generic_simd128.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_generic_simd128.c'; fi`
3892+
3893+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_reg_alloc2.o: priv/host_generic_reg_alloc2.c
3894+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_reg_alloc2.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_reg_alloc2.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_reg_alloc2.o `test -f 'priv/host_generic_reg_alloc2.c' || echo '$(srcdir)/'`priv/host_generic_reg_alloc2.c
3895+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_reg_alloc2.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_reg_alloc2.Po
3896+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_generic_reg_alloc2.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_reg_alloc2.o' libtool=no @AMDEPBACKSLASH@
3897+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3898+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_reg_alloc2.o `test -f 'priv/host_generic_reg_alloc2.c' || echo '$(srcdir)/'`priv/host_generic_reg_alloc2.c
3899+
3900+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_reg_alloc2.obj: priv/host_generic_reg_alloc2.c
3901+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_reg_alloc2.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_reg_alloc2.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_reg_alloc2.obj `if test -f 'priv/host_generic_reg_alloc2.c'; then $(CYGPATH_W) 'priv/host_generic_reg_alloc2.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_generic_reg_alloc2.c'; fi`
3902+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_reg_alloc2.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_reg_alloc2.Po
3903+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_generic_reg_alloc2.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_reg_alloc2.obj' libtool=no @AMDEPBACKSLASH@
3904+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3905+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_reg_alloc2.obj `if test -f 'priv/host_generic_reg_alloc2.c'; then $(CYGPATH_W) 'priv/host_generic_reg_alloc2.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_generic_reg_alloc2.c'; fi`
3906+
3907+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_defs.o: priv/host_x86_defs.c
3908+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_defs.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_defs.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_defs.o `test -f 'priv/host_x86_defs.c' || echo '$(srcdir)/'`priv/host_x86_defs.c
3909+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_defs.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_defs.Po
3910+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_x86_defs.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_defs.o' libtool=no @AMDEPBACKSLASH@
3911+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3912+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_defs.o `test -f 'priv/host_x86_defs.c' || echo '$(srcdir)/'`priv/host_x86_defs.c
3913+
3914+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_defs.obj: priv/host_x86_defs.c
3915+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_defs.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_defs.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_defs.obj `if test -f 'priv/host_x86_defs.c'; then $(CYGPATH_W) 'priv/host_x86_defs.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_x86_defs.c'; fi`
3916+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_defs.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_defs.Po
3917+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_x86_defs.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_defs.obj' libtool=no @AMDEPBACKSLASH@
3918+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3919+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_defs.obj `if test -f 'priv/host_x86_defs.c'; then $(CYGPATH_W) 'priv/host_x86_defs.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_x86_defs.c'; fi`
3920+
3921+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_isel.o: priv/host_x86_isel.c
3922+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_isel.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_isel.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_isel.o `test -f 'priv/host_x86_isel.c' || echo '$(srcdir)/'`priv/host_x86_isel.c
3923+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_isel.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_isel.Po
3924+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_x86_isel.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_isel.o' libtool=no @AMDEPBACKSLASH@
3925+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3926+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_isel.o `test -f 'priv/host_x86_isel.c' || echo '$(srcdir)/'`priv/host_x86_isel.c
3927+
3928+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_isel.obj: priv/host_x86_isel.c
3929+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_isel.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_isel.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_isel.obj `if test -f 'priv/host_x86_isel.c'; then $(CYGPATH_W) 'priv/host_x86_isel.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_x86_isel.c'; fi`
3930+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_isel.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_isel.Po
3931+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_x86_isel.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_isel.obj' libtool=no @AMDEPBACKSLASH@
3932+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3933+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_isel.obj `if test -f 'priv/host_x86_isel.c'; then $(CYGPATH_W) 'priv/host_x86_isel.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_x86_isel.c'; fi`
3934+
3935+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_defs.o: priv/host_amd64_defs.c
3936+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_defs.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_defs.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_defs.o `test -f 'priv/host_amd64_defs.c' || echo '$(srcdir)/'`priv/host_amd64_defs.c
3937+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_defs.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_defs.Po
3938+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_amd64_defs.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_defs.o' libtool=no @AMDEPBACKSLASH@
3939+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3940+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_defs.o `test -f 'priv/host_amd64_defs.c' || echo '$(srcdir)/'`priv/host_amd64_defs.c
3941+
3942+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_defs.obj: priv/host_amd64_defs.c
3943+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_defs.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_defs.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_defs.obj `if test -f 'priv/host_amd64_defs.c'; then $(CYGPATH_W) 'priv/host_amd64_defs.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_amd64_defs.c'; fi`
3944+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_defs.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_defs.Po
3945+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_amd64_defs.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_defs.obj' libtool=no @AMDEPBACKSLASH@
3946+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3947+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_defs.obj `if test -f 'priv/host_amd64_defs.c'; then $(CYGPATH_W) 'priv/host_amd64_defs.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_amd64_defs.c'; fi`
3948+
3949+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_isel.o: priv/host_amd64_isel.c
3950+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_isel.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_isel.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_isel.o `test -f 'priv/host_amd64_isel.c' || echo '$(srcdir)/'`priv/host_amd64_isel.c
3951+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_isel.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_isel.Po
3952+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_amd64_isel.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_isel.o' libtool=no @AMDEPBACKSLASH@
3953+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3954+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_isel.o `test -f 'priv/host_amd64_isel.c' || echo '$(srcdir)/'`priv/host_amd64_isel.c
3955+
3956+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_isel.obj: priv/host_amd64_isel.c
3957+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_isel.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_isel.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_isel.obj `if test -f 'priv/host_amd64_isel.c'; then $(CYGPATH_W) 'priv/host_amd64_isel.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_amd64_isel.c'; fi`
3958+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_isel.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_isel.Po
3959+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_amd64_isel.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_isel.obj' libtool=no @AMDEPBACKSLASH@
3960+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3961+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_isel.obj `if test -f 'priv/host_amd64_isel.c'; then $(CYGPATH_W) 'priv/host_amd64_isel.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_amd64_isel.c'; fi`
3962+
3963+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_defs.o: priv/host_ppc_defs.c
3964+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_defs.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_defs.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_defs.o `test -f 'priv/host_ppc_defs.c' || echo '$(srcdir)/'`priv/host_ppc_defs.c
3965+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_defs.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_defs.Po
3966+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_ppc_defs.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_defs.o' libtool=no @AMDEPBACKSLASH@
3967+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3968+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_defs.o `test -f 'priv/host_ppc_defs.c' || echo '$(srcdir)/'`priv/host_ppc_defs.c
3969+
3970+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_defs.obj: priv/host_ppc_defs.c
3971+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_defs.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_defs.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_defs.obj `if test -f 'priv/host_ppc_defs.c'; then $(CYGPATH_W) 'priv/host_ppc_defs.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_ppc_defs.c'; fi`
3972+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_defs.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_defs.Po
3973+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_ppc_defs.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_defs.obj' libtool=no @AMDEPBACKSLASH@
3974+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3975+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_defs.obj `if test -f 'priv/host_ppc_defs.c'; then $(CYGPATH_W) 'priv/host_ppc_defs.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_ppc_defs.c'; fi`
3976+
3977+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_isel.o: priv/host_ppc_isel.c
3978+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_isel.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_isel.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_isel.o `test -f 'priv/host_ppc_isel.c' || echo '$(srcdir)/'`priv/host_ppc_isel.c
3979+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_isel.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_isel.Po
3980+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_ppc_isel.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_isel.o' libtool=no @AMDEPBACKSLASH@
3981+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3982+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_isel.o `test -f 'priv/host_ppc_isel.c' || echo '$(srcdir)/'`priv/host_ppc_isel.c
3983+
3984+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_isel.obj: priv/host_ppc_isel.c
3985+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_isel.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_isel.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_isel.obj `if test -f 'priv/host_ppc_isel.c'; then $(CYGPATH_W) 'priv/host_ppc_isel.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_ppc_isel.c'; fi`
3986+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_isel.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_isel.Po
3987+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_ppc_isel.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_isel.obj' libtool=no @AMDEPBACKSLASH@
3988+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3989+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_isel.obj `if test -f 'priv/host_ppc_isel.c'; then $(CYGPATH_W) 'priv/host_ppc_isel.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_ppc_isel.c'; fi`
3990+
3991+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_defs.o: priv/host_arm_defs.c
3992+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_defs.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_defs.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_defs.o `test -f 'priv/host_arm_defs.c' || echo '$(srcdir)/'`priv/host_arm_defs.c
3993+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_defs.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_defs.Po
3994+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_arm_defs.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_defs.o' libtool=no @AMDEPBACKSLASH@
3995+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3996+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_defs.o `test -f 'priv/host_arm_defs.c' || echo '$(srcdir)/'`priv/host_arm_defs.c
3997+
3998+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_defs.obj: priv/host_arm_defs.c
3999+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_defs.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_defs.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_defs.obj `if test -f 'priv/host_arm_defs.c'; then $(CYGPATH_W) 'priv/host_arm_defs.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_arm_defs.c'; fi`
4000+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_defs.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_defs.Po
4001+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_arm_defs.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_defs.obj' libtool=no @AMDEPBACKSLASH@
4002+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4003+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_defs.obj `if test -f 'priv/host_arm_defs.c'; then $(CYGPATH_W) 'priv/host_arm_defs.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_arm_defs.c'; fi`
4004+
4005+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_isel.o: priv/host_arm_isel.c
4006+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_isel.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_isel.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_isel.o `test -f 'priv/host_arm_isel.c' || echo '$(srcdir)/'`priv/host_arm_isel.c
4007+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_isel.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_isel.Po
4008+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_arm_isel.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_isel.o' libtool=no @AMDEPBACKSLASH@
4009+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4010+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_isel.o `test -f 'priv/host_arm_isel.c' || echo '$(srcdir)/'`priv/host_arm_isel.c
4011+
4012+libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_isel.obj: priv/host_arm_isel.c
4013+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_isel.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_isel.Tpo -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_isel.obj `if test -f 'priv/host_arm_isel.c'; then $(CYGPATH_W) 'priv/host_arm_isel.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_arm_isel.c'; fi`
4014+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_isel.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_isel.Po
4015+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_arm_isel.c' object='libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_isel.obj' libtool=no @AMDEPBACKSLASH@
4016+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4017+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_isel.obj `if test -f 'priv/host_arm_isel.c'; then $(CYGPATH_W) 'priv/host_arm_isel.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_arm_isel.c'; fi`
4018+
4019+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_globals.o: priv/main_globals.c
4020+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_globals.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_globals.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_globals.o `test -f 'priv/main_globals.c' || echo '$(srcdir)/'`priv/main_globals.c
4021+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_globals.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_globals.Po
4022+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/main_globals.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_globals.o' libtool=no @AMDEPBACKSLASH@
4023+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4024+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_globals.o `test -f 'priv/main_globals.c' || echo '$(srcdir)/'`priv/main_globals.c
4025+
4026+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_globals.obj: priv/main_globals.c
4027+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_globals.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_globals.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_globals.obj `if test -f 'priv/main_globals.c'; then $(CYGPATH_W) 'priv/main_globals.c'; else $(CYGPATH_W) '$(srcdir)/priv/main_globals.c'; fi`
4028+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_globals.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_globals.Po
4029+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/main_globals.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_globals.obj' libtool=no @AMDEPBACKSLASH@
4030+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4031+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_globals.obj `if test -f 'priv/main_globals.c'; then $(CYGPATH_W) 'priv/main_globals.c'; else $(CYGPATH_W) '$(srcdir)/priv/main_globals.c'; fi`
4032+
4033+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_main.o: priv/main_main.c
4034+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_main.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_main.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_main.o `test -f 'priv/main_main.c' || echo '$(srcdir)/'`priv/main_main.c
4035+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_main.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_main.Po
4036+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/main_main.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_main.o' libtool=no @AMDEPBACKSLASH@
4037+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4038+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_main.o `test -f 'priv/main_main.c' || echo '$(srcdir)/'`priv/main_main.c
4039+
4040+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_main.obj: priv/main_main.c
4041+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_main.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_main.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_main.obj `if test -f 'priv/main_main.c'; then $(CYGPATH_W) 'priv/main_main.c'; else $(CYGPATH_W) '$(srcdir)/priv/main_main.c'; fi`
4042+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_main.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_main.Po
4043+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/main_main.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_main.obj' libtool=no @AMDEPBACKSLASH@
4044+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4045+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_main.obj `if test -f 'priv/main_main.c'; then $(CYGPATH_W) 'priv/main_main.c'; else $(CYGPATH_W) '$(srcdir)/priv/main_main.c'; fi`
4046+
4047+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_util.o: priv/main_util.c
4048+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_util.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_util.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_util.o `test -f 'priv/main_util.c' || echo '$(srcdir)/'`priv/main_util.c
4049+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_util.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_util.Po
4050+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/main_util.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_util.o' libtool=no @AMDEPBACKSLASH@
4051+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4052+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_util.o `test -f 'priv/main_util.c' || echo '$(srcdir)/'`priv/main_util.c
4053+
4054+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_util.obj: priv/main_util.c
4055+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_util.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_util.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_util.obj `if test -f 'priv/main_util.c'; then $(CYGPATH_W) 'priv/main_util.c'; else $(CYGPATH_W) '$(srcdir)/priv/main_util.c'; fi`
4056+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_util.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_util.Po
4057+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/main_util.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_util.obj' libtool=no @AMDEPBACKSLASH@
4058+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4059+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_util.obj `if test -f 'priv/main_util.c'; then $(CYGPATH_W) 'priv/main_util.c'; else $(CYGPATH_W) '$(srcdir)/priv/main_util.c'; fi`
4060+
4061+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_defs.o: priv/ir_defs.c
4062+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_defs.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_defs.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_defs.o `test -f 'priv/ir_defs.c' || echo '$(srcdir)/'`priv/ir_defs.c
4063+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_defs.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_defs.Po
4064+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/ir_defs.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_defs.o' libtool=no @AMDEPBACKSLASH@
4065+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4066+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_defs.o `test -f 'priv/ir_defs.c' || echo '$(srcdir)/'`priv/ir_defs.c
4067+
4068+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_defs.obj: priv/ir_defs.c
4069+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_defs.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_defs.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_defs.obj `if test -f 'priv/ir_defs.c'; then $(CYGPATH_W) 'priv/ir_defs.c'; else $(CYGPATH_W) '$(srcdir)/priv/ir_defs.c'; fi`
4070+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_defs.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_defs.Po
4071+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/ir_defs.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_defs.obj' libtool=no @AMDEPBACKSLASH@
4072+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4073+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_defs.obj `if test -f 'priv/ir_defs.c'; then $(CYGPATH_W) 'priv/ir_defs.c'; else $(CYGPATH_W) '$(srcdir)/priv/ir_defs.c'; fi`
4074+
4075+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_match.o: priv/ir_match.c
4076+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_match.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_match.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_match.o `test -f 'priv/ir_match.c' || echo '$(srcdir)/'`priv/ir_match.c
4077+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_match.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_match.Po
4078+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/ir_match.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_match.o' libtool=no @AMDEPBACKSLASH@
4079+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4080+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_match.o `test -f 'priv/ir_match.c' || echo '$(srcdir)/'`priv/ir_match.c
4081+
4082+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_match.obj: priv/ir_match.c
4083+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_match.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_match.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_match.obj `if test -f 'priv/ir_match.c'; then $(CYGPATH_W) 'priv/ir_match.c'; else $(CYGPATH_W) '$(srcdir)/priv/ir_match.c'; fi`
4084+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_match.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_match.Po
4085+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/ir_match.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_match.obj' libtool=no @AMDEPBACKSLASH@
4086+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4087+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_match.obj `if test -f 'priv/ir_match.c'; then $(CYGPATH_W) 'priv/ir_match.c'; else $(CYGPATH_W) '$(srcdir)/priv/ir_match.c'; fi`
4088+
4089+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_opt.o: priv/ir_opt.c
4090+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_opt.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_opt.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_opt.o `test -f 'priv/ir_opt.c' || echo '$(srcdir)/'`priv/ir_opt.c
4091+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_opt.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_opt.Po
4092+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/ir_opt.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_opt.o' libtool=no @AMDEPBACKSLASH@
4093+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4094+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_opt.o `test -f 'priv/ir_opt.c' || echo '$(srcdir)/'`priv/ir_opt.c
4095+
4096+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_opt.obj: priv/ir_opt.c
4097+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_opt.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_opt.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_opt.obj `if test -f 'priv/ir_opt.c'; then $(CYGPATH_W) 'priv/ir_opt.c'; else $(CYGPATH_W) '$(srcdir)/priv/ir_opt.c'; fi`
4098+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_opt.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_opt.Po
4099+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/ir_opt.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_opt.obj' libtool=no @AMDEPBACKSLASH@
4100+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4101+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_opt.obj `if test -f 'priv/ir_opt.c'; then $(CYGPATH_W) 'priv/ir_opt.c'; else $(CYGPATH_W) '$(srcdir)/priv/ir_opt.c'; fi`
4102+
4103+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_bb_to_IR.o: priv/guest_generic_bb_to_IR.c
4104+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_bb_to_IR.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_bb_to_IR.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_bb_to_IR.o `test -f 'priv/guest_generic_bb_to_IR.c' || echo '$(srcdir)/'`priv/guest_generic_bb_to_IR.c
4105+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_bb_to_IR.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_bb_to_IR.Po
4106+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_generic_bb_to_IR.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_bb_to_IR.o' libtool=no @AMDEPBACKSLASH@
4107+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4108+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_bb_to_IR.o `test -f 'priv/guest_generic_bb_to_IR.c' || echo '$(srcdir)/'`priv/guest_generic_bb_to_IR.c
4109+
4110+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_bb_to_IR.obj: priv/guest_generic_bb_to_IR.c
4111+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_bb_to_IR.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_bb_to_IR.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_bb_to_IR.obj `if test -f 'priv/guest_generic_bb_to_IR.c'; then $(CYGPATH_W) 'priv/guest_generic_bb_to_IR.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_generic_bb_to_IR.c'; fi`
4112+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_bb_to_IR.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_bb_to_IR.Po
4113+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_generic_bb_to_IR.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_bb_to_IR.obj' libtool=no @AMDEPBACKSLASH@
4114+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4115+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_bb_to_IR.obj `if test -f 'priv/guest_generic_bb_to_IR.c'; then $(CYGPATH_W) 'priv/guest_generic_bb_to_IR.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_generic_bb_to_IR.c'; fi`
4116+
4117+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_x87.o: priv/guest_generic_x87.c
4118+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_x87.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_x87.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_x87.o `test -f 'priv/guest_generic_x87.c' || echo '$(srcdir)/'`priv/guest_generic_x87.c
4119+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_x87.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_x87.Po
4120+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_generic_x87.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_x87.o' libtool=no @AMDEPBACKSLASH@
4121+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4122+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_x87.o `test -f 'priv/guest_generic_x87.c' || echo '$(srcdir)/'`priv/guest_generic_x87.c
4123+
4124+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_x87.obj: priv/guest_generic_x87.c
4125+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_x87.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_x87.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_x87.obj `if test -f 'priv/guest_generic_x87.c'; then $(CYGPATH_W) 'priv/guest_generic_x87.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_generic_x87.c'; fi`
4126+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_x87.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_x87.Po
4127+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_generic_x87.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_x87.obj' libtool=no @AMDEPBACKSLASH@
4128+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4129+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_x87.obj `if test -f 'priv/guest_generic_x87.c'; then $(CYGPATH_W) 'priv/guest_generic_x87.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_generic_x87.c'; fi`
4130+
4131+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_helpers.o: priv/guest_x86_helpers.c
4132+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_helpers.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_helpers.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_helpers.o `test -f 'priv/guest_x86_helpers.c' || echo '$(srcdir)/'`priv/guest_x86_helpers.c
4133+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_helpers.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_helpers.Po
4134+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_x86_helpers.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_helpers.o' libtool=no @AMDEPBACKSLASH@
4135+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4136+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_helpers.o `test -f 'priv/guest_x86_helpers.c' || echo '$(srcdir)/'`priv/guest_x86_helpers.c
4137+
4138+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_helpers.obj: priv/guest_x86_helpers.c
4139+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_helpers.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_helpers.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_helpers.obj `if test -f 'priv/guest_x86_helpers.c'; then $(CYGPATH_W) 'priv/guest_x86_helpers.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_x86_helpers.c'; fi`
4140+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_helpers.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_helpers.Po
4141+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_x86_helpers.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_helpers.obj' libtool=no @AMDEPBACKSLASH@
4142+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4143+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_helpers.obj `if test -f 'priv/guest_x86_helpers.c'; then $(CYGPATH_W) 'priv/guest_x86_helpers.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_x86_helpers.c'; fi`
4144+
4145+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_toIR.o: priv/guest_x86_toIR.c
4146+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_toIR.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_toIR.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_toIR.o `test -f 'priv/guest_x86_toIR.c' || echo '$(srcdir)/'`priv/guest_x86_toIR.c
4147+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_toIR.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_toIR.Po
4148+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_x86_toIR.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_toIR.o' libtool=no @AMDEPBACKSLASH@
4149+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4150+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_toIR.o `test -f 'priv/guest_x86_toIR.c' || echo '$(srcdir)/'`priv/guest_x86_toIR.c
4151+
4152+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_toIR.obj: priv/guest_x86_toIR.c
4153+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_toIR.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_toIR.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_toIR.obj `if test -f 'priv/guest_x86_toIR.c'; then $(CYGPATH_W) 'priv/guest_x86_toIR.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_x86_toIR.c'; fi`
4154+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_toIR.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_toIR.Po
4155+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_x86_toIR.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_toIR.obj' libtool=no @AMDEPBACKSLASH@
4156+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4157+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_toIR.obj `if test -f 'priv/guest_x86_toIR.c'; then $(CYGPATH_W) 'priv/guest_x86_toIR.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_x86_toIR.c'; fi`
4158+
4159+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_helpers.o: priv/guest_amd64_helpers.c
4160+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_helpers.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_helpers.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_helpers.o `test -f 'priv/guest_amd64_helpers.c' || echo '$(srcdir)/'`priv/guest_amd64_helpers.c
4161+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_helpers.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_helpers.Po
4162+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_amd64_helpers.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_helpers.o' libtool=no @AMDEPBACKSLASH@
4163+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4164+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_helpers.o `test -f 'priv/guest_amd64_helpers.c' || echo '$(srcdir)/'`priv/guest_amd64_helpers.c
4165+
4166+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_helpers.obj: priv/guest_amd64_helpers.c
4167+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_helpers.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_helpers.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_helpers.obj `if test -f 'priv/guest_amd64_helpers.c'; then $(CYGPATH_W) 'priv/guest_amd64_helpers.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_amd64_helpers.c'; fi`
4168+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_helpers.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_helpers.Po
4169+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_amd64_helpers.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_helpers.obj' libtool=no @AMDEPBACKSLASH@
4170+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4171+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_helpers.obj `if test -f 'priv/guest_amd64_helpers.c'; then $(CYGPATH_W) 'priv/guest_amd64_helpers.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_amd64_helpers.c'; fi`
4172+
4173+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_toIR.o: priv/guest_amd64_toIR.c
4174+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_toIR.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_toIR.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_toIR.o `test -f 'priv/guest_amd64_toIR.c' || echo '$(srcdir)/'`priv/guest_amd64_toIR.c
4175+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_toIR.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_toIR.Po
4176+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_amd64_toIR.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_toIR.o' libtool=no @AMDEPBACKSLASH@
4177+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4178+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_toIR.o `test -f 'priv/guest_amd64_toIR.c' || echo '$(srcdir)/'`priv/guest_amd64_toIR.c
4179+
4180+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_toIR.obj: priv/guest_amd64_toIR.c
4181+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_toIR.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_toIR.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_toIR.obj `if test -f 'priv/guest_amd64_toIR.c'; then $(CYGPATH_W) 'priv/guest_amd64_toIR.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_amd64_toIR.c'; fi`
4182+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_toIR.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_toIR.Po
4183+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_amd64_toIR.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_toIR.obj' libtool=no @AMDEPBACKSLASH@
4184+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4185+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_toIR.obj `if test -f 'priv/guest_amd64_toIR.c'; then $(CYGPATH_W) 'priv/guest_amd64_toIR.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_amd64_toIR.c'; fi`
4186+
4187+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_helpers.o: priv/guest_ppc_helpers.c
4188+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_helpers.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_helpers.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_helpers.o `test -f 'priv/guest_ppc_helpers.c' || echo '$(srcdir)/'`priv/guest_ppc_helpers.c
4189+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_helpers.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_helpers.Po
4190+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_ppc_helpers.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_helpers.o' libtool=no @AMDEPBACKSLASH@
4191+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4192+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_helpers.o `test -f 'priv/guest_ppc_helpers.c' || echo '$(srcdir)/'`priv/guest_ppc_helpers.c
4193+
4194+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_helpers.obj: priv/guest_ppc_helpers.c
4195+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_helpers.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_helpers.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_helpers.obj `if test -f 'priv/guest_ppc_helpers.c'; then $(CYGPATH_W) 'priv/guest_ppc_helpers.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_ppc_helpers.c'; fi`
4196+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_helpers.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_helpers.Po
4197+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_ppc_helpers.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_helpers.obj' libtool=no @AMDEPBACKSLASH@
4198+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4199+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_helpers.obj `if test -f 'priv/guest_ppc_helpers.c'; then $(CYGPATH_W) 'priv/guest_ppc_helpers.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_ppc_helpers.c'; fi`
4200+
4201+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_toIR.o: priv/guest_ppc_toIR.c
4202+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_toIR.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_toIR.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_toIR.o `test -f 'priv/guest_ppc_toIR.c' || echo '$(srcdir)/'`priv/guest_ppc_toIR.c
4203+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_toIR.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_toIR.Po
4204+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_ppc_toIR.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_toIR.o' libtool=no @AMDEPBACKSLASH@
4205+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4206+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_toIR.o `test -f 'priv/guest_ppc_toIR.c' || echo '$(srcdir)/'`priv/guest_ppc_toIR.c
4207+
4208+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_toIR.obj: priv/guest_ppc_toIR.c
4209+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_toIR.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_toIR.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_toIR.obj `if test -f 'priv/guest_ppc_toIR.c'; then $(CYGPATH_W) 'priv/guest_ppc_toIR.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_ppc_toIR.c'; fi`
4210+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_toIR.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_toIR.Po
4211+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_ppc_toIR.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_toIR.obj' libtool=no @AMDEPBACKSLASH@
4212+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4213+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_toIR.obj `if test -f 'priv/guest_ppc_toIR.c'; then $(CYGPATH_W) 'priv/guest_ppc_toIR.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_ppc_toIR.c'; fi`
4214+
4215+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_helpers.o: priv/guest_arm_helpers.c
4216+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_helpers.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_helpers.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_helpers.o `test -f 'priv/guest_arm_helpers.c' || echo '$(srcdir)/'`priv/guest_arm_helpers.c
4217+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_helpers.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_helpers.Po
4218+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_arm_helpers.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_helpers.o' libtool=no @AMDEPBACKSLASH@
4219+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4220+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_helpers.o `test -f 'priv/guest_arm_helpers.c' || echo '$(srcdir)/'`priv/guest_arm_helpers.c
4221+
4222+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_helpers.obj: priv/guest_arm_helpers.c
4223+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_helpers.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_helpers.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_helpers.obj `if test -f 'priv/guest_arm_helpers.c'; then $(CYGPATH_W) 'priv/guest_arm_helpers.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_arm_helpers.c'; fi`
4224+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_helpers.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_helpers.Po
4225+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_arm_helpers.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_helpers.obj' libtool=no @AMDEPBACKSLASH@
4226+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4227+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_helpers.obj `if test -f 'priv/guest_arm_helpers.c'; then $(CYGPATH_W) 'priv/guest_arm_helpers.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_arm_helpers.c'; fi`
4228+
4229+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_toIR.o: priv/guest_arm_toIR.c
4230+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_toIR.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_toIR.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_toIR.o `test -f 'priv/guest_arm_toIR.c' || echo '$(srcdir)/'`priv/guest_arm_toIR.c
4231+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_toIR.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_toIR.Po
4232+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_arm_toIR.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_toIR.o' libtool=no @AMDEPBACKSLASH@
4233+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4234+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_toIR.o `test -f 'priv/guest_arm_toIR.c' || echo '$(srcdir)/'`priv/guest_arm_toIR.c
4235+
4236+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_toIR.obj: priv/guest_arm_toIR.c
4237+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_toIR.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_toIR.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_toIR.obj `if test -f 'priv/guest_arm_toIR.c'; then $(CYGPATH_W) 'priv/guest_arm_toIR.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_arm_toIR.c'; fi`
4238+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_toIR.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_toIR.Po
4239+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/guest_arm_toIR.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_toIR.obj' libtool=no @AMDEPBACKSLASH@
4240+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4241+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_toIR.obj `if test -f 'priv/guest_arm_toIR.c'; then $(CYGPATH_W) 'priv/guest_arm_toIR.c'; else $(CYGPATH_W) '$(srcdir)/priv/guest_arm_toIR.c'; fi`
4242+
4243+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_regs.o: priv/host_generic_regs.c
4244+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_regs.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_regs.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_regs.o `test -f 'priv/host_generic_regs.c' || echo '$(srcdir)/'`priv/host_generic_regs.c
4245+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_regs.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_regs.Po
4246+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_generic_regs.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_regs.o' libtool=no @AMDEPBACKSLASH@
4247+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4248+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_regs.o `test -f 'priv/host_generic_regs.c' || echo '$(srcdir)/'`priv/host_generic_regs.c
4249+
4250+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_regs.obj: priv/host_generic_regs.c
4251+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_regs.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_regs.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_regs.obj `if test -f 'priv/host_generic_regs.c'; then $(CYGPATH_W) 'priv/host_generic_regs.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_generic_regs.c'; fi`
4252+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_regs.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_regs.Po
4253+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_generic_regs.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_regs.obj' libtool=no @AMDEPBACKSLASH@
4254+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4255+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_regs.obj `if test -f 'priv/host_generic_regs.c'; then $(CYGPATH_W) 'priv/host_generic_regs.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_generic_regs.c'; fi`
4256+
4257+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd64.o: priv/host_generic_simd64.c
4258+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd64.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd64.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd64.o `test -f 'priv/host_generic_simd64.c' || echo '$(srcdir)/'`priv/host_generic_simd64.c
4259+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd64.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd64.Po
4260+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_generic_simd64.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd64.o' libtool=no @AMDEPBACKSLASH@
4261+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4262+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd64.o `test -f 'priv/host_generic_simd64.c' || echo '$(srcdir)/'`priv/host_generic_simd64.c
4263+
4264+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd64.obj: priv/host_generic_simd64.c
4265+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd64.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd64.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd64.obj `if test -f 'priv/host_generic_simd64.c'; then $(CYGPATH_W) 'priv/host_generic_simd64.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_generic_simd64.c'; fi`
4266+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd64.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd64.Po
4267+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_generic_simd64.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd64.obj' libtool=no @AMDEPBACKSLASH@
4268+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4269+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd64.obj `if test -f 'priv/host_generic_simd64.c'; then $(CYGPATH_W) 'priv/host_generic_simd64.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_generic_simd64.c'; fi`
4270+
4271+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd128.o: priv/host_generic_simd128.c
4272+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd128.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd128.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd128.o `test -f 'priv/host_generic_simd128.c' || echo '$(srcdir)/'`priv/host_generic_simd128.c
4273+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd128.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd128.Po
4274+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_generic_simd128.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd128.o' libtool=no @AMDEPBACKSLASH@
4275+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4276+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd128.o `test -f 'priv/host_generic_simd128.c' || echo '$(srcdir)/'`priv/host_generic_simd128.c
4277+
4278+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd128.obj: priv/host_generic_simd128.c
4279+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd128.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd128.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd128.obj `if test -f 'priv/host_generic_simd128.c'; then $(CYGPATH_W) 'priv/host_generic_simd128.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_generic_simd128.c'; fi`
4280+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd128.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd128.Po
4281+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_generic_simd128.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd128.obj' libtool=no @AMDEPBACKSLASH@
4282+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4283+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd128.obj `if test -f 'priv/host_generic_simd128.c'; then $(CYGPATH_W) 'priv/host_generic_simd128.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_generic_simd128.c'; fi`
4284+
4285+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_reg_alloc2.o: priv/host_generic_reg_alloc2.c
4286+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_reg_alloc2.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_reg_alloc2.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_reg_alloc2.o `test -f 'priv/host_generic_reg_alloc2.c' || echo '$(srcdir)/'`priv/host_generic_reg_alloc2.c
4287+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_reg_alloc2.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_reg_alloc2.Po
4288+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_generic_reg_alloc2.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_reg_alloc2.o' libtool=no @AMDEPBACKSLASH@
4289+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4290+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_reg_alloc2.o `test -f 'priv/host_generic_reg_alloc2.c' || echo '$(srcdir)/'`priv/host_generic_reg_alloc2.c
4291+
4292+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_reg_alloc2.obj: priv/host_generic_reg_alloc2.c
4293+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_reg_alloc2.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_reg_alloc2.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_reg_alloc2.obj `if test -f 'priv/host_generic_reg_alloc2.c'; then $(CYGPATH_W) 'priv/host_generic_reg_alloc2.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_generic_reg_alloc2.c'; fi`
4294+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_reg_alloc2.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_reg_alloc2.Po
4295+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_generic_reg_alloc2.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_reg_alloc2.obj' libtool=no @AMDEPBACKSLASH@
4296+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4297+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_reg_alloc2.obj `if test -f 'priv/host_generic_reg_alloc2.c'; then $(CYGPATH_W) 'priv/host_generic_reg_alloc2.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_generic_reg_alloc2.c'; fi`
4298+
4299+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_defs.o: priv/host_x86_defs.c
4300+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_defs.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_defs.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_defs.o `test -f 'priv/host_x86_defs.c' || echo '$(srcdir)/'`priv/host_x86_defs.c
4301+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_defs.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_defs.Po
4302+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_x86_defs.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_defs.o' libtool=no @AMDEPBACKSLASH@
4303+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4304+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_defs.o `test -f 'priv/host_x86_defs.c' || echo '$(srcdir)/'`priv/host_x86_defs.c
4305+
4306+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_defs.obj: priv/host_x86_defs.c
4307+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_defs.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_defs.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_defs.obj `if test -f 'priv/host_x86_defs.c'; then $(CYGPATH_W) 'priv/host_x86_defs.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_x86_defs.c'; fi`
4308+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_defs.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_defs.Po
4309+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_x86_defs.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_defs.obj' libtool=no @AMDEPBACKSLASH@
4310+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4311+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_defs.obj `if test -f 'priv/host_x86_defs.c'; then $(CYGPATH_W) 'priv/host_x86_defs.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_x86_defs.c'; fi`
4312+
4313+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_isel.o: priv/host_x86_isel.c
4314+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_isel.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_isel.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_isel.o `test -f 'priv/host_x86_isel.c' || echo '$(srcdir)/'`priv/host_x86_isel.c
4315+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_isel.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_isel.Po
4316+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_x86_isel.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_isel.o' libtool=no @AMDEPBACKSLASH@
4317+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4318+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_isel.o `test -f 'priv/host_x86_isel.c' || echo '$(srcdir)/'`priv/host_x86_isel.c
4319+
4320+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_isel.obj: priv/host_x86_isel.c
4321+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_isel.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_isel.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_isel.obj `if test -f 'priv/host_x86_isel.c'; then $(CYGPATH_W) 'priv/host_x86_isel.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_x86_isel.c'; fi`
4322+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_isel.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_isel.Po
4323+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_x86_isel.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_isel.obj' libtool=no @AMDEPBACKSLASH@
4324+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4325+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_isel.obj `if test -f 'priv/host_x86_isel.c'; then $(CYGPATH_W) 'priv/host_x86_isel.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_x86_isel.c'; fi`
4326+
4327+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_defs.o: priv/host_amd64_defs.c
4328+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_defs.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_defs.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_defs.o `test -f 'priv/host_amd64_defs.c' || echo '$(srcdir)/'`priv/host_amd64_defs.c
4329+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_defs.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_defs.Po
4330+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_amd64_defs.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_defs.o' libtool=no @AMDEPBACKSLASH@
4331+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4332+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_defs.o `test -f 'priv/host_amd64_defs.c' || echo '$(srcdir)/'`priv/host_amd64_defs.c
4333+
4334+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_defs.obj: priv/host_amd64_defs.c
4335+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_defs.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_defs.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_defs.obj `if test -f 'priv/host_amd64_defs.c'; then $(CYGPATH_W) 'priv/host_amd64_defs.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_amd64_defs.c'; fi`
4336+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_defs.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_defs.Po
4337+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_amd64_defs.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_defs.obj' libtool=no @AMDEPBACKSLASH@
4338+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4339+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_defs.obj `if test -f 'priv/host_amd64_defs.c'; then $(CYGPATH_W) 'priv/host_amd64_defs.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_amd64_defs.c'; fi`
4340+
4341+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_isel.o: priv/host_amd64_isel.c
4342+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_isel.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_isel.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_isel.o `test -f 'priv/host_amd64_isel.c' || echo '$(srcdir)/'`priv/host_amd64_isel.c
4343+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_isel.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_isel.Po
4344+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_amd64_isel.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_isel.o' libtool=no @AMDEPBACKSLASH@
4345+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4346+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_isel.o `test -f 'priv/host_amd64_isel.c' || echo '$(srcdir)/'`priv/host_amd64_isel.c
4347+
4348+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_isel.obj: priv/host_amd64_isel.c
4349+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_isel.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_isel.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_isel.obj `if test -f 'priv/host_amd64_isel.c'; then $(CYGPATH_W) 'priv/host_amd64_isel.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_amd64_isel.c'; fi`
4350+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_isel.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_isel.Po
4351+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_amd64_isel.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_isel.obj' libtool=no @AMDEPBACKSLASH@
4352+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4353+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_isel.obj `if test -f 'priv/host_amd64_isel.c'; then $(CYGPATH_W) 'priv/host_amd64_isel.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_amd64_isel.c'; fi`
4354+
4355+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_defs.o: priv/host_ppc_defs.c
4356+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_defs.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_defs.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_defs.o `test -f 'priv/host_ppc_defs.c' || echo '$(srcdir)/'`priv/host_ppc_defs.c
4357+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_defs.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_defs.Po
4358+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_ppc_defs.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_defs.o' libtool=no @AMDEPBACKSLASH@
4359+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4360+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_defs.o `test -f 'priv/host_ppc_defs.c' || echo '$(srcdir)/'`priv/host_ppc_defs.c
4361+
4362+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_defs.obj: priv/host_ppc_defs.c
4363+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_defs.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_defs.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_defs.obj `if test -f 'priv/host_ppc_defs.c'; then $(CYGPATH_W) 'priv/host_ppc_defs.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_ppc_defs.c'; fi`
4364+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_defs.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_defs.Po
4365+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_ppc_defs.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_defs.obj' libtool=no @AMDEPBACKSLASH@
4366+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4367+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_defs.obj `if test -f 'priv/host_ppc_defs.c'; then $(CYGPATH_W) 'priv/host_ppc_defs.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_ppc_defs.c'; fi`
4368+
4369+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_isel.o: priv/host_ppc_isel.c
4370+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_isel.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_isel.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_isel.o `test -f 'priv/host_ppc_isel.c' || echo '$(srcdir)/'`priv/host_ppc_isel.c
4371+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_isel.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_isel.Po
4372+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_ppc_isel.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_isel.o' libtool=no @AMDEPBACKSLASH@
4373+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4374+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_isel.o `test -f 'priv/host_ppc_isel.c' || echo '$(srcdir)/'`priv/host_ppc_isel.c
4375+
4376+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_isel.obj: priv/host_ppc_isel.c
4377+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_isel.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_isel.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_isel.obj `if test -f 'priv/host_ppc_isel.c'; then $(CYGPATH_W) 'priv/host_ppc_isel.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_ppc_isel.c'; fi`
4378+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_isel.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_isel.Po
4379+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_ppc_isel.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_isel.obj' libtool=no @AMDEPBACKSLASH@
4380+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4381+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_isel.obj `if test -f 'priv/host_ppc_isel.c'; then $(CYGPATH_W) 'priv/host_ppc_isel.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_ppc_isel.c'; fi`
4382+
4383+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_defs.o: priv/host_arm_defs.c
4384+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_defs.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_defs.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_defs.o `test -f 'priv/host_arm_defs.c' || echo '$(srcdir)/'`priv/host_arm_defs.c
4385+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_defs.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_defs.Po
4386+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_arm_defs.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_defs.o' libtool=no @AMDEPBACKSLASH@
4387+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4388+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_defs.o `test -f 'priv/host_arm_defs.c' || echo '$(srcdir)/'`priv/host_arm_defs.c
4389+
4390+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_defs.obj: priv/host_arm_defs.c
4391+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_defs.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_defs.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_defs.obj `if test -f 'priv/host_arm_defs.c'; then $(CYGPATH_W) 'priv/host_arm_defs.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_arm_defs.c'; fi`
4392+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_defs.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_defs.Po
4393+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_arm_defs.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_defs.obj' libtool=no @AMDEPBACKSLASH@
4394+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4395+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_defs.obj `if test -f 'priv/host_arm_defs.c'; then $(CYGPATH_W) 'priv/host_arm_defs.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_arm_defs.c'; fi`
4396+
4397+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_isel.o: priv/host_arm_isel.c
4398+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_isel.o -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_isel.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_isel.o `test -f 'priv/host_arm_isel.c' || echo '$(srcdir)/'`priv/host_arm_isel.c
4399+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_isel.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_isel.Po
4400+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_arm_isel.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_isel.o' libtool=no @AMDEPBACKSLASH@
4401+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4402+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_isel.o `test -f 'priv/host_arm_isel.c' || echo '$(srcdir)/'`priv/host_arm_isel.c
4403+
4404+libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_isel.obj: priv/host_arm_isel.c
4405+@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -MT libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_isel.obj -MD -MP -MF $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_isel.Tpo -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_isel.obj `if test -f 'priv/host_arm_isel.c'; then $(CYGPATH_W) 'priv/host_arm_isel.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_arm_isel.c'; fi`
4406+@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_isel.Tpo $(DEPDIR)/libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_isel.Po
4407+@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='priv/host_arm_isel.c' object='libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_isel.obj' libtool=no @AMDEPBACKSLASH@
4408+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4409+@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CPPFLAGS) $(CPPFLAGS) $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_CFLAGS) $(CFLAGS) -c -o libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_isel.obj `if test -f 'priv/host_arm_isel.c'; then $(CYGPATH_W) 'priv/host_arm_isel.c'; else $(CYGPATH_W) '$(srcdir)/priv/host_arm_isel.c'; fi`
4410+install-pkgincludeHEADERS: $(pkginclude_HEADERS)
4411+ @$(NORMAL_INSTALL)
4412+ test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)"
4413+ @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
4414+ for p in $$list; do \
4415+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4416+ echo "$$d$$p"; \
4417+ done | $(am__base_list) | \
4418+ while read files; do \
4419+ echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
4420+ $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
4421+ done
4422+
4423+uninstall-pkgincludeHEADERS:
4424+ @$(NORMAL_UNINSTALL)
4425+ @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
4426+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4427+ test -n "$$files" || exit 0; \
4428+ echo " ( cd '$(DESTDIR)$(pkgincludedir)' && rm -f" $$files ")"; \
4429+ cd "$(DESTDIR)$(pkgincludedir)" && rm -f $$files
4430+
4431+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
4432+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
4433+ unique=`for i in $$list; do \
4434+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
4435+ done | \
4436+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
4437+ END { if (nonempty) { for (i in files) print i; }; }'`; \
4438+ mkid -fID $$unique
4439+tags: TAGS
4440+
4441+TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
4442+ $(TAGS_FILES) $(LISP)
4443+ set x; \
4444+ here=`pwd`; \
4445+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
4446+ unique=`for i in $$list; do \
4447+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
4448+ done | \
4449+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
4450+ END { if (nonempty) { for (i in files) print i; }; }'`; \
4451+ shift; \
4452+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
4453+ test -n "$$unique" || unique=$$empty_fix; \
4454+ if test $$# -gt 0; then \
4455+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
4456+ "$$@" $$unique; \
4457+ else \
4458+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
4459+ $$unique; \
4460+ fi; \
4461+ fi
4462+ctags: CTAGS
4463+CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
4464+ $(TAGS_FILES) $(LISP)
4465+ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
4466+ unique=`for i in $$list; do \
4467+ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
4468+ done | \
4469+ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
4470+ END { if (nonempty) { for (i in files) print i; }; }'`; \
4471+ test -z "$(CTAGS_ARGS)$$unique" \
4472+ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
4473+ $$unique
4474+
4475+GTAGS:
4476+ here=`$(am__cd) $(top_builddir) && pwd` \
4477+ && $(am__cd) $(top_srcdir) \
4478+ && gtags -i $(GTAGS_ARGS) "$$here"
4479+
4480+distclean-tags:
4481+ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
4482+
4483+distdir: $(DISTFILES)
4484+ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
4485+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
4486+ list='$(DISTFILES)'; \
4487+ dist_files=`for file in $$list; do echo $$file; done | \
4488+ sed -e "s|^$$srcdirstrip/||;t" \
4489+ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
4490+ case $$dist_files in \
4491+ */*) $(MKDIR_P) `echo "$$dist_files" | \
4492+ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
4493+ sort -u` ;; \
4494+ esac; \
4495+ for file in $$dist_files; do \
4496+ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
4497+ if test -d $$d/$$file; then \
4498+ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
4499+ if test -d "$(distdir)/$$file"; then \
4500+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
4501+ fi; \
4502+ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
4503+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
4504+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
4505+ fi; \
4506+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
4507+ else \
4508+ test -f "$(distdir)/$$file" \
4509+ || cp -p $$d/$$file "$(distdir)/$$file" \
4510+ || exit 1; \
4511+ fi; \
4512+ done
4513+check-am: all-am
4514+check: $(BUILT_SOURCES)
4515+ $(MAKE) $(AM_MAKEFLAGS) check-am
4516+all-am: Makefile $(LIBRARIES) $(HEADERS)
4517+installdirs:
4518+ for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(pkgincludedir)"; do \
4519+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
4520+ done
4521+install: $(BUILT_SOURCES)
4522+ $(MAKE) $(AM_MAKEFLAGS) install-am
4523+install-exec: install-exec-am
4524+install-data: install-data-am
4525+uninstall: uninstall-am
4526+
4527+install-am: all-am
4528+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
4529+
4530+installcheck: installcheck-am
4531+install-strip:
4532+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
4533+ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
4534+ `test -z '$(STRIP)' || \
4535+ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
4536+mostlyclean-generic:
4537+
4538+clean-generic:
4539+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
4540+
4541+distclean-generic:
4542+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
4543+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
4544+
4545+maintainer-clean-generic:
4546+ @echo "This command is intended for maintainers to use"
4547+ @echo "it deletes files that may require special tools to rebuild."
4548+ -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
4549+clean: clean-am
4550+
4551+clean-am: clean-generic clean-pkglibLIBRARIES mostlyclean-am
4552+
4553+distclean: distclean-am
4554+ -rm -rf ./$(DEPDIR)
4555+ -rm -f Makefile
4556+distclean-am: clean-am distclean-compile distclean-generic \
4557+ distclean-tags
4558+
4559+dvi: dvi-am
4560+
4561+dvi-am:
4562+
4563+html: html-am
4564+
4565+html-am:
4566+
4567+info: info-am
4568+
4569+info-am:
4570+
4571+install-data-am: install-pkgincludeHEADERS
4572+
4573+install-dvi: install-dvi-am
4574+
4575+install-dvi-am:
4576+
4577+install-exec-am: install-pkglibLIBRARIES
4578+
4579+install-html: install-html-am
4580+
4581+install-html-am:
4582+
4583+install-info: install-info-am
4584+
4585+install-info-am:
4586+
4587+install-man:
4588+
4589+install-pdf: install-pdf-am
4590+
4591+install-pdf-am:
4592+
4593+install-ps: install-ps-am
4594+
4595+install-ps-am:
4596+
4597+installcheck-am:
4598+
4599+maintainer-clean: maintainer-clean-am
4600+ -rm -rf ./$(DEPDIR)
4601+ -rm -f Makefile
4602+maintainer-clean-am: distclean-am maintainer-clean-generic
4603+
4604+mostlyclean: mostlyclean-am
4605+
4606+mostlyclean-am: mostlyclean-compile mostlyclean-generic
4607+
4608+pdf: pdf-am
4609+
4610+pdf-am:
4611+
4612+ps: ps-am
4613+
4614+ps-am:
4615+
4616+uninstall-am: uninstall-pkgincludeHEADERS uninstall-pkglibLIBRARIES
4617+
4618+.MAKE: all check install install-am install-strip
4619+
4620+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
4621+ clean-pkglibLIBRARIES ctags distclean distclean-compile \
4622+ distclean-generic distclean-tags distdir dvi dvi-am html \
4623+ html-am info info-am install install-am install-data \
4624+ install-data-am install-dvi install-dvi-am install-exec \
4625+ install-exec-am install-html install-html-am install-info \
4626+ install-info-am install-man install-pdf install-pdf-am \
4627+ install-pkgincludeHEADERS install-pkglibLIBRARIES install-ps \
4628+ install-ps-am install-strip installcheck installcheck-am \
4629+ installdirs maintainer-clean maintainer-clean-generic \
4630+ mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
4631+ ps ps-am tags uninstall uninstall-am \
4632+ uninstall-pkgincludeHEADERS uninstall-pkglibLIBRARIES
4633+
4634+
4635+# This used to be required when Vex had a handwritten Makefile. It
4636+# shouldn't be needed any more, though.
4637+
4638+#----------------------------------------------------------------------------
4639+# noinst_PROGRAMS and noinst_DSYMS targets
4640+#----------------------------------------------------------------------------
4641+
4642+# On Darwin, for a program 'p', the DWARF debug info is stored in the
4643+# directory 'p.dSYM'. This must be generated after the executable is
4644+# created, with 'dsymutil p'. We could redefine LINK with a script that
4645+# executes 'dsymutil' after linking, but that's a pain. Instead we use this
4646+# hook so that every time "make check" is run, we subsequently invoke
4647+# 'dsymutil' on all the executables that lack a .dSYM directory, or that are
4648+# newer than their corresponding .dSYM directory.
4649+build-noinst_DSYMS: $(noinst_DSYMS)
4650+ for f in $(noinst_DSYMS); do \
4651+ if [ ! -e $$f.dSYM -o $$f -nt $$f.dSYM ] ; then \
4652+ echo "dsymutil $$f"; \
4653+ dsymutil $$f; \
4654+ fi; \
4655+ done
4656+
4657+# This is used by coregrind/Makefile.am and Makefile.tool.am for doing
4658+# "in-place" installs. It copies $(noinst_PROGRAMS) into $inplacedir.
4659+# It needs to be depended on by an 'all-local' rule.
4660+inplace-noinst_PROGRAMS: $(noinst_PROGRAMS)
4661+ mkdir -p $(inplacedir); \
4662+ for f in $(noinst_PROGRAMS) ; do \
4663+ rm -f $(inplacedir)/$$f; \
4664+ ln -f -s ../$(subdir)/$$f $(inplacedir); \
4665+ done
4666+
4667+# Similar to inplace-noinst_PROGRAMS
4668+inplace-noinst_DSYMS: build-noinst_DSYMS
4669+ mkdir -p $(inplacedir); \
4670+ for f in $(noinst_DSYMS); do \
4671+ rm -f $(inplacedir)/$$f.dSYM; \
4672+ ln -f -s ../$(subdir)/$$f.dSYM $(inplacedir); \
4673+ done
4674+
4675+# This is used by coregrind/Makefile.am and by <tool>/Makefile.am for doing
4676+# "make install". It copies $(noinst_PROGRAMS) into $prefix/lib/valgrind/.
4677+# It needs to be depended on by an 'install-exec-local' rule.
4678+install-noinst_PROGRAMS: $(noinst_PROGRAMS)
4679+ $(mkinstalldirs) $(DESTDIR)$(pkglibdir); \
4680+ for f in $(noinst_PROGRAMS); do \
4681+ $(INSTALL_PROGRAM) $$f $(DESTDIR)$(pkglibdir); \
4682+ done
4683+
4684+# Similar to install-noinst_PROGRAMS.
4685+# Nb: we don't use $(INSTALL_PROGRAM) here because it doesn't work with
4686+# directories. XXX: not sure whether the resulting permissions will be
4687+# correct when using 'cp -R'...
4688+install-noinst_DSYMS: build-noinst_DSYMS
4689+ $(mkinstalldirs) $(DESTDIR)$(pkglibdir); \
4690+ for f in $(noinst_DSYMS); do \
4691+ cp -R $$f.dSYM $(DESTDIR)$(pkglibdir); \
4692+ done
4693+
4694+# This needs to be depended on by a 'clean-local' rule.
4695+clean-noinst_DSYMS:
4696+ for f in $(noinst_DSYMS); do \
4697+ rm -rf $$f.dSYM; \
4698+ done
4699+
4700+# This is very uggerly. Need to sed out both "xyzzyN" and
4701+# "xyzzy$N" since gcc on different targets emits the constants
4702+# differently -- with a leading $ on x86/amd64 but none on ppc32/64.
4703+pub/libvex_guest_offsets.h:
4704+ rm -f auxprogs/genoffsets.s
4705+ $(CC) $(LIBVEX_CFLAGS) -O -S -o auxprogs/genoffsets.s \
4706+ auxprogs/genoffsets.c
4707+ grep xyzzy auxprogs/genoffsets.s | grep define \
4708+ | sed "s/xyzzy\\$$//g" \
4709+ | sed "s/xyzzy#//g" \
4710+ | sed "s/xyzzy//g" \
4711+ > pub/libvex_guest_offsets.h
4712+ rm -f auxprogs/genoffsets.s
4713+
4714+# Tell versions [3.59,3.63) of GNU make to not export all variables.
4715+# Otherwise a system limit (for SysV at least) may be exceeded.
4716+.NOEXPORT:
4717
4718=== removed file 'Makefile.vex.in'
4719--- Makefile.vex.in 2010-02-12 18:34:15 +0000
4720+++ Makefile.vex.in 1970-01-01 00:00:00 +0000
4721@@ -1,1751 +0,0 @@
4722-# Makefile.vex.in generated by automake 1.11.1 from Makefile.vex.am.
4723-# @configure_input@
4724-
4725-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4726-# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
4727-# Inc.
4728-# This Makefile.in is free software; the Free Software Foundation
4729-# gives unlimited permission to copy and/or distribute it,
4730-# with or without modifications, as long as this notice is preserved.
4731-
4732-# This program is distributed in the hope that it will be useful,
4733-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
4734-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
4735-# PARTICULAR PURPOSE.
4736-
4737-@SET_MAKE@
4738-
4739-# VEX/Makefile is generated from this file at configure-time.
4740-
4741-# This file should be included (directly or indirectly) by every
4742-# Makefile.am that builds programs. And also the top-level Makefile.am.
4743-
4744-#----------------------------------------------------------------------------
4745-# Global stuff
4746-#----------------------------------------------------------------------------
4747-
4748-
4749-VPATH = @srcdir@
4750-pkgdatadir = $(datadir)/@PACKAGE@
4751-pkgincludedir = $(includedir)/@PACKAGE@
4752-pkglibdir = $(libdir)/@PACKAGE@
4753-pkglibexecdir = $(libexecdir)/@PACKAGE@
4754-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
4755-install_sh_DATA = $(install_sh) -c -m 644
4756-install_sh_PROGRAM = $(install_sh) -c
4757-install_sh_SCRIPT = $(install_sh) -c
4758-INSTALL_HEADER = $(INSTALL_DATA)
4759-transform = $(program_transform_name)
4760-NORMAL_INSTALL = :
4761-PRE_INSTALL = :
4762-POST_INSTALL = :
4763-NORMAL_UNINSTALL = :
4764-PRE_UNINSTALL = :
4765-POST_UNINSTALL = :
4766-build_triplet = @build@
4767-host_triplet = @host@
4768-DIST_COMMON = $(noinst_HEADERS) $(pkginclude_HEADERS) \
4769- $(top_srcdir)/Makefile.all.am $(top_srcdir)/Makefile.vex.am \
4770- $(top_srcdir)/Makefile.vex.in
4771-@VGCONF_HAVE_PLATFORM_SEC_TRUE@am__append_1 = libvex-@VGCONF_ARCH_SEC@-@VGCONF_OS@.a
4772-subdir = VEX
4773-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
4774-am__aclocal_m4_deps = $(top_srcdir)/configure.in
4775-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
4776- $(ACLOCAL_M4)
4777-mkinstalldirs = $(install_sh) -d
4778-CONFIG_HEADER = $(top_builddir)/config.h
4779-CONFIG_CLEAN_FILES =
4780-CONFIG_CLEAN_VPATH_FILES =
4781-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
4782-am__vpath_adj = case $$p in \
4783- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
4784- *) f=$$p;; \
4785- esac;
4786-am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
4787-am__install_max = 40
4788-am__nobase_strip_setup = \
4789- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
4790-am__nobase_strip = \
4791- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
4792-am__nobase_list = $(am__nobase_strip_setup); \
4793- for p in $$list; do echo "$$p $$p"; done | \
4794- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
4795- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
4796- if (++n[$$2] == $(am__install_max)) \
4797- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
4798- END { for (dir in files) print dir, files[dir] }'
4799-am__base_list = \
4800- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
4801- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
4802-am__installdirs = "$(DESTDIR)$(pkglibdir)" \
4803- "$(DESTDIR)$(pkgincludedir)"
4804-LIBRARIES = $(pkglib_LIBRARIES)
4805-ARFLAGS = cru
4806-libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_AR = $(AR) $(ARFLAGS)
4807-libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_LIBADD =
4808-am__objects_1 = \
4809- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_globals.$(OBJEXT) \
4810- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_main.$(OBJEXT) \
4811- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-main_util.$(OBJEXT) \
4812- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_defs.$(OBJEXT) \
4813- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_match.$(OBJEXT) \
4814- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-ir_opt.$(OBJEXT) \
4815- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_bb_to_IR.$(OBJEXT) \
4816- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_generic_x87.$(OBJEXT) \
4817- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_helpers.$(OBJEXT) \
4818- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_x86_toIR.$(OBJEXT) \
4819- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_helpers.$(OBJEXT) \
4820- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_amd64_toIR.$(OBJEXT) \
4821- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_helpers.$(OBJEXT) \
4822- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_ppc_toIR.$(OBJEXT) \
4823- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_helpers.$(OBJEXT) \
4824- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-guest_arm_toIR.$(OBJEXT) \
4825- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_regs.$(OBJEXT) \
4826- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_simd64.$(OBJEXT) \
4827- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_generic_reg_alloc2.$(OBJEXT) \
4828- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_defs.$(OBJEXT) \
4829- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_x86_isel.$(OBJEXT) \
4830- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_defs.$(OBJEXT) \
4831- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_amd64_isel.$(OBJEXT) \
4832- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_defs.$(OBJEXT) \
4833- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_ppc_isel.$(OBJEXT) \
4834- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_defs.$(OBJEXT) \
4835- libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a-host_arm_isel.$(OBJEXT)
4836-am_libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_OBJECTS = $(am__objects_1)
4837-libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_OBJECTS = \
4838- $(am_libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_OBJECTS)
4839-libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_AR = $(AR) $(ARFLAGS)
4840-libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_LIBADD =
4841-am__libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_SOURCES_DIST = \
4842- priv/main_globals.c priv/main_main.c priv/main_util.c \
4843- priv/ir_defs.c priv/ir_match.c priv/ir_opt.c \
4844- priv/guest_generic_bb_to_IR.c priv/guest_generic_x87.c \
4845- priv/guest_x86_helpers.c priv/guest_x86_toIR.c \
4846- priv/guest_amd64_helpers.c priv/guest_amd64_toIR.c \
4847- priv/guest_ppc_helpers.c priv/guest_ppc_toIR.c \
4848- priv/guest_arm_helpers.c priv/guest_arm_toIR.c \
4849- priv/host_generic_regs.c priv/host_generic_simd64.c \
4850- priv/host_generic_reg_alloc2.c priv/host_x86_defs.c \
4851- priv/host_x86_isel.c priv/host_amd64_defs.c \
4852- priv/host_amd64_isel.c priv/host_ppc_defs.c \
4853- priv/host_ppc_isel.c priv/host_arm_defs.c priv/host_arm_isel.c
4854-am__objects_2 = \
4855- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_globals.$(OBJEXT) \
4856- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_main.$(OBJEXT) \
4857- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-main_util.$(OBJEXT) \
4858- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_defs.$(OBJEXT) \
4859- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_match.$(OBJEXT) \
4860- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-ir_opt.$(OBJEXT) \
4861- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_bb_to_IR.$(OBJEXT) \
4862- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_generic_x87.$(OBJEXT) \
4863- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_helpers.$(OBJEXT) \
4864- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_x86_toIR.$(OBJEXT) \
4865- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_helpers.$(OBJEXT) \
4866- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_amd64_toIR.$(OBJEXT) \
4867- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_helpers.$(OBJEXT) \
4868- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_ppc_toIR.$(OBJEXT) \
4869- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_helpers.$(OBJEXT) \
4870- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-guest_arm_toIR.$(OBJEXT) \
4871- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_regs.$(OBJEXT) \
4872- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_simd64.$(OBJEXT) \
4873- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_generic_reg_alloc2.$(OBJEXT) \
4874- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_defs.$(OBJEXT) \
4875- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_x86_isel.$(OBJEXT) \
4876- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_defs.$(OBJEXT) \
4877- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_amd64_isel.$(OBJEXT) \
4878- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_defs.$(OBJEXT) \
4879- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_ppc_isel.$(OBJEXT) \
4880- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_defs.$(OBJEXT) \
4881- libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a-host_arm_isel.$(OBJEXT)
4882-@VGCONF_HAVE_PLATFORM_SEC_TRUE@am_libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_OBJECTS = \
4883-@VGCONF_HAVE_PLATFORM_SEC_TRUE@ $(am__objects_2)
4884-libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_OBJECTS = \
4885- $(am_libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_OBJECTS)
4886-DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
4887-depcomp = $(SHELL) $(top_srcdir)/depcomp
4888-am__depfiles_maybe = depfiles
4889-am__mv = mv -f
4890-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
4891- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
4892-CCLD = $(CC)
4893-LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
4894-SOURCES = $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_SOURCES) \
4895- $(libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_SOURCES)
4896-DIST_SOURCES = $(libvex_@VGCONF_ARCH_PRI@_@VGCONF_OS@_a_SOURCES) \
4897- $(am__libvex_@VGCONF_ARCH_SEC@_@VGCONF_OS@_a_SOURCES_DIST)
4898-HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS)
4899-ETAGS = etags
4900-CTAGS = ctags
4901-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4902-ACLOCAL = @ACLOCAL@
4903-AMTAR = @AMTAR@
4904-AR = @AR@
4905-AUTOCONF = @AUTOCONF@
4906-AUTOHEADER = @AUTOHEADER@
4907-AUTOMAKE = @AUTOMAKE@
4908-AWK = @AWK@
4909-BOOST_CFLAGS = @BOOST_CFLAGS@
4910-BOOST_LIBS = @BOOST_LIBS@
4911-CC = @CC@
4912-CCAS = @CCAS@
4913-CCASDEPMODE = @CCASDEPMODE@
4914-CCASFLAGS = @CCASFLAGS@
4915-CCDEPMODE = @CCDEPMODE@
4916-CFLAGS = @CFLAGS@
4917-CPP = @CPP@
4918-CPPFLAGS = @CPPFLAGS@
4919-CXX = @CXX@
4920-CXXDEPMODE = @CXXDEPMODE@
4921-CXXFLAGS = @CXXFLAGS@
4922-CYGPATH_W = @CYGPATH_W@
4923-DEFAULT_SUPP = @DEFAULT_SUPP@
4924-DEFS = @DEFS@
4925-DEPDIR = @DEPDIR@
4926-DIFF = @DIFF@
4927-ECHO_C = @ECHO_C@
4928-ECHO_N = @ECHO_N@
4929-ECHO_T = @ECHO_T@
4930-EGREP = @EGREP@
4931-EXEEXT = @EXEEXT@
4932-FLAG_FNO_STACK_PROTECTOR = @FLAG_FNO_STACK_PROTECTOR@
4933-FLAG_M32 = @FLAG_M32@
4934-FLAG_M64 = @FLAG_M64@
4935-FLAG_MAIX32 = @FLAG_MAIX32@
4936-FLAG_MAIX64 = @FLAG_MAIX64@
4937-FLAG_MMMX = @FLAG_MMMX@
4938-FLAG_MSSE = @FLAG_MSSE@
4939-FLAG_UNLIMITED_INLINE_UNIT_GROWTH = @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@
4940-FLAG_W_EXTRA = @FLAG_W_EXTRA@
4941-FLAG_W_NO_EMPTY_BODY = @FLAG_W_NO_EMPTY_BODY@
4942-FLAG_W_NO_FORMAT_ZERO_LENGTH = @FLAG_W_NO_FORMAT_ZERO_LENGTH@
4943-FLAG_W_NO_UNINITIALIZED = @FLAG_W_NO_UNINITIALIZED@
4944-GDB = @GDB@
4945-GLIBC_VERSION = @GLIBC_VERSION@
4946-GREP = @GREP@
4947-INSTALL = @INSTALL@
4948-INSTALL_DATA = @INSTALL_DATA@
4949-INSTALL_PROGRAM = @INSTALL_PROGRAM@
4950-INSTALL_SCRIPT = @INSTALL_SCRIPT@
4951-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
4952-LDFLAGS = @LDFLAGS@
4953-LIBOBJS = @LIBOBJS@
4954-LIBS = @LIBS@
4955-LN_S = @LN_S@
4956-LTLIBOBJS = @LTLIBOBJS@
4957-MAINT = @MAINT@
4958-MAKEINFO = @MAKEINFO@
4959-MKDIR_P = @MKDIR_P@
4960-MPI_CC = @MPI_CC@
4961-OBJEXT = @OBJEXT@
4962-PACKAGE = @PACKAGE@
4963-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
4964-PACKAGE_NAME = @PACKAGE_NAME@
4965-PACKAGE_STRING = @PACKAGE_STRING@
4966-PACKAGE_TARNAME = @PACKAGE_TARNAME@
4967-PACKAGE_URL = @PACKAGE_URL@
4968-PACKAGE_VERSION = @PACKAGE_VERSION@
4969-PATH_SEPARATOR = @PATH_SEPARATOR@
4970-PERL = @PERL@
4971-PKG_CONFIG = @PKG_CONFIG@
4972-PREFERRED_STACK_BOUNDARY = @PREFERRED_STACK_BOUNDARY@
4973-QTCORE_CFLAGS = @QTCORE_CFLAGS@
4974-QTCORE_LIBS = @QTCORE_LIBS@
4975-RANLIB = @RANLIB@
4976-SET_MAKE = @SET_MAKE@
4977-SHELL = @SHELL@
4978-STRIP = @STRIP@
4979-VALT_LOAD_ADDRESS = @VALT_LOAD_ADDRESS@
4980-VERSION = @VERSION@
4981-VGCONF_ARCH_PRI = @VGCONF_ARCH_PRI@
4982-VGCONF_ARCH_SEC = @VGCONF_ARCH_SEC@
4983-VGCONF_OS = @VGCONF_OS@
4984-VGCONF_PLATFORM_PRI_CAPS = @VGCONF_PLATFORM_PRI_CAPS@
4985-VGCONF_PLATFORM_SEC_CAPS = @VGCONF_PLATFORM_SEC_CAPS@
4986-abs_builddir = @abs_builddir@
4987-abs_srcdir = @abs_srcdir@
4988-abs_top_builddir = @abs_top_builddir@
4989-abs_top_srcdir = @abs_top_srcdir@
4990-ac_ct_CC = @ac_ct_CC@
4991-ac_ct_CXX = @ac_ct_CXX@
4992-am__include = @am__include@
4993-am__leading_dot = @am__leading_dot@
4994-am__quote = @am__quote@
4995-am__tar = @am__tar@
4996-am__untar = @am__untar@
4997-bindir = @bindir@
4998-build = @build@
4999-build_alias = @build_alias@
5000-build_cpu = @build_cpu@
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: