@SET_MAKE@
VPATH = @srcdir@
am__is_gnu_make = { \
if test -z '$(MAKELEVEL)'; then \
false; \
elif test -n '$(MAKE_HOST)'; then \
true; \
elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
true; \
else \
false; \
fi; \
}
am__make_running_with_option = \
case $${target_option-} in \
?) ;; \
*) echo "am__make_running_with_option: internal error: invalid" \
"target option '$${target_option-}' specified" >&2; \
exit 1;; \
esac; \
has_opt=no; \
sane_makeflags=$$MAKEFLAGS; \
if $(am__is_gnu_make); then \
sane_makeflags=$$MFLAGS; \
else \
case $$MAKEFLAGS in \
*\\[\ \ ]*) \
bs=\\; \
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
esac; \
fi; \
skip_next=no; \
strip_trailopt () \
{ \
flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
}; \
for flg in $$sane_makeflags; do \
test $$skip_next = yes && { skip_next=no; continue; }; \
case $$flg in \
*=*|--*) continue;; \
-*I) strip_trailopt 'I'; skip_next=yes;; \
-*I?*) strip_trailopt 'I';; \
-*O) strip_trailopt 'O'; skip_next=yes;; \
-*O?*) strip_trailopt 'O';; \
-*l) strip_trailopt 'l'; skip_next=yes;; \
-*l?*) strip_trailopt 'l';; \
-[dEDm]) skip_next=yes;; \
-[JT]) skip_next=yes;; \
esac; \
case $$flg in \
*$$target_option*) has_opt=yes; break;; \
esac; \
done; \
test $$has_opt = yes
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
target_triplet = @target@
@REMOTE_ONLY_FALSE@am__append_1 = libunwind.la
@ARCH_AARCH64_TRUE@am__append_2 = libunwind-aarch64.la
@ARCH_ARM_TRUE@am__append_3 = libunwind-arm.la
@ARCH_HPPA_TRUE@am__append_4 = libunwind-hppa.la
@ARCH_IA64_TRUE@am__append_5 = libunwind-ia64.la
@ARCH_LOONGARCH64_TRUE@am__append_6 = libunwind-loongarch64.la
@ARCH_MIPS_TRUE@am__append_7 = libunwind-mips.la
@ARCH_PPC32_TRUE@am__append_8 = libunwind-ppc32.la
@ARCH_PPC64_TRUE@am__append_9 = libunwind-ppc64.la
@ARCH_RISCV_TRUE@am__append_10 = libunwind-riscv.la
@ARCH_S390X_TRUE@am__append_11 = libunwind-s390x.la
@ARCH_SH_TRUE@am__append_12 = libunwind-sh.la
@ARCH_X86_TRUE@am__append_13 = libunwind-x86.la
@ARCH_X86_64_TRUE@am__append_14 = libunwind-x86_64.la
@BUILD_COREDUMP_TRUE@am__append_15 = libunwind-coredump.la
@BUILD_NTO_TRUE@am__append_16 = libunwind-nto.la
@BUILD_PTRACE_TRUE@am__append_17 = libunwind-ptrace.la
@BUILD_SETJMP_TRUE@am__append_18 = libunwind-setjmp.la
@REMOTE_ONLY_FALSE@am__append_19 = libunwind.la
@REMOTE_ONLY_FALSE@am__append_20 = unwind/libunwind.pc
@BUILD_COREDUMP_TRUE@am__append_21 = coredump/libunwind-coredump.pc
@BUILD_PTRACE_TRUE@am__append_22 = ptrace/libunwind-ptrace.pc
@BUILD_SETJMP_TRUE@am__append_23 = setjmp/libunwind-setjmp.pc
@USE_DWARF_TRUE@am__append_24 = libunwind-dwarf-common.la libunwind-dwarf-generic.la
@REMOTE_ONLY_FALSE@@USE_DWARF_TRUE@am__append_25 = libunwind-dwarf-local.la
@USE_DWARF_TRUE@am__append_26 = libunwind-dwarf-local.la
@OS_LINUX_TRUE@am__append_27 = coredump/_UCD_access_reg_linux.c \
@OS_LINUX_TRUE@ coredump/_UCD_get_threadinfo_prstatus.c \
@OS_LINUX_TRUE@ coredump/_UCD_get_mapinfo_linux.c
@OS_FREEBSD_TRUE@am__append_28 = coredump/_UCD_access_reg_freebsd.c \
@OS_FREEBSD_TRUE@ coredump/_UCD_get_threadinfo_prstatus.c \
@OS_FREEBSD_TRUE@ coredump/_UCD_get_mapinfo_generic.c
@OS_QNX_TRUE@am__append_29 = coredump/_UCD_access_reg_qnx.c \
@OS_QNX_TRUE@ coredump/_UCD_get_threadinfo_prstatus.c \
@OS_QNX_TRUE@ coredump/_UCD_get_mapinfo_qnx.c
@ARCH_AARCH64_TRUE@am__append_30 = \
@ARCH_AARCH64_TRUE@ aarch64/longjmp.S \
@ARCH_AARCH64_TRUE@ aarch64/siglongjmp.S
@ARCH_ARM_TRUE@am__append_31 = arm/siglongjmp.S
@ARCH_HPPA_TRUE@am__append_32 = hppa/siglongjmp.S
@ARCH_IA64_TRUE@am__append_33 = \
@ARCH_IA64_TRUE@ ia64/longjmp.S \
@ARCH_IA64_TRUE@ ia64/setjmp.S \
@ARCH_IA64_TRUE@ ia64/siglongjmp.S \
@ARCH_IA64_TRUE@ ia64/sigsetjmp.S
@ARCH_LOONGARCH64_TRUE@am__append_34 = \
@ARCH_LOONGARCH64_TRUE@ loongarch64/siglongjmp.S
@ARCH_MIPS_TRUE@am__append_35 = mips/siglongjmp.S
@ARCH_PPC32_TRUE@am__append_36 = \
@ARCH_PPC32_TRUE@ ppc/longjmp.S \
@ARCH_PPC32_TRUE@ ppc/siglongjmp.S
@ARCH_PPC64_TRUE@am__append_37 = \
@ARCH_PPC64_TRUE@ ppc/longjmp.S \
@ARCH_PPC64_TRUE@ ppc/siglongjmp.S
@ARCH_RISCV_TRUE@am__append_38 = \
@ARCH_RISCV_TRUE@ riscv/siglongjmp.S
@ARCH_SH_TRUE@am__append_39 = sh/siglongjmp.S
@ARCH_X86_TRUE@am__append_40 = \
@ARCH_X86_TRUE@ x86/longjmp.S \
@ARCH_X86_TRUE@ x86/siglongjmp.S
@ARCH_X86_64_TRUE@am__append_41 = \
@ARCH_X86_64_TRUE@ x86_64/longjmp.S \
@ARCH_X86_64_TRUE@ x86_64/siglongjmp.S
subdir = src
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
$(am__DIST_COMMON)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/include/config.h
CONFIG_CLEAN_FILES = libunwind-generic.pc
CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
am__install_max = 40
am__nobase_strip_setup = \
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
am__nobase_strip = \
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
am__nobase_list = $(am__nobase_strip_setup); \
for p in $$list; do echo "$$p $$p"; done | \
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
if (++n[$$2] == $(am__install_max)) \
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
END { for (dir in files) print dir, files[dir] }'
am__base_list = \
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__uninstall_files_from_dir = { \
test -z "$$files" \
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
$(am__cd) "$$dir" && rm -f $$files; }; \
}
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)"
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
libunwind_aarch64_la_DEPENDENCIES = libunwind-dwarf-generic.la \
libunwind-elf64.la $(libunwind_libadd)
am__libunwind_aarch64_la_SOURCES_DIST = os-freebsd.c os-hpux.c \
os-linux.c dl-iterate-phdr.c os-qnx.c os-solaris.c mi/init.c \
mi/flush_cache.c mi/mempool.c mi/strerror.c aarch64/is_fpreg.c \
aarch64/regname.c mi/Gaddress_validator.c \
mi/Gdestroy_addr_space.c mi/Gdyn-extract.c mi/Gdyn-remote.c \
mi/Gfind_dynamic_proc_info.c mi/Gget_accessors.c \
mi/Gget_fpreg.c mi/Gget_proc_info_by_ip.c mi/Gget_proc_name.c \
mi/Gget_reg.c mi/Gis_plt_entry.c mi/Gput_dynamic_unwind_info.c \
mi/Gset_cache_size.c mi/Gset_caching_policy.c mi/Gset_fpreg.c \
mi/Gset_iterate_phdr_function.c mi/Gset_reg.c \
mi/Gget_elf_filename.c aarch64/Gos-freebsd.c \
aarch64/Gos-linux.c aarch64/Gos-qnx.c \
aarch64/Gapply_reg_state.c aarch64/Gcreate_addr_space.c \
aarch64/Gget_proc_info.c aarch64/Gget_save_loc.c \
aarch64/Gget_cursor_snapshot.c aarch64/Gglobal.c \
aarch64/Ginit.c aarch64/Ginit_local.c aarch64/Ginit_remote.c \
aarch64/Gis_signal_frame.c aarch64/Gregs.c \
aarch64/Greg_states_iterate.c aarch64/Gresume.c \
aarch64/Gstash_frame.c aarch64/Gstep.c aarch64/Gtrace.c \
aarch64/Gstrip_ptrauth_insn_mask.c
@OS_FREEBSD_FALSE@@OS_HPUX_FALSE@@OS_LINUX_FALSE@@OS_QNX_FALSE@@OS_SOLARIS_TRUE@am__objects_1 = os-solaris.lo
@OS_FREEBSD_FALSE@@OS_HPUX_FALSE@@OS_LINUX_FALSE@@OS_QNX_TRUE@am__objects_1 = os-qnx.lo
@OS_FREEBSD_FALSE@@OS_HPUX_FALSE@@OS_LINUX_TRUE@am__objects_1 = \
@OS_FREEBSD_FALSE@@OS_HPUX_FALSE@@OS_LINUX_TRUE@ os-linux.lo \
@OS_FREEBSD_FALSE@@OS_HPUX_FALSE@@OS_LINUX_TRUE@ dl-iterate-phdr.lo
@OS_FREEBSD_FALSE@@OS_HPUX_TRUE@am__objects_1 = os-hpux.lo
@OS_FREEBSD_TRUE@am__objects_1 = os-freebsd.lo
am__dirstamp = $(am__leading_dot)dirstamp
am__objects_2 = $(am__objects_1) mi/init.lo mi/flush_cache.lo \
mi/mempool.lo mi/strerror.lo
am__objects_3 = $(am__objects_2) aarch64/is_fpreg.lo \
aarch64/regname.lo
am__objects_4 = mi/Gaddress_validator.lo mi/Gdestroy_addr_space.lo \
mi/Gdyn-extract.lo mi/Gdyn-remote.lo \
mi/Gfind_dynamic_proc_info.lo mi/Gget_accessors.lo \
mi/Gget_fpreg.lo mi/Gget_proc_info_by_ip.lo \
mi/Gget_proc_name.lo mi/Gget_reg.lo mi/Gis_plt_entry.lo \
mi/Gput_dynamic_unwind_info.lo mi/Gset_cache_size.lo \
mi/Gset_caching_policy.lo mi/Gset_fpreg.lo \
mi/Gset_iterate_phdr_function.lo mi/Gset_reg.lo \
mi/Gget_elf_filename.lo
@OS_FREEBSD_FALSE@@OS_LINUX_FALSE@@OS_QNX_TRUE@am__objects_5 = aarch64/Gos-qnx.lo
@OS_FREEBSD_FALSE@@OS_LINUX_TRUE@am__objects_5 = aarch64/Gos-linux.lo
@OS_FREEBSD_TRUE@am__objects_5 = aarch64/Gos-freebsd.lo
am_libunwind_aarch64_la_OBJECTS = $(am__objects_3) $(am__objects_4) \
$(am__objects_5) aarch64/Gapply_reg_state.lo \
aarch64/Gcreate_addr_space.lo aarch64/Gget_proc_info.lo \
aarch64/Gget_save_loc.lo aarch64/Gget_cursor_snapshot.lo \
aarch64/Gglobal.lo aarch64/Ginit.lo aarch64/Ginit_local.lo \
aarch64/Ginit_remote.lo aarch64/Gis_signal_frame.lo \
aarch64/Gregs.lo aarch64/Greg_states_iterate.lo \
aarch64/Gresume.lo aarch64/Gstash_frame.lo aarch64/Gstep.lo \
aarch64/Gtrace.lo aarch64/Gstrip_ptrauth_insn_mask.lo
libunwind_aarch64_la_OBJECTS = $(am_libunwind_aarch64_la_OBJECTS)
AM_V_lt = $(am__v_lt_@AM_V@)
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
am__v_lt_0 = --silent
am__v_lt_1 =
libunwind_aarch64_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(AM_CFLAGS) $(CFLAGS) $(libunwind_aarch64_la_LDFLAGS) \
$(LDFLAGS) -o $@
@ARCH_AARCH64_TRUE@am_libunwind_aarch64_la_rpath = -rpath $(libdir)
libunwind_arm_la_DEPENDENCIES = libunwind-dwarf-generic.la \
libunwind-elf32.la $(libunwind_libadd)
am__libunwind_arm_la_SOURCES_DIST = os-freebsd.c os-hpux.c os-linux.c \
dl-iterate-phdr.c os-qnx.c os-solaris.c mi/init.c \
mi/flush_cache.c mi/mempool.c mi/strerror.c arm/is_fpreg.c \
arm/regname.c arm/Gos-freebsd.c arm/Gos-linux.c \
arm/Gos-other.c mi/Gaddress_validator.c \
mi/Gdestroy_addr_space.c mi/Gdyn-extract.c mi/Gdyn-remote.c \
mi/Gfind_dynamic_proc_info.c mi/Gget_accessors.c \
mi/Gget_fpreg.c mi/Gget_proc_info_by_ip.c mi/Gget_proc_name.c \
mi/Gget_reg.c mi/Gis_plt_entry.c mi/Gput_dynamic_unwind_info.c \
mi/Gset_cache_size.c mi/Gset_caching_policy.c mi/Gset_fpreg.c \
mi/Gset_iterate_phdr_function.c mi/Gset_reg.c \
mi/Gget_elf_filename.c arm/Gapply_reg_state.c \
arm/Gcreate_addr_space.c arm/Gex_tables.c arm/Gget_proc_info.c \
arm/Gget_save_loc.c arm/Gglobal.c arm/Ginit.c \
arm/Ginit_local.c arm/Ginit_remote.c arm/Gregs.c \
arm/Greg_states_iterate.c arm/Gresume.c arm/Gstash_frame.c \
arm/Gstep.c arm/Gtrace.c
am__objects_6 = $(am__objects_2) arm/is_fpreg.lo arm/regname.lo
@OS_FREEBSD_FALSE@@OS_LINUX_FALSE@@OS_QNX_TRUE@am__objects_7 = arm/Gos-other.lo
@OS_FREEBSD_FALSE@@OS_LINUX_TRUE@am__objects_7 = arm/Gos-linux.lo
@OS_FREEBSD_TRUE@am__objects_7 = arm/Gos-freebsd.lo
am_libunwind_arm_la_OBJECTS = $(am__objects_6) $(am__objects_7) \
$(am__objects_4) arm/Gapply_reg_state.lo \
arm/Gcreate_addr_space.lo arm/Gex_tables.lo \
arm/Gget_proc_info.lo arm/Gget_save_loc.lo arm/Gglobal.lo \
arm/Ginit.lo arm/Ginit_local.lo arm/Ginit_remote.lo \
arm/Gregs.lo arm/Greg_states_iterate.lo arm/Gresume.lo \
arm/Gstash_frame.lo arm/Gstep.lo arm/Gtrace.lo
libunwind_arm_la_OBJECTS = $(am_libunwind_arm_la_OBJECTS)
libunwind_arm_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(AM_CFLAGS) $(CFLAGS) $(libunwind_arm_la_LDFLAGS) $(LDFLAGS) \
-o $@
@ARCH_ARM_TRUE@am_libunwind_arm_la_rpath = -rpath $(libdir)
am__DEPENDENCIES_1 =
libunwind_coredump_la_DEPENDENCIES = libunwind-$(arch).la \
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
am__libunwind_coredump_la_SOURCES_DIST = coredump/_UCD_access_mem.c \
coredump/_UCD_accessors.c coredump/_UCD_corefile_elf.c \
coredump/_UCD_create.c coredump/_UCD_destroy.c \
coredump/_UCD_elf_map_image.c coredump/ucd_file_table.c \
coredump/_UCD_find_proc_info.c coredump/_UCD_get_proc_name.c \
coredump/_UCD_get_elf_filename.c mi/init.c coredump/_UPT_elf.c \
coredump/_UPT_access_fpreg.c \
coredump/_UPT_get_dyn_info_list_addr.c \
coredump/_UPT_put_unwind_info.c coredump/_UPT_resume.c \
coredump/_UCD_access_reg_linux.c \
coredump/_UCD_get_threadinfo_prstatus.c \
coredump/_UCD_get_mapinfo_linux.c \
coredump/_UCD_access_reg_freebsd.c \
coredump/_UCD_get_mapinfo_generic.c \
coredump/_UCD_access_reg_qnx.c coredump/_UCD_get_mapinfo_qnx.c
@OS_LINUX_TRUE@am__objects_8 = coredump/_UCD_access_reg_linux.lo \
@OS_LINUX_TRUE@ coredump/_UCD_get_threadinfo_prstatus.lo \
@OS_LINUX_TRUE@ coredump/_UCD_get_mapinfo_linux.lo
@OS_FREEBSD_TRUE@am__objects_9 = coredump/_UCD_access_reg_freebsd.lo \
@OS_FREEBSD_TRUE@ coredump/_UCD_get_threadinfo_prstatus.lo \
@OS_FREEBSD_TRUE@ coredump/_UCD_get_mapinfo_generic.lo
@OS_QNX_TRUE@am__objects_10 = coredump/_UCD_access_reg_qnx.lo \
@OS_QNX_TRUE@ coredump/_UCD_get_threadinfo_prstatus.lo \
@OS_QNX_TRUE@ coredump/_UCD_get_mapinfo_qnx.lo
am_libunwind_coredump_la_OBJECTS = coredump/_UCD_access_mem.lo \
coredump/_UCD_accessors.lo coredump/_UCD_corefile_elf.lo \
coredump/_UCD_create.lo coredump/_UCD_destroy.lo \
coredump/_UCD_elf_map_image.lo coredump/ucd_file_table.lo \
coredump/_UCD_find_proc_info.lo coredump/_UCD_get_proc_name.lo \
coredump/_UCD_get_elf_filename.lo mi/init.lo \
coredump/_UPT_elf.lo coredump/_UPT_access_fpreg.lo \
coredump/_UPT_get_dyn_info_list_addr.lo \
coredump/_UPT_put_unwind_info.lo coredump/_UPT_resume.lo \
$(am__objects_8) $(am__objects_9) $(am__objects_10)
libunwind_coredump_la_OBJECTS = $(am_libunwind_coredump_la_OBJECTS)
libunwind_coredump_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(AM_CFLAGS) $(CFLAGS) $(libunwind_coredump_la_LDFLAGS) \
$(LDFLAGS) -o $@
@BUILD_COREDUMP_TRUE@am_libunwind_coredump_la_rpath = -rpath $(libdir)
libunwind_dwarf_common_la_LIBADD =
am_libunwind_dwarf_common_la_OBJECTS = dwarf/global.lo
libunwind_dwarf_common_la_OBJECTS = \
$(am_libunwind_dwarf_common_la_OBJECTS)
@USE_DWARF_TRUE@am_libunwind_dwarf_common_la_rpath =
libunwind_dwarf_generic_la_DEPENDENCIES = libunwind-dwarf-common.la
am_libunwind_dwarf_generic_la_OBJECTS = dwarf/Gexpr.lo dwarf/Gfde.lo \
dwarf/Gfind_proc_info-lsb.lo dwarf/Gfind_unwind_table.lo \
dwarf/Gget_proc_info_in_range.lo dwarf/Gparser.lo dwarf/Gpe.lo
libunwind_dwarf_generic_la_OBJECTS = \
$(am_libunwind_dwarf_generic_la_OBJECTS)
@USE_DWARF_TRUE@am_libunwind_dwarf_generic_la_rpath =
libunwind_dwarf_local_la_DEPENDENCIES = libunwind-dwarf-common.la
am_libunwind_dwarf_local_la_OBJECTS = dwarf/Lexpr.lo dwarf/Lfde.lo \
dwarf/Lfind_proc_info-lsb.lo dwarf/Lfind_unwind_table.lo \
dwarf/Lget_proc_info_in_range.lo dwarf/Lparser.lo dwarf/Lpe.lo
libunwind_dwarf_local_la_OBJECTS = \
$(am_libunwind_dwarf_local_la_OBJECTS)
@REMOTE_ONLY_FALSE@@USE_DWARF_TRUE@am_libunwind_dwarf_local_la_rpath =
libunwind_elf32_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
$(am__DEPENDENCIES_1)
am_libunwind_elf32_la_OBJECTS = elf32.lo
libunwind_elf32_la_OBJECTS = $(am_libunwind_elf32_la_OBJECTS)
@USE_ELF32_TRUE@am_libunwind_elf32_la_rpath =
libunwind_elf64_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
$(am__DEPENDENCIES_1)
am_libunwind_elf64_la_OBJECTS = elf64.lo
libunwind_elf64_la_OBJECTS = $(am_libunwind_elf64_la_OBJECTS)
@USE_ELF64_TRUE@am_libunwind_elf64_la_rpath =
libunwind_elfxx_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
$(am__DEPENDENCIES_1)
am_libunwind_elfxx_la_OBJECTS = elfxx.lo
libunwind_elfxx_la_OBJECTS = $(am_libunwind_elfxx_la_OBJECTS)
@USE_ELFXX_TRUE@am_libunwind_elfxx_la_rpath =
libunwind_hppa_la_DEPENDENCIES = libunwind-dwarf-generic.la \
libunwind-elf32.la $(libunwind_libadd)
am__libunwind_hppa_la_SOURCES_DIST = os-freebsd.c os-hpux.c os-linux.c \
dl-iterate-phdr.c os-qnx.c os-solaris.c mi/init.c \
mi/flush_cache.c mi/mempool.c mi/strerror.c hppa/regname.c \
mi/Gaddress_validator.c mi/Gdestroy_addr_space.c \
mi/Gdyn-extract.c mi/Gdyn-remote.c \
mi/Gfind_dynamic_proc_info.c mi/Gget_accessors.c \
mi/Gget_fpreg.c mi/Gget_proc_info_by_ip.c mi/Gget_proc_name.c \
mi/Gget_reg.c mi/Gis_plt_entry.c mi/Gput_dynamic_unwind_info.c \
mi/Gset_cache_size.c mi/Gset_caching_policy.c mi/Gset_fpreg.c \
mi/Gset_iterate_phdr_function.c mi/Gset_reg.c \
mi/Gget_elf_filename.c hppa/Gapply_reg_state.c \
hppa/Gcreate_addr_space.c hppa/Gget_proc_info.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/Gregs.c hppa/Greg_states_iterate.c hppa/Gresume.c \
hppa/Gstep.c
am__objects_11 = $(am__objects_2) hppa/regname.lo
am_libunwind_hppa_la_OBJECTS = $(am__objects_11) $(am__objects_4) \
hppa/Gapply_reg_state.lo hppa/Gcreate_addr_space.lo \
hppa/Gget_proc_info.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/Gregs.lo \
hppa/Greg_states_iterate.lo hppa/Gresume.lo hppa/Gstep.lo
libunwind_hppa_la_OBJECTS = $(am_libunwind_hppa_la_OBJECTS)
libunwind_hppa_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(AM_CFLAGS) $(CFLAGS) $(libunwind_hppa_la_LDFLAGS) $(LDFLAGS) \
-o $@
@ARCH_HPPA_TRUE@am_libunwind_hppa_la_rpath = -rpath $(libdir)
libunwind_ia64_la_DEPENDENCIES = libunwind-elf64.la \
$(libunwind_libadd)
am__libunwind_ia64_la_SOURCES_DIST = os-freebsd.c os-hpux.c os-linux.c \
dl-iterate-phdr.c os-qnx.c os-solaris.c mi/init.c \
mi/flush_cache.c mi/mempool.c mi/strerror.c ia64/regname.c \
mi/Gaddress_validator.c mi/Gdestroy_addr_space.c \
mi/Gdyn-extract.c mi/Gdyn-remote.c \
mi/Gfind_dynamic_proc_info.c mi/Gget_accessors.c \
mi/Gget_fpreg.c mi/Gget_proc_info_by_ip.c mi/Gget_proc_name.c \
mi/Gget_reg.c mi/Gis_plt_entry.c mi/Gput_dynamic_unwind_info.c \
mi/Gset_cache_size.c mi/Gset_caching_policy.c mi/Gset_fpreg.c \
mi/Gset_iterate_phdr_function.c mi/Gset_reg.c \
mi/Gget_elf_filename.c ia64/Gapply_reg_state.c \
ia64/Gcreate_addr_space.c ia64/Gfind_unwind_table.c \
ia64/Gget_proc_info.c ia64/Gget_save_loc.c ia64/Gglobal.c \
ia64/Ginit.c ia64/Ginit_local.c ia64/Ginit_remote.c \
ia64/Ginstall_cursor.S ia64/Gis_signal_frame.c ia64/Gparser.c \
ia64/Grbs.c ia64/Gregs.c ia64/Greg_states_iterate.c \
ia64/Gresume.c ia64/Gscript.c ia64/Gstep.c ia64/Gtables.c
am__objects_12 = $(am__objects_2) ia64/regname.lo
am_libunwind_ia64_la_OBJECTS = $(am__objects_12) $(am__objects_4) \
ia64/Gapply_reg_state.lo ia64/Gcreate_addr_space.lo \
ia64/Gfind_unwind_table.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/Greg_states_iterate.lo ia64/Gresume.lo ia64/Gscript.lo \
ia64/Gstep.lo ia64/Gtables.lo
libunwind_ia64_la_OBJECTS = $(am_libunwind_ia64_la_OBJECTS)
libunwind_ia64_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(AM_CFLAGS) $(CFLAGS) $(libunwind_ia64_la_LDFLAGS) $(LDFLAGS) \
-o $@
@ARCH_IA64_TRUE@am_libunwind_ia64_la_rpath = -rpath $(libdir)
libunwind_loongarch64_la_DEPENDENCIES = libunwind-dwarf-generic.la \
libunwind-elf64.la $(libunwind_libadd)
am__libunwind_loongarch64_la_SOURCES_DIST = os-freebsd.c os-hpux.c \
os-linux.c dl-iterate-phdr.c os-qnx.c os-solaris.c mi/init.c \
mi/flush_cache.c mi/mempool.c mi/strerror.c \
loongarch64/is_fpreg.c loongarch64/regname.c \
mi/Gaddress_validator.c mi/Gdestroy_addr_space.c \
mi/Gdyn-extract.c mi/Gdyn-remote.c \
mi/Gfind_dynamic_proc_info.c mi/Gget_accessors.c \
mi/Gget_fpreg.c mi/Gget_proc_info_by_ip.c mi/Gget_proc_name.c \
mi/Gget_reg.c mi/Gis_plt_entry.c mi/Gput_dynamic_unwind_info.c \
mi/Gset_cache_size.c mi/Gset_caching_policy.c mi/Gset_fpreg.c \
mi/Gset_iterate_phdr_function.c mi/Gset_reg.c \
mi/Gget_elf_filename.c loongarch64/Gapply_reg_state.c \
loongarch64/Gcreate_addr_space.c loongarch64/Gget_proc_info.c \
loongarch64/Gget_save_loc.c loongarch64/Gglobal.c \
loongarch64/Ginit.c loongarch64/Ginit_local.c \
loongarch64/Ginit_remote.c loongarch64/Gis_signal_frame.c \
loongarch64/Gregs.c loongarch64/Greg_states_iterate.c \
loongarch64/Gresume.c loongarch64/Gstep.c
am__objects_13 = $(am__objects_2) loongarch64/is_fpreg.lo \
loongarch64/regname.lo
am_libunwind_loongarch64_la_OBJECTS = $(am__objects_13) \
$(am__objects_4) loongarch64/Gapply_reg_state.lo \
loongarch64/Gcreate_addr_space.lo \
loongarch64/Gget_proc_info.lo loongarch64/Gget_save_loc.lo \
loongarch64/Gglobal.lo loongarch64/Ginit.lo \
loongarch64/Ginit_local.lo loongarch64/Ginit_remote.lo \
loongarch64/Gis_signal_frame.lo loongarch64/Gregs.lo \
loongarch64/Greg_states_iterate.lo loongarch64/Gresume.lo \
loongarch64/Gstep.lo
libunwind_loongarch64_la_OBJECTS = \
$(am_libunwind_loongarch64_la_OBJECTS)
libunwind_loongarch64_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(AM_CFLAGS) $(CFLAGS) $(libunwind_loongarch64_la_LDFLAGS) \
$(LDFLAGS) -o $@
@ARCH_LOONGARCH64_TRUE@am_libunwind_loongarch64_la_rpath = -rpath \
@ARCH_LOONGARCH64_TRUE@ $(libdir)
libunwind_mips_la_DEPENDENCIES = libunwind-dwarf-generic.la \
libunwind-elfxx.la $(libunwind_libadd)
am__libunwind_mips_la_SOURCES_DIST = os-freebsd.c os-hpux.c os-linux.c \
dl-iterate-phdr.c os-qnx.c os-solaris.c mi/init.c \
mi/flush_cache.c mi/mempool.c mi/strerror.c mips/is_fpreg.c \
mips/regname.c mi/Gaddress_validator.c \
mi/Gdestroy_addr_space.c mi/Gdyn-extract.c mi/Gdyn-remote.c \
mi/Gfind_dynamic_proc_info.c mi/Gget_accessors.c \
mi/Gget_fpreg.c mi/Gget_proc_info_by_ip.c mi/Gget_proc_name.c \
mi/Gget_reg.c mi/Gis_plt_entry.c mi/Gput_dynamic_unwind_info.c \
mi/Gset_cache_size.c mi/Gset_caching_policy.c mi/Gset_fpreg.c \
mi/Gset_iterate_phdr_function.c mi/Gset_reg.c \
mi/Gget_elf_filename.c mips/Gapply_reg_state.c \
mips/Gcreate_addr_space.c mips/Gget_proc_info.c \
mips/Gget_save_loc.c mips/Gglobal.c mips/Ginit.c \
mips/Ginit_local.c mips/Ginit_remote.c mips/Gis_signal_frame.c \
mips/Gregs.c mips/Greg_states_iterate.c mips/Gresume.c \
mips/Gstep.c
am__objects_14 = $(am__objects_2) mips/is_fpreg.lo mips/regname.lo
am_libunwind_mips_la_OBJECTS = $(am__objects_14) $(am__objects_4) \
mips/Gapply_reg_state.lo mips/Gcreate_addr_space.lo \
mips/Gget_proc_info.lo mips/Gget_save_loc.lo mips/Gglobal.lo \
mips/Ginit.lo mips/Ginit_local.lo mips/Ginit_remote.lo \
mips/Gis_signal_frame.lo mips/Gregs.lo \
mips/Greg_states_iterate.lo mips/Gresume.lo mips/Gstep.lo
libunwind_mips_la_OBJECTS = $(am_libunwind_mips_la_OBJECTS)
libunwind_mips_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(AM_CFLAGS) $(CFLAGS) $(libunwind_mips_la_LDFLAGS) $(LDFLAGS) \
-o $@
@ARCH_MIPS_TRUE@am_libunwind_mips_la_rpath = -rpath $(libdir)
libunwind_nto_la_DEPENDENCIES = libunwind-$(arch).la \
$(libunwind_libadd)
am_libunwind_nto_la_OBJECTS = mi/init.lo nto/unw_nto_access_fpreg.lo \
nto/unw_nto_access_mem.lo nto/unw_nto_accessors.lo \
nto/unw_nto_access_reg.lo nto/unw_nto_create.lo \
nto/unw_nto_destroy.lo nto/unw_nto_elf.lo \
nto/unw_nto_find_proc_info.lo \
nto/unw_nto_get_dyn_info_list_addr.lo \
nto/unw_nto_get_proc_name.lo nto/unw_nto_get_elf_filename.lo \
nto/unw_nto_put_unwind_info.lo nto/unw_nto_resume.lo
libunwind_nto_la_OBJECTS = $(am_libunwind_nto_la_OBJECTS)
@BUILD_NTO_TRUE@am_libunwind_nto_la_rpath = -rpath $(libdir)
libunwind_ppc32_la_DEPENDENCIES = libunwind-dwarf-generic.la \
libunwind-elf32.la $(libunwind_libadd)
am__libunwind_ppc32_la_SOURCES_DIST = os-freebsd.c os-hpux.c \
os-linux.c dl-iterate-phdr.c os-qnx.c os-solaris.c mi/init.c \
mi/flush_cache.c mi/mempool.c mi/strerror.c \
ppc32/get_func_addr.c ppc32/is_fpreg.c ppc32/regname.c \
mi/Gaddress_validator.c mi/Gdestroy_addr_space.c \
mi/Gdyn-extract.c mi/Gdyn-remote.c \
mi/Gfind_dynamic_proc_info.c mi/Gget_accessors.c \
mi/Gget_fpreg.c mi/Gget_proc_info_by_ip.c mi/Gget_proc_name.c \
mi/Gget_reg.c mi/Gis_plt_entry.c mi/Gput_dynamic_unwind_info.c \
mi/Gset_cache_size.c mi/Gset_caching_policy.c mi/Gset_fpreg.c \
mi/Gset_iterate_phdr_function.c mi/Gset_reg.c \
mi/Gget_elf_filename.c ppc/Gget_proc_info.c \
ppc/Gget_save_loc.c ppc/Ginit_local.c ppc/Ginit_remote.c \
ppc/Gis_signal_frame.c ppc32/Gapply_reg_state.c \
ppc32/Gcreate_addr_space.c ppc32/Gglobal.c ppc32/Ginit.c \
ppc32/Gregs.c ppc32/Greg_states_iterate.c ppc32/Gresume.c \
ppc32/Gstep.c
am__objects_15 = $(am__objects_2) ppc32/get_func_addr.lo \
ppc32/is_fpreg.lo ppc32/regname.lo
am__objects_16 = ppc/Gget_proc_info.lo ppc/Gget_save_loc.lo \
ppc/Ginit_local.lo ppc/Ginit_remote.lo ppc/Gis_signal_frame.lo
am_libunwind_ppc32_la_OBJECTS = $(am__objects_15) $(am__objects_4) \
$(am__objects_16) ppc32/Gapply_reg_state.lo \
ppc32/Gcreate_addr_space.lo ppc32/Gglobal.lo ppc32/Ginit.lo \
ppc32/Gregs.lo ppc32/Greg_states_iterate.lo ppc32/Gresume.lo \
ppc32/Gstep.lo
libunwind_ppc32_la_OBJECTS = $(am_libunwind_ppc32_la_OBJECTS)
libunwind_ppc32_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(AM_CFLAGS) $(CFLAGS) $(libunwind_ppc32_la_LDFLAGS) \
$(LDFLAGS) -o $@
@ARCH_PPC32_TRUE@am_libunwind_ppc32_la_rpath = -rpath $(libdir)
libunwind_ppc64_la_DEPENDENCIES = libunwind-dwarf-generic.la \
libunwind-elf64.la $(libunwind_libadd)
am__libunwind_ppc64_la_SOURCES_DIST = os-freebsd.c os-hpux.c \
os-linux.c dl-iterate-phdr.c os-qnx.c os-solaris.c mi/init.c \
mi/flush_cache.c mi/mempool.c mi/strerror.c \
ppc64/get_func_addr.c ppc64/is_fpreg.c ppc64/regname.c \
mi/Gaddress_validator.c mi/Gdestroy_addr_space.c \
mi/Gdyn-extract.c mi/Gdyn-remote.c \
mi/Gfind_dynamic_proc_info.c mi/Gget_accessors.c \
mi/Gget_fpreg.c mi/Gget_proc_info_by_ip.c mi/Gget_proc_name.c \
mi/Gget_reg.c mi/Gis_plt_entry.c mi/Gput_dynamic_unwind_info.c \
mi/Gset_cache_size.c mi/Gset_caching_policy.c mi/Gset_fpreg.c \
mi/Gset_iterate_phdr_function.c mi/Gset_reg.c \
mi/Gget_elf_filename.c ppc/Gget_proc_info.c \
ppc/Gget_save_loc.c ppc/Ginit_local.c ppc/Ginit_remote.c \
ppc/Gis_signal_frame.c ppc64/Gapply_reg_state.c \
ppc64/Gcreate_addr_space.c ppc64/Gglobal.c ppc64/Ginit.c \
ppc64/Gregs.c ppc64/Greg_states_iterate.c ppc64/Gresume.c \
ppc64/Gstep.c
am__objects_17 = $(am__objects_2) ppc64/get_func_addr.lo \
ppc64/is_fpreg.lo ppc64/regname.lo
am_libunwind_ppc64_la_OBJECTS = $(am__objects_17) $(am__objects_4) \
$(am__objects_16) ppc64/Gapply_reg_state.lo \
ppc64/Gcreate_addr_space.lo ppc64/Gglobal.lo ppc64/Ginit.lo \
ppc64/Gregs.lo ppc64/Greg_states_iterate.lo ppc64/Gresume.lo \
ppc64/Gstep.lo
libunwind_ppc64_la_OBJECTS = $(am_libunwind_ppc64_la_OBJECTS)
libunwind_ppc64_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(AM_CFLAGS) $(CFLAGS) $(libunwind_ppc64_la_LDFLAGS) \
$(LDFLAGS) -o $@
@ARCH_PPC64_TRUE@am_libunwind_ppc64_la_rpath = -rpath $(libdir)
libunwind_ptrace_la_DEPENDENCIES = libunwind-$(arch).la \
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
am_libunwind_ptrace_la_OBJECTS = mi/init.lo \
ptrace/_UPT_access_fpreg.lo ptrace/_UPT_access_mem.lo \
ptrace/_UPT_accessors.lo ptrace/_UPT_access_reg.lo \
ptrace/_UPT_create.lo ptrace/_UPT_destroy.lo \
ptrace/_UPT_elf.lo ptrace/_UPT_find_proc_info.lo \
ptrace/_UPT_get_dyn_info_list_addr.lo \
ptrace/_UPT_get_proc_name.lo ptrace/_UPT_get_elf_filename.lo \
ptrace/_UPT_put_unwind_info.lo ptrace/_UPT_reg_offset.lo \
ptrace/_UPT_resume.lo ptrace/_UPT_ptrauth_insn_mask.lo
libunwind_ptrace_la_OBJECTS = $(am_libunwind_ptrace_la_OBJECTS)
@BUILD_PTRACE_TRUE@am_libunwind_ptrace_la_rpath = -rpath $(libdir)
libunwind_riscv_la_DEPENDENCIES = libunwind-dwarf-generic.la \
libunwind-elf64.la $(libunwind_libadd)
am__libunwind_riscv_la_SOURCES_DIST = os-freebsd.c os-hpux.c \
os-linux.c dl-iterate-phdr.c os-qnx.c os-solaris.c mi/init.c \
mi/flush_cache.c mi/mempool.c mi/strerror.c riscv/is_fpreg.c \
riscv/regname.c mi/Gaddress_validator.c \
mi/Gdestroy_addr_space.c mi/Gdyn-extract.c mi/Gdyn-remote.c \
mi/Gfind_dynamic_proc_info.c mi/Gget_accessors.c \
mi/Gget_fpreg.c mi/Gget_proc_info_by_ip.c mi/Gget_proc_name.c \
mi/Gget_reg.c mi/Gis_plt_entry.c mi/Gput_dynamic_unwind_info.c \
mi/Gset_cache_size.c mi/Gset_caching_policy.c mi/Gset_fpreg.c \
mi/Gset_iterate_phdr_function.c mi/Gset_reg.c \
mi/Gget_elf_filename.c riscv/Gapply_reg_state.c \
riscv/Gcreate_addr_space.c riscv/Gget_proc_info.c \
riscv/Gget_save_loc.c riscv/Gglobal.c riscv/Ginit.c \
riscv/Ginit_local.c riscv/Ginit_remote.c \
riscv/Gis_signal_frame.c riscv/Gregs.c \
riscv/Greg_states_iterate.c riscv/Gresume.c riscv/Gstep.c
am__objects_18 = $(am__objects_2) riscv/is_fpreg.lo riscv/regname.lo
am_libunwind_riscv_la_OBJECTS = $(am__objects_18) $(am__objects_4) \
riscv/Gapply_reg_state.lo riscv/Gcreate_addr_space.lo \
riscv/Gget_proc_info.lo riscv/Gget_save_loc.lo \
riscv/Gglobal.lo riscv/Ginit.lo riscv/Ginit_local.lo \
riscv/Ginit_remote.lo riscv/Gis_signal_frame.lo riscv/Gregs.lo \
riscv/Greg_states_iterate.lo riscv/Gresume.lo riscv/Gstep.lo
libunwind_riscv_la_OBJECTS = $(am_libunwind_riscv_la_OBJECTS)
libunwind_riscv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(AM_CFLAGS) $(CFLAGS) $(libunwind_riscv_la_LDFLAGS) \
$(LDFLAGS) -o $@
@ARCH_RISCV_TRUE@am_libunwind_riscv_la_rpath = -rpath $(libdir)
libunwind_s390x_la_DEPENDENCIES = libunwind-dwarf-generic.la \
libunwind-elf64.la $(libunwind_libadd)
am__libunwind_s390x_la_SOURCES_DIST = os-freebsd.c os-hpux.c \
os-linux.c dl-iterate-phdr.c os-qnx.c os-solaris.c mi/init.c \
mi/flush_cache.c mi/mempool.c mi/strerror.c s390x/is_fpreg.c \
s390x/regname.c mi/Gaddress_validator.c \
mi/Gdestroy_addr_space.c mi/Gdyn-extract.c mi/Gdyn-remote.c \
mi/Gfind_dynamic_proc_info.c mi/Gget_accessors.c \
mi/Gget_fpreg.c mi/Gget_proc_info_by_ip.c mi/Gget_proc_name.c \
mi/Gget_reg.c mi/Gis_plt_entry.c mi/Gput_dynamic_unwind_info.c \
mi/Gset_cache_size.c mi/Gset_caching_policy.c mi/Gset_fpreg.c \
mi/Gset_iterate_phdr_function.c mi/Gset_reg.c \
mi/Gget_elf_filename.c s390x/Gapply_reg_state.c \
s390x/Gcreate_addr_space.c s390x/Gget_proc_info.c \
s390x/Gget_save_loc.c s390x/Gglobal.c s390x/Ginit.c \
s390x/Ginit_local.c s390x/Ginit_remote.c \
s390x/Gis_signal_frame.c s390x/Gregs.c \
s390x/Greg_states_iterate.c s390x/Gresume.c s390x/Gstep.c
am__objects_19 = $(am__objects_2) s390x/is_fpreg.lo s390x/regname.lo
am_libunwind_s390x_la_OBJECTS = $(am__objects_19) $(am__objects_4) \
s390x/Gapply_reg_state.lo s390x/Gcreate_addr_space.lo \
s390x/Gget_proc_info.lo s390x/Gget_save_loc.lo \
s390x/Gglobal.lo s390x/Ginit.lo s390x/Ginit_local.lo \
s390x/Ginit_remote.lo s390x/Gis_signal_frame.lo s390x/Gregs.lo \
s390x/Greg_states_iterate.lo s390x/Gresume.lo s390x/Gstep.lo
libunwind_s390x_la_OBJECTS = $(am_libunwind_s390x_la_OBJECTS)
libunwind_s390x_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(AM_CFLAGS) $(CFLAGS) $(libunwind_s390x_la_LDFLAGS) \
$(LDFLAGS) -o $@
@ARCH_S390X_TRUE@am_libunwind_s390x_la_rpath = -rpath $(libdir)
libunwind_setjmp_la_DEPENDENCIES = $(libunwind_elf_libs) \
libunwind-$(arch).la $(libunwind_libadd)
am__libunwind_setjmp_la_SOURCES_DIST = mi/init.c setjmp/longjmp.c \
setjmp/siglongjmp.c aarch64/longjmp.S aarch64/siglongjmp.S \
arm/siglongjmp.S hppa/siglongjmp.S ia64/longjmp.S \
ia64/setjmp.S ia64/siglongjmp.S ia64/sigsetjmp.S \
loongarch64/siglongjmp.S mips/siglongjmp.S ppc/longjmp.S \
ppc/siglongjmp.S riscv/siglongjmp.S sh/siglongjmp.S \
x86/longjmp.S x86/siglongjmp.S x86_64/longjmp.S \
x86_64/siglongjmp.S
@ARCH_AARCH64_TRUE@am__objects_20 = aarch64/longjmp.lo \
@ARCH_AARCH64_TRUE@ aarch64/siglongjmp.lo
@ARCH_ARM_TRUE@am__objects_21 = arm/siglongjmp.lo
@ARCH_HPPA_TRUE@am__objects_22 = hppa/siglongjmp.lo
@ARCH_IA64_TRUE@am__objects_23 = ia64/longjmp.lo ia64/setjmp.lo \
@ARCH_IA64_TRUE@ ia64/siglongjmp.lo ia64/sigsetjmp.lo
@ARCH_LOONGARCH64_TRUE@am__objects_24 = loongarch64/siglongjmp.lo
@ARCH_MIPS_TRUE@am__objects_25 = mips/siglongjmp.lo
@ARCH_PPC32_TRUE@am__objects_26 = ppc/longjmp.lo ppc/siglongjmp.lo
@ARCH_PPC64_TRUE@am__objects_27 = ppc/longjmp.lo ppc/siglongjmp.lo
@ARCH_RISCV_TRUE@am__objects_28 = riscv/siglongjmp.lo
@ARCH_SH_TRUE@am__objects_29 = sh/siglongjmp.lo
@ARCH_X86_TRUE@am__objects_30 = x86/longjmp.lo x86/siglongjmp.lo
@ARCH_X86_64_TRUE@am__objects_31 = x86_64/longjmp.lo \
@ARCH_X86_64_TRUE@ x86_64/siglongjmp.lo
am_libunwind_setjmp_la_OBJECTS = mi/init.lo setjmp/longjmp.lo \
setjmp/siglongjmp.lo $(am__objects_20) $(am__objects_21) \
$(am__objects_22) $(am__objects_23) $(am__objects_24) \
$(am__objects_25) $(am__objects_26) $(am__objects_27) \
$(am__objects_28) $(am__objects_29) $(am__objects_30) \
$(am__objects_31)
libunwind_setjmp_la_OBJECTS = $(am_libunwind_setjmp_la_OBJECTS)
libunwind_setjmp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(AM_CFLAGS) $(CFLAGS) $(libunwind_setjmp_la_LDFLAGS) \
$(LDFLAGS) -o $@
@BUILD_SETJMP_TRUE@am_libunwind_setjmp_la_rpath = -rpath $(libdir)
libunwind_sh_la_DEPENDENCIES = libunwind-dwarf-generic.la \
libunwind-elf32.la $(libunwind_libadd)
am__libunwind_sh_la_SOURCES_DIST = os-freebsd.c os-hpux.c os-linux.c \
dl-iterate-phdr.c os-qnx.c os-solaris.c mi/init.c \
mi/flush_cache.c mi/mempool.c mi/strerror.c sh/is_fpreg.c \
sh/regname.c mi/Gaddress_validator.c mi/Gdestroy_addr_space.c \
mi/Gdyn-extract.c mi/Gdyn-remote.c \
mi/Gfind_dynamic_proc_info.c mi/Gget_accessors.c \
mi/Gget_fpreg.c mi/Gget_proc_info_by_ip.c mi/Gget_proc_name.c \
mi/Gget_reg.c mi/Gis_plt_entry.c mi/Gput_dynamic_unwind_info.c \
mi/Gset_cache_size.c mi/Gset_caching_policy.c mi/Gset_fpreg.c \
mi/Gset_iterate_phdr_function.c mi/Gset_reg.c \
mi/Gget_elf_filename.c sh/Gapply_reg_state.c \
sh/Gcreate_addr_space.c sh/Gget_proc_info.c sh/Gget_save_loc.c \
sh/Gglobal.c sh/Ginit.c sh/Ginit_local.c sh/Ginit_remote.c \
sh/Gis_signal_frame.c sh/Gregs.c sh/Greg_states_iterate.c \
sh/Gresume.c sh/Gstep.c
am__objects_32 = $(am__objects_2) sh/is_fpreg.lo sh/regname.lo
am_libunwind_sh_la_OBJECTS = $(am__objects_32) $(am__objects_4) \
sh/Gapply_reg_state.lo sh/Gcreate_addr_space.lo \
sh/Gget_proc_info.lo sh/Gget_save_loc.lo sh/Gglobal.lo \
sh/Ginit.lo sh/Ginit_local.lo sh/Ginit_remote.lo \
sh/Gis_signal_frame.lo sh/Gregs.lo sh/Greg_states_iterate.lo \
sh/Gresume.lo sh/Gstep.lo
libunwind_sh_la_OBJECTS = $(am_libunwind_sh_la_OBJECTS)
libunwind_sh_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(AM_CFLAGS) $(CFLAGS) $(libunwind_sh_la_LDFLAGS) $(LDFLAGS) \
-o $@
@ARCH_SH_TRUE@am_libunwind_sh_la_rpath = -rpath $(libdir)
libunwind_x86_la_DEPENDENCIES = libunwind-dwarf-generic.la \
libunwind-elf32.la $(libunwind_libadd)
am__libunwind_x86_la_SOURCES_DIST = os-freebsd.c os-hpux.c os-linux.c \
dl-iterate-phdr.c os-qnx.c os-solaris.c mi/init.c \
mi/flush_cache.c mi/mempool.c mi/strerror.c x86/is_fpreg.c \
x86/regname.c x86/Gos-freebsd.c x86/Gos-linux.c \
mi/Gaddress_validator.c mi/Gdestroy_addr_space.c \
mi/Gdyn-extract.c mi/Gdyn-remote.c \
mi/Gfind_dynamic_proc_info.c mi/Gget_accessors.c \
mi/Gget_fpreg.c mi/Gget_proc_info_by_ip.c mi/Gget_proc_name.c \
mi/Gget_reg.c mi/Gis_plt_entry.c mi/Gput_dynamic_unwind_info.c \
mi/Gset_cache_size.c mi/Gset_caching_policy.c mi/Gset_fpreg.c \
mi/Gset_iterate_phdr_function.c mi/Gset_reg.c \
mi/Gget_elf_filename.c x86/Gapply_reg_state.c \
x86/Gcreate_addr_space.c x86/Gget_proc_info.c \
x86/Gget_save_loc.c x86/Gglobal.c x86/Ginit.c \
x86/Ginit_local.c x86/Ginit_remote.c x86/Gregs.c \
x86/Greg_states_iterate.c x86/Gresume.c x86/Gstep.c
am__objects_33 = $(am__objects_2) x86/is_fpreg.lo x86/regname.lo
@OS_FREEBSD_FALSE@@OS_LINUX_TRUE@am__objects_34 = x86/Gos-linux.lo
@OS_FREEBSD_TRUE@am__objects_34 = x86/Gos-freebsd.lo
am_libunwind_x86_la_OBJECTS = $(am__objects_33) $(am__objects_34) \
$(am__objects_4) x86/Gapply_reg_state.lo \
x86/Gcreate_addr_space.lo x86/Gget_proc_info.lo \
x86/Gget_save_loc.lo x86/Gglobal.lo x86/Ginit.lo \
x86/Ginit_local.lo x86/Ginit_remote.lo x86/Gregs.lo \
x86/Greg_states_iterate.lo x86/Gresume.lo x86/Gstep.lo
libunwind_x86_la_OBJECTS = $(am_libunwind_x86_la_OBJECTS)
libunwind_x86_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(AM_CFLAGS) $(CFLAGS) $(libunwind_x86_la_LDFLAGS) $(LDFLAGS) \
-o $@
@ARCH_X86_TRUE@am_libunwind_x86_la_rpath = -rpath $(libdir)
libunwind_x86_64_la_DEPENDENCIES = libunwind-dwarf-generic.la \
libunwind-elf64.la $(libunwind_libadd)
am__libunwind_x86_64_la_SOURCES_DIST = os-freebsd.c os-hpux.c \
os-linux.c dl-iterate-phdr.c os-qnx.c os-solaris.c mi/init.c \
mi/flush_cache.c mi/mempool.c mi/strerror.c x86_64/is_fpreg.c \
x86_64/regname.c x86_64/Gos-freebsd.c x86_64/Gos-linux.c \
x86_64/Gos-qnx.c x86_64/Gos-solaris.c mi/Gaddress_validator.c \
mi/Gdestroy_addr_space.c mi/Gdyn-extract.c mi/Gdyn-remote.c \
mi/Gfind_dynamic_proc_info.c mi/Gget_accessors.c \
mi/Gget_fpreg.c mi/Gget_proc_info_by_ip.c mi/Gget_proc_name.c \
mi/Gget_reg.c mi/Gis_plt_entry.c mi/Gput_dynamic_unwind_info.c \
mi/Gset_cache_size.c mi/Gset_caching_policy.c mi/Gset_fpreg.c \
mi/Gset_iterate_phdr_function.c mi/Gset_reg.c \
mi/Gget_elf_filename.c x86_64/Gapply_reg_state.c \
x86_64/Gcreate_addr_space.c x86_64/Gget_proc_info.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/Gregs.c \
x86_64/Greg_states_iterate.c x86_64/Gresume.c \
x86_64/Gstash_frame.c x86_64/Gstep.c x86_64/Gtrace.c
am__objects_35 = $(am__objects_2) x86_64/is_fpreg.lo x86_64/regname.lo
@OS_FREEBSD_FALSE@@OS_LINUX_FALSE@@OS_QNX_FALSE@@OS_SOLARIS_TRUE@am__objects_36 = x86_64/Gos-solaris.lo
@OS_FREEBSD_FALSE@@OS_LINUX_FALSE@@OS_QNX_TRUE@am__objects_36 = x86_64/Gos-qnx.lo
@OS_FREEBSD_FALSE@@OS_LINUX_TRUE@am__objects_36 = x86_64/Gos-linux.lo
@OS_FREEBSD_TRUE@am__objects_36 = x86_64/Gos-freebsd.lo
am_libunwind_x86_64_la_OBJECTS = $(am__objects_35) $(am__objects_36) \
$(am__objects_4) x86_64/Gapply_reg_state.lo \
x86_64/Gcreate_addr_space.lo x86_64/Gget_proc_info.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/Gregs.lo \
x86_64/Greg_states_iterate.lo x86_64/Gresume.lo \
x86_64/Gstash_frame.lo x86_64/Gstep.lo x86_64/Gtrace.lo
libunwind_x86_64_la_OBJECTS = $(am_libunwind_x86_64_la_OBJECTS)
libunwind_x86_64_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
$(AM_CFLAGS) $(CFLAGS) $(libunwind_x86_64_la_LDFLAGS) \
$(LDFLAGS) -o $@
@ARCH_X86_64_TRUE@am_libunwind_x86_64_la_rpath = -rpath $(libdir)
libunwind_la_DEPENDENCIES = $(am__append_26) $(libunwind_elf_libs) \
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
$(am__DEPENDENCIES_1)
am__libunwind_la_SOURCES_DIST = os-freebsd.c os-hpux.c os-linux.c \
dl-iterate-phdr.c os-qnx.c os-solaris.c mi/init.c \
mi/flush_cache.c mi/mempool.c mi/strerror.c aarch64/is_fpreg.c \
aarch64/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/Laddress_validator.c mi/Ldestroy_addr_space.c \
mi/Ldyn-extract.c mi/Lfind_dynamic_proc_info.c \
mi/Lget_accessors.c mi/Lget_fpreg.c mi/Lset_fpreg.c \
mi/Lget_proc_info_by_ip.c mi/Lget_proc_name.c mi/Lget_reg.c \
mi/Lis_plt_entry.c mi/Lput_dynamic_unwind_info.c \
mi/Lset_cache_size.c mi/Lset_caching_policy.c \
mi/Lset_iterate_phdr_function.c mi/Lset_reg.c \
mi/Lget_elf_filename.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/GetIPInfo.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 \
aarch64/Los-freebsd.c aarch64/setcontext.S aarch64/Los-linux.c \
aarch64/Los-qnx.c aarch64/getcontext.S \
aarch64/Lapply_reg_state.c aarch64/Lcreate_addr_space.c \
aarch64/Lget_proc_info.c aarch64/Lget_save_loc.c \
aarch64/Lget_cursor_snapshot.c aarch64/Lglobal.c \
aarch64/Linit.c aarch64/Linit_local.c aarch64/Linit_remote.c \
aarch64/Lis_signal_frame.c aarch64/Lregs.c \
aarch64/Lreg_states_iterate.c aarch64/Lresume.c \
aarch64/Lstash_frame.c aarch64/Lstep.c aarch64/Ltrace.c \
aarch64/Lstrip_ptrauth_insn_mask.c arm/is_fpreg.c \
arm/regname.c arm/Los-freebsd.c arm/Los-linux.c \
arm/Los-other.c arm/getcontext.S arm/Lapply_reg_state.c \
arm/Lcreate_addr_space.c arm/Lex_tables.c arm/Lget_proc_info.c \
arm/Lget_save_loc.c arm/Lglobal.c arm/Linit.c \
arm/Linit_local.c arm/Linit_remote.c arm/Lregs.c \
arm/Lreg_states_iterate.c arm/Lresume.c arm/Lstash_frame.c \
arm/Lstep.c arm/Ltrace.c hppa/regname.c hppa/getcontext.S \
hppa/Lapply_reg_state.c hppa/Lcreate_addr_space.c \
hppa/Lget_proc_info.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/Lregs.c \
hppa/Lreg_states_iterate.c hppa/Lresume.c hppa/Lstep.c \
hppa/setcontext.S ia64/regname.c ia64/dyn_info_list.S \
ia64/getcontext.S ia64/Lapply_reg_state.c \
ia64/Lcreate_addr_space.c ia64/Lfind_unwind_table.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/Lreg_states_iterate.c \
ia64/Lresume.c ia64/Lscript.c ia64/Lstep.c ia64/Ltables.c \
loongarch64/is_fpreg.c loongarch64/regname.c \
loongarch64/getcontext.S loongarch64/Lapply_reg_state.c \
loongarch64/Lcreate_addr_space.c loongarch64/Lget_proc_info.c \
loongarch64/Lget_save_loc.c loongarch64/Lglobal.c \
loongarch64/Linit.c loongarch64/Linit_local.c \
loongarch64/Linit_remote.c loongarch64/Lis_signal_frame.c \
loongarch64/Lregs.c loongarch64/Lreg_states_iterate.c \
loongarch64/Lresume.c loongarch64/Lstep.c mips/is_fpreg.c \
mips/regname.c mips/getcontext.S mips/Lapply_reg_state.c \
mips/Lcreate_addr_space.c mips/Lget_proc_info.c \
mips/Lget_save_loc.c mips/Lglobal.c mips/Linit.c \
mips/Linit_local.c mips/Linit_remote.c mips/Lis_signal_frame.c \
mips/Lregs.c mips/Lreg_states_iterate.c mips/Lresume.c \
mips/Lstep.c ppc32/get_func_addr.c ppc32/is_fpreg.c \
ppc32/regname.c ppc/Lget_proc_info.c ppc/Lget_save_loc.c \
ppc/Linit_local.c ppc/Linit_remote.c ppc/Lis_signal_frame.c \
ppc32/Lapply_reg_state.c ppc32/Lcreate_addr_space.c \
ppc32/Lglobal.c ppc32/Linit.c ppc32/Lregs.c \
ppc32/Lreg_states_iterate.c ppc32/Lresume.c ppc32/Lstep.c \
ppc64/get_func_addr.c ppc64/is_fpreg.c ppc64/regname.c \
ppc64/Lapply_reg_state.c ppc64/Lcreate_addr_space.c \
ppc64/Lglobal.c ppc64/Linit.c ppc64/Lregs.c \
ppc64/Lreg_states_iterate.c ppc64/Lresume.c ppc64/Lstep.c \
riscv/is_fpreg.c riscv/regname.c riscv/getcontext.S \
riscv/Lapply_reg_state.c riscv/Lcreate_addr_space.c \
riscv/Lget_proc_info.c riscv/Lget_save_loc.c riscv/Lglobal.c \
riscv/Linit.c riscv/Linit_local.c riscv/Linit_remote.c \
riscv/Lis_signal_frame.c riscv/Lregs.c \
riscv/Lreg_states_iterate.c riscv/Lresume.c riscv/Lstep.c \
riscv/setcontext.S s390x/is_fpreg.c s390x/regname.c \
s390x/getcontext.S s390x/Lapply_reg_state.c \
s390x/Lcreate_addr_space.c s390x/Lget_proc_info.c \
s390x/Lget_save_loc.c s390x/Lglobal.c s390x/Linit.c \
s390x/Linit_local.c s390x/Linit_remote.c \
s390x/Lis_signal_frame.c s390x/Lregs.c \
s390x/Lreg_states_iterate.c s390x/Lresume.c s390x/Lstep.c \
s390x/setcontext.S sh/is_fpreg.c sh/regname.c \
sh/Lapply_reg_state.c sh/Lcreate_addr_space.c \
sh/Lget_proc_info.c sh/Lget_save_loc.c sh/Lglobal.c sh/Linit.c \
sh/Linit_local.c sh/Linit_remote.c sh/Lis_signal_frame.c \
sh/Lregs.c sh/Lreg_states_iterate.c sh/Lresume.c sh/Lstep.c \
x86_64/is_fpreg.c x86_64/regname.c x86_64/Los-freebsd.c \
x86_64/Los-linux.c x86_64/Los-qnx.c x86_64/Los-solaris.c \
x86_64/getcontext.S x86_64/Lapply_reg_state.c \
x86_64/Lcreate_addr_space.c x86_64/Lget_proc_info.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/Lregs.c \
x86_64/Lreg_states_iterate.c x86_64/Lresume.c \
x86_64/Lstash_frame.c x86_64/Lstep.c x86_64/Ltrace.c \
x86_64/setcontext.S x86/is_fpreg.c x86/regname.c \
x86/Los-freebsd.c x86/getcontext-freebsd.S x86/Los-linux.c \
x86/getcontext-linux.S x86/Lapply_reg_state.c \
x86/Lcreate_addr_space.c x86/Lget_proc_info.c \
x86/Lget_save_loc.c x86/Lglobal.c x86/Linit.c \
x86/Linit_local.c x86/Linit_remote.c x86/Lregs.c \
x86/Lreg_states_iterate.c x86/Lresume.c x86/Lstep.c
@SUPPORT_CXX_EXCEPTIONS_TRUE@am__objects_37 = mi/_ReadULEB.lo \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ mi/_ReadSLEB.lo
@OS_LINUX_TRUE@am__objects_38 = $(am__objects_37)
am__objects_39 = $(am__objects_38) mi/backtrace.lo mi/dyn-cancel.lo \
mi/dyn-info-list.lo mi/dyn-register.lo \
mi/Laddress_validator.lo mi/Ldestroy_addr_space.lo \
mi/Ldyn-extract.lo mi/Lfind_dynamic_proc_info.lo \
mi/Lget_accessors.lo mi/Lget_fpreg.lo mi/Lset_fpreg.lo \
mi/Lget_proc_info_by_ip.lo mi/Lget_proc_name.lo mi/Lget_reg.lo \
mi/Lis_plt_entry.lo mi/Lput_dynamic_unwind_info.lo \
mi/Lset_cache_size.lo mi/Lset_caching_policy.lo \
mi/Lset_iterate_phdr_function.lo mi/Lset_reg.lo \
mi/Lget_elf_filename.lo
@SUPPORT_CXX_EXCEPTIONS_TRUE@am__objects_40 = unwind/Backtrace.lo \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/DeleteException.lo \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/FindEnclosingFunction.lo \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/ForcedUnwind.lo \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/GetBSP.lo unwind/GetCFA.lo \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/GetDataRelBase.lo \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/GetGR.lo unwind/GetIP.lo \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/GetIPInfo.lo \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/GetLanguageSpecificData.lo \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/GetRegionStart.lo \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/GetTextRelBase.lo \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/RaiseException.lo \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/Resume.lo \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/Resume_or_Rethrow.lo \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/SetGR.lo unwind/SetIP.lo
am__objects_41 = $(am__objects_39) $(am__objects_40)
@OS_FREEBSD_FALSE@@OS_LINUX_FALSE@@OS_QNX_TRUE@am__objects_42 = aarch64/Los-qnx.lo
@OS_FREEBSD_FALSE@@OS_LINUX_TRUE@am__objects_42 = \
@OS_FREEBSD_FALSE@@OS_LINUX_TRUE@ aarch64/Los-linux.lo
@OS_FREEBSD_TRUE@am__objects_42 = aarch64/Los-freebsd.lo \
@OS_FREEBSD_TRUE@ aarch64/setcontext.lo
@OS_FREEBSD_FALSE@@OS_LINUX_FALSE@@OS_QNX_TRUE@am__objects_43 = arm/Los-other.lo
@OS_FREEBSD_FALSE@@OS_LINUX_TRUE@am__objects_43 = arm/Los-linux.lo
@OS_FREEBSD_TRUE@am__objects_43 = arm/Los-freebsd.lo
am__objects_44 = ppc/Lget_proc_info.lo ppc/Lget_save_loc.lo \
ppc/Linit_local.lo ppc/Linit_remote.lo ppc/Lis_signal_frame.lo
@OS_FREEBSD_FALSE@@OS_LINUX_FALSE@@OS_QNX_FALSE@@OS_SOLARIS_TRUE@am__objects_45 = x86_64/Los-solaris.lo
@OS_FREEBSD_FALSE@@OS_LINUX_FALSE@@OS_QNX_TRUE@am__objects_45 = x86_64/Los-qnx.lo
@OS_FREEBSD_FALSE@@OS_LINUX_TRUE@am__objects_45 = x86_64/Los-linux.lo
@OS_FREEBSD_TRUE@am__objects_45 = x86_64/Los-freebsd.lo
@OS_FREEBSD_FALSE@@OS_LINUX_TRUE@am__objects_46 = x86/Los-linux.lo \
@OS_FREEBSD_FALSE@@OS_LINUX_TRUE@ x86/getcontext-linux.lo
@OS_FREEBSD_TRUE@am__objects_46 = x86/Los-freebsd.lo \
@OS_FREEBSD_TRUE@ x86/getcontext-freebsd.lo
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_FALSE@@ARCH_X86_TRUE@am_libunwind_la_OBJECTS = $(am__objects_33) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_FALSE@@ARCH_X86_TRUE@ $(am__objects_46) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_FALSE@@ARCH_X86_TRUE@ $(am__objects_41) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_FALSE@@ARCH_X86_TRUE@ x86/Lapply_reg_state.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_FALSE@@ARCH_X86_TRUE@ x86/Lcreate_addr_space.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_FALSE@@ARCH_X86_TRUE@ x86/Lget_proc_info.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_FALSE@@ARCH_X86_TRUE@ x86/Lget_save_loc.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_FALSE@@ARCH_X86_TRUE@ x86/Lglobal.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_FALSE@@ARCH_X86_TRUE@ x86/Linit.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_FALSE@@ARCH_X86_TRUE@ x86/Linit_local.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_FALSE@@ARCH_X86_TRUE@ x86/Linit_remote.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_FALSE@@ARCH_X86_TRUE@ x86/Lregs.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_FALSE@@ARCH_X86_TRUE@ x86/Lreg_states_iterate.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_FALSE@@ARCH_X86_TRUE@ x86/Lresume.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_FALSE@@ARCH_X86_TRUE@ x86/Lstep.lo
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_TRUE@am_libunwind_la_OBJECTS = $(am__objects_35) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_TRUE@ $(am__objects_45) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_TRUE@ $(am__objects_41) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_TRUE@ x86_64/getcontext.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_TRUE@ x86_64/Lapply_reg_state.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_TRUE@ x86_64/Lcreate_addr_space.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_TRUE@ x86_64/Lget_proc_info.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_TRUE@ x86_64/Lget_save_loc.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_TRUE@ x86_64/Lglobal.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_TRUE@ x86_64/Linit.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_TRUE@ x86_64/Linit_local.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_TRUE@ x86_64/Linit_remote.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_TRUE@ x86_64/Lregs.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_TRUE@ x86_64/Lreg_states_iterate.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_TRUE@ x86_64/Lresume.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_TRUE@ x86_64/Lstash_frame.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_TRUE@ x86_64/Lstep.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_TRUE@ x86_64/Ltrace.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_FALSE@@ARCH_X86_64_TRUE@ x86_64/setcontext.lo
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_TRUE@am_libunwind_la_OBJECTS = $(am__objects_32) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_TRUE@ $(am__objects_41) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_TRUE@ sh/Lapply_reg_state.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_TRUE@ sh/Lcreate_addr_space.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_TRUE@ sh/Lget_proc_info.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_TRUE@ sh/Lget_save_loc.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_TRUE@ sh/Lglobal.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_TRUE@ sh/Linit.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_TRUE@ sh/Linit_local.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_TRUE@ sh/Linit_remote.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_TRUE@ sh/Lis_signal_frame.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_TRUE@ sh/Lregs.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_TRUE@ sh/Lreg_states_iterate.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_TRUE@ sh/Lresume.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_FALSE@@ARCH_SH_TRUE@ sh/Lstep.lo
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_TRUE@am_libunwind_la_OBJECTS = $(am__objects_19) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_TRUE@ $(am__objects_41) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_TRUE@ s390x/getcontext.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_TRUE@ s390x/Lapply_reg_state.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_TRUE@ s390x/Lcreate_addr_space.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_TRUE@ s390x/Lget_proc_info.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_TRUE@ s390x/Lget_save_loc.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_TRUE@ s390x/Lglobal.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_TRUE@ s390x/Linit.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_TRUE@ s390x/Linit_local.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_TRUE@ s390x/Linit_remote.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_TRUE@ s390x/Lis_signal_frame.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_TRUE@ s390x/Lregs.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_TRUE@ s390x/Lreg_states_iterate.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_TRUE@ s390x/Lresume.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_TRUE@ s390x/Lstep.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_FALSE@@ARCH_S390X_TRUE@ s390x/setcontext.lo
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_TRUE@am_libunwind_la_OBJECTS = $(am__objects_18) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_TRUE@ $(am__objects_41) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_TRUE@ riscv/getcontext.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_TRUE@ riscv/Lapply_reg_state.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_TRUE@ riscv/Lcreate_addr_space.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_TRUE@ riscv/Lget_proc_info.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_TRUE@ riscv/Lget_save_loc.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_TRUE@ riscv/Lglobal.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_TRUE@ riscv/Linit.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_TRUE@ riscv/Linit_local.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_TRUE@ riscv/Linit_remote.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_TRUE@ riscv/Lis_signal_frame.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_TRUE@ riscv/Lregs.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_TRUE@ riscv/Lreg_states_iterate.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_TRUE@ riscv/Lresume.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_TRUE@ riscv/Lstep.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_FALSE@@ARCH_RISCV_TRUE@ riscv/setcontext.lo
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_TRUE@am_libunwind_la_OBJECTS = $(am__objects_17) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_TRUE@ $(am__objects_41) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_TRUE@ $(am__objects_44) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_TRUE@ ppc64/Lapply_reg_state.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_TRUE@ ppc64/Lcreate_addr_space.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_TRUE@ ppc64/Lglobal.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_TRUE@ ppc64/Linit.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_TRUE@ ppc64/Lregs.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_TRUE@ ppc64/Lreg_states_iterate.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_TRUE@ ppc64/Lresume.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_FALSE@@ARCH_PPC64_TRUE@ ppc64/Lstep.lo
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_TRUE@am_libunwind_la_OBJECTS = $(am__objects_15) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_TRUE@ $(am__objects_41) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_TRUE@ $(am__objects_44) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_TRUE@ ppc32/Lapply_reg_state.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_TRUE@ ppc32/Lcreate_addr_space.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_TRUE@ ppc32/Lglobal.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_TRUE@ ppc32/Linit.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_TRUE@ ppc32/Lregs.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_TRUE@ ppc32/Lreg_states_iterate.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_TRUE@ ppc32/Lresume.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_FALSE@@ARCH_PPC32_TRUE@ ppc32/Lstep.lo
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_TRUE@am_libunwind_la_OBJECTS = $(am__objects_14) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_TRUE@ $(am__objects_41) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_TRUE@ mips/getcontext.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_TRUE@ mips/Lapply_reg_state.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_TRUE@ mips/Lcreate_addr_space.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_TRUE@ mips/Lget_proc_info.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_TRUE@ mips/Lget_save_loc.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_TRUE@ mips/Lglobal.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_TRUE@ mips/Linit.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_TRUE@ mips/Linit_local.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_TRUE@ mips/Linit_remote.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_TRUE@ mips/Lis_signal_frame.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_TRUE@ mips/Lregs.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_TRUE@ mips/Lreg_states_iterate.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_TRUE@ mips/Lresume.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_FALSE@@ARCH_MIPS_TRUE@ mips/Lstep.lo
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_TRUE@am_libunwind_la_OBJECTS = $(am__objects_13) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_TRUE@ $(am__objects_41) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_TRUE@ loongarch64/getcontext.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_TRUE@ loongarch64/Lapply_reg_state.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_TRUE@ loongarch64/Lcreate_addr_space.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_TRUE@ loongarch64/Lget_proc_info.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_TRUE@ loongarch64/Lget_save_loc.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_TRUE@ loongarch64/Lglobal.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_TRUE@ loongarch64/Linit.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_TRUE@ loongarch64/Linit_local.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_TRUE@ loongarch64/Linit_remote.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_TRUE@ loongarch64/Lis_signal_frame.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_TRUE@ loongarch64/Lregs.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_TRUE@ loongarch64/Lreg_states_iterate.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_TRUE@ loongarch64/Lresume.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_LOONGARCH64_TRUE@ loongarch64/Lstep.lo
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_TRUE@am_libunwind_la_OBJECTS = $(am__objects_12) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_TRUE@ $(am__objects_41) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_TRUE@ ia64/dyn_info_list.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_TRUE@ ia64/getcontext.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_TRUE@ ia64/Lapply_reg_state.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_TRUE@ ia64/Lcreate_addr_space.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_TRUE@ ia64/Lfind_unwind_table.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_TRUE@ ia64/Lget_proc_info.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_TRUE@ ia64/Lget_save_loc.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_TRUE@ ia64/Lglobal.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_TRUE@ ia64/Linit.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_TRUE@ ia64/Linit_local.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_TRUE@ ia64/Linit_remote.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_TRUE@ ia64/Linstall_cursor.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_TRUE@ ia64/Lis_signal_frame.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_TRUE@ ia64/Lparser.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_TRUE@ ia64/Lrbs.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_TRUE@ ia64/Lregs.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_TRUE@ ia64/Lreg_states_iterate.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_TRUE@ ia64/Lresume.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_TRUE@ ia64/Lscript.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_TRUE@ ia64/Lstep.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_FALSE@@ARCH_IA64_TRUE@ ia64/Ltables.lo
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_TRUE@am_libunwind_la_OBJECTS = $(am__objects_11) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_TRUE@ $(am__objects_41) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_TRUE@ hppa/getcontext.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_TRUE@ hppa/Lapply_reg_state.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_TRUE@ hppa/Lcreate_addr_space.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_TRUE@ hppa/Lget_proc_info.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_TRUE@ hppa/Lget_save_loc.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_TRUE@ hppa/Lglobal.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_TRUE@ hppa/Linit.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_TRUE@ hppa/Linit_local.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_TRUE@ hppa/Linit_remote.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_TRUE@ hppa/Lis_signal_frame.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_TRUE@ hppa/Lregs.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_TRUE@ hppa/Lreg_states_iterate.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_TRUE@ hppa/Lresume.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_TRUE@ hppa/Lstep.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_FALSE@@ARCH_HPPA_TRUE@ hppa/setcontext.lo
@ARCH_AARCH64_FALSE@@ARCH_ARM_TRUE@am_libunwind_la_OBJECTS = \
@ARCH_AARCH64_FALSE@@ARCH_ARM_TRUE@ $(am__objects_6) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_TRUE@ $(am__objects_43) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_TRUE@ $(am__objects_41) \
@ARCH_AARCH64_FALSE@@ARCH_ARM_TRUE@ arm/getcontext.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_TRUE@ arm/Lapply_reg_state.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_TRUE@ arm/Lcreate_addr_space.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_TRUE@ arm/Lex_tables.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_TRUE@ arm/Lget_proc_info.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_TRUE@ arm/Lget_save_loc.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_TRUE@ arm/Lglobal.lo arm/Linit.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_TRUE@ arm/Linit_local.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_TRUE@ arm/Linit_remote.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_TRUE@ arm/Lregs.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_TRUE@ arm/Lreg_states_iterate.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_TRUE@ arm/Lresume.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_TRUE@ arm/Lstash_frame.lo \
@ARCH_AARCH64_FALSE@@ARCH_ARM_TRUE@ arm/Lstep.lo arm/Ltrace.lo
@ARCH_AARCH64_TRUE@am_libunwind_la_OBJECTS = $(am__objects_3) \
@ARCH_AARCH64_TRUE@ $(am__objects_41) $(am__objects_42) \
@ARCH_AARCH64_TRUE@ aarch64/getcontext.lo \
@ARCH_AARCH64_TRUE@ aarch64/Lapply_reg_state.lo \
@ARCH_AARCH64_TRUE@ aarch64/Lcreate_addr_space.lo \
@ARCH_AARCH64_TRUE@ aarch64/Lget_proc_info.lo \
@ARCH_AARCH64_TRUE@ aarch64/Lget_save_loc.lo \
@ARCH_AARCH64_TRUE@ aarch64/Lget_cursor_snapshot.lo \
@ARCH_AARCH64_TRUE@ aarch64/Lglobal.lo aarch64/Linit.lo \
@ARCH_AARCH64_TRUE@ aarch64/Linit_local.lo \
@ARCH_AARCH64_TRUE@ aarch64/Linit_remote.lo \
@ARCH_AARCH64_TRUE@ aarch64/Lis_signal_frame.lo \
@ARCH_AARCH64_TRUE@ aarch64/Lregs.lo \
@ARCH_AARCH64_TRUE@ aarch64/Lreg_states_iterate.lo \
@ARCH_AARCH64_TRUE@ aarch64/Lresume.lo aarch64/Lstash_frame.lo \
@ARCH_AARCH64_TRUE@ aarch64/Lstep.lo aarch64/Ltrace.lo \
@ARCH_AARCH64_TRUE@ aarch64/Lstrip_ptrauth_insn_mask.lo
libunwind_la_OBJECTS = $(am_libunwind_la_OBJECTS)
libunwind_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
$(libunwind_la_LDFLAGS) $(LDFLAGS) -o $@
@REMOTE_ONLY_FALSE@am_libunwind_la_rpath = -rpath $(libdir)
AM_V_P = $(am__v_P_@AM_V@)
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
am__v_P_0 = false
am__v_P_1 = :
AM_V_GEN = $(am__v_GEN_@AM_V@)
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
am__v_GEN_0 = @echo " GEN " $@;
am__v_GEN_1 =
AM_V_at = $(am__v_at_@AM_V@)
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
am__v_at_0 = @
am__v_at_1 =
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
am__maybe_remake_depfiles = depfiles
am__depfiles_remade = ./$(DEPDIR)/dl-iterate-phdr.Plo \
./$(DEPDIR)/elf32.Plo ./$(DEPDIR)/elf64.Plo \
./$(DEPDIR)/elfxx.Plo ./$(DEPDIR)/os-freebsd.Plo \
./$(DEPDIR)/os-hpux.Plo ./$(DEPDIR)/os-linux.Plo \
./$(DEPDIR)/os-qnx.Plo ./$(DEPDIR)/os-solaris.Plo \
aarch64/$(DEPDIR)/Gapply_reg_state.Plo \
aarch64/$(DEPDIR)/Gcreate_addr_space.Plo \
aarch64/$(DEPDIR)/Gget_cursor_snapshot.Plo \
aarch64/$(DEPDIR)/Gget_proc_info.Plo \
aarch64/$(DEPDIR)/Gget_save_loc.Plo \
aarch64/$(DEPDIR)/Gglobal.Plo aarch64/$(DEPDIR)/Ginit.Plo \
aarch64/$(DEPDIR)/Ginit_local.Plo \
aarch64/$(DEPDIR)/Ginit_remote.Plo \
aarch64/$(DEPDIR)/Gis_signal_frame.Plo \
aarch64/$(DEPDIR)/Gos-freebsd.Plo \
aarch64/$(DEPDIR)/Gos-linux.Plo aarch64/$(DEPDIR)/Gos-qnx.Plo \
aarch64/$(DEPDIR)/Greg_states_iterate.Plo \
aarch64/$(DEPDIR)/Gregs.Plo aarch64/$(DEPDIR)/Gresume.Plo \
aarch64/$(DEPDIR)/Gstash_frame.Plo aarch64/$(DEPDIR)/Gstep.Plo \
aarch64/$(DEPDIR)/Gstrip_ptrauth_insn_mask.Plo \
aarch64/$(DEPDIR)/Gtrace.Plo \
aarch64/$(DEPDIR)/Lapply_reg_state.Plo \
aarch64/$(DEPDIR)/Lcreate_addr_space.Plo \
aarch64/$(DEPDIR)/Lget_cursor_snapshot.Plo \
aarch64/$(DEPDIR)/Lget_proc_info.Plo \
aarch64/$(DEPDIR)/Lget_save_loc.Plo \
aarch64/$(DEPDIR)/Lglobal.Plo aarch64/$(DEPDIR)/Linit.Plo \
aarch64/$(DEPDIR)/Linit_local.Plo \
aarch64/$(DEPDIR)/Linit_remote.Plo \
aarch64/$(DEPDIR)/Lis_signal_frame.Plo \
aarch64/$(DEPDIR)/Los-freebsd.Plo \
aarch64/$(DEPDIR)/Los-linux.Plo aarch64/$(DEPDIR)/Los-qnx.Plo \
aarch64/$(DEPDIR)/Lreg_states_iterate.Plo \
aarch64/$(DEPDIR)/Lregs.Plo aarch64/$(DEPDIR)/Lresume.Plo \
aarch64/$(DEPDIR)/Lstash_frame.Plo aarch64/$(DEPDIR)/Lstep.Plo \
aarch64/$(DEPDIR)/Lstrip_ptrauth_insn_mask.Plo \
aarch64/$(DEPDIR)/Ltrace.Plo aarch64/$(DEPDIR)/getcontext.Plo \
aarch64/$(DEPDIR)/is_fpreg.Plo aarch64/$(DEPDIR)/longjmp.Plo \
aarch64/$(DEPDIR)/regname.Plo aarch64/$(DEPDIR)/setcontext.Plo \
aarch64/$(DEPDIR)/siglongjmp.Plo \
arm/$(DEPDIR)/Gapply_reg_state.Plo \
arm/$(DEPDIR)/Gcreate_addr_space.Plo \
arm/$(DEPDIR)/Gex_tables.Plo arm/$(DEPDIR)/Gget_proc_info.Plo \
arm/$(DEPDIR)/Gget_save_loc.Plo arm/$(DEPDIR)/Gglobal.Plo \
arm/$(DEPDIR)/Ginit.Plo arm/$(DEPDIR)/Ginit_local.Plo \
arm/$(DEPDIR)/Ginit_remote.Plo arm/$(DEPDIR)/Gos-freebsd.Plo \
arm/$(DEPDIR)/Gos-linux.Plo arm/$(DEPDIR)/Gos-other.Plo \
arm/$(DEPDIR)/Greg_states_iterate.Plo arm/$(DEPDIR)/Gregs.Plo \
arm/$(DEPDIR)/Gresume.Plo arm/$(DEPDIR)/Gstash_frame.Plo \
arm/$(DEPDIR)/Gstep.Plo arm/$(DEPDIR)/Gtrace.Plo \
arm/$(DEPDIR)/Lapply_reg_state.Plo \
arm/$(DEPDIR)/Lcreate_addr_space.Plo \
arm/$(DEPDIR)/Lex_tables.Plo arm/$(DEPDIR)/Lget_proc_info.Plo \
arm/$(DEPDIR)/Lget_save_loc.Plo arm/$(DEPDIR)/Lglobal.Plo \
arm/$(DEPDIR)/Linit.Plo arm/$(DEPDIR)/Linit_local.Plo \
arm/$(DEPDIR)/Linit_remote.Plo arm/$(DEPDIR)/Los-freebsd.Plo \
arm/$(DEPDIR)/Los-linux.Plo arm/$(DEPDIR)/Los-other.Plo \
arm/$(DEPDIR)/Lreg_states_iterate.Plo arm/$(DEPDIR)/Lregs.Plo \
arm/$(DEPDIR)/Lresume.Plo arm/$(DEPDIR)/Lstash_frame.Plo \
arm/$(DEPDIR)/Lstep.Plo arm/$(DEPDIR)/Ltrace.Plo \
arm/$(DEPDIR)/getcontext.Plo arm/$(DEPDIR)/is_fpreg.Plo \
arm/$(DEPDIR)/regname.Plo arm/$(DEPDIR)/siglongjmp.Plo \
coredump/$(DEPDIR)/_UCD_access_mem.Plo \
coredump/$(DEPDIR)/_UCD_access_reg_freebsd.Plo \
coredump/$(DEPDIR)/_UCD_access_reg_linux.Plo \
coredump/$(DEPDIR)/_UCD_access_reg_qnx.Plo \
coredump/$(DEPDIR)/_UCD_accessors.Plo \
coredump/$(DEPDIR)/_UCD_corefile_elf.Plo \
coredump/$(DEPDIR)/_UCD_create.Plo \
coredump/$(DEPDIR)/_UCD_destroy.Plo \
coredump/$(DEPDIR)/_UCD_elf_map_image.Plo \
coredump/$(DEPDIR)/_UCD_find_proc_info.Plo \
coredump/$(DEPDIR)/_UCD_get_elf_filename.Plo \
coredump/$(DEPDIR)/_UCD_get_mapinfo_generic.Plo \
coredump/$(DEPDIR)/_UCD_get_mapinfo_linux.Plo \
coredump/$(DEPDIR)/_UCD_get_mapinfo_qnx.Plo \
coredump/$(DEPDIR)/_UCD_get_proc_name.Plo \
coredump/$(DEPDIR)/_UCD_get_threadinfo_prstatus.Plo \
coredump/$(DEPDIR)/_UPT_access_fpreg.Plo \
coredump/$(DEPDIR)/_UPT_elf.Plo \
coredump/$(DEPDIR)/_UPT_get_dyn_info_list_addr.Plo \
coredump/$(DEPDIR)/_UPT_put_unwind_info.Plo \
coredump/$(DEPDIR)/_UPT_resume.Plo \
coredump/$(DEPDIR)/ucd_file_table.Plo \
dwarf/$(DEPDIR)/Gexpr.Plo dwarf/$(DEPDIR)/Gfde.Plo \
dwarf/$(DEPDIR)/Gfind_proc_info-lsb.Plo \
dwarf/$(DEPDIR)/Gfind_unwind_table.Plo \
dwarf/$(DEPDIR)/Gget_proc_info_in_range.Plo \
dwarf/$(DEPDIR)/Gparser.Plo dwarf/$(DEPDIR)/Gpe.Plo \
dwarf/$(DEPDIR)/Lexpr.Plo dwarf/$(DEPDIR)/Lfde.Plo \
dwarf/$(DEPDIR)/Lfind_proc_info-lsb.Plo \
dwarf/$(DEPDIR)/Lfind_unwind_table.Plo \
dwarf/$(DEPDIR)/Lget_proc_info_in_range.Plo \
dwarf/$(DEPDIR)/Lparser.Plo dwarf/$(DEPDIR)/Lpe.Plo \
dwarf/$(DEPDIR)/global.Plo hppa/$(DEPDIR)/Gapply_reg_state.Plo \
hppa/$(DEPDIR)/Gcreate_addr_space.Plo \
hppa/$(DEPDIR)/Gget_proc_info.Plo \
hppa/$(DEPDIR)/Gget_save_loc.Plo hppa/$(DEPDIR)/Gglobal.Plo \
hppa/$(DEPDIR)/Ginit.Plo hppa/$(DEPDIR)/Ginit_local.Plo \
hppa/$(DEPDIR)/Ginit_remote.Plo \
hppa/$(DEPDIR)/Gis_signal_frame.Plo \
hppa/$(DEPDIR)/Greg_states_iterate.Plo \
hppa/$(DEPDIR)/Gregs.Plo hppa/$(DEPDIR)/Gresume.Plo \
hppa/$(DEPDIR)/Gstep.Plo hppa/$(DEPDIR)/Lapply_reg_state.Plo \
hppa/$(DEPDIR)/Lcreate_addr_space.Plo \
hppa/$(DEPDIR)/Lget_proc_info.Plo \
hppa/$(DEPDIR)/Lget_save_loc.Plo hppa/$(DEPDIR)/Lglobal.Plo \
hppa/$(DEPDIR)/Linit.Plo hppa/$(DEPDIR)/Linit_local.Plo \
hppa/$(DEPDIR)/Linit_remote.Plo \
hppa/$(DEPDIR)/Lis_signal_frame.Plo \
hppa/$(DEPDIR)/Lreg_states_iterate.Plo \
hppa/$(DEPDIR)/Lregs.Plo hppa/$(DEPDIR)/Lresume.Plo \
hppa/$(DEPDIR)/Lstep.Plo hppa/$(DEPDIR)/getcontext.Plo \
hppa/$(DEPDIR)/regname.Plo hppa/$(DEPDIR)/setcontext.Plo \
hppa/$(DEPDIR)/siglongjmp.Plo \
ia64/$(DEPDIR)/Gapply_reg_state.Plo \
ia64/$(DEPDIR)/Gcreate_addr_space.Plo \
ia64/$(DEPDIR)/Gfind_unwind_table.Plo \
ia64/$(DEPDIR)/Gget_proc_info.Plo \
ia64/$(DEPDIR)/Gget_save_loc.Plo ia64/$(DEPDIR)/Gglobal.Plo \
ia64/$(DEPDIR)/Ginit.Plo ia64/$(DEPDIR)/Ginit_local.Plo \
ia64/$(DEPDIR)/Ginit_remote.Plo \
ia64/$(DEPDIR)/Ginstall_cursor.Plo \
ia64/$(DEPDIR)/Gis_signal_frame.Plo ia64/$(DEPDIR)/Gparser.Plo \
ia64/$(DEPDIR)/Grbs.Plo ia64/$(DEPDIR)/Greg_states_iterate.Plo \
ia64/$(DEPDIR)/Gregs.Plo ia64/$(DEPDIR)/Gresume.Plo \
ia64/$(DEPDIR)/Gscript.Plo ia64/$(DEPDIR)/Gstep.Plo \
ia64/$(DEPDIR)/Gtables.Plo ia64/$(DEPDIR)/Lapply_reg_state.Plo \
ia64/$(DEPDIR)/Lcreate_addr_space.Plo \
ia64/$(DEPDIR)/Lfind_unwind_table.Plo \
ia64/$(DEPDIR)/Lget_proc_info.Plo \
ia64/$(DEPDIR)/Lget_save_loc.Plo ia64/$(DEPDIR)/Lglobal.Plo \
ia64/$(DEPDIR)/Linit.Plo ia64/$(DEPDIR)/Linit_local.Plo \
ia64/$(DEPDIR)/Linit_remote.Plo \
ia64/$(DEPDIR)/Linstall_cursor.Plo \
ia64/$(DEPDIR)/Lis_signal_frame.Plo ia64/$(DEPDIR)/Lparser.Plo \
ia64/$(DEPDIR)/Lrbs.Plo ia64/$(DEPDIR)/Lreg_states_iterate.Plo \
ia64/$(DEPDIR)/Lregs.Plo ia64/$(DEPDIR)/Lresume.Plo \
ia64/$(DEPDIR)/Lscript.Plo ia64/$(DEPDIR)/Lstep.Plo \
ia64/$(DEPDIR)/Ltables.Plo ia64/$(DEPDIR)/dyn_info_list.Plo \
ia64/$(DEPDIR)/getcontext.Plo ia64/$(DEPDIR)/longjmp.Plo \
ia64/$(DEPDIR)/regname.Plo ia64/$(DEPDIR)/setjmp.Plo \
ia64/$(DEPDIR)/siglongjmp.Plo ia64/$(DEPDIR)/sigsetjmp.Plo \
loongarch64/$(DEPDIR)/Gapply_reg_state.Plo \
loongarch64/$(DEPDIR)/Gcreate_addr_space.Plo \
loongarch64/$(DEPDIR)/Gget_proc_info.Plo \
loongarch64/$(DEPDIR)/Gget_save_loc.Plo \
loongarch64/$(DEPDIR)/Gglobal.Plo \
loongarch64/$(DEPDIR)/Ginit.Plo \
loongarch64/$(DEPDIR)/Ginit_local.Plo \
loongarch64/$(DEPDIR)/Ginit_remote.Plo \
loongarch64/$(DEPDIR)/Gis_signal_frame.Plo \
loongarch64/$(DEPDIR)/Greg_states_iterate.Plo \
loongarch64/$(DEPDIR)/Gregs.Plo \
loongarch64/$(DEPDIR)/Gresume.Plo \
loongarch64/$(DEPDIR)/Gstep.Plo \
loongarch64/$(DEPDIR)/Lapply_reg_state.Plo \
loongarch64/$(DEPDIR)/Lcreate_addr_space.Plo \
loongarch64/$(DEPDIR)/Lget_proc_info.Plo \
loongarch64/$(DEPDIR)/Lget_save_loc.Plo \
loongarch64/$(DEPDIR)/Lglobal.Plo \
loongarch64/$(DEPDIR)/Linit.Plo \
loongarch64/$(DEPDIR)/Linit_local.Plo \
loongarch64/$(DEPDIR)/Linit_remote.Plo \
loongarch64/$(DEPDIR)/Lis_signal_frame.Plo \
loongarch64/$(DEPDIR)/Lreg_states_iterate.Plo \
loongarch64/$(DEPDIR)/Lregs.Plo \
loongarch64/$(DEPDIR)/Lresume.Plo \
loongarch64/$(DEPDIR)/Lstep.Plo \
loongarch64/$(DEPDIR)/getcontext.Plo \
loongarch64/$(DEPDIR)/is_fpreg.Plo \
loongarch64/$(DEPDIR)/regname.Plo \
loongarch64/$(DEPDIR)/siglongjmp.Plo \
mi/$(DEPDIR)/Gaddress_validator.Plo \
mi/$(DEPDIR)/Gdestroy_addr_space.Plo \
mi/$(DEPDIR)/Gdyn-extract.Plo mi/$(DEPDIR)/Gdyn-remote.Plo \
mi/$(DEPDIR)/Gfind_dynamic_proc_info.Plo \
mi/$(DEPDIR)/Gget_accessors.Plo \
mi/$(DEPDIR)/Gget_elf_filename.Plo mi/$(DEPDIR)/Gget_fpreg.Plo \
mi/$(DEPDIR)/Gget_proc_info_by_ip.Plo \
mi/$(DEPDIR)/Gget_proc_name.Plo mi/$(DEPDIR)/Gget_reg.Plo \
mi/$(DEPDIR)/Gis_plt_entry.Plo \
mi/$(DEPDIR)/Gput_dynamic_unwind_info.Plo \
mi/$(DEPDIR)/Gset_cache_size.Plo \
mi/$(DEPDIR)/Gset_caching_policy.Plo \
mi/$(DEPDIR)/Gset_fpreg.Plo \
mi/$(DEPDIR)/Gset_iterate_phdr_function.Plo \
mi/$(DEPDIR)/Gset_reg.Plo mi/$(DEPDIR)/Laddress_validator.Plo \
mi/$(DEPDIR)/Ldestroy_addr_space.Plo \
mi/$(DEPDIR)/Ldyn-extract.Plo \
mi/$(DEPDIR)/Lfind_dynamic_proc_info.Plo \
mi/$(DEPDIR)/Lget_accessors.Plo \
mi/$(DEPDIR)/Lget_elf_filename.Plo mi/$(DEPDIR)/Lget_fpreg.Plo \
mi/$(DEPDIR)/Lget_proc_info_by_ip.Plo \
mi/$(DEPDIR)/Lget_proc_name.Plo mi/$(DEPDIR)/Lget_reg.Plo \
mi/$(DEPDIR)/Lis_plt_entry.Plo \
mi/$(DEPDIR)/Lput_dynamic_unwind_info.Plo \
mi/$(DEPDIR)/Lset_cache_size.Plo \
mi/$(DEPDIR)/Lset_caching_policy.Plo \
mi/$(DEPDIR)/Lset_fpreg.Plo \
mi/$(DEPDIR)/Lset_iterate_phdr_function.Plo \
mi/$(DEPDIR)/Lset_reg.Plo mi/$(DEPDIR)/_ReadSLEB.Plo \
mi/$(DEPDIR)/_ReadULEB.Plo mi/$(DEPDIR)/backtrace.Plo \
mi/$(DEPDIR)/dyn-cancel.Plo mi/$(DEPDIR)/dyn-info-list.Plo \
mi/$(DEPDIR)/dyn-register.Plo mi/$(DEPDIR)/flush_cache.Plo \
mi/$(DEPDIR)/init.Plo mi/$(DEPDIR)/mempool.Plo \
mi/$(DEPDIR)/strerror.Plo mips/$(DEPDIR)/Gapply_reg_state.Plo \
mips/$(DEPDIR)/Gcreate_addr_space.Plo \
mips/$(DEPDIR)/Gget_proc_info.Plo \
mips/$(DEPDIR)/Gget_save_loc.Plo mips/$(DEPDIR)/Gglobal.Plo \
mips/$(DEPDIR)/Ginit.Plo mips/$(DEPDIR)/Ginit_local.Plo \
mips/$(DEPDIR)/Ginit_remote.Plo \
mips/$(DEPDIR)/Gis_signal_frame.Plo \
mips/$(DEPDIR)/Greg_states_iterate.Plo \
mips/$(DEPDIR)/Gregs.Plo mips/$(DEPDIR)/Gresume.Plo \
mips/$(DEPDIR)/Gstep.Plo mips/$(DEPDIR)/Lapply_reg_state.Plo \
mips/$(DEPDIR)/Lcreate_addr_space.Plo \
mips/$(DEPDIR)/Lget_proc_info.Plo \
mips/$(DEPDIR)/Lget_save_loc.Plo mips/$(DEPDIR)/Lglobal.Plo \
mips/$(DEPDIR)/Linit.Plo mips/$(DEPDIR)/Linit_local.Plo \
mips/$(DEPDIR)/Linit_remote.Plo \
mips/$(DEPDIR)/Lis_signal_frame.Plo \
mips/$(DEPDIR)/Lreg_states_iterate.Plo \
mips/$(DEPDIR)/Lregs.Plo mips/$(DEPDIR)/Lresume.Plo \
mips/$(DEPDIR)/Lstep.Plo mips/$(DEPDIR)/getcontext.Plo \
mips/$(DEPDIR)/is_fpreg.Plo mips/$(DEPDIR)/regname.Plo \
mips/$(DEPDIR)/siglongjmp.Plo \
nto/$(DEPDIR)/unw_nto_access_fpreg.Plo \
nto/$(DEPDIR)/unw_nto_access_mem.Plo \
nto/$(DEPDIR)/unw_nto_access_reg.Plo \
nto/$(DEPDIR)/unw_nto_accessors.Plo \
nto/$(DEPDIR)/unw_nto_create.Plo \
nto/$(DEPDIR)/unw_nto_destroy.Plo \
nto/$(DEPDIR)/unw_nto_elf.Plo \
nto/$(DEPDIR)/unw_nto_find_proc_info.Plo \
nto/$(DEPDIR)/unw_nto_get_dyn_info_list_addr.Plo \
nto/$(DEPDIR)/unw_nto_get_elf_filename.Plo \
nto/$(DEPDIR)/unw_nto_get_proc_name.Plo \
nto/$(DEPDIR)/unw_nto_put_unwind_info.Plo \
nto/$(DEPDIR)/unw_nto_resume.Plo \
ppc/$(DEPDIR)/Gget_proc_info.Plo \
ppc/$(DEPDIR)/Gget_save_loc.Plo ppc/$(DEPDIR)/Ginit_local.Plo \
ppc/$(DEPDIR)/Ginit_remote.Plo \
ppc/$(DEPDIR)/Gis_signal_frame.Plo \
ppc/$(DEPDIR)/Lget_proc_info.Plo \
ppc/$(DEPDIR)/Lget_save_loc.Plo ppc/$(DEPDIR)/Linit_local.Plo \
ppc/$(DEPDIR)/Linit_remote.Plo \
ppc/$(DEPDIR)/Lis_signal_frame.Plo ppc/$(DEPDIR)/longjmp.Plo \
ppc/$(DEPDIR)/siglongjmp.Plo \
ppc32/$(DEPDIR)/Gapply_reg_state.Plo \
ppc32/$(DEPDIR)/Gcreate_addr_space.Plo \
ppc32/$(DEPDIR)/Gglobal.Plo ppc32/$(DEPDIR)/Ginit.Plo \
ppc32/$(DEPDIR)/Greg_states_iterate.Plo \
ppc32/$(DEPDIR)/Gregs.Plo ppc32/$(DEPDIR)/Gresume.Plo \
ppc32/$(DEPDIR)/Gstep.Plo ppc32/$(DEPDIR)/Lapply_reg_state.Plo \
ppc32/$(DEPDIR)/Lcreate_addr_space.Plo \
ppc32/$(DEPDIR)/Lglobal.Plo ppc32/$(DEPDIR)/Linit.Plo \
ppc32/$(DEPDIR)/Lreg_states_iterate.Plo \
ppc32/$(DEPDIR)/Lregs.Plo ppc32/$(DEPDIR)/Lresume.Plo \
ppc32/$(DEPDIR)/Lstep.Plo ppc32/$(DEPDIR)/get_func_addr.Plo \
ppc32/$(DEPDIR)/is_fpreg.Plo ppc32/$(DEPDIR)/regname.Plo \
ppc64/$(DEPDIR)/Gapply_reg_state.Plo \
ppc64/$(DEPDIR)/Gcreate_addr_space.Plo \
ppc64/$(DEPDIR)/Gglobal.Plo ppc64/$(DEPDIR)/Ginit.Plo \
ppc64/$(DEPDIR)/Greg_states_iterate.Plo \
ppc64/$(DEPDIR)/Gregs.Plo ppc64/$(DEPDIR)/Gresume.Plo \
ppc64/$(DEPDIR)/Gstep.Plo ppc64/$(DEPDIR)/Lapply_reg_state.Plo \
ppc64/$(DEPDIR)/Lcreate_addr_space.Plo \
ppc64/$(DEPDIR)/Lglobal.Plo ppc64/$(DEPDIR)/Linit.Plo \
ppc64/$(DEPDIR)/Lreg_states_iterate.Plo \
ppc64/$(DEPDIR)/Lregs.Plo ppc64/$(DEPDIR)/Lresume.Plo \
ppc64/$(DEPDIR)/Lstep.Plo ppc64/$(DEPDIR)/get_func_addr.Plo \
ppc64/$(DEPDIR)/is_fpreg.Plo ppc64/$(DEPDIR)/regname.Plo \
ptrace/$(DEPDIR)/_UPT_access_fpreg.Plo \
ptrace/$(DEPDIR)/_UPT_access_mem.Plo \
ptrace/$(DEPDIR)/_UPT_access_reg.Plo \
ptrace/$(DEPDIR)/_UPT_accessors.Plo \
ptrace/$(DEPDIR)/_UPT_create.Plo \
ptrace/$(DEPDIR)/_UPT_destroy.Plo \
ptrace/$(DEPDIR)/_UPT_elf.Plo \
ptrace/$(DEPDIR)/_UPT_find_proc_info.Plo \
ptrace/$(DEPDIR)/_UPT_get_dyn_info_list_addr.Plo \
ptrace/$(DEPDIR)/_UPT_get_elf_filename.Plo \
ptrace/$(DEPDIR)/_UPT_get_proc_name.Plo \
ptrace/$(DEPDIR)/_UPT_ptrauth_insn_mask.Plo \
ptrace/$(DEPDIR)/_UPT_put_unwind_info.Plo \
ptrace/$(DEPDIR)/_UPT_reg_offset.Plo \
ptrace/$(DEPDIR)/_UPT_resume.Plo \
riscv/$(DEPDIR)/Gapply_reg_state.Plo \
riscv/$(DEPDIR)/Gcreate_addr_space.Plo \
riscv/$(DEPDIR)/Gget_proc_info.Plo \
riscv/$(DEPDIR)/Gget_save_loc.Plo riscv/$(DEPDIR)/Gglobal.Plo \
riscv/$(DEPDIR)/Ginit.Plo riscv/$(DEPDIR)/Ginit_local.Plo \
riscv/$(DEPDIR)/Ginit_remote.Plo \
riscv/$(DEPDIR)/Gis_signal_frame.Plo \
riscv/$(DEPDIR)/Greg_states_iterate.Plo \
riscv/$(DEPDIR)/Gregs.Plo riscv/$(DEPDIR)/Gresume.Plo \
riscv/$(DEPDIR)/Gstep.Plo riscv/$(DEPDIR)/Lapply_reg_state.Plo \
riscv/$(DEPDIR)/Lcreate_addr_space.Plo \
riscv/$(DEPDIR)/Lget_proc_info.Plo \
riscv/$(DEPDIR)/Lget_save_loc.Plo riscv/$(DEPDIR)/Lglobal.Plo \
riscv/$(DEPDIR)/Linit.Plo riscv/$(DEPDIR)/Linit_local.Plo \
riscv/$(DEPDIR)/Linit_remote.Plo \
riscv/$(DEPDIR)/Lis_signal_frame.Plo \
riscv/$(DEPDIR)/Lreg_states_iterate.Plo \
riscv/$(DEPDIR)/Lregs.Plo riscv/$(DEPDIR)/Lresume.Plo \
riscv/$(DEPDIR)/Lstep.Plo riscv/$(DEPDIR)/getcontext.Plo \
riscv/$(DEPDIR)/is_fpreg.Plo riscv/$(DEPDIR)/regname.Plo \
riscv/$(DEPDIR)/setcontext.Plo riscv/$(DEPDIR)/siglongjmp.Plo \
s390x/$(DEPDIR)/Gapply_reg_state.Plo \
s390x/$(DEPDIR)/Gcreate_addr_space.Plo \
s390x/$(DEPDIR)/Gget_proc_info.Plo \
s390x/$(DEPDIR)/Gget_save_loc.Plo s390x/$(DEPDIR)/Gglobal.Plo \
s390x/$(DEPDIR)/Ginit.Plo s390x/$(DEPDIR)/Ginit_local.Plo \
s390x/$(DEPDIR)/Ginit_remote.Plo \
s390x/$(DEPDIR)/Gis_signal_frame.Plo \
s390x/$(DEPDIR)/Greg_states_iterate.Plo \
s390x/$(DEPDIR)/Gregs.Plo s390x/$(DEPDIR)/Gresume.Plo \
s390x/$(DEPDIR)/Gstep.Plo s390x/$(DEPDIR)/Lapply_reg_state.Plo \
s390x/$(DEPDIR)/Lcreate_addr_space.Plo \
s390x/$(DEPDIR)/Lget_proc_info.Plo \
s390x/$(DEPDIR)/Lget_save_loc.Plo s390x/$(DEPDIR)/Lglobal.Plo \
s390x/$(DEPDIR)/Linit.Plo s390x/$(DEPDIR)/Linit_local.Plo \
s390x/$(DEPDIR)/Linit_remote.Plo \
s390x/$(DEPDIR)/Lis_signal_frame.Plo \
s390x/$(DEPDIR)/Lreg_states_iterate.Plo \
s390x/$(DEPDIR)/Lregs.Plo s390x/$(DEPDIR)/Lresume.Plo \
s390x/$(DEPDIR)/Lstep.Plo s390x/$(DEPDIR)/getcontext.Plo \
s390x/$(DEPDIR)/is_fpreg.Plo s390x/$(DEPDIR)/regname.Plo \
s390x/$(DEPDIR)/setcontext.Plo setjmp/$(DEPDIR)/longjmp.Plo \
setjmp/$(DEPDIR)/siglongjmp.Plo \
sh/$(DEPDIR)/Gapply_reg_state.Plo \
sh/$(DEPDIR)/Gcreate_addr_space.Plo \
sh/$(DEPDIR)/Gget_proc_info.Plo sh/$(DEPDIR)/Gget_save_loc.Plo \
sh/$(DEPDIR)/Gglobal.Plo sh/$(DEPDIR)/Ginit.Plo \
sh/$(DEPDIR)/Ginit_local.Plo sh/$(DEPDIR)/Ginit_remote.Plo \
sh/$(DEPDIR)/Gis_signal_frame.Plo \
sh/$(DEPDIR)/Greg_states_iterate.Plo sh/$(DEPDIR)/Gregs.Plo \
sh/$(DEPDIR)/Gresume.Plo sh/$(DEPDIR)/Gstep.Plo \
sh/$(DEPDIR)/Lapply_reg_state.Plo \
sh/$(DEPDIR)/Lcreate_addr_space.Plo \
sh/$(DEPDIR)/Lget_proc_info.Plo sh/$(DEPDIR)/Lget_save_loc.Plo \
sh/$(DEPDIR)/Lglobal.Plo sh/$(DEPDIR)/Linit.Plo \
sh/$(DEPDIR)/Linit_local.Plo sh/$(DEPDIR)/Linit_remote.Plo \
sh/$(DEPDIR)/Lis_signal_frame.Plo \
sh/$(DEPDIR)/Lreg_states_iterate.Plo sh/$(DEPDIR)/Lregs.Plo \
sh/$(DEPDIR)/Lresume.Plo sh/$(DEPDIR)/Lstep.Plo \
sh/$(DEPDIR)/is_fpreg.Plo sh/$(DEPDIR)/regname.Plo \
sh/$(DEPDIR)/siglongjmp.Plo unwind/$(DEPDIR)/Backtrace.Plo \
unwind/$(DEPDIR)/DeleteException.Plo \
unwind/$(DEPDIR)/FindEnclosingFunction.Plo \
unwind/$(DEPDIR)/ForcedUnwind.Plo unwind/$(DEPDIR)/GetBSP.Plo \
unwind/$(DEPDIR)/GetCFA.Plo \
unwind/$(DEPDIR)/GetDataRelBase.Plo unwind/$(DEPDIR)/GetGR.Plo \
unwind/$(DEPDIR)/GetIP.Plo unwind/$(DEPDIR)/GetIPInfo.Plo \
unwind/$(DEPDIR)/GetLanguageSpecificData.Plo \
unwind/$(DEPDIR)/GetRegionStart.Plo \
unwind/$(DEPDIR)/GetTextRelBase.Plo \
unwind/$(DEPDIR)/RaiseException.Plo \
unwind/$(DEPDIR)/Resume.Plo \
unwind/$(DEPDIR)/Resume_or_Rethrow.Plo \
unwind/$(DEPDIR)/SetGR.Plo unwind/$(DEPDIR)/SetIP.Plo \
x86/$(DEPDIR)/Gapply_reg_state.Plo \
x86/$(DEPDIR)/Gcreate_addr_space.Plo \
x86/$(DEPDIR)/Gget_proc_info.Plo \
x86/$(DEPDIR)/Gget_save_loc.Plo x86/$(DEPDIR)/Gglobal.Plo \
x86/$(DEPDIR)/Ginit.Plo x86/$(DEPDIR)/Ginit_local.Plo \
x86/$(DEPDIR)/Ginit_remote.Plo x86/$(DEPDIR)/Gos-freebsd.Plo \
x86/$(DEPDIR)/Gos-linux.Plo \
x86/$(DEPDIR)/Greg_states_iterate.Plo x86/$(DEPDIR)/Gregs.Plo \
x86/$(DEPDIR)/Gresume.Plo x86/$(DEPDIR)/Gstep.Plo \
x86/$(DEPDIR)/Lapply_reg_state.Plo \
x86/$(DEPDIR)/Lcreate_addr_space.Plo \
x86/$(DEPDIR)/Lget_proc_info.Plo \
x86/$(DEPDIR)/Lget_save_loc.Plo x86/$(DEPDIR)/Lglobal.Plo \
x86/$(DEPDIR)/Linit.Plo x86/$(DEPDIR)/Linit_local.Plo \
x86/$(DEPDIR)/Linit_remote.Plo x86/$(DEPDIR)/Los-freebsd.Plo \
x86/$(DEPDIR)/Los-linux.Plo \
x86/$(DEPDIR)/Lreg_states_iterate.Plo x86/$(DEPDIR)/Lregs.Plo \
x86/$(DEPDIR)/Lresume.Plo x86/$(DEPDIR)/Lstep.Plo \
x86/$(DEPDIR)/getcontext-freebsd.Plo \
x86/$(DEPDIR)/getcontext-linux.Plo x86/$(DEPDIR)/is_fpreg.Plo \
x86/$(DEPDIR)/longjmp.Plo x86/$(DEPDIR)/regname.Plo \
x86/$(DEPDIR)/siglongjmp.Plo \
x86_64/$(DEPDIR)/Gapply_reg_state.Plo \
x86_64/$(DEPDIR)/Gcreate_addr_space.Plo \
x86_64/$(DEPDIR)/Gget_proc_info.Plo \
x86_64/$(DEPDIR)/Gget_save_loc.Plo \
x86_64/$(DEPDIR)/Gglobal.Plo x86_64/$(DEPDIR)/Ginit.Plo \
x86_64/$(DEPDIR)/Ginit_local.Plo \
x86_64/$(DEPDIR)/Ginit_remote.Plo \
x86_64/$(DEPDIR)/Gos-freebsd.Plo \
x86_64/$(DEPDIR)/Gos-linux.Plo x86_64/$(DEPDIR)/Gos-qnx.Plo \
x86_64/$(DEPDIR)/Gos-solaris.Plo \
x86_64/$(DEPDIR)/Greg_states_iterate.Plo \
x86_64/$(DEPDIR)/Gregs.Plo x86_64/$(DEPDIR)/Gresume.Plo \
x86_64/$(DEPDIR)/Gstash_frame.Plo x86_64/$(DEPDIR)/Gstep.Plo \
x86_64/$(DEPDIR)/Gtrace.Plo \
x86_64/$(DEPDIR)/Lapply_reg_state.Plo \
x86_64/$(DEPDIR)/Lcreate_addr_space.Plo \
x86_64/$(DEPDIR)/Lget_proc_info.Plo \
x86_64/$(DEPDIR)/Lget_save_loc.Plo \
x86_64/$(DEPDIR)/Lglobal.Plo x86_64/$(DEPDIR)/Linit.Plo \
x86_64/$(DEPDIR)/Linit_local.Plo \
x86_64/$(DEPDIR)/Linit_remote.Plo \
x86_64/$(DEPDIR)/Los-freebsd.Plo \
x86_64/$(DEPDIR)/Los-linux.Plo x86_64/$(DEPDIR)/Los-qnx.Plo \
x86_64/$(DEPDIR)/Los-solaris.Plo \
x86_64/$(DEPDIR)/Lreg_states_iterate.Plo \
x86_64/$(DEPDIR)/Lregs.Plo x86_64/$(DEPDIR)/Lresume.Plo \
x86_64/$(DEPDIR)/Lstash_frame.Plo x86_64/$(DEPDIR)/Lstep.Plo \
x86_64/$(DEPDIR)/Ltrace.Plo x86_64/$(DEPDIR)/getcontext.Plo \
x86_64/$(DEPDIR)/is_fpreg.Plo x86_64/$(DEPDIR)/longjmp.Plo \
x86_64/$(DEPDIR)/regname.Plo x86_64/$(DEPDIR)/setcontext.Plo \
x86_64/$(DEPDIR)/siglongjmp.Plo
am__mv = mv -f
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
$(AM_CCASFLAGS) $(CCASFLAGS)
AM_V_CPPAS = $(am__v_CPPAS_@AM_V@)
am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@)
am__v_CPPAS_0 = @echo " CPPAS " $@;
am__v_CPPAS_1 =
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
$(AM_CFLAGS) $(CFLAGS)
AM_V_CC = $(am__v_CC_@AM_V@)
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
am__v_CC_0 = @echo " CC " $@;
am__v_CC_1 =
CCLD = $(CC)
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
$(AM_LDFLAGS) $(LDFLAGS) -o $@
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
am__v_CCLD_0 = @echo " CCLD " $@;
am__v_CCLD_1 =
SOURCES = $(libunwind_aarch64_la_SOURCES) $(libunwind_arm_la_SOURCES) \
$(libunwind_coredump_la_SOURCES) \
$(libunwind_dwarf_common_la_SOURCES) \
$(libunwind_dwarf_generic_la_SOURCES) \
$(libunwind_dwarf_local_la_SOURCES) \
$(libunwind_elf32_la_SOURCES) $(libunwind_elf64_la_SOURCES) \
$(libunwind_elfxx_la_SOURCES) $(libunwind_hppa_la_SOURCES) \
$(libunwind_ia64_la_SOURCES) \
$(libunwind_loongarch64_la_SOURCES) \
$(libunwind_mips_la_SOURCES) $(libunwind_nto_la_SOURCES) \
$(libunwind_ppc32_la_SOURCES) $(libunwind_ppc64_la_SOURCES) \
$(libunwind_ptrace_la_SOURCES) $(libunwind_riscv_la_SOURCES) \
$(libunwind_s390x_la_SOURCES) $(libunwind_setjmp_la_SOURCES) \
$(libunwind_sh_la_SOURCES) $(libunwind_x86_la_SOURCES) \
$(libunwind_x86_64_la_SOURCES) $(libunwind_la_SOURCES)
DIST_SOURCES = $(am__libunwind_aarch64_la_SOURCES_DIST) \
$(am__libunwind_arm_la_SOURCES_DIST) \
$(am__libunwind_coredump_la_SOURCES_DIST) \
$(libunwind_dwarf_common_la_SOURCES) \
$(libunwind_dwarf_generic_la_SOURCES) \
$(libunwind_dwarf_local_la_SOURCES) \
$(libunwind_elf32_la_SOURCES) $(libunwind_elf64_la_SOURCES) \
$(libunwind_elfxx_la_SOURCES) \
$(am__libunwind_hppa_la_SOURCES_DIST) \
$(am__libunwind_ia64_la_SOURCES_DIST) \
$(am__libunwind_loongarch64_la_SOURCES_DIST) \
$(am__libunwind_mips_la_SOURCES_DIST) \
$(libunwind_nto_la_SOURCES) \
$(am__libunwind_ppc32_la_SOURCES_DIST) \
$(am__libunwind_ppc64_la_SOURCES_DIST) \
$(libunwind_ptrace_la_SOURCES) \
$(am__libunwind_riscv_la_SOURCES_DIST) \
$(am__libunwind_s390x_la_SOURCES_DIST) \
$(am__libunwind_setjmp_la_SOURCES_DIST) \
$(am__libunwind_sh_la_SOURCES_DIST) \
$(am__libunwind_x86_la_SOURCES_DIST) \
$(am__libunwind_x86_64_la_SOURCES_DIST) \
$(am__libunwind_la_SOURCES_DIST)
am__can_run_installinfo = \
case $$AM_UPDATE_INFO_DIR in \
n|no|NO) false;; \
*) (install-info --version) >/dev/null 2>&1;; \
esac
DATA = $(pkgconfig_DATA)
HEADERS = $(noinst_HEADERS)
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
am__uniquify_input = $(AWK) '\
BEGIN { nonempty = 0; } \
{ items[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in items) print i; }; } \
'
am__define_uniq_tagged_files = \
list='$(am__tagged_files)'; \
unique=`for i in $$list; do \
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
done | $(am__uniquify_input)`
am__DIST_COMMON = $(srcdir)/Makefile.in \
$(srcdir)/libunwind-generic.pc.in $(top_srcdir)/config/depcomp
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
ARCH = @ARCH@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
BACKTRACELIB = @BACKTRACELIB@
CC = @CC@
CCAS = @CCAS@
CCASDEPMODE = @CCASDEPMODE@
CCASFLAGS = @CCASFLAGS@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPPFLAGS = @CPPFLAGS@
CSCOPE = @CSCOPE@
CTAGS = @CTAGS@
CXX = @CXX@
CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DLLIB = @DLLIB@
DLLTOOL = @DLLTOOL@
DSYMUTIL = @DSYMUTIL@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
ETAGS = @ETAGS@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LATEX2MAN = @LATEX2MAN@
LD = @LD@
LDFLAGS = @LDFLAGS@
LDFLAGS_NOSTARTFILES = @LDFLAGS_NOSTARTFILES@
LDFLAGS_STATIC_LIBCXA = @LDFLAGS_STATIC_LIBCXA@
LIBLZMA = @LIBLZMA@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LIBZ = @LIBZ@
LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MKDIR_P = @MKDIR_P@
NM = @NM@
NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_EXTRA = @PKG_EXTRA@
PKG_MAINTAINER = @PKG_MAINTAINER@
PKG_MAJOR = @PKG_MAJOR@
PKG_MINOR = @PKG_MINOR@
PTHREADS_LIB = @PTHREADS_LIB@
RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
UNW_CRT_LDFLAGS = @UNW_CRT_LDFLAGS@
UNW_CRT_LIBADD = @UNW_CRT_LIBADD@
UNW_TESTDRIVER = @UNW_TESTDRIVER@
VERSION = @VERSION@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
arch = @arch@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_arch = @build_arch@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
builddir = @builddir@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
enable_cxx_exceptions = @enable_cxx_exceptions@
enable_debug_frame = @enable_debug_frame@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
target = @target@
target_alias = @target_alias@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
SOVERSION = 10:0:2
SETJMP_SO_VERSION = 0:0:0
COREDUMP_SO_VERSION = 0:0:0
COMMON_SO_LDFLAGS = $(LDFLAGS_NOSTARTFILES)
lib_LTLIBRARIES = $(am__append_1) $(am__append_2) $(am__append_3) \
$(am__append_4) $(am__append_5) $(am__append_6) \
$(am__append_7) $(am__append_8) $(am__append_9) \
$(am__append_10) $(am__append_11) $(am__append_12) \
$(am__append_13) $(am__append_14) $(am__append_15) \
$(am__append_16) $(am__append_17) $(am__append_18)
noinst_HEADERS = coredump/_UCD_internal.h coredump/_UCD_lib.h \
coredump/ucd_file_table.h nto/unw_nto_internal.h \
ptrace/_UPT_internal.h setjmp/setjmp_i.h os-linux.h elf32.h \
elf64.h elfxx.h aarch64/init.h aarch64/ucontext_i.h \
aarch64/unwind_i.h arm/init.h arm/offsets.h arm/unwind_i.h \
hppa/init.h hppa/offsets.h hppa/unwind_i.h ia64/init.h \
ia64/offsets.h ia64/regs.h ia64/ucontext_i.h \
ia64/unwind_decoder.h ia64/unwind_i.h loongarch64/init.h \
loongarch64/offsets.h loongarch64/unwind_i.h mips/init.h \
mips/offsets.h mips/unwind_i.h ppc32/init.h ppc32/unwind_i.h \
ppc32/ucontext_i.h ppc64/init.h ppc64/unwind_i.h \
ppc64/ucontext_i.h riscv/asm.h riscv/init.h riscv/offsets.h \
riscv/unwind_i.h s390x/init.h s390x/unwind_i.h sh/init.h \
sh/offsets.h sh/unwind_i.h x86/init.h x86/offsets.h \
x86/unwind_i.h x86_64/init.h x86_64/ucontext_i.h \
x86_64/unwind_i.h unwind/unwind-internal.h
noinst_LTLIBRARIES = $(am__append_24) $(am__append_25) \
$(libunwind_elf_libs)
@USE_ELF32_TRUE@libunwind_elf_libs = libunwind-elf32.la
@USE_ELF64_TRUE@libunwind_elf_libs = libunwind-elf64.la
@USE_ELFXX_TRUE@libunwind_elf_libs = libunwind-elfxx.la
libunwind_libadd = $(am__append_19)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libunwind-generic.pc $(am__append_20) \
$(am__append_21) $(am__append_22) $(am__append_23)
libunwind_coredump_la_SOURCES = coredump/_UCD_access_mem.c \
coredump/_UCD_accessors.c coredump/_UCD_corefile_elf.c \
coredump/_UCD_create.c coredump/_UCD_destroy.c \
coredump/_UCD_elf_map_image.c coredump/ucd_file_table.c \
coredump/_UCD_find_proc_info.c coredump/_UCD_get_proc_name.c \
coredump/_UCD_get_elf_filename.c mi/init.c coredump/_UPT_elf.c \
coredump/_UPT_access_fpreg.c \
coredump/_UPT_get_dyn_info_list_addr.c \
coredump/_UPT_put_unwind_info.c coredump/_UPT_resume.c \
$(am__append_27) $(am__append_28) $(am__append_29)
libunwind_coredump_la_LDFLAGS = \
$(COMMON_SO_LDFLAGS) \
-version-info $(COREDUMP_SO_VERSION)
libunwind_coredump_la_LIBADD = \
libunwind-$(arch).la \
$(LIBLZMA) $(LIBZ)
libunwind_nto_la_SOURCES = \
mi/init.c \
nto/unw_nto_access_fpreg.c \
nto/unw_nto_access_mem.c \
nto/unw_nto_accessors.c \
nto/unw_nto_access_reg.c \
nto/unw_nto_create.c \
nto/unw_nto_destroy.c \
nto/unw_nto_elf.c \
nto/unw_nto_find_proc_info.c \
nto/unw_nto_get_dyn_info_list_addr.c \
nto/unw_nto_get_proc_name.c \
nto/unw_nto_get_elf_filename.c \
nto/unw_nto_put_unwind_info.c \
nto/unw_nto_resume.c
libunwind_nto_la_LIBADD = \
libunwind-$(arch).la \
$(libunwind_libadd)
libunwind_ptrace_la_SOURCES = \
mi/init.c \
ptrace/_UPT_access_fpreg.c \
ptrace/_UPT_access_mem.c \
ptrace/_UPT_accessors.c \
ptrace/_UPT_access_reg.c \
ptrace/_UPT_create.c \
ptrace/_UPT_destroy.c \
ptrace/_UPT_elf.c \
ptrace/_UPT_find_proc_info.c \
ptrace/_UPT_get_dyn_info_list_addr.c \
ptrace/_UPT_get_proc_name.c \
ptrace/_UPT_get_elf_filename.c \
ptrace/_UPT_put_unwind_info.c \
ptrace/_UPT_reg_offset.c \
ptrace/_UPT_resume.c \
ptrace/_UPT_ptrauth_insn_mask.c
libunwind_ptrace_la_LIBADD = \
libunwind-$(arch).la \
$(LIBLZMA) $(LIBZ)
libunwind_setjmp_la_SOURCES = mi/init.c setjmp/longjmp.c \
setjmp/siglongjmp.c $(am__append_30) $(am__append_31) \
$(am__append_32) $(am__append_33) $(am__append_34) \
$(am__append_35) $(am__append_36) $(am__append_37) \
$(am__append_38) $(am__append_39) $(am__append_40) \
$(am__append_41)
libunwind_setjmp_la_LDFLAGS = \
$(COMMON_SO_LDFLAGS) \
-version-info $(SETJMP_SO_VERSION)
libunwind_setjmp_la_LIBADD = \
$(libunwind_elf_libs) \
libunwind-$(arch).la \
$(libunwind_libadd)
libunwind_la_LIBADD = $(am__append_26) $(libunwind_elf_libs) \
$(UNW_CRT_LIBADD) $(LIBLZMA) $(LIBZ)
libunwind_la_SOURCES_common = \
$(libunwind_la_SOURCES_os) \
mi/init.c \
mi/flush_cache.c \
mi/mempool.c \
mi/strerror.c
libunwind_la_SOURCES_generic = \
mi/Gaddress_validator.c \
mi/Gdestroy_addr_space.c \
mi/Gdyn-extract.c \
mi/Gdyn-remote.c \
mi/Gfind_dynamic_proc_info.c \
mi/Gget_accessors.c \
mi/Gget_fpreg.c \
mi/Gget_proc_info_by_ip.c \
mi/Gget_proc_name.c \
mi/Gget_reg.c \
mi/Gis_plt_entry.c \
mi/Gput_dynamic_unwind_info.c \
mi/Gset_cache_size.c \
mi/Gset_caching_policy.c \
mi/Gset_fpreg.c \
mi/Gset_iterate_phdr_function.c \
mi/Gset_reg.c \
mi/Gget_elf_filename.c
@SUPPORT_CXX_EXCEPTIONS_TRUE@libunwind_la_SOURCES_local_unwind = \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/Backtrace.c \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/DeleteException.c \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/FindEnclosingFunction.c \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/ForcedUnwind.c \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/GetBSP.c \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/GetCFA.c \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/GetDataRelBase.c \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/GetGR.c \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/GetIP.c \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/GetIPInfo.c \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/GetLanguageSpecificData.c \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/GetRegionStart.c \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/GetTextRelBase.c \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/RaiseException.c \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/Resume.c \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/Resume_or_Rethrow.c \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/SetGR.c \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ unwind/SetIP.c
@SUPPORT_CXX_EXCEPTIONS_TRUE@libunwind_la_SOURCES_os_linux_local = \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ mi/_ReadULEB.c \
@SUPPORT_CXX_EXCEPTIONS_TRUE@ mi/_ReadSLEB.c
libunwind_la_SOURCES_local_nounwind = \
$(libunwind_la_SOURCES_os_local) \
mi/backtrace.c \
mi/dyn-cancel.c \
mi/dyn-info-list.c \
mi/dyn-register.c \
mi/Laddress_validator.c \
mi/Ldestroy_addr_space.c \
mi/Ldyn-extract.c \
mi/Lfind_dynamic_proc_info.c \
mi/Lget_accessors.c \
mi/Lget_fpreg.c mi/Lset_fpreg.c \
mi/Lget_proc_info_by_ip.c \
mi/Lget_proc_name.c \
mi/Lget_reg.c \
mi/Lis_plt_entry.c \
mi/Lput_dynamic_unwind_info.c \
mi/Lset_cache_size.c \
mi/Lset_caching_policy.c \
mi/Lset_iterate_phdr_function.c \
mi/Lset_reg.c \
mi/Lget_elf_filename.c
libunwind_la_SOURCES_local = \
$(libunwind_la_SOURCES_local_nounwind) \
$(libunwind_la_SOURCES_local_unwind)
libunwind_dwarf_common_la_SOURCES = dwarf/global.c
libunwind_dwarf_local_la_SOURCES = \
dwarf/Lexpr.c \
dwarf/Lfde.c \
dwarf/Lfind_proc_info-lsb.c \
dwarf/Lfind_unwind_table.c \
dwarf/Lget_proc_info_in_range.c \
dwarf/Lparser.c \
dwarf/Lpe.c
libunwind_dwarf_local_la_LIBADD = libunwind-dwarf-common.la
libunwind_dwarf_generic_la_SOURCES = \
dwarf/Gexpr.c \
dwarf/Gfde.c \
dwarf/Gfind_proc_info-lsb.c \
dwarf/Gfind_unwind_table.c \
dwarf/Gget_proc_info_in_range.c \
dwarf/Gparser.c \
dwarf/Gpe.c
libunwind_dwarf_generic_la_LIBADD = libunwind-dwarf-common.la
libunwind_elf32_la_SOURCES = elf32.c
libunwind_elf64_la_SOURCES = elf64.c
libunwind_elfxx_la_SOURCES = elfxx.c
libunwind_elf32_la_LIBADD = $(LIBLZMA) $(LIBZ)
libunwind_elf64_la_LIBADD = $(LIBLZMA) $(LIBZ)
libunwind_elfxx_la_LIBADD = $(LIBLZMA) $(LIBZ)
@OS_FREEBSD_TRUE@libunwind_la_SOURCES_os = os-freebsd.c
@OS_HPUX_TRUE@libunwind_la_SOURCES_os = os-hpux.c
@OS_LINUX_TRUE@libunwind_la_SOURCES_os = os-linux.c dl-iterate-phdr.c
@OS_QNX_TRUE@libunwind_la_SOURCES_os = os-qnx.c
@OS_SOLARIS_TRUE@libunwind_la_SOURCES_os = os-solaris.c
@OS_HPUX_TRUE@libunwind_la_SOURCES_os_local = $(libunwind_la_SOURCES_os_hpux_local)
@OS_LINUX_TRUE@libunwind_la_SOURCES_os_local = $(libunwind_la_SOURCES_os_linux_local)
@OS_FREEBSD_TRUE@libunwind_la_SOURCES_aarch64_os = aarch64/Gos-freebsd.c
@OS_LINUX_TRUE@libunwind_la_SOURCES_aarch64_os = aarch64/Gos-linux.c
@OS_QNX_TRUE@libunwind_la_SOURCES_aarch64_os = aarch64/Gos-qnx.c
@OS_FREEBSD_TRUE@libunwind_la_SOURCES_aarch64_os_local = aarch64/Los-freebsd.c aarch64/setcontext.S
@OS_LINUX_TRUE@libunwind_la_SOURCES_aarch64_os_local = aarch64/Los-linux.c
@OS_QNX_TRUE@libunwind_la_SOURCES_aarch64_os_local = aarch64/Los-qnx.c
@OS_FREEBSD_TRUE@libunwind_la_SOURCES_arm_os = arm/Gos-freebsd.c
@OS_LINUX_TRUE@libunwind_la_SOURCES_arm_os = arm/Gos-linux.c
@OS_QNX_TRUE@libunwind_la_SOURCES_arm_os = arm/Gos-other.c
@OS_FREEBSD_TRUE@libunwind_la_SOURCES_arm_os_local = arm/Los-freebsd.c
@OS_LINUX_TRUE@libunwind_la_SOURCES_arm_os_local = arm/Los-linux.c
@OS_QNX_TRUE@libunwind_la_SOURCES_arm_os_local = arm/Los-other.c
@OS_FREEBSD_TRUE@libunwind_la_SOURCES_x86_os = x86/Gos-freebsd.c
@OS_LINUX_TRUE@libunwind_la_SOURCES_x86_os = x86/Gos-linux.c
@OS_FREEBSD_TRUE@libunwind_la_SOURCES_x86_os_local = x86/Los-freebsd.c x86/getcontext-freebsd.S
@OS_LINUX_TRUE@libunwind_la_SOURCES_x86_os_local = x86/Los-linux.c x86/getcontext-linux.S
@OS_FREEBSD_TRUE@libunwind_la_SOURCES_x86_64_os = x86_64/Gos-freebsd.c
@OS_LINUX_TRUE@libunwind_la_SOURCES_x86_64_os = x86_64/Gos-linux.c
@OS_QNX_TRUE@libunwind_la_SOURCES_x86_64_os = x86_64/Gos-qnx.c
@OS_SOLARIS_TRUE@libunwind_la_SOURCES_x86_64_os = x86_64/Gos-solaris.c
@OS_FREEBSD_TRUE@libunwind_la_SOURCES_x86_64_os_local = x86_64/Los-freebsd.c
@OS_LINUX_TRUE@libunwind_la_SOURCES_x86_64_os_local = x86_64/Los-linux.c
@OS_QNX_TRUE@libunwind_la_SOURCES_x86_64_os_local = x86_64/Los-qnx.c
@OS_SOLARIS_TRUE@libunwind_la_SOURCES_x86_64_os_local = x86_64/Los-solaris.c
libunwind_la_SOURCES_aarch64_common = \
$(libunwind_la_SOURCES_common) \
aarch64/is_fpreg.c \
aarch64/regname.c
@ARCH_AARCH64_TRUE@libunwind_la_SOURCES = \
@ARCH_AARCH64_TRUE@ $(libunwind_la_SOURCES_aarch64_common) \
@ARCH_AARCH64_TRUE@ $(libunwind_la_SOURCES_local) \
@ARCH_AARCH64_TRUE@ $(libunwind_la_SOURCES_aarch64_os_local) \
@ARCH_AARCH64_TRUE@ aarch64/getcontext.S \
@ARCH_AARCH64_TRUE@ aarch64/Lapply_reg_state.c \
@ARCH_AARCH64_TRUE@ aarch64/Lcreate_addr_space.c \
@ARCH_AARCH64_TRUE@ aarch64/Lget_proc_info.c \
@ARCH_AARCH64_TRUE@ aarch64/Lget_save_loc.c \
@ARCH_AARCH64_TRUE@ aarch64/Lget_cursor_snapshot.c \
@ARCH_AARCH64_TRUE@ aarch64/Lglobal.c \
@ARCH_AARCH64_TRUE@ aarch64/Linit.c \
@ARCH_AARCH64_TRUE@ aarch64/Linit_local.c \
@ARCH_AARCH64_TRUE@ aarch64/Linit_remote.c \
@ARCH_AARCH64_TRUE@ aarch64/Lis_signal_frame.c \
@ARCH_AARCH64_TRUE@ aarch64/Lregs.c \
@ARCH_AARCH64_TRUE@ aarch64/Lreg_states_iterate.c \
@ARCH_AARCH64_TRUE@ aarch64/Lresume.c \
@ARCH_AARCH64_TRUE@ aarch64/Lstash_frame.c \
@ARCH_AARCH64_TRUE@ aarch64/Lstep.c \
@ARCH_AARCH64_TRUE@ aarch64/Ltrace.c \
@ARCH_AARCH64_TRUE@ aarch64/Lstrip_ptrauth_insn_mask.c
@ARCH_ARM_TRUE@libunwind_la_SOURCES = \
@ARCH_ARM_TRUE@ $(libunwind_la_SOURCES_arm_common) \
@ARCH_ARM_TRUE@ $(libunwind_la_SOURCES_arm_os_local) \
@ARCH_ARM_TRUE@ $(libunwind_la_SOURCES_local) \
@ARCH_ARM_TRUE@ arm/getcontext.S \
@ARCH_ARM_TRUE@ arm/Lapply_reg_state.c \
@ARCH_ARM_TRUE@ arm/Lcreate_addr_space.c \
@ARCH_ARM_TRUE@ arm/Lex_tables.c \
@ARCH_ARM_TRUE@ arm/Lget_proc_info.c \
@ARCH_ARM_TRUE@ arm/Lget_save_loc.c \
@ARCH_ARM_TRUE@ arm/Lglobal.c arm/Linit.c \
@ARCH_ARM_TRUE@ arm/Linit_local.c \
@ARCH_ARM_TRUE@ arm/Linit_remote.c \
@ARCH_ARM_TRUE@ arm/Lregs.c \
@ARCH_ARM_TRUE@ arm/Lreg_states_iterate.c \
@ARCH_ARM_TRUE@ arm/Lresume.c \
@ARCH_ARM_TRUE@ arm/Lstash_frame.c \
@ARCH_ARM_TRUE@ arm/Lstep.c \
@ARCH_ARM_TRUE@ arm/Ltrace.c
@ARCH_HPPA_TRUE@libunwind_la_SOURCES = \
@ARCH_HPPA_TRUE@ $(libunwind_la_SOURCES_hppa_common) \
@ARCH_HPPA_TRUE@ $(libunwind_la_SOURCES_local) \
@ARCH_HPPA_TRUE@ hppa/getcontext.S \
@ARCH_HPPA_TRUE@ hppa/Lapply_reg_state.c \
@ARCH_HPPA_TRUE@ hppa/Lcreate_addr_space.c \
@ARCH_HPPA_TRUE@ hppa/Lget_proc_info.c \
@ARCH_HPPA_TRUE@ hppa/Lget_save_loc.c \
@ARCH_HPPA_TRUE@ hppa/Lglobal.c \
@ARCH_HPPA_TRUE@ hppa/Linit.c \
@ARCH_HPPA_TRUE@ hppa/Linit_local.c \
@ARCH_HPPA_TRUE@ hppa/Linit_remote.c \
@ARCH_HPPA_TRUE@ hppa/Lis_signal_frame.c \
@ARCH_HPPA_TRUE@ hppa/Lregs.c \
@ARCH_HPPA_TRUE@ hppa/Lreg_states_iterate.c \
@ARCH_HPPA_TRUE@ hppa/Lresume.c \
@ARCH_HPPA_TRUE@ hppa/Lstep.c \
@ARCH_HPPA_TRUE@ hppa/setcontext.S
@ARCH_IA64_TRUE@libunwind_la_SOURCES = \
@ARCH_IA64_TRUE@ $(libunwind_la_SOURCES_ia64_common) \
@ARCH_IA64_TRUE@ $(libunwind_la_SOURCES_local) \
@ARCH_IA64_TRUE@ ia64/dyn_info_list.S \
@ARCH_IA64_TRUE@ ia64/getcontext.S \
@ARCH_IA64_TRUE@ ia64/Lapply_reg_state.c \
@ARCH_IA64_TRUE@ ia64/Lcreate_addr_space.c \
@ARCH_IA64_TRUE@ ia64/Lfind_unwind_table.c \
@ARCH_IA64_TRUE@ ia64/Lget_proc_info.c \
@ARCH_IA64_TRUE@ ia64/Lget_save_loc.c \
@ARCH_IA64_TRUE@ ia64/Lglobal.c \
@ARCH_IA64_TRUE@ ia64/Linit.c \
@ARCH_IA64_TRUE@ ia64/Linit_local.c \
@ARCH_IA64_TRUE@ ia64/Linit_remote.c \
@ARCH_IA64_TRUE@ ia64/Linstall_cursor.S \
@ARCH_IA64_TRUE@ ia64/Lis_signal_frame.c \
@ARCH_IA64_TRUE@ ia64/Lparser.c \
@ARCH_IA64_TRUE@ ia64/Lrbs.c \
@ARCH_IA64_TRUE@ ia64/Lregs.c \
@ARCH_IA64_TRUE@ ia64/Lreg_states_iterate.c \
@ARCH_IA64_TRUE@ ia64/Lresume.c \
@ARCH_IA64_TRUE@ ia64/Lscript.c \
@ARCH_IA64_TRUE@ ia64/Lstep.c \
@ARCH_IA64_TRUE@ ia64/Ltables.c
@ARCH_LOONGARCH64_TRUE@libunwind_la_SOURCES = \
@ARCH_LOONGARCH64_TRUE@ $(libunwind_la_SOURCES_loongarch64_common) \
@ARCH_LOONGARCH64_TRUE@ $(libunwind_la_SOURCES_local) \
@ARCH_LOONGARCH64_TRUE@ loongarch64/getcontext.S \
@ARCH_LOONGARCH64_TRUE@ loongarch64/Lapply_reg_state.c \
@ARCH_LOONGARCH64_TRUE@ loongarch64/Lcreate_addr_space.c \
@ARCH_LOONGARCH64_TRUE@ loongarch64/Lget_proc_info.c \
@ARCH_LOONGARCH64_TRUE@ loongarch64/Lget_save_loc.c \
@ARCH_LOONGARCH64_TRUE@ loongarch64/Lglobal.c \
@ARCH_LOONGARCH64_TRUE@ loongarch64/Linit.c \
@ARCH_LOONGARCH64_TRUE@ loongarch64/Linit_local.c \
@ARCH_LOONGARCH64_TRUE@ loongarch64/Linit_remote.c \
@ARCH_LOONGARCH64_TRUE@ loongarch64/Lis_signal_frame.c \
@ARCH_LOONGARCH64_TRUE@ loongarch64/Lregs.c \
@ARCH_LOONGARCH64_TRUE@ loongarch64/Lreg_states_iterate.c \
@ARCH_LOONGARCH64_TRUE@ loongarch64/Lresume.c \
@ARCH_LOONGARCH64_TRUE@ loongarch64/Lstep.c
@ARCH_MIPS_TRUE@libunwind_la_SOURCES = \
@ARCH_MIPS_TRUE@ $(libunwind_la_SOURCES_mips_common) \
@ARCH_MIPS_TRUE@ $(libunwind_la_SOURCES_local) \
@ARCH_MIPS_TRUE@ mips/getcontext.S \
@ARCH_MIPS_TRUE@ mips/Lapply_reg_state.c \
@ARCH_MIPS_TRUE@ mips/Lcreate_addr_space.c \
@ARCH_MIPS_TRUE@ mips/Lget_proc_info.c \
@ARCH_MIPS_TRUE@ mips/Lget_save_loc.c \
@ARCH_MIPS_TRUE@ mips/Lglobal.c \
@ARCH_MIPS_TRUE@ mips/Linit.c \
@ARCH_MIPS_TRUE@ mips/Linit_local.c \
@ARCH_MIPS_TRUE@ mips/Linit_remote.c \
@ARCH_MIPS_TRUE@ mips/Lis_signal_frame.c \
@ARCH_MIPS_TRUE@ mips/Lregs.c \
@ARCH_MIPS_TRUE@ mips/Lreg_states_iterate.c \
@ARCH_MIPS_TRUE@ mips/Lresume.c \
@ARCH_MIPS_TRUE@ mips/Lstep.c
@ARCH_PPC32_TRUE@libunwind_la_SOURCES = \
@ARCH_PPC32_TRUE@ $(libunwind_la_SOURCES_ppc32_common) \
@ARCH_PPC32_TRUE@ $(libunwind_la_SOURCES_local) \
@ARCH_PPC32_TRUE@ $(libunwind_la_SOURCES_ppc) \
@ARCH_PPC32_TRUE@ ppc32/Lapply_reg_state.c \
@ARCH_PPC32_TRUE@ ppc32/Lcreate_addr_space.c \
@ARCH_PPC32_TRUE@ ppc32/Lglobal.c \
@ARCH_PPC32_TRUE@ ppc32/Linit.c \
@ARCH_PPC32_TRUE@ ppc32/Lregs.c \
@ARCH_PPC32_TRUE@ ppc32/Lreg_states_iterate.c \
@ARCH_PPC32_TRUE@ ppc32/Lresume.c \
@ARCH_PPC32_TRUE@ ppc32/Lstep.c
@ARCH_PPC64_TRUE@libunwind_la_SOURCES = \
@ARCH_PPC64_TRUE@ $(libunwind_la_SOURCES_ppc64_common) \
@ARCH_PPC64_TRUE@ $(libunwind_la_SOURCES_local) \
@ARCH_PPC64_TRUE@ $(libunwind_la_SOURCES_ppc) \
@ARCH_PPC64_TRUE@ ppc64/Lapply_reg_state.c \
@ARCH_PPC64_TRUE@ ppc64/Lcreate_addr_space.c \
@ARCH_PPC64_TRUE@ ppc64/Lglobal.c \
@ARCH_PPC64_TRUE@ ppc64/Linit.c \
@ARCH_PPC64_TRUE@ ppc64/Lregs.c \
@ARCH_PPC64_TRUE@ ppc64/Lreg_states_iterate.c \
@ARCH_PPC64_TRUE@ ppc64/Lresume.c \
@ARCH_PPC64_TRUE@ ppc64/Lstep.c
@ARCH_RISCV_TRUE@libunwind_la_SOURCES = \
@ARCH_RISCV_TRUE@ $(libunwind_la_SOURCES_riscv_common) \
@ARCH_RISCV_TRUE@ $(libunwind_la_SOURCES_local) \
@ARCH_RISCV_TRUE@ riscv/getcontext.S \
@ARCH_RISCV_TRUE@ riscv/Lapply_reg_state.c \
@ARCH_RISCV_TRUE@ riscv/Lcreate_addr_space.c \
@ARCH_RISCV_TRUE@ riscv/Lget_proc_info.c \
@ARCH_RISCV_TRUE@ riscv/Lget_save_loc.c \
@ARCH_RISCV_TRUE@ riscv/Lglobal.c \
@ARCH_RISCV_TRUE@ riscv/Linit.c \
@ARCH_RISCV_TRUE@ riscv/Linit_local.c \
@ARCH_RISCV_TRUE@ riscv/Linit_remote.c \
@ARCH_RISCV_TRUE@ riscv/Lis_signal_frame.c \
@ARCH_RISCV_TRUE@ riscv/Lregs.c \
@ARCH_RISCV_TRUE@ riscv/Lreg_states_iterate.c \
@ARCH_RISCV_TRUE@ riscv/Lresume.c \
@ARCH_RISCV_TRUE@ riscv/Lstep.c \
@ARCH_RISCV_TRUE@ riscv/setcontext.S
@ARCH_S390X_TRUE@libunwind_la_SOURCES = \
@ARCH_S390X_TRUE@ $(libunwind_la_SOURCES_s390x_common) \
@ARCH_S390X_TRUE@ $(libunwind_la_SOURCES_local) \
@ARCH_S390X_TRUE@ s390x/getcontext.S \
@ARCH_S390X_TRUE@ s390x/Lapply_reg_state.c \
@ARCH_S390X_TRUE@ s390x/Lcreate_addr_space.c \
@ARCH_S390X_TRUE@ s390x/Lget_proc_info.c \
@ARCH_S390X_TRUE@ s390x/Lget_save_loc.c \
@ARCH_S390X_TRUE@ s390x/Lglobal.c \
@ARCH_S390X_TRUE@ s390x/Linit.c \
@ARCH_S390X_TRUE@ s390x/Linit_local.c \
@ARCH_S390X_TRUE@ s390x/Linit_remote.c \
@ARCH_S390X_TRUE@ s390x/Lis_signal_frame.c \
@ARCH_S390X_TRUE@ s390x/Lregs.c \
@ARCH_S390X_TRUE@ s390x/Lreg_states_iterate.c \
@ARCH_S390X_TRUE@ s390x/Lresume.c \
@ARCH_S390X_TRUE@ s390x/Lstep.c \
@ARCH_S390X_TRUE@ s390x/setcontext.S
@ARCH_SH_TRUE@libunwind_la_SOURCES = \
@ARCH_SH_TRUE@ $(libunwind_la_SOURCES_sh_common) \
@ARCH_SH_TRUE@ $(libunwind_la_SOURCES_local) \
@ARCH_SH_TRUE@ sh/Lapply_reg_state.c \
@ARCH_SH_TRUE@ sh/Lcreate_addr_space.c \
@ARCH_SH_TRUE@ sh/Lget_proc_info.c \
@ARCH_SH_TRUE@ sh/Lget_save_loc.c \
@ARCH_SH_TRUE@ sh/Lglobal.c \
@ARCH_SH_TRUE@ sh/Linit.c \
@ARCH_SH_TRUE@ sh/Linit_local.c \
@ARCH_SH_TRUE@ sh/Linit_remote.c \
@ARCH_SH_TRUE@ sh/Lis_signal_frame.c \
@ARCH_SH_TRUE@ sh/Lregs.c \
@ARCH_SH_TRUE@ sh/Lreg_states_iterate.c \
@ARCH_SH_TRUE@ sh/Lresume.c \
@ARCH_SH_TRUE@ sh/Lstep.c
@ARCH_X86_64_TRUE@libunwind_la_SOURCES = \
@ARCH_X86_64_TRUE@ $(libunwind_la_SOURCES_x86_64_common) \
@ARCH_X86_64_TRUE@ $(libunwind_la_SOURCES_x86_64_os_local)\
@ARCH_X86_64_TRUE@ $(libunwind_la_SOURCES_local) \
@ARCH_X86_64_TRUE@ x86_64/getcontext.S \
@ARCH_X86_64_TRUE@ x86_64/Lapply_reg_state.c \
@ARCH_X86_64_TRUE@ x86_64/Lcreate_addr_space.c \
@ARCH_X86_64_TRUE@ x86_64/Lget_proc_info.c \
@ARCH_X86_64_TRUE@ x86_64/Lget_save_loc.c \
@ARCH_X86_64_TRUE@ x86_64/Lglobal.c \
@ARCH_X86_64_TRUE@ x86_64/Linit.c \
@ARCH_X86_64_TRUE@ x86_64/Linit_local.c \
@ARCH_X86_64_TRUE@ x86_64/Linit_remote.c \
@ARCH_X86_64_TRUE@ x86_64/Lregs.c \
@ARCH_X86_64_TRUE@ x86_64/Lreg_states_iterate.c \
@ARCH_X86_64_TRUE@ x86_64/Lresume.c \
@ARCH_X86_64_TRUE@ x86_64/Lstash_frame.c \
@ARCH_X86_64_TRUE@ x86_64/Lstep.c \
@ARCH_X86_64_TRUE@ x86_64/Ltrace.c \
@ARCH_X86_64_TRUE@ x86_64/setcontext.S
@ARCH_X86_TRUE@libunwind_la_SOURCES = \
@ARCH_X86_TRUE@ $(libunwind_la_SOURCES_x86_common) \
@ARCH_X86_TRUE@ $(libunwind_la_SOURCES_x86_os_local) \
@ARCH_X86_TRUE@ $(libunwind_la_SOURCES_local) \
@ARCH_X86_TRUE@ x86/Lapply_reg_state.c \
@ARCH_X86_TRUE@ x86/Lcreate_addr_space.c \
@ARCH_X86_TRUE@ x86/Lget_proc_info.c \
@ARCH_X86_TRUE@ x86/Lget_save_loc.c \
@ARCH_X86_TRUE@ x86/Lglobal.c \
@ARCH_X86_TRUE@ x86/Linit.c \
@ARCH_X86_TRUE@ x86/Linit_local.c \
@ARCH_X86_TRUE@ x86/Linit_remote.c \
@ARCH_X86_TRUE@ x86/Lregs.c \
@ARCH_X86_TRUE@ x86/Lreg_states_iterate.c \
@ARCH_X86_TRUE@ x86/Lresume.c \
@ARCH_X86_TRUE@ x86/Lstep.c
libunwind_aarch64_la_SOURCES = \
$(libunwind_la_SOURCES_aarch64_common) \
$(libunwind_la_SOURCES_generic) \
$(libunwind_la_SOURCES_aarch64_os) \
aarch64/Gapply_reg_state.c \
aarch64/Gcreate_addr_space.c \
aarch64/Gget_proc_info.c \
aarch64/Gget_save_loc.c \
aarch64/Gget_cursor_snapshot.c \
aarch64/Gglobal.c \
aarch64/Ginit.c \
aarch64/Ginit_local.c \
aarch64/Ginit_remote.c \
aarch64/Gis_signal_frame.c \
aarch64/Gregs.c \
aarch64/Greg_states_iterate.c \
aarch64/Gresume.c \
aarch64/Gstash_frame.c \
aarch64/Gstep.c \
aarch64/Gtrace.c \
aarch64/Gstrip_ptrauth_insn_mask.c
libunwind_aarch64_la_LDFLAGS = \
$(COMMON_SO_LDFLAGS) \
-version-info $(SOVERSION)
libunwind_aarch64_la_LIBADD = \
libunwind-dwarf-generic.la \
libunwind-elf64.la \
$(libunwind_libadd)
libunwind_la_SOURCES_arm_common = \
$(libunwind_la_SOURCES_common) \
arm/is_fpreg.c arm/regname.c
libunwind_arm_la_SOURCES = \
$(libunwind_la_SOURCES_arm_common) \
$(libunwind_la_SOURCES_arm_os) \
$(libunwind_la_SOURCES_generic) \
arm/Gapply_reg_state.c \
arm/Gcreate_addr_space.c \
arm/Gex_tables.c \
arm/Gget_proc_info.c \
arm/Gget_save_loc.c \
arm/Gglobal.c \
arm/Ginit.c \
arm/Ginit_local.c \
arm/Ginit_remote.c \
arm/Gregs.c \
arm/Greg_states_iterate.c \
arm/Gresume.c \
arm/Gstash_frame.c \
arm/Gstep.c \
arm/Gtrace.c
libunwind_arm_la_LDFLAGS = \
$(COMMON_SO_LDFLAGS) \
-version-info $(SOVERSION)
libunwind_arm_la_LIBADD = \
libunwind-dwarf-generic.la \
libunwind-elf32.la \
$(libunwind_libadd)
libunwind_la_SOURCES_hppa_common = \
$(libunwind_la_SOURCES_common) \
hppa/regname.c
libunwind_hppa_la_SOURCES = \
$(libunwind_la_SOURCES_hppa_common) \
$(libunwind_la_SOURCES_generic) \
hppa/Gapply_reg_state.c \
hppa/Gcreate_addr_space.c \
hppa/Gget_proc_info.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/Gregs.c \
hppa/Greg_states_iterate.c \
hppa/Gresume.c \
hppa/Gstep.c
libunwind_hppa_la_LDFLAGS = \
$(COMMON_SO_LDFLAGS) \
-version-info $(SOVERSION)
libunwind_hppa_la_LIBADD = \
libunwind-dwarf-generic.la \
libunwind-elf32.la \
$(libunwind_libadd)
libunwind_la_SOURCES_ia64_common = \
$(libunwind_la_SOURCES_common) \
ia64/regname.c
libunwind_la_EXTRAS_ia64 = \
ia64/mk_cursor_i \
ia64/mk_Gcursor_i.c \
ia64/mk_Lcursor_i.c
@ARCH_IA64_TRUE@BUILT_SOURCES = Gcursor_i.h Lcursor_i.h
libunwind_ia64_la_SOURCES = \
$(libunwind_la_SOURCES_ia64_common) \
$(libunwind_la_SOURCES_generic) \
ia64/Gapply_reg_state.c \
ia64/Gcreate_addr_space.c \
ia64/Gfind_unwind_table.c \
ia64/Gget_proc_info.c \
ia64/Gget_save_loc.c \
ia64/Gglobal.c \
ia64/Ginit.c \
ia64/Ginit_local.c \
ia64/Ginit_remote.c \
ia64/Ginstall_cursor.S \
ia64/Gis_signal_frame.c \
ia64/Gparser.c \
ia64/Grbs.c \
ia64/Gregs.c \
ia64/Greg_states_iterate.c \
ia64/Gresume.c \
ia64/Gscript.c \
ia64/Gstep.c \
ia64/Gtables.c
libunwind_ia64_la_LDFLAGS = \
$(COMMON_SO_LDFLAGS) \
-version-info $(SOVERSION)
libunwind_ia64_la_LIBADD = \
libunwind-elf64.la \
$(libunwind_libadd)
libunwind_la_SOURCES_loongarch64_common = \
$(libunwind_la_SOURCES_common) \
loongarch64/is_fpreg.c \
loongarch64/regname.c
libunwind_loongarch64_la_SOURCES = \
$(libunwind_la_SOURCES_loongarch64_common) \
$(libunwind_la_SOURCES_generic) \
loongarch64/Gapply_reg_state.c \
loongarch64/Gcreate_addr_space.c \
loongarch64/Gget_proc_info.c \
loongarch64/Gget_save_loc.c \
loongarch64/Gglobal.c \
loongarch64/Ginit.c \
loongarch64/Ginit_local.c \
loongarch64/Ginit_remote.c \
loongarch64/Gis_signal_frame.c \
loongarch64/Gregs.c \
loongarch64/Greg_states_iterate.c \
loongarch64/Gresume.c \
loongarch64/Gstep.c
libunwind_loongarch64_la_LDFLAGS = \
$(COMMON_SO_LDFLAGS) \
-version-info $(SOVERSION)
libunwind_loongarch64_la_LIBADD = \
libunwind-dwarf-generic.la \
libunwind-elf64.la \
$(libunwind_libadd)
libunwind_la_SOURCES_mips_common = \
$(libunwind_la_SOURCES_common) \
mips/is_fpreg.c \
mips/regname.c
libunwind_mips_la_SOURCES = \
$(libunwind_la_SOURCES_mips_common) \
$(libunwind_la_SOURCES_generic) \
mips/Gapply_reg_state.c \
mips/Gcreate_addr_space.c \
mips/Gget_proc_info.c \
mips/Gget_save_loc.c \
mips/Gglobal.c \
mips/Ginit.c \
mips/Ginit_local.c \
mips/Ginit_remote.c \
mips/Gis_signal_frame.c \
mips/Gregs.c \
mips/Greg_states_iterate.c \
mips/Gresume.c \
mips/Gstep.c
libunwind_mips_la_LDFLAGS = \
$(COMMON_SO_LDFLAGS) \
-version-info $(SOVERSION)
libunwind_mips_la_LIBADD = \
libunwind-dwarf-generic.la \
libunwind-elfxx.la \
$(libunwind_libadd)
libunwind_la_SOURCES_ppc = \
ppc/Lget_proc_info.c \
ppc/Lget_save_loc.c \
ppc/Linit_local.c \
ppc/Linit_remote.c \
ppc/Lis_signal_frame.c
libunwind_ppc_la_SOURCES_ppc_generic = \
ppc/Gget_proc_info.c \
ppc/Gget_save_loc.c \
ppc/Ginit_local.c \
ppc/Ginit_remote.c \
ppc/Gis_signal_frame.c
libunwind_la_SOURCES_ppc32_common = \
$(libunwind_la_SOURCES_common) \
ppc32/get_func_addr.c \
ppc32/is_fpreg.c \
ppc32/regname.c
libunwind_ppc32_la_SOURCES = \
$(libunwind_la_SOURCES_ppc32_common) \
$(libunwind_la_SOURCES_generic) \
$(libunwind_ppc_la_SOURCES_ppc_generic)\
ppc32/Gapply_reg_state.c \
ppc32/Gcreate_addr_space.c \
ppc32/Gglobal.c \
ppc32/Ginit.c \
ppc32/Gregs.c \
ppc32/Greg_states_iterate.c \
ppc32/Gresume.c \
ppc32/Gstep.c
libunwind_ppc32_la_LDFLAGS = \
$(COMMON_SO_LDFLAGS) \
-version-info $(SOVERSION)
libunwind_ppc32_la_LIBADD = \
libunwind-dwarf-generic.la \
libunwind-elf32.la \
$(libunwind_libadd)
libunwind_la_SOURCES_ppc64_common = \
$(libunwind_la_SOURCES_common) \
ppc64/get_func_addr.c \
ppc64/is_fpreg.c \
ppc64/regname.c
libunwind_ppc64_la_SOURCES = \
$(libunwind_la_SOURCES_ppc64_common) \
$(libunwind_la_SOURCES_generic) \
$(libunwind_ppc_la_SOURCES_ppc_generic)\
ppc64/Gapply_reg_state.c \
ppc64/Gcreate_addr_space.c \
ppc64/Gglobal.c \
ppc64/Ginit.c \
ppc64/Gregs.c \
ppc64/Greg_states_iterate.c \
ppc64/Gresume.c \
ppc64/Gstep.c
libunwind_ppc64_la_LDFLAGS = \
$(COMMON_SO_LDFLAGS) \
-version-info $(SOVERSION)
libunwind_ppc64_la_LIBADD = \
libunwind-dwarf-generic.la \
libunwind-elf64.la \
$(libunwind_libadd)
libunwind_la_SOURCES_riscv_common = \
$(libunwind_la_SOURCES_common) \
riscv/is_fpreg.c \
riscv/regname.c
libunwind_riscv_la_SOURCES = \
$(libunwind_la_SOURCES_riscv_common) \
$(libunwind_la_SOURCES_generic) \
riscv/Gapply_reg_state.c \
riscv/Gcreate_addr_space.c \
riscv/Gget_proc_info.c \
riscv/Gget_save_loc.c \
riscv/Gglobal.c \
riscv/Ginit.c \
riscv/Ginit_local.c \
riscv/Ginit_remote.c \
riscv/Gis_signal_frame.c \
riscv/Gregs.c \
riscv/Greg_states_iterate.c \
riscv/Gresume.c \
riscv/Gstep.c
libunwind_riscv_la_LDFLAGS = \
$(COMMON_SO_LDFLAGS) \
-version-info $(SOVERSION)
libunwind_riscv_la_LIBADD = \
libunwind-dwarf-generic.la \
libunwind-elf64.la \
$(libunwind_libadd)
libunwind_la_SOURCES_s390x_common = \
$(libunwind_la_SOURCES_common) \
s390x/is_fpreg.c \
s390x/regname.c
libunwind_s390x_la_SOURCES = \
$(libunwind_la_SOURCES_s390x_common) \
$(libunwind_la_SOURCES_generic) \
s390x/Gapply_reg_state.c \
s390x/Gcreate_addr_space.c \
s390x/Gget_proc_info.c \
s390x/Gget_save_loc.c \
s390x/Gglobal.c \
s390x/Ginit.c \
s390x/Ginit_local.c \
s390x/Ginit_remote.c \
s390x/Gis_signal_frame.c \
s390x/Gregs.c \
s390x/Greg_states_iterate.c \
s390x/Gresume.c \
s390x/Gstep.c
libunwind_s390x_la_LDFLAGS = \
$(COMMON_SO_LDFLAGS) \
-version-info $(SOVERSION)
libunwind_s390x_la_LIBADD = \
libunwind-dwarf-generic.la \
libunwind-elf64.la \
$(libunwind_libadd)
libunwind_la_SOURCES_sh_common = \
$(libunwind_la_SOURCES_common) \
sh/is_fpreg.c \
sh/regname.c
libunwind_sh_la_SOURCES = \
$(libunwind_la_SOURCES_sh_common) \
$(libunwind_la_SOURCES_generic) \
sh/Gapply_reg_state.c \
sh/Gcreate_addr_space.c \
sh/Gget_proc_info.c \
sh/Gget_save_loc.c \
sh/Gglobal.c \
sh/Ginit.c \
sh/Ginit_local.c \
sh/Ginit_remote.c \
sh/Gis_signal_frame.c \
sh/Gregs.c \
sh/Greg_states_iterate.c \
sh/Gresume.c \
sh/Gstep.c
libunwind_sh_la_LDFLAGS = \
$(COMMON_SO_LDFLAGS) \
-version-info $(SOVERSION)
libunwind_sh_la_LIBADD = \
libunwind-dwarf-generic.la \
libunwind-elf32.la \
$(libunwind_libadd)
libunwind_la_SOURCES_x86_common = \
$(libunwind_la_SOURCES_common) \
x86/is_fpreg.c \
x86/regname.c
libunwind_x86_la_SOURCES = \
$(libunwind_la_SOURCES_x86_common) \
$(libunwind_la_SOURCES_x86_os) \
$(libunwind_la_SOURCES_generic) \
x86/Gapply_reg_state.c \
x86/Gcreate_addr_space.c \
x86/Gget_proc_info.c \
x86/Gget_save_loc.c \
x86/Gglobal.c \
x86/Ginit.c \
x86/Ginit_local.c \
x86/Ginit_remote.c \
x86/Gregs.c \
x86/Greg_states_iterate.c \
x86/Gresume.c \
x86/Gstep.c
libunwind_x86_la_LDFLAGS = \
$(COMMON_SO_LDFLAGS) \
-version-info $(SOVERSION)
libunwind_x86_la_LIBADD = \
libunwind-dwarf-generic.la \
libunwind-elf32.la \
$(libunwind_libadd)
libunwind_la_SOURCES_x86_64_common = \
$(libunwind_la_SOURCES_common) \
x86_64/is_fpreg.c \
x86_64/regname.c
libunwind_x86_64_la_SOURCES = \
$(libunwind_la_SOURCES_x86_64_common) \
$(libunwind_la_SOURCES_x86_64_os) \
$(libunwind_la_SOURCES_generic) \
x86_64/Gapply_reg_state.c \
x86_64/Gcreate_addr_space.c \
x86_64/Gget_proc_info.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/Gregs.c \
x86_64/Greg_states_iterate.c \
x86_64/Gresume.c \
x86_64/Gstash_frame.c \
x86_64/Gstep.c \
x86_64/Gtrace.c
libunwind_x86_64_la_LDFLAGS = \
$(COMMON_SO_LDFLAGS) \
-version-info $(SOVERSION)
libunwind_x86_64_la_LIBADD = \
libunwind-dwarf-generic.la \
libunwind-elf64.la \
$(libunwind_libadd)
libunwind_la_LDFLAGS = $(COMMON_SO_LDFLAGS) \
$(UNW_CRT_LDFLAGS) \
$(LDFLAGS_STATIC_LIBCXA) \
-version-info $(SOVERSION)
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/include/tdep-$(arch) -I.
AM_CCASFLAGS = $(AM_CPPFLAGS)
EXTRA_DIST = $(libunwind_la_EXTRAS_ia64)
MAINTAINERCLEANFILES = Makefile.in
all: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) all-am
.SUFFIXES:
.SUFFIXES: .S .c .lo .o .obj
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
&& { if test -f $@; then exit 0; else break; fi; }; \
exit 1;; \
esac; \
done; \
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --gnu src/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):
libunwind-generic.pc: $(top_builddir)/config.status $(srcdir)/libunwind-generic.pc.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
@$(NORMAL_INSTALL)
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
list2=; for p in $$list; do \
if test -f $$p; then \
list2="$$list2 $$p"; \
else :; fi; \
done; \
test -z "$$list2" || { \
echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
$(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
}
uninstall-libLTLIBRARIES:
@$(NORMAL_UNINSTALL)
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
for p in $$list; do \
$(am__strip_dir) \
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
done
clean-libLTLIBRARIES:
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
@list='$(lib_LTLIBRARIES)'; \
locs=`for p in $$list; do echo $$p; done | \
sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
sort -u`; \
test -z "$$locs" || { \
echo rm -f $${locs}; \
rm -f $${locs}; \
}
clean-noinstLTLIBRARIES:
-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
@list='$(noinst_LTLIBRARIES)'; \
locs=`for p in $$list; do echo $$p; done | \
sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
sort -u`; \
test -z "$$locs" || { \
echo rm -f $${locs}; \
rm -f $${locs}; \
}
mi/$(am__dirstamp):
@$(MKDIR_P) mi
@: > mi/$(am__dirstamp)
mi/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) mi/$(DEPDIR)
@: > mi/$(DEPDIR)/$(am__dirstamp)
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)
aarch64/$(am__dirstamp):
@$(MKDIR_P) aarch64
@: > aarch64/$(am__dirstamp)
aarch64/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) aarch64/$(DEPDIR)
@: > aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/is_fpreg.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/regname.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
mi/Gaddress_validator.lo: mi/$(am__dirstamp) \
mi/$(DEPDIR)/$(am__dirstamp)
mi/Gdestroy_addr_space.lo: mi/$(am__dirstamp) \
mi/$(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) \
mi/$(DEPDIR)/$(am__dirstamp)
mi/Gget_accessors.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/Gget_fpreg.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/Gget_proc_info_by_ip.lo: mi/$(am__dirstamp) \
mi/$(DEPDIR)/$(am__dirstamp)
mi/Gget_proc_name.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/Gget_reg.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/Gis_plt_entry.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/Gput_dynamic_unwind_info.lo: mi/$(am__dirstamp) \
mi/$(DEPDIR)/$(am__dirstamp)
mi/Gset_cache_size.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/Gset_caching_policy.lo: mi/$(am__dirstamp) \
mi/$(DEPDIR)/$(am__dirstamp)
mi/Gset_fpreg.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/Gset_iterate_phdr_function.lo: mi/$(am__dirstamp) \
mi/$(DEPDIR)/$(am__dirstamp)
mi/Gset_reg.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/Gget_elf_filename.lo: mi/$(am__dirstamp) \
mi/$(DEPDIR)/$(am__dirstamp)
aarch64/Gos-freebsd.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Gos-linux.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Gos-qnx.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Gapply_reg_state.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Gcreate_addr_space.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Gget_proc_info.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Gget_save_loc.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Gget_cursor_snapshot.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Gglobal.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Ginit.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Ginit_local.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Ginit_remote.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Gis_signal_frame.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Gregs.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Greg_states_iterate.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Gresume.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Gstash_frame.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Gstep.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Gtrace.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Gstrip_ptrauth_insn_mask.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
libunwind-aarch64.la: $(libunwind_aarch64_la_OBJECTS) $(libunwind_aarch64_la_DEPENDENCIES) $(EXTRA_libunwind_aarch64_la_DEPENDENCIES)
$(AM_V_CCLD)$(libunwind_aarch64_la_LINK) $(am_libunwind_aarch64_la_rpath) $(libunwind_aarch64_la_OBJECTS) $(libunwind_aarch64_la_LIBADD) $(LIBS)
arm/$(am__dirstamp):
@$(MKDIR_P) arm
@: > arm/$(am__dirstamp)
arm/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) arm/$(DEPDIR)
@: > arm/$(DEPDIR)/$(am__dirstamp)
arm/is_fpreg.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/regname.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Gos-freebsd.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Gos-linux.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Gos-other.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Gapply_reg_state.lo: arm/$(am__dirstamp) \
arm/$(DEPDIR)/$(am__dirstamp)
arm/Gcreate_addr_space.lo: arm/$(am__dirstamp) \
arm/$(DEPDIR)/$(am__dirstamp)
arm/Gex_tables.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Gget_proc_info.lo: arm/$(am__dirstamp) \
arm/$(DEPDIR)/$(am__dirstamp)
arm/Gget_save_loc.lo: arm/$(am__dirstamp) \
arm/$(DEPDIR)/$(am__dirstamp)
arm/Gglobal.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Ginit.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Ginit_local.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Ginit_remote.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Gregs.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Greg_states_iterate.lo: arm/$(am__dirstamp) \
arm/$(DEPDIR)/$(am__dirstamp)
arm/Gresume.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Gstash_frame.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Gstep.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Gtrace.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
libunwind-arm.la: $(libunwind_arm_la_OBJECTS) $(libunwind_arm_la_DEPENDENCIES) $(EXTRA_libunwind_arm_la_DEPENDENCIES)
$(AM_V_CCLD)$(libunwind_arm_la_LINK) $(am_libunwind_arm_la_rpath) $(libunwind_arm_la_OBJECTS) $(libunwind_arm_la_LIBADD) $(LIBS)
coredump/$(am__dirstamp):
@$(MKDIR_P) coredump
@: > coredump/$(am__dirstamp)
coredump/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) coredump/$(DEPDIR)
@: > coredump/$(DEPDIR)/$(am__dirstamp)
coredump/_UCD_access_mem.lo: coredump/$(am__dirstamp) \
coredump/$(DEPDIR)/$(am__dirstamp)
coredump/_UCD_accessors.lo: coredump/$(am__dirstamp) \
coredump/$(DEPDIR)/$(am__dirstamp)
coredump/_UCD_corefile_elf.lo: coredump/$(am__dirstamp) \
coredump/$(DEPDIR)/$(am__dirstamp)
coredump/_UCD_create.lo: coredump/$(am__dirstamp) \
coredump/$(DEPDIR)/$(am__dirstamp)
coredump/_UCD_destroy.lo: coredump/$(am__dirstamp) \
coredump/$(DEPDIR)/$(am__dirstamp)
coredump/_UCD_elf_map_image.lo: coredump/$(am__dirstamp) \
coredump/$(DEPDIR)/$(am__dirstamp)
coredump/ucd_file_table.lo: coredump/$(am__dirstamp) \
coredump/$(DEPDIR)/$(am__dirstamp)
coredump/_UCD_find_proc_info.lo: coredump/$(am__dirstamp) \
coredump/$(DEPDIR)/$(am__dirstamp)
coredump/_UCD_get_proc_name.lo: coredump/$(am__dirstamp) \
coredump/$(DEPDIR)/$(am__dirstamp)
coredump/_UCD_get_elf_filename.lo: coredump/$(am__dirstamp) \
coredump/$(DEPDIR)/$(am__dirstamp)
coredump/_UPT_elf.lo: coredump/$(am__dirstamp) \
coredump/$(DEPDIR)/$(am__dirstamp)
coredump/_UPT_access_fpreg.lo: coredump/$(am__dirstamp) \
coredump/$(DEPDIR)/$(am__dirstamp)
coredump/_UPT_get_dyn_info_list_addr.lo: coredump/$(am__dirstamp) \
coredump/$(DEPDIR)/$(am__dirstamp)
coredump/_UPT_put_unwind_info.lo: coredump/$(am__dirstamp) \
coredump/$(DEPDIR)/$(am__dirstamp)
coredump/_UPT_resume.lo: coredump/$(am__dirstamp) \
coredump/$(DEPDIR)/$(am__dirstamp)
coredump/_UCD_access_reg_linux.lo: coredump/$(am__dirstamp) \
coredump/$(DEPDIR)/$(am__dirstamp)
coredump/_UCD_get_threadinfo_prstatus.lo: coredump/$(am__dirstamp) \
coredump/$(DEPDIR)/$(am__dirstamp)
coredump/_UCD_get_mapinfo_linux.lo: coredump/$(am__dirstamp) \
coredump/$(DEPDIR)/$(am__dirstamp)
coredump/_UCD_access_reg_freebsd.lo: coredump/$(am__dirstamp) \
coredump/$(DEPDIR)/$(am__dirstamp)
coredump/_UCD_get_mapinfo_generic.lo: coredump/$(am__dirstamp) \
coredump/$(DEPDIR)/$(am__dirstamp)
coredump/_UCD_access_reg_qnx.lo: coredump/$(am__dirstamp) \
coredump/$(DEPDIR)/$(am__dirstamp)
coredump/_UCD_get_mapinfo_qnx.lo: coredump/$(am__dirstamp) \
coredump/$(DEPDIR)/$(am__dirstamp)
libunwind-coredump.la: $(libunwind_coredump_la_OBJECTS) $(libunwind_coredump_la_DEPENDENCIES) $(EXTRA_libunwind_coredump_la_DEPENDENCIES)
$(AM_V_CCLD)$(libunwind_coredump_la_LINK) $(am_libunwind_coredump_la_rpath) $(libunwind_coredump_la_OBJECTS) $(libunwind_coredump_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)
libunwind-dwarf-common.la: $(libunwind_dwarf_common_la_OBJECTS) $(libunwind_dwarf_common_la_DEPENDENCIES) $(EXTRA_libunwind_dwarf_common_la_DEPENDENCIES)
$(AM_V_CCLD)$(LINK) $(am_libunwind_dwarf_common_la_rpath) $(libunwind_dwarf_common_la_OBJECTS) $(libunwind_dwarf_common_la_LIBADD) $(LIBS)
dwarf/Gexpr.lo: dwarf/$(am__dirstamp) dwarf/$(DEPDIR)/$(am__dirstamp)
dwarf/Gfde.lo: dwarf/$(am__dirstamp) dwarf/$(DEPDIR)/$(am__dirstamp)
dwarf/Gfind_proc_info-lsb.lo: dwarf/$(am__dirstamp) \
dwarf/$(DEPDIR)/$(am__dirstamp)
dwarf/Gfind_unwind_table.lo: dwarf/$(am__dirstamp) \
dwarf/$(DEPDIR)/$(am__dirstamp)
dwarf/Gget_proc_info_in_range.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)
libunwind-dwarf-generic.la: $(libunwind_dwarf_generic_la_OBJECTS) $(libunwind_dwarf_generic_la_DEPENDENCIES) $(EXTRA_libunwind_dwarf_generic_la_DEPENDENCIES)
$(AM_V_CCLD)$(LINK) $(am_libunwind_dwarf_generic_la_rpath) $(libunwind_dwarf_generic_la_OBJECTS) $(libunwind_dwarf_generic_la_LIBADD) $(LIBS)
dwarf/Lexpr.lo: dwarf/$(am__dirstamp) dwarf/$(DEPDIR)/$(am__dirstamp)
dwarf/Lfde.lo: dwarf/$(am__dirstamp) dwarf/$(DEPDIR)/$(am__dirstamp)
dwarf/Lfind_proc_info-lsb.lo: dwarf/$(am__dirstamp) \
dwarf/$(DEPDIR)/$(am__dirstamp)
dwarf/Lfind_unwind_table.lo: dwarf/$(am__dirstamp) \
dwarf/$(DEPDIR)/$(am__dirstamp)
dwarf/Lget_proc_info_in_range.lo: dwarf/$(am__dirstamp) \
dwarf/$(DEPDIR)/$(am__dirstamp)
dwarf/Lparser.lo: dwarf/$(am__dirstamp) \
dwarf/$(DEPDIR)/$(am__dirstamp)
dwarf/Lpe.lo: dwarf/$(am__dirstamp) dwarf/$(DEPDIR)/$(am__dirstamp)
libunwind-dwarf-local.la: $(libunwind_dwarf_local_la_OBJECTS) $(libunwind_dwarf_local_la_DEPENDENCIES) $(EXTRA_libunwind_dwarf_local_la_DEPENDENCIES)
$(AM_V_CCLD)$(LINK) $(am_libunwind_dwarf_local_la_rpath) $(libunwind_dwarf_local_la_OBJECTS) $(libunwind_dwarf_local_la_LIBADD) $(LIBS)
libunwind-elf32.la: $(libunwind_elf32_la_OBJECTS) $(libunwind_elf32_la_DEPENDENCIES) $(EXTRA_libunwind_elf32_la_DEPENDENCIES)
$(AM_V_CCLD)$(LINK) $(am_libunwind_elf32_la_rpath) $(libunwind_elf32_la_OBJECTS) $(libunwind_elf32_la_LIBADD) $(LIBS)
libunwind-elf64.la: $(libunwind_elf64_la_OBJECTS) $(libunwind_elf64_la_DEPENDENCIES) $(EXTRA_libunwind_elf64_la_DEPENDENCIES)
$(AM_V_CCLD)$(LINK) $(am_libunwind_elf64_la_rpath) $(libunwind_elf64_la_OBJECTS) $(libunwind_elf64_la_LIBADD) $(LIBS)
libunwind-elfxx.la: $(libunwind_elfxx_la_OBJECTS) $(libunwind_elfxx_la_DEPENDENCIES) $(EXTRA_libunwind_elfxx_la_DEPENDENCIES)
$(AM_V_CCLD)$(LINK) $(am_libunwind_elfxx_la_rpath) $(libunwind_elfxx_la_OBJECTS) $(libunwind_elfxx_la_LIBADD) $(LIBS)
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)
hppa/Gapply_reg_state.lo: hppa/$(am__dirstamp) \
hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Gcreate_addr_space.lo: hppa/$(am__dirstamp) \
hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Gget_proc_info.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/Gregs.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Greg_states_iterate.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) $(EXTRA_libunwind_hppa_la_DEPENDENCIES)
$(AM_V_CCLD)$(libunwind_hppa_la_LINK) $(am_libunwind_hppa_la_rpath) $(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/Gapply_reg_state.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Gcreate_addr_space.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Gfind_unwind_table.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Gget_proc_info.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Gget_save_loc.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Gglobal.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Ginit.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Ginit_local.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Ginit_remote.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Ginstall_cursor.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Gis_signal_frame.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Gparser.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Grbs.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Gregs.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Greg_states_iterate.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Gresume.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Gscript.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
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) $(EXTRA_libunwind_ia64_la_DEPENDENCIES)
$(AM_V_CCLD)$(libunwind_ia64_la_LINK) $(am_libunwind_ia64_la_rpath) $(libunwind_ia64_la_OBJECTS) $(libunwind_ia64_la_LIBADD) $(LIBS)
loongarch64/$(am__dirstamp):
@$(MKDIR_P) loongarch64
@: > loongarch64/$(am__dirstamp)
loongarch64/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) loongarch64/$(DEPDIR)
@: > loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/is_fpreg.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/regname.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Gapply_reg_state.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Gcreate_addr_space.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Gget_proc_info.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Gget_save_loc.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Gglobal.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Ginit.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Ginit_local.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Ginit_remote.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Gis_signal_frame.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Gregs.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Greg_states_iterate.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Gresume.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Gstep.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
libunwind-loongarch64.la: $(libunwind_loongarch64_la_OBJECTS) $(libunwind_loongarch64_la_DEPENDENCIES) $(EXTRA_libunwind_loongarch64_la_DEPENDENCIES)
$(AM_V_CCLD)$(libunwind_loongarch64_la_LINK) $(am_libunwind_loongarch64_la_rpath) $(libunwind_loongarch64_la_OBJECTS) $(libunwind_loongarch64_la_LIBADD) $(LIBS)
mips/$(am__dirstamp):
@$(MKDIR_P) mips
@: > mips/$(am__dirstamp)
mips/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) mips/$(DEPDIR)
@: > mips/$(DEPDIR)/$(am__dirstamp)
mips/is_fpreg.lo: mips/$(am__dirstamp) mips/$(DEPDIR)/$(am__dirstamp)
mips/regname.lo: mips/$(am__dirstamp) mips/$(DEPDIR)/$(am__dirstamp)
mips/Gapply_reg_state.lo: mips/$(am__dirstamp) \
mips/$(DEPDIR)/$(am__dirstamp)
mips/Gcreate_addr_space.lo: mips/$(am__dirstamp) \
mips/$(DEPDIR)/$(am__dirstamp)
mips/Gget_proc_info.lo: mips/$(am__dirstamp) \
mips/$(DEPDIR)/$(am__dirstamp)
mips/Gget_save_loc.lo: mips/$(am__dirstamp) \
mips/$(DEPDIR)/$(am__dirstamp)
mips/Gglobal.lo: mips/$(am__dirstamp) mips/$(DEPDIR)/$(am__dirstamp)
mips/Ginit.lo: mips/$(am__dirstamp) mips/$(DEPDIR)/$(am__dirstamp)
mips/Ginit_local.lo: mips/$(am__dirstamp) \
mips/$(DEPDIR)/$(am__dirstamp)
mips/Ginit_remote.lo: mips/$(am__dirstamp) \
mips/$(DEPDIR)/$(am__dirstamp)
mips/Gis_signal_frame.lo: mips/$(am__dirstamp) \
mips/$(DEPDIR)/$(am__dirstamp)
mips/Gregs.lo: mips/$(am__dirstamp) mips/$(DEPDIR)/$(am__dirstamp)
mips/Greg_states_iterate.lo: mips/$(am__dirstamp) \
mips/$(DEPDIR)/$(am__dirstamp)
mips/Gresume.lo: mips/$(am__dirstamp) mips/$(DEPDIR)/$(am__dirstamp)
mips/Gstep.lo: mips/$(am__dirstamp) mips/$(DEPDIR)/$(am__dirstamp)
libunwind-mips.la: $(libunwind_mips_la_OBJECTS) $(libunwind_mips_la_DEPENDENCIES) $(EXTRA_libunwind_mips_la_DEPENDENCIES)
$(AM_V_CCLD)$(libunwind_mips_la_LINK) $(am_libunwind_mips_la_rpath) $(libunwind_mips_la_OBJECTS) $(libunwind_mips_la_LIBADD) $(LIBS)
nto/$(am__dirstamp):
@$(MKDIR_P) nto
@: > nto/$(am__dirstamp)
nto/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) nto/$(DEPDIR)
@: > nto/$(DEPDIR)/$(am__dirstamp)
nto/unw_nto_access_fpreg.lo: nto/$(am__dirstamp) \
nto/$(DEPDIR)/$(am__dirstamp)
nto/unw_nto_access_mem.lo: nto/$(am__dirstamp) \
nto/$(DEPDIR)/$(am__dirstamp)
nto/unw_nto_accessors.lo: nto/$(am__dirstamp) \
nto/$(DEPDIR)/$(am__dirstamp)
nto/unw_nto_access_reg.lo: nto/$(am__dirstamp) \
nto/$(DEPDIR)/$(am__dirstamp)
nto/unw_nto_create.lo: nto/$(am__dirstamp) \
nto/$(DEPDIR)/$(am__dirstamp)
nto/unw_nto_destroy.lo: nto/$(am__dirstamp) \
nto/$(DEPDIR)/$(am__dirstamp)
nto/unw_nto_elf.lo: nto/$(am__dirstamp) nto/$(DEPDIR)/$(am__dirstamp)
nto/unw_nto_find_proc_info.lo: nto/$(am__dirstamp) \
nto/$(DEPDIR)/$(am__dirstamp)
nto/unw_nto_get_dyn_info_list_addr.lo: nto/$(am__dirstamp) \
nto/$(DEPDIR)/$(am__dirstamp)
nto/unw_nto_get_proc_name.lo: nto/$(am__dirstamp) \
nto/$(DEPDIR)/$(am__dirstamp)
nto/unw_nto_get_elf_filename.lo: nto/$(am__dirstamp) \
nto/$(DEPDIR)/$(am__dirstamp)
nto/unw_nto_put_unwind_info.lo: nto/$(am__dirstamp) \
nto/$(DEPDIR)/$(am__dirstamp)
nto/unw_nto_resume.lo: nto/$(am__dirstamp) \
nto/$(DEPDIR)/$(am__dirstamp)
libunwind-nto.la: $(libunwind_nto_la_OBJECTS) $(libunwind_nto_la_DEPENDENCIES) $(EXTRA_libunwind_nto_la_DEPENDENCIES)
$(AM_V_CCLD)$(LINK) $(am_libunwind_nto_la_rpath) $(libunwind_nto_la_OBJECTS) $(libunwind_nto_la_LIBADD) $(LIBS)
ppc32/$(am__dirstamp):
@$(MKDIR_P) ppc32
@: > ppc32/$(am__dirstamp)
ppc32/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) ppc32/$(DEPDIR)
@: > ppc32/$(DEPDIR)/$(am__dirstamp)
ppc32/get_func_addr.lo: ppc32/$(am__dirstamp) \
ppc32/$(DEPDIR)/$(am__dirstamp)
ppc32/is_fpreg.lo: ppc32/$(am__dirstamp) \
ppc32/$(DEPDIR)/$(am__dirstamp)
ppc32/regname.lo: ppc32/$(am__dirstamp) \
ppc32/$(DEPDIR)/$(am__dirstamp)
ppc/$(am__dirstamp):
@$(MKDIR_P) ppc
@: > ppc/$(am__dirstamp)
ppc/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) ppc/$(DEPDIR)
@: > ppc/$(DEPDIR)/$(am__dirstamp)
ppc/Gget_proc_info.lo: ppc/$(am__dirstamp) \
ppc/$(DEPDIR)/$(am__dirstamp)
ppc/Gget_save_loc.lo: ppc/$(am__dirstamp) \
ppc/$(DEPDIR)/$(am__dirstamp)
ppc/Ginit_local.lo: ppc/$(am__dirstamp) ppc/$(DEPDIR)/$(am__dirstamp)
ppc/Ginit_remote.lo: ppc/$(am__dirstamp) ppc/$(DEPDIR)/$(am__dirstamp)
ppc/Gis_signal_frame.lo: ppc/$(am__dirstamp) \
ppc/$(DEPDIR)/$(am__dirstamp)
ppc32/Gapply_reg_state.lo: ppc32/$(am__dirstamp) \
ppc32/$(DEPDIR)/$(am__dirstamp)
ppc32/Gcreate_addr_space.lo: ppc32/$(am__dirstamp) \
ppc32/$(DEPDIR)/$(am__dirstamp)
ppc32/Gglobal.lo: ppc32/$(am__dirstamp) \
ppc32/$(DEPDIR)/$(am__dirstamp)
ppc32/Ginit.lo: ppc32/$(am__dirstamp) ppc32/$(DEPDIR)/$(am__dirstamp)
ppc32/Gregs.lo: ppc32/$(am__dirstamp) ppc32/$(DEPDIR)/$(am__dirstamp)
ppc32/Greg_states_iterate.lo: ppc32/$(am__dirstamp) \
ppc32/$(DEPDIR)/$(am__dirstamp)
ppc32/Gresume.lo: ppc32/$(am__dirstamp) \
ppc32/$(DEPDIR)/$(am__dirstamp)
ppc32/Gstep.lo: ppc32/$(am__dirstamp) ppc32/$(DEPDIR)/$(am__dirstamp)
libunwind-ppc32.la: $(libunwind_ppc32_la_OBJECTS) $(libunwind_ppc32_la_DEPENDENCIES) $(EXTRA_libunwind_ppc32_la_DEPENDENCIES)
$(AM_V_CCLD)$(libunwind_ppc32_la_LINK) $(am_libunwind_ppc32_la_rpath) $(libunwind_ppc32_la_OBJECTS) $(libunwind_ppc32_la_LIBADD) $(LIBS)
ppc64/$(am__dirstamp):
@$(MKDIR_P) ppc64
@: > ppc64/$(am__dirstamp)
ppc64/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) ppc64/$(DEPDIR)
@: > ppc64/$(DEPDIR)/$(am__dirstamp)
ppc64/get_func_addr.lo: ppc64/$(am__dirstamp) \
ppc64/$(DEPDIR)/$(am__dirstamp)
ppc64/is_fpreg.lo: ppc64/$(am__dirstamp) \
ppc64/$(DEPDIR)/$(am__dirstamp)
ppc64/regname.lo: ppc64/$(am__dirstamp) \
ppc64/$(DEPDIR)/$(am__dirstamp)
ppc64/Gapply_reg_state.lo: ppc64/$(am__dirstamp) \
ppc64/$(DEPDIR)/$(am__dirstamp)
ppc64/Gcreate_addr_space.lo: ppc64/$(am__dirstamp) \
ppc64/$(DEPDIR)/$(am__dirstamp)
ppc64/Gglobal.lo: ppc64/$(am__dirstamp) \
ppc64/$(DEPDIR)/$(am__dirstamp)
ppc64/Ginit.lo: ppc64/$(am__dirstamp) ppc64/$(DEPDIR)/$(am__dirstamp)
ppc64/Gregs.lo: ppc64/$(am__dirstamp) ppc64/$(DEPDIR)/$(am__dirstamp)
ppc64/Greg_states_iterate.lo: ppc64/$(am__dirstamp) \
ppc64/$(DEPDIR)/$(am__dirstamp)
ppc64/Gresume.lo: ppc64/$(am__dirstamp) \
ppc64/$(DEPDIR)/$(am__dirstamp)
ppc64/Gstep.lo: ppc64/$(am__dirstamp) ppc64/$(DEPDIR)/$(am__dirstamp)
libunwind-ppc64.la: $(libunwind_ppc64_la_OBJECTS) $(libunwind_ppc64_la_DEPENDENCIES) $(EXTRA_libunwind_ppc64_la_DEPENDENCIES)
$(AM_V_CCLD)$(libunwind_ppc64_la_LINK) $(am_libunwind_ppc64_la_rpath) $(libunwind_ppc64_la_OBJECTS) $(libunwind_ppc64_la_LIBADD) $(LIBS)
ptrace/$(am__dirstamp):
@$(MKDIR_P) ptrace
@: > ptrace/$(am__dirstamp)
ptrace/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) ptrace/$(DEPDIR)
@: > ptrace/$(DEPDIR)/$(am__dirstamp)
ptrace/_UPT_access_fpreg.lo: ptrace/$(am__dirstamp) \
ptrace/$(DEPDIR)/$(am__dirstamp)
ptrace/_UPT_access_mem.lo: ptrace/$(am__dirstamp) \
ptrace/$(DEPDIR)/$(am__dirstamp)
ptrace/_UPT_accessors.lo: ptrace/$(am__dirstamp) \
ptrace/$(DEPDIR)/$(am__dirstamp)
ptrace/_UPT_access_reg.lo: ptrace/$(am__dirstamp) \
ptrace/$(DEPDIR)/$(am__dirstamp)
ptrace/_UPT_create.lo: ptrace/$(am__dirstamp) \
ptrace/$(DEPDIR)/$(am__dirstamp)
ptrace/_UPT_destroy.lo: ptrace/$(am__dirstamp) \
ptrace/$(DEPDIR)/$(am__dirstamp)
ptrace/_UPT_elf.lo: ptrace/$(am__dirstamp) \
ptrace/$(DEPDIR)/$(am__dirstamp)
ptrace/_UPT_find_proc_info.lo: ptrace/$(am__dirstamp) \
ptrace/$(DEPDIR)/$(am__dirstamp)
ptrace/_UPT_get_dyn_info_list_addr.lo: ptrace/$(am__dirstamp) \
ptrace/$(DEPDIR)/$(am__dirstamp)
ptrace/_UPT_get_proc_name.lo: ptrace/$(am__dirstamp) \
ptrace/$(DEPDIR)/$(am__dirstamp)
ptrace/_UPT_get_elf_filename.lo: ptrace/$(am__dirstamp) \
ptrace/$(DEPDIR)/$(am__dirstamp)
ptrace/_UPT_put_unwind_info.lo: ptrace/$(am__dirstamp) \
ptrace/$(DEPDIR)/$(am__dirstamp)
ptrace/_UPT_reg_offset.lo: ptrace/$(am__dirstamp) \
ptrace/$(DEPDIR)/$(am__dirstamp)
ptrace/_UPT_resume.lo: ptrace/$(am__dirstamp) \
ptrace/$(DEPDIR)/$(am__dirstamp)
ptrace/_UPT_ptrauth_insn_mask.lo: ptrace/$(am__dirstamp) \
ptrace/$(DEPDIR)/$(am__dirstamp)
libunwind-ptrace.la: $(libunwind_ptrace_la_OBJECTS) $(libunwind_ptrace_la_DEPENDENCIES) $(EXTRA_libunwind_ptrace_la_DEPENDENCIES)
$(AM_V_CCLD)$(LINK) $(am_libunwind_ptrace_la_rpath) $(libunwind_ptrace_la_OBJECTS) $(libunwind_ptrace_la_LIBADD) $(LIBS)
riscv/$(am__dirstamp):
@$(MKDIR_P) riscv
@: > riscv/$(am__dirstamp)
riscv/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) riscv/$(DEPDIR)
@: > riscv/$(DEPDIR)/$(am__dirstamp)
riscv/is_fpreg.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
riscv/regname.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Gapply_reg_state.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Gcreate_addr_space.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Gget_proc_info.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Gget_save_loc.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Gglobal.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Ginit.lo: riscv/$(am__dirstamp) riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Ginit_local.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Ginit_remote.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Gis_signal_frame.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Gregs.lo: riscv/$(am__dirstamp) riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Greg_states_iterate.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Gresume.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Gstep.lo: riscv/$(am__dirstamp) riscv/$(DEPDIR)/$(am__dirstamp)
libunwind-riscv.la: $(libunwind_riscv_la_OBJECTS) $(libunwind_riscv_la_DEPENDENCIES) $(EXTRA_libunwind_riscv_la_DEPENDENCIES)
$(AM_V_CCLD)$(libunwind_riscv_la_LINK) $(am_libunwind_riscv_la_rpath) $(libunwind_riscv_la_OBJECTS) $(libunwind_riscv_la_LIBADD) $(LIBS)
s390x/$(am__dirstamp):
@$(MKDIR_P) s390x
@: > s390x/$(am__dirstamp)
s390x/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) s390x/$(DEPDIR)
@: > s390x/$(DEPDIR)/$(am__dirstamp)
s390x/is_fpreg.lo: s390x/$(am__dirstamp) \
s390x/$(DEPDIR)/$(am__dirstamp)
s390x/regname.lo: s390x/$(am__dirstamp) \
s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Gapply_reg_state.lo: s390x/$(am__dirstamp) \
s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Gcreate_addr_space.lo: s390x/$(am__dirstamp) \
s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Gget_proc_info.lo: s390x/$(am__dirstamp) \
s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Gget_save_loc.lo: s390x/$(am__dirstamp) \
s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Gglobal.lo: s390x/$(am__dirstamp) \
s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Ginit.lo: s390x/$(am__dirstamp) s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Ginit_local.lo: s390x/$(am__dirstamp) \
s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Ginit_remote.lo: s390x/$(am__dirstamp) \
s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Gis_signal_frame.lo: s390x/$(am__dirstamp) \
s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Gregs.lo: s390x/$(am__dirstamp) s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Greg_states_iterate.lo: s390x/$(am__dirstamp) \
s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Gresume.lo: s390x/$(am__dirstamp) \
s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Gstep.lo: s390x/$(am__dirstamp) s390x/$(DEPDIR)/$(am__dirstamp)
libunwind-s390x.la: $(libunwind_s390x_la_OBJECTS) $(libunwind_s390x_la_DEPENDENCIES) $(EXTRA_libunwind_s390x_la_DEPENDENCIES)
$(AM_V_CCLD)$(libunwind_s390x_la_LINK) $(am_libunwind_s390x_la_rpath) $(libunwind_s390x_la_OBJECTS) $(libunwind_s390x_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)
aarch64/longjmp.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/siglongjmp.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
arm/siglongjmp.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
hppa/siglongjmp.lo: hppa/$(am__dirstamp) \
hppa/$(DEPDIR)/$(am__dirstamp)
ia64/longjmp.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
ia64/setjmp.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
ia64/siglongjmp.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
ia64/sigsetjmp.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
loongarch64/siglongjmp.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
mips/siglongjmp.lo: mips/$(am__dirstamp) \
mips/$(DEPDIR)/$(am__dirstamp)
ppc/longjmp.lo: ppc/$(am__dirstamp) ppc/$(DEPDIR)/$(am__dirstamp)
ppc/siglongjmp.lo: ppc/$(am__dirstamp) ppc/$(DEPDIR)/$(am__dirstamp)
riscv/siglongjmp.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
sh/$(am__dirstamp):
@$(MKDIR_P) sh
@: > sh/$(am__dirstamp)
sh/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) sh/$(DEPDIR)
@: > sh/$(DEPDIR)/$(am__dirstamp)
sh/siglongjmp.lo: sh/$(am__dirstamp) sh/$(DEPDIR)/$(am__dirstamp)
x86/$(am__dirstamp):
@$(MKDIR_P) x86
@: > 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)
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)
libunwind-setjmp.la: $(libunwind_setjmp_la_OBJECTS) $(libunwind_setjmp_la_DEPENDENCIES) $(EXTRA_libunwind_setjmp_la_DEPENDENCIES)
$(AM_V_CCLD)$(libunwind_setjmp_la_LINK) $(am_libunwind_setjmp_la_rpath) $(libunwind_setjmp_la_OBJECTS) $(libunwind_setjmp_la_LIBADD) $(LIBS)
sh/is_fpreg.lo: sh/$(am__dirstamp) sh/$(DEPDIR)/$(am__dirstamp)
sh/regname.lo: sh/$(am__dirstamp) sh/$(DEPDIR)/$(am__dirstamp)
sh/Gapply_reg_state.lo: sh/$(am__dirstamp) \
sh/$(DEPDIR)/$(am__dirstamp)
sh/Gcreate_addr_space.lo: sh/$(am__dirstamp) \
sh/$(DEPDIR)/$(am__dirstamp)
sh/Gget_proc_info.lo: sh/$(am__dirstamp) sh/$(DEPDIR)/$(am__dirstamp)
sh/Gget_save_loc.lo: sh/$(am__dirstamp) sh/$(DEPDIR)/$(am__dirstamp)
sh/Gglobal.lo: sh/$(am__dirstamp) sh/$(DEPDIR)/$(am__dirstamp)
sh/Ginit.lo: sh/$(am__dirstamp) sh/$(DEPDIR)/$(am__dirstamp)
sh/Ginit_local.lo: sh/$(am__dirstamp) sh/$(DEPDIR)/$(am__dirstamp)
sh/Ginit_remote.lo: sh/$(am__dirstamp) sh/$(DEPDIR)/$(am__dirstamp)
sh/Gis_signal_frame.lo: sh/$(am__dirstamp) \
sh/$(DEPDIR)/$(am__dirstamp)
sh/Gregs.lo: sh/$(am__dirstamp) sh/$(DEPDIR)/$(am__dirstamp)
sh/Greg_states_iterate.lo: sh/$(am__dirstamp) \
sh/$(DEPDIR)/$(am__dirstamp)
sh/Gresume.lo: sh/$(am__dirstamp) sh/$(DEPDIR)/$(am__dirstamp)
sh/Gstep.lo: sh/$(am__dirstamp) sh/$(DEPDIR)/$(am__dirstamp)
libunwind-sh.la: $(libunwind_sh_la_OBJECTS) $(libunwind_sh_la_DEPENDENCIES) $(EXTRA_libunwind_sh_la_DEPENDENCIES)
$(AM_V_CCLD)$(libunwind_sh_la_LINK) $(am_libunwind_sh_la_rpath) $(libunwind_sh_la_OBJECTS) $(libunwind_sh_la_LIBADD) $(LIBS)
x86/is_fpreg.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
x86/regname.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
x86/Gos-freebsd.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
x86/Gos-linux.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
x86/Gapply_reg_state.lo: x86/$(am__dirstamp) \
x86/$(DEPDIR)/$(am__dirstamp)
x86/Gcreate_addr_space.lo: x86/$(am__dirstamp) \
x86/$(DEPDIR)/$(am__dirstamp)
x86/Gget_proc_info.lo: x86/$(am__dirstamp) \
x86/$(DEPDIR)/$(am__dirstamp)
x86/Gget_save_loc.lo: x86/$(am__dirstamp) \
x86/$(DEPDIR)/$(am__dirstamp)
x86/Gglobal.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
x86/Ginit.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
x86/Ginit_local.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
x86/Ginit_remote.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
x86/Gregs.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
x86/Greg_states_iterate.lo: x86/$(am__dirstamp) \
x86/$(DEPDIR)/$(am__dirstamp)
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) $(EXTRA_libunwind_x86_la_DEPENDENCIES)
$(AM_V_CCLD)$(libunwind_x86_la_LINK) $(am_libunwind_x86_la_rpath) $(libunwind_x86_la_OBJECTS) $(libunwind_x86_la_LIBADD) $(LIBS)
x86_64/is_fpreg.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/regname.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Gos-freebsd.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Gos-linux.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Gos-qnx.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Gos-solaris.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Gapply_reg_state.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Gcreate_addr_space.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Gget_proc_info.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Gget_save_loc.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Gglobal.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Ginit.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Ginit_local.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Ginit_remote.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Gregs.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Greg_states_iterate.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Gresume.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Gstash_frame.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Gstep.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Gtrace.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
libunwind-x86_64.la: $(libunwind_x86_64_la_OBJECTS) $(libunwind_x86_64_la_DEPENDENCIES) $(EXTRA_libunwind_x86_64_la_DEPENDENCIES)
$(AM_V_CCLD)$(libunwind_x86_64_la_LINK) $(am_libunwind_x86_64_la_rpath) $(libunwind_x86_64_la_OBJECTS) $(libunwind_x86_64_la_LIBADD) $(LIBS)
mi/_ReadULEB.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/_ReadSLEB.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/backtrace.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/dyn-cancel.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/dyn-info-list.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/dyn-register.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/Laddress_validator.lo: mi/$(am__dirstamp) \
mi/$(DEPDIR)/$(am__dirstamp)
mi/Ldestroy_addr_space.lo: mi/$(am__dirstamp) \
mi/$(DEPDIR)/$(am__dirstamp)
mi/Ldyn-extract.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/Lfind_dynamic_proc_info.lo: mi/$(am__dirstamp) \
mi/$(DEPDIR)/$(am__dirstamp)
mi/Lget_accessors.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/Lget_fpreg.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/Lset_fpreg.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/Lget_proc_info_by_ip.lo: mi/$(am__dirstamp) \
mi/$(DEPDIR)/$(am__dirstamp)
mi/Lget_proc_name.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/Lget_reg.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/Lis_plt_entry.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/Lput_dynamic_unwind_info.lo: mi/$(am__dirstamp) \
mi/$(DEPDIR)/$(am__dirstamp)
mi/Lset_cache_size.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/Lset_caching_policy.lo: mi/$(am__dirstamp) \
mi/$(DEPDIR)/$(am__dirstamp)
mi/Lset_iterate_phdr_function.lo: mi/$(am__dirstamp) \
mi/$(DEPDIR)/$(am__dirstamp)
mi/Lset_reg.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
mi/Lget_elf_filename.lo: mi/$(am__dirstamp) \
mi/$(DEPDIR)/$(am__dirstamp)
unwind/$(am__dirstamp):
@$(MKDIR_P) unwind
@: > unwind/$(am__dirstamp)
unwind/$(DEPDIR)/$(am__dirstamp):
@$(MKDIR_P) unwind/$(DEPDIR)
@: > unwind/$(DEPDIR)/$(am__dirstamp)
unwind/Backtrace.lo: unwind/$(am__dirstamp) \
unwind/$(DEPDIR)/$(am__dirstamp)
unwind/DeleteException.lo: unwind/$(am__dirstamp) \
unwind/$(DEPDIR)/$(am__dirstamp)
unwind/FindEnclosingFunction.lo: unwind/$(am__dirstamp) \
unwind/$(DEPDIR)/$(am__dirstamp)
unwind/ForcedUnwind.lo: unwind/$(am__dirstamp) \
unwind/$(DEPDIR)/$(am__dirstamp)
unwind/GetBSP.lo: unwind/$(am__dirstamp) \
unwind/$(DEPDIR)/$(am__dirstamp)
unwind/GetCFA.lo: unwind/$(am__dirstamp) \
unwind/$(DEPDIR)/$(am__dirstamp)
unwind/GetDataRelBase.lo: unwind/$(am__dirstamp) \
unwind/$(DEPDIR)/$(am__dirstamp)
unwind/GetGR.lo: unwind/$(am__dirstamp) \
unwind/$(DEPDIR)/$(am__dirstamp)
unwind/GetIP.lo: unwind/$(am__dirstamp) \
unwind/$(DEPDIR)/$(am__dirstamp)
unwind/GetIPInfo.lo: unwind/$(am__dirstamp) \
unwind/$(DEPDIR)/$(am__dirstamp)
unwind/GetLanguageSpecificData.lo: unwind/$(am__dirstamp) \
unwind/$(DEPDIR)/$(am__dirstamp)
unwind/GetRegionStart.lo: unwind/$(am__dirstamp) \
unwind/$(DEPDIR)/$(am__dirstamp)
unwind/GetTextRelBase.lo: unwind/$(am__dirstamp) \
unwind/$(DEPDIR)/$(am__dirstamp)
unwind/RaiseException.lo: unwind/$(am__dirstamp) \
unwind/$(DEPDIR)/$(am__dirstamp)
unwind/Resume.lo: unwind/$(am__dirstamp) \
unwind/$(DEPDIR)/$(am__dirstamp)
unwind/Resume_or_Rethrow.lo: unwind/$(am__dirstamp) \
unwind/$(DEPDIR)/$(am__dirstamp)
unwind/SetGR.lo: unwind/$(am__dirstamp) \
unwind/$(DEPDIR)/$(am__dirstamp)
unwind/SetIP.lo: unwind/$(am__dirstamp) \
unwind/$(DEPDIR)/$(am__dirstamp)
aarch64/Los-freebsd.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/setcontext.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Los-linux.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Los-qnx.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/getcontext.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Lapply_reg_state.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Lcreate_addr_space.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Lget_proc_info.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Lget_save_loc.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Lget_cursor_snapshot.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Lglobal.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Linit.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Linit_local.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Linit_remote.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Lis_signal_frame.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Lregs.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Lreg_states_iterate.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Lresume.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Lstash_frame.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Lstep.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Ltrace.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
aarch64/Lstrip_ptrauth_insn_mask.lo: aarch64/$(am__dirstamp) \
aarch64/$(DEPDIR)/$(am__dirstamp)
arm/Los-freebsd.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Los-linux.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Los-other.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/getcontext.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Lapply_reg_state.lo: arm/$(am__dirstamp) \
arm/$(DEPDIR)/$(am__dirstamp)
arm/Lcreate_addr_space.lo: arm/$(am__dirstamp) \
arm/$(DEPDIR)/$(am__dirstamp)
arm/Lex_tables.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Lget_proc_info.lo: arm/$(am__dirstamp) \
arm/$(DEPDIR)/$(am__dirstamp)
arm/Lget_save_loc.lo: arm/$(am__dirstamp) \
arm/$(DEPDIR)/$(am__dirstamp)
arm/Lglobal.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Linit.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Linit_local.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Linit_remote.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Lregs.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Lreg_states_iterate.lo: arm/$(am__dirstamp) \
arm/$(DEPDIR)/$(am__dirstamp)
arm/Lresume.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Lstash_frame.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Lstep.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
arm/Ltrace.lo: arm/$(am__dirstamp) arm/$(DEPDIR)/$(am__dirstamp)
hppa/getcontext.lo: hppa/$(am__dirstamp) \
hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Lapply_reg_state.lo: hppa/$(am__dirstamp) \
hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Lcreate_addr_space.lo: hppa/$(am__dirstamp) \
hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Lget_proc_info.lo: hppa/$(am__dirstamp) \
hppa/$(DEPDIR)/$(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/Lregs.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
hppa/Lreg_states_iterate.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)
hppa/setcontext.lo: hppa/$(am__dirstamp) \
hppa/$(DEPDIR)/$(am__dirstamp)
ia64/dyn_info_list.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
ia64/getcontext.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Lapply_reg_state.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Lcreate_addr_space.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Lfind_unwind_table.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Lget_proc_info.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Lget_save_loc.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Lglobal.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Linit.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Linit_local.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Linit_remote.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Linstall_cursor.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Lis_signal_frame.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Lparser.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Lrbs.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Lregs.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Lreg_states_iterate.lo: ia64/$(am__dirstamp) \
ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Lresume.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Lscript.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Lstep.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
ia64/Ltables.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
loongarch64/getcontext.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Lapply_reg_state.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Lcreate_addr_space.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Lget_proc_info.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Lget_save_loc.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Lglobal.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Linit.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Linit_local.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Linit_remote.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Lis_signal_frame.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Lregs.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Lreg_states_iterate.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Lresume.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
loongarch64/Lstep.lo: loongarch64/$(am__dirstamp) \
loongarch64/$(DEPDIR)/$(am__dirstamp)
mips/getcontext.lo: mips/$(am__dirstamp) \
mips/$(DEPDIR)/$(am__dirstamp)
mips/Lapply_reg_state.lo: mips/$(am__dirstamp) \
mips/$(DEPDIR)/$(am__dirstamp)
mips/Lcreate_addr_space.lo: mips/$(am__dirstamp) \
mips/$(DEPDIR)/$(am__dirstamp)
mips/Lget_proc_info.lo: mips/$(am__dirstamp) \
mips/$(DEPDIR)/$(am__dirstamp)
mips/Lget_save_loc.lo: mips/$(am__dirstamp) \
mips/$(DEPDIR)/$(am__dirstamp)
mips/Lglobal.lo: mips/$(am__dirstamp) mips/$(DEPDIR)/$(am__dirstamp)
mips/Linit.lo: mips/$(am__dirstamp) mips/$(DEPDIR)/$(am__dirstamp)
mips/Linit_local.lo: mips/$(am__dirstamp) \
mips/$(DEPDIR)/$(am__dirstamp)
mips/Linit_remote.lo: mips/$(am__dirstamp) \
mips/$(DEPDIR)/$(am__dirstamp)
mips/Lis_signal_frame.lo: mips/$(am__dirstamp) \
mips/$(DEPDIR)/$(am__dirstamp)
mips/Lregs.lo: mips/$(am__dirstamp) mips/$(DEPDIR)/$(am__dirstamp)
mips/Lreg_states_iterate.lo: mips/$(am__dirstamp) \
mips/$(DEPDIR)/$(am__dirstamp)
mips/Lresume.lo: mips/$(am__dirstamp) mips/$(DEPDIR)/$(am__dirstamp)
mips/Lstep.lo: mips/$(am__dirstamp) mips/$(DEPDIR)/$(am__dirstamp)
ppc/Lget_proc_info.lo: ppc/$(am__dirstamp) \
ppc/$(DEPDIR)/$(am__dirstamp)
ppc/Lget_save_loc.lo: ppc/$(am__dirstamp) \
ppc/$(DEPDIR)/$(am__dirstamp)
ppc/Linit_local.lo: ppc/$(am__dirstamp) ppc/$(DEPDIR)/$(am__dirstamp)
ppc/Linit_remote.lo: ppc/$(am__dirstamp) ppc/$(DEPDIR)/$(am__dirstamp)
ppc/Lis_signal_frame.lo: ppc/$(am__dirstamp) \
ppc/$(DEPDIR)/$(am__dirstamp)
ppc32/Lapply_reg_state.lo: ppc32/$(am__dirstamp) \
ppc32/$(DEPDIR)/$(am__dirstamp)
ppc32/Lcreate_addr_space.lo: ppc32/$(am__dirstamp) \
ppc32/$(DEPDIR)/$(am__dirstamp)
ppc32/Lglobal.lo: ppc32/$(am__dirstamp) \
ppc32/$(DEPDIR)/$(am__dirstamp)
ppc32/Linit.lo: ppc32/$(am__dirstamp) ppc32/$(DEPDIR)/$(am__dirstamp)
ppc32/Lregs.lo: ppc32/$(am__dirstamp) ppc32/$(DEPDIR)/$(am__dirstamp)
ppc32/Lreg_states_iterate.lo: ppc32/$(am__dirstamp) \
ppc32/$(DEPDIR)/$(am__dirstamp)
ppc32/Lresume.lo: ppc32/$(am__dirstamp) \
ppc32/$(DEPDIR)/$(am__dirstamp)
ppc32/Lstep.lo: ppc32/$(am__dirstamp) ppc32/$(DEPDIR)/$(am__dirstamp)
ppc64/Lapply_reg_state.lo: ppc64/$(am__dirstamp) \
ppc64/$(DEPDIR)/$(am__dirstamp)
ppc64/Lcreate_addr_space.lo: ppc64/$(am__dirstamp) \
ppc64/$(DEPDIR)/$(am__dirstamp)
ppc64/Lglobal.lo: ppc64/$(am__dirstamp) \
ppc64/$(DEPDIR)/$(am__dirstamp)
ppc64/Linit.lo: ppc64/$(am__dirstamp) ppc64/$(DEPDIR)/$(am__dirstamp)
ppc64/Lregs.lo: ppc64/$(am__dirstamp) ppc64/$(DEPDIR)/$(am__dirstamp)
ppc64/Lreg_states_iterate.lo: ppc64/$(am__dirstamp) \
ppc64/$(DEPDIR)/$(am__dirstamp)
ppc64/Lresume.lo: ppc64/$(am__dirstamp) \
ppc64/$(DEPDIR)/$(am__dirstamp)
ppc64/Lstep.lo: ppc64/$(am__dirstamp) ppc64/$(DEPDIR)/$(am__dirstamp)
riscv/getcontext.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Lapply_reg_state.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Lcreate_addr_space.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Lget_proc_info.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Lget_save_loc.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Lglobal.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Linit.lo: riscv/$(am__dirstamp) riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Linit_local.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Linit_remote.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Lis_signal_frame.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Lregs.lo: riscv/$(am__dirstamp) riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Lreg_states_iterate.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Lresume.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
riscv/Lstep.lo: riscv/$(am__dirstamp) riscv/$(DEPDIR)/$(am__dirstamp)
riscv/setcontext.lo: riscv/$(am__dirstamp) \
riscv/$(DEPDIR)/$(am__dirstamp)
s390x/getcontext.lo: s390x/$(am__dirstamp) \
s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Lapply_reg_state.lo: s390x/$(am__dirstamp) \
s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Lcreate_addr_space.lo: s390x/$(am__dirstamp) \
s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Lget_proc_info.lo: s390x/$(am__dirstamp) \
s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Lget_save_loc.lo: s390x/$(am__dirstamp) \
s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Lglobal.lo: s390x/$(am__dirstamp) \
s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Linit.lo: s390x/$(am__dirstamp) s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Linit_local.lo: s390x/$(am__dirstamp) \
s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Linit_remote.lo: s390x/$(am__dirstamp) \
s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Lis_signal_frame.lo: s390x/$(am__dirstamp) \
s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Lregs.lo: s390x/$(am__dirstamp) s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Lreg_states_iterate.lo: s390x/$(am__dirstamp) \
s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Lresume.lo: s390x/$(am__dirstamp) \
s390x/$(DEPDIR)/$(am__dirstamp)
s390x/Lstep.lo: s390x/$(am__dirstamp) s390x/$(DEPDIR)/$(am__dirstamp)
s390x/setcontext.lo: s390x/$(am__dirstamp) \
s390x/$(DEPDIR)/$(am__dirstamp)
sh/Lapply_reg_state.lo: sh/$(am__dirstamp) \
sh/$(DEPDIR)/$(am__dirstamp)
sh/Lcreate_addr_space.lo: sh/$(am__dirstamp) \
sh/$(DEPDIR)/$(am__dirstamp)
sh/Lget_proc_info.lo: sh/$(am__dirstamp) sh/$(DEPDIR)/$(am__dirstamp)
sh/Lget_save_loc.lo: sh/$(am__dirstamp) sh/$(DEPDIR)/$(am__dirstamp)
sh/Lglobal.lo: sh/$(am__dirstamp) sh/$(DEPDIR)/$(am__dirstamp)
sh/Linit.lo: sh/$(am__dirstamp) sh/$(DEPDIR)/$(am__dirstamp)
sh/Linit_local.lo: sh/$(am__dirstamp) sh/$(DEPDIR)/$(am__dirstamp)
sh/Linit_remote.lo: sh/$(am__dirstamp) sh/$(DEPDIR)/$(am__dirstamp)
sh/Lis_signal_frame.lo: sh/$(am__dirstamp) \
sh/$(DEPDIR)/$(am__dirstamp)
sh/Lregs.lo: sh/$(am__dirstamp) sh/$(DEPDIR)/$(am__dirstamp)
sh/Lreg_states_iterate.lo: sh/$(am__dirstamp) \
sh/$(DEPDIR)/$(am__dirstamp)
sh/Lresume.lo: sh/$(am__dirstamp) sh/$(DEPDIR)/$(am__dirstamp)
sh/Lstep.lo: sh/$(am__dirstamp) sh/$(DEPDIR)/$(am__dirstamp)
x86_64/Los-freebsd.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Los-linux.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Los-qnx.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Los-solaris.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/getcontext.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Lapply_reg_state.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Lcreate_addr_space.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Lget_proc_info.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Lget_save_loc.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Lglobal.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Linit.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Linit_local.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Linit_remote.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Lregs.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Lreg_states_iterate.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Lresume.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Lstash_frame.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Lstep.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/Ltrace.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86_64/setcontext.lo: x86_64/$(am__dirstamp) \
x86_64/$(DEPDIR)/$(am__dirstamp)
x86/Los-freebsd.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
x86/getcontext-freebsd.lo: x86/$(am__dirstamp) \
x86/$(DEPDIR)/$(am__dirstamp)
x86/Los-linux.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
x86/getcontext-linux.lo: x86/$(am__dirstamp) \
x86/$(DEPDIR)/$(am__dirstamp)
x86/Lapply_reg_state.lo: x86/$(am__dirstamp) \
x86/$(DEPDIR)/$(am__dirstamp)
x86/Lcreate_addr_space.lo: x86/$(am__dirstamp) \
x86/$(DEPDIR)/$(am__dirstamp)
x86/Lget_proc_info.lo: x86/$(am__dirstamp) \
x86/$(DEPDIR)/$(am__dirstamp)
x86/Lget_save_loc.lo: x86/$(am__dirstamp) \
x86/$(DEPDIR)/$(am__dirstamp)
x86/Lglobal.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
x86/Linit.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
x86/Linit_local.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
x86/Linit_remote.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
x86/Lregs.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
x86/Lreg_states_iterate.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)
libunwind.la: $(libunwind_la_OBJECTS) $(libunwind_la_DEPENDENCIES) $(EXTRA_libunwind_la_DEPENDENCIES)
$(AM_V_CCLD)$(libunwind_la_LINK) $(am_libunwind_la_rpath) $(libunwind_la_OBJECTS) $(libunwind_la_LIBADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
-rm -f aarch64/*.$(OBJEXT)
-rm -f aarch64/*.lo
-rm -f arm/*.$(OBJEXT)
-rm -f arm/*.lo
-rm -f coredump/*.$(OBJEXT)
-rm -f coredump/*.lo
-rm -f dwarf/*.$(OBJEXT)
-rm -f dwarf/*.lo
-rm -f hppa/*.$(OBJEXT)
-rm -f hppa/*.lo
-rm -f ia64/*.$(OBJEXT)
-rm -f ia64/*.lo
-rm -f loongarch64/*.$(OBJEXT)
-rm -f loongarch64/*.lo
-rm -f mi/*.$(OBJEXT)
-rm -f mi/*.lo
-rm -f mips/*.$(OBJEXT)
-rm -f mips/*.lo
-rm -f nto/*.$(OBJEXT)
-rm -f nto/*.lo
-rm -f ppc/*.$(OBJEXT)
-rm -f ppc/*.lo
-rm -f ppc32/*.$(OBJEXT)
-rm -f ppc32/*.lo
-rm -f ppc64/*.$(OBJEXT)
-rm -f ppc64/*.lo
-rm -f ptrace/*.$(OBJEXT)
-rm -f ptrace/*.lo
-rm -f riscv/*.$(OBJEXT)
-rm -f riscv/*.lo
-rm -f s390x/*.$(OBJEXT)
-rm -f s390x/*.lo
-rm -f setjmp/*.$(OBJEXT)
-rm -f setjmp/*.lo
-rm -f sh/*.$(OBJEXT)
-rm -f sh/*.lo
-rm -f unwind/*.$(OBJEXT)
-rm -f unwind/*.lo
-rm -f x86/*.$(OBJEXT)
-rm -f x86/*.lo
-rm -f x86_64/*.$(OBJEXT)
-rm -f x86_64/*.lo
distclean-compile:
-rm -f *.tab.c
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dl-iterate-phdr.Plo@am__quote@ @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)/elfxx.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os-freebsd.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)/os-qnx.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os-solaris.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Gapply_reg_state.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Gcreate_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Gget_cursor_snapshot.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Gget_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Gget_save_loc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Gglobal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Ginit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Ginit_local.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Ginit_remote.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Gis_signal_frame.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Gos-freebsd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Gos-linux.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Gos-qnx.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Greg_states_iterate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Gregs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Gresume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Gstash_frame.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Gstep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Gstrip_ptrauth_insn_mask.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Gtrace.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Lapply_reg_state.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Lcreate_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Lget_cursor_snapshot.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Lget_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Lget_save_loc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Lglobal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Linit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Linit_local.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Linit_remote.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Lis_signal_frame.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Los-freebsd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Los-linux.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Los-qnx.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Lreg_states_iterate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Lregs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Lresume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Lstash_frame.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Lstep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Lstrip_ptrauth_insn_mask.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/Ltrace.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/getcontext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/is_fpreg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/longjmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/regname.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/setcontext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@aarch64/$(DEPDIR)/siglongjmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Gapply_reg_state.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Gcreate_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Gex_tables.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Gget_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Gget_save_loc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Gglobal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Ginit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Ginit_local.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Ginit_remote.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Gos-freebsd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Gos-linux.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Gos-other.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Greg_states_iterate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Gregs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Gresume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Gstash_frame.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Gstep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Gtrace.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Lapply_reg_state.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Lcreate_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Lex_tables.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Lget_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Lget_save_loc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Lglobal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Linit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Linit_local.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Linit_remote.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Los-freebsd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Los-linux.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Los-other.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Lreg_states_iterate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Lregs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Lresume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Lstash_frame.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Lstep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/Ltrace.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/getcontext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/is_fpreg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/regname.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@arm/$(DEPDIR)/siglongjmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@coredump/$(DEPDIR)/_UCD_access_mem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@coredump/$(DEPDIR)/_UCD_access_reg_freebsd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@coredump/$(DEPDIR)/_UCD_access_reg_linux.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@coredump/$(DEPDIR)/_UCD_access_reg_qnx.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@coredump/$(DEPDIR)/_UCD_accessors.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@coredump/$(DEPDIR)/_UCD_corefile_elf.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@coredump/$(DEPDIR)/_UCD_create.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@coredump/$(DEPDIR)/_UCD_destroy.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@coredump/$(DEPDIR)/_UCD_elf_map_image.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@coredump/$(DEPDIR)/_UCD_find_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@coredump/$(DEPDIR)/_UCD_get_elf_filename.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@coredump/$(DEPDIR)/_UCD_get_mapinfo_generic.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@coredump/$(DEPDIR)/_UCD_get_mapinfo_linux.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@coredump/$(DEPDIR)/_UCD_get_mapinfo_qnx.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@coredump/$(DEPDIR)/_UCD_get_proc_name.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@coredump/$(DEPDIR)/_UCD_get_threadinfo_prstatus.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@coredump/$(DEPDIR)/_UPT_access_fpreg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@coredump/$(DEPDIR)/_UPT_elf.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@coredump/$(DEPDIR)/_UPT_get_dyn_info_list_addr.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@coredump/$(DEPDIR)/_UPT_put_unwind_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@coredump/$(DEPDIR)/_UPT_resume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@coredump/$(DEPDIR)/ucd_file_table.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@ @AMDEP_TRUE@@am__include@ @am__quote@dwarf/$(DEPDIR)/Gfind_unwind_table.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@dwarf/$(DEPDIR)/Gget_proc_info_in_range.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@dwarf/$(DEPDIR)/Gparser.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@dwarf/$(DEPDIR)/Gpe.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@dwarf/$(DEPDIR)/Lexpr.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@dwarf/$(DEPDIR)/Lfde.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@dwarf/$(DEPDIR)/Lfind_proc_info-lsb.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@dwarf/$(DEPDIR)/Lfind_unwind_table.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@dwarf/$(DEPDIR)/Lget_proc_info_in_range.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@dwarf/$(DEPDIR)/Lparser.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@dwarf/$(DEPDIR)/Lpe.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@dwarf/$(DEPDIR)/global.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Gapply_reg_state.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_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)/Greg_states_iterate.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)/Lapply_reg_state.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_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)/Lreg_states_iterate.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)/getcontext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/regname.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/setcontext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/siglongjmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Gapply_reg_state.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)/Gfind_unwind_table.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@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Gglobal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Ginit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Ginit_local.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Ginit_remote.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Ginstall_cursor.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Gis_signal_frame.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Gparser.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Grbs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Greg_states_iterate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Gregs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Gresume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Gscript.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Gstep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Gtables.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Lapply_reg_state.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Lcreate_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Lfind_unwind_table.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Lget_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Lget_save_loc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Lglobal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Linit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Linit_local.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Linit_remote.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Linstall_cursor.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Lis_signal_frame.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Lparser.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Lrbs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Lreg_states_iterate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Lregs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Lresume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Lscript.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Lstep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Ltables.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/dyn_info_list.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/getcontext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/longjmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/regname.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/setjmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/siglongjmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/sigsetjmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Gapply_reg_state.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Gcreate_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Gget_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Gget_save_loc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Gglobal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Ginit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Ginit_local.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Ginit_remote.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Gis_signal_frame.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Greg_states_iterate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Gregs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Gresume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Gstep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Lapply_reg_state.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Lcreate_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Lget_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Lget_save_loc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Lglobal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Linit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Linit_local.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Linit_remote.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Lis_signal_frame.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Lreg_states_iterate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Lregs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Lresume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/Lstep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/getcontext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/is_fpreg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/regname.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@loongarch64/$(DEPDIR)/siglongjmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Gaddress_validator.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Gdestroy_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Gdyn-extract.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Gdyn-remote.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Gfind_dynamic_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Gget_accessors.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Gget_elf_filename.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Gget_fpreg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Gget_proc_info_by_ip.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Gget_proc_name.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Gget_reg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Gis_plt_entry.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Gput_dynamic_unwind_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Gset_cache_size.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Gset_caching_policy.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Gset_fpreg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Gset_iterate_phdr_function.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Gset_reg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Laddress_validator.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Ldestroy_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Ldyn-extract.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Lfind_dynamic_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Lget_accessors.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Lget_elf_filename.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Lget_fpreg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Lget_proc_info_by_ip.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Lget_proc_name.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Lget_reg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Lis_plt_entry.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Lput_dynamic_unwind_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Lset_cache_size.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Lset_caching_policy.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Lset_fpreg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Lset_iterate_phdr_function.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/Lset_reg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/_ReadSLEB.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/_ReadULEB.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/backtrace.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/dyn-cancel.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/dyn-info-list.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/dyn-register.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/flush_cache.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/init.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/mempool.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/strerror.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Gapply_reg_state.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Gcreate_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Gget_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Gget_save_loc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Gglobal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Ginit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Ginit_local.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Ginit_remote.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Gis_signal_frame.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Greg_states_iterate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Gregs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Gresume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Gstep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Lapply_reg_state.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Lcreate_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Lget_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Lget_save_loc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Lglobal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Linit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Linit_local.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Linit_remote.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Lis_signal_frame.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Lreg_states_iterate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Lregs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Lresume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/Lstep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/getcontext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/is_fpreg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/regname.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@mips/$(DEPDIR)/siglongjmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@nto/$(DEPDIR)/unw_nto_access_fpreg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@nto/$(DEPDIR)/unw_nto_access_mem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@nto/$(DEPDIR)/unw_nto_access_reg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@nto/$(DEPDIR)/unw_nto_accessors.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@nto/$(DEPDIR)/unw_nto_create.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@nto/$(DEPDIR)/unw_nto_destroy.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@nto/$(DEPDIR)/unw_nto_elf.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@nto/$(DEPDIR)/unw_nto_find_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@nto/$(DEPDIR)/unw_nto_get_dyn_info_list_addr.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@nto/$(DEPDIR)/unw_nto_get_elf_filename.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@nto/$(DEPDIR)/unw_nto_get_proc_name.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@nto/$(DEPDIR)/unw_nto_put_unwind_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@nto/$(DEPDIR)/unw_nto_resume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc/$(DEPDIR)/Gget_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc/$(DEPDIR)/Gget_save_loc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc/$(DEPDIR)/Ginit_local.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc/$(DEPDIR)/Ginit_remote.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc/$(DEPDIR)/Gis_signal_frame.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc/$(DEPDIR)/Lget_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc/$(DEPDIR)/Lget_save_loc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc/$(DEPDIR)/Linit_local.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc/$(DEPDIR)/Linit_remote.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc/$(DEPDIR)/Lis_signal_frame.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc/$(DEPDIR)/longjmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc/$(DEPDIR)/siglongjmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc32/$(DEPDIR)/Gapply_reg_state.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc32/$(DEPDIR)/Gcreate_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc32/$(DEPDIR)/Gglobal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc32/$(DEPDIR)/Ginit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc32/$(DEPDIR)/Greg_states_iterate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc32/$(DEPDIR)/Gregs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc32/$(DEPDIR)/Gresume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc32/$(DEPDIR)/Gstep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc32/$(DEPDIR)/Lapply_reg_state.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc32/$(DEPDIR)/Lcreate_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc32/$(DEPDIR)/Lglobal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc32/$(DEPDIR)/Linit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc32/$(DEPDIR)/Lreg_states_iterate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc32/$(DEPDIR)/Lregs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc32/$(DEPDIR)/Lresume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc32/$(DEPDIR)/Lstep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc32/$(DEPDIR)/get_func_addr.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc32/$(DEPDIR)/is_fpreg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc32/$(DEPDIR)/regname.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc64/$(DEPDIR)/Gapply_reg_state.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc64/$(DEPDIR)/Gcreate_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc64/$(DEPDIR)/Gglobal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc64/$(DEPDIR)/Ginit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc64/$(DEPDIR)/Greg_states_iterate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc64/$(DEPDIR)/Gregs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc64/$(DEPDIR)/Gresume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc64/$(DEPDIR)/Gstep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc64/$(DEPDIR)/Lapply_reg_state.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc64/$(DEPDIR)/Lcreate_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc64/$(DEPDIR)/Lglobal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc64/$(DEPDIR)/Linit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc64/$(DEPDIR)/Lreg_states_iterate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc64/$(DEPDIR)/Lregs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc64/$(DEPDIR)/Lresume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc64/$(DEPDIR)/Lstep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc64/$(DEPDIR)/get_func_addr.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc64/$(DEPDIR)/is_fpreg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ppc64/$(DEPDIR)/regname.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_access_fpreg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_access_mem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_access_reg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_accessors.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_create.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_destroy.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_elf.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_find_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_get_dyn_info_list_addr.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_get_elf_filename.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_get_proc_name.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_ptrauth_insn_mask.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_put_unwind_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_reg_offset.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_resume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Gapply_reg_state.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Gcreate_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Gget_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Gget_save_loc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Gglobal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Ginit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Ginit_local.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Ginit_remote.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Gis_signal_frame.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Greg_states_iterate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Gregs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Gresume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Gstep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Lapply_reg_state.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Lcreate_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Lget_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Lget_save_loc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Lglobal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Linit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Linit_local.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Linit_remote.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Lis_signal_frame.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Lreg_states_iterate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Lregs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Lresume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/Lstep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/getcontext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/is_fpreg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/regname.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/setcontext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@riscv/$(DEPDIR)/siglongjmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Gapply_reg_state.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Gcreate_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Gget_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Gget_save_loc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Gglobal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Ginit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Ginit_local.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Ginit_remote.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Gis_signal_frame.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Greg_states_iterate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Gregs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Gresume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Gstep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Lapply_reg_state.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Lcreate_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Lget_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Lget_save_loc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Lglobal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Linit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Linit_local.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Linit_remote.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Lis_signal_frame.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Lreg_states_iterate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Lregs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Lresume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/Lstep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/getcontext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/is_fpreg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/regname.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@s390x/$(DEPDIR)/setcontext.Plo@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@sh/$(DEPDIR)/Gapply_reg_state.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Gcreate_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Gget_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Gget_save_loc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Gglobal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Ginit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Ginit_local.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Ginit_remote.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Gis_signal_frame.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Greg_states_iterate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Gregs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Gresume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Gstep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Lapply_reg_state.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Lcreate_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Lget_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Lget_save_loc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Lglobal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Linit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Linit_local.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Linit_remote.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Lis_signal_frame.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Lreg_states_iterate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Lregs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Lresume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/Lstep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/is_fpreg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(DEPDIR)/regname.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@sh/$(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@ @AMDEP_TRUE@@am__include@ @am__quote@unwind/$(DEPDIR)/ForcedUnwind.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unwind/$(DEPDIR)/GetBSP.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unwind/$(DEPDIR)/GetCFA.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unwind/$(DEPDIR)/GetDataRelBase.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unwind/$(DEPDIR)/GetGR.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unwind/$(DEPDIR)/GetIP.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unwind/$(DEPDIR)/GetIPInfo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unwind/$(DEPDIR)/GetLanguageSpecificData.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unwind/$(DEPDIR)/GetRegionStart.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unwind/$(DEPDIR)/GetTextRelBase.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unwind/$(DEPDIR)/RaiseException.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unwind/$(DEPDIR)/Resume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unwind/$(DEPDIR)/Resume_or_Rethrow.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unwind/$(DEPDIR)/SetGR.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@unwind/$(DEPDIR)/SetIP.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Gapply_reg_state.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Gcreate_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Gget_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Gget_save_loc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Gglobal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Ginit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Ginit_local.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Ginit_remote.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Gos-freebsd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Gos-linux.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Greg_states_iterate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Gregs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Gresume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Gstep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Lapply_reg_state.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Lcreate_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Lget_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Lget_save_loc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Lglobal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Linit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Linit_local.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Linit_remote.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Los-freebsd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Los-linux.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Lreg_states_iterate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Lregs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Lresume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/Lstep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/getcontext-freebsd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/getcontext-linux.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/is_fpreg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/longjmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/regname.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/siglongjmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Gapply_reg_state.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Gcreate_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Gget_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Gget_save_loc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Gglobal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Ginit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Ginit_local.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Ginit_remote.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Gos-freebsd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Gos-linux.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Gos-qnx.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Gos-solaris.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Greg_states_iterate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Gregs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Gresume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Gstash_frame.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Gstep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Gtrace.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Lapply_reg_state.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Lcreate_addr_space.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Lget_proc_info.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Lget_save_loc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Lglobal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Linit.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Linit_local.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Linit_remote.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Los-freebsd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Los-linux.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Los-qnx.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Los-solaris.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Lreg_states_iterate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Lregs.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Lresume.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Lstash_frame.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Lstep.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/Ltrace.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/getcontext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/is_fpreg.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/longjmp.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/regname.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/setcontext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/siglongjmp.Plo@am__quote@
$(am__depfiles_remade):
@$(MKDIR_P) $(@D)
@echo '# dummy' >$@-t && $(am__mv) $@-t $@
am--depfiles: $(am__depfiles_remade)
.S.o:
@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
@am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $<
.S.obj:
@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
@am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
.S.lo:
@am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
@am__fastdepCCAS_TRUE@ $(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
@am__fastdepCCAS_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCCAS_FALSE@ $(AM_V_CPPAS@am__nodep@)$(LTCPPASCOMPILE) -c -o $@ $<
.c.o:
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
.c.obj:
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
mostlyclean-libtool:
-rm -f *.lo
clean-libtool:
-rm -rf .libs _libs
-rm -rf aarch64/.libs aarch64/_libs
-rm -rf arm/.libs arm/_libs
-rm -rf coredump/.libs coredump/_libs
-rm -rf dwarf/.libs dwarf/_libs
-rm -rf hppa/.libs hppa/_libs
-rm -rf ia64/.libs ia64/_libs
-rm -rf loongarch64/.libs loongarch64/_libs
-rm -rf mi/.libs mi/_libs
-rm -rf mips/.libs mips/_libs
-rm -rf nto/.libs nto/_libs
-rm -rf ppc/.libs ppc/_libs
-rm -rf ppc32/.libs ppc32/_libs
-rm -rf ppc64/.libs ppc64/_libs
-rm -rf ptrace/.libs ptrace/_libs
-rm -rf riscv/.libs riscv/_libs
-rm -rf s390x/.libs s390x/_libs
-rm -rf setjmp/.libs setjmp/_libs
-rm -rf sh/.libs sh/_libs
-rm -rf unwind/.libs unwind/_libs
-rm -rf x86/.libs x86/_libs
-rm -rf x86_64/.libs x86_64/_libs
install-pkgconfigDATA: $(pkgconfig_DATA)
@$(NORMAL_INSTALL)
@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
if test -n "$$list"; then \
echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
$(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
fi; \
for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
echo "$$d$$p"; \
done | $(am__base_list) | \
while read files; do \
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
$(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
done
uninstall-pkgconfigDATA:
@$(NORMAL_UNINSTALL)
@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
ID: $(am__tagged_files)
$(am__define_uniq_tagged_files); mkid -fID $$unique
tags: tags-am
TAGS: tags
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
set x; \
here=`pwd`; \
$(am__define_uniq_tagged_files); \
shift; \
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
if test $$# -gt 0; then \
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
"$$@" $$unique; \
else \
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
$$unique; \
fi; \
fi
ctags: ctags-am
CTAGS: ctags
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
$(am__define_uniq_tagged_files); \
test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
$$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
&& $(am__cd) $(top_srcdir) \
&& gtags -i $(GTAGS_ARGS) "$$here"
cscopelist: cscopelist-am
cscopelist-am: $(am__tagged_files)
list='$(am__tagged_files)'; \
case "$(srcdir)" in \
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
*) sdir=$(subdir)/$(srcdir) ;; \
esac; \
for i in $$list; do \
if test -f "$$i"; then \
echo "$(subdir)/$$i"; \
else \
echo "$$sdir/$$i"; \
fi; \
done >> $(top_builddir)/cscope.files
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) distdir-am
distdir-am: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
dist_files=`for file in $$list; do echo $$file; done | \
sed -e "s|^$$srcdirstrip/||;t" \
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
case $$dist_files in \
*/*) $(MKDIR_P) `echo "$$dist_files" | \
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
sort -u` ;; \
esac; \
for file in $$dist_files; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
if test -d "$(distdir)/$$file"; then \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
test -f "$(distdir)/$$file" \
|| cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
check-am: all-am
check: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) check-am
all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
installdirs:
for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
install: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) install-am
install-exec: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) install-exec-am
install-data: install-data-am
uninstall: uninstall-am
install-am: all-am
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
installcheck: installcheck-am
install-strip:
if test -z '$(STRIP)'; then \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
install; \
else \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
fi
mostlyclean-generic:
clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-rm -f aarch64/$(DEPDIR)/$(am__dirstamp)
-rm -f aarch64/$(am__dirstamp)
-rm -f arm/$(DEPDIR)/$(am__dirstamp)
-rm -f arm/$(am__dirstamp)
-rm -f coredump/$(DEPDIR)/$(am__dirstamp)
-rm -f coredump/$(am__dirstamp)
-rm -f dwarf/$(DEPDIR)/$(am__dirstamp)
-rm -f dwarf/$(am__dirstamp)
-rm -f hppa/$(DEPDIR)/$(am__dirstamp)
-rm -f hppa/$(am__dirstamp)
-rm -f ia64/$(DEPDIR)/$(am__dirstamp)
-rm -f ia64/$(am__dirstamp)
-rm -f loongarch64/$(DEPDIR)/$(am__dirstamp)
-rm -f loongarch64/$(am__dirstamp)
-rm -f mi/$(DEPDIR)/$(am__dirstamp)
-rm -f mi/$(am__dirstamp)
-rm -f mips/$(DEPDIR)/$(am__dirstamp)
-rm -f mips/$(am__dirstamp)
-rm -f nto/$(DEPDIR)/$(am__dirstamp)
-rm -f nto/$(am__dirstamp)
-rm -f ppc/$(DEPDIR)/$(am__dirstamp)
-rm -f ppc/$(am__dirstamp)
-rm -f ppc32/$(DEPDIR)/$(am__dirstamp)
-rm -f ppc32/$(am__dirstamp)
-rm -f ppc64/$(DEPDIR)/$(am__dirstamp)
-rm -f ppc64/$(am__dirstamp)
-rm -f ptrace/$(DEPDIR)/$(am__dirstamp)
-rm -f ptrace/$(am__dirstamp)
-rm -f riscv/$(DEPDIR)/$(am__dirstamp)
-rm -f riscv/$(am__dirstamp)
-rm -f s390x/$(DEPDIR)/$(am__dirstamp)
-rm -f s390x/$(am__dirstamp)
-rm -f setjmp/$(DEPDIR)/$(am__dirstamp)
-rm -f setjmp/$(am__dirstamp)
-rm -f sh/$(DEPDIR)/$(am__dirstamp)
-rm -f sh/$(am__dirstamp)
-rm -f unwind/$(DEPDIR)/$(am__dirstamp)
-rm -f unwind/$(am__dirstamp)
-rm -f x86/$(DEPDIR)/$(am__dirstamp)
-rm -f x86/$(am__dirstamp)
-rm -f x86_64/$(DEPDIR)/$(am__dirstamp)
-rm -f x86_64/$(am__dirstamp)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
clean: clean-am
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
clean-noinstLTLIBRARIES mostlyclean-am
distclean: distclean-am
-rm -f ./$(DEPDIR)/dl-iterate-phdr.Plo
-rm -f ./$(DEPDIR)/elf32.Plo
-rm -f ./$(DEPDIR)/elf64.Plo
-rm -f ./$(DEPDIR)/elfxx.Plo
-rm -f ./$(DEPDIR)/os-freebsd.Plo
-rm -f ./$(DEPDIR)/os-hpux.Plo
-rm -f ./$(DEPDIR)/os-linux.Plo
-rm -f ./$(DEPDIR)/os-qnx.Plo
-rm -f ./$(DEPDIR)/os-solaris.Plo
-rm -f aarch64/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f aarch64/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f aarch64/$(DEPDIR)/Gget_cursor_snapshot.Plo
-rm -f aarch64/$(DEPDIR)/Gget_proc_info.Plo
-rm -f aarch64/$(DEPDIR)/Gget_save_loc.Plo
-rm -f aarch64/$(DEPDIR)/Gglobal.Plo
-rm -f aarch64/$(DEPDIR)/Ginit.Plo
-rm -f aarch64/$(DEPDIR)/Ginit_local.Plo
-rm -f aarch64/$(DEPDIR)/Ginit_remote.Plo
-rm -f aarch64/$(DEPDIR)/Gis_signal_frame.Plo
-rm -f aarch64/$(DEPDIR)/Gos-freebsd.Plo
-rm -f aarch64/$(DEPDIR)/Gos-linux.Plo
-rm -f aarch64/$(DEPDIR)/Gos-qnx.Plo
-rm -f aarch64/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f aarch64/$(DEPDIR)/Gregs.Plo
-rm -f aarch64/$(DEPDIR)/Gresume.Plo
-rm -f aarch64/$(DEPDIR)/Gstash_frame.Plo
-rm -f aarch64/$(DEPDIR)/Gstep.Plo
-rm -f aarch64/$(DEPDIR)/Gstrip_ptrauth_insn_mask.Plo
-rm -f aarch64/$(DEPDIR)/Gtrace.Plo
-rm -f aarch64/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f aarch64/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f aarch64/$(DEPDIR)/Lget_cursor_snapshot.Plo
-rm -f aarch64/$(DEPDIR)/Lget_proc_info.Plo
-rm -f aarch64/$(DEPDIR)/Lget_save_loc.Plo
-rm -f aarch64/$(DEPDIR)/Lglobal.Plo
-rm -f aarch64/$(DEPDIR)/Linit.Plo
-rm -f aarch64/$(DEPDIR)/Linit_local.Plo
-rm -f aarch64/$(DEPDIR)/Linit_remote.Plo
-rm -f aarch64/$(DEPDIR)/Lis_signal_frame.Plo
-rm -f aarch64/$(DEPDIR)/Los-freebsd.Plo
-rm -f aarch64/$(DEPDIR)/Los-linux.Plo
-rm -f aarch64/$(DEPDIR)/Los-qnx.Plo
-rm -f aarch64/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f aarch64/$(DEPDIR)/Lregs.Plo
-rm -f aarch64/$(DEPDIR)/Lresume.Plo
-rm -f aarch64/$(DEPDIR)/Lstash_frame.Plo
-rm -f aarch64/$(DEPDIR)/Lstep.Plo
-rm -f aarch64/$(DEPDIR)/Lstrip_ptrauth_insn_mask.Plo
-rm -f aarch64/$(DEPDIR)/Ltrace.Plo
-rm -f aarch64/$(DEPDIR)/getcontext.Plo
-rm -f aarch64/$(DEPDIR)/is_fpreg.Plo
-rm -f aarch64/$(DEPDIR)/longjmp.Plo
-rm -f aarch64/$(DEPDIR)/regname.Plo
-rm -f aarch64/$(DEPDIR)/setcontext.Plo
-rm -f aarch64/$(DEPDIR)/siglongjmp.Plo
-rm -f arm/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f arm/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f arm/$(DEPDIR)/Gex_tables.Plo
-rm -f arm/$(DEPDIR)/Gget_proc_info.Plo
-rm -f arm/$(DEPDIR)/Gget_save_loc.Plo
-rm -f arm/$(DEPDIR)/Gglobal.Plo
-rm -f arm/$(DEPDIR)/Ginit.Plo
-rm -f arm/$(DEPDIR)/Ginit_local.Plo
-rm -f arm/$(DEPDIR)/Ginit_remote.Plo
-rm -f arm/$(DEPDIR)/Gos-freebsd.Plo
-rm -f arm/$(DEPDIR)/Gos-linux.Plo
-rm -f arm/$(DEPDIR)/Gos-other.Plo
-rm -f arm/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f arm/$(DEPDIR)/Gregs.Plo
-rm -f arm/$(DEPDIR)/Gresume.Plo
-rm -f arm/$(DEPDIR)/Gstash_frame.Plo
-rm -f arm/$(DEPDIR)/Gstep.Plo
-rm -f arm/$(DEPDIR)/Gtrace.Plo
-rm -f arm/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f arm/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f arm/$(DEPDIR)/Lex_tables.Plo
-rm -f arm/$(DEPDIR)/Lget_proc_info.Plo
-rm -f arm/$(DEPDIR)/Lget_save_loc.Plo
-rm -f arm/$(DEPDIR)/Lglobal.Plo
-rm -f arm/$(DEPDIR)/Linit.Plo
-rm -f arm/$(DEPDIR)/Linit_local.Plo
-rm -f arm/$(DEPDIR)/Linit_remote.Plo
-rm -f arm/$(DEPDIR)/Los-freebsd.Plo
-rm -f arm/$(DEPDIR)/Los-linux.Plo
-rm -f arm/$(DEPDIR)/Los-other.Plo
-rm -f arm/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f arm/$(DEPDIR)/Lregs.Plo
-rm -f arm/$(DEPDIR)/Lresume.Plo
-rm -f arm/$(DEPDIR)/Lstash_frame.Plo
-rm -f arm/$(DEPDIR)/Lstep.Plo
-rm -f arm/$(DEPDIR)/Ltrace.Plo
-rm -f arm/$(DEPDIR)/getcontext.Plo
-rm -f arm/$(DEPDIR)/is_fpreg.Plo
-rm -f arm/$(DEPDIR)/regname.Plo
-rm -f arm/$(DEPDIR)/siglongjmp.Plo
-rm -f coredump/$(DEPDIR)/_UCD_access_mem.Plo
-rm -f coredump/$(DEPDIR)/_UCD_access_reg_freebsd.Plo
-rm -f coredump/$(DEPDIR)/_UCD_access_reg_linux.Plo
-rm -f coredump/$(DEPDIR)/_UCD_access_reg_qnx.Plo
-rm -f coredump/$(DEPDIR)/_UCD_accessors.Plo
-rm -f coredump/$(DEPDIR)/_UCD_corefile_elf.Plo
-rm -f coredump/$(DEPDIR)/_UCD_create.Plo
-rm -f coredump/$(DEPDIR)/_UCD_destroy.Plo
-rm -f coredump/$(DEPDIR)/_UCD_elf_map_image.Plo
-rm -f coredump/$(DEPDIR)/_UCD_find_proc_info.Plo
-rm -f coredump/$(DEPDIR)/_UCD_get_elf_filename.Plo
-rm -f coredump/$(DEPDIR)/_UCD_get_mapinfo_generic.Plo
-rm -f coredump/$(DEPDIR)/_UCD_get_mapinfo_linux.Plo
-rm -f coredump/$(DEPDIR)/_UCD_get_mapinfo_qnx.Plo
-rm -f coredump/$(DEPDIR)/_UCD_get_proc_name.Plo
-rm -f coredump/$(DEPDIR)/_UCD_get_threadinfo_prstatus.Plo
-rm -f coredump/$(DEPDIR)/_UPT_access_fpreg.Plo
-rm -f coredump/$(DEPDIR)/_UPT_elf.Plo
-rm -f coredump/$(DEPDIR)/_UPT_get_dyn_info_list_addr.Plo
-rm -f coredump/$(DEPDIR)/_UPT_put_unwind_info.Plo
-rm -f coredump/$(DEPDIR)/_UPT_resume.Plo
-rm -f coredump/$(DEPDIR)/ucd_file_table.Plo
-rm -f dwarf/$(DEPDIR)/Gexpr.Plo
-rm -f dwarf/$(DEPDIR)/Gfde.Plo
-rm -f dwarf/$(DEPDIR)/Gfind_proc_info-lsb.Plo
-rm -f dwarf/$(DEPDIR)/Gfind_unwind_table.Plo
-rm -f dwarf/$(DEPDIR)/Gget_proc_info_in_range.Plo
-rm -f dwarf/$(DEPDIR)/Gparser.Plo
-rm -f dwarf/$(DEPDIR)/Gpe.Plo
-rm -f dwarf/$(DEPDIR)/Lexpr.Plo
-rm -f dwarf/$(DEPDIR)/Lfde.Plo
-rm -f dwarf/$(DEPDIR)/Lfind_proc_info-lsb.Plo
-rm -f dwarf/$(DEPDIR)/Lfind_unwind_table.Plo
-rm -f dwarf/$(DEPDIR)/Lget_proc_info_in_range.Plo
-rm -f dwarf/$(DEPDIR)/Lparser.Plo
-rm -f dwarf/$(DEPDIR)/Lpe.Plo
-rm -f dwarf/$(DEPDIR)/global.Plo
-rm -f hppa/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f hppa/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f hppa/$(DEPDIR)/Gget_proc_info.Plo
-rm -f hppa/$(DEPDIR)/Gget_save_loc.Plo
-rm -f hppa/$(DEPDIR)/Gglobal.Plo
-rm -f hppa/$(DEPDIR)/Ginit.Plo
-rm -f hppa/$(DEPDIR)/Ginit_local.Plo
-rm -f hppa/$(DEPDIR)/Ginit_remote.Plo
-rm -f hppa/$(DEPDIR)/Gis_signal_frame.Plo
-rm -f hppa/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f hppa/$(DEPDIR)/Gregs.Plo
-rm -f hppa/$(DEPDIR)/Gresume.Plo
-rm -f hppa/$(DEPDIR)/Gstep.Plo
-rm -f hppa/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f hppa/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f hppa/$(DEPDIR)/Lget_proc_info.Plo
-rm -f hppa/$(DEPDIR)/Lget_save_loc.Plo
-rm -f hppa/$(DEPDIR)/Lglobal.Plo
-rm -f hppa/$(DEPDIR)/Linit.Plo
-rm -f hppa/$(DEPDIR)/Linit_local.Plo
-rm -f hppa/$(DEPDIR)/Linit_remote.Plo
-rm -f hppa/$(DEPDIR)/Lis_signal_frame.Plo
-rm -f hppa/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f hppa/$(DEPDIR)/Lregs.Plo
-rm -f hppa/$(DEPDIR)/Lresume.Plo
-rm -f hppa/$(DEPDIR)/Lstep.Plo
-rm -f hppa/$(DEPDIR)/getcontext.Plo
-rm -f hppa/$(DEPDIR)/regname.Plo
-rm -f hppa/$(DEPDIR)/setcontext.Plo
-rm -f hppa/$(DEPDIR)/siglongjmp.Plo
-rm -f ia64/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f ia64/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f ia64/$(DEPDIR)/Gfind_unwind_table.Plo
-rm -f ia64/$(DEPDIR)/Gget_proc_info.Plo
-rm -f ia64/$(DEPDIR)/Gget_save_loc.Plo
-rm -f ia64/$(DEPDIR)/Gglobal.Plo
-rm -f ia64/$(DEPDIR)/Ginit.Plo
-rm -f ia64/$(DEPDIR)/Ginit_local.Plo
-rm -f ia64/$(DEPDIR)/Ginit_remote.Plo
-rm -f ia64/$(DEPDIR)/Ginstall_cursor.Plo
-rm -f ia64/$(DEPDIR)/Gis_signal_frame.Plo
-rm -f ia64/$(DEPDIR)/Gparser.Plo
-rm -f ia64/$(DEPDIR)/Grbs.Plo
-rm -f ia64/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f ia64/$(DEPDIR)/Gregs.Plo
-rm -f ia64/$(DEPDIR)/Gresume.Plo
-rm -f ia64/$(DEPDIR)/Gscript.Plo
-rm -f ia64/$(DEPDIR)/Gstep.Plo
-rm -f ia64/$(DEPDIR)/Gtables.Plo
-rm -f ia64/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f ia64/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f ia64/$(DEPDIR)/Lfind_unwind_table.Plo
-rm -f ia64/$(DEPDIR)/Lget_proc_info.Plo
-rm -f ia64/$(DEPDIR)/Lget_save_loc.Plo
-rm -f ia64/$(DEPDIR)/Lglobal.Plo
-rm -f ia64/$(DEPDIR)/Linit.Plo
-rm -f ia64/$(DEPDIR)/Linit_local.Plo
-rm -f ia64/$(DEPDIR)/Linit_remote.Plo
-rm -f ia64/$(DEPDIR)/Linstall_cursor.Plo
-rm -f ia64/$(DEPDIR)/Lis_signal_frame.Plo
-rm -f ia64/$(DEPDIR)/Lparser.Plo
-rm -f ia64/$(DEPDIR)/Lrbs.Plo
-rm -f ia64/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f ia64/$(DEPDIR)/Lregs.Plo
-rm -f ia64/$(DEPDIR)/Lresume.Plo
-rm -f ia64/$(DEPDIR)/Lscript.Plo
-rm -f ia64/$(DEPDIR)/Lstep.Plo
-rm -f ia64/$(DEPDIR)/Ltables.Plo
-rm -f ia64/$(DEPDIR)/dyn_info_list.Plo
-rm -f ia64/$(DEPDIR)/getcontext.Plo
-rm -f ia64/$(DEPDIR)/longjmp.Plo
-rm -f ia64/$(DEPDIR)/regname.Plo
-rm -f ia64/$(DEPDIR)/setjmp.Plo
-rm -f ia64/$(DEPDIR)/siglongjmp.Plo
-rm -f ia64/$(DEPDIR)/sigsetjmp.Plo
-rm -f loongarch64/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f loongarch64/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f loongarch64/$(DEPDIR)/Gget_proc_info.Plo
-rm -f loongarch64/$(DEPDIR)/Gget_save_loc.Plo
-rm -f loongarch64/$(DEPDIR)/Gglobal.Plo
-rm -f loongarch64/$(DEPDIR)/Ginit.Plo
-rm -f loongarch64/$(DEPDIR)/Ginit_local.Plo
-rm -f loongarch64/$(DEPDIR)/Ginit_remote.Plo
-rm -f loongarch64/$(DEPDIR)/Gis_signal_frame.Plo
-rm -f loongarch64/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f loongarch64/$(DEPDIR)/Gregs.Plo
-rm -f loongarch64/$(DEPDIR)/Gresume.Plo
-rm -f loongarch64/$(DEPDIR)/Gstep.Plo
-rm -f loongarch64/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f loongarch64/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f loongarch64/$(DEPDIR)/Lget_proc_info.Plo
-rm -f loongarch64/$(DEPDIR)/Lget_save_loc.Plo
-rm -f loongarch64/$(DEPDIR)/Lglobal.Plo
-rm -f loongarch64/$(DEPDIR)/Linit.Plo
-rm -f loongarch64/$(DEPDIR)/Linit_local.Plo
-rm -f loongarch64/$(DEPDIR)/Linit_remote.Plo
-rm -f loongarch64/$(DEPDIR)/Lis_signal_frame.Plo
-rm -f loongarch64/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f loongarch64/$(DEPDIR)/Lregs.Plo
-rm -f loongarch64/$(DEPDIR)/Lresume.Plo
-rm -f loongarch64/$(DEPDIR)/Lstep.Plo
-rm -f loongarch64/$(DEPDIR)/getcontext.Plo
-rm -f loongarch64/$(DEPDIR)/is_fpreg.Plo
-rm -f loongarch64/$(DEPDIR)/regname.Plo
-rm -f loongarch64/$(DEPDIR)/siglongjmp.Plo
-rm -f mi/$(DEPDIR)/Gaddress_validator.Plo
-rm -f mi/$(DEPDIR)/Gdestroy_addr_space.Plo
-rm -f mi/$(DEPDIR)/Gdyn-extract.Plo
-rm -f mi/$(DEPDIR)/Gdyn-remote.Plo
-rm -f mi/$(DEPDIR)/Gfind_dynamic_proc_info.Plo
-rm -f mi/$(DEPDIR)/Gget_accessors.Plo
-rm -f mi/$(DEPDIR)/Gget_elf_filename.Plo
-rm -f mi/$(DEPDIR)/Gget_fpreg.Plo
-rm -f mi/$(DEPDIR)/Gget_proc_info_by_ip.Plo
-rm -f mi/$(DEPDIR)/Gget_proc_name.Plo
-rm -f mi/$(DEPDIR)/Gget_reg.Plo
-rm -f mi/$(DEPDIR)/Gis_plt_entry.Plo
-rm -f mi/$(DEPDIR)/Gput_dynamic_unwind_info.Plo
-rm -f mi/$(DEPDIR)/Gset_cache_size.Plo
-rm -f mi/$(DEPDIR)/Gset_caching_policy.Plo
-rm -f mi/$(DEPDIR)/Gset_fpreg.Plo
-rm -f mi/$(DEPDIR)/Gset_iterate_phdr_function.Plo
-rm -f mi/$(DEPDIR)/Gset_reg.Plo
-rm -f mi/$(DEPDIR)/Laddress_validator.Plo
-rm -f mi/$(DEPDIR)/Ldestroy_addr_space.Plo
-rm -f mi/$(DEPDIR)/Ldyn-extract.Plo
-rm -f mi/$(DEPDIR)/Lfind_dynamic_proc_info.Plo
-rm -f mi/$(DEPDIR)/Lget_accessors.Plo
-rm -f mi/$(DEPDIR)/Lget_elf_filename.Plo
-rm -f mi/$(DEPDIR)/Lget_fpreg.Plo
-rm -f mi/$(DEPDIR)/Lget_proc_info_by_ip.Plo
-rm -f mi/$(DEPDIR)/Lget_proc_name.Plo
-rm -f mi/$(DEPDIR)/Lget_reg.Plo
-rm -f mi/$(DEPDIR)/Lis_plt_entry.Plo
-rm -f mi/$(DEPDIR)/Lput_dynamic_unwind_info.Plo
-rm -f mi/$(DEPDIR)/Lset_cache_size.Plo
-rm -f mi/$(DEPDIR)/Lset_caching_policy.Plo
-rm -f mi/$(DEPDIR)/Lset_fpreg.Plo
-rm -f mi/$(DEPDIR)/Lset_iterate_phdr_function.Plo
-rm -f mi/$(DEPDIR)/Lset_reg.Plo
-rm -f mi/$(DEPDIR)/_ReadSLEB.Plo
-rm -f mi/$(DEPDIR)/_ReadULEB.Plo
-rm -f mi/$(DEPDIR)/backtrace.Plo
-rm -f mi/$(DEPDIR)/dyn-cancel.Plo
-rm -f mi/$(DEPDIR)/dyn-info-list.Plo
-rm -f mi/$(DEPDIR)/dyn-register.Plo
-rm -f mi/$(DEPDIR)/flush_cache.Plo
-rm -f mi/$(DEPDIR)/init.Plo
-rm -f mi/$(DEPDIR)/mempool.Plo
-rm -f mi/$(DEPDIR)/strerror.Plo
-rm -f mips/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f mips/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f mips/$(DEPDIR)/Gget_proc_info.Plo
-rm -f mips/$(DEPDIR)/Gget_save_loc.Plo
-rm -f mips/$(DEPDIR)/Gglobal.Plo
-rm -f mips/$(DEPDIR)/Ginit.Plo
-rm -f mips/$(DEPDIR)/Ginit_local.Plo
-rm -f mips/$(DEPDIR)/Ginit_remote.Plo
-rm -f mips/$(DEPDIR)/Gis_signal_frame.Plo
-rm -f mips/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f mips/$(DEPDIR)/Gregs.Plo
-rm -f mips/$(DEPDIR)/Gresume.Plo
-rm -f mips/$(DEPDIR)/Gstep.Plo
-rm -f mips/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f mips/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f mips/$(DEPDIR)/Lget_proc_info.Plo
-rm -f mips/$(DEPDIR)/Lget_save_loc.Plo
-rm -f mips/$(DEPDIR)/Lglobal.Plo
-rm -f mips/$(DEPDIR)/Linit.Plo
-rm -f mips/$(DEPDIR)/Linit_local.Plo
-rm -f mips/$(DEPDIR)/Linit_remote.Plo
-rm -f mips/$(DEPDIR)/Lis_signal_frame.Plo
-rm -f mips/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f mips/$(DEPDIR)/Lregs.Plo
-rm -f mips/$(DEPDIR)/Lresume.Plo
-rm -f mips/$(DEPDIR)/Lstep.Plo
-rm -f mips/$(DEPDIR)/getcontext.Plo
-rm -f mips/$(DEPDIR)/is_fpreg.Plo
-rm -f mips/$(DEPDIR)/regname.Plo
-rm -f mips/$(DEPDIR)/siglongjmp.Plo
-rm -f nto/$(DEPDIR)/unw_nto_access_fpreg.Plo
-rm -f nto/$(DEPDIR)/unw_nto_access_mem.Plo
-rm -f nto/$(DEPDIR)/unw_nto_access_reg.Plo
-rm -f nto/$(DEPDIR)/unw_nto_accessors.Plo
-rm -f nto/$(DEPDIR)/unw_nto_create.Plo
-rm -f nto/$(DEPDIR)/unw_nto_destroy.Plo
-rm -f nto/$(DEPDIR)/unw_nto_elf.Plo
-rm -f nto/$(DEPDIR)/unw_nto_find_proc_info.Plo
-rm -f nto/$(DEPDIR)/unw_nto_get_dyn_info_list_addr.Plo
-rm -f nto/$(DEPDIR)/unw_nto_get_elf_filename.Plo
-rm -f nto/$(DEPDIR)/unw_nto_get_proc_name.Plo
-rm -f nto/$(DEPDIR)/unw_nto_put_unwind_info.Plo
-rm -f nto/$(DEPDIR)/unw_nto_resume.Plo
-rm -f ppc/$(DEPDIR)/Gget_proc_info.Plo
-rm -f ppc/$(DEPDIR)/Gget_save_loc.Plo
-rm -f ppc/$(DEPDIR)/Ginit_local.Plo
-rm -f ppc/$(DEPDIR)/Ginit_remote.Plo
-rm -f ppc/$(DEPDIR)/Gis_signal_frame.Plo
-rm -f ppc/$(DEPDIR)/Lget_proc_info.Plo
-rm -f ppc/$(DEPDIR)/Lget_save_loc.Plo
-rm -f ppc/$(DEPDIR)/Linit_local.Plo
-rm -f ppc/$(DEPDIR)/Linit_remote.Plo
-rm -f ppc/$(DEPDIR)/Lis_signal_frame.Plo
-rm -f ppc/$(DEPDIR)/longjmp.Plo
-rm -f ppc/$(DEPDIR)/siglongjmp.Plo
-rm -f ppc32/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f ppc32/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f ppc32/$(DEPDIR)/Gglobal.Plo
-rm -f ppc32/$(DEPDIR)/Ginit.Plo
-rm -f ppc32/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f ppc32/$(DEPDIR)/Gregs.Plo
-rm -f ppc32/$(DEPDIR)/Gresume.Plo
-rm -f ppc32/$(DEPDIR)/Gstep.Plo
-rm -f ppc32/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f ppc32/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f ppc32/$(DEPDIR)/Lglobal.Plo
-rm -f ppc32/$(DEPDIR)/Linit.Plo
-rm -f ppc32/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f ppc32/$(DEPDIR)/Lregs.Plo
-rm -f ppc32/$(DEPDIR)/Lresume.Plo
-rm -f ppc32/$(DEPDIR)/Lstep.Plo
-rm -f ppc32/$(DEPDIR)/get_func_addr.Plo
-rm -f ppc32/$(DEPDIR)/is_fpreg.Plo
-rm -f ppc32/$(DEPDIR)/regname.Plo
-rm -f ppc64/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f ppc64/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f ppc64/$(DEPDIR)/Gglobal.Plo
-rm -f ppc64/$(DEPDIR)/Ginit.Plo
-rm -f ppc64/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f ppc64/$(DEPDIR)/Gregs.Plo
-rm -f ppc64/$(DEPDIR)/Gresume.Plo
-rm -f ppc64/$(DEPDIR)/Gstep.Plo
-rm -f ppc64/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f ppc64/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f ppc64/$(DEPDIR)/Lglobal.Plo
-rm -f ppc64/$(DEPDIR)/Linit.Plo
-rm -f ppc64/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f ppc64/$(DEPDIR)/Lregs.Plo
-rm -f ppc64/$(DEPDIR)/Lresume.Plo
-rm -f ppc64/$(DEPDIR)/Lstep.Plo
-rm -f ppc64/$(DEPDIR)/get_func_addr.Plo
-rm -f ppc64/$(DEPDIR)/is_fpreg.Plo
-rm -f ppc64/$(DEPDIR)/regname.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_access_fpreg.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_access_mem.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_access_reg.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_accessors.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_create.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_destroy.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_elf.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_find_proc_info.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_get_dyn_info_list_addr.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_get_elf_filename.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_get_proc_name.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_ptrauth_insn_mask.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_put_unwind_info.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_reg_offset.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_resume.Plo
-rm -f riscv/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f riscv/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f riscv/$(DEPDIR)/Gget_proc_info.Plo
-rm -f riscv/$(DEPDIR)/Gget_save_loc.Plo
-rm -f riscv/$(DEPDIR)/Gglobal.Plo
-rm -f riscv/$(DEPDIR)/Ginit.Plo
-rm -f riscv/$(DEPDIR)/Ginit_local.Plo
-rm -f riscv/$(DEPDIR)/Ginit_remote.Plo
-rm -f riscv/$(DEPDIR)/Gis_signal_frame.Plo
-rm -f riscv/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f riscv/$(DEPDIR)/Gregs.Plo
-rm -f riscv/$(DEPDIR)/Gresume.Plo
-rm -f riscv/$(DEPDIR)/Gstep.Plo
-rm -f riscv/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f riscv/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f riscv/$(DEPDIR)/Lget_proc_info.Plo
-rm -f riscv/$(DEPDIR)/Lget_save_loc.Plo
-rm -f riscv/$(DEPDIR)/Lglobal.Plo
-rm -f riscv/$(DEPDIR)/Linit.Plo
-rm -f riscv/$(DEPDIR)/Linit_local.Plo
-rm -f riscv/$(DEPDIR)/Linit_remote.Plo
-rm -f riscv/$(DEPDIR)/Lis_signal_frame.Plo
-rm -f riscv/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f riscv/$(DEPDIR)/Lregs.Plo
-rm -f riscv/$(DEPDIR)/Lresume.Plo
-rm -f riscv/$(DEPDIR)/Lstep.Plo
-rm -f riscv/$(DEPDIR)/getcontext.Plo
-rm -f riscv/$(DEPDIR)/is_fpreg.Plo
-rm -f riscv/$(DEPDIR)/regname.Plo
-rm -f riscv/$(DEPDIR)/setcontext.Plo
-rm -f riscv/$(DEPDIR)/siglongjmp.Plo
-rm -f s390x/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f s390x/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f s390x/$(DEPDIR)/Gget_proc_info.Plo
-rm -f s390x/$(DEPDIR)/Gget_save_loc.Plo
-rm -f s390x/$(DEPDIR)/Gglobal.Plo
-rm -f s390x/$(DEPDIR)/Ginit.Plo
-rm -f s390x/$(DEPDIR)/Ginit_local.Plo
-rm -f s390x/$(DEPDIR)/Ginit_remote.Plo
-rm -f s390x/$(DEPDIR)/Gis_signal_frame.Plo
-rm -f s390x/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f s390x/$(DEPDIR)/Gregs.Plo
-rm -f s390x/$(DEPDIR)/Gresume.Plo
-rm -f s390x/$(DEPDIR)/Gstep.Plo
-rm -f s390x/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f s390x/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f s390x/$(DEPDIR)/Lget_proc_info.Plo
-rm -f s390x/$(DEPDIR)/Lget_save_loc.Plo
-rm -f s390x/$(DEPDIR)/Lglobal.Plo
-rm -f s390x/$(DEPDIR)/Linit.Plo
-rm -f s390x/$(DEPDIR)/Linit_local.Plo
-rm -f s390x/$(DEPDIR)/Linit_remote.Plo
-rm -f s390x/$(DEPDIR)/Lis_signal_frame.Plo
-rm -f s390x/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f s390x/$(DEPDIR)/Lregs.Plo
-rm -f s390x/$(DEPDIR)/Lresume.Plo
-rm -f s390x/$(DEPDIR)/Lstep.Plo
-rm -f s390x/$(DEPDIR)/getcontext.Plo
-rm -f s390x/$(DEPDIR)/is_fpreg.Plo
-rm -f s390x/$(DEPDIR)/regname.Plo
-rm -f s390x/$(DEPDIR)/setcontext.Plo
-rm -f setjmp/$(DEPDIR)/longjmp.Plo
-rm -f setjmp/$(DEPDIR)/siglongjmp.Plo
-rm -f sh/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f sh/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f sh/$(DEPDIR)/Gget_proc_info.Plo
-rm -f sh/$(DEPDIR)/Gget_save_loc.Plo
-rm -f sh/$(DEPDIR)/Gglobal.Plo
-rm -f sh/$(DEPDIR)/Ginit.Plo
-rm -f sh/$(DEPDIR)/Ginit_local.Plo
-rm -f sh/$(DEPDIR)/Ginit_remote.Plo
-rm -f sh/$(DEPDIR)/Gis_signal_frame.Plo
-rm -f sh/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f sh/$(DEPDIR)/Gregs.Plo
-rm -f sh/$(DEPDIR)/Gresume.Plo
-rm -f sh/$(DEPDIR)/Gstep.Plo
-rm -f sh/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f sh/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f sh/$(DEPDIR)/Lget_proc_info.Plo
-rm -f sh/$(DEPDIR)/Lget_save_loc.Plo
-rm -f sh/$(DEPDIR)/Lglobal.Plo
-rm -f sh/$(DEPDIR)/Linit.Plo
-rm -f sh/$(DEPDIR)/Linit_local.Plo
-rm -f sh/$(DEPDIR)/Linit_remote.Plo
-rm -f sh/$(DEPDIR)/Lis_signal_frame.Plo
-rm -f sh/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f sh/$(DEPDIR)/Lregs.Plo
-rm -f sh/$(DEPDIR)/Lresume.Plo
-rm -f sh/$(DEPDIR)/Lstep.Plo
-rm -f sh/$(DEPDIR)/is_fpreg.Plo
-rm -f sh/$(DEPDIR)/regname.Plo
-rm -f sh/$(DEPDIR)/siglongjmp.Plo
-rm -f unwind/$(DEPDIR)/Backtrace.Plo
-rm -f unwind/$(DEPDIR)/DeleteException.Plo
-rm -f unwind/$(DEPDIR)/FindEnclosingFunction.Plo
-rm -f unwind/$(DEPDIR)/ForcedUnwind.Plo
-rm -f unwind/$(DEPDIR)/GetBSP.Plo
-rm -f unwind/$(DEPDIR)/GetCFA.Plo
-rm -f unwind/$(DEPDIR)/GetDataRelBase.Plo
-rm -f unwind/$(DEPDIR)/GetGR.Plo
-rm -f unwind/$(DEPDIR)/GetIP.Plo
-rm -f unwind/$(DEPDIR)/GetIPInfo.Plo
-rm -f unwind/$(DEPDIR)/GetLanguageSpecificData.Plo
-rm -f unwind/$(DEPDIR)/GetRegionStart.Plo
-rm -f unwind/$(DEPDIR)/GetTextRelBase.Plo
-rm -f unwind/$(DEPDIR)/RaiseException.Plo
-rm -f unwind/$(DEPDIR)/Resume.Plo
-rm -f unwind/$(DEPDIR)/Resume_or_Rethrow.Plo
-rm -f unwind/$(DEPDIR)/SetGR.Plo
-rm -f unwind/$(DEPDIR)/SetIP.Plo
-rm -f x86/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f x86/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f x86/$(DEPDIR)/Gget_proc_info.Plo
-rm -f x86/$(DEPDIR)/Gget_save_loc.Plo
-rm -f x86/$(DEPDIR)/Gglobal.Plo
-rm -f x86/$(DEPDIR)/Ginit.Plo
-rm -f x86/$(DEPDIR)/Ginit_local.Plo
-rm -f x86/$(DEPDIR)/Ginit_remote.Plo
-rm -f x86/$(DEPDIR)/Gos-freebsd.Plo
-rm -f x86/$(DEPDIR)/Gos-linux.Plo
-rm -f x86/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f x86/$(DEPDIR)/Gregs.Plo
-rm -f x86/$(DEPDIR)/Gresume.Plo
-rm -f x86/$(DEPDIR)/Gstep.Plo
-rm -f x86/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f x86/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f x86/$(DEPDIR)/Lget_proc_info.Plo
-rm -f x86/$(DEPDIR)/Lget_save_loc.Plo
-rm -f x86/$(DEPDIR)/Lglobal.Plo
-rm -f x86/$(DEPDIR)/Linit.Plo
-rm -f x86/$(DEPDIR)/Linit_local.Plo
-rm -f x86/$(DEPDIR)/Linit_remote.Plo
-rm -f x86/$(DEPDIR)/Los-freebsd.Plo
-rm -f x86/$(DEPDIR)/Los-linux.Plo
-rm -f x86/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f x86/$(DEPDIR)/Lregs.Plo
-rm -f x86/$(DEPDIR)/Lresume.Plo
-rm -f x86/$(DEPDIR)/Lstep.Plo
-rm -f x86/$(DEPDIR)/getcontext-freebsd.Plo
-rm -f x86/$(DEPDIR)/getcontext-linux.Plo
-rm -f x86/$(DEPDIR)/is_fpreg.Plo
-rm -f x86/$(DEPDIR)/longjmp.Plo
-rm -f x86/$(DEPDIR)/regname.Plo
-rm -f x86/$(DEPDIR)/siglongjmp.Plo
-rm -f x86_64/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f x86_64/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f x86_64/$(DEPDIR)/Gget_proc_info.Plo
-rm -f x86_64/$(DEPDIR)/Gget_save_loc.Plo
-rm -f x86_64/$(DEPDIR)/Gglobal.Plo
-rm -f x86_64/$(DEPDIR)/Ginit.Plo
-rm -f x86_64/$(DEPDIR)/Ginit_local.Plo
-rm -f x86_64/$(DEPDIR)/Ginit_remote.Plo
-rm -f x86_64/$(DEPDIR)/Gos-freebsd.Plo
-rm -f x86_64/$(DEPDIR)/Gos-linux.Plo
-rm -f x86_64/$(DEPDIR)/Gos-qnx.Plo
-rm -f x86_64/$(DEPDIR)/Gos-solaris.Plo
-rm -f x86_64/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f x86_64/$(DEPDIR)/Gregs.Plo
-rm -f x86_64/$(DEPDIR)/Gresume.Plo
-rm -f x86_64/$(DEPDIR)/Gstash_frame.Plo
-rm -f x86_64/$(DEPDIR)/Gstep.Plo
-rm -f x86_64/$(DEPDIR)/Gtrace.Plo
-rm -f x86_64/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f x86_64/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f x86_64/$(DEPDIR)/Lget_proc_info.Plo
-rm -f x86_64/$(DEPDIR)/Lget_save_loc.Plo
-rm -f x86_64/$(DEPDIR)/Lglobal.Plo
-rm -f x86_64/$(DEPDIR)/Linit.Plo
-rm -f x86_64/$(DEPDIR)/Linit_local.Plo
-rm -f x86_64/$(DEPDIR)/Linit_remote.Plo
-rm -f x86_64/$(DEPDIR)/Los-freebsd.Plo
-rm -f x86_64/$(DEPDIR)/Los-linux.Plo
-rm -f x86_64/$(DEPDIR)/Los-qnx.Plo
-rm -f x86_64/$(DEPDIR)/Los-solaris.Plo
-rm -f x86_64/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f x86_64/$(DEPDIR)/Lregs.Plo
-rm -f x86_64/$(DEPDIR)/Lresume.Plo
-rm -f x86_64/$(DEPDIR)/Lstash_frame.Plo
-rm -f x86_64/$(DEPDIR)/Lstep.Plo
-rm -f x86_64/$(DEPDIR)/Ltrace.Plo
-rm -f x86_64/$(DEPDIR)/getcontext.Plo
-rm -f x86_64/$(DEPDIR)/is_fpreg.Plo
-rm -f x86_64/$(DEPDIR)/longjmp.Plo
-rm -f x86_64/$(DEPDIR)/regname.Plo
-rm -f x86_64/$(DEPDIR)/setcontext.Plo
-rm -f x86_64/$(DEPDIR)/siglongjmp.Plo
-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
distclean-tags
dvi: dvi-am
dvi-am:
html: html-am
html-am:
info: info-am
info-am:
install-data-am: install-pkgconfigDATA
install-dvi: install-dvi-am
install-dvi-am:
install-exec-am: install-libLTLIBRARIES
@$(NORMAL_INSTALL)
$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
install-html: install-html-am
install-html-am:
install-info: install-info-am
install-info-am:
install-man:
install-pdf: install-pdf-am
install-pdf-am:
install-ps: install-ps-am
install-ps-am:
installcheck-am:
maintainer-clean: maintainer-clean-am
-rm -f ./$(DEPDIR)/dl-iterate-phdr.Plo
-rm -f ./$(DEPDIR)/elf32.Plo
-rm -f ./$(DEPDIR)/elf64.Plo
-rm -f ./$(DEPDIR)/elfxx.Plo
-rm -f ./$(DEPDIR)/os-freebsd.Plo
-rm -f ./$(DEPDIR)/os-hpux.Plo
-rm -f ./$(DEPDIR)/os-linux.Plo
-rm -f ./$(DEPDIR)/os-qnx.Plo
-rm -f ./$(DEPDIR)/os-solaris.Plo
-rm -f aarch64/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f aarch64/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f aarch64/$(DEPDIR)/Gget_cursor_snapshot.Plo
-rm -f aarch64/$(DEPDIR)/Gget_proc_info.Plo
-rm -f aarch64/$(DEPDIR)/Gget_save_loc.Plo
-rm -f aarch64/$(DEPDIR)/Gglobal.Plo
-rm -f aarch64/$(DEPDIR)/Ginit.Plo
-rm -f aarch64/$(DEPDIR)/Ginit_local.Plo
-rm -f aarch64/$(DEPDIR)/Ginit_remote.Plo
-rm -f aarch64/$(DEPDIR)/Gis_signal_frame.Plo
-rm -f aarch64/$(DEPDIR)/Gos-freebsd.Plo
-rm -f aarch64/$(DEPDIR)/Gos-linux.Plo
-rm -f aarch64/$(DEPDIR)/Gos-qnx.Plo
-rm -f aarch64/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f aarch64/$(DEPDIR)/Gregs.Plo
-rm -f aarch64/$(DEPDIR)/Gresume.Plo
-rm -f aarch64/$(DEPDIR)/Gstash_frame.Plo
-rm -f aarch64/$(DEPDIR)/Gstep.Plo
-rm -f aarch64/$(DEPDIR)/Gstrip_ptrauth_insn_mask.Plo
-rm -f aarch64/$(DEPDIR)/Gtrace.Plo
-rm -f aarch64/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f aarch64/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f aarch64/$(DEPDIR)/Lget_cursor_snapshot.Plo
-rm -f aarch64/$(DEPDIR)/Lget_proc_info.Plo
-rm -f aarch64/$(DEPDIR)/Lget_save_loc.Plo
-rm -f aarch64/$(DEPDIR)/Lglobal.Plo
-rm -f aarch64/$(DEPDIR)/Linit.Plo
-rm -f aarch64/$(DEPDIR)/Linit_local.Plo
-rm -f aarch64/$(DEPDIR)/Linit_remote.Plo
-rm -f aarch64/$(DEPDIR)/Lis_signal_frame.Plo
-rm -f aarch64/$(DEPDIR)/Los-freebsd.Plo
-rm -f aarch64/$(DEPDIR)/Los-linux.Plo
-rm -f aarch64/$(DEPDIR)/Los-qnx.Plo
-rm -f aarch64/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f aarch64/$(DEPDIR)/Lregs.Plo
-rm -f aarch64/$(DEPDIR)/Lresume.Plo
-rm -f aarch64/$(DEPDIR)/Lstash_frame.Plo
-rm -f aarch64/$(DEPDIR)/Lstep.Plo
-rm -f aarch64/$(DEPDIR)/Lstrip_ptrauth_insn_mask.Plo
-rm -f aarch64/$(DEPDIR)/Ltrace.Plo
-rm -f aarch64/$(DEPDIR)/getcontext.Plo
-rm -f aarch64/$(DEPDIR)/is_fpreg.Plo
-rm -f aarch64/$(DEPDIR)/longjmp.Plo
-rm -f aarch64/$(DEPDIR)/regname.Plo
-rm -f aarch64/$(DEPDIR)/setcontext.Plo
-rm -f aarch64/$(DEPDIR)/siglongjmp.Plo
-rm -f arm/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f arm/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f arm/$(DEPDIR)/Gex_tables.Plo
-rm -f arm/$(DEPDIR)/Gget_proc_info.Plo
-rm -f arm/$(DEPDIR)/Gget_save_loc.Plo
-rm -f arm/$(DEPDIR)/Gglobal.Plo
-rm -f arm/$(DEPDIR)/Ginit.Plo
-rm -f arm/$(DEPDIR)/Ginit_local.Plo
-rm -f arm/$(DEPDIR)/Ginit_remote.Plo
-rm -f arm/$(DEPDIR)/Gos-freebsd.Plo
-rm -f arm/$(DEPDIR)/Gos-linux.Plo
-rm -f arm/$(DEPDIR)/Gos-other.Plo
-rm -f arm/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f arm/$(DEPDIR)/Gregs.Plo
-rm -f arm/$(DEPDIR)/Gresume.Plo
-rm -f arm/$(DEPDIR)/Gstash_frame.Plo
-rm -f arm/$(DEPDIR)/Gstep.Plo
-rm -f arm/$(DEPDIR)/Gtrace.Plo
-rm -f arm/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f arm/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f arm/$(DEPDIR)/Lex_tables.Plo
-rm -f arm/$(DEPDIR)/Lget_proc_info.Plo
-rm -f arm/$(DEPDIR)/Lget_save_loc.Plo
-rm -f arm/$(DEPDIR)/Lglobal.Plo
-rm -f arm/$(DEPDIR)/Linit.Plo
-rm -f arm/$(DEPDIR)/Linit_local.Plo
-rm -f arm/$(DEPDIR)/Linit_remote.Plo
-rm -f arm/$(DEPDIR)/Los-freebsd.Plo
-rm -f arm/$(DEPDIR)/Los-linux.Plo
-rm -f arm/$(DEPDIR)/Los-other.Plo
-rm -f arm/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f arm/$(DEPDIR)/Lregs.Plo
-rm -f arm/$(DEPDIR)/Lresume.Plo
-rm -f arm/$(DEPDIR)/Lstash_frame.Plo
-rm -f arm/$(DEPDIR)/Lstep.Plo
-rm -f arm/$(DEPDIR)/Ltrace.Plo
-rm -f arm/$(DEPDIR)/getcontext.Plo
-rm -f arm/$(DEPDIR)/is_fpreg.Plo
-rm -f arm/$(DEPDIR)/regname.Plo
-rm -f arm/$(DEPDIR)/siglongjmp.Plo
-rm -f coredump/$(DEPDIR)/_UCD_access_mem.Plo
-rm -f coredump/$(DEPDIR)/_UCD_access_reg_freebsd.Plo
-rm -f coredump/$(DEPDIR)/_UCD_access_reg_linux.Plo
-rm -f coredump/$(DEPDIR)/_UCD_access_reg_qnx.Plo
-rm -f coredump/$(DEPDIR)/_UCD_accessors.Plo
-rm -f coredump/$(DEPDIR)/_UCD_corefile_elf.Plo
-rm -f coredump/$(DEPDIR)/_UCD_create.Plo
-rm -f coredump/$(DEPDIR)/_UCD_destroy.Plo
-rm -f coredump/$(DEPDIR)/_UCD_elf_map_image.Plo
-rm -f coredump/$(DEPDIR)/_UCD_find_proc_info.Plo
-rm -f coredump/$(DEPDIR)/_UCD_get_elf_filename.Plo
-rm -f coredump/$(DEPDIR)/_UCD_get_mapinfo_generic.Plo
-rm -f coredump/$(DEPDIR)/_UCD_get_mapinfo_linux.Plo
-rm -f coredump/$(DEPDIR)/_UCD_get_mapinfo_qnx.Plo
-rm -f coredump/$(DEPDIR)/_UCD_get_proc_name.Plo
-rm -f coredump/$(DEPDIR)/_UCD_get_threadinfo_prstatus.Plo
-rm -f coredump/$(DEPDIR)/_UPT_access_fpreg.Plo
-rm -f coredump/$(DEPDIR)/_UPT_elf.Plo
-rm -f coredump/$(DEPDIR)/_UPT_get_dyn_info_list_addr.Plo
-rm -f coredump/$(DEPDIR)/_UPT_put_unwind_info.Plo
-rm -f coredump/$(DEPDIR)/_UPT_resume.Plo
-rm -f coredump/$(DEPDIR)/ucd_file_table.Plo
-rm -f dwarf/$(DEPDIR)/Gexpr.Plo
-rm -f dwarf/$(DEPDIR)/Gfde.Plo
-rm -f dwarf/$(DEPDIR)/Gfind_proc_info-lsb.Plo
-rm -f dwarf/$(DEPDIR)/Gfind_unwind_table.Plo
-rm -f dwarf/$(DEPDIR)/Gget_proc_info_in_range.Plo
-rm -f dwarf/$(DEPDIR)/Gparser.Plo
-rm -f dwarf/$(DEPDIR)/Gpe.Plo
-rm -f dwarf/$(DEPDIR)/Lexpr.Plo
-rm -f dwarf/$(DEPDIR)/Lfde.Plo
-rm -f dwarf/$(DEPDIR)/Lfind_proc_info-lsb.Plo
-rm -f dwarf/$(DEPDIR)/Lfind_unwind_table.Plo
-rm -f dwarf/$(DEPDIR)/Lget_proc_info_in_range.Plo
-rm -f dwarf/$(DEPDIR)/Lparser.Plo
-rm -f dwarf/$(DEPDIR)/Lpe.Plo
-rm -f dwarf/$(DEPDIR)/global.Plo
-rm -f hppa/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f hppa/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f hppa/$(DEPDIR)/Gget_proc_info.Plo
-rm -f hppa/$(DEPDIR)/Gget_save_loc.Plo
-rm -f hppa/$(DEPDIR)/Gglobal.Plo
-rm -f hppa/$(DEPDIR)/Ginit.Plo
-rm -f hppa/$(DEPDIR)/Ginit_local.Plo
-rm -f hppa/$(DEPDIR)/Ginit_remote.Plo
-rm -f hppa/$(DEPDIR)/Gis_signal_frame.Plo
-rm -f hppa/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f hppa/$(DEPDIR)/Gregs.Plo
-rm -f hppa/$(DEPDIR)/Gresume.Plo
-rm -f hppa/$(DEPDIR)/Gstep.Plo
-rm -f hppa/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f hppa/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f hppa/$(DEPDIR)/Lget_proc_info.Plo
-rm -f hppa/$(DEPDIR)/Lget_save_loc.Plo
-rm -f hppa/$(DEPDIR)/Lglobal.Plo
-rm -f hppa/$(DEPDIR)/Linit.Plo
-rm -f hppa/$(DEPDIR)/Linit_local.Plo
-rm -f hppa/$(DEPDIR)/Linit_remote.Plo
-rm -f hppa/$(DEPDIR)/Lis_signal_frame.Plo
-rm -f hppa/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f hppa/$(DEPDIR)/Lregs.Plo
-rm -f hppa/$(DEPDIR)/Lresume.Plo
-rm -f hppa/$(DEPDIR)/Lstep.Plo
-rm -f hppa/$(DEPDIR)/getcontext.Plo
-rm -f hppa/$(DEPDIR)/regname.Plo
-rm -f hppa/$(DEPDIR)/setcontext.Plo
-rm -f hppa/$(DEPDIR)/siglongjmp.Plo
-rm -f ia64/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f ia64/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f ia64/$(DEPDIR)/Gfind_unwind_table.Plo
-rm -f ia64/$(DEPDIR)/Gget_proc_info.Plo
-rm -f ia64/$(DEPDIR)/Gget_save_loc.Plo
-rm -f ia64/$(DEPDIR)/Gglobal.Plo
-rm -f ia64/$(DEPDIR)/Ginit.Plo
-rm -f ia64/$(DEPDIR)/Ginit_local.Plo
-rm -f ia64/$(DEPDIR)/Ginit_remote.Plo
-rm -f ia64/$(DEPDIR)/Ginstall_cursor.Plo
-rm -f ia64/$(DEPDIR)/Gis_signal_frame.Plo
-rm -f ia64/$(DEPDIR)/Gparser.Plo
-rm -f ia64/$(DEPDIR)/Grbs.Plo
-rm -f ia64/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f ia64/$(DEPDIR)/Gregs.Plo
-rm -f ia64/$(DEPDIR)/Gresume.Plo
-rm -f ia64/$(DEPDIR)/Gscript.Plo
-rm -f ia64/$(DEPDIR)/Gstep.Plo
-rm -f ia64/$(DEPDIR)/Gtables.Plo
-rm -f ia64/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f ia64/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f ia64/$(DEPDIR)/Lfind_unwind_table.Plo
-rm -f ia64/$(DEPDIR)/Lget_proc_info.Plo
-rm -f ia64/$(DEPDIR)/Lget_save_loc.Plo
-rm -f ia64/$(DEPDIR)/Lglobal.Plo
-rm -f ia64/$(DEPDIR)/Linit.Plo
-rm -f ia64/$(DEPDIR)/Linit_local.Plo
-rm -f ia64/$(DEPDIR)/Linit_remote.Plo
-rm -f ia64/$(DEPDIR)/Linstall_cursor.Plo
-rm -f ia64/$(DEPDIR)/Lis_signal_frame.Plo
-rm -f ia64/$(DEPDIR)/Lparser.Plo
-rm -f ia64/$(DEPDIR)/Lrbs.Plo
-rm -f ia64/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f ia64/$(DEPDIR)/Lregs.Plo
-rm -f ia64/$(DEPDIR)/Lresume.Plo
-rm -f ia64/$(DEPDIR)/Lscript.Plo
-rm -f ia64/$(DEPDIR)/Lstep.Plo
-rm -f ia64/$(DEPDIR)/Ltables.Plo
-rm -f ia64/$(DEPDIR)/dyn_info_list.Plo
-rm -f ia64/$(DEPDIR)/getcontext.Plo
-rm -f ia64/$(DEPDIR)/longjmp.Plo
-rm -f ia64/$(DEPDIR)/regname.Plo
-rm -f ia64/$(DEPDIR)/setjmp.Plo
-rm -f ia64/$(DEPDIR)/siglongjmp.Plo
-rm -f ia64/$(DEPDIR)/sigsetjmp.Plo
-rm -f loongarch64/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f loongarch64/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f loongarch64/$(DEPDIR)/Gget_proc_info.Plo
-rm -f loongarch64/$(DEPDIR)/Gget_save_loc.Plo
-rm -f loongarch64/$(DEPDIR)/Gglobal.Plo
-rm -f loongarch64/$(DEPDIR)/Ginit.Plo
-rm -f loongarch64/$(DEPDIR)/Ginit_local.Plo
-rm -f loongarch64/$(DEPDIR)/Ginit_remote.Plo
-rm -f loongarch64/$(DEPDIR)/Gis_signal_frame.Plo
-rm -f loongarch64/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f loongarch64/$(DEPDIR)/Gregs.Plo
-rm -f loongarch64/$(DEPDIR)/Gresume.Plo
-rm -f loongarch64/$(DEPDIR)/Gstep.Plo
-rm -f loongarch64/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f loongarch64/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f loongarch64/$(DEPDIR)/Lget_proc_info.Plo
-rm -f loongarch64/$(DEPDIR)/Lget_save_loc.Plo
-rm -f loongarch64/$(DEPDIR)/Lglobal.Plo
-rm -f loongarch64/$(DEPDIR)/Linit.Plo
-rm -f loongarch64/$(DEPDIR)/Linit_local.Plo
-rm -f loongarch64/$(DEPDIR)/Linit_remote.Plo
-rm -f loongarch64/$(DEPDIR)/Lis_signal_frame.Plo
-rm -f loongarch64/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f loongarch64/$(DEPDIR)/Lregs.Plo
-rm -f loongarch64/$(DEPDIR)/Lresume.Plo
-rm -f loongarch64/$(DEPDIR)/Lstep.Plo
-rm -f loongarch64/$(DEPDIR)/getcontext.Plo
-rm -f loongarch64/$(DEPDIR)/is_fpreg.Plo
-rm -f loongarch64/$(DEPDIR)/regname.Plo
-rm -f loongarch64/$(DEPDIR)/siglongjmp.Plo
-rm -f mi/$(DEPDIR)/Gaddress_validator.Plo
-rm -f mi/$(DEPDIR)/Gdestroy_addr_space.Plo
-rm -f mi/$(DEPDIR)/Gdyn-extract.Plo
-rm -f mi/$(DEPDIR)/Gdyn-remote.Plo
-rm -f mi/$(DEPDIR)/Gfind_dynamic_proc_info.Plo
-rm -f mi/$(DEPDIR)/Gget_accessors.Plo
-rm -f mi/$(DEPDIR)/Gget_elf_filename.Plo
-rm -f mi/$(DEPDIR)/Gget_fpreg.Plo
-rm -f mi/$(DEPDIR)/Gget_proc_info_by_ip.Plo
-rm -f mi/$(DEPDIR)/Gget_proc_name.Plo
-rm -f mi/$(DEPDIR)/Gget_reg.Plo
-rm -f mi/$(DEPDIR)/Gis_plt_entry.Plo
-rm -f mi/$(DEPDIR)/Gput_dynamic_unwind_info.Plo
-rm -f mi/$(DEPDIR)/Gset_cache_size.Plo
-rm -f mi/$(DEPDIR)/Gset_caching_policy.Plo
-rm -f mi/$(DEPDIR)/Gset_fpreg.Plo
-rm -f mi/$(DEPDIR)/Gset_iterate_phdr_function.Plo
-rm -f mi/$(DEPDIR)/Gset_reg.Plo
-rm -f mi/$(DEPDIR)/Laddress_validator.Plo
-rm -f mi/$(DEPDIR)/Ldestroy_addr_space.Plo
-rm -f mi/$(DEPDIR)/Ldyn-extract.Plo
-rm -f mi/$(DEPDIR)/Lfind_dynamic_proc_info.Plo
-rm -f mi/$(DEPDIR)/Lget_accessors.Plo
-rm -f mi/$(DEPDIR)/Lget_elf_filename.Plo
-rm -f mi/$(DEPDIR)/Lget_fpreg.Plo
-rm -f mi/$(DEPDIR)/Lget_proc_info_by_ip.Plo
-rm -f mi/$(DEPDIR)/Lget_proc_name.Plo
-rm -f mi/$(DEPDIR)/Lget_reg.Plo
-rm -f mi/$(DEPDIR)/Lis_plt_entry.Plo
-rm -f mi/$(DEPDIR)/Lput_dynamic_unwind_info.Plo
-rm -f mi/$(DEPDIR)/Lset_cache_size.Plo
-rm -f mi/$(DEPDIR)/Lset_caching_policy.Plo
-rm -f mi/$(DEPDIR)/Lset_fpreg.Plo
-rm -f mi/$(DEPDIR)/Lset_iterate_phdr_function.Plo
-rm -f mi/$(DEPDIR)/Lset_reg.Plo
-rm -f mi/$(DEPDIR)/_ReadSLEB.Plo
-rm -f mi/$(DEPDIR)/_ReadULEB.Plo
-rm -f mi/$(DEPDIR)/backtrace.Plo
-rm -f mi/$(DEPDIR)/dyn-cancel.Plo
-rm -f mi/$(DEPDIR)/dyn-info-list.Plo
-rm -f mi/$(DEPDIR)/dyn-register.Plo
-rm -f mi/$(DEPDIR)/flush_cache.Plo
-rm -f mi/$(DEPDIR)/init.Plo
-rm -f mi/$(DEPDIR)/mempool.Plo
-rm -f mi/$(DEPDIR)/strerror.Plo
-rm -f mips/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f mips/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f mips/$(DEPDIR)/Gget_proc_info.Plo
-rm -f mips/$(DEPDIR)/Gget_save_loc.Plo
-rm -f mips/$(DEPDIR)/Gglobal.Plo
-rm -f mips/$(DEPDIR)/Ginit.Plo
-rm -f mips/$(DEPDIR)/Ginit_local.Plo
-rm -f mips/$(DEPDIR)/Ginit_remote.Plo
-rm -f mips/$(DEPDIR)/Gis_signal_frame.Plo
-rm -f mips/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f mips/$(DEPDIR)/Gregs.Plo
-rm -f mips/$(DEPDIR)/Gresume.Plo
-rm -f mips/$(DEPDIR)/Gstep.Plo
-rm -f mips/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f mips/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f mips/$(DEPDIR)/Lget_proc_info.Plo
-rm -f mips/$(DEPDIR)/Lget_save_loc.Plo
-rm -f mips/$(DEPDIR)/Lglobal.Plo
-rm -f mips/$(DEPDIR)/Linit.Plo
-rm -f mips/$(DEPDIR)/Linit_local.Plo
-rm -f mips/$(DEPDIR)/Linit_remote.Plo
-rm -f mips/$(DEPDIR)/Lis_signal_frame.Plo
-rm -f mips/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f mips/$(DEPDIR)/Lregs.Plo
-rm -f mips/$(DEPDIR)/Lresume.Plo
-rm -f mips/$(DEPDIR)/Lstep.Plo
-rm -f mips/$(DEPDIR)/getcontext.Plo
-rm -f mips/$(DEPDIR)/is_fpreg.Plo
-rm -f mips/$(DEPDIR)/regname.Plo
-rm -f mips/$(DEPDIR)/siglongjmp.Plo
-rm -f nto/$(DEPDIR)/unw_nto_access_fpreg.Plo
-rm -f nto/$(DEPDIR)/unw_nto_access_mem.Plo
-rm -f nto/$(DEPDIR)/unw_nto_access_reg.Plo
-rm -f nto/$(DEPDIR)/unw_nto_accessors.Plo
-rm -f nto/$(DEPDIR)/unw_nto_create.Plo
-rm -f nto/$(DEPDIR)/unw_nto_destroy.Plo
-rm -f nto/$(DEPDIR)/unw_nto_elf.Plo
-rm -f nto/$(DEPDIR)/unw_nto_find_proc_info.Plo
-rm -f nto/$(DEPDIR)/unw_nto_get_dyn_info_list_addr.Plo
-rm -f nto/$(DEPDIR)/unw_nto_get_elf_filename.Plo
-rm -f nto/$(DEPDIR)/unw_nto_get_proc_name.Plo
-rm -f nto/$(DEPDIR)/unw_nto_put_unwind_info.Plo
-rm -f nto/$(DEPDIR)/unw_nto_resume.Plo
-rm -f ppc/$(DEPDIR)/Gget_proc_info.Plo
-rm -f ppc/$(DEPDIR)/Gget_save_loc.Plo
-rm -f ppc/$(DEPDIR)/Ginit_local.Plo
-rm -f ppc/$(DEPDIR)/Ginit_remote.Plo
-rm -f ppc/$(DEPDIR)/Gis_signal_frame.Plo
-rm -f ppc/$(DEPDIR)/Lget_proc_info.Plo
-rm -f ppc/$(DEPDIR)/Lget_save_loc.Plo
-rm -f ppc/$(DEPDIR)/Linit_local.Plo
-rm -f ppc/$(DEPDIR)/Linit_remote.Plo
-rm -f ppc/$(DEPDIR)/Lis_signal_frame.Plo
-rm -f ppc/$(DEPDIR)/longjmp.Plo
-rm -f ppc/$(DEPDIR)/siglongjmp.Plo
-rm -f ppc32/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f ppc32/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f ppc32/$(DEPDIR)/Gglobal.Plo
-rm -f ppc32/$(DEPDIR)/Ginit.Plo
-rm -f ppc32/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f ppc32/$(DEPDIR)/Gregs.Plo
-rm -f ppc32/$(DEPDIR)/Gresume.Plo
-rm -f ppc32/$(DEPDIR)/Gstep.Plo
-rm -f ppc32/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f ppc32/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f ppc32/$(DEPDIR)/Lglobal.Plo
-rm -f ppc32/$(DEPDIR)/Linit.Plo
-rm -f ppc32/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f ppc32/$(DEPDIR)/Lregs.Plo
-rm -f ppc32/$(DEPDIR)/Lresume.Plo
-rm -f ppc32/$(DEPDIR)/Lstep.Plo
-rm -f ppc32/$(DEPDIR)/get_func_addr.Plo
-rm -f ppc32/$(DEPDIR)/is_fpreg.Plo
-rm -f ppc32/$(DEPDIR)/regname.Plo
-rm -f ppc64/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f ppc64/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f ppc64/$(DEPDIR)/Gglobal.Plo
-rm -f ppc64/$(DEPDIR)/Ginit.Plo
-rm -f ppc64/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f ppc64/$(DEPDIR)/Gregs.Plo
-rm -f ppc64/$(DEPDIR)/Gresume.Plo
-rm -f ppc64/$(DEPDIR)/Gstep.Plo
-rm -f ppc64/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f ppc64/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f ppc64/$(DEPDIR)/Lglobal.Plo
-rm -f ppc64/$(DEPDIR)/Linit.Plo
-rm -f ppc64/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f ppc64/$(DEPDIR)/Lregs.Plo
-rm -f ppc64/$(DEPDIR)/Lresume.Plo
-rm -f ppc64/$(DEPDIR)/Lstep.Plo
-rm -f ppc64/$(DEPDIR)/get_func_addr.Plo
-rm -f ppc64/$(DEPDIR)/is_fpreg.Plo
-rm -f ppc64/$(DEPDIR)/regname.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_access_fpreg.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_access_mem.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_access_reg.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_accessors.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_create.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_destroy.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_elf.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_find_proc_info.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_get_dyn_info_list_addr.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_get_elf_filename.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_get_proc_name.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_ptrauth_insn_mask.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_put_unwind_info.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_reg_offset.Plo
-rm -f ptrace/$(DEPDIR)/_UPT_resume.Plo
-rm -f riscv/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f riscv/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f riscv/$(DEPDIR)/Gget_proc_info.Plo
-rm -f riscv/$(DEPDIR)/Gget_save_loc.Plo
-rm -f riscv/$(DEPDIR)/Gglobal.Plo
-rm -f riscv/$(DEPDIR)/Ginit.Plo
-rm -f riscv/$(DEPDIR)/Ginit_local.Plo
-rm -f riscv/$(DEPDIR)/Ginit_remote.Plo
-rm -f riscv/$(DEPDIR)/Gis_signal_frame.Plo
-rm -f riscv/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f riscv/$(DEPDIR)/Gregs.Plo
-rm -f riscv/$(DEPDIR)/Gresume.Plo
-rm -f riscv/$(DEPDIR)/Gstep.Plo
-rm -f riscv/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f riscv/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f riscv/$(DEPDIR)/Lget_proc_info.Plo
-rm -f riscv/$(DEPDIR)/Lget_save_loc.Plo
-rm -f riscv/$(DEPDIR)/Lglobal.Plo
-rm -f riscv/$(DEPDIR)/Linit.Plo
-rm -f riscv/$(DEPDIR)/Linit_local.Plo
-rm -f riscv/$(DEPDIR)/Linit_remote.Plo
-rm -f riscv/$(DEPDIR)/Lis_signal_frame.Plo
-rm -f riscv/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f riscv/$(DEPDIR)/Lregs.Plo
-rm -f riscv/$(DEPDIR)/Lresume.Plo
-rm -f riscv/$(DEPDIR)/Lstep.Plo
-rm -f riscv/$(DEPDIR)/getcontext.Plo
-rm -f riscv/$(DEPDIR)/is_fpreg.Plo
-rm -f riscv/$(DEPDIR)/regname.Plo
-rm -f riscv/$(DEPDIR)/setcontext.Plo
-rm -f riscv/$(DEPDIR)/siglongjmp.Plo
-rm -f s390x/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f s390x/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f s390x/$(DEPDIR)/Gget_proc_info.Plo
-rm -f s390x/$(DEPDIR)/Gget_save_loc.Plo
-rm -f s390x/$(DEPDIR)/Gglobal.Plo
-rm -f s390x/$(DEPDIR)/Ginit.Plo
-rm -f s390x/$(DEPDIR)/Ginit_local.Plo
-rm -f s390x/$(DEPDIR)/Ginit_remote.Plo
-rm -f s390x/$(DEPDIR)/Gis_signal_frame.Plo
-rm -f s390x/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f s390x/$(DEPDIR)/Gregs.Plo
-rm -f s390x/$(DEPDIR)/Gresume.Plo
-rm -f s390x/$(DEPDIR)/Gstep.Plo
-rm -f s390x/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f s390x/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f s390x/$(DEPDIR)/Lget_proc_info.Plo
-rm -f s390x/$(DEPDIR)/Lget_save_loc.Plo
-rm -f s390x/$(DEPDIR)/Lglobal.Plo
-rm -f s390x/$(DEPDIR)/Linit.Plo
-rm -f s390x/$(DEPDIR)/Linit_local.Plo
-rm -f s390x/$(DEPDIR)/Linit_remote.Plo
-rm -f s390x/$(DEPDIR)/Lis_signal_frame.Plo
-rm -f s390x/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f s390x/$(DEPDIR)/Lregs.Plo
-rm -f s390x/$(DEPDIR)/Lresume.Plo
-rm -f s390x/$(DEPDIR)/Lstep.Plo
-rm -f s390x/$(DEPDIR)/getcontext.Plo
-rm -f s390x/$(DEPDIR)/is_fpreg.Plo
-rm -f s390x/$(DEPDIR)/regname.Plo
-rm -f s390x/$(DEPDIR)/setcontext.Plo
-rm -f setjmp/$(DEPDIR)/longjmp.Plo
-rm -f setjmp/$(DEPDIR)/siglongjmp.Plo
-rm -f sh/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f sh/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f sh/$(DEPDIR)/Gget_proc_info.Plo
-rm -f sh/$(DEPDIR)/Gget_save_loc.Plo
-rm -f sh/$(DEPDIR)/Gglobal.Plo
-rm -f sh/$(DEPDIR)/Ginit.Plo
-rm -f sh/$(DEPDIR)/Ginit_local.Plo
-rm -f sh/$(DEPDIR)/Ginit_remote.Plo
-rm -f sh/$(DEPDIR)/Gis_signal_frame.Plo
-rm -f sh/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f sh/$(DEPDIR)/Gregs.Plo
-rm -f sh/$(DEPDIR)/Gresume.Plo
-rm -f sh/$(DEPDIR)/Gstep.Plo
-rm -f sh/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f sh/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f sh/$(DEPDIR)/Lget_proc_info.Plo
-rm -f sh/$(DEPDIR)/Lget_save_loc.Plo
-rm -f sh/$(DEPDIR)/Lglobal.Plo
-rm -f sh/$(DEPDIR)/Linit.Plo
-rm -f sh/$(DEPDIR)/Linit_local.Plo
-rm -f sh/$(DEPDIR)/Linit_remote.Plo
-rm -f sh/$(DEPDIR)/Lis_signal_frame.Plo
-rm -f sh/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f sh/$(DEPDIR)/Lregs.Plo
-rm -f sh/$(DEPDIR)/Lresume.Plo
-rm -f sh/$(DEPDIR)/Lstep.Plo
-rm -f sh/$(DEPDIR)/is_fpreg.Plo
-rm -f sh/$(DEPDIR)/regname.Plo
-rm -f sh/$(DEPDIR)/siglongjmp.Plo
-rm -f unwind/$(DEPDIR)/Backtrace.Plo
-rm -f unwind/$(DEPDIR)/DeleteException.Plo
-rm -f unwind/$(DEPDIR)/FindEnclosingFunction.Plo
-rm -f unwind/$(DEPDIR)/ForcedUnwind.Plo
-rm -f unwind/$(DEPDIR)/GetBSP.Plo
-rm -f unwind/$(DEPDIR)/GetCFA.Plo
-rm -f unwind/$(DEPDIR)/GetDataRelBase.Plo
-rm -f unwind/$(DEPDIR)/GetGR.Plo
-rm -f unwind/$(DEPDIR)/GetIP.Plo
-rm -f unwind/$(DEPDIR)/GetIPInfo.Plo
-rm -f unwind/$(DEPDIR)/GetLanguageSpecificData.Plo
-rm -f unwind/$(DEPDIR)/GetRegionStart.Plo
-rm -f unwind/$(DEPDIR)/GetTextRelBase.Plo
-rm -f unwind/$(DEPDIR)/RaiseException.Plo
-rm -f unwind/$(DEPDIR)/Resume.Plo
-rm -f unwind/$(DEPDIR)/Resume_or_Rethrow.Plo
-rm -f unwind/$(DEPDIR)/SetGR.Plo
-rm -f unwind/$(DEPDIR)/SetIP.Plo
-rm -f x86/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f x86/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f x86/$(DEPDIR)/Gget_proc_info.Plo
-rm -f x86/$(DEPDIR)/Gget_save_loc.Plo
-rm -f x86/$(DEPDIR)/Gglobal.Plo
-rm -f x86/$(DEPDIR)/Ginit.Plo
-rm -f x86/$(DEPDIR)/Ginit_local.Plo
-rm -f x86/$(DEPDIR)/Ginit_remote.Plo
-rm -f x86/$(DEPDIR)/Gos-freebsd.Plo
-rm -f x86/$(DEPDIR)/Gos-linux.Plo
-rm -f x86/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f x86/$(DEPDIR)/Gregs.Plo
-rm -f x86/$(DEPDIR)/Gresume.Plo
-rm -f x86/$(DEPDIR)/Gstep.Plo
-rm -f x86/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f x86/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f x86/$(DEPDIR)/Lget_proc_info.Plo
-rm -f x86/$(DEPDIR)/Lget_save_loc.Plo
-rm -f x86/$(DEPDIR)/Lglobal.Plo
-rm -f x86/$(DEPDIR)/Linit.Plo
-rm -f x86/$(DEPDIR)/Linit_local.Plo
-rm -f x86/$(DEPDIR)/Linit_remote.Plo
-rm -f x86/$(DEPDIR)/Los-freebsd.Plo
-rm -f x86/$(DEPDIR)/Los-linux.Plo
-rm -f x86/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f x86/$(DEPDIR)/Lregs.Plo
-rm -f x86/$(DEPDIR)/Lresume.Plo
-rm -f x86/$(DEPDIR)/Lstep.Plo
-rm -f x86/$(DEPDIR)/getcontext-freebsd.Plo
-rm -f x86/$(DEPDIR)/getcontext-linux.Plo
-rm -f x86/$(DEPDIR)/is_fpreg.Plo
-rm -f x86/$(DEPDIR)/longjmp.Plo
-rm -f x86/$(DEPDIR)/regname.Plo
-rm -f x86/$(DEPDIR)/siglongjmp.Plo
-rm -f x86_64/$(DEPDIR)/Gapply_reg_state.Plo
-rm -f x86_64/$(DEPDIR)/Gcreate_addr_space.Plo
-rm -f x86_64/$(DEPDIR)/Gget_proc_info.Plo
-rm -f x86_64/$(DEPDIR)/Gget_save_loc.Plo
-rm -f x86_64/$(DEPDIR)/Gglobal.Plo
-rm -f x86_64/$(DEPDIR)/Ginit.Plo
-rm -f x86_64/$(DEPDIR)/Ginit_local.Plo
-rm -f x86_64/$(DEPDIR)/Ginit_remote.Plo
-rm -f x86_64/$(DEPDIR)/Gos-freebsd.Plo
-rm -f x86_64/$(DEPDIR)/Gos-linux.Plo
-rm -f x86_64/$(DEPDIR)/Gos-qnx.Plo
-rm -f x86_64/$(DEPDIR)/Gos-solaris.Plo
-rm -f x86_64/$(DEPDIR)/Greg_states_iterate.Plo
-rm -f x86_64/$(DEPDIR)/Gregs.Plo
-rm -f x86_64/$(DEPDIR)/Gresume.Plo
-rm -f x86_64/$(DEPDIR)/Gstash_frame.Plo
-rm -f x86_64/$(DEPDIR)/Gstep.Plo
-rm -f x86_64/$(DEPDIR)/Gtrace.Plo
-rm -f x86_64/$(DEPDIR)/Lapply_reg_state.Plo
-rm -f x86_64/$(DEPDIR)/Lcreate_addr_space.Plo
-rm -f x86_64/$(DEPDIR)/Lget_proc_info.Plo
-rm -f x86_64/$(DEPDIR)/Lget_save_loc.Plo
-rm -f x86_64/$(DEPDIR)/Lglobal.Plo
-rm -f x86_64/$(DEPDIR)/Linit.Plo
-rm -f x86_64/$(DEPDIR)/Linit_local.Plo
-rm -f x86_64/$(DEPDIR)/Linit_remote.Plo
-rm -f x86_64/$(DEPDIR)/Los-freebsd.Plo
-rm -f x86_64/$(DEPDIR)/Los-linux.Plo
-rm -f x86_64/$(DEPDIR)/Los-qnx.Plo
-rm -f x86_64/$(DEPDIR)/Los-solaris.Plo
-rm -f x86_64/$(DEPDIR)/Lreg_states_iterate.Plo
-rm -f x86_64/$(DEPDIR)/Lregs.Plo
-rm -f x86_64/$(DEPDIR)/Lresume.Plo
-rm -f x86_64/$(DEPDIR)/Lstash_frame.Plo
-rm -f x86_64/$(DEPDIR)/Lstep.Plo
-rm -f x86_64/$(DEPDIR)/Ltrace.Plo
-rm -f x86_64/$(DEPDIR)/getcontext.Plo
-rm -f x86_64/$(DEPDIR)/is_fpreg.Plo
-rm -f x86_64/$(DEPDIR)/longjmp.Plo
-rm -f x86_64/$(DEPDIR)/regname.Plo
-rm -f x86_64/$(DEPDIR)/setcontext.Plo
-rm -f x86_64/$(DEPDIR)/siglongjmp.Plo
-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
mostlyclean: mostlyclean-am
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
mostlyclean-libtool
pdf: pdf-am
pdf-am:
ps: ps-am
ps-am:
uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgconfigDATA
.MAKE: all check install install-am install-exec install-exec-am \
install-strip
.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
clean-generic clean-libLTLIBRARIES clean-libtool \
clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
distclean-compile distclean-generic distclean-libtool \
distclean-tags distdir dvi dvi-am html html-am info info-am \
install install-am install-data install-data-am install-dvi \
install-dvi-am install-exec install-exec-am install-exec-hook \
install-html install-html-am install-info install-info-am \
install-libLTLIBRARIES install-man install-pdf install-pdf-am \
install-pkgconfigDATA install-ps install-ps-am install-strip \
installcheck installcheck-am installdirs maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-compile \
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \
uninstall-pkgconfigDATA
.PRECIOUS: Makefile
@ARCH_IA64_TRUE@mk_Gcursor_i.s: $(srcdir)/ia64/mk_Gcursor_i.c
@ARCH_IA64_TRUE@ $(COMPILE) -S "$(srcdir)/ia64/mk_Gcursor_i.c" -o mk_Gcursor_i.s
@ARCH_IA64_TRUE@mk_Lcursor_i.s: $(srcdir)/ia64/mk_Lcursor_i.c
@ARCH_IA64_TRUE@ $(COMPILE) -S "$(srcdir)/ia64/mk_Lcursor_i.c" -o mk_Lcursor_i.s
@ARCH_IA64_TRUE@Gcursor_i.h: mk_Gcursor_i.s
@ARCH_IA64_TRUE@ "$(srcdir)/ia64/mk_cursor_i" mk_Gcursor_i.s > Gcursor_i.h
@ARCH_IA64_TRUE@Lcursor_i.h: mk_Lcursor_i.s
@ARCH_IA64_TRUE@ "$(srcdir)/ia64/mk_cursor_i" mk_Lcursor_i.s > Lcursor_i.h
@REMOTE_ONLY_TRUE@install-exec-hook:
@REMOTE_ONLY_FALSE@install-exec-hook:
@REMOTE_ONLY_FALSE@ if test -f $(DESTDIR)$(libdir)/libunwind-$(arch).a; then \
@REMOTE_ONLY_FALSE@ cd $(DESTDIR)$(libdir) && $(LN_S) -f libunwind-$(arch).a libunwind-generic.a; \
@REMOTE_ONLY_FALSE@ fi
@REMOTE_ONLY_FALSE@ if test -f $(DESTDIR)$(libdir)/libunwind-$(arch).so; then \
@REMOTE_ONLY_FALSE@ cd $(DESTDIR)$(libdir) && $(LN_S) -f libunwind-$(arch).so \
@REMOTE_ONLY_FALSE@ libunwind-generic.so; \
@REMOTE_ONLY_FALSE@ fi
.NOEXPORT: