2008-02-05 01:16:37 +01:00
|
|
|
if ARCH_ARM
|
|
|
|
include_HEADERS_tdep = include/libunwind-arm.h
|
|
|
|
else
|
2002-04-06 01:37:55 +02:00
|
|
|
if ARCH_IA64
|
|
|
|
include_HEADERS_tdep = include/libunwind-ia64.h
|
|
|
|
else
|
2003-01-14 08:11:56 +01:00
|
|
|
if ARCH_HPPA
|
|
|
|
include_HEADERS_tdep = include/libunwind-hppa.h
|
|
|
|
else
|
2008-02-05 01:16:37 +01:00
|
|
|
if ARCH_MIPS
|
|
|
|
include_HEADERS_tdep = include/libunwind-mips.h
|
|
|
|
else
|
2002-12-19 08:16:50 +01:00
|
|
|
if ARCH_X86
|
|
|
|
include_HEADERS_tdep = include/libunwind-x86.h
|
2004-08-19 15:39:10 +02:00
|
|
|
else
|
|
|
|
if ARCH_X86_64
|
|
|
|
include_HEADERS_tdep = include/libunwind-x86_64.h
|
2007-08-02 17:59:43 +02:00
|
|
|
else
|
2007-09-13 05:52:25 +02:00
|
|
|
if ARCH_PPC32
|
|
|
|
include_HEADERS_tdep = include/libunwind-ppc32.h
|
|
|
|
else
|
2007-08-02 17:59:43 +02:00
|
|
|
if ARCH_PPC64
|
|
|
|
include_HEADERS_tdep = include/libunwind-ppc64.h
|
|
|
|
endif # ARCH_PPC64
|
2007-09-13 05:52:25 +02:00
|
|
|
endif # ARCH_PPC32
|
2004-08-19 15:39:10 +02:00
|
|
|
endif # ARCH_X86_64
|
2003-01-14 08:11:56 +01:00
|
|
|
endif # ARCH_X86
|
2008-02-05 01:16:37 +01:00
|
|
|
endif # ARCH_MIPS
|
2003-01-14 08:11:56 +01:00
|
|
|
endif # ARCH_HPPA
|
|
|
|
endif # ARCH_IA64
|
2008-02-05 01:16:37 +01:00
|
|
|
endif # ARCH_ARM
|
2002-04-06 01:37:55 +02:00
|
|
|
|
2004-09-08 19:36:28 +02:00
|
|
|
include_HEADERS_common = $(include_HEADERS_tdep) \
|
2004-04-21 01:13:49 +02:00
|
|
|
include/libunwind-dynamic.h include/libunwind-ptrace.h
|
2002-04-06 01:37:55 +02:00
|
|
|
|
|
|
|
if REMOTE_ONLY
|
|
|
|
include_HEADERS = $(include_HEADERS_common)
|
|
|
|
else
|
2003-12-04 08:44:21 +01:00
|
|
|
include_HEADERS = $(include_HEADERS_common) include/libunwind.h \
|
|
|
|
include/unwind.h
|
2002-04-06 01:37:55 +02:00
|
|
|
endif
|
|
|
|
|
2004-10-05 18:28:06 +02:00
|
|
|
nodist_include_HEADERS = include/libunwind-common.h
|
|
|
|
|
2002-04-06 01:37:55 +02:00
|
|
|
SUBDIRS = src tests doc
|
|
|
|
|
2005-05-03 11:13:17 +02:00
|
|
|
EXTRA_DIST = include/dwarf.h include/dwarf_i.h include/dwarf-eh.h \
|
2005-05-20 11:48:08 +02:00
|
|
|
include/libunwind_i.h include/mempool.h \
|
2004-05-05 00:16:57 +02:00
|
|
|
include/remote.h \
|
2004-10-05 18:28:06 +02:00
|
|
|
include/libunwind-common.h.in \
|
2005-05-20 11:48:08 +02:00
|
|
|
include/libunwind-ia64.h include/tdep-ia64/libunwind_i.h \
|
|
|
|
include/tdep-ia64/jmpbuf.h include/tdep-ia64/rse.h \
|
|
|
|
include/tdep-ia64/script.h \
|
|
|
|
include/libunwind-hppa.h include/tdep-hppa/libunwind_i.h \
|
|
|
|
include/tdep-hppa/jmpbuf.h include/tdep-hppa/dwarf-config.h \
|
|
|
|
include/libunwind-x86.h include/tdep-x86/libunwind_i.h \
|
|
|
|
include/tdep-x86/jmpbuf.h include/tdep-x86/dwarf-config.h \
|
|
|
|
include/libunwind-x86_64.h include/tdep-x86_64/libunwind_i.h \
|
2007-08-02 17:59:43 +02:00
|
|
|
include/tdep-x86_64/jmpbuf.h include/tdep-x86_64/dwarf-config.h \
|
|
|
|
include/libunwind-ppc64.h include/tdep-ppc64/dwarf-config.h \
|
2007-09-13 05:52:25 +02:00
|
|
|
include/tdep-ppc32/jmpbuf.h include/tdep-ppc32/libunwind_i.h \
|
2009-04-13 21:00:31 +02:00
|
|
|
include/tdep-ppc64/jmpbuf.h include/tdep-ppc64/libunwind_i.h \
|
|
|
|
include/libunwind.h include/tdep/libunwind_i.h \
|
|
|
|
include/tdep/jmpbuf.h include/tdep/dwarf-config.h
|