2007-04-11 04:35:15 +02:00
|
|
|
# Makefile.in generated by automake 1.9.6 from Makefile.am.
|
2002-12-19 08:16:50 +01:00
|
|
|
# @configure_input@
|
2002-09-27 01:09:01 +02:00
|
|
|
|
2004-08-17 17:34:28 +02:00
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
2005-05-03 11:13:17 +02:00
|
|
|
# 2003, 2004, 2005 Free Software Foundation, Inc.
|
2002-09-27 01:09:01 +02:00
|
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
|
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
|
|
# PARTICULAR PURPOSE.
|
|
|
|
|
|
|
|
@SET_MAKE@
|
2004-08-17 17:34:28 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
2002-09-27 01:09:01 +02:00
|
|
|
srcdir = @srcdir@
|
|
|
|
top_srcdir = @top_srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
|
|
top_builddir = ..
|
2002-12-19 08:16:50 +01:00
|
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
2002-09-27 01:09:01 +02:00
|
|
|
INSTALL = @INSTALL@
|
2002-12-19 08:16:50 +01:00
|
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
|
|
|
install_sh_PROGRAM = $(install_sh) -c
|
|
|
|
install_sh_SCRIPT = $(install_sh) -c
|
2002-09-27 01:09:01 +02:00
|
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
2004-08-17 17:34:28 +02:00
|
|
|
transform = $(program_transform_name)
|
2002-09-27 01:09:01 +02:00
|
|
|
NORMAL_INSTALL = :
|
|
|
|
PRE_INSTALL = :
|
|
|
|
POST_INSTALL = :
|
|
|
|
NORMAL_UNINSTALL = :
|
|
|
|
PRE_UNINSTALL = :
|
|
|
|
POST_UNINSTALL = :
|
|
|
|
build_triplet = @build@
|
|
|
|
host_triplet = @host@
|
|
|
|
target_triplet = @target@
|
2007-04-11 04:35:15 +02:00
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@noinst_PROGRAMS = x86_64/gen-offsets$(EXEEXT)
|
2004-08-17 17:34:28 +02:00
|
|
|
@ARCH_IA64_TRUE@noinst_PROGRAMS = ia64/mk_Gcursor_i$(EXEEXT) \
|
|
|
|
@ARCH_IA64_TRUE@ ia64/mk_Lcursor_i$(EXEEXT)
|
|
|
|
subdir = src
|
|
|
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
|
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
|
|
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
|
|
|
$(top_srcdir)/configure.in
|
|
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
|
|
$(ACLOCAL_M4)
|
|
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
|
|
|
|
CONFIG_HEADER = $(top_builddir)/include/config.h
|
|
|
|
CONFIG_CLEAN_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 = `echo $$p | sed -e 's|^.*/||'`;
|
|
|
|
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libdir)"
|
|
|
|
libLIBRARIES_INSTALL = $(INSTALL_DATA)
|
|
|
|
LIBRARIES = $(lib_LIBRARIES)
|
|
|
|
ARFLAGS = cru
|
|
|
|
libunwind_ptrace_a_AR = $(AR) $(ARFLAGS)
|
|
|
|
libunwind_ptrace_a_LIBADD =
|
|
|
|
am__dirstamp = $(am__leading_dot)dirstamp
|
2005-05-03 11:13:17 +02:00
|
|
|
am_libunwind_ptrace_a_OBJECTS = ptrace/_UPT_elf.$(OBJEXT) \
|
|
|
|
ptrace/_UPT_accessors.$(OBJEXT) \
|
2004-08-17 17:34:28 +02:00
|
|
|
ptrace/_UPT_access_fpreg.$(OBJEXT) \
|
|
|
|
ptrace/_UPT_access_mem.$(OBJEXT) \
|
|
|
|
ptrace/_UPT_access_reg.$(OBJEXT) ptrace/_UPT_create.$(OBJEXT) \
|
|
|
|
ptrace/_UPT_destroy.$(OBJEXT) \
|
|
|
|
ptrace/_UPT_find_proc_info.$(OBJEXT) \
|
|
|
|
ptrace/_UPT_get_dyn_info_list_addr.$(OBJEXT) \
|
|
|
|
ptrace/_UPT_put_unwind_info.$(OBJEXT) \
|
|
|
|
ptrace/_UPT_get_proc_name.$(OBJEXT) \
|
|
|
|
ptrace/_UPT_reg_offset.$(OBJEXT) ptrace/_UPT_resume.$(OBJEXT)
|
|
|
|
libunwind_ptrace_a_OBJECTS = $(am_libunwind_ptrace_a_OBJECTS)
|
|
|
|
libLTLIBRARIES_INSTALL = $(INSTALL)
|
|
|
|
LTLIBRARIES = $(lib_LTLIBRARIES)
|
|
|
|
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@@REMOTE_ONLY_FALSE@libunwind_hppa_la_DEPENDENCIES = libunwind.la
|
2005-05-03 11:13:17 +02:00
|
|
|
am__libunwind_hppa_la_SOURCES_DIST = os-hpux.c os-linux.h os-linux.c \
|
|
|
|
mi/init.c mi/flush_cache.c mi/mempool.c mi/strerror.c \
|
|
|
|
dwarf/global.c elf32.c elf32.h hppa/init.h hppa/offsets.h \
|
|
|
|
hppa/unwind_i.h hppa/regname.c mi/Gdyn-extract.c \
|
|
|
|
mi/Gdyn-remote.c mi/Gfind_dynamic_proc_info.c \
|
|
|
|
mi/Gget_accessors.c mi/Gget_proc_info_by_ip.c \
|
|
|
|
mi/Gget_proc_name.c mi/Gput_dynamic_unwind_info.c \
|
|
|
|
mi/Gdestroy_addr_space.c mi/Gget_reg.c mi/Gset_reg.c \
|
|
|
|
mi/Gget_fpreg.c mi/Gset_fpreg.c mi/Gset_caching_policy.c \
|
|
|
|
dwarf/Gexpr.c dwarf/Gfde.c dwarf/Gparser.c dwarf/Gpe.c \
|
|
|
|
dwarf/Gstep.c dwarf/Gfind_proc_info-lsb.c \
|
|
|
|
hppa/Gcreate_addr_space.c hppa/Gget_save_loc.c hppa/Gglobal.c \
|
|
|
|
hppa/Ginit.c hppa/Ginit_local.c hppa/Ginit_remote.c \
|
|
|
|
hppa/Gis_signal_frame.c hppa/Gget_proc_info.c hppa/Gregs.c \
|
|
|
|
hppa/Gresume.c hppa/Gstep.c
|
|
|
|
am__objects_1 = os-hpux.lo
|
|
|
|
am__objects_2 = os-linux.lo
|
|
|
|
@OS_HPUX_FALSE@@OS_LINUX_TRUE@am__objects_3 = $(am__objects_2)
|
|
|
|
@OS_HPUX_TRUE@am__objects_3 = $(am__objects_1)
|
|
|
|
am__objects_4 = $(am__objects_3) mi/init.lo mi/flush_cache.lo \
|
|
|
|
mi/mempool.lo mi/strerror.lo
|
|
|
|
am__objects_5 = dwarf/global.lo
|
|
|
|
am__objects_6 = $(am__objects_4) $(am__objects_5) elf32.lo \
|
|
|
|
hppa/regname.lo
|
|
|
|
am__objects_7 = mi/Gdyn-extract.lo mi/Gdyn-remote.lo \
|
|
|
|
mi/Gfind_dynamic_proc_info.lo mi/Gget_accessors.lo \
|
|
|
|
mi/Gget_proc_info_by_ip.lo mi/Gget_proc_name.lo \
|
|
|
|
mi/Gput_dynamic_unwind_info.lo mi/Gdestroy_addr_space.lo \
|
|
|
|
mi/Gget_reg.lo mi/Gset_reg.lo mi/Gget_fpreg.lo \
|
|
|
|
mi/Gset_fpreg.lo mi/Gset_caching_policy.lo
|
|
|
|
am__objects_8 = dwarf/Gexpr.lo dwarf/Gfde.lo dwarf/Gparser.lo \
|
|
|
|
dwarf/Gpe.lo dwarf/Gstep.lo
|
|
|
|
am__objects_9 = $(am__objects_6) $(am__objects_7) $(am__objects_8) \
|
|
|
|
dwarf/Gfind_proc_info-lsb.lo hppa/Gcreate_addr_space.lo \
|
|
|
|
hppa/Gget_save_loc.lo hppa/Gglobal.lo hppa/Ginit.lo \
|
|
|
|
hppa/Ginit_local.lo hppa/Ginit_remote.lo \
|
|
|
|
hppa/Gis_signal_frame.lo hppa/Gget_proc_info.lo hppa/Gregs.lo \
|
|
|
|
hppa/Gresume.lo hppa/Gstep.lo
|
|
|
|
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@am_libunwind_hppa_la_OBJECTS = \
|
|
|
|
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@ $(am__objects_9)
|
2004-08-17 17:34:28 +02:00
|
|
|
libunwind_hppa_la_OBJECTS = $(am_libunwind_hppa_la_OBJECTS)
|
|
|
|
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@am_libunwind_hppa_la_rpath = -rpath \
|
|
|
|
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@ $(libdir)
|
|
|
|
@ARCH_IA64_TRUE@@REMOTE_ONLY_FALSE@libunwind_ia64_la_DEPENDENCIES = \
|
|
|
|
@ARCH_IA64_TRUE@@REMOTE_ONLY_FALSE@ libunwind.la
|
|
|
|
am__libunwind_ia64_la_SOURCES_DIST = os-hpux.c os-linux.h os-linux.c \
|
2005-05-03 11:13:17 +02:00
|
|
|
mi/init.c mi/flush_cache.c mi/mempool.c mi/strerror.c elf64.c \
|
|
|
|
elf64.h ia64/init.h ia64/offsets.h ia64/regs.h \
|
|
|
|
ia64/ucontext_i.h ia64/unwind_decoder.h ia64/unwind_i.h \
|
|
|
|
ia64/regname.c mi/Gdyn-extract.c mi/Gdyn-remote.c \
|
2004-08-17 17:34:28 +02:00
|
|
|
mi/Gfind_dynamic_proc_info.c mi/Gget_accessors.c \
|
|
|
|
mi/Gget_proc_info_by_ip.c mi/Gget_proc_name.c \
|
|
|
|
mi/Gput_dynamic_unwind_info.c mi/Gdestroy_addr_space.c \
|
|
|
|
mi/Gget_reg.c mi/Gset_reg.c mi/Gget_fpreg.c mi/Gset_fpreg.c \
|
|
|
|
mi/Gset_caching_policy.c ia64/Gcreate_addr_space.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/Gresume.c ia64/Gscript.c \
|
|
|
|
ia64/Gstep.c ia64/Gtables.c
|
2005-05-03 11:13:17 +02:00
|
|
|
am__objects_10 = $(am__objects_4) elf64.lo ia64/regname.lo
|
|
|
|
am__objects_11 = $(am__objects_10) $(am__objects_7) \
|
2004-08-17 17:34:28 +02:00
|
|
|
ia64/Gcreate_addr_space.lo ia64/Gget_proc_info.lo \
|
|
|
|
ia64/Gget_save_loc.lo ia64/Gglobal.lo ia64/Ginit.lo \
|
|
|
|
ia64/Ginit_local.lo ia64/Ginit_remote.lo \
|
|
|
|
ia64/Ginstall_cursor.lo ia64/Gis_signal_frame.lo \
|
|
|
|
ia64/Gparser.lo ia64/Grbs.lo ia64/Gregs.lo ia64/Gresume.lo \
|
|
|
|
ia64/Gscript.lo ia64/Gstep.lo ia64/Gtables.lo
|
2005-05-03 11:13:17 +02:00
|
|
|
@ARCH_IA64_TRUE@am_libunwind_ia64_la_OBJECTS = $(am__objects_11)
|
2004-08-17 17:34:28 +02:00
|
|
|
libunwind_ia64_la_OBJECTS = $(am_libunwind_ia64_la_OBJECTS)
|
|
|
|
@ARCH_IA64_TRUE@am_libunwind_ia64_la_rpath = -rpath $(libdir)
|
|
|
|
libunwind_setjmp_la_DEPENDENCIES = libunwind-$(arch).la
|
2005-05-03 11:13:17 +02:00
|
|
|
am__libunwind_setjmp_la_SOURCES_DIST = setjmp/setjmp_i.h \
|
|
|
|
setjmp/longjmp.c setjmp/siglongjmp.c x86_64/longjmp.S \
|
|
|
|
x86_64/siglongjmp.S x86/longjmp.S x86/siglongjmp.S \
|
2004-08-19 15:39:10 +02:00
|
|
|
hppa/siglongjmp.S ia64/setjmp.S ia64/sigsetjmp.S \
|
2004-08-31 15:59:10 +02:00
|
|
|
ia64/longjmp.S ia64/siglongjmp.S
|
2005-05-03 11:13:17 +02:00
|
|
|
am__objects_12 = setjmp/longjmp.lo setjmp/siglongjmp.lo
|
|
|
|
am__objects_13 = x86_64/longjmp.lo x86_64/siglongjmp.lo
|
|
|
|
am__objects_14 = x86/longjmp.lo x86/siglongjmp.lo
|
|
|
|
am__objects_15 = hppa/siglongjmp.lo
|
|
|
|
am__objects_16 = ia64/setjmp.lo ia64/sigsetjmp.lo ia64/longjmp.lo \
|
2004-08-31 15:59:10 +02:00
|
|
|
ia64/siglongjmp.lo
|
2005-05-03 11:13:17 +02:00
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@am_libunwind_setjmp_la_OBJECTS = $(am__objects_12) \
|
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@ $(am__objects_13)
|
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@am_libunwind_setjmp_la_OBJECTS = $(am__objects_12) \
|
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@ $(am__objects_14)
|
2004-08-17 17:34:28 +02:00
|
|
|
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@am_libunwind_setjmp_la_OBJECTS = \
|
2005-05-03 11:13:17 +02:00
|
|
|
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@ $(am__objects_12) \
|
|
|
|
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@ $(am__objects_15)
|
|
|
|
@ARCH_IA64_TRUE@am_libunwind_setjmp_la_OBJECTS = $(am__objects_12) \
|
|
|
|
@ARCH_IA64_TRUE@ $(am__objects_16)
|
2004-08-17 17:34:28 +02:00
|
|
|
libunwind_setjmp_la_OBJECTS = $(am_libunwind_setjmp_la_OBJECTS)
|
|
|
|
@REMOTE_ONLY_FALSE@am_libunwind_setjmp_la_rpath = -rpath $(libdir)
|
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@@REMOTE_ONLY_FALSE@libunwind_x86_la_DEPENDENCIES = libunwind.la
|
|
|
|
am__libunwind_x86_la_SOURCES_DIST = os-hpux.c os-linux.h os-linux.c \
|
2004-08-18 17:16:46 +02:00
|
|
|
mi/init.c mi/flush_cache.c mi/mempool.c mi/strerror.c \
|
2005-05-03 11:13:17 +02:00
|
|
|
dwarf/global.c elf32.c elf32.h x86/init.h x86/offsets.h \
|
2004-08-18 17:16:46 +02:00
|
|
|
x86/unwind_i.h x86/is_fpreg.c x86/regname.c mi/Gdyn-extract.c \
|
2004-08-17 17:34:28 +02:00
|
|
|
mi/Gdyn-remote.c mi/Gfind_dynamic_proc_info.c \
|
|
|
|
mi/Gget_accessors.c mi/Gget_proc_info_by_ip.c \
|
|
|
|
mi/Gget_proc_name.c mi/Gput_dynamic_unwind_info.c \
|
|
|
|
mi/Gdestroy_addr_space.c mi/Gget_reg.c mi/Gset_reg.c \
|
|
|
|
mi/Gget_fpreg.c mi/Gset_fpreg.c mi/Gset_caching_policy.c \
|
|
|
|
dwarf/Gexpr.c dwarf/Gfde.c dwarf/Gparser.c dwarf/Gpe.c \
|
|
|
|
dwarf/Gstep.c dwarf/Gfind_proc_info-lsb.c \
|
|
|
|
x86/Gcreate_addr_space.c x86/Gget_save_loc.c x86/Gglobal.c \
|
|
|
|
x86/Ginit.c x86/Ginit_local.c x86/Ginit_remote.c \
|
|
|
|
x86/Gis_signal_frame.c x86/Gget_proc_info.c x86/Gregs.c \
|
|
|
|
x86/Gresume.c x86/Gstep.c
|
2005-05-03 11:13:17 +02:00
|
|
|
am__objects_17 = $(am__objects_4) $(am__objects_5) elf32.lo \
|
|
|
|
x86/is_fpreg.lo x86/regname.lo
|
|
|
|
am__objects_18 = $(am__objects_17) $(am__objects_7) $(am__objects_8) \
|
2004-08-17 17:34:28 +02:00
|
|
|
dwarf/Gfind_proc_info-lsb.lo x86/Gcreate_addr_space.lo \
|
|
|
|
x86/Gget_save_loc.lo x86/Gglobal.lo x86/Ginit.lo \
|
|
|
|
x86/Ginit_local.lo x86/Ginit_remote.lo x86/Gis_signal_frame.lo \
|
|
|
|
x86/Gget_proc_info.lo x86/Gregs.lo x86/Gresume.lo x86/Gstep.lo
|
2005-05-03 11:13:17 +02:00
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@am_libunwind_x86_la_OBJECTS = $(am__objects_18)
|
2004-08-17 17:34:28 +02:00
|
|
|
libunwind_x86_la_OBJECTS = $(am_libunwind_x86_la_OBJECTS)
|
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@am_libunwind_x86_la_rpath = \
|
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@ -rpath \
|
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@ $(libdir)
|
2004-08-19 15:39:10 +02:00
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@@REMOTE_ONLY_FALSE@libunwind_x86_64_la_DEPENDENCIES = libunwind.la
|
|
|
|
am__libunwind_x86_64_la_SOURCES_DIST = os-hpux.c os-linux.h os-linux.c \
|
|
|
|
mi/init.c mi/flush_cache.c mi/mempool.c mi/strerror.c \
|
2005-05-03 11:13:17 +02:00
|
|
|
dwarf/global.c elf64.c elf64.h x86_64/setcontext.S \
|
|
|
|
x86_64/init.h x86_64/unwind_i.h x86_64/ucontext_i.h \
|
|
|
|
x86_64/is_fpreg.c x86_64/regname.c mi/Gdyn-extract.c \
|
|
|
|
mi/Gdyn-remote.c mi/Gfind_dynamic_proc_info.c \
|
|
|
|
mi/Gget_accessors.c mi/Gget_proc_info_by_ip.c \
|
|
|
|
mi/Gget_proc_name.c mi/Gput_dynamic_unwind_info.c \
|
|
|
|
mi/Gdestroy_addr_space.c mi/Gget_reg.c mi/Gset_reg.c \
|
|
|
|
mi/Gget_fpreg.c mi/Gset_fpreg.c mi/Gset_caching_policy.c \
|
|
|
|
dwarf/Gexpr.c dwarf/Gfde.c dwarf/Gparser.c dwarf/Gpe.c \
|
|
|
|
dwarf/Gstep.c dwarf/Gfind_proc_info-lsb.c \
|
|
|
|
x86_64/Gcreate_addr_space.c x86_64/Gget_save_loc.c \
|
|
|
|
x86_64/Gglobal.c x86_64/Ginit.c x86_64/Ginit_local.c \
|
|
|
|
x86_64/Ginit_remote.c x86_64/Gis_signal_frame.c \
|
|
|
|
x86_64/Gget_proc_info.c x86_64/Gregs.c x86_64/Gresume.c \
|
|
|
|
x86_64/Gstep.c
|
|
|
|
am__objects_19 = $(am__objects_4) $(am__objects_5) elf64.lo \
|
|
|
|
x86_64/setcontext.lo x86_64/is_fpreg.lo x86_64/regname.lo
|
|
|
|
am__objects_20 = $(am__objects_19) $(am__objects_7) $(am__objects_8) \
|
2004-08-19 15:39:10 +02:00
|
|
|
dwarf/Gfind_proc_info-lsb.lo x86_64/Gcreate_addr_space.lo \
|
|
|
|
x86_64/Gget_save_loc.lo x86_64/Gglobal.lo x86_64/Ginit.lo \
|
|
|
|
x86_64/Ginit_local.lo x86_64/Ginit_remote.lo \
|
|
|
|
x86_64/Gis_signal_frame.lo x86_64/Gget_proc_info.lo \
|
|
|
|
x86_64/Gregs.lo x86_64/Gresume.lo x86_64/Gstep.lo
|
2005-05-03 11:13:17 +02:00
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@am_libunwind_x86_64_la_OBJECTS = $(am__objects_20)
|
2004-08-19 15:39:10 +02:00
|
|
|
libunwind_x86_64_la_OBJECTS = $(am_libunwind_x86_64_la_OBJECTS)
|
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@am_libunwind_x86_64_la_rpath = -rpath \
|
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@ $(libdir)
|
2004-11-03 22:50:24 +01:00
|
|
|
am__DEPENDENCIES_1 =
|
|
|
|
libunwind_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
|
2004-08-17 17:34:28 +02:00
|
|
|
am__libunwind_la_SOURCES_DIST = os-hpux.c os-linux.h os-linux.c \
|
2004-08-18 17:16:46 +02:00
|
|
|
mi/init.c mi/flush_cache.c mi/mempool.c mi/strerror.c \
|
2005-05-03 11:13:17 +02:00
|
|
|
dwarf/global.c elf64.c elf64.h x86_64/setcontext.S \
|
|
|
|
x86_64/init.h x86_64/unwind_i.h x86_64/ucontext_i.h \
|
|
|
|
x86_64/is_fpreg.c x86_64/regname.c mi/_ReadULEB.c \
|
|
|
|
mi/_ReadSLEB.c mi/backtrace.c mi/dyn-cancel.c \
|
|
|
|
mi/dyn-info-list.c mi/dyn-register.c mi/Ldyn-extract.c \
|
|
|
|
mi/Lfind_dynamic_proc_info.c mi/Lget_accessors.c \
|
|
|
|
mi/Lget_proc_info_by_ip.c mi/Lget_proc_name.c \
|
|
|
|
mi/Lput_dynamic_unwind_info.c mi/Ldestroy_addr_space.c \
|
|
|
|
mi/Lget_reg.c mi/Lset_reg.c mi/Lget_fpreg.c mi/Lset_fpreg.c \
|
|
|
|
mi/Lset_caching_policy.c unwind/Backtrace.c \
|
|
|
|
unwind/DeleteException.c unwind/FindEnclosingFunction.c \
|
|
|
|
unwind/ForcedUnwind.c unwind/GetBSP.c unwind/GetCFA.c \
|
|
|
|
unwind/GetDataRelBase.c unwind/GetGR.c unwind/GetIP.c \
|
|
|
|
unwind/GetLanguageSpecificData.c unwind/GetRegionStart.c \
|
|
|
|
unwind/GetTextRelBase.c unwind/RaiseException.c \
|
|
|
|
unwind/Resume.c unwind/Resume_or_Rethrow.c unwind/SetGR.c \
|
|
|
|
unwind/SetIP.c dwarf/Lexpr.c dwarf/Lfde.c dwarf/Lparser.c \
|
2004-08-20 13:26:49 +02:00
|
|
|
dwarf/Lpe.c dwarf/Lstep.c dwarf/Lfind_proc_info-lsb.c \
|
|
|
|
x86_64/Lcreate_addr_space.c x86_64/Lget_save_loc.c \
|
|
|
|
x86_64/Lglobal.c x86_64/Linit.c x86_64/Linit_local.c \
|
|
|
|
x86_64/Linit_remote.c x86_64/Lis_signal_frame.c \
|
|
|
|
x86_64/Lget_proc_info.c x86_64/Lregs.c x86_64/Lresume.c \
|
2005-05-03 11:13:17 +02:00
|
|
|
x86_64/Lstep.c elf32.c elf32.h x86/init.h x86/offsets.h \
|
|
|
|
x86/unwind_i.h x86/is_fpreg.c x86/regname.c \
|
2004-08-20 13:26:49 +02:00
|
|
|
x86/Lcreate_addr_space.c x86/Lget_save_loc.c x86/Lglobal.c \
|
|
|
|
x86/Linit.c x86/Linit_local.c x86/Linit_remote.c \
|
2004-08-19 15:39:10 +02:00
|
|
|
x86/Lis_signal_frame.c x86/Lget_proc_info.c x86/Lregs.c \
|
2005-05-03 11:13:17 +02:00
|
|
|
x86/Lresume.c x86/Lstep.c hppa/init.h hppa/offsets.h \
|
|
|
|
hppa/unwind_i.h hppa/regname.c hppa/getcontext.S \
|
|
|
|
hppa/setcontext.S hppa/Lcreate_addr_space.c \
|
|
|
|
hppa/Lget_save_loc.c hppa/Lglobal.c hppa/Linit.c \
|
|
|
|
hppa/Linit_local.c hppa/Linit_remote.c hppa/Lis_signal_frame.c \
|
|
|
|
hppa/Lget_proc_info.c hppa/Lregs.c hppa/Lresume.c hppa/Lstep.c \
|
|
|
|
ia64/init.h ia64/offsets.h ia64/regs.h ia64/ucontext_i.h \
|
|
|
|
ia64/unwind_decoder.h ia64/unwind_i.h ia64/regname.c \
|
|
|
|
ia64/dyn_info_list.S ia64/getcontext.S \
|
2004-08-17 17:34:28 +02:00
|
|
|
ia64/Lcreate_addr_space.c ia64/Lget_proc_info.c \
|
|
|
|
ia64/Lget_save_loc.c ia64/Lglobal.c ia64/Linit.c \
|
|
|
|
ia64/Linit_local.c ia64/Linit_remote.c ia64/Linstall_cursor.S \
|
|
|
|
ia64/Lis_signal_frame.c ia64/Lparser.c ia64/Lrbs.c \
|
|
|
|
ia64/Lregs.c ia64/Lresume.c ia64/Lscript.c ia64/Lstep.c \
|
|
|
|
ia64/Ltables.c
|
2005-05-03 11:13:17 +02:00
|
|
|
am__objects_21 = mi/_ReadULEB.lo mi/_ReadSLEB.lo
|
|
|
|
@OS_LINUX_TRUE@am__objects_22 = $(am__objects_21)
|
|
|
|
am__objects_23 = $(am__objects_22) mi/backtrace.lo mi/dyn-cancel.lo \
|
2004-08-17 17:34:28 +02:00
|
|
|
mi/dyn-info-list.lo mi/dyn-register.lo mi/Ldyn-extract.lo \
|
|
|
|
mi/Lfind_dynamic_proc_info.lo mi/Lget_accessors.lo \
|
|
|
|
mi/Lget_proc_info_by_ip.lo mi/Lget_proc_name.lo \
|
|
|
|
mi/Lput_dynamic_unwind_info.lo mi/Ldestroy_addr_space.lo \
|
|
|
|
mi/Lget_reg.lo mi/Lset_reg.lo mi/Lget_fpreg.lo \
|
|
|
|
mi/Lset_fpreg.lo mi/Lset_caching_policy.lo unwind/Backtrace.lo \
|
|
|
|
unwind/DeleteException.lo unwind/FindEnclosingFunction.lo \
|
|
|
|
unwind/ForcedUnwind.lo unwind/GetBSP.lo unwind/GetCFA.lo \
|
|
|
|
unwind/GetDataRelBase.lo unwind/GetGR.lo unwind/GetIP.lo \
|
|
|
|
unwind/GetLanguageSpecificData.lo unwind/GetRegionStart.lo \
|
|
|
|
unwind/GetTextRelBase.lo unwind/RaiseException.lo \
|
|
|
|
unwind/Resume.lo unwind/Resume_or_Rethrow.lo unwind/SetGR.lo \
|
|
|
|
unwind/SetIP.lo
|
2005-05-03 11:13:17 +02:00
|
|
|
am__objects_24 = dwarf/Lexpr.lo dwarf/Lfde.lo dwarf/Lparser.lo \
|
2004-08-17 17:34:28 +02:00
|
|
|
dwarf/Lpe.lo dwarf/Lstep.lo
|
2005-05-03 11:13:17 +02:00
|
|
|
am__objects_25 = $(am__objects_19) $(am__objects_23) $(am__objects_24) \
|
|
|
|
dwarf/Lfind_proc_info-lsb.lo x86_64/Lcreate_addr_space.lo \
|
|
|
|
x86_64/Lget_save_loc.lo x86_64/Lglobal.lo x86_64/Linit.lo \
|
|
|
|
x86_64/Linit_local.lo x86_64/Linit_remote.lo \
|
|
|
|
x86_64/Lis_signal_frame.lo x86_64/Lget_proc_info.lo \
|
|
|
|
x86_64/Lregs.lo x86_64/Lresume.lo x86_64/Lstep.lo
|
|
|
|
am__objects_26 = $(am__objects_17) $(am__objects_23) $(am__objects_24) \
|
|
|
|
dwarf/Lfind_proc_info-lsb.lo x86/Lcreate_addr_space.lo \
|
|
|
|
x86/Lget_save_loc.lo x86/Lglobal.lo x86/Linit.lo \
|
|
|
|
x86/Linit_local.lo x86/Linit_remote.lo x86/Lis_signal_frame.lo \
|
|
|
|
x86/Lget_proc_info.lo x86/Lregs.lo x86/Lresume.lo x86/Lstep.lo
|
|
|
|
am__objects_27 = $(am__objects_6) $(am__objects_23) hppa/getcontext.lo \
|
|
|
|
hppa/setcontext.lo $(am__objects_24) \
|
|
|
|
dwarf/Lfind_proc_info-lsb.lo hppa/Lcreate_addr_space.lo \
|
|
|
|
hppa/Lget_save_loc.lo hppa/Lglobal.lo hppa/Linit.lo \
|
|
|
|
hppa/Linit_local.lo hppa/Linit_remote.lo \
|
|
|
|
hppa/Lis_signal_frame.lo hppa/Lget_proc_info.lo hppa/Lregs.lo \
|
|
|
|
hppa/Lresume.lo hppa/Lstep.lo
|
|
|
|
am__objects_28 = $(am__objects_10) $(am__objects_23) \
|
2004-08-17 17:34:28 +02:00
|
|
|
ia64/dyn_info_list.lo ia64/getcontext.lo \
|
|
|
|
ia64/Lcreate_addr_space.lo ia64/Lget_proc_info.lo \
|
|
|
|
ia64/Lget_save_loc.lo ia64/Lglobal.lo ia64/Linit.lo \
|
|
|
|
ia64/Linit_local.lo ia64/Linit_remote.lo \
|
|
|
|
ia64/Linstall_cursor.lo ia64/Lis_signal_frame.lo \
|
|
|
|
ia64/Lparser.lo ia64/Lrbs.lo ia64/Lregs.lo ia64/Lresume.lo \
|
|
|
|
ia64/Lscript.lo ia64/Lstep.lo ia64/Ltables.lo
|
2005-05-03 11:13:17 +02:00
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@am_libunwind_la_OBJECTS = $(am__objects_25)
|
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@am_libunwind_la_OBJECTS = $(am__objects_26)
|
2004-08-17 17:34:28 +02:00
|
|
|
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@am_libunwind_la_OBJECTS = \
|
2005-05-03 11:13:17 +02:00
|
|
|
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@ $(am__objects_27)
|
|
|
|
@ARCH_IA64_TRUE@am_libunwind_la_OBJECTS = $(am__objects_28)
|
2004-08-17 17:34:28 +02:00
|
|
|
libunwind_la_OBJECTS = $(am_libunwind_la_OBJECTS)
|
|
|
|
@REMOTE_ONLY_FALSE@am_libunwind_la_rpath = -rpath $(libdir)
|
|
|
|
PROGRAMS = $(noinst_PROGRAMS)
|
2004-08-18 12:43:50 +02:00
|
|
|
am__ia64_mk_Gcursor_i_SOURCES_DIST = ia64/mk_Gcursor_i.c
|
|
|
|
@ARCH_IA64_TRUE@am_ia64_mk_Gcursor_i_OBJECTS = \
|
|
|
|
@ARCH_IA64_TRUE@ ia64/mk_Gcursor_i.$(OBJEXT)
|
|
|
|
ia64_mk_Gcursor_i_OBJECTS = $(am_ia64_mk_Gcursor_i_OBJECTS)
|
2004-08-17 17:34:28 +02:00
|
|
|
ia64_mk_Gcursor_i_LDADD = $(LDADD)
|
2004-08-18 12:43:50 +02:00
|
|
|
am__ia64_mk_Lcursor_i_SOURCES_DIST = ia64/mk_Lcursor_i.c
|
|
|
|
@ARCH_IA64_TRUE@am_ia64_mk_Lcursor_i_OBJECTS = \
|
|
|
|
@ARCH_IA64_TRUE@ ia64/mk_Lcursor_i.$(OBJEXT)
|
|
|
|
ia64_mk_Lcursor_i_OBJECTS = $(am_ia64_mk_Lcursor_i_OBJECTS)
|
2004-08-17 17:34:28 +02:00
|
|
|
ia64_mk_Lcursor_i_LDADD = $(LDADD)
|
2007-04-11 04:35:15 +02:00
|
|
|
am__x86_64_gen_offsets_SOURCES_DIST = x86_64/gen-offsets.c
|
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@am_x86_64_gen_offsets_OBJECTS = x86_64/gen-offsets.$(OBJEXT)
|
|
|
|
x86_64_gen_offsets_OBJECTS = $(am_x86_64_gen_offsets_OBJECTS)
|
|
|
|
x86_64_gen_offsets_LDADD = $(LDADD)
|
2004-08-17 17:34:28 +02:00
|
|
|
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
|
|
|
|
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
|
|
|
|
am__depfiles_maybe = depfiles
|
|
|
|
CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
|
|
|
|
LTCCASCOMPILE = $(LIBTOOL) --mode=compile $(CCAS) $(AM_CCASFLAGS) \
|
|
|
|
$(CCASFLAGS)
|
|
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
2004-11-16 23:03:04 +01:00
|
|
|
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
|
2004-08-17 17:34:28 +02:00
|
|
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
|
|
|
$(AM_CFLAGS) $(CFLAGS)
|
|
|
|
CCLD = $(CC)
|
2004-11-16 23:03:04 +01:00
|
|
|
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
2004-08-17 17:34:28 +02:00
|
|
|
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
|
|
SOURCES = $(libunwind_ptrace_a_SOURCES) $(libunwind_hppa_la_SOURCES) \
|
|
|
|
$(libunwind_ia64_la_SOURCES) $(libunwind_setjmp_la_SOURCES) \
|
2004-08-19 15:39:10 +02:00
|
|
|
$(libunwind_x86_la_SOURCES) $(libunwind_x86_64_la_SOURCES) \
|
|
|
|
$(libunwind_la_SOURCES) $(ia64_mk_Gcursor_i_SOURCES) \
|
2007-04-11 04:35:15 +02:00
|
|
|
$(ia64_mk_Lcursor_i_SOURCES) $(x86_64_gen_offsets_SOURCES)
|
2004-08-17 17:34:28 +02:00
|
|
|
DIST_SOURCES = $(libunwind_ptrace_a_SOURCES) \
|
2005-05-03 11:13:17 +02:00
|
|
|
$(am__libunwind_hppa_la_SOURCES_DIST) \
|
2004-08-17 17:34:28 +02:00
|
|
|
$(am__libunwind_ia64_la_SOURCES_DIST) \
|
|
|
|
$(am__libunwind_setjmp_la_SOURCES_DIST) \
|
|
|
|
$(am__libunwind_x86_la_SOURCES_DIST) \
|
2004-08-19 15:39:10 +02:00
|
|
|
$(am__libunwind_x86_64_la_SOURCES_DIST) \
|
2004-08-18 12:43:50 +02:00
|
|
|
$(am__libunwind_la_SOURCES_DIST) \
|
|
|
|
$(am__ia64_mk_Gcursor_i_SOURCES_DIST) \
|
2007-04-11 04:35:15 +02:00
|
|
|
$(am__ia64_mk_Lcursor_i_SOURCES_DIST) \
|
|
|
|
$(am__x86_64_gen_offsets_SOURCES_DIST)
|
2004-08-17 17:34:28 +02:00
|
|
|
ETAGS = etags
|
|
|
|
CTAGS = ctags
|
|
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
|
ACLOCAL = @ACLOCAL@
|
|
|
|
AMDEP_FALSE = @AMDEP_FALSE@
|
|
|
|
AMDEP_TRUE = @AMDEP_TRUE@
|
2002-09-27 01:09:01 +02:00
|
|
|
AMTAR = @AMTAR@
|
2003-11-22 07:08:20 +01:00
|
|
|
AR = @AR@
|
2002-09-27 01:09:01 +02:00
|
|
|
ARCH = @ARCH@
|
2004-08-17 17:34:28 +02:00
|
|
|
ARCH_HPPA_FALSE = @ARCH_HPPA_FALSE@
|
|
|
|
ARCH_HPPA_TRUE = @ARCH_HPPA_TRUE@
|
|
|
|
ARCH_IA64_FALSE = @ARCH_IA64_FALSE@
|
|
|
|
ARCH_IA64_TRUE = @ARCH_IA64_TRUE@
|
2004-08-19 15:39:10 +02:00
|
|
|
ARCH_X86_64_FALSE = @ARCH_X86_64_FALSE@
|
|
|
|
ARCH_X86_64_TRUE = @ARCH_X86_64_TRUE@
|
2004-08-17 17:34:28 +02:00
|
|
|
ARCH_X86_FALSE = @ARCH_X86_FALSE@
|
|
|
|
ARCH_X86_TRUE = @ARCH_X86_TRUE@
|
|
|
|
AUTOCONF = @AUTOCONF@
|
|
|
|
AUTOHEADER = @AUTOHEADER@
|
|
|
|
AUTOMAKE = @AUTOMAKE@
|
2002-09-27 01:09:01 +02:00
|
|
|
AWK = @AWK@
|
|
|
|
CC = @CC@
|
2002-12-19 08:16:50 +01:00
|
|
|
CCAS = @CCAS@
|
|
|
|
CCASFLAGS = @CCASFLAGS@
|
2004-08-17 17:34:28 +02:00
|
|
|
CCDEPMODE = @CCDEPMODE@
|
|
|
|
CFLAGS = @CFLAGS@
|
|
|
|
CPP = @CPP@
|
|
|
|
CPPFLAGS = @CPPFLAGS@
|
2003-03-28 08:43:22 +01:00
|
|
|
CXX = @CXX@
|
2003-11-22 07:08:20 +01:00
|
|
|
CXXCPP = @CXXCPP@
|
2004-08-17 17:34:28 +02:00
|
|
|
CXXDEPMODE = @CXXDEPMODE@
|
|
|
|
CXXFLAGS = @CXXFLAGS@
|
|
|
|
CYGPATH_W = @CYGPATH_W@
|
|
|
|
DEFS = @DEFS@
|
2002-09-27 01:09:01 +02:00
|
|
|
DEPDIR = @DEPDIR@
|
2003-01-17 19:12:55 +01:00
|
|
|
ECHO = @ECHO@
|
2004-08-17 17:34:28 +02:00
|
|
|
ECHO_C = @ECHO_C@
|
|
|
|
ECHO_N = @ECHO_N@
|
|
|
|
ECHO_T = @ECHO_T@
|
2003-11-22 07:08:20 +01:00
|
|
|
EGREP = @EGREP@
|
2004-08-17 17:34:28 +02:00
|
|
|
EXEEXT = @EXEEXT@
|
2003-11-22 07:08:20 +01:00
|
|
|
F77 = @F77@
|
2004-08-17 17:34:28 +02:00
|
|
|
FFLAGS = @FFLAGS@
|
2007-04-11 04:35:15 +02:00
|
|
|
GREP = @GREP@
|
2004-08-17 17:34:28 +02:00
|
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
2002-09-27 01:09:01 +02:00
|
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
2004-08-17 17:34:28 +02:00
|
|
|
LDFLAGS = @LDFLAGS@
|
2004-04-20 18:53:44 +02:00
|
|
|
LDFLAGS_STATIC_LIBCXA = @LDFLAGS_STATIC_LIBCXA@
|
2004-11-03 22:50:24 +01:00
|
|
|
LIBCRTS = @LIBCRTS@
|
2004-08-17 17:34:28 +02:00
|
|
|
LIBOBJS = @LIBOBJS@
|
|
|
|
LIBS = @LIBS@
|
2002-09-27 01:09:01 +02:00
|
|
|
LIBTOOL = @LIBTOOL@
|
|
|
|
LN_S = @LN_S@
|
2004-08-17 17:34:28 +02:00
|
|
|
LTLIBOBJS = @LTLIBOBJS@
|
2002-09-27 01:09:01 +02:00
|
|
|
MAINT = @MAINT@
|
2004-08-17 17:34:28 +02:00
|
|
|
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
|
|
|
|
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
|
|
|
|
MAKEINFO = @MAKEINFO@
|
|
|
|
OBJEXT = @OBJEXT@
|
|
|
|
OS_HPUX_FALSE = @OS_HPUX_FALSE@
|
|
|
|
OS_HPUX_TRUE = @OS_HPUX_TRUE@
|
|
|
|
OS_LINUX_FALSE = @OS_LINUX_FALSE@
|
|
|
|
OS_LINUX_TRUE = @OS_LINUX_TRUE@
|
2002-09-27 01:09:01 +02:00
|
|
|
PACKAGE = @PACKAGE@
|
2004-08-17 17:34:28 +02:00
|
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
|
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
|
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
2004-09-08 19:36:28 +02:00
|
|
|
PKG_EXTRA = @PKG_EXTRA@
|
|
|
|
PKG_MAINTAINER = @PKG_MAINTAINER@
|
|
|
|
PKG_MAJOR = @PKG_MAJOR@
|
|
|
|
PKG_MINOR = @PKG_MINOR@
|
2002-09-27 01:09:01 +02:00
|
|
|
RANLIB = @RANLIB@
|
2004-08-17 17:34:28 +02:00
|
|
|
REMOTE_ONLY_FALSE = @REMOTE_ONLY_FALSE@
|
|
|
|
REMOTE_ONLY_TRUE = @REMOTE_ONLY_TRUE@
|
|
|
|
SET_MAKE = @SET_MAKE@
|
|
|
|
SHELL = @SHELL@
|
2002-12-19 08:16:50 +01:00
|
|
|
STRIP = @STRIP@
|
2002-09-27 01:09:01 +02:00
|
|
|
VERSION = @VERSION@
|
2004-08-17 17:34:28 +02:00
|
|
|
ac_ct_CC = @ac_ct_CC@
|
|
|
|
ac_ct_CXX = @ac_ct_CXX@
|
|
|
|
ac_ct_F77 = @ac_ct_F77@
|
|
|
|
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
|
|
|
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
|
|
|
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
|
|
|
|
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
|
2002-09-27 01:09:01 +02:00
|
|
|
am__include = @am__include@
|
2004-08-17 17:34:28 +02:00
|
|
|
am__leading_dot = @am__leading_dot@
|
2002-09-27 01:09:01 +02:00
|
|
|
am__quote = @am__quote@
|
2004-08-17 17:34:28 +02:00
|
|
|
am__tar = @am__tar@
|
|
|
|
am__untar = @am__untar@
|
2002-09-27 01:09:01 +02:00
|
|
|
arch = @arch@
|
2004-08-17 17:34:28 +02:00
|
|
|
bindir = @bindir@
|
|
|
|
build = @build@
|
|
|
|
build_alias = @build_alias@
|
2004-05-05 03:58:44 +02:00
|
|
|
build_arch = @build_arch@
|
2004-08-17 17:34:28 +02:00
|
|
|
build_cpu = @build_cpu@
|
|
|
|
build_os = @build_os@
|
|
|
|
build_vendor = @build_vendor@
|
|
|
|
datadir = @datadir@
|
2007-04-11 04:35:15 +02:00
|
|
|
datarootdir = @datarootdir@
|
|
|
|
docdir = @docdir@
|
|
|
|
dvidir = @dvidir@
|
2004-08-17 17:34:28 +02:00
|
|
|
exec_prefix = @exec_prefix@
|
|
|
|
host = @host@
|
|
|
|
host_alias = @host_alias@
|
|
|
|
host_cpu = @host_cpu@
|
|
|
|
host_os = @host_os@
|
|
|
|
host_vendor = @host_vendor@
|
2007-04-11 04:35:15 +02:00
|
|
|
htmldir = @htmldir@
|
2004-08-17 17:34:28 +02:00
|
|
|
includedir = @includedir@
|
|
|
|
infodir = @infodir@
|
2002-09-27 01:09:01 +02:00
|
|
|
install_sh = @install_sh@
|
2004-08-17 17:34:28 +02:00
|
|
|
libdir = @libdir@
|
|
|
|
libexecdir = @libexecdir@
|
2007-04-11 04:35:15 +02:00
|
|
|
localedir = @localedir@
|
2004-08-17 17:34:28 +02:00
|
|
|
localstatedir = @localstatedir@
|
|
|
|
mandir = @mandir@
|
|
|
|
mkdir_p = @mkdir_p@
|
|
|
|
oldincludedir = @oldincludedir@
|
2007-04-11 04:35:15 +02:00
|
|
|
pdfdir = @pdfdir@
|
2004-08-17 17:34:28 +02:00
|
|
|
prefix = @prefix@
|
|
|
|
program_transform_name = @program_transform_name@
|
2007-04-11 04:35:15 +02:00
|
|
|
psdir = @psdir@
|
2004-08-17 17:34:28 +02:00
|
|
|
sbindir = @sbindir@
|
|
|
|
sharedstatedir = @sharedstatedir@
|
|
|
|
sysconfdir = @sysconfdir@
|
|
|
|
target = @target@
|
|
|
|
target_alias = @target_alias@
|
|
|
|
target_cpu = @target_cpu@
|
2004-05-05 03:58:44 +02:00
|
|
|
target_os = @target_os@
|
2004-08-17 17:34:28 +02:00
|
|
|
target_vendor = @target_vendor@
|
2004-08-19 12:45:23 +02:00
|
|
|
SOVERSION = 7:0:0 # See comments at end of file.
|
2003-02-08 11:10:59 +01:00
|
|
|
SETJMP_SO_VERSION = 0:0:0
|
2004-04-20 18:53:44 +02:00
|
|
|
#
|
2005-05-03 11:13:17 +02:00
|
|
|
# Don't link with start-files since we don't use any constructors/destructors:
|
2004-04-20 18:53:44 +02:00
|
|
|
#
|
2005-05-03 11:13:17 +02:00
|
|
|
COMMON_SO_LDFLAGS = -XCClinker -nostartfiles
|
2004-01-14 07:21:52 +01:00
|
|
|
@REMOTE_ONLY_FALSE@LIBRARIES_cdep = libunwind-ptrace.a
|
2004-08-17 17:34:28 +02:00
|
|
|
@REMOTE_ONLY_TRUE@LIBRARIES_cdep =
|
2004-08-20 13:26:49 +02:00
|
|
|
@REMOTE_ONLY_FALSE@lib_LTLIBRARIES_cdep = libunwind.la
|
2004-08-17 17:34:28 +02:00
|
|
|
@REMOTE_ONLY_TRUE@lib_LTLIBRARIES_cdep =
|
2004-08-20 13:26:49 +02:00
|
|
|
@REMOTE_ONLY_FALSE@lib_LTLIBRARIES_cdep_setjmp = libunwind-setjmp.la
|
|
|
|
@REMOTE_ONLY_TRUE@lib_LTLIBRARIES_cdep_setjmp =
|
2003-03-06 07:14:36 +01:00
|
|
|
|
2004-01-14 07:21:52 +01:00
|
|
|
### libunwind-ptrace:
|
|
|
|
libunwind_ptrace_a_SOURCES = \
|
2005-05-03 11:13:17 +02:00
|
|
|
ptrace/_UPT_elf.c \
|
2004-01-30 01:01:24 +01:00
|
|
|
ptrace/_UPT_internal.h \
|
|
|
|
ptrace/_UPT_accessors.c ptrace/_UPT_access_fpreg.c \
|
|
|
|
ptrace/_UPT_access_mem.c ptrace/_UPT_access_reg.c \
|
|
|
|
ptrace/_UPT_create.c ptrace/_UPT_destroy.c \
|
|
|
|
ptrace/_UPT_find_proc_info.c ptrace/_UPT_get_dyn_info_list_addr.c \
|
|
|
|
ptrace/_UPT_put_unwind_info.c ptrace/_UPT_get_proc_name.c \
|
|
|
|
ptrace/_UPT_reg_offset.c ptrace/_UPT_resume.c
|
2004-01-14 07:21:52 +01:00
|
|
|
|
|
|
|
|
|
|
|
### libunwind-setjmp:
|
2004-04-20 18:53:44 +02:00
|
|
|
libunwind_setjmp_la_LDFLAGS = $(COMMON_SO_LDFLAGS) \
|
|
|
|
-version-info $(SETJMP_SO_VERSION)
|
|
|
|
|
|
|
|
libunwind_setjmp_la_LIBADD = libunwind-$(arch).la -lc
|
2005-05-03 11:13:17 +02:00
|
|
|
libunwind_setjmp_la_SOURCES_common = setjmp/setjmp_i.h \
|
|
|
|
setjmp/longjmp.c \
|
|
|
|
setjmp/siglongjmp.c
|
|
|
|
|
2004-08-31 15:59:10 +02:00
|
|
|
libunwind_setjmp_la_SOURCES_ia64 = ia64/setjmp.S ia64/sigsetjmp.S \
|
|
|
|
ia64/longjmp.S ia64/siglongjmp.S
|
2004-01-14 07:21:52 +01:00
|
|
|
|
2005-05-03 11:13:17 +02:00
|
|
|
libunwind_setjmp_la_SOURCES_hppa = hppa/siglongjmp.S
|
|
|
|
libunwind_setjmp_la_SOURCES_x86 = x86/longjmp.S x86/siglongjmp.S
|
|
|
|
libunwind_setjmp_la_SOURCES_x86_64 = x86_64/longjmp.S x86_64/siglongjmp.S
|
2003-02-08 11:10:59 +01:00
|
|
|
|
2004-01-14 07:21:52 +01:00
|
|
|
### libunwind:
|
2003-02-08 11:10:59 +01:00
|
|
|
|
2004-01-14 07:21:52 +01:00
|
|
|
# List of arch-independent files needed by both local-only and generic
|
|
|
|
# libraries:
|
|
|
|
libunwind_la_SOURCES_common = \
|
2004-08-18 17:16:46 +02:00
|
|
|
$(libunwind_la_SOURCES_os) \
|
|
|
|
mi/init.c mi/flush_cache.c mi/mempool.c mi/strerror.c
|
2003-12-04 08:44:21 +01:00
|
|
|
|
2002-12-12 10:17:41 +01:00
|
|
|
|
2004-01-14 07:21:52 +01:00
|
|
|
# List of arch-independent files needed by generic library (libunwind-$ARCH):
|
|
|
|
libunwind_la_SOURCES_generic = \
|
2004-01-30 01:01:24 +01:00
|
|
|
mi/Gdyn-extract.c mi/Gdyn-remote.c mi/Gfind_dynamic_proc_info.c \
|
|
|
|
mi/Gget_accessors.c \
|
|
|
|
mi/Gget_proc_info_by_ip.c mi/Gget_proc_name.c \
|
|
|
|
mi/Gput_dynamic_unwind_info.c mi/Gdestroy_addr_space.c \
|
|
|
|
mi/Gget_reg.c mi/Gset_reg.c \
|
|
|
|
mi/Gget_fpreg.c mi/Gset_fpreg.c \
|
|
|
|
mi/Gset_caching_policy.c
|
2004-01-14 07:21:52 +01:00
|
|
|
|
|
|
|
|
|
|
|
# List of arch-independent files needed by local-only library (libunwind):
|
2003-03-20 09:16:17 +01:00
|
|
|
libunwind_la_SOURCES_local = \
|
2004-05-07 00:02:00 +02:00
|
|
|
$(libunwind_la_SOURCES_os_local) \
|
2004-03-30 03:56:19 +02:00
|
|
|
mi/backtrace.c \
|
2004-01-30 01:01:24 +01:00
|
|
|
mi/dyn-cancel.c mi/dyn-info-list.c mi/dyn-register.c \
|
|
|
|
mi/Ldyn-extract.c mi/Lfind_dynamic_proc_info.c \
|
|
|
|
mi/Lget_accessors.c \
|
|
|
|
mi/Lget_proc_info_by_ip.c mi/Lget_proc_name.c \
|
|
|
|
mi/Lput_dynamic_unwind_info.c mi/Ldestroy_addr_space.c \
|
|
|
|
mi/Lget_reg.c mi/Lset_reg.c \
|
|
|
|
mi/Lget_fpreg.c mi/Lset_fpreg.c \
|
|
|
|
mi/Lset_caching_policy.c \
|
|
|
|
unwind/Backtrace.c unwind/DeleteException.c \
|
|
|
|
unwind/FindEnclosingFunction.c unwind/ForcedUnwind.c \
|
|
|
|
unwind/GetBSP.c unwind/GetCFA.c unwind/GetDataRelBase.c \
|
|
|
|
unwind/GetGR.c unwind/GetIP.c unwind/GetLanguageSpecificData.c \
|
|
|
|
unwind/GetRegionStart.c unwind/GetTextRelBase.c \
|
|
|
|
unwind/RaiseException.c unwind/Resume.c \
|
|
|
|
unwind/Resume_or_Rethrow.c unwind/SetGR.c unwind/SetIP.c
|
2003-12-04 08:44:21 +01:00
|
|
|
|
2003-03-20 09:16:17 +01:00
|
|
|
libunwind_la_SOURCES_os_linux = os-linux.h os-linux.c
|
2004-05-07 00:02:00 +02:00
|
|
|
|
|
|
|
# _ReadULEB()/_ReadSLEB() are needed for Intel C++ 8.0 compatibility
|
|
|
|
libunwind_la_SOURCES_os_linux_local = mi/_ReadULEB.c mi/_ReadSLEB.c
|
2003-04-21 20:46:23 +02:00
|
|
|
libunwind_la_SOURCES_os_hpux = os-hpux.c
|
2004-01-22 09:36:15 +01:00
|
|
|
dwarf_SOURCES_common = \
|
2004-08-17 17:34:28 +02:00
|
|
|
dwarf/global.c
|
2004-01-22 09:36:15 +01:00
|
|
|
|
|
|
|
dwarf_SOURCES_local = \
|
2004-08-17 17:34:28 +02:00
|
|
|
dwarf/Lexpr.c dwarf/Lfde.c dwarf/Lparser.c dwarf/Lpe.c dwarf/Lstep.c
|
2003-12-20 12:50:00 +01:00
|
|
|
|
2004-01-22 09:36:15 +01:00
|
|
|
dwarf_SOURCES_generic = \
|
2004-08-17 17:34:28 +02:00
|
|
|
dwarf/Gexpr.c dwarf/Gfde.c dwarf/Gparser.c dwarf/Gpe.c dwarf/Gstep.c
|
2004-01-22 09:36:15 +01:00
|
|
|
|
2004-01-14 07:21:52 +01:00
|
|
|
|
|
|
|
# The list of files that go both into libunwind and libunwind-ia64:
|
2004-01-22 09:36:15 +01:00
|
|
|
libunwind_la_SOURCES_ia64_common = $(libunwind_la_SOURCES_common) \
|
2005-05-03 11:13:17 +02:00
|
|
|
elf64.c elf64.h \
|
2004-05-05 00:16:57 +02:00
|
|
|
ia64/init.h ia64/offsets.h ia64/regs.h \
|
2004-01-22 09:36:15 +01:00
|
|
|
ia64/ucontext_i.h ia64/unwind_decoder.h ia64/unwind_i.h \
|
2004-08-17 17:34:28 +02:00
|
|
|
ia64/regname.c
|
2004-01-14 07:21:52 +01:00
|
|
|
|
|
|
|
|
|
|
|
# The list of files that go into libunwind:
|
2004-08-17 17:34:28 +02:00
|
|
|
libunwind_la_SOURCES_ia64 = $(libunwind_la_SOURCES_ia64_common) \
|
|
|
|
$(libunwind_la_SOURCES_local) \
|
|
|
|
\
|
|
|
|
ia64/dyn_info_list.S ia64/getcontext.S \
|
|
|
|
\
|
|
|
|
ia64/Lcreate_addr_space.c ia64/Lget_proc_info.c ia64/Lget_save_loc.c \
|
|
|
|
ia64/Lglobal.c ia64/Linit.c ia64/Linit_local.c ia64/Linit_remote.c \
|
|
|
|
ia64/Linstall_cursor.S ia64/Lis_signal_frame.c ia64/Lparser.c \
|
|
|
|
ia64/Lrbs.c ia64/Lregs.c ia64/Lresume.c ia64/Lscript.c ia64/Lstep.c \
|
|
|
|
ia64/Ltables.c
|
2004-01-14 07:21:52 +01:00
|
|
|
|
|
|
|
|
|
|
|
# The list of files that go into libunwind-ia64:
|
2004-08-17 17:34:28 +02:00
|
|
|
libunwind_ia64_la_SOURCES_ia64 = $(libunwind_la_SOURCES_ia64_common) \
|
|
|
|
$(libunwind_la_SOURCES_generic) \
|
|
|
|
ia64/Gcreate_addr_space.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/Gresume.c ia64/Gscript.c ia64/Gstep.c \
|
|
|
|
ia64/Gtables.c
|
|
|
|
|
2005-05-03 11:13:17 +02:00
|
|
|
|
|
|
|
# The list of files that go both into libunwind and libunwind-hppa:
|
|
|
|
libunwind_la_SOURCES_hppa_common = $(libunwind_la_SOURCES_common) \
|
|
|
|
$(dwarf_SOURCES_common) \
|
|
|
|
elf32.c elf32.h \
|
|
|
|
hppa/init.h hppa/offsets.h hppa/unwind_i.h \
|
|
|
|
hppa/regname.c
|
|
|
|
|
|
|
|
|
|
|
|
# The list of files that go into libunwind:
|
|
|
|
libunwind_la_SOURCES_hppa = $(libunwind_la_SOURCES_hppa_common) \
|
|
|
|
$(libunwind_la_SOURCES_local) \
|
|
|
|
hppa/getcontext.S hppa/setcontext.S \
|
|
|
|
$(dwarf_SOURCES_local) \
|
|
|
|
dwarf/Lfind_proc_info-lsb.c \
|
|
|
|
hppa/Lcreate_addr_space.c hppa/Lget_save_loc.c hppa/Lglobal.c \
|
|
|
|
hppa/Linit.c hppa/Linit_local.c hppa/Linit_remote.c \
|
|
|
|
hppa/Lis_signal_frame.c hppa/Lget_proc_info.c hppa/Lregs.c \
|
|
|
|
hppa/Lresume.c hppa/Lstep.c
|
|
|
|
|
|
|
|
|
|
|
|
# The list of files that go into libunwind-hppa:
|
|
|
|
libunwind_hppa_la_SOURCES_hppa = $(libunwind_la_SOURCES_hppa_common) \
|
|
|
|
$(libunwind_la_SOURCES_generic) \
|
|
|
|
$(dwarf_SOURCES_generic) \
|
|
|
|
dwarf/Gfind_proc_info-lsb.c \
|
|
|
|
hppa/Gcreate_addr_space.c hppa/Gget_save_loc.c hppa/Gglobal.c \
|
|
|
|
hppa/Ginit.c hppa/Ginit_local.c hppa/Ginit_remote.c \
|
|
|
|
hppa/Gis_signal_frame.c hppa/Gget_proc_info.c hppa/Gregs.c \
|
|
|
|
hppa/Gresume.c hppa/Gstep.c
|
2003-01-17 19:12:55 +01:00
|
|
|
|
|
|
|
|
2004-01-14 07:21:52 +01:00
|
|
|
# The list of files that go both into libunwind and libunwind-x86:
|
|
|
|
libunwind_la_SOURCES_x86_common = $(libunwind_la_SOURCES_common) \
|
2004-01-22 09:36:15 +01:00
|
|
|
$(dwarf_SOURCES_common) \
|
2005-05-03 11:13:17 +02:00
|
|
|
elf32.c elf32.h \
|
2004-01-22 09:36:15 +01:00
|
|
|
x86/init.h x86/offsets.h x86/unwind_i.h \
|
2004-08-17 17:34:28 +02:00
|
|
|
x86/is_fpreg.c x86/regname.c
|
2004-01-14 07:21:52 +01:00
|
|
|
|
|
|
|
|
|
|
|
# The list of files that go into libunwind:
|
2004-01-30 01:01:24 +01:00
|
|
|
libunwind_la_SOURCES_x86 = $(libunwind_la_SOURCES_x86_common) \
|
|
|
|
$(libunwind_la_SOURCES_local) \
|
|
|
|
$(dwarf_SOURCES_local) \
|
|
|
|
dwarf/Lfind_proc_info-lsb.c \
|
2004-08-17 17:34:28 +02:00
|
|
|
x86/Lcreate_addr_space.c x86/Lget_save_loc.c x86/Lglobal.c \
|
|
|
|
x86/Linit.c x86/Linit_local.c x86/Linit_remote.c \
|
|
|
|
x86/Lis_signal_frame.c x86/Lget_proc_info.c x86/Lregs.c \
|
|
|
|
x86/Lresume.c x86/Lstep.c
|
2003-01-17 19:12:55 +01:00
|
|
|
|
|
|
|
|
2004-01-14 07:21:52 +01:00
|
|
|
# The list of files that go into libunwind-x86:
|
2004-01-30 01:01:24 +01:00
|
|
|
libunwind_x86_la_SOURCES_x86 = $(libunwind_la_SOURCES_x86_common) \
|
|
|
|
$(libunwind_la_SOURCES_generic) \
|
|
|
|
$(dwarf_SOURCES_generic) \
|
|
|
|
dwarf/Gfind_proc_info-lsb.c \
|
2004-08-17 17:34:28 +02:00
|
|
|
x86/Gcreate_addr_space.c x86/Gget_save_loc.c x86/Gglobal.c \
|
|
|
|
x86/Ginit.c x86/Ginit_local.c x86/Ginit_remote.c \
|
|
|
|
x86/Gis_signal_frame.c x86/Gget_proc_info.c x86/Gregs.c \
|
|
|
|
x86/Gresume.c x86/Gstep.c
|
2003-03-20 09:16:17 +01:00
|
|
|
|
2004-08-19 15:39:10 +02:00
|
|
|
|
|
|
|
# The list of files that go both into libunwind and libunwind-x86_64:
|
|
|
|
libunwind_la_SOURCES_x86_64_common = $(libunwind_la_SOURCES_common) \
|
|
|
|
$(dwarf_SOURCES_common) \
|
2005-05-03 11:13:17 +02:00
|
|
|
elf64.c elf64.h \
|
|
|
|
x86_64/setcontext.S \
|
2004-08-20 13:26:49 +02:00
|
|
|
x86_64/init.h x86_64/unwind_i.h x86_64/ucontext_i.h \
|
2004-08-19 15:39:10 +02:00
|
|
|
x86_64/is_fpreg.c x86_64/regname.c
|
|
|
|
|
|
|
|
|
|
|
|
# The list of files that go into libunwind:
|
|
|
|
libunwind_la_SOURCES_x86_64 = $(libunwind_la_SOURCES_x86_64_common) \
|
|
|
|
$(libunwind_la_SOURCES_local) \
|
|
|
|
$(dwarf_SOURCES_local) \
|
|
|
|
dwarf/Lfind_proc_info-lsb.c \
|
|
|
|
x86_64/Lcreate_addr_space.c x86_64/Lget_save_loc.c x86_64/Lglobal.c \
|
|
|
|
x86_64/Linit.c x86_64/Linit_local.c x86_64/Linit_remote.c \
|
|
|
|
x86_64/Lis_signal_frame.c x86_64/Lget_proc_info.c x86_64/Lregs.c \
|
|
|
|
x86_64/Lresume.c x86_64/Lstep.c
|
|
|
|
|
|
|
|
|
|
|
|
# The list of files that go into libunwind:
|
|
|
|
libunwind_x86_64_la_SOURCES_x86_64 = $(libunwind_la_SOURCES_x86_64_common) \
|
|
|
|
$(libunwind_la_SOURCES_generic) \
|
|
|
|
$(dwarf_SOURCES_generic) \
|
|
|
|
dwarf/Gfind_proc_info-lsb.c \
|
|
|
|
x86_64/Gcreate_addr_space.c x86_64/Gget_save_loc.c x86_64/Gglobal.c \
|
|
|
|
x86_64/Ginit.c x86_64/Ginit_local.c x86_64/Ginit_remote.c \
|
|
|
|
x86_64/Gis_signal_frame.c x86_64/Gget_proc_info.c x86_64/Gregs.c \
|
|
|
|
x86_64/Gresume.c x86_64/Gstep.c
|
|
|
|
|
2003-04-21 20:46:23 +02:00
|
|
|
@OS_HPUX_TRUE@libunwind_la_SOURCES_os = $(libunwind_la_SOURCES_os_hpux)
|
2003-03-20 09:16:17 +01:00
|
|
|
@OS_LINUX_TRUE@libunwind_la_SOURCES_os = $(libunwind_la_SOURCES_os_linux)
|
2004-05-07 00:02:00 +02:00
|
|
|
@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)
|
2004-08-18 12:43:50 +02:00
|
|
|
@ARCH_IA64_TRUE@ia64_mk_Gcursor_i_SOURCES = ia64/mk_Gcursor_i.c
|
|
|
|
@ARCH_IA64_TRUE@ia64_mk_Lcursor_i_SOURCES = ia64/mk_Lcursor_i.c
|
2007-04-11 04:35:15 +02:00
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@BUILT_SOURCES = _ucontext_i.h
|
2003-04-24 22:45:07 +02:00
|
|
|
@ARCH_IA64_TRUE@BUILT_SOURCES = Gcursor_i.h Lcursor_i.h
|
2004-08-19 15:39:10 +02:00
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@lib_LTLIBRARIES_arch = libunwind-x86_64.la
|
2003-02-08 11:10:59 +01:00
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@lib_LTLIBRARIES_arch = libunwind-x86.la
|
|
|
|
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@lib_LTLIBRARIES_arch = libunwind-hppa.la
|
|
|
|
@ARCH_IA64_TRUE@lib_LTLIBRARIES_arch = libunwind-ia64.la
|
2004-08-19 15:39:10 +02:00
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@libunwind_la_SOURCES = $(libunwind_la_SOURCES_x86_64)
|
2004-01-14 07:21:52 +01:00
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@libunwind_la_SOURCES = $(libunwind_la_SOURCES_x86)
|
|
|
|
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@libunwind_la_SOURCES = $(libunwind_la_SOURCES_hppa)
|
|
|
|
@ARCH_IA64_TRUE@libunwind_la_SOURCES = $(libunwind_la_SOURCES_ia64)
|
|
|
|
@ARCH_IA64_TRUE@libunwind_ia64_la_SOURCES = $(libunwind_ia64_la_SOURCES_ia64)
|
2004-04-20 18:53:44 +02:00
|
|
|
@ARCH_IA64_TRUE@libunwind_ia64_la_LDFLAGS = $(COMMON_SO_LDFLAGS) -version-info $(SOVERSION)
|
|
|
|
@ARCH_IA64_TRUE@@REMOTE_ONLY_FALSE@libunwind_ia64_la_LIBADD = libunwind.la -lc
|
2004-08-19 15:39:10 +02:00
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@libunwind_setjmp_la_SOURCES = $(libunwind_setjmp_la_SOURCES_common) \
|
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@ $(libunwind_setjmp_la_SOURCES_x86_64)
|
|
|
|
|
2003-02-08 11:10:59 +01:00
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@libunwind_setjmp_la_SOURCES = $(libunwind_setjmp_la_SOURCES_common) \
|
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@ $(libunwind_setjmp_la_SOURCES_x86)
|
|
|
|
|
|
|
|
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@libunwind_setjmp_la_SOURCES = $(libunwind_setjmp_la_SOURCES_common) \
|
|
|
|
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@ $(libunwind_setjmp_la_SOURCES_hppa)
|
|
|
|
|
|
|
|
@ARCH_IA64_TRUE@libunwind_setjmp_la_SOURCES = $(libunwind_setjmp_la_SOURCES_common) \
|
|
|
|
@ARCH_IA64_TRUE@ $(libunwind_setjmp_la_SOURCES_ia64)
|
|
|
|
|
2004-01-22 09:36:15 +01:00
|
|
|
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@libunwind_hppa_la_SOURCES = $(libunwind_hppa_la_SOURCES_hppa)
|
2004-04-20 18:53:44 +02:00
|
|
|
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@libunwind_hppa_la_LDFLAGS = $(COMMON_SO_LDFLAGS) -version-info $(SOVERSION)
|
|
|
|
@ARCH_HPPA_TRUE@@ARCH_IA64_FALSE@@REMOTE_ONLY_FALSE@libunwind_hppa_la_LIBADD = libunwind.la -lc
|
2004-01-22 09:36:15 +01:00
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@libunwind_x86_la_SOURCES = $(libunwind_x86_la_SOURCES_x86)
|
2004-04-20 18:53:44 +02:00
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@libunwind_x86_la_LDFLAGS = $(COMMON_SO_LDFLAGS) -version-info $(SOVERSION)
|
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_TRUE@@REMOTE_ONLY_FALSE@libunwind_x86_la_LIBADD = libunwind.la -lc
|
2007-04-11 04:35:15 +02:00
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@x86_64_gen_offsets_SOURCES = x86_64/gen-offsets.c
|
2004-08-19 15:39:10 +02:00
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@libunwind_x86_64_la_SOURCES = $(libunwind_x86_64_la_SOURCES_x86_64)
|
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@libunwind_x86_64_la_LDFLAGS = $(COMMON_SO_LDFLAGS) -version-info $(SOVERSION)
|
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@@REMOTE_ONLY_FALSE@libunwind_x86_64_la_LIBADD = libunwind.la -lc
|
2005-05-03 11:13:17 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# Don't link with standard libraries, because those may mention
|
|
|
|
# libunwind already.
|
|
|
|
#
|
|
|
|
libunwind_la_LDFLAGS = $(COMMON_SO_LDFLAGS) -XCClinker -nostdlib \
|
|
|
|
$(LDFLAGS_STATIC_LIBCXA) -version-info $(SOVERSION)
|
|
|
|
|
2004-11-03 22:50:24 +01:00
|
|
|
libunwind_la_LIBADD = -lc $(LIBCRTS)
|
2004-01-14 07:21:52 +01:00
|
|
|
lib_LIBRARIES = $(LIBRARIES_cdep)
|
2004-08-20 13:26:49 +02:00
|
|
|
lib_LTLIBRARIES = $(lib_LTLIBRARIES_cdep) $(lib_LTLIBRARIES_arch) \
|
|
|
|
$(lib_LTLIBRARIES_cdep_setjmp)
|
|
|
|
|
2005-05-20 11:48:08 +02:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/include/tdep-$(arch) -I.
|
2003-02-08 11:10:59 +01:00
|
|
|
AM_CCASFLAGS = $(AM_CPPFLAGS)
|
2004-08-26 12:02:46 +02:00
|
|
|
EXTRA_DIST = elfxx.h elfxx.c unwind/unwind-internal.h \
|
|
|
|
$(libunwind_la_SOURCES_hppa) \
|
|
|
|
$(libunwind_la_SOURCES_ia64) \
|
|
|
|
$(libunwind_la_SOURCES_x86) \
|
|
|
|
$(libunwind_la_SOURCES_os_linux) \
|
|
|
|
$(libunwind_la_SOURCES_os_hpux) \
|
|
|
|
$(libunwind_la_SOURCES_common) \
|
|
|
|
$(libunwind_la_SOURCES_local) \
|
|
|
|
$(libunwind_la_SOURCES_generic) \
|
|
|
|
$(libunwind_hppa_la_SOURCES_hppa) \
|
|
|
|
$(libunwind_ia64_la_SOURCES_ia64) \
|
|
|
|
$(libunwind_x86_la_SOURCES_x86) \
|
|
|
|
$(libunwind_x86_64_la_SOURCES_x86_64) \
|
|
|
|
$(libunwind_ptrace_a_SOURCES) \
|
|
|
|
$(libunwind_setjmp_la_SOURCES_common) \
|
|
|
|
$(libunwind_setjmp_la_SOURCES_hppa) \
|
|
|
|
$(libunwind_setjmp_la_SOURCES_ia64) \
|
|
|
|
$(libunwind_setjmp_la_SOURCES_x86) \
|
2004-08-19 15:39:10 +02:00
|
|
|
$(libunwind_setjmp_la_SOURCES_x86_64)
|
2003-03-20 09:16:17 +01:00
|
|
|
|
2003-02-08 11:10:59 +01:00
|
|
|
all: $(BUILT_SOURCES)
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) all-am
|
2002-09-27 01:09:01 +02:00
|
|
|
|
|
|
|
.SUFFIXES:
|
|
|
|
.SUFFIXES: .S .c .lo .o .obj
|
2004-08-17 17:34:28 +02:00
|
|
|
$(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 \
|
|
|
|
&& exit 0; \
|
|
|
|
exit 1;; \
|
|
|
|
esac; \
|
|
|
|
done; \
|
|
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
|
2002-09-27 01:09:01 +02:00
|
|
|
cd $(top_srcdir) && \
|
|
|
|
$(AUTOMAKE) --gnu src/Makefile
|
2004-08-17 17:34:28 +02:00
|
|
|
.PRECIOUS: 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__depfiles_maybe)'; \
|
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|
|
|
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
|
2004-01-14 07:21:52 +01:00
|
|
|
install-libLIBRARIES: $(lib_LIBRARIES)
|
|
|
|
@$(NORMAL_INSTALL)
|
2004-08-17 17:34:28 +02:00
|
|
|
test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
|
2004-01-14 07:21:52 +01:00
|
|
|
@list='$(lib_LIBRARIES)'; for p in $$list; do \
|
|
|
|
if test -f $$p; then \
|
2004-08-17 17:34:28 +02:00
|
|
|
f=$(am__strip_dir) \
|
|
|
|
echo " $(libLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
|
|
|
|
$(libLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
|
2004-01-14 07:21:52 +01:00
|
|
|
else :; fi; \
|
|
|
|
done
|
|
|
|
@$(POST_INSTALL)
|
|
|
|
@list='$(lib_LIBRARIES)'; for p in $$list; do \
|
|
|
|
if test -f $$p; then \
|
2004-08-17 17:34:28 +02:00
|
|
|
p=$(am__strip_dir) \
|
|
|
|
echo " $(RANLIB) '$(DESTDIR)$(libdir)/$$p'"; \
|
|
|
|
$(RANLIB) "$(DESTDIR)$(libdir)/$$p"; \
|
2004-01-14 07:21:52 +01:00
|
|
|
else :; fi; \
|
|
|
|
done
|
|
|
|
|
|
|
|
uninstall-libLIBRARIES:
|
|
|
|
@$(NORMAL_UNINSTALL)
|
|
|
|
@list='$(lib_LIBRARIES)'; for p in $$list; do \
|
2004-08-17 17:34:28 +02:00
|
|
|
p=$(am__strip_dir) \
|
|
|
|
echo " rm -f '$(DESTDIR)$(libdir)/$$p'"; \
|
|
|
|
rm -f "$(DESTDIR)$(libdir)/$$p"; \
|
2004-01-14 07:21:52 +01:00
|
|
|
done
|
|
|
|
|
|
|
|
clean-libLIBRARIES:
|
|
|
|
-test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
|
2004-08-17 17:34:28 +02:00
|
|
|
ptrace/$(am__dirstamp):
|
|
|
|
@$(mkdir_p) ptrace
|
|
|
|
@: > ptrace/$(am__dirstamp)
|
|
|
|
ptrace/$(DEPDIR)/$(am__dirstamp):
|
|
|
|
@$(mkdir_p) ptrace/$(DEPDIR)
|
|
|
|
@: > ptrace/$(DEPDIR)/$(am__dirstamp)
|
2005-05-03 11:13:17 +02:00
|
|
|
ptrace/_UPT_elf.$(OBJEXT): ptrace/$(am__dirstamp) \
|
|
|
|
ptrace/$(DEPDIR)/$(am__dirstamp)
|
2004-08-17 17:34:28 +02:00
|
|
|
ptrace/_UPT_accessors.$(OBJEXT): ptrace/$(am__dirstamp) \
|
|
|
|
ptrace/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
ptrace/_UPT_access_fpreg.$(OBJEXT): ptrace/$(am__dirstamp) \
|
|
|
|
ptrace/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
ptrace/_UPT_access_mem.$(OBJEXT): ptrace/$(am__dirstamp) \
|
|
|
|
ptrace/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
ptrace/_UPT_access_reg.$(OBJEXT): ptrace/$(am__dirstamp) \
|
|
|
|
ptrace/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
ptrace/_UPT_create.$(OBJEXT): ptrace/$(am__dirstamp) \
|
|
|
|
ptrace/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
ptrace/_UPT_destroy.$(OBJEXT): ptrace/$(am__dirstamp) \
|
|
|
|
ptrace/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
ptrace/_UPT_find_proc_info.$(OBJEXT): ptrace/$(am__dirstamp) \
|
|
|
|
ptrace/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
ptrace/_UPT_get_dyn_info_list_addr.$(OBJEXT): ptrace/$(am__dirstamp) \
|
|
|
|
ptrace/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
ptrace/_UPT_put_unwind_info.$(OBJEXT): ptrace/$(am__dirstamp) \
|
|
|
|
ptrace/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
ptrace/_UPT_get_proc_name.$(OBJEXT): ptrace/$(am__dirstamp) \
|
|
|
|
ptrace/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
ptrace/_UPT_reg_offset.$(OBJEXT): ptrace/$(am__dirstamp) \
|
|
|
|
ptrace/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
ptrace/_UPT_resume.$(OBJEXT): ptrace/$(am__dirstamp) \
|
|
|
|
ptrace/$(DEPDIR)/$(am__dirstamp)
|
2004-01-14 07:21:52 +01:00
|
|
|
libunwind-ptrace.a: $(libunwind_ptrace_a_OBJECTS) $(libunwind_ptrace_a_DEPENDENCIES)
|
|
|
|
-rm -f libunwind-ptrace.a
|
|
|
|
$(libunwind_ptrace_a_AR) libunwind-ptrace.a $(libunwind_ptrace_a_OBJECTS) $(libunwind_ptrace_a_LIBADD)
|
|
|
|
$(RANLIB) libunwind-ptrace.a
|
2002-09-27 01:09:01 +02:00
|
|
|
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
|
|
|
@$(NORMAL_INSTALL)
|
2004-08-17 17:34:28 +02:00
|
|
|
test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
|
2002-09-27 01:09:01 +02:00
|
|
|
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
|
|
|
if test -f $$p; then \
|
2004-08-17 17:34:28 +02:00
|
|
|
f=$(am__strip_dir) \
|
|
|
|
echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
|
|
|
|
$(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
|
2002-09-27 01:09:01 +02:00
|
|
|
else :; fi; \
|
|
|
|
done
|
|
|
|
|
|
|
|
uninstall-libLTLIBRARIES:
|
|
|
|
@$(NORMAL_UNINSTALL)
|
2004-08-17 17:34:28 +02:00
|
|
|
@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
|
|
|
p=$(am__strip_dir) \
|
|
|
|
echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
|
|
|
|
$(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
|
2002-09-27 01:09:01 +02:00
|
|
|
done
|
|
|
|
|
|
|
|
clean-libLTLIBRARIES:
|
|
|
|
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
2002-12-19 08:16:50 +01:00
|
|
|
@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
|
|
|
|
dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
|
2004-08-17 17:34:28 +02:00
|
|
|
test "$$dir" != "$$p" || dir=.; \
|
2002-12-19 08:16:50 +01:00
|
|
|
echo "rm -f \"$${dir}/so_locations\""; \
|
|
|
|
rm -f "$${dir}/so_locations"; \
|
|
|
|
done
|
2004-08-17 17:34:28 +02:00
|
|
|
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)
|
2004-08-18 17:16:46 +02:00
|
|
|
mi/strerror.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
|
2005-05-03 11:13:17 +02:00
|
|
|
dwarf/$(am__dirstamp):
|
|
|
|
@$(mkdir_p) dwarf
|
|
|
|
@: > dwarf/$(am__dirstamp)
|
|
|
|
dwarf/$(DEPDIR)/$(am__dirstamp):
|
|
|
|
@$(mkdir_p) dwarf/$(DEPDIR)
|
|
|
|
@: > dwarf/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
dwarf/global.lo: dwarf/$(am__dirstamp) dwarf/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
hppa/$(am__dirstamp):
|
|
|
|
@$(mkdir_p) hppa
|
|
|
|
@: > hppa/$(am__dirstamp)
|
|
|
|
hppa/$(DEPDIR)/$(am__dirstamp):
|
|
|
|
@$(mkdir_p) hppa/$(DEPDIR)
|
|
|
|
@: > hppa/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
hppa/regname.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
|
2004-08-17 17:34:28 +02:00
|
|
|
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_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/Gput_dynamic_unwind_info.lo: mi/$(am__dirstamp) \
|
|
|
|
mi/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
mi/Gdestroy_addr_space.lo: mi/$(am__dirstamp) \
|
|
|
|
mi/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
mi/Gget_reg.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
mi/Gset_reg.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
mi/Gget_fpreg.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
mi/Gset_fpreg.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
mi/Gset_caching_policy.lo: mi/$(am__dirstamp) \
|
|
|
|
mi/$(DEPDIR)/$(am__dirstamp)
|
2005-05-03 11:13:17 +02:00
|
|
|
dwarf/Gexpr.lo: dwarf/$(am__dirstamp) dwarf/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
dwarf/Gfde.lo: dwarf/$(am__dirstamp) dwarf/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
dwarf/Gparser.lo: dwarf/$(am__dirstamp) \
|
|
|
|
dwarf/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
dwarf/Gpe.lo: dwarf/$(am__dirstamp) dwarf/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
dwarf/Gstep.lo: dwarf/$(am__dirstamp) dwarf/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
dwarf/Gfind_proc_info-lsb.lo: dwarf/$(am__dirstamp) \
|
|
|
|
dwarf/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
hppa/Gcreate_addr_space.lo: hppa/$(am__dirstamp) \
|
|
|
|
hppa/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
hppa/Gget_save_loc.lo: hppa/$(am__dirstamp) \
|
|
|
|
hppa/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
hppa/Gglobal.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
hppa/Ginit.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
hppa/Ginit_local.lo: hppa/$(am__dirstamp) \
|
|
|
|
hppa/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
hppa/Ginit_remote.lo: hppa/$(am__dirstamp) \
|
|
|
|
hppa/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
hppa/Gis_signal_frame.lo: hppa/$(am__dirstamp) \
|
|
|
|
hppa/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
hppa/Gget_proc_info.lo: hppa/$(am__dirstamp) \
|
|
|
|
hppa/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
hppa/Gregs.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
hppa/Gresume.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
hppa/Gstep.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
libunwind-hppa.la: $(libunwind_hppa_la_OBJECTS) $(libunwind_hppa_la_DEPENDENCIES)
|
|
|
|
$(LINK) $(am_libunwind_hppa_la_rpath) $(libunwind_hppa_la_LDFLAGS) $(libunwind_hppa_la_OBJECTS) $(libunwind_hppa_la_LIBADD) $(LIBS)
|
|
|
|
ia64/$(am__dirstamp):
|
|
|
|
@$(mkdir_p) ia64
|
|
|
|
@: > ia64/$(am__dirstamp)
|
|
|
|
ia64/$(DEPDIR)/$(am__dirstamp):
|
|
|
|
@$(mkdir_p) ia64/$(DEPDIR)
|
|
|
|
@: > ia64/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
ia64/regname.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
|
2004-08-17 17:34:28 +02:00
|
|
|
ia64/Gcreate_addr_space.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/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)
|
2002-09-27 01:09:01 +02:00
|
|
|
libunwind-ia64.la: $(libunwind_ia64_la_OBJECTS) $(libunwind_ia64_la_DEPENDENCIES)
|
2004-08-17 17:34:28 +02:00
|
|
|
$(LINK) $(am_libunwind_ia64_la_rpath) $(libunwind_ia64_la_LDFLAGS) $(libunwind_ia64_la_OBJECTS) $(libunwind_ia64_la_LIBADD) $(LIBS)
|
2005-05-03 11:13:17 +02:00
|
|
|
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)
|
2004-08-19 15:39:10 +02:00
|
|
|
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)
|
2005-05-03 11:13:17 +02:00
|
|
|
x86_64/longjmp.lo: x86_64/$(am__dirstamp) \
|
|
|
|
x86_64/$(DEPDIR)/$(am__dirstamp)
|
2004-08-19 15:39:10 +02:00
|
|
|
x86_64/siglongjmp.lo: x86_64/$(am__dirstamp) \
|
|
|
|
x86_64/$(DEPDIR)/$(am__dirstamp)
|
2004-08-17 17:34:28 +02:00
|
|
|
x86/$(am__dirstamp):
|
|
|
|
@$(mkdir_p) x86
|
|
|
|
@: > x86/$(am__dirstamp)
|
|
|
|
x86/$(DEPDIR)/$(am__dirstamp):
|
|
|
|
@$(mkdir_p) x86/$(DEPDIR)
|
|
|
|
@: > x86/$(DEPDIR)/$(am__dirstamp)
|
2005-05-03 11:13:17 +02:00
|
|
|
x86/longjmp.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
|
2004-08-17 17:34:28 +02:00
|
|
|
x86/siglongjmp.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
hppa/siglongjmp.lo: hppa/$(am__dirstamp) \
|
|
|
|
hppa/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
ia64/setjmp.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
ia64/sigsetjmp.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
|
2004-08-31 15:59:10 +02:00
|
|
|
ia64/longjmp.lo: ia64/$(am__dirstamp) ia64/$(DEPDIR)/$(am__dirstamp)
|
2004-08-17 17:34:28 +02:00
|
|
|
ia64/siglongjmp.lo: ia64/$(am__dirstamp) \
|
|
|
|
ia64/$(DEPDIR)/$(am__dirstamp)
|
2003-02-08 11:10:59 +01:00
|
|
|
libunwind-setjmp.la: $(libunwind_setjmp_la_OBJECTS) $(libunwind_setjmp_la_DEPENDENCIES)
|
2004-08-17 17:34:28 +02:00
|
|
|
$(LINK) $(am_libunwind_setjmp_la_rpath) $(libunwind_setjmp_la_LDFLAGS) $(libunwind_setjmp_la_OBJECTS) $(libunwind_setjmp_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/Gcreate_addr_space.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/Gis_signal_frame.lo: x86/$(am__dirstamp) \
|
|
|
|
x86/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
x86/Gget_proc_info.lo: x86/$(am__dirstamp) \
|
|
|
|
x86/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
x86/Gregs.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)
|
2004-01-22 09:36:15 +01:00
|
|
|
libunwind-x86.la: $(libunwind_x86_la_OBJECTS) $(libunwind_x86_la_DEPENDENCIES)
|
2004-08-17 17:34:28 +02:00
|
|
|
$(LINK) $(am_libunwind_x86_la_rpath) $(libunwind_x86_la_LDFLAGS) $(libunwind_x86_la_OBJECTS) $(libunwind_x86_la_LIBADD) $(LIBS)
|
2005-05-03 11:13:17 +02:00
|
|
|
x86_64/setcontext.lo: x86_64/$(am__dirstamp) \
|
|
|
|
x86_64/$(DEPDIR)/$(am__dirstamp)
|
2004-08-19 15:39:10 +02:00
|
|
|
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/Gcreate_addr_space.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/Gis_signal_frame.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/Gregs.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/Gstep.lo: x86_64/$(am__dirstamp) \
|
|
|
|
x86_64/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
libunwind-x86_64.la: $(libunwind_x86_64_la_OBJECTS) $(libunwind_x86_64_la_DEPENDENCIES)
|
|
|
|
$(LINK) $(am_libunwind_x86_64_la_rpath) $(libunwind_x86_64_la_LDFLAGS) $(libunwind_x86_64_la_OBJECTS) $(libunwind_x86_64_la_LIBADD) $(LIBS)
|
2004-08-17 17:34:28 +02:00
|
|
|
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/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_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/Lput_dynamic_unwind_info.lo: mi/$(am__dirstamp) \
|
|
|
|
mi/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
mi/Ldestroy_addr_space.lo: mi/$(am__dirstamp) \
|
|
|
|
mi/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
mi/Lget_reg.lo: mi/$(am__dirstamp) mi/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
mi/Lset_reg.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/Lset_caching_policy.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/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)
|
|
|
|
dwarf/Lexpr.lo: dwarf/$(am__dirstamp) dwarf/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
dwarf/Lfde.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)
|
|
|
|
dwarf/Lstep.lo: dwarf/$(am__dirstamp) dwarf/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
dwarf/Lfind_proc_info-lsb.lo: dwarf/$(am__dirstamp) \
|
|
|
|
dwarf/$(DEPDIR)/$(am__dirstamp)
|
2004-08-19 15:39:10 +02:00
|
|
|
x86_64/Lcreate_addr_space.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/Lis_signal_frame.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/Lregs.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/Lstep.lo: x86_64/$(am__dirstamp) \
|
|
|
|
x86_64/$(DEPDIR)/$(am__dirstamp)
|
2004-08-17 17:34:28 +02:00
|
|
|
x86/Lcreate_addr_space.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/Lis_signal_frame.lo: x86/$(am__dirstamp) \
|
|
|
|
x86/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
x86/Lget_proc_info.lo: x86/$(am__dirstamp) \
|
|
|
|
x86/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
x86/Lregs.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
x86/Lresume.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
x86/Lstep.lo: x86/$(am__dirstamp) x86/$(DEPDIR)/$(am__dirstamp)
|
2005-05-03 11:13:17 +02:00
|
|
|
hppa/getcontext.lo: hppa/$(am__dirstamp) \
|
2004-08-17 17:34:28 +02:00
|
|
|
hppa/$(DEPDIR)/$(am__dirstamp)
|
2005-05-03 11:13:17 +02:00
|
|
|
hppa/setcontext.lo: hppa/$(am__dirstamp) \
|
2004-08-17 17:34:28 +02:00
|
|
|
hppa/$(DEPDIR)/$(am__dirstamp)
|
2005-05-03 11:13:17 +02:00
|
|
|
hppa/Lcreate_addr_space.lo: hppa/$(am__dirstamp) \
|
2004-08-17 17:34:28 +02:00
|
|
|
hppa/$(DEPDIR)/$(am__dirstamp)
|
2005-05-03 11:13:17 +02:00
|
|
|
hppa/Lget_save_loc.lo: hppa/$(am__dirstamp) \
|
2004-08-17 17:34:28 +02:00
|
|
|
hppa/$(DEPDIR)/$(am__dirstamp)
|
2005-05-03 11:13:17 +02:00
|
|
|
hppa/Lglobal.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
|
2004-08-17 17:34:28 +02:00
|
|
|
hppa/Linit.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
hppa/Linit_local.lo: hppa/$(am__dirstamp) \
|
|
|
|
hppa/$(DEPDIR)/$(am__dirstamp)
|
2005-05-03 11:13:17 +02:00
|
|
|
hppa/Linit_remote.lo: hppa/$(am__dirstamp) \
|
|
|
|
hppa/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
hppa/Lis_signal_frame.lo: hppa/$(am__dirstamp) \
|
|
|
|
hppa/$(DEPDIR)/$(am__dirstamp)
|
2004-08-17 17:34:28 +02:00
|
|
|
hppa/Lget_proc_info.lo: hppa/$(am__dirstamp) \
|
|
|
|
hppa/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
hppa/Lregs.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
|
2005-05-03 11:13:17 +02:00
|
|
|
hppa/Lresume.lo: hppa/$(am__dirstamp) hppa/$(DEPDIR)/$(am__dirstamp)
|
2004-08-17 17:34:28 +02:00
|
|
|
hppa/Lstep.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/Lcreate_addr_space.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/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)
|
2004-01-14 07:21:52 +01:00
|
|
|
libunwind.la: $(libunwind_la_OBJECTS) $(libunwind_la_DEPENDENCIES)
|
2004-08-17 17:34:28 +02:00
|
|
|
$(LINK) $(am_libunwind_la_rpath) $(libunwind_la_LDFLAGS) $(libunwind_la_OBJECTS) $(libunwind_la_LIBADD) $(LIBS)
|
2002-09-27 01:09:01 +02:00
|
|
|
|
2003-02-08 11:10:59 +01:00
|
|
|
clean-noinstPROGRAMS:
|
|
|
|
@list='$(noinst_PROGRAMS)'; for p in $$list; do \
|
|
|
|
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
|
|
|
echo " rm -f $$p $$f"; \
|
|
|
|
rm -f $$p $$f ; \
|
|
|
|
done
|
2004-08-17 17:34:28 +02:00
|
|
|
ia64/mk_Gcursor_i.$(OBJEXT): ia64/$(am__dirstamp) \
|
|
|
|
ia64/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
ia64/mk_Gcursor_i$(EXEEXT): $(ia64_mk_Gcursor_i_OBJECTS) $(ia64_mk_Gcursor_i_DEPENDENCIES) ia64/$(am__dirstamp)
|
|
|
|
@rm -f ia64/mk_Gcursor_i$(EXEEXT)
|
|
|
|
$(LINK) $(ia64_mk_Gcursor_i_LDFLAGS) $(ia64_mk_Gcursor_i_OBJECTS) $(ia64_mk_Gcursor_i_LDADD) $(LIBS)
|
|
|
|
ia64/mk_Lcursor_i.$(OBJEXT): ia64/$(am__dirstamp) \
|
|
|
|
ia64/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
ia64/mk_Lcursor_i$(EXEEXT): $(ia64_mk_Lcursor_i_OBJECTS) $(ia64_mk_Lcursor_i_DEPENDENCIES) ia64/$(am__dirstamp)
|
|
|
|
@rm -f ia64/mk_Lcursor_i$(EXEEXT)
|
|
|
|
$(LINK) $(ia64_mk_Lcursor_i_LDFLAGS) $(ia64_mk_Lcursor_i_OBJECTS) $(ia64_mk_Lcursor_i_LDADD) $(LIBS)
|
2007-04-11 04:35:15 +02:00
|
|
|
x86_64/gen-offsets.$(OBJEXT): x86_64/$(am__dirstamp) \
|
|
|
|
x86_64/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
x86_64/gen-offsets$(EXEEXT): $(x86_64_gen_offsets_OBJECTS) $(x86_64_gen_offsets_DEPENDENCIES) x86_64/$(am__dirstamp)
|
|
|
|
@rm -f x86_64/gen-offsets$(EXEEXT)
|
|
|
|
$(LINK) $(x86_64_gen_offsets_LDFLAGS) $(x86_64_gen_offsets_OBJECTS) $(x86_64_gen_offsets_LDADD) $(LIBS)
|
2003-02-08 11:10:59 +01:00
|
|
|
|
2002-09-27 01:09:01 +02:00
|
|
|
mostlyclean-compile:
|
2004-08-17 17:34:28 +02:00
|
|
|
-rm -f *.$(OBJEXT)
|
|
|
|
-rm -f dwarf/Gexpr.$(OBJEXT)
|
|
|
|
-rm -f dwarf/Gexpr.lo
|
|
|
|
-rm -f dwarf/Gfde.$(OBJEXT)
|
|
|
|
-rm -f dwarf/Gfde.lo
|
|
|
|
-rm -f dwarf/Gfind_proc_info-lsb.$(OBJEXT)
|
|
|
|
-rm -f dwarf/Gfind_proc_info-lsb.lo
|
|
|
|
-rm -f dwarf/Gparser.$(OBJEXT)
|
|
|
|
-rm -f dwarf/Gparser.lo
|
|
|
|
-rm -f dwarf/Gpe.$(OBJEXT)
|
|
|
|
-rm -f dwarf/Gpe.lo
|
|
|
|
-rm -f dwarf/Gstep.$(OBJEXT)
|
|
|
|
-rm -f dwarf/Gstep.lo
|
|
|
|
-rm -f dwarf/Lexpr.$(OBJEXT)
|
|
|
|
-rm -f dwarf/Lexpr.lo
|
|
|
|
-rm -f dwarf/Lfde.$(OBJEXT)
|
|
|
|
-rm -f dwarf/Lfde.lo
|
|
|
|
-rm -f dwarf/Lfind_proc_info-lsb.$(OBJEXT)
|
|
|
|
-rm -f dwarf/Lfind_proc_info-lsb.lo
|
|
|
|
-rm -f dwarf/Lparser.$(OBJEXT)
|
|
|
|
-rm -f dwarf/Lparser.lo
|
|
|
|
-rm -f dwarf/Lpe.$(OBJEXT)
|
|
|
|
-rm -f dwarf/Lpe.lo
|
|
|
|
-rm -f dwarf/Lstep.$(OBJEXT)
|
|
|
|
-rm -f dwarf/Lstep.lo
|
|
|
|
-rm -f dwarf/global.$(OBJEXT)
|
|
|
|
-rm -f dwarf/global.lo
|
2005-05-03 11:13:17 +02:00
|
|
|
-rm -f hppa/Gcreate_addr_space.$(OBJEXT)
|
|
|
|
-rm -f hppa/Gcreate_addr_space.lo
|
2004-08-17 17:34:28 +02:00
|
|
|
-rm -f hppa/Gget_proc_info.$(OBJEXT)
|
|
|
|
-rm -f hppa/Gget_proc_info.lo
|
2005-05-03 11:13:17 +02:00
|
|
|
-rm -f hppa/Gget_save_loc.$(OBJEXT)
|
|
|
|
-rm -f hppa/Gget_save_loc.lo
|
|
|
|
-rm -f hppa/Gglobal.$(OBJEXT)
|
|
|
|
-rm -f hppa/Gglobal.lo
|
2004-08-17 17:34:28 +02:00
|
|
|
-rm -f hppa/Ginit.$(OBJEXT)
|
|
|
|
-rm -f hppa/Ginit.lo
|
|
|
|
-rm -f hppa/Ginit_local.$(OBJEXT)
|
|
|
|
-rm -f hppa/Ginit_local.lo
|
2005-05-03 11:13:17 +02:00
|
|
|
-rm -f hppa/Ginit_remote.$(OBJEXT)
|
|
|
|
-rm -f hppa/Ginit_remote.lo
|
|
|
|
-rm -f hppa/Gis_signal_frame.$(OBJEXT)
|
|
|
|
-rm -f hppa/Gis_signal_frame.lo
|
2004-08-17 17:34:28 +02:00
|
|
|
-rm -f hppa/Gregs.$(OBJEXT)
|
|
|
|
-rm -f hppa/Gregs.lo
|
2005-05-03 11:13:17 +02:00
|
|
|
-rm -f hppa/Gresume.$(OBJEXT)
|
|
|
|
-rm -f hppa/Gresume.lo
|
2004-08-17 17:34:28 +02:00
|
|
|
-rm -f hppa/Gstep.$(OBJEXT)
|
|
|
|
-rm -f hppa/Gstep.lo
|
2005-05-03 11:13:17 +02:00
|
|
|
-rm -f hppa/Lcreate_addr_space.$(OBJEXT)
|
|
|
|
-rm -f hppa/Lcreate_addr_space.lo
|
2004-08-17 17:34:28 +02:00
|
|
|
-rm -f hppa/Lget_proc_info.$(OBJEXT)
|
|
|
|
-rm -f hppa/Lget_proc_info.lo
|
2005-05-03 11:13:17 +02:00
|
|
|
-rm -f hppa/Lget_save_loc.$(OBJEXT)
|
|
|
|
-rm -f hppa/Lget_save_loc.lo
|
|
|
|
-rm -f hppa/Lglobal.$(OBJEXT)
|
|
|
|
-rm -f hppa/Lglobal.lo
|
2004-08-17 17:34:28 +02:00
|
|
|
-rm -f hppa/Linit.$(OBJEXT)
|
|
|
|
-rm -f hppa/Linit.lo
|
|
|
|
-rm -f hppa/Linit_local.$(OBJEXT)
|
|
|
|
-rm -f hppa/Linit_local.lo
|
2005-05-03 11:13:17 +02:00
|
|
|
-rm -f hppa/Linit_remote.$(OBJEXT)
|
|
|
|
-rm -f hppa/Linit_remote.lo
|
|
|
|
-rm -f hppa/Lis_signal_frame.$(OBJEXT)
|
|
|
|
-rm -f hppa/Lis_signal_frame.lo
|
2004-08-17 17:34:28 +02:00
|
|
|
-rm -f hppa/Lregs.$(OBJEXT)
|
|
|
|
-rm -f hppa/Lregs.lo
|
2005-05-03 11:13:17 +02:00
|
|
|
-rm -f hppa/Lresume.$(OBJEXT)
|
|
|
|
-rm -f hppa/Lresume.lo
|
2004-08-17 17:34:28 +02:00
|
|
|
-rm -f hppa/Lstep.$(OBJEXT)
|
|
|
|
-rm -f hppa/Lstep.lo
|
2005-05-03 11:13:17 +02:00
|
|
|
-rm -f hppa/getcontext.$(OBJEXT)
|
|
|
|
-rm -f hppa/getcontext.lo
|
|
|
|
-rm -f hppa/regname.$(OBJEXT)
|
|
|
|
-rm -f hppa/regname.lo
|
|
|
|
-rm -f hppa/setcontext.$(OBJEXT)
|
|
|
|
-rm -f hppa/setcontext.lo
|
2004-08-17 17:34:28 +02:00
|
|
|
-rm -f hppa/siglongjmp.$(OBJEXT)
|
|
|
|
-rm -f hppa/siglongjmp.lo
|
|
|
|
-rm -f ia64/Gcreate_addr_space.$(OBJEXT)
|
|
|
|
-rm -f ia64/Gcreate_addr_space.lo
|
|
|
|
-rm -f ia64/Gget_proc_info.$(OBJEXT)
|
|
|
|
-rm -f ia64/Gget_proc_info.lo
|
|
|
|
-rm -f ia64/Gget_save_loc.$(OBJEXT)
|
|
|
|
-rm -f ia64/Gget_save_loc.lo
|
|
|
|
-rm -f ia64/Gglobal.$(OBJEXT)
|
|
|
|
-rm -f ia64/Gglobal.lo
|
|
|
|
-rm -f ia64/Ginit.$(OBJEXT)
|
|
|
|
-rm -f ia64/Ginit.lo
|
|
|
|
-rm -f ia64/Ginit_local.$(OBJEXT)
|
|
|
|
-rm -f ia64/Ginit_local.lo
|
|
|
|
-rm -f ia64/Ginit_remote.$(OBJEXT)
|
|
|
|
-rm -f ia64/Ginit_remote.lo
|
|
|
|
-rm -f ia64/Ginstall_cursor.$(OBJEXT)
|
|
|
|
-rm -f ia64/Ginstall_cursor.lo
|
|
|
|
-rm -f ia64/Gis_signal_frame.$(OBJEXT)
|
|
|
|
-rm -f ia64/Gis_signal_frame.lo
|
|
|
|
-rm -f ia64/Gparser.$(OBJEXT)
|
|
|
|
-rm -f ia64/Gparser.lo
|
|
|
|
-rm -f ia64/Grbs.$(OBJEXT)
|
|
|
|
-rm -f ia64/Grbs.lo
|
|
|
|
-rm -f ia64/Gregs.$(OBJEXT)
|
|
|
|
-rm -f ia64/Gregs.lo
|
|
|
|
-rm -f ia64/Gresume.$(OBJEXT)
|
|
|
|
-rm -f ia64/Gresume.lo
|
|
|
|
-rm -f ia64/Gscript.$(OBJEXT)
|
|
|
|
-rm -f ia64/Gscript.lo
|
|
|
|
-rm -f ia64/Gstep.$(OBJEXT)
|
|
|
|
-rm -f ia64/Gstep.lo
|
|
|
|
-rm -f ia64/Gtables.$(OBJEXT)
|
|
|
|
-rm -f ia64/Gtables.lo
|
|
|
|
-rm -f ia64/Lcreate_addr_space.$(OBJEXT)
|
|
|
|
-rm -f ia64/Lcreate_addr_space.lo
|
|
|
|
-rm -f ia64/Lget_proc_info.$(OBJEXT)
|
|
|
|
-rm -f ia64/Lget_proc_info.lo
|
|
|
|
-rm -f ia64/Lget_save_loc.$(OBJEXT)
|
|
|
|
-rm -f ia64/Lget_save_loc.lo
|
|
|
|
-rm -f ia64/Lglobal.$(OBJEXT)
|
|
|
|
-rm -f ia64/Lglobal.lo
|
|
|
|
-rm -f ia64/Linit.$(OBJEXT)
|
|
|
|
-rm -f ia64/Linit.lo
|
|
|
|
-rm -f ia64/Linit_local.$(OBJEXT)
|
|
|
|
-rm -f ia64/Linit_local.lo
|
|
|
|
-rm -f ia64/Linit_remote.$(OBJEXT)
|
|
|
|
-rm -f ia64/Linit_remote.lo
|
|
|
|
-rm -f ia64/Linstall_cursor.$(OBJEXT)
|
|
|
|
-rm -f ia64/Linstall_cursor.lo
|
|
|
|
-rm -f ia64/Lis_signal_frame.$(OBJEXT)
|
|
|
|
-rm -f ia64/Lis_signal_frame.lo
|
|
|
|
-rm -f ia64/Lparser.$(OBJEXT)
|
|
|
|
-rm -f ia64/Lparser.lo
|
|
|
|
-rm -f ia64/Lrbs.$(OBJEXT)
|
|
|
|
-rm -f ia64/Lrbs.lo
|
|
|
|
-rm -f ia64/Lregs.$(OBJEXT)
|
|
|
|
-rm -f ia64/Lregs.lo
|
|
|
|
-rm -f ia64/Lresume.$(OBJEXT)
|
|
|
|
-rm -f ia64/Lresume.lo
|
|
|
|
-rm -f ia64/Lscript.$(OBJEXT)
|
|
|
|
-rm -f ia64/Lscript.lo
|
|
|
|
-rm -f ia64/Lstep.$(OBJEXT)
|
|
|
|
-rm -f ia64/Lstep.lo
|
|
|
|
-rm -f ia64/Ltables.$(OBJEXT)
|
|
|
|
-rm -f ia64/Ltables.lo
|
|
|
|
-rm -f ia64/dyn_info_list.$(OBJEXT)
|
|
|
|
-rm -f ia64/dyn_info_list.lo
|
|
|
|
-rm -f ia64/getcontext.$(OBJEXT)
|
|
|
|
-rm -f ia64/getcontext.lo
|
2004-08-31 15:59:10 +02:00
|
|
|
-rm -f ia64/longjmp.$(OBJEXT)
|
|
|
|
-rm -f ia64/longjmp.lo
|
2004-08-17 17:34:28 +02:00
|
|
|
-rm -f ia64/mk_Gcursor_i.$(OBJEXT)
|
|
|
|
-rm -f ia64/mk_Lcursor_i.$(OBJEXT)
|
|
|
|
-rm -f ia64/regname.$(OBJEXT)
|
|
|
|
-rm -f ia64/regname.lo
|
|
|
|
-rm -f ia64/setjmp.$(OBJEXT)
|
|
|
|
-rm -f ia64/setjmp.lo
|
|
|
|
-rm -f ia64/siglongjmp.$(OBJEXT)
|
|
|
|
-rm -f ia64/siglongjmp.lo
|
|
|
|
-rm -f ia64/sigsetjmp.$(OBJEXT)
|
|
|
|
-rm -f ia64/sigsetjmp.lo
|
|
|
|
-rm -f mi/Gdestroy_addr_space.$(OBJEXT)
|
|
|
|
-rm -f mi/Gdestroy_addr_space.lo
|
|
|
|
-rm -f mi/Gdyn-extract.$(OBJEXT)
|
|
|
|
-rm -f mi/Gdyn-extract.lo
|
|
|
|
-rm -f mi/Gdyn-remote.$(OBJEXT)
|
|
|
|
-rm -f mi/Gdyn-remote.lo
|
|
|
|
-rm -f mi/Gfind_dynamic_proc_info.$(OBJEXT)
|
|
|
|
-rm -f mi/Gfind_dynamic_proc_info.lo
|
|
|
|
-rm -f mi/Gget_accessors.$(OBJEXT)
|
|
|
|
-rm -f mi/Gget_accessors.lo
|
|
|
|
-rm -f mi/Gget_fpreg.$(OBJEXT)
|
|
|
|
-rm -f mi/Gget_fpreg.lo
|
|
|
|
-rm -f mi/Gget_proc_info_by_ip.$(OBJEXT)
|
|
|
|
-rm -f mi/Gget_proc_info_by_ip.lo
|
|
|
|
-rm -f mi/Gget_proc_name.$(OBJEXT)
|
|
|
|
-rm -f mi/Gget_proc_name.lo
|
|
|
|
-rm -f mi/Gget_reg.$(OBJEXT)
|
|
|
|
-rm -f mi/Gget_reg.lo
|
|
|
|
-rm -f mi/Gput_dynamic_unwind_info.$(OBJEXT)
|
|
|
|
-rm -f mi/Gput_dynamic_unwind_info.lo
|
|
|
|
-rm -f mi/Gset_caching_policy.$(OBJEXT)
|
|
|
|
-rm -f mi/Gset_caching_policy.lo
|
|
|
|
-rm -f mi/Gset_fpreg.$(OBJEXT)
|
|
|
|
-rm -f mi/Gset_fpreg.lo
|
|
|
|
-rm -f mi/Gset_reg.$(OBJEXT)
|
|
|
|
-rm -f mi/Gset_reg.lo
|
|
|
|
-rm -f mi/Ldestroy_addr_space.$(OBJEXT)
|
|
|
|
-rm -f mi/Ldestroy_addr_space.lo
|
|
|
|
-rm -f mi/Ldyn-extract.$(OBJEXT)
|
|
|
|
-rm -f mi/Ldyn-extract.lo
|
|
|
|
-rm -f mi/Lfind_dynamic_proc_info.$(OBJEXT)
|
|
|
|
-rm -f mi/Lfind_dynamic_proc_info.lo
|
|
|
|
-rm -f mi/Lget_accessors.$(OBJEXT)
|
|
|
|
-rm -f mi/Lget_accessors.lo
|
|
|
|
-rm -f mi/Lget_fpreg.$(OBJEXT)
|
|
|
|
-rm -f mi/Lget_fpreg.lo
|
|
|
|
-rm -f mi/Lget_proc_info_by_ip.$(OBJEXT)
|
|
|
|
-rm -f mi/Lget_proc_info_by_ip.lo
|
|
|
|
-rm -f mi/Lget_proc_name.$(OBJEXT)
|
|
|
|
-rm -f mi/Lget_proc_name.lo
|
|
|
|
-rm -f mi/Lget_reg.$(OBJEXT)
|
|
|
|
-rm -f mi/Lget_reg.lo
|
|
|
|
-rm -f mi/Lput_dynamic_unwind_info.$(OBJEXT)
|
|
|
|
-rm -f mi/Lput_dynamic_unwind_info.lo
|
|
|
|
-rm -f mi/Lset_caching_policy.$(OBJEXT)
|
|
|
|
-rm -f mi/Lset_caching_policy.lo
|
|
|
|
-rm -f mi/Lset_fpreg.$(OBJEXT)
|
|
|
|
-rm -f mi/Lset_fpreg.lo
|
|
|
|
-rm -f mi/Lset_reg.$(OBJEXT)
|
|
|
|
-rm -f mi/Lset_reg.lo
|
|
|
|
-rm -f mi/_ReadSLEB.$(OBJEXT)
|
|
|
|
-rm -f mi/_ReadSLEB.lo
|
|
|
|
-rm -f mi/_ReadULEB.$(OBJEXT)
|
|
|
|
-rm -f mi/_ReadULEB.lo
|
|
|
|
-rm -f mi/backtrace.$(OBJEXT)
|
|
|
|
-rm -f mi/backtrace.lo
|
|
|
|
-rm -f mi/dyn-cancel.$(OBJEXT)
|
|
|
|
-rm -f mi/dyn-cancel.lo
|
|
|
|
-rm -f mi/dyn-info-list.$(OBJEXT)
|
|
|
|
-rm -f mi/dyn-info-list.lo
|
|
|
|
-rm -f mi/dyn-register.$(OBJEXT)
|
|
|
|
-rm -f mi/dyn-register.lo
|
|
|
|
-rm -f mi/flush_cache.$(OBJEXT)
|
|
|
|
-rm -f mi/flush_cache.lo
|
|
|
|
-rm -f mi/init.$(OBJEXT)
|
|
|
|
-rm -f mi/init.lo
|
|
|
|
-rm -f mi/mempool.$(OBJEXT)
|
|
|
|
-rm -f mi/mempool.lo
|
2004-08-18 17:16:46 +02:00
|
|
|
-rm -f mi/strerror.$(OBJEXT)
|
|
|
|
-rm -f mi/strerror.lo
|
2004-08-17 17:34:28 +02:00
|
|
|
-rm -f ptrace/_UPT_access_fpreg.$(OBJEXT)
|
|
|
|
-rm -f ptrace/_UPT_access_mem.$(OBJEXT)
|
|
|
|
-rm -f ptrace/_UPT_access_reg.$(OBJEXT)
|
|
|
|
-rm -f ptrace/_UPT_accessors.$(OBJEXT)
|
|
|
|
-rm -f ptrace/_UPT_create.$(OBJEXT)
|
|
|
|
-rm -f ptrace/_UPT_destroy.$(OBJEXT)
|
2005-05-03 11:13:17 +02:00
|
|
|
-rm -f ptrace/_UPT_elf.$(OBJEXT)
|
2004-08-17 17:34:28 +02:00
|
|
|
-rm -f ptrace/_UPT_find_proc_info.$(OBJEXT)
|
|
|
|
-rm -f ptrace/_UPT_get_dyn_info_list_addr.$(OBJEXT)
|
|
|
|
-rm -f ptrace/_UPT_get_proc_name.$(OBJEXT)
|
|
|
|
-rm -f ptrace/_UPT_put_unwind_info.$(OBJEXT)
|
|
|
|
-rm -f ptrace/_UPT_reg_offset.$(OBJEXT)
|
|
|
|
-rm -f ptrace/_UPT_resume.$(OBJEXT)
|
2005-05-03 11:13:17 +02:00
|
|
|
-rm -f setjmp/longjmp.$(OBJEXT)
|
|
|
|
-rm -f setjmp/longjmp.lo
|
|
|
|
-rm -f setjmp/siglongjmp.$(OBJEXT)
|
|
|
|
-rm -f setjmp/siglongjmp.lo
|
2004-08-17 17:34:28 +02:00
|
|
|
-rm -f unwind/Backtrace.$(OBJEXT)
|
|
|
|
-rm -f unwind/Backtrace.lo
|
|
|
|
-rm -f unwind/DeleteException.$(OBJEXT)
|
|
|
|
-rm -f unwind/DeleteException.lo
|
|
|
|
-rm -f unwind/FindEnclosingFunction.$(OBJEXT)
|
|
|
|
-rm -f unwind/FindEnclosingFunction.lo
|
|
|
|
-rm -f unwind/ForcedUnwind.$(OBJEXT)
|
|
|
|
-rm -f unwind/ForcedUnwind.lo
|
|
|
|
-rm -f unwind/GetBSP.$(OBJEXT)
|
|
|
|
-rm -f unwind/GetBSP.lo
|
|
|
|
-rm -f unwind/GetCFA.$(OBJEXT)
|
|
|
|
-rm -f unwind/GetCFA.lo
|
|
|
|
-rm -f unwind/GetDataRelBase.$(OBJEXT)
|
|
|
|
-rm -f unwind/GetDataRelBase.lo
|
|
|
|
-rm -f unwind/GetGR.$(OBJEXT)
|
|
|
|
-rm -f unwind/GetGR.lo
|
|
|
|
-rm -f unwind/GetIP.$(OBJEXT)
|
|
|
|
-rm -f unwind/GetIP.lo
|
|
|
|
-rm -f unwind/GetLanguageSpecificData.$(OBJEXT)
|
|
|
|
-rm -f unwind/GetLanguageSpecificData.lo
|
|
|
|
-rm -f unwind/GetRegionStart.$(OBJEXT)
|
|
|
|
-rm -f unwind/GetRegionStart.lo
|
|
|
|
-rm -f unwind/GetTextRelBase.$(OBJEXT)
|
|
|
|
-rm -f unwind/GetTextRelBase.lo
|
|
|
|
-rm -f unwind/RaiseException.$(OBJEXT)
|
|
|
|
-rm -f unwind/RaiseException.lo
|
|
|
|
-rm -f unwind/Resume.$(OBJEXT)
|
|
|
|
-rm -f unwind/Resume.lo
|
|
|
|
-rm -f unwind/Resume_or_Rethrow.$(OBJEXT)
|
|
|
|
-rm -f unwind/Resume_or_Rethrow.lo
|
|
|
|
-rm -f unwind/SetGR.$(OBJEXT)
|
|
|
|
-rm -f unwind/SetGR.lo
|
|
|
|
-rm -f unwind/SetIP.$(OBJEXT)
|
|
|
|
-rm -f unwind/SetIP.lo
|
|
|
|
-rm -f x86/Gcreate_addr_space.$(OBJEXT)
|
|
|
|
-rm -f x86/Gcreate_addr_space.lo
|
|
|
|
-rm -f x86/Gget_proc_info.$(OBJEXT)
|
|
|
|
-rm -f x86/Gget_proc_info.lo
|
|
|
|
-rm -f x86/Gget_save_loc.$(OBJEXT)
|
|
|
|
-rm -f x86/Gget_save_loc.lo
|
|
|
|
-rm -f x86/Gglobal.$(OBJEXT)
|
|
|
|
-rm -f x86/Gglobal.lo
|
|
|
|
-rm -f x86/Ginit.$(OBJEXT)
|
|
|
|
-rm -f x86/Ginit.lo
|
|
|
|
-rm -f x86/Ginit_local.$(OBJEXT)
|
|
|
|
-rm -f x86/Ginit_local.lo
|
|
|
|
-rm -f x86/Ginit_remote.$(OBJEXT)
|
|
|
|
-rm -f x86/Ginit_remote.lo
|
|
|
|
-rm -f x86/Gis_signal_frame.$(OBJEXT)
|
|
|
|
-rm -f x86/Gis_signal_frame.lo
|
|
|
|
-rm -f x86/Gregs.$(OBJEXT)
|
|
|
|
-rm -f x86/Gregs.lo
|
|
|
|
-rm -f x86/Gresume.$(OBJEXT)
|
|
|
|
-rm -f x86/Gresume.lo
|
|
|
|
-rm -f x86/Gstep.$(OBJEXT)
|
|
|
|
-rm -f x86/Gstep.lo
|
|
|
|
-rm -f x86/Lcreate_addr_space.$(OBJEXT)
|
|
|
|
-rm -f x86/Lcreate_addr_space.lo
|
|
|
|
-rm -f x86/Lget_proc_info.$(OBJEXT)
|
|
|
|
-rm -f x86/Lget_proc_info.lo
|
|
|
|
-rm -f x86/Lget_save_loc.$(OBJEXT)
|
|
|
|
-rm -f x86/Lget_save_loc.lo
|
|
|
|
-rm -f x86/Lglobal.$(OBJEXT)
|
|
|
|
-rm -f x86/Lglobal.lo
|
|
|
|
-rm -f x86/Linit.$(OBJEXT)
|
|
|
|
-rm -f x86/Linit.lo
|
|
|
|
-rm -f x86/Linit_local.$(OBJEXT)
|
|
|
|
-rm -f x86/Linit_local.lo
|
|
|
|
-rm -f x86/Linit_remote.$(OBJEXT)
|
|
|
|
-rm -f x86/Linit_remote.lo
|
|
|
|
-rm -f x86/Lis_signal_frame.$(OBJEXT)
|
|
|
|
-rm -f x86/Lis_signal_frame.lo
|
|
|
|
-rm -f x86/Lregs.$(OBJEXT)
|
|
|
|
-rm -f x86/Lregs.lo
|
|
|
|
-rm -f x86/Lresume.$(OBJEXT)
|
|
|
|
-rm -f x86/Lresume.lo
|
|
|
|
-rm -f x86/Lstep.$(OBJEXT)
|
|
|
|
-rm -f x86/Lstep.lo
|
|
|
|
-rm -f x86/is_fpreg.$(OBJEXT)
|
|
|
|
-rm -f x86/is_fpreg.lo
|
2005-05-03 11:13:17 +02:00
|
|
|
-rm -f x86/longjmp.$(OBJEXT)
|
|
|
|
-rm -f x86/longjmp.lo
|
2004-08-17 17:34:28 +02:00
|
|
|
-rm -f x86/regname.$(OBJEXT)
|
|
|
|
-rm -f x86/regname.lo
|
|
|
|
-rm -f x86/siglongjmp.$(OBJEXT)
|
|
|
|
-rm -f x86/siglongjmp.lo
|
2004-08-19 15:39:10 +02:00
|
|
|
-rm -f x86_64/Gcreate_addr_space.$(OBJEXT)
|
|
|
|
-rm -f x86_64/Gcreate_addr_space.lo
|
|
|
|
-rm -f x86_64/Gget_proc_info.$(OBJEXT)
|
|
|
|
-rm -f x86_64/Gget_proc_info.lo
|
|
|
|
-rm -f x86_64/Gget_save_loc.$(OBJEXT)
|
|
|
|
-rm -f x86_64/Gget_save_loc.lo
|
|
|
|
-rm -f x86_64/Gglobal.$(OBJEXT)
|
|
|
|
-rm -f x86_64/Gglobal.lo
|
|
|
|
-rm -f x86_64/Ginit.$(OBJEXT)
|
|
|
|
-rm -f x86_64/Ginit.lo
|
|
|
|
-rm -f x86_64/Ginit_local.$(OBJEXT)
|
|
|
|
-rm -f x86_64/Ginit_local.lo
|
|
|
|
-rm -f x86_64/Ginit_remote.$(OBJEXT)
|
|
|
|
-rm -f x86_64/Ginit_remote.lo
|
|
|
|
-rm -f x86_64/Gis_signal_frame.$(OBJEXT)
|
|
|
|
-rm -f x86_64/Gis_signal_frame.lo
|
|
|
|
-rm -f x86_64/Gregs.$(OBJEXT)
|
|
|
|
-rm -f x86_64/Gregs.lo
|
|
|
|
-rm -f x86_64/Gresume.$(OBJEXT)
|
|
|
|
-rm -f x86_64/Gresume.lo
|
|
|
|
-rm -f x86_64/Gstep.$(OBJEXT)
|
|
|
|
-rm -f x86_64/Gstep.lo
|
|
|
|
-rm -f x86_64/Lcreate_addr_space.$(OBJEXT)
|
|
|
|
-rm -f x86_64/Lcreate_addr_space.lo
|
|
|
|
-rm -f x86_64/Lget_proc_info.$(OBJEXT)
|
|
|
|
-rm -f x86_64/Lget_proc_info.lo
|
|
|
|
-rm -f x86_64/Lget_save_loc.$(OBJEXT)
|
|
|
|
-rm -f x86_64/Lget_save_loc.lo
|
|
|
|
-rm -f x86_64/Lglobal.$(OBJEXT)
|
|
|
|
-rm -f x86_64/Lglobal.lo
|
|
|
|
-rm -f x86_64/Linit.$(OBJEXT)
|
|
|
|
-rm -f x86_64/Linit.lo
|
|
|
|
-rm -f x86_64/Linit_local.$(OBJEXT)
|
|
|
|
-rm -f x86_64/Linit_local.lo
|
|
|
|
-rm -f x86_64/Linit_remote.$(OBJEXT)
|
|
|
|
-rm -f x86_64/Linit_remote.lo
|
|
|
|
-rm -f x86_64/Lis_signal_frame.$(OBJEXT)
|
|
|
|
-rm -f x86_64/Lis_signal_frame.lo
|
|
|
|
-rm -f x86_64/Lregs.$(OBJEXT)
|
|
|
|
-rm -f x86_64/Lregs.lo
|
|
|
|
-rm -f x86_64/Lresume.$(OBJEXT)
|
|
|
|
-rm -f x86_64/Lresume.lo
|
|
|
|
-rm -f x86_64/Lstep.$(OBJEXT)
|
|
|
|
-rm -f x86_64/Lstep.lo
|
2007-04-11 04:35:15 +02:00
|
|
|
-rm -f x86_64/gen-offsets.$(OBJEXT)
|
2004-08-19 15:39:10 +02:00
|
|
|
-rm -f x86_64/is_fpreg.$(OBJEXT)
|
|
|
|
-rm -f x86_64/is_fpreg.lo
|
2005-05-03 11:13:17 +02:00
|
|
|
-rm -f x86_64/longjmp.$(OBJEXT)
|
|
|
|
-rm -f x86_64/longjmp.lo
|
2004-08-19 15:39:10 +02:00
|
|
|
-rm -f x86_64/regname.$(OBJEXT)
|
|
|
|
-rm -f x86_64/regname.lo
|
2005-05-03 11:13:17 +02:00
|
|
|
-rm -f x86_64/setcontext.$(OBJEXT)
|
|
|
|
-rm -f x86_64/setcontext.lo
|
2004-08-19 15:39:10 +02:00
|
|
|
-rm -f x86_64/siglongjmp.$(OBJEXT)
|
|
|
|
-rm -f x86_64/siglongjmp.lo
|
2002-09-27 01:09:01 +02:00
|
|
|
|
|
|
|
distclean-compile:
|
|
|
|
-rm -f *.tab.c
|
|
|
|
|
2003-03-27 05:34:23 +01:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32.Plo@am__quote@
|
2003-02-08 11:10:59 +01:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64.Plo@am__quote@
|
2003-04-21 20:46:23 +02:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os-hpux.Plo@am__quote@
|
2003-02-08 11:10:59 +01:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os-linux.Plo@am__quote@
|
2004-08-17 17:34:28 +02:00
|
|
|
@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)/Gparser.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@dwarf/$(DEPDIR)/Gpe.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@dwarf/$(DEPDIR)/Gstep.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)/Lparser.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@dwarf/$(DEPDIR)/Lpe.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@dwarf/$(DEPDIR)/Lstep.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@dwarf/$(DEPDIR)/global.Plo@am__quote@
|
2005-05-03 11:13:17 +02:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Gcreate_addr_space.Plo@am__quote@
|
2004-08-17 17:34:28 +02:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Gget_proc_info.Plo@am__quote@
|
2005-05-03 11:13:17 +02:00
|
|
|
@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@
|
2004-08-17 17:34:28 +02:00
|
|
|
@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@
|
2005-05-03 11:13:17 +02:00
|
|
|
@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@
|
2004-08-17 17:34:28 +02:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Gregs.Plo@am__quote@
|
2005-05-03 11:13:17 +02:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Gresume.Plo@am__quote@
|
2004-08-17 17:34:28 +02:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Gstep.Plo@am__quote@
|
2005-05-03 11:13:17 +02:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Lcreate_addr_space.Plo@am__quote@
|
2004-08-17 17:34:28 +02:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Lget_proc_info.Plo@am__quote@
|
2005-05-03 11:13:17 +02:00
|
|
|
@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@
|
2004-08-17 17:34:28 +02:00
|
|
|
@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@
|
2005-05-03 11:13:17 +02:00
|
|
|
@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@
|
2004-08-17 17:34:28 +02:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Lregs.Plo@am__quote@
|
2005-05-03 11:13:17 +02:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Lresume.Plo@am__quote@
|
2004-08-17 17:34:28 +02:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/Lstep.Plo@am__quote@
|
2005-05-03 11:13:17 +02:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@hppa/$(DEPDIR)/regname.Plo@am__quote@
|
2004-08-17 17:34:28 +02:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Gcreate_addr_space.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Gget_proc_info.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/Gget_save_loc.Plo@am__quote@
|
|
|
|
@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)/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)/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)/Lcreate_addr_space.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)/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)/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)/mk_Gcursor_i.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/mk_Lcursor_i.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ia64/$(DEPDIR)/regname.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_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)/Gput_dynamic_unwind_info.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_reg.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_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)/Lput_dynamic_unwind_info.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_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@
|
2004-08-18 17:16:46 +02:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@mi/$(DEPDIR)/strerror.Plo@am__quote@
|
2004-08-17 17:34:28 +02:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_access_fpreg.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_access_mem.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_access_reg.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_accessors.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_create.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_destroy.Po@am__quote@
|
2005-05-03 11:13:17 +02:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_elf.Po@am__quote@
|
2004-08-17 17:34:28 +02:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_find_proc_info.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_get_dyn_info_list_addr.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_get_proc_name.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_put_unwind_info.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_reg_offset.Po@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@ptrace/$(DEPDIR)/_UPT_resume.Po@am__quote@
|
2005-05-03 11:13:17 +02:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@setjmp/$(DEPDIR)/longjmp.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@setjmp/$(DEPDIR)/siglongjmp.Plo@am__quote@
|
2004-08-17 17:34:28 +02:00
|
|
|
@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)/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)/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)/Gis_signal_frame.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)/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)/Lis_signal_frame.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)/is_fpreg.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@x86/$(DEPDIR)/regname.Plo@am__quote@
|
2004-08-19 15:39:10 +02:00
|
|
|
@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)/Gis_signal_frame.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)/Gstep.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)/Lis_signal_frame.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)/Lstep.Plo@am__quote@
|
2007-04-11 04:35:15 +02:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/gen-offsets.Po@am__quote@
|
2004-08-19 15:39:10 +02:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/is_fpreg.Plo@am__quote@
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@x86_64/$(DEPDIR)/regname.Plo@am__quote@
|
2002-09-27 01:09:01 +02:00
|
|
|
|
|
|
|
.S.o:
|
2004-08-17 17:34:28 +02:00
|
|
|
$(CCASCOMPILE) -c $<
|
2002-09-27 01:09:01 +02:00
|
|
|
|
|
|
|
.S.obj:
|
2004-08-17 17:34:28 +02:00
|
|
|
$(CCASCOMPILE) -c `$(CYGPATH_W) '$<'`
|
2002-09-27 01:09:01 +02:00
|
|
|
|
|
|
|
.S.lo:
|
2004-08-17 17:34:28 +02:00
|
|
|
$(LTCCASCOMPILE) -c -o $@ $<
|
2004-01-14 07:21:52 +01:00
|
|
|
|
2002-09-27 01:09:01 +02:00
|
|
|
.c.o:
|
2004-08-17 17:34:28 +02:00
|
|
|
@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`; \
|
|
|
|
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \
|
|
|
|
@am__fastdepCC_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ $<
|
2002-09-27 01:09:01 +02:00
|
|
|
|
|
|
|
.c.obj:
|
2004-08-17 17:34:28 +02:00
|
|
|
@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`; \
|
|
|
|
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
|
|
|
|
@am__fastdepCC_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Po"; else rm -f "$$depbase.Tpo"; exit 1; fi
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
2002-09-27 01:09:01 +02:00
|
|
|
|
|
|
|
.c.lo:
|
2004-08-17 17:34:28 +02:00
|
|
|
@am__fastdepCC_TRUE@ depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`; \
|
|
|
|
@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$$depbase.Tpo" -c -o $@ $<; \
|
|
|
|
@am__fastdepCC_TRUE@ then mv -f "$$depbase.Tpo" "$$depbase.Plo"; else rm -f "$$depbase.Tpo"; exit 1; fi
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
|
|
|
@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
|
2002-12-19 08:16:50 +01:00
|
|
|
|
|
|
|
mostlyclean-libtool:
|
|
|
|
-rm -f *.lo
|
|
|
|
|
|
|
|
clean-libtool:
|
|
|
|
-rm -rf .libs _libs
|
2004-08-17 17:34:28 +02:00
|
|
|
-rm -rf dwarf/.libs dwarf/_libs
|
|
|
|
-rm -rf hppa/.libs hppa/_libs
|
|
|
|
-rm -rf ia64/.libs ia64/_libs
|
|
|
|
-rm -rf mi/.libs mi/_libs
|
2005-05-03 11:13:17 +02:00
|
|
|
-rm -rf setjmp/.libs setjmp/_libs
|
2004-08-17 17:34:28 +02:00
|
|
|
-rm -rf unwind/.libs unwind/_libs
|
|
|
|
-rm -rf x86/.libs x86/_libs
|
2004-08-19 15:39:10 +02:00
|
|
|
-rm -rf x86_64/.libs x86_64/_libs
|
2002-12-19 08:16:50 +01:00
|
|
|
|
|
|
|
distclean-libtool:
|
|
|
|
-rm -f libtool
|
2002-09-27 01:09:01 +02:00
|
|
|
uninstall-info-am:
|
|
|
|
|
|
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
2002-12-19 08:16:50 +01:00
|
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
2002-09-27 01:09:01 +02:00
|
|
|
unique=`for i in $$list; do \
|
|
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
|
done | \
|
|
|
|
$(AWK) ' { files[$$0] = 1; } \
|
|
|
|
END { for (i in files) print i; }'`; \
|
2002-12-19 08:16:50 +01:00
|
|
|
mkid -fID $$unique
|
2004-08-17 17:34:28 +02:00
|
|
|
tags: TAGS
|
2002-09-27 01:09:01 +02:00
|
|
|
|
|
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
|
|
$(TAGS_FILES) $(LISP)
|
|
|
|
tags=; \
|
|
|
|
here=`pwd`; \
|
2002-12-19 08:16:50 +01:00
|
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
2002-09-27 01:09:01 +02:00
|
|
|
unique=`for i in $$list; do \
|
|
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
|
done | \
|
|
|
|
$(AWK) ' { files[$$0] = 1; } \
|
|
|
|
END { for (i in files) print i; }'`; \
|
2004-08-17 17:34:28 +02:00
|
|
|
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
|
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
|
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
|
|
$$tags $$unique; \
|
|
|
|
fi
|
|
|
|
ctags: CTAGS
|
|
|
|
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
|
|
|
$(TAGS_FILES) $(LISP)
|
|
|
|
tags=; \
|
|
|
|
here=`pwd`; \
|
|
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
|
|
unique=`for i in $$list; do \
|
|
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
|
|
done | \
|
|
|
|
$(AWK) ' { files[$$0] = 1; } \
|
|
|
|
END { for (i in files) print i; }'`; \
|
|
|
|
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
|
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
2002-12-19 08:16:50 +01:00
|
|
|
$$tags $$unique
|
2002-09-27 01:09:01 +02:00
|
|
|
|
|
|
|
GTAGS:
|
2002-12-19 08:16:50 +01:00
|
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
2002-09-27 01:09:01 +02:00
|
|
|
&& cd $(top_srcdir) \
|
|
|
|
&& gtags -i $(GTAGS_ARGS) $$here
|
|
|
|
|
|
|
|
distclean-tags:
|
2004-08-17 17:34:28 +02:00
|
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
2002-09-27 01:09:01 +02:00
|
|
|
|
|
|
|
distdir: $(DISTFILES)
|
2005-05-03 11:13:17 +02:00
|
|
|
$(mkdir_p) $(distdir)/dwarf $(distdir)/hppa $(distdir)/ia64 $(distdir)/mi $(distdir)/ptrace $(distdir)/setjmp $(distdir)/unwind $(distdir)/x86 $(distdir)/x86_64
|
2004-08-17 17:34:28 +02:00
|
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
|
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
|
|
|
list='$(DISTFILES)'; for file in $$list; do \
|
|
|
|
case $$file in \
|
|
|
|
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
|
|
|
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
|
|
|
esac; \
|
2002-12-19 08:16:50 +01:00
|
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
2002-09-27 01:09:01 +02:00
|
|
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
|
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
2002-12-19 08:16:50 +01:00
|
|
|
dir="/$$dir"; \
|
2004-08-17 17:34:28 +02:00
|
|
|
$(mkdir_p) "$(distdir)$$dir"; \
|
2002-12-19 08:16:50 +01:00
|
|
|
else \
|
|
|
|
dir=''; \
|
2002-09-27 01:09:01 +02:00
|
|
|
fi; \
|
|
|
|
if test -d $$d/$$file; then \
|
2002-12-19 08:16:50 +01:00
|
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
|
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
|
|
|
fi; \
|
|
|
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
2002-09-27 01:09:01 +02:00
|
|
|
else \
|
|
|
|
test -f $(distdir)/$$file \
|
|
|
|
|| cp -p $$d/$$file $(distdir)/$$file \
|
|
|
|
|| exit 1; \
|
|
|
|
fi; \
|
|
|
|
done
|
|
|
|
check-am: all-am
|
2004-08-17 17:34:28 +02:00
|
|
|
check: $(BUILT_SOURCES)
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) check-am
|
2004-01-14 07:21:52 +01:00
|
|
|
all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(PROGRAMS)
|
2002-09-27 01:09:01 +02:00
|
|
|
installdirs:
|
2004-08-17 17:34:28 +02:00
|
|
|
for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libdir)"; do \
|
|
|
|
test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
|
|
|
done
|
|
|
|
install: $(BUILT_SOURCES)
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) install-am
|
2002-09-27 01:09:01 +02:00
|
|
|
install-exec: 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:
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
2004-08-17 17:34:28 +02:00
|
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
2002-09-27 01:09:01 +02:00
|
|
|
`test -z '$(STRIP)' || \
|
|
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
|
|
mostlyclean-generic:
|
|
|
|
|
|
|
|
clean-generic:
|
|
|
|
|
|
|
|
distclean-generic:
|
2004-08-17 17:34:28 +02:00
|
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
2004-10-05 18:28:06 +02:00
|
|
|
-rm -f dwarf/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
-rm -f dwarf/$(am__dirstamp)
|
2004-08-17 17:34:28 +02:00
|
|
|
-rm -f hppa/$(DEPDIR)/$(am__dirstamp)
|
2004-10-05 18:28:06 +02:00
|
|
|
-rm -f hppa/$(am__dirstamp)
|
2004-08-17 17:34:28 +02:00
|
|
|
-rm -f ia64/$(DEPDIR)/$(am__dirstamp)
|
2004-10-05 18:28:06 +02:00
|
|
|
-rm -f ia64/$(am__dirstamp)
|
|
|
|
-rm -f mi/$(DEPDIR)/$(am__dirstamp)
|
2004-08-17 17:34:28 +02:00
|
|
|
-rm -f mi/$(am__dirstamp)
|
2004-10-05 18:28:06 +02:00
|
|
|
-rm -f ptrace/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
-rm -f ptrace/$(am__dirstamp)
|
2005-05-03 11:13:17 +02:00
|
|
|
-rm -f setjmp/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
-rm -f setjmp/$(am__dirstamp)
|
2004-10-05 18:28:06 +02:00
|
|
|
-rm -f unwind/$(DEPDIR)/$(am__dirstamp)
|
2004-08-19 15:39:10 +02:00
|
|
|
-rm -f unwind/$(am__dirstamp)
|
2004-10-05 18:28:06 +02:00
|
|
|
-rm -f x86/$(DEPDIR)/$(am__dirstamp)
|
|
|
|
-rm -f x86/$(am__dirstamp)
|
2004-08-19 15:39:10 +02:00
|
|
|
-rm -f x86_64/$(DEPDIR)/$(am__dirstamp)
|
2004-10-05 18:28:06 +02:00
|
|
|
-rm -f x86_64/$(am__dirstamp)
|
2002-09-27 01:09:01 +02:00
|
|
|
|
|
|
|
maintainer-clean-generic:
|
|
|
|
@echo "This command is intended for maintainers to use"
|
|
|
|
@echo "it deletes files that may require special tools to rebuild."
|
2003-02-08 11:10:59 +01:00
|
|
|
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
|
2002-09-27 01:09:01 +02:00
|
|
|
clean: clean-am
|
|
|
|
|
2004-01-14 07:21:52 +01:00
|
|
|
clean-am: clean-generic clean-libLIBRARIES clean-libLTLIBRARIES \
|
|
|
|
clean-libtool clean-noinstPROGRAMS mostlyclean-am
|
2002-09-27 01:09:01 +02:00
|
|
|
|
|
|
|
distclean: distclean-am
|
2005-05-03 11:13:17 +02:00
|
|
|
-rm -rf ./$(DEPDIR) dwarf/$(DEPDIR) hppa/$(DEPDIR) ia64/$(DEPDIR) mi/$(DEPDIR) ptrace/$(DEPDIR) setjmp/$(DEPDIR) unwind/$(DEPDIR) x86/$(DEPDIR) x86_64/$(DEPDIR)
|
2004-08-17 17:34:28 +02:00
|
|
|
-rm -f Makefile
|
|
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
|
|
|
distclean-libtool distclean-tags
|
2002-09-27 01:09:01 +02:00
|
|
|
|
|
|
|
dvi: dvi-am
|
|
|
|
|
|
|
|
dvi-am:
|
|
|
|
|
2004-08-17 17:34:28 +02:00
|
|
|
html: html-am
|
|
|
|
|
2002-09-27 01:09:01 +02:00
|
|
|
info: info-am
|
|
|
|
|
|
|
|
info-am:
|
|
|
|
|
|
|
|
install-data-am:
|
|
|
|
|
2004-01-14 07:21:52 +01:00
|
|
|
install-exec-am: install-libLIBRARIES install-libLTLIBRARIES
|
2002-09-27 01:09:01 +02:00
|
|
|
@$(NORMAL_INSTALL)
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
|
|
|
|
|
|
|
|
install-info: install-info-am
|
|
|
|
|
|
|
|
install-man:
|
|
|
|
|
|
|
|
installcheck-am:
|
|
|
|
|
|
|
|
maintainer-clean: maintainer-clean-am
|
2005-05-03 11:13:17 +02:00
|
|
|
-rm -rf ./$(DEPDIR) dwarf/$(DEPDIR) hppa/$(DEPDIR) ia64/$(DEPDIR) mi/$(DEPDIR) ptrace/$(DEPDIR) setjmp/$(DEPDIR) unwind/$(DEPDIR) x86/$(DEPDIR) x86_64/$(DEPDIR)
|
2004-08-17 17:34:28 +02:00
|
|
|
-rm -f Makefile
|
2002-09-27 01:09:01 +02:00
|
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
|
|
|
|
|
mostlyclean: mostlyclean-am
|
|
|
|
|
|
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
|
|
|
mostlyclean-libtool
|
|
|
|
|
2004-08-17 17:34:28 +02:00
|
|
|
pdf: pdf-am
|
|
|
|
|
|
|
|
pdf-am:
|
|
|
|
|
|
|
|
ps: ps-am
|
|
|
|
|
|
|
|
ps-am:
|
|
|
|
|
2004-01-14 07:21:52 +01:00
|
|
|
uninstall-am: uninstall-info-am uninstall-libLIBRARIES \
|
|
|
|
uninstall-libLTLIBRARIES
|
2002-09-27 01:09:01 +02:00
|
|
|
|
2004-08-17 17:34:28 +02:00
|
|
|
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
|
2004-01-14 07:21:52 +01:00
|
|
|
clean-libLIBRARIES clean-libLTLIBRARIES clean-libtool \
|
2004-08-17 17:34:28 +02:00
|
|
|
clean-noinstPROGRAMS ctags 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-exec install-exec-am \
|
|
|
|
install-exec-hook install-info install-info-am \
|
2004-01-14 07:21:52 +01:00
|
|
|
install-libLIBRARIES install-libLTLIBRARIES install-man \
|
|
|
|
install-strip installcheck installcheck-am installdirs \
|
|
|
|
maintainer-clean maintainer-clean-generic mostlyclean \
|
|
|
|
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
|
2004-08-17 17:34:28 +02:00
|
|
|
pdf pdf-am ps ps-am tags uninstall uninstall-am \
|
|
|
|
uninstall-info-am uninstall-libLIBRARIES \
|
|
|
|
uninstall-libLTLIBRARIES
|
2004-01-14 07:21:52 +01:00
|
|
|
|
2002-09-27 01:09:01 +02:00
|
|
|
|
2003-02-15 09:53:55 +01:00
|
|
|
@REMOTE_ONLY_TRUE@install-exec-hook:
|
2004-01-14 07:21:52 +01:00
|
|
|
# Nothing to do here....
|
2002-09-27 01:09:01 +02:00
|
|
|
#
|
|
|
|
# This is not ideal, but I know of no other way to install an
|
|
|
|
# alias for a library.
|
|
|
|
#
|
|
|
|
@REMOTE_ONLY_FALSE@install-exec-hook:
|
2004-01-14 07:21:52 +01:00
|
|
|
@REMOTE_ONLY_FALSE@ $(LN_S) -f libunwind-$(arch).a $(DESTDIR)$(libdir)/libunwind-generic.a
|
|
|
|
@REMOTE_ONLY_FALSE@ $(LN_S) -f libunwind-$(arch).so \
|
|
|
|
@REMOTE_ONLY_FALSE@ $(DESTDIR)$(libdir)/libunwind-generic.so
|
2004-08-17 17:34:28 +02:00
|
|
|
@ARCH_IA64_TRUE@Gcursor_i.h: ia64/mk_Gcursor_i
|
|
|
|
@ARCH_IA64_TRUE@ ia64/mk_Gcursor_i > $@
|
|
|
|
@ARCH_IA64_TRUE@Lcursor_i.h: ia64/mk_Lcursor_i
|
|
|
|
@ARCH_IA64_TRUE@ ia64/mk_Lcursor_i > $@
|
2007-04-11 04:35:15 +02:00
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@_ucontext_i.h: x86_64/gen-offsets
|
|
|
|
@ARCH_HPPA_FALSE@@ARCH_IA64_FALSE@@ARCH_X86_64_TRUE@@ARCH_X86_FALSE@ x86_64/gen-offsets > $@
|
2002-09-27 01:09:01 +02:00
|
|
|
|
|
|
|
# The -version-info flag accepts an argument of the form
|
|
|
|
# `current[:revision[:age]]'. So, passing `-version-info 3:12:1' sets
|
|
|
|
# current to 3, revision to 12, and age to 1.
|
|
|
|
|
|
|
|
# If either revision or age are omitted, they default to 0. Also note
|
|
|
|
# that age must be less than or equal to the current interface number.
|
|
|
|
|
|
|
|
# Here are a set of rules to help you update your library version
|
|
|
|
# information:
|
|
|
|
|
|
|
|
# 1. Start with version information of `0:0:0' for each libtool
|
|
|
|
# library.
|
|
|
|
|
|
|
|
# 2. Update the version information only immediately before a public
|
|
|
|
# release of your software. More frequent updates are unnecessary,
|
|
|
|
# and only guarantee that the current interface number gets larger
|
|
|
|
# faster.
|
|
|
|
|
|
|
|
# 3. If the library source code has changed at all since the last
|
|
|
|
# update, then increment revision (`c:r:a' becomes `c:r+1:a').
|
|
|
|
|
|
|
|
# 4. If any interfaces have been added, removed, or changed since the
|
|
|
|
# last update, increment current, and set revision to 0.
|
|
|
|
|
|
|
|
# 5. If any interfaces have been added since the last public release,
|
|
|
|
# then increment age.
|
|
|
|
|
|
|
|
# 6. If any interfaces have been removed since the last public
|
|
|
|
# release, then set age to 0.
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
|
|
.NOEXPORT:
|