1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-29 04:31:45 +02:00
libunwind-eh_elf/tests/Makefile.am
mostang.com!davidm 15ea4d442e (noinst_PROGRAMS): Mentio ntest-resume-sig.
(Logical change 1.40)
2003-01-21 17:41:20 +00:00

16 lines
348 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 test-dyn1 test-resume-sig
endif
LDADD = ../src/libunwind-$(arch).la