1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2025-01-23 00:30:29 +01:00

Add ARCH_HPPA.

(EXTRA_DIST): Mention x86 and hppa headers.

(Logical change 1.33)
This commit is contained in:
mostang.com!davidm 2003-01-14 07:11:56 +00:00
parent f6c7a65fdb
commit 676b9901cd

View file

@ -1,10 +1,14 @@
if ARCH_IA64
include_HEADERS_tdep = include/libunwind-ia64.h
else
if ARCH_HPPA
include_HEADERS_tdep = include/libunwind-hppa.h
else
if ARCH_X86
include_HEADERS_tdep = include/libunwind-x86.h
endif
endif
endif # ARCH_X86
endif # ARCH_HPPA
endif # ARCH_IA64
include_HEADERS_common = $(include_HEADERS_tdep) include/libunwind-common.h \
include/libunwind-dynamic.h
@ -18,4 +22,6 @@ endif
SUBDIRS = src tests doc
EXTRA_DIST = include/internal.h include/mempool.h \
include/libunwind-ia64.h include/tdep-ia64.h include/ia64/script.h
include/libunwind-ia64.h include/tdep-ia64.h include/ia64/script.h \
include/libunwind-hppa.h include/tdep-hppa.h \
include/libunwind-x86.h include/tdep-x86.h