mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 15:47:37 +01:00
(EXTRA_DIST): Mention run-ptrace-misc.
(check_SCRIPTS_cdep): Mention run-ptrace-misc. (noinst_PROGRAMS_cdep): Mention test-ptrace-misc. (Gtest_bt_SOURCES): New macro. (Ltest_bt_SOURCES): Likewise. (test_ptrace_misc_SOURCES)L: Likewise. (Logical change 1.276)
This commit is contained in:
parent
76176df770
commit
b4f1459444
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||||
|
||||
EXTRA_DIST = run-ia64-test-dyn1 run-ptrace-mapper \
|
||||
EXTRA_DIST = run-ia64-test-dyn1 run-ptrace-mapper run-ptrace-misc \
|
||||
run-check-namespace check-namespace.sh.in
|
||||
|
||||
noinst_PROGRAMS_common =
|
||||
|
@ -25,7 +25,7 @@ if ARCH_IA64
|
|||
Gia64-test-readonly Lia64-test-readonly \
|
||||
ia64-test-setjmp ia64-test-sig
|
||||
endif
|
||||
check_SCRIPTS_cdep = run-ptrace-mapper
|
||||
check_SCRIPTS_cdep = run-ptrace-mapper run-ptrace-misc
|
||||
check_PROGRAMS_cdep = Gtest-bt Ltest-bt Gtest-exc Ltest-exc \
|
||||
Gtest-init Ltest-init \
|
||||
Gtest-concurrent Ltest-concurrent \
|
||||
|
@ -33,7 +33,8 @@ endif
|
|||
Gtest-dyn1 Ltest-dyn1 \
|
||||
test-async-sig test-flush-cache test-init-remote \
|
||||
test-mem test-setjmp test-ptrace
|
||||
noinst_PROGRAMS_cdep = forker mapper test-varargs Gperf-simple Lperf-simple
|
||||
noinst_PROGRAMS_cdep = forker mapper test-ptrace-misc test-varargs \
|
||||
Gperf-simple Lperf-simple
|
||||
|
||||
perf: perf-startup Gperf-simple Lperf-simple
|
||||
@echo "########## Basic performance of generic libunwind:"
|
||||
|
@ -74,6 +75,9 @@ Ltest_dyn1_SOURCES = Ltest-dyn1.c flush-cache.S
|
|||
test_static_link_SOURCES = test-static-link-loc.c test-static-link-gen.c
|
||||
test_static_link_LDFLAGS = -static
|
||||
forker_LDFLAGS = -static
|
||||
Gtest_bt_SOURCES = Gtest-bt.c ident.c
|
||||
Ltest_bt_SOURCES = Ltest-bt.c ident.c
|
||||
test_ptrace_misc_SOURCES = test-ptrace-misc.c ident.c
|
||||
|
||||
LIBUNWIND = ../src/libunwind-$(arch).la
|
||||
LDADD = $(LIBUNWIND)
|
||||
|
|
Loading…
Reference in a new issue