1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-27 20:01:45 +02:00

Regenerate.

2004/12/15 15:36:36-08:00 hp.com!davidm
Regenerate.

2004/12/06 10:40:49-08:00 mostang.com!davidm
Regenerate.

2004/12/04 17:03:36-08:00 mostang.com!davidm
Regenerate.

2004/12/02 00:40:45-08:00 mostang.com!davidm
Regenerate.

2004/11/23 16:59:56-08:00 mostang.com!davidm
Regenerate.

(Logical change 1.290)
This commit is contained in:
hp.com!davidm 2005-05-03 09:13:17 +00:00
parent 67acfdaa6c
commit 981ff25f70

View file

@ -1,8 +1,8 @@
# Makefile.in generated by automake 1.9.3 from Makefile.am.
# Makefile.in generated by automake 1.9.5 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004 Free Software Foundation, Inc.
# 2003, 2004, 2005 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@ -66,7 +66,8 @@ ARFLAGS = cru
libunwind_ptrace_a_AR = $(AR) $(ARFLAGS)
libunwind_ptrace_a_LIBADD =
am__dirstamp = $(am__leading_dot)dirstamp
am_libunwind_ptrace_a_OBJECTS = ptrace/_UPT_accessors.$(OBJEXT) \
am_libunwind_ptrace_a_OBJECTS = ptrace/_UPT_elf.$(OBJEXT) \
ptrace/_UPT_accessors.$(OBJEXT) \
ptrace/_UPT_access_fpreg.$(OBJEXT) \
ptrace/_UPT_access_mem.$(OBJEXT) \
ptrace/_UPT_access_reg.$(OBJEXT) ptrace/_UPT_create.$(OBJEXT) \
@ -80,17 +81,56 @@ libunwind_ptrace_a_OBJECTS = $(am_libunwind_ptrace_a_OBJECTS)
libLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(lib_LTLIBRARIES)
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@@REMOTE_ONLY_FALSE@libunwind_hppa_la_DEPENDENCIES = libunwind.la
am_libunwind_hppa_la_OBJECTS =
am__libunwind_hppa_la_SOURCES_DIST = os-hpux.c os-linux.h os-linux.c \
mi/init.c mi/flush_cache.c mi/mempool.c mi/strerror.c \
dwarf/global.c elf32.c elf32.h hppa/init.h hppa/offsets.h \
hppa/unwind_i.h hppa/regname.c mi/Gdyn-extract.c \
mi/Gdyn-remote.c mi/Gfind_dynamic_proc_info.c \
mi/Gget_accessors.c mi/Gget_proc_info_by_ip.c \
mi/Gget_proc_name.c mi/Gput_dynamic_unwind_info.c \
mi/Gdestroy_addr_space.c mi/Gget_reg.c mi/Gset_reg.c \
mi/Gget_fpreg.c mi/Gset_fpreg.c mi/Gset_caching_policy.c \
dwarf/Gexpr.c dwarf/Gfde.c dwarf/Gparser.c dwarf/Gpe.c \
dwarf/Gstep.c dwarf/Gfind_proc_info-lsb.c \
hppa/Gcreate_addr_space.c hppa/Gget_save_loc.c hppa/Gglobal.c \
hppa/Ginit.c hppa/Ginit_local.c hppa/Ginit_remote.c \
hppa/Gis_signal_frame.c hppa/Gget_proc_info.c hppa/Gregs.c \
hppa/Gresume.c hppa/Gstep.c
am__objects_1 = os-hpux.lo
am__objects_2 = os-linux.lo
@OS_HPUX_FALSE@@OS_LINUX_TRUE@am__objects_3 = $(am__objects_2)
@OS_HPUX_TRUE@am__objects_3 = $(am__objects_1)
am__objects_4 = $(am__objects_3) mi/init.lo mi/flush_cache.lo \
mi/mempool.lo mi/strerror.lo
am__objects_5 = dwarf/global.lo
am__objects_6 = $(am__objects_4) $(am__objects_5) elf32.lo \
hppa/regname.lo
am__objects_7 = mi/Gdyn-extract.lo mi/Gdyn-remote.lo \
mi/Gfind_dynamic_proc_info.lo mi/Gget_accessors.lo \
mi/Gget_proc_info_by_ip.lo mi/Gget_proc_name.lo \
mi/Gput_dynamic_unwind_info.lo mi/Gdestroy_addr_space.lo \
mi/Gget_reg.lo mi/Gset_reg.lo mi/Gget_fpreg.lo \
mi/Gset_fpreg.lo mi/Gset_caching_policy.lo
am__objects_8 = dwarf/Gexpr.lo dwarf/Gfde.lo dwarf/Gparser.lo \
dwarf/Gpe.lo dwarf/Gstep.lo
am__objects_9 = $(am__objects_6) $(am__objects_7) $(am__objects_8) \
dwarf/Gfind_proc_info-lsb.lo hppa/Gcreate_addr_space.lo \
hppa/Gget_save_loc.lo hppa/Gglobal.lo hppa/Ginit.lo \
hppa/Ginit_local.lo hppa/Ginit_remote.lo \
hppa/Gis_signal_frame.lo hppa/Gget_proc_info.lo hppa/Gregs.lo \
hppa/Gresume.lo hppa/Gstep.lo
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@am_libunwind_hppa_la_OBJECTS = \
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@ $(am__objects_9)
libunwind_hppa_la_OBJECTS = $(am_libunwind_hppa_la_OBJECTS)
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@am_libunwind_hppa_la_rpath = -rpath \
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@ $(libdir)
@ARCH_IA64_TRUE@@REMOTE_ONLY_FALSE@libunwind_ia64_la_DEPENDENCIES = \
@ARCH_IA64_TRUE@@REMOTE_ONLY_FALSE@ libunwind.la
am__libunwind_ia64_la_SOURCES_DIST = os-hpux.c os-linux.h os-linux.c \
mi/init.c mi/flush_cache.c mi/mempool.c mi/strerror.c \
ia64/init.h ia64/offsets.h ia64/regs.h ia64/ucontext_i.h \
ia64/unwind_decoder.h ia64/unwind_i.h ia64/regname.c \
mi/Gdyn-extract.c mi/Gdyn-remote.c \
mi/init.c mi/flush_cache.c mi/mempool.c mi/strerror.c elf64.c \
elf64.h ia64/init.h ia64/offsets.h ia64/regs.h \
ia64/ucontext_i.h ia64/unwind_decoder.h ia64/unwind_i.h \
ia64/regname.c mi/Gdyn-extract.c mi/Gdyn-remote.c \
mi/Gfind_dynamic_proc_info.c mi/Gget_accessors.c \
mi/Gget_proc_info_by_ip.c mi/Gget_proc_name.c \
mi/Gput_dynamic_unwind_info.c mi/Gdestroy_addr_space.c \
@ -101,55 +141,44 @@ am__libunwind_ia64_la_SOURCES_DIST = os-hpux.c os-linux.h os-linux.c \
ia64/Ginstall_cursor.S ia64/Gis_signal_frame.c ia64/Gparser.c \
ia64/Grbs.c ia64/Gregs.c ia64/Gresume.c ia64/Gscript.c \
ia64/Gstep.c ia64/Gtables.c
am__objects_1 = os-hpux.lo
am__objects_2 = os-linux.lo
@OS_HPUX_FALSE@@OS_LINUX_TRUE@am__objects_3 = $(am__objects_2)
@OS_HPUX_TRUE@am__objects_3 = $(am__objects_1)
am__objects_4 = $(am__objects_3) mi/init.lo mi/flush_cache.lo \
mi/mempool.lo mi/strerror.lo
am__objects_5 = $(am__objects_4) ia64/regname.lo
am__objects_6 = mi/Gdyn-extract.lo mi/Gdyn-remote.lo \
mi/Gfind_dynamic_proc_info.lo mi/Gget_accessors.lo \
mi/Gget_proc_info_by_ip.lo mi/Gget_proc_name.lo \
mi/Gput_dynamic_unwind_info.lo mi/Gdestroy_addr_space.lo \
mi/Gget_reg.lo mi/Gset_reg.lo mi/Gget_fpreg.lo \
mi/Gset_fpreg.lo mi/Gset_caching_policy.lo
am__objects_7 = $(am__objects_5) $(am__objects_6) \
am__objects_10 = $(am__objects_4) elf64.lo ia64/regname.lo
am__objects_11 = $(am__objects_10) $(am__objects_7) \
ia64/Gcreate_addr_space.lo ia64/Gget_proc_info.lo \
ia64/Gget_save_loc.lo ia64/Gglobal.lo ia64/Ginit.lo \
ia64/Ginit_local.lo ia64/Ginit_remote.lo \
ia64/Ginstall_cursor.lo ia64/Gis_signal_frame.lo \
ia64/Gparser.lo ia64/Grbs.lo ia64/Gregs.lo ia64/Gresume.lo \
ia64/Gscript.lo ia64/Gstep.lo ia64/Gtables.lo
@ARCH_IA64_TRUE@am_libunwind_ia64_la_OBJECTS = $(am__objects_7)
@ARCH_IA64_TRUE@am_libunwind_ia64_la_OBJECTS = $(am__objects_11)
libunwind_ia64_la_OBJECTS = $(am_libunwind_ia64_la_OBJECTS)
@ARCH_IA64_TRUE@am_libunwind_ia64_la_rpath = -rpath $(libdir)
libunwind_setjmp_la_DEPENDENCIES = libunwind-$(arch).la
am__libunwind_setjmp_la_SOURCES_DIST = longjmp.c siglongjmp.c setjmp.c \
sigsetjmp.c x86_64/siglongjmp.S x86/siglongjmp.S \
am__libunwind_setjmp_la_SOURCES_DIST = setjmp/setjmp_i.h \
setjmp/longjmp.c setjmp/siglongjmp.c x86_64/longjmp.S \
x86_64/siglongjmp.S x86/longjmp.S x86/siglongjmp.S \
hppa/siglongjmp.S ia64/setjmp.S ia64/sigsetjmp.S \
ia64/longjmp.S ia64/siglongjmp.S
am__objects_8 = longjmp.lo siglongjmp.lo
am__objects_9 = setjmp.lo sigsetjmp.lo x86_64/siglongjmp.lo
am__objects_10 = setjmp.lo sigsetjmp.lo x86/siglongjmp.lo
am__objects_11 = setjmp.lo sigsetjmp.lo hppa/siglongjmp.lo
am__objects_12 = ia64/setjmp.lo ia64/sigsetjmp.lo ia64/longjmp.lo \
am__objects_12 = setjmp/longjmp.lo setjmp/siglongjmp.lo
am__objects_13 = x86_64/longjmp.lo x86_64/siglongjmp.lo
am__objects_14 = x86/longjmp.lo x86/siglongjmp.lo
am__objects_15 = hppa/siglongjmp.lo
am__objects_16 = ia64/setjmp.lo ia64/sigsetjmp.lo ia64/longjmp.lo \
ia64/siglongjmp.lo
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@am_libunwind_setjmp_la_OBJECTS = $(am__objects_8) \
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@ $(am__objects_9)
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@am_libunwind_setjmp_la_OBJECTS = $(am__objects_8) \
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@ $(am__objects_10)
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@am_libunwind_setjmp_la_OBJECTS = $(am__objects_12) \
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@ $(am__objects_13)
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@am_libunwind_setjmp_la_OBJECTS = $(am__objects_12) \
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@ $(am__objects_14)
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@am_libunwind_setjmp_la_OBJECTS = \
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@ $(am__objects_8) \
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@ $(am__objects_11)
@ARCH_IA64_TRUE@am_libunwind_setjmp_la_OBJECTS = $(am__objects_8) \
@ARCH_IA64_TRUE@ $(am__objects_12)
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@ $(am__objects_12) \
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@ $(am__objects_15)
@ARCH_IA64_TRUE@am_libunwind_setjmp_la_OBJECTS = $(am__objects_12) \
@ARCH_IA64_TRUE@ $(am__objects_16)
libunwind_setjmp_la_OBJECTS = $(am_libunwind_setjmp_la_OBJECTS)
@REMOTE_ONLY_FALSE@am_libunwind_setjmp_la_rpath = -rpath $(libdir)
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@@REMOTE_ONLY_FALSE@libunwind_x86_la_DEPENDENCIES = libunwind.la
am__libunwind_x86_la_SOURCES_DIST = os-hpux.c os-linux.h os-linux.c \
mi/init.c mi/flush_cache.c mi/mempool.c mi/strerror.c \
dwarf/dwarf-eh.h dwarf/global.c x86/init.h x86/offsets.h \
dwarf/global.c elf32.c elf32.h x86/init.h x86/offsets.h \
x86/unwind_i.h x86/is_fpreg.c x86/regname.c mi/Gdyn-extract.c \
mi/Gdyn-remote.c mi/Gfind_dynamic_proc_info.c \
mi/Gget_accessors.c mi/Gget_proc_info_by_ip.c \
@ -162,17 +191,14 @@ am__libunwind_x86_la_SOURCES_DIST = os-hpux.c os-linux.h os-linux.c \
x86/Ginit.c x86/Ginit_local.c x86/Ginit_remote.c \
x86/Gis_signal_frame.c x86/Gget_proc_info.c x86/Gregs.c \
x86/Gresume.c x86/Gstep.c
am__objects_13 = dwarf/global.lo
am__objects_14 = $(am__objects_4) $(am__objects_13) x86/is_fpreg.lo \
x86/regname.lo
am__objects_15 = dwarf/Gexpr.lo dwarf/Gfde.lo dwarf/Gparser.lo \
dwarf/Gpe.lo dwarf/Gstep.lo
am__objects_16 = $(am__objects_14) $(am__objects_6) $(am__objects_15) \
am__objects_17 = $(am__objects_4) $(am__objects_5) elf32.lo \
x86/is_fpreg.lo x86/regname.lo
am__objects_18 = $(am__objects_17) $(am__objects_7) $(am__objects_8) \
dwarf/Gfind_proc_info-lsb.lo x86/Gcreate_addr_space.lo \
x86/Gget_save_loc.lo x86/Gglobal.lo x86/Ginit.lo \
x86/Ginit_local.lo x86/Ginit_remote.lo x86/Gis_signal_frame.lo \
x86/Gget_proc_info.lo x86/Gregs.lo x86/Gresume.lo x86/Gstep.lo
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@am_libunwind_x86_la_OBJECTS = $(am__objects_16)
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@am_libunwind_x86_la_OBJECTS = $(am__objects_18)
libunwind_x86_la_OBJECTS = $(am_libunwind_x86_la_OBJECTS)
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@am_libunwind_x86_la_rpath = \
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@ -rpath \
@ -180,29 +206,30 @@ libunwind_x86_la_OBJECTS = $(am_libunwind_x86_la_OBJECTS)
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@@REMOTE_ONLY_FALSE@libunwind_x86_64_la_DEPENDENCIES = libunwind.la
am__libunwind_x86_64_la_SOURCES_DIST = os-hpux.c os-linux.h os-linux.c \
mi/init.c mi/flush_cache.c mi/mempool.c mi/strerror.c \
dwarf/dwarf-eh.h dwarf/global.c x86_64/init.h \
x86_64/unwind_i.h x86_64/ucontext_i.h x86_64/is_fpreg.c \
x86_64/regname.c mi/Gdyn-extract.c mi/Gdyn-remote.c \
mi/Gfind_dynamic_proc_info.c mi/Gget_accessors.c \
mi/Gget_proc_info_by_ip.c mi/Gget_proc_name.c \
mi/Gput_dynamic_unwind_info.c mi/Gdestroy_addr_space.c \
mi/Gget_reg.c mi/Gset_reg.c mi/Gget_fpreg.c mi/Gset_fpreg.c \
mi/Gset_caching_policy.c dwarf/Gexpr.c dwarf/Gfde.c \
dwarf/Gparser.c dwarf/Gpe.c dwarf/Gstep.c \
dwarf/Gfind_proc_info-lsb.c x86_64/Gcreate_addr_space.c \
x86_64/Gget_save_loc.c x86_64/Gglobal.c x86_64/Ginit.c \
x86_64/Ginit_local.c x86_64/Ginit_remote.c \
x86_64/Gis_signal_frame.c x86_64/Gget_proc_info.c \
x86_64/Gregs.c x86_64/Gresume.c x86_64/Gstep.c
am__objects_17 = $(am__objects_4) $(am__objects_13) x86_64/is_fpreg.lo \
x86_64/regname.lo
am__objects_18 = $(am__objects_17) $(am__objects_6) $(am__objects_15) \
dwarf/global.c elf64.c elf64.h x86_64/setcontext.S \
x86_64/init.h x86_64/unwind_i.h x86_64/ucontext_i.h \
x86_64/is_fpreg.c x86_64/regname.c mi/Gdyn-extract.c \
mi/Gdyn-remote.c mi/Gfind_dynamic_proc_info.c \
mi/Gget_accessors.c mi/Gget_proc_info_by_ip.c \
mi/Gget_proc_name.c mi/Gput_dynamic_unwind_info.c \
mi/Gdestroy_addr_space.c mi/Gget_reg.c mi/Gset_reg.c \
mi/Gget_fpreg.c mi/Gset_fpreg.c mi/Gset_caching_policy.c \
dwarf/Gexpr.c dwarf/Gfde.c dwarf/Gparser.c dwarf/Gpe.c \
dwarf/Gstep.c dwarf/Gfind_proc_info-lsb.c \
x86_64/Gcreate_addr_space.c x86_64/Gget_save_loc.c \
x86_64/Gglobal.c x86_64/Ginit.c x86_64/Ginit_local.c \
x86_64/Ginit_remote.c x86_64/Gis_signal_frame.c \
x86_64/Gget_proc_info.c x86_64/Gregs.c x86_64/Gresume.c \
x86_64/Gstep.c
am__objects_19 = $(am__objects_4) $(am__objects_5) elf64.lo \
x86_64/setcontext.lo x86_64/is_fpreg.lo x86_64/regname.lo
am__objects_20 = $(am__objects_19) $(am__objects_7) $(am__objects_8) \
dwarf/Gfind_proc_info-lsb.lo x86_64/Gcreate_addr_space.lo \
x86_64/Gget_save_loc.lo x86_64/Gglobal.lo x86_64/Ginit.lo \
x86_64/Ginit_local.lo x86_64/Ginit_remote.lo \
x86_64/Gis_signal_frame.lo x86_64/Gget_proc_info.lo \
x86_64/Gregs.lo x86_64/Gresume.lo x86_64/Gstep.lo
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@am_libunwind_x86_64_la_OBJECTS = $(am__objects_18)
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@am_libunwind_x86_64_la_OBJECTS = $(am__objects_20)
libunwind_x86_64_la_OBJECTS = $(am_libunwind_x86_64_la_OBJECTS)
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@am_libunwind_x86_64_la_rpath = -rpath \
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@ $(libdir)
@ -210,51 +237,51 @@ am__DEPENDENCIES_1 =
libunwind_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
am__libunwind_la_SOURCES_DIST = os-hpux.c os-linux.h os-linux.c \
mi/init.c mi/flush_cache.c mi/mempool.c mi/strerror.c \
dwarf/dwarf-eh.h dwarf/global.c x86_64/init.h \
x86_64/unwind_i.h x86_64/ucontext_i.h x86_64/is_fpreg.c \
x86_64/regname.c mi/_ReadULEB.c mi/_ReadSLEB.c mi/backtrace.c \
mi/dyn-cancel.c mi/dyn-info-list.c mi/dyn-register.c \
mi/Ldyn-extract.c mi/Lfind_dynamic_proc_info.c \
mi/Lget_accessors.c mi/Lget_proc_info_by_ip.c \
mi/Lget_proc_name.c mi/Lput_dynamic_unwind_info.c \
mi/Ldestroy_addr_space.c mi/Lget_reg.c mi/Lset_reg.c \
mi/Lget_fpreg.c mi/Lset_fpreg.c mi/Lset_caching_policy.c \
unwind/Backtrace.c unwind/DeleteException.c \
unwind/FindEnclosingFunction.c unwind/ForcedUnwind.c \
unwind/GetBSP.c unwind/GetCFA.c unwind/GetDataRelBase.c \
unwind/GetGR.c unwind/GetIP.c unwind/GetLanguageSpecificData.c \
unwind/GetRegionStart.c unwind/GetTextRelBase.c \
unwind/RaiseException.c unwind/Resume.c \
unwind/Resume_or_Rethrow.c unwind/SetGR.c unwind/SetIP.c \
elf64.c elf64.h dwarf/Lexpr.c dwarf/Lfde.c dwarf/Lparser.c \
dwarf/global.c elf64.c elf64.h x86_64/setcontext.S \
x86_64/init.h x86_64/unwind_i.h x86_64/ucontext_i.h \
x86_64/is_fpreg.c x86_64/regname.c mi/_ReadULEB.c \
mi/_ReadSLEB.c mi/backtrace.c mi/dyn-cancel.c \
mi/dyn-info-list.c mi/dyn-register.c mi/Ldyn-extract.c \
mi/Lfind_dynamic_proc_info.c mi/Lget_accessors.c \
mi/Lget_proc_info_by_ip.c mi/Lget_proc_name.c \
mi/Lput_dynamic_unwind_info.c mi/Ldestroy_addr_space.c \
mi/Lget_reg.c mi/Lset_reg.c mi/Lget_fpreg.c mi/Lset_fpreg.c \
mi/Lset_caching_policy.c unwind/Backtrace.c \
unwind/DeleteException.c unwind/FindEnclosingFunction.c \
unwind/ForcedUnwind.c unwind/GetBSP.c unwind/GetCFA.c \
unwind/GetDataRelBase.c unwind/GetGR.c unwind/GetIP.c \
unwind/GetLanguageSpecificData.c unwind/GetRegionStart.c \
unwind/GetTextRelBase.c unwind/RaiseException.c \
unwind/Resume.c unwind/Resume_or_Rethrow.c unwind/SetGR.c \
unwind/SetIP.c dwarf/Lexpr.c dwarf/Lfde.c dwarf/Lparser.c \
dwarf/Lpe.c dwarf/Lstep.c dwarf/Lfind_proc_info-lsb.c \
x86_64/Lcreate_addr_space.c x86_64/Lget_save_loc.c \
x86_64/Lglobal.c x86_64/Linit.c x86_64/Linit_local.c \
x86_64/Linit_remote.c x86_64/Lis_signal_frame.c \
x86_64/Lget_proc_info.c x86_64/Lregs.c x86_64/Lresume.c \
x86_64/Lstep.c x86/init.h x86/offsets.h x86/unwind_i.h \
x86/is_fpreg.c x86/regname.c elf32.c elf32.h \
x86_64/Lstep.c elf32.c elf32.h x86/init.h x86/offsets.h \
x86/unwind_i.h x86/is_fpreg.c x86/regname.c \
x86/Lcreate_addr_space.c x86/Lget_save_loc.c x86/Lglobal.c \
x86/Linit.c x86/Linit_local.c x86/Linit_remote.c \
x86/Lis_signal_frame.c x86/Lget_proc_info.c x86/Lregs.c \
x86/Lresume.c x86/Lstep.c hppa/global.c hppa/tables.c \
hppa/init.h hppa/unwind_i.h hppa/Gget_reg.c \
hppa/Gget_proc_name.c hppa/Ginit.c hppa/Ginit_local.c \
hppa/Gget_proc_info.c hppa/Gregs.c hppa/Gstep.c \
hppa/Lget_reg.c hppa/Lget_proc_name.c hppa/Linit.c \
hppa/Linit_local.c hppa/Lget_proc_info.c hppa/Lregs.c \
hppa/Lstep.c ia64/init.h ia64/offsets.h ia64/regs.h \
ia64/ucontext_i.h ia64/unwind_decoder.h ia64/unwind_i.h \
ia64/regname.c ia64/dyn_info_list.S ia64/getcontext.S \
x86/Lresume.c x86/Lstep.c hppa/init.h hppa/offsets.h \
hppa/unwind_i.h hppa/regname.c hppa/getcontext.S \
hppa/setcontext.S hppa/Lcreate_addr_space.c \
hppa/Lget_save_loc.c hppa/Lglobal.c hppa/Linit.c \
hppa/Linit_local.c hppa/Linit_remote.c hppa/Lis_signal_frame.c \
hppa/Lget_proc_info.c hppa/Lregs.c hppa/Lresume.c hppa/Lstep.c \
ia64/init.h ia64/offsets.h ia64/regs.h ia64/ucontext_i.h \
ia64/unwind_decoder.h ia64/unwind_i.h ia64/regname.c \
ia64/dyn_info_list.S ia64/getcontext.S \
ia64/Lcreate_addr_space.c ia64/Lget_proc_info.c \
ia64/Lget_save_loc.c ia64/Lglobal.c ia64/Linit.c \
ia64/Linit_local.c ia64/Linit_remote.c ia64/Linstall_cursor.S \
ia64/Lis_signal_frame.c ia64/Lparser.c ia64/Lrbs.c \
ia64/Lregs.c ia64/Lresume.c ia64/Lscript.c ia64/Lstep.c \
ia64/Ltables.c
am__objects_19 = mi/_ReadULEB.lo mi/_ReadSLEB.lo
@OS_LINUX_TRUE@am__objects_20 = $(am__objects_19)
am__objects_21 = $(am__objects_20) mi/backtrace.lo mi/dyn-cancel.lo \
am__objects_21 = mi/_ReadULEB.lo mi/_ReadSLEB.lo
@OS_LINUX_TRUE@am__objects_22 = $(am__objects_21)
am__objects_23 = $(am__objects_22) mi/backtrace.lo mi/dyn-cancel.lo \
mi/dyn-info-list.lo mi/dyn-register.lo mi/Ldyn-extract.lo \
mi/Lfind_dynamic_proc_info.lo mi/Lget_accessors.lo \
mi/Lget_proc_info_by_ip.lo mi/Lget_proc_name.lo \
@ -268,28 +295,27 @@ am__objects_21 = $(am__objects_20) mi/backtrace.lo mi/dyn-cancel.lo \
unwind/GetTextRelBase.lo unwind/RaiseException.lo \
unwind/Resume.lo unwind/Resume_or_Rethrow.lo unwind/SetGR.lo \
unwind/SetIP.lo
am__objects_22 = dwarf/Lexpr.lo dwarf/Lfde.lo dwarf/Lparser.lo \
am__objects_24 = dwarf/Lexpr.lo dwarf/Lfde.lo dwarf/Lparser.lo \
dwarf/Lpe.lo dwarf/Lstep.lo
am__objects_23 = $(am__objects_17) $(am__objects_21) elf64.lo \
$(am__objects_22) dwarf/Lfind_proc_info-lsb.lo \
x86_64/Lcreate_addr_space.lo x86_64/Lget_save_loc.lo \
x86_64/Lglobal.lo x86_64/Linit.lo x86_64/Linit_local.lo \
x86_64/Linit_remote.lo x86_64/Lis_signal_frame.lo \
x86_64/Lget_proc_info.lo x86_64/Lregs.lo x86_64/Lresume.lo \
x86_64/Lstep.lo
am__objects_24 = $(am__objects_14) $(am__objects_21) elf32.lo \
$(am__objects_22) dwarf/Lfind_proc_info-lsb.lo \
x86/Lcreate_addr_space.lo x86/Lget_save_loc.lo x86/Lglobal.lo \
x86/Linit.lo x86/Linit_local.lo x86/Linit_remote.lo \
x86/Lis_signal_frame.lo x86/Lget_proc_info.lo x86/Lregs.lo \
x86/Lresume.lo x86/Lstep.lo
am__objects_25 = $(am__objects_4) hppa/global.lo hppa/tables.lo \
hppa/Gget_reg.lo hppa/Gget_proc_name.lo hppa/Ginit.lo \
hppa/Ginit_local.lo hppa/Gget_proc_info.lo hppa/Gregs.lo \
hppa/Gstep.lo hppa/Lget_reg.lo hppa/Lget_proc_name.lo \
hppa/Linit.lo hppa/Linit_local.lo hppa/Lget_proc_info.lo \
hppa/Lregs.lo hppa/Lstep.lo
am__objects_26 = $(am__objects_5) $(am__objects_21) elf64.lo \
am__objects_25 = $(am__objects_19) $(am__objects_23) $(am__objects_24) \
dwarf/Lfind_proc_info-lsb.lo x86_64/Lcreate_addr_space.lo \
x86_64/Lget_save_loc.lo x86_64/Lglobal.lo x86_64/Linit.lo \
x86_64/Linit_local.lo x86_64/Linit_remote.lo \
x86_64/Lis_signal_frame.lo x86_64/Lget_proc_info.lo \
x86_64/Lregs.lo x86_64/Lresume.lo x86_64/Lstep.lo
am__objects_26 = $(am__objects_17) $(am__objects_23) $(am__objects_24) \
dwarf/Lfind_proc_info-lsb.lo x86/Lcreate_addr_space.lo \
x86/Lget_save_loc.lo x86/Lglobal.lo x86/Linit.lo \
x86/Linit_local.lo x86/Linit_remote.lo x86/Lis_signal_frame.lo \
x86/Lget_proc_info.lo x86/Lregs.lo x86/Lresume.lo x86/Lstep.lo
am__objects_27 = $(am__objects_6) $(am__objects_23) hppa/getcontext.lo \
hppa/setcontext.lo $(am__objects_24) \
dwarf/Lfind_proc_info-lsb.lo hppa/Lcreate_addr_space.lo \
hppa/Lget_save_loc.lo hppa/Lglobal.lo hppa/Linit.lo \
hppa/Linit_local.lo hppa/Linit_remote.lo \
hppa/Lis_signal_frame.lo hppa/Lget_proc_info.lo hppa/Lregs.lo \
hppa/Lresume.lo hppa/Lstep.lo
am__objects_28 = $(am__objects_10) $(am__objects_23) \
ia64/dyn_info_list.lo ia64/getcontext.lo \
ia64/Lcreate_addr_space.lo ia64/Lget_proc_info.lo \
ia64/Lget_save_loc.lo ia64/Lglobal.lo ia64/Linit.lo \
@ -297,11 +323,11 @@ am__objects_26 = $(am__objects_5) $(am__objects_21) elf64.lo \
ia64/Linstall_cursor.lo ia64/Lis_signal_frame.lo \
ia64/Lparser.lo ia64/Lrbs.lo ia64/Lregs.lo ia64/Lresume.lo \
ia64/Lscript.lo ia64/Lstep.lo ia64/Ltables.lo
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@am_libunwind_la_OBJECTS = $(am__objects_23)
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@am_libunwind_la_OBJECTS = $(am__objects_24)
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@am_libunwind_la_OBJECTS = $(am__objects_25)
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@am_libunwind_la_OBJECTS = $(am__objects_26)
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@am_libunwind_la_OBJECTS = \
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@ $(am__objects_25)
@ARCH_IA64_TRUE@am_libunwind_la_OBJECTS = $(am__objects_26)
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@ $(am__objects_27)
@ARCH_IA64_TRUE@am_libunwind_la_OBJECTS = $(am__objects_28)
libunwind_la_OBJECTS = $(am_libunwind_la_OBJECTS)
@REMOTE_ONLY_FALSE@am_libunwind_la_rpath = -rpath $(libdir)
PROGRAMS = $(noinst_PROGRAMS)
@ -335,7 +361,7 @@ SOURCES = $(libunwind_ptrace_a_SOURCES) $(libunwind_hppa_la_SOURCES) \
$(libunwind_la_SOURCES) $(ia64_mk_Gcursor_i_SOURCES) \
$(ia64_mk_Lcursor_i_SOURCES)
DIST_SOURCES = $(libunwind_ptrace_a_SOURCES) \
$(libunwind_hppa_la_SOURCES) \
$(am__libunwind_hppa_la_SOURCES_DIST) \
$(am__libunwind_ia64_la_SOURCES_DIST) \
$(am__libunwind_setjmp_la_SOURCES_DIST) \
$(am__libunwind_x86_la_SOURCES_DIST) \
@ -477,13 +503,9 @@ target_vendor = @target_vendor@
SOVERSION = 7:0:0 # See comments at end of file.
SETJMP_SO_VERSION = 0:0:0
#
# Don't link with standard libraries, because those may mention
# libunwind already.
# Don't link with start-files since we don't use any constructors/destructors:
#
COMMON_SO_LDFLAGS = -XCClinker -nostartfiles \
-XCClinker -nostdlib \
$(LDFLAGS_STATIC_LIBCXA)
COMMON_SO_LDFLAGS = -XCClinker -nostartfiles
@REMOTE_ONLY_FALSE@LIBRARIES_cdep = libunwind-ptrace.a
@REMOTE_ONLY_TRUE@LIBRARIES_cdep =
@REMOTE_ONLY_FALSE@lib_LTLIBRARIES_cdep = libunwind.la
@ -493,6 +515,7 @@ COMMON_SO_LDFLAGS = -XCClinker -nostartfiles \
### libunwind-ptrace:
libunwind_ptrace_a_SOURCES = \
ptrace/_UPT_elf.c \
ptrace/_UPT_internal.h \
ptrace/_UPT_accessors.c ptrace/_UPT_access_fpreg.c \
ptrace/_UPT_access_mem.c ptrace/_UPT_access_reg.c \
@ -507,17 +530,16 @@ libunwind_setjmp_la_LDFLAGS = $(COMMON_SO_LDFLAGS) \
-version-info $(SETJMP_SO_VERSION)
libunwind_setjmp_la_LIBADD = libunwind-$(arch).la -lc
libunwind_setjmp_la_SOURCES_common = longjmp.c siglongjmp.c
libunwind_setjmp_la_SOURCES_common = setjmp/setjmp_i.h \
setjmp/longjmp.c \
setjmp/siglongjmp.c
libunwind_setjmp_la_SOURCES_ia64 = ia64/setjmp.S ia64/sigsetjmp.S \
ia64/longjmp.S ia64/siglongjmp.S
libunwind_setjmp_la_SOURCES_hppa = setjmp.c sigsetjmp.c \
hppa/siglongjmp.S
libunwind_setjmp_la_SOURCES_x86 = setjmp.c sigsetjmp.c x86/siglongjmp.S
libunwind_setjmp_la_SOURCES_x86_64 = setjmp.c sigsetjmp.c \
x86_64/siglongjmp.S
libunwind_setjmp_la_SOURCES_hppa = hppa/siglongjmp.S
libunwind_setjmp_la_SOURCES_x86 = x86/longjmp.S x86/siglongjmp.S
libunwind_setjmp_la_SOURCES_x86_64 = x86_64/longjmp.S x86_64/siglongjmp.S
### libunwind:
@ -565,7 +587,6 @@ libunwind_la_SOURCES_os_linux = os-linux.h os-linux.c
libunwind_la_SOURCES_os_linux_local = mi/_ReadULEB.c mi/_ReadSLEB.c
libunwind_la_SOURCES_os_hpux = os-hpux.c
dwarf_SOURCES_common = \
dwarf/dwarf-eh.h \
dwarf/global.c
dwarf_SOURCES_local = \
@ -577,6 +598,7 @@ dwarf_SOURCES_generic = \
# The list of files that go both into libunwind and libunwind-ia64:
libunwind_la_SOURCES_ia64_common = $(libunwind_la_SOURCES_common) \
elf64.c elf64.h \
ia64/init.h ia64/offsets.h ia64/regs.h \
ia64/ucontext_i.h ia64/unwind_decoder.h ia64/unwind_i.h \
ia64/regname.c
@ -586,8 +608,6 @@ libunwind_la_SOURCES_ia64_common = $(libunwind_la_SOURCES_common) \
libunwind_la_SOURCES_ia64 = $(libunwind_la_SOURCES_ia64_common) \
$(libunwind_la_SOURCES_local) \
\
elf64.c elf64.h \
\
ia64/dyn_info_list.S ia64/getcontext.S \
\
ia64/Lcreate_addr_space.c ia64/Lget_proc_info.c ia64/Lget_save_loc.c \
@ -606,20 +626,42 @@ libunwind_ia64_la_SOURCES_ia64 = $(libunwind_la_SOURCES_ia64_common) \
ia64/Grbs.c ia64/Gregs.c ia64/Gresume.c ia64/Gscript.c ia64/Gstep.c \
ia64/Gtables.c
libunwind_la_SOURCES_hppa = $(libunwind_la_SOURCES_common) \
hppa/global.c hppa/tables.c \
hppa/init.h hppa/unwind_i.h \
\
hppa/Gget_reg.c hppa/Gget_proc_name.c hppa/Ginit.c hppa/Ginit_local.c \
hppa/Gget_proc_info.c hppa/Gregs.c hppa/Gstep.c \
\
hppa/Lget_reg.c hppa/Lget_proc_name.c hppa/Linit.c hppa/Linit_local.c \
hppa/Lget_proc_info.c hppa/Lregs.c hppa/Lstep.c
# The list of files that go both into libunwind and libunwind-hppa:
libunwind_la_SOURCES_hppa_common = $(libunwind_la_SOURCES_common) \
$(dwarf_SOURCES_common) \
elf32.c elf32.h \
hppa/init.h hppa/offsets.h hppa/unwind_i.h \
hppa/regname.c
# The list of files that go into libunwind:
libunwind_la_SOURCES_hppa = $(libunwind_la_SOURCES_hppa_common) \
$(libunwind_la_SOURCES_local) \
hppa/getcontext.S hppa/setcontext.S \
$(dwarf_SOURCES_local) \
dwarf/Lfind_proc_info-lsb.c \
hppa/Lcreate_addr_space.c hppa/Lget_save_loc.c hppa/Lglobal.c \
hppa/Linit.c hppa/Linit_local.c hppa/Linit_remote.c \
hppa/Lis_signal_frame.c hppa/Lget_proc_info.c hppa/Lregs.c \
hppa/Lresume.c hppa/Lstep.c
# The list of files that go into libunwind-hppa:
libunwind_hppa_la_SOURCES_hppa = $(libunwind_la_SOURCES_hppa_common) \
$(libunwind_la_SOURCES_generic) \
$(dwarf_SOURCES_generic) \
dwarf/Gfind_proc_info-lsb.c \
hppa/Gcreate_addr_space.c hppa/Gget_save_loc.c hppa/Gglobal.c \
hppa/Ginit.c hppa/Ginit_local.c hppa/Ginit_remote.c \
hppa/Gis_signal_frame.c hppa/Gget_proc_info.c hppa/Gregs.c \
hppa/Gresume.c hppa/Gstep.c
# The list of files that go both into libunwind and libunwind-x86:
libunwind_la_SOURCES_x86_common = $(libunwind_la_SOURCES_common) \
$(dwarf_SOURCES_common) \
elf32.c elf32.h \
x86/init.h x86/offsets.h x86/unwind_i.h \
x86/is_fpreg.c x86/regname.c
@ -627,7 +669,6 @@ libunwind_la_SOURCES_x86_common = $(libunwind_la_SOURCES_common) \
# The list of files that go into libunwind:
libunwind_la_SOURCES_x86 = $(libunwind_la_SOURCES_x86_common) \
$(libunwind_la_SOURCES_local) \
elf32.c elf32.h \
$(dwarf_SOURCES_local) \
dwarf/Lfind_proc_info-lsb.c \
x86/Lcreate_addr_space.c x86/Lget_save_loc.c x86/Lglobal.c \
@ -650,6 +691,8 @@ libunwind_x86_la_SOURCES_x86 = $(libunwind_la_SOURCES_x86_common) \
# The list of files that go both into libunwind and libunwind-x86_64:
libunwind_la_SOURCES_x86_64_common = $(libunwind_la_SOURCES_common) \
$(dwarf_SOURCES_common) \
elf64.c elf64.h \
x86_64/setcontext.S \
x86_64/init.h x86_64/unwind_i.h x86_64/ucontext_i.h \
x86_64/is_fpreg.c x86_64/regname.c
@ -657,7 +700,6 @@ libunwind_la_SOURCES_x86_64_common = $(libunwind_la_SOURCES_common) \
# The list of files that go into libunwind:
libunwind_la_SOURCES_x86_64 = $(libunwind_la_SOURCES_x86_64_common) \
$(libunwind_la_SOURCES_local) \
elf64.c elf64.h \
$(dwarf_SOURCES_local) \
dwarf/Lfind_proc_info-lsb.c \
x86_64/Lcreate_addr_space.c x86_64/Lget_save_loc.c x86_64/Lglobal.c \
@ -715,7 +757,14 @@ libunwind_x86_64_la_SOURCES_x86_64 = $(libunwind_la_SOURCES_x86_64_common) \
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@libunwind_x86_64_la_SOURCES = $(libunwind_x86_64_la_SOURCES_x86_64)
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@libunwind_x86_64_la_LDFLAGS = $(COMMON_SO_LDFLAGS) -version-info $(SOVERSION)
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@@REMOTE_ONLY_FALSE@libunwind_x86_64_la_LIBADD = libunwind.la -lc
libunwind_la_LDFLAGS = $(COMMON_SO_LDFLAGS) -version-info $(SOVERSION)
#
# Don't link with standard libraries, because those may mention
# libunwind already.
#
libunwind_la_LDFLAGS = $(COMMON_SO_LDFLAGS) -XCClinker -nostdlib \
$(LDFLAGS_STATIC_LIBCXA) -version-info $(SOVERSION)
libunwind_la_LIBADD = -lc $(LIBCRTS)
lib_LIBRARIES = $(LIBRARIES_cdep)
lib_LTLIBRARIES = $(lib_LTLIBRARIES_cdep) $(lib_LTLIBRARIES_arch) \
@ -812,6 +861,8 @@ ptrace/$(am__dirstamp):
ptrace/$(DEPDIR)/$(am__dirstamp):
@$(mkdir_p) ptrace/$(DEPDIR)
@: > ptrace/$(DEPDIR)/$(am__dirstamp)
ptrace/_UPT_elf.$(OBJEXT): ptrace/$(am__dirstamp) \
ptrace/$(DEPDIR)/$(am__dirstamp)
ptrace/_UPT_accessors.$(OBJEXT): ptrace/$(am__dirstamp) \
ptrace/$(DEPDIR)/$(am__dirstamp)
ptrace/_UPT_access_fpreg.$(OBJEXT): ptrace/$(am__dirstamp) \
@ -867,8 +918,6 @@ clean-libLTLIBRARIES:
echo "rm -f \"$${dir}/so_locations\""; \
rm -f "$${dir}/so_locations"; \
done
libunwind-hppa.la: $(libunwind_hppa_la_OBJECTS) $(libunwind_hppa_la_DEPENDENCIES)
$(LINK) $(am_libunwind_hppa_la_rpath) $(libunwind_hppa_la_LDFLAGS) $(libunwind_hppa_la_OBJECTS) $(libunwind_hppa_la_LIBADD) $(LIBS)
mi/$(am__dirstamp):
@$(mkdir_p) mi
@: > mi/$(am__dirstamp)
@ -879,13 +928,20 @@ mi/init.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/flush_cache.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/mempool.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/strerror.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
ia64/$(am__dirstamp):
@$(mkdir_p) ia64
@: > ia64/$(am__dirstamp)
ia64/$(DEPDIR)/$(am__dirstamp):
@$(mkdir_p) ia64/$(DEPDIR)
@: > ia64/$(DEPDIR)/$(am__dirstamp)
ia64/regname.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
dwarf/$(am__dirstamp):
@$(mkdir_p) dwarf
@: > dwarf/$(am__dirstamp)
dwarf/$(DEPDIR)/$(am__dirstamp):
@$(mkdir_p) dwarf/$(DEPDIR)
@: > dwarf/$(DEPDIR)/$(am__dirstamp)
dwarf/global.lo: dwarf/$(am__dirstamp) dwarf/$(DEPDIR)/$(am__dirstamp)
hppa/$(am__dirstamp):
@$(mkdir_p) hppa
@: > hppa/$(am__dirstamp)
hppa/$(DEPDIR)/$(am__dirstamp):
@$(mkdir_p) hppa/$(DEPDIR)
@: > hppa/$(DEPDIR)/$(am__dirstamp)
hppa/regname.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
mi/Gdyn-extract.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/Gdyn-remote.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/Gfind_dynamic_proc_info.lo: mi/$(am__dirstamp) \
@ -904,6 +960,40 @@ mi/Gget_fpreg.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/Gset_fpreg.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/Gset_caching_policy.lo: mi/$(am__dirstamp) \
mi/$(DEPDIR)/$(am__dirstamp)
dwarf/Gexpr.lo: dwarf/$(am__dirstamp) dwarf/$(DEPDIR)/$(am__dirstamp)
dwarf/Gfde.lo: dwarf/$(am__dirstamp) dwarf/$(DEPDIR)/$(am__dirstamp)
dwarf/Gparser.lo: dwarf/$(am__dirstamp) \
dwarf/$(DEPDIR)/$(am__dirstamp)
dwarf/Gpe.lo: dwarf/$(am__dirstamp) dwarf/$(DEPDIR)/$(am__dirstamp)
dwarf/Gstep.lo: dwarf/$(am__dirstamp) dwarf/$(DEPDIR)/$(am__dirstamp)
dwarf/Gfind_proc_info-lsb.lo: dwarf/$(am__dirstamp) \
dwarf/$(DEPDIR)/$(am__dirstamp)
hppa/Gcreate_addr_space.lo: hppa/$(am__dirstamp) \
hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Gget_save_loc.lo: hppa/$(am__dirstamp) \
hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Gglobal.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Ginit.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Ginit_local.lo: hppa/$(am__dirstamp) \
hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Ginit_remote.lo: hppa/$(am__dirstamp) \
hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Gis_signal_frame.lo: hppa/$(am__dirstamp) \
hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Gget_proc_info.lo: hppa/$(am__dirstamp) \
hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Gregs.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Gresume.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Gstep.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
libunwind-hppa.la: $(libunwind_hppa_la_OBJECTS) $(libunwind_hppa_la_DEPENDENCIES)
$(LINK) $(am_libunwind_hppa_la_rpath) $(libunwind_hppa_la_LDFLAGS) $(libunwind_hppa_la_OBJECTS) $(libunwind_hppa_la_LIBADD) $(LIBS)
ia64/$(am__dirstamp):
@$(mkdir_p) ia64
@: > ia64/$(am__dirstamp)
ia64/$(DEPDIR)/$(am__dirstamp):
@$(mkdir_p) ia64/$(DEPDIR)
@: > ia64/$(DEPDIR)/$(am__dirstamp)
ia64/regname.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Gcreate_addr_space.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Gget_proc_info.lo: ia64/$(am__dirstamp) \
@ -929,12 +1019,24 @@ ia64/Gstep.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Gtables.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
libunwind-ia64.la: $(libunwind_ia64_la_OBJECTS) $(libunwind_ia64_la_DEPENDENCIES)
$(LINK) $(am_libunwind_ia64_la_rpath) $(libunwind_ia64_la_LDFLAGS) $(libunwind_ia64_la_OBJECTS) $(libunwind_ia64_la_LIBADD) $(LIBS)
setjmp/$(am__dirstamp):
@$(mkdir_p) setjmp
@: > setjmp/$(am__dirstamp)
setjmp/$(DEPDIR)/$(am__dirstamp):
@$(mkdir_p) setjmp/$(DEPDIR)
@: > setjmp/$(DEPDIR)/$(am__dirstamp)
setjmp/longjmp.lo: setjmp/$(am__dirstamp) \
setjmp/$(DEPDIR)/$(am__dirstamp)
setjmp/siglongjmp.lo: setjmp/$(am__dirstamp) \
setjmp/$(DEPDIR)/$(am__dirstamp)
x86_64/$(am__dirstamp):
@$(mkdir_p) x86_64
@: > x86_64/$(am__dirstamp)
x86_64/$(DEPDIR)/$(am__dirstamp):
@$(mkdir_p) x86_64/$(DEPDIR)
@: > x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/longjmp.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/siglongjmp.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86/$(am__dirstamp):
@ -943,13 +1045,8 @@ x86/$(am__dirstamp):
x86/$(DEPDIR)/$(am__dirstamp):
@$(mkdir_p) x86/$(DEPDIR)
@: > x86/$(DEPDIR)/$(am__dirstamp)
x86/longjmp.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
x86/siglongjmp.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
hppa/$(am__dirstamp):
@$(mkdir_p) hppa
@: > hppa/$(am__dirstamp)
hppa/$(DEPDIR)/$(am__dirstamp):
@$(mkdir_p) hppa/$(DEPDIR)
@: > hppa/$(DEPDIR)/$(am__dirstamp)
hppa/siglongjmp.lo: hppa/$(am__dirstamp) \
hppa/$(DEPDIR)/$(am__dirstamp)
ia64/setjmp.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
@ -959,23 +1056,8 @@ ia64/siglongjmp.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
libunwind-setjmp.la: $(libunwind_setjmp_la_OBJECTS) $(libunwind_setjmp_la_DEPENDENCIES)
$(LINK) $(am_libunwind_setjmp_la_rpath) $(libunwind_setjmp_la_LDFLAGS) $(libunwind_setjmp_la_OBJECTS) $(libunwind_setjmp_la_LIBADD) $(LIBS)
dwarf/$(am__dirstamp):
@$(mkdir_p) dwarf
@: > dwarf/$(am__dirstamp)
dwarf/$(DEPDIR)/$(am__dirstamp):
@$(mkdir_p) dwarf/$(DEPDIR)
@: > dwarf/$(DEPDIR)/$(am__dirstamp)
dwarf/global.lo: dwarf/$(am__dirstamp) dwarf/$(DEPDIR)/$(am__dirstamp)
x86/is_fpreg.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
x86/regname.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
dwarf/Gexpr.lo: dwarf/$(am__dirstamp) dwarf/$(DEPDIR)/$(am__dirstamp)
dwarf/Gfde.lo: dwarf/$(am__dirstamp) dwarf/$(DEPDIR)/$(am__dirstamp)
dwarf/Gparser.lo: dwarf/$(am__dirstamp) \
dwarf/$(DEPDIR)/$(am__dirstamp)
dwarf/Gpe.lo: dwarf/$(am__dirstamp) dwarf/$(DEPDIR)/$(am__dirstamp)
dwarf/Gstep.lo: dwarf/$(am__dirstamp) dwarf/$(DEPDIR)/$(am__dirstamp)
dwarf/Gfind_proc_info-lsb.lo: dwarf/$(am__dirstamp) \
dwarf/$(DEPDIR)/$(am__dirstamp)
x86/Gcreate_addr_space.lo: x86/$(am__dirstamp) \
x86/$(DEPDIR)/$(am__dirstamp)
x86/Gget_save_loc.lo: x86/$(am__dirstamp) \
@ -993,6 +1075,8 @@ x86/Gresume.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
x86/Gstep.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
libunwind-x86.la: $(libunwind_x86_la_OBJECTS) $(libunwind_x86_la_DEPENDENCIES)
$(LINK) $(am_libunwind_x86_la_rpath) $(libunwind_x86_la_LDFLAGS) $(libunwind_x86_la_OBJECTS) $(libunwind_x86_la_LIBADD) $(LIBS)
x86_64/setcontext.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/is_fpreg.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/regname.lo: x86_64/$(am__dirstamp) \
@ -1129,27 +1213,26 @@ x86/Lget_proc_info.lo: x86/$(am__dirstamp) \
x86/Lregs.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
x86/Lresume.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
x86/Lstep.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
hppa/global.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
hppa/tables.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Gget_reg.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Gget_proc_name.lo: hppa/$(am__dirstamp) \
hppa/getcontext.lo: hppa/$(am__dirstamp) \
hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Ginit.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Ginit_local.lo: hppa/$(am__dirstamp) \
hppa/setcontext.lo: hppa/$(am__dirstamp) \
hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Gget_proc_info.lo: hppa/$(am__dirstamp) \
hppa/Lcreate_addr_space.lo: hppa/$(am__dirstamp) \
hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Gregs.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Gstep.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Lget_reg.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Lget_proc_name.lo: hppa/$(am__dirstamp) \
hppa/Lget_save_loc.lo: hppa/$(am__dirstamp) \
hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Lglobal.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Linit.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Linit_local.lo: hppa/$(am__dirstamp) \
hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Linit_remote.lo: hppa/$(am__dirstamp) \
hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Lis_signal_frame.lo: hppa/$(am__dirstamp) \
hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Lget_proc_info.lo: hppa/$(am__dirstamp) \
hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Lregs.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Lresume.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Lstep.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
ia64/dyn_info_list.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
@ -1226,40 +1309,58 @@ mostlyclean-compile:
-rm -f dwarf/Lstep.lo
-rm -f dwarf/global.$(OBJEXT)
-rm -f dwarf/global.lo
-rm -f hppa/Gcreate_addr_space.$(OBJEXT)
-rm -f hppa/Gcreate_addr_space.lo
-rm -f hppa/Gget_proc_info.$(OBJEXT)
-rm -f hppa/Gget_proc_info.lo
-rm -f hppa/Gget_proc_name.$(OBJEXT)
-rm -f hppa/Gget_proc_name.lo
-rm -f hppa/Gget_reg.$(OBJEXT)
-rm -f hppa/Gget_reg.lo
-rm -f hppa/Gget_save_loc.$(OBJEXT)
-rm -f hppa/Gget_save_loc.lo
-rm -f hppa/Gglobal.$(OBJEXT)
-rm -f hppa/Gglobal.lo
-rm -f hppa/Ginit.$(OBJEXT)
-rm -f hppa/Ginit.lo
-rm -f hppa/Ginit_local.$(OBJEXT)
-rm -f hppa/Ginit_local.lo
-rm -f hppa/Ginit_remote.$(OBJEXT)
-rm -f hppa/Ginit_remote.lo
-rm -f hppa/Gis_signal_frame.$(OBJEXT)
-rm -f hppa/Gis_signal_frame.lo
-rm -f hppa/Gregs.$(OBJEXT)
-rm -f hppa/Gregs.lo
-rm -f hppa/Gresume.$(OBJEXT)
-rm -f hppa/Gresume.lo
-rm -f hppa/Gstep.$(OBJEXT)
-rm -f hppa/Gstep.lo
-rm -f hppa/Lcreate_addr_space.$(OBJEXT)
-rm -f hppa/Lcreate_addr_space.lo
-rm -f hppa/Lget_proc_info.$(OBJEXT)
-rm -f hppa/Lget_proc_info.lo
-rm -f hppa/Lget_proc_name.$(OBJEXT)
-rm -f hppa/Lget_proc_name.lo
-rm -f hppa/Lget_reg.$(OBJEXT)
-rm -f hppa/Lget_reg.lo
-rm -f hppa/Lget_save_loc.$(OBJEXT)
-rm -f hppa/Lget_save_loc.lo
-rm -f hppa/Lglobal.$(OBJEXT)
-rm -f hppa/Lglobal.lo
-rm -f hppa/Linit.$(OBJEXT)
-rm -f hppa/Linit.lo
-rm -f hppa/Linit_local.$(OBJEXT)
-rm -f hppa/Linit_local.lo
-rm -f hppa/Linit_remote.$(OBJEXT)
-rm -f hppa/Linit_remote.lo
-rm -f hppa/Lis_signal_frame.$(OBJEXT)
-rm -f hppa/Lis_signal_frame.lo
-rm -f hppa/Lregs.$(OBJEXT)
-rm -f hppa/Lregs.lo
-rm -f hppa/Lresume.$(OBJEXT)
-rm -f hppa/Lresume.lo
-rm -f hppa/Lstep.$(OBJEXT)
-rm -f hppa/Lstep.lo
-rm -f hppa/global.$(OBJEXT)
-rm -f hppa/global.lo
-rm -f hppa/getcontext.$(OBJEXT)
-rm -f hppa/getcontext.lo
-rm -f hppa/regname.$(OBJEXT)
-rm -f hppa/regname.lo
-rm -f hppa/setcontext.$(OBJEXT)
-rm -f hppa/setcontext.lo
-rm -f hppa/siglongjmp.$(OBJEXT)
-rm -f hppa/siglongjmp.lo
-rm -f hppa/tables.$(OBJEXT)
-rm -f hppa/tables.lo
-rm -f ia64/Gcreate_addr_space.$(OBJEXT)
-rm -f ia64/Gcreate_addr_space.lo
-rm -f ia64/Gget_proc_info.$(OBJEXT)
@ -1416,12 +1517,17 @@ mostlyclean-compile:
-rm -f ptrace/_UPT_accessors.$(OBJEXT)
-rm -f ptrace/_UPT_create.$(OBJEXT)
-rm -f ptrace/_UPT_destroy.$(OBJEXT)
-rm -f ptrace/_UPT_elf.$(OBJEXT)
-rm -f ptrace/_UPT_find_proc_info.$(OBJEXT)
-rm -f ptrace/_UPT_get_dyn_info_list_addr.$(OBJEXT)
-rm -f ptrace/_UPT_get_proc_name.$(OBJEXT)
-rm -f ptrace/_UPT_put_unwind_info.$(OBJEXT)
-rm -f ptrace/_UPT_reg_offset.$(OBJEXT)
-rm -f ptrace/_UPT_resume.$(OBJEXT)
-rm -f setjmp/longjmp.$(OBJEXT)
-rm -f setjmp/longjmp.lo
-rm -f setjmp/siglongjmp.$(OBJEXT)
-rm -f setjmp/siglongjmp.lo
-rm -f unwind/Backtrace.$(OBJEXT)
-rm -f unwind/Backtrace.lo
-rm -f unwind/DeleteException.$(OBJEXT)
@ -1502,6 +1608,8 @@ mostlyclean-compile:
-rm -f x86/Lstep.lo
-rm -f x86/is_fpreg.$(OBJEXT)
-rm -f x86/is_fpreg.lo
-rm -f x86/longjmp.$(OBJEXT)
-rm -f x86/longjmp.lo
-rm -f x86/regname.$(OBJEXT)
-rm -f x86/regname.lo
-rm -f x86/siglongjmp.$(OBJEXT)
@ -1552,8 +1660,12 @@ mostlyclean-compile:
-rm -f x86_64/Lstep.lo
-rm -f x86_64/is_fpreg.$(OBJEXT)
-rm -f x86_64/is_fpreg.lo
-rm -f x86_64/longjmp.$(OBJEXT)
-rm -f x86_64/longjmp.lo
-rm -f x86_64/regname.$(OBJEXT)
-rm -f x86_64/regname.lo
-rm -f x86_64/setcontext.$(OBJEXT)
-rm -f x86_64/setcontext.lo
-rm -f x86_64/siglongjmp.$(OBJEXT)
-rm -f x86_64/siglongjmp.lo
@ -1562,12 +1674,8 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/longjmp.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os-hpux.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os-linux.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setjmp.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/siglongjmp.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sigsetjmp.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@dwarf/$(DEPDIR)/Gexpr.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@dwarf/$(DEPDIR)/Gfde.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@dwarf/$(DEPDIR)/Gfind_proc_info-lsb.Plo@am__quote@
@ -1581,22 +1689,29 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@dwarf/$(DEPDIR)/Lpe.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@dwarf/$(DEPDIR)/Lstep.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@dwarf/$(DEPDIR)/global.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Gcreate_addr_space.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Gget_proc_info.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Gget_proc_name.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Gget_reg.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Gget_save_loc.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Gglobal.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Ginit.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Ginit_local.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Ginit_remote.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Gis_signal_frame.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Gregs.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Gresume.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Gstep.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Lcreate_addr_space.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Lget_proc_info.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Lget_proc_name.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Lget_reg.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Lget_save_loc.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Lglobal.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Linit.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Linit_local.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Linit_remote.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Lis_signal_frame.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Lregs.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Lresume.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Lstep.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/global.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/tables.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/regname.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Gcreate_addr_space.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Gget_proc_info.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Gget_save_loc.Plo@am__quote@
@ -1671,12 +1786,15 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_accessors.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_create.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_destroy.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_elf.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_find_proc_info.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_get_dyn_info_list_addr.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_get_proc_name.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_put_unwind_info.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_reg_offset.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_resume.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@setjmp/$(DEPDIR)/longjmp.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@setjmp/$(DEPDIR)/siglongjmp.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@unwind/$(DEPDIR)/Backtrace.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@unwind/$(DEPDIR)/DeleteException.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@unwind/$(DEPDIR)/FindEnclosingFunction.Plo@am__quote@
@ -1785,6 +1903,7 @@ clean-libtool:
-rm -rf hppa/.libs hppa/_libs
-rm -rf ia64/.libs ia64/_libs
-rm -rf mi/.libs mi/_libs
-rm -rf setjmp/.libs setjmp/_libs
-rm -rf unwind/.libs unwind/_libs
-rm -rf x86/.libs x86/_libs
-rm -rf x86_64/.libs x86_64/_libs
@ -1842,7 +1961,7 @@ distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir: $(DISTFILES)
$(mkdir_p) $(distdir)/dwarf $(distdir)/hppa $(distdir)/ia64 $(distdir)/mi $(distdir)/ptrace $(distdir)/unwind $(distdir)/x86 $(distdir)/x86_64
$(mkdir_p) $(distdir)/dwarf $(distdir)/hppa $(distdir)/ia64 $(distdir)/mi $(distdir)/ptrace $(distdir)/setjmp $(distdir)/unwind $(distdir)/x86 $(distdir)/x86_64
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
list='$(DISTFILES)'; for file in $$list; do \
@ -1908,6 +2027,8 @@ distclean-generic:
-rm -f mi/$(am__dirstamp)
-rm -f ptrace/$(DEPDIR)/$(am__dirstamp)
-rm -f ptrace/$(am__dirstamp)
-rm -f setjmp/$(DEPDIR)/$(am__dirstamp)
-rm -f setjmp/$(am__dirstamp)
-rm -f unwind/$(DEPDIR)/$(am__dirstamp)
-rm -f unwind/$(am__dirstamp)
-rm -f x86/$(DEPDIR)/$(am__dirstamp)
@ -1925,7 +2046,7 @@ clean-am: clean-generic clean-libLIBRARIES clean-libLTLIBRARIES \
clean-libtool clean-noinstPROGRAMS mostlyclean-am
distclean: distclean-am
-rm -rf ./$(DEPDIR) dwarf/$(DEPDIR) hppa/$(DEPDIR) ia64/$(DEPDIR) mi/$(DEPDIR) ptrace/$(DEPDIR) unwind/$(DEPDIR) x86/$(DEPDIR) x86_64/$(DEPDIR)
-rm -rf ./$(DEPDIR) dwarf/$(DEPDIR) hppa/$(DEPDIR) ia64/$(DEPDIR) mi/$(DEPDIR) ptrace/$(DEPDIR) setjmp/$(DEPDIR) unwind/$(DEPDIR) x86/$(DEPDIR) x86_64/$(DEPDIR)
-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
distclean-libtool distclean-tags
@ -1953,7 +2074,7 @@ install-man:
installcheck-am:
maintainer-clean: maintainer-clean-am
-rm -rf ./$(DEPDIR) dwarf/$(DEPDIR) hppa/$(DEPDIR) ia64/$(DEPDIR) mi/$(DEPDIR) ptrace/$(DEPDIR) unwind/$(DEPDIR) x86/$(DEPDIR) x86_64/$(DEPDIR)
-rm -rf ./$(DEPDIR) dwarf/$(DEPDIR) hppa/$(DEPDIR) ia64/$(DEPDIR) mi/$(DEPDIR) ptrace/$(DEPDIR) setjmp/$(DEPDIR) unwind/$(DEPDIR) x86/$(DEPDIR) x86_64/$(DEPDIR)
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic