mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-16 13:18:12 +01:00
e0ac536efc
(Logical change 1.21)
15 lines
322 B
Makefile
15 lines
322 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
noinst_PROGRAMS_common =
|
|
|
|
if REMOTE_ONLY
|
|
noinst_PROGRAMS = $(noinst_PROGRAMS_common)
|
|
else
|
|
if ARCH_IA64
|
|
noinst_PROGRAMS_arch = sig
|
|
endif
|
|
noinst_PROGRAMS = $(noinst_PROGRAMS_common) $(noinst_PROGRAMS_arch) bt exc \
|
|
test-init test-varargs
|
|
endif
|
|
|
|
LDADD = ../src/libunwind-$(arch).la
|