2002-04-03 08:51:34 +02:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
|
|
|
2003-03-06 07:14:36 +01:00
|
|
|
EXTRA_DIST = run-ia64-test-dyn1
|
|
|
|
|
2002-04-03 08:51:34 +02:00
|
|
|
noinst_PROGRAMS_common =
|
2003-09-19 08:56:12 +02:00
|
|
|
check_PROGRAMS_common = Gtest-init Ltest-init test-proc-info test-flush-cache
|
2003-02-27 10:58:57 +01:00
|
|
|
check_SCRIPTS_common =
|
2002-04-03 08:51:34 +02:00
|
|
|
|
|
|
|
if REMOTE_ONLY
|
2003-02-27 10:58:57 +01:00
|
|
|
check_SCRIPTS_cdep =
|
|
|
|
check_PROGRAMS_cdep =
|
2003-01-23 19:47:51 +01:00
|
|
|
noinst_PROGRAMS_cdep = $(noinst_PROGRAMS_common)
|
2002-04-03 08:51:34 +02:00
|
|
|
else
|
2002-04-25 08:47:29 +02:00
|
|
|
if ARCH_IA64
|
2003-02-27 10:58:57 +01:00
|
|
|
noinst_PROGRAMS_arch = ia64-test-sig ia64-test-dyn1
|
|
|
|
check_SCRIPTS_arch = run-ia64-test-dyn1
|
|
|
|
check_PROGRAMS_arch = Gia64-test-stack Lia64-test-stack \
|
|
|
|
Gia64-test-rbs Lia64-test-rbs
|
2002-04-25 08:47:29 +02:00
|
|
|
endif
|
2003-02-27 10:58:57 +01:00
|
|
|
check_SCRIPTS_cdep =
|
|
|
|
check_PROGRAMS_cdep = Gtest-exc Ltest-exc Gtest-resume-sig Ltest-resume-sig \
|
|
|
|
Gtest-dyn1 Ltest-dyn1 test-setjmp test-ptrace
|
2003-09-24 07:02:14 +02:00
|
|
|
noinst_PROGRAMS_cdep = bt test-varargs Gperf-simple Lperf-simple
|
2002-04-03 08:51:34 +02:00
|
|
|
endif
|
|
|
|
|
2003-02-27 10:58:57 +01:00
|
|
|
check_PROGRAMS = $(check_PROGRAMS_common) $(check_PROGRAMS_cdep) \
|
|
|
|
$(check_PROGRAMS_arch)
|
|
|
|
check_SCRIPTS = $(check_SCRIPTS_common) $(check_SCRIPTS_cdep) \
|
|
|
|
$(check_SCRIPTS_arch)
|
2003-01-23 19:47:51 +01:00
|
|
|
|
2003-02-27 10:58:57 +01:00
|
|
|
|
|
|
|
TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
|
2003-01-23 19:47:51 +01:00
|
|
|
|
|
|
|
noinst_PROGRAMS = $(noinst_PROGRAMS_common) $(noinst_PROGRAMS_cdep) \
|
|
|
|
$(noinst_PROGRAMS_arch)
|
|
|
|
|
2003-03-06 07:14:36 +01:00
|
|
|
Lia64_test_stack_SOURCES = Lia64-test-stack.c ia64-test-stack-asm.S \
|
|
|
|
ia64-test-stack.h
|
|
|
|
Gia64_test_stack_SOURCES = Gia64-test-stack.c ia64-test-stack-asm.S \
|
|
|
|
ia64-test-stack.h
|
|
|
|
Lia64_test_rbs_SOURCES = Lia64-test-rbs.c ia64-test-rbs-asm.S ia64-test-rbs.h
|
|
|
|
Gia64_test_rbs_SOURCES = Gia64-test-rbs.c ia64-test-rbs-asm.S ia64-test-rbs.h
|
2003-03-27 05:29:07 +01:00
|
|
|
ia64_test_dyn1_SOURCES = ia64-test-dyn1.c ia64-dyn-asm.S flush-cache.S
|
2003-03-28 08:43:22 +01:00
|
|
|
Gtest_init_SOURCES = Gtest-init.cxx
|
|
|
|
Ltest_init_SOURCES = Ltest-init.cxx
|
2003-03-27 05:29:07 +01:00
|
|
|
Gtest_dyn1_SOURCES = Gtest-dyn1.c flush-cache.S
|
|
|
|
Ltest_dyn1_SOURCES = Ltest-dyn1.c flush-cache.S
|
2003-01-23 11:04:09 +01:00
|
|
|
|
2002-04-25 08:47:29 +02:00
|
|
|
LDADD = ../src/libunwind-$(arch).la
|
2003-02-08 11:10:59 +01:00
|
|
|
|
|
|
|
test_setjmp_LDADD = ../src/libunwind-setjmp.la
|