1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-25 19:01:44 +02:00
libunwind-eh_elf/Makefile.am
mostang.com!davidm e2e110850f Rename ia32 to x86.
(EXTRA_DIST): Mention mempool.h.

(Logical change 1.32)
2002-12-19 07:16:50 +00:00

22 lines
530 B
Makefile

if ARCH_IA64
include_HEADERS_tdep = include/libunwind-ia64.h
else
if ARCH_X86
include_HEADERS_tdep = include/libunwind-x86.h
endif
endif
include_HEADERS_common = $(include_HEADERS_tdep) include/libunwind-common.h \
include/libunwind-dynamic.h
if REMOTE_ONLY
include_HEADERS = $(include_HEADERS_common)
else
include_HEADERS = $(include_HEADERS_common) include/libunwind.h
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