1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-23 16:07:37 +01:00

(libunwind_la_SOURCES_os_hpux): New macro.

(libunwind_la_SOURCES_os): For HP-UX, use libunwind_la_SOURCES_os_hpux.

(Logical change 1.75)
This commit is contained in:
mostang.com!davidm 2003-04-03 07:59:15 +00:00
parent ee12f505ed
commit 5929f8e02b

View file

@ -25,6 +25,7 @@ libunwind_la_SOURCES_local = \
_UPT_get_dyn_info_list_addr.c _UPT_put_unwind_info.c \ _UPT_get_dyn_info_list_addr.c _UPT_put_unwind_info.c \
_UPT_get_proc_name.c _UPT_reg_offset.c _UPT_resume.c _UPT_get_proc_name.c _UPT_reg_offset.c _UPT_resume.c
libunwind_la_SOURCES_os_linux = os-linux.h os-linux.c libunwind_la_SOURCES_os_linux = os-linux.h os-linux.c
libunwind_la_SOURCES_os_hpux = os-hpux.c
# #
# Note: As of automake-1.6, there is a stupid limitation which requires # Note: As of automake-1.6, there is a stupid limitation which requires
@ -119,6 +120,10 @@ if OS_LINUX
libunwind_la_SOURCES_os = $(libunwind_la_SOURCES_os_linux) libunwind_la_SOURCES_os = $(libunwind_la_SOURCES_os_linux)
endif endif
if OS_HPUX
libunwind_la_SOURCES_os = $(libunwind_la_SOURCES_os_hpux)
endif
if ARCH_IA64 if ARCH_IA64
mk_cursor_i_ia64_SOURCES = ia64/mk_cursor_i-ia64.c mk_cursor_i_ia64_SOURCES = ia64/mk_cursor_i-ia64.c
noinst_PROGRAMS = mk_cursor_i-ia64 noinst_PROGRAMS = mk_cursor_i-ia64