2012-03-13 02:46:57 +01:00
|
|
|
include_HEADERS = include/libunwind-dynamic.h \
|
|
|
|
include/libunwind-ptrace.h \
|
|
|
|
include/libunwind-coredump.h
|
2010-11-09 02:16:35 +01:00
|
|
|
|
2008-02-05 01:16:37 +01:00
|
|
|
if ARCH_ARM
|
2010-11-09 02:16:35 +01:00
|
|
|
include_HEADERS += include/libunwind-arm.h
|
|
|
|
endif
|
2002-04-06 01:37:55 +02:00
|
|
|
if ARCH_IA64
|
2010-11-09 02:16:35 +01:00
|
|
|
include_HEADERS += include/libunwind-ia64.h
|
|
|
|
endif
|
2003-01-14 08:11:56 +01:00
|
|
|
if ARCH_HPPA
|
2010-11-09 02:16:35 +01:00
|
|
|
include_HEADERS += include/libunwind-hppa.h
|
|
|
|
endif
|
2008-02-05 01:16:37 +01:00
|
|
|
if ARCH_MIPS
|
2010-11-09 02:16:35 +01:00
|
|
|
include_HEADERS += include/libunwind-mips.h
|
|
|
|
endif
|
2002-12-19 08:16:50 +01:00
|
|
|
if ARCH_X86
|
2010-11-09 02:16:35 +01:00
|
|
|
include_HEADERS += include/libunwind-x86.h
|
|
|
|
endif
|
2004-08-19 15:39:10 +02:00
|
|
|
if ARCH_X86_64
|
2010-11-09 02:16:35 +01:00
|
|
|
include_HEADERS += include/libunwind-x86_64.h
|
|
|
|
endif
|
2007-09-13 05:52:25 +02:00
|
|
|
if ARCH_PPC32
|
2010-11-09 02:16:35 +01:00
|
|
|
include_HEADERS += include/libunwind-ppc32.h
|
|
|
|
endif
|
2007-08-02 17:59:43 +02:00
|
|
|
if ARCH_PPC64
|
2010-11-09 02:16:35 +01:00
|
|
|
include_HEADERS += include/libunwind-ppc64.h
|
|
|
|
endif
|
2012-08-16 12:10:29 +02:00
|
|
|
if ARCH_SH
|
|
|
|
include_HEADERS += include/libunwind-sh.h
|
|
|
|
endif
|
2002-04-06 01:37:55 +02:00
|
|
|
|
2010-11-09 02:16:35 +01:00
|
|
|
if !REMOTE_ONLY
|
|
|
|
include_HEADERS += 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
|
|
|
|
|
2010-11-09 02:16:35 +01:00
|
|
|
noinst_HEADERS = include/dwarf.h include/dwarf_i.h include/dwarf-eh.h \
|
2012-09-19 11:12:16 +02:00
|
|
|
include/compiler.h include/libunwind_i.h include/mempool.h \
|
2004-05-05 00:16:57 +02:00
|
|
|
include/remote.h \
|
2010-08-04 23:25:33 +02:00
|
|
|
include/tdep-arm/dwarf-config.h \
|
|
|
|
include/tdep-arm/jmpbuf.h include/tdep-arm/libunwind_i.h \
|
|
|
|
include/tdep-ia64/jmpbuf.h include/tdep-ia64/rse.h \
|
2010-11-09 02:16:35 +01:00
|
|
|
include/tdep-ia64/libunwind_i.h include/tdep-ia64/script.h \
|
|
|
|
include/tdep-hppa/libunwind_i.h \
|
2005-05-20 11:48:08 +02:00
|
|
|
include/tdep-hppa/jmpbuf.h include/tdep-hppa/dwarf-config.h \
|
2010-11-09 02:16:35 +01:00
|
|
|
include/tdep-mips/libunwind_i.h \
|
|
|
|
include/tdep-mips/jmpbuf.h include/tdep-mips/dwarf-config.h \
|
|
|
|
include/tdep-x86/libunwind_i.h \
|
2005-05-20 11:48:08 +02:00
|
|
|
include/tdep-x86/jmpbuf.h include/tdep-x86/dwarf-config.h \
|
2010-11-09 02:16:35 +01:00
|
|
|
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 \
|
2010-11-09 02:16:35 +01:00
|
|
|
include/tdep-ppc32/dwarf-config.h \
|
2007-09-13 05:52:25 +02:00
|
|
|
include/tdep-ppc32/jmpbuf.h include/tdep-ppc32/libunwind_i.h \
|
2010-11-09 02:16:35 +01:00
|
|
|
include/tdep-ppc64/dwarf-config.h \
|
2009-04-13 21:00:31 +02:00
|
|
|
include/tdep-ppc64/jmpbuf.h include/tdep-ppc64/libunwind_i.h \
|
2012-08-16 12:10:29 +02:00
|
|
|
include/tdep-sh/dwarf-config.h \
|
|
|
|
include/tdep-sh/jmpbuf.h include/tdep-sh/libunwind_i.h \
|
2010-11-09 02:16:35 +01:00
|
|
|
include/tdep/libunwind_i.h \
|
2009-04-13 21:00:31 +02:00
|
|
|
include/tdep/jmpbuf.h include/tdep/dwarf-config.h
|
2010-10-29 01:25:51 +02:00
|
|
|
|
2010-11-09 02:16:35 +01:00
|
|
|
EXTRA_DIST = include/libunwind-common.h.in
|
|
|
|
|
2010-10-29 01:25:51 +02:00
|
|
|
MAINTAINERCLEANFILES = \
|
|
|
|
Makefile.in \
|
|
|
|
INSTALL \
|
|
|
|
aclocal.m4 \
|
|
|
|
configure \
|
|
|
|
config/compile \
|
|
|
|
config/config.guess \
|
|
|
|
config/config.sub \
|
|
|
|
config/depcomp \
|
|
|
|
config/install-sh \
|
|
|
|
config/ltmain.sh \
|
|
|
|
config/missing \
|
|
|
|
include/config.h.in \
|
|
|
|
include/config.h.in~
|