mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-02 16:19:26 +01:00
a2d64d9efb
(Logical change 1.12)
19 lines
419 B
Makefile
19 lines
419 B
Makefile
if ARCH_IA64
|
|
include_HEADERS_tdep = include/libunwind-ia64.h
|
|
else
|
|
if ARCH_IA32
|
|
include_HEADERS_tdep = include/libunwind-ia32.h
|
|
endif
|
|
endif
|
|
|
|
include_HEADERS_common = $(include_HEADERS_tdep) include/libunwind-common.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/libunwind-ia64.h
|