2002-04-03 08:51:34 +02:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
|
|
|
|
noinst_PROGRAMS_common =
|
|
|
|
|
|
|
|
if REMOTE_ONLY
|
|
|
|
noinst_PROGRAMS = $(noinst_PROGRAMS_common)
|
|
|
|
else
|
2002-04-25 08:47:29 +02:00
|
|
|
if ARCH_IA64
|
2003-01-23 11:04:09 +01:00
|
|
|
noinst_PROGRAMS_arch = ia64-test-sig ia64-test-stack
|
2002-04-25 08:47:29 +02:00
|
|
|
endif
|
2002-11-09 04:59:27 +01:00
|
|
|
noinst_PROGRAMS = $(noinst_PROGRAMS_common) $(noinst_PROGRAMS_arch) bt exc \
|
2003-01-21 18:41:20 +01:00
|
|
|
test-init test-varargs test-dyn1 test-resume-sig
|
2002-04-03 08:51:34 +02:00
|
|
|
endif
|
|
|
|
|
2003-01-23 11:04:09 +01:00
|
|
|
ia64_test_stack_SOURCES = ia64-test-stack.c ia64-test-stack-asm.S
|
|
|
|
|
2002-04-25 08:47:29 +02:00
|
|
|
LDADD = ../src/libunwind-$(arch).la
|