2012-03-12 18:46:57 -07:00
|
|
|
include_HEADERS = include/libunwind-dynamic.h \
|
|
|
|
include/libunwind-ptrace.h \
|
|
|
|
include/libunwind-coredump.h
|
2010-11-08 17:16:35 -08:00
|
|
|
|
2008-02-04 17:16:37 -07:00
|
|
|
if ARCH_ARM
|
2010-11-08 17:16:35 -08:00
|
|
|
include_HEADERS += include/libunwind-arm.h
|
|
|
|
endif
|
2002-04-05 23:37:55 +00:00
|
|
|
if ARCH_IA64
|
2010-11-08 17:16:35 -08:00
|
|
|
include_HEADERS += include/libunwind-ia64.h
|
|
|
|
endif
|
2003-01-14 07:11:56 +00:00
|
|
|
if ARCH_HPPA
|
2010-11-08 17:16:35 -08:00
|
|
|
include_HEADERS += include/libunwind-hppa.h
|
|
|
|
endif
|
2008-02-04 17:16:37 -07:00
|
|
|
if ARCH_MIPS
|
2010-11-08 17:16:35 -08:00
|
|
|
include_HEADERS += include/libunwind-mips.h
|
|
|
|
endif
|
2002-12-19 07:16:50 +00:00
|
|
|
if ARCH_X86
|
2010-11-08 17:16:35 -08:00
|
|
|
include_HEADERS += include/libunwind-x86.h
|
|
|
|
endif
|
2004-08-19 13:39:10 +00:00
|
|
|
if ARCH_X86_64
|
2010-11-08 17:16:35 -08:00
|
|
|
include_HEADERS += include/libunwind-x86_64.h
|
|
|
|
endif
|
2007-09-12 21:52:25 -06:00
|
|
|
if ARCH_PPC32
|
2010-11-08 17:16:35 -08:00
|
|
|
include_HEADERS += include/libunwind-ppc32.h
|
|
|
|
endif
|
2007-08-02 09:59:43 -06:00
|
|
|
if ARCH_PPC64
|
2010-11-08 17:16:35 -08:00
|
|
|
include_HEADERS += include/libunwind-ppc64.h
|
|
|
|
endif
|
2002-04-05 23:37:55 +00:00
|
|
|
|
2010-11-08 17:16:35 -08:00
|
|
|
if !REMOTE_ONLY
|
|
|
|
include_HEADERS += include/libunwind.h include/unwind.h
|
2002-04-05 23:37:55 +00:00
|
|
|
endif
|
|
|
|
|
2004-10-05 16:28:06 +00:00
|
|
|
nodist_include_HEADERS = include/libunwind-common.h
|
|
|
|
|
2002-04-05 23:37:55 +00:00
|
|
|
SUBDIRS = src tests doc
|
|
|
|
|
2010-11-08 17:16:35 -08:00
|
|
|
noinst_HEADERS = include/dwarf.h include/dwarf_i.h include/dwarf-eh.h \
|
2005-05-20 09:48:08 +00:00
|
|
|
include/libunwind_i.h include/mempool.h \
|
2004-05-04 22:16:57 +00:00
|
|
|
include/remote.h \
|
2010-08-04 14:25:33 -07: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-08 17:16:35 -08:00
|
|
|
include/tdep-ia64/libunwind_i.h include/tdep-ia64/script.h \
|
|
|
|
include/tdep-hppa/libunwind_i.h \
|
2005-05-20 09:48:08 +00:00
|
|
|
include/tdep-hppa/jmpbuf.h include/tdep-hppa/dwarf-config.h \
|
2010-11-08 17:16:35 -08: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 09:48:08 +00:00
|
|
|
include/tdep-x86/jmpbuf.h include/tdep-x86/dwarf-config.h \
|
2010-11-08 17:16:35 -08:00
|
|
|
include/tdep-x86_64/libunwind_i.h \
|
2007-08-02 09:59:43 -06:00
|
|
|
include/tdep-x86_64/jmpbuf.h include/tdep-x86_64/dwarf-config.h \
|
2010-11-08 17:16:35 -08:00
|
|
|
include/tdep-ppc32/dwarf-config.h \
|
2007-09-12 21:52:25 -06:00
|
|
|
include/tdep-ppc32/jmpbuf.h include/tdep-ppc32/libunwind_i.h \
|
2010-11-08 17:16:35 -08:00
|
|
|
include/tdep-ppc64/dwarf-config.h \
|
2009-04-13 12:00:31 -07:00
|
|
|
include/tdep-ppc64/jmpbuf.h include/tdep-ppc64/libunwind_i.h \
|
2010-11-08 17:16:35 -08:00
|
|
|
include/tdep/libunwind_i.h \
|
2009-04-13 12:00:31 -07:00
|
|
|
include/tdep/jmpbuf.h include/tdep/dwarf-config.h
|
2010-10-28 16:25:51 -07:00
|
|
|
|
2010-11-08 17:16:35 -08:00
|
|
|
EXTRA_DIST = include/libunwind-common.h.in
|
|
|
|
|
2010-10-28 16:25:51 -07: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~
|