mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 15:47:37 +01:00
Regenerate.
(Logical change 1.114)
This commit is contained in:
parent
7a346fbf8c
commit
e83a184218
2 changed files with 73 additions and 25 deletions
|
@ -183,7 +183,7 @@ libunwind_la_SOURCES_x86 = $(libunwind_la_SOURCES_common) \
|
|||
elf32.c elf32.h \
|
||||
\
|
||||
x86/flush_cache-x86.c x86/get_accessors-x86.c x86/global-x86.c \
|
||||
x86/tables-x86.c \
|
||||
x86/tables-x86.c x86/set_caching_policy-x86.c \
|
||||
x86/init.h x86/unwind_i.h x86/regname-x86.c \
|
||||
\
|
||||
x86/Gcreate_addr_space-x86.c \
|
||||
|
@ -333,7 +333,8 @@ am__objects_16 = setjmp-ia64.lo sigsetjmp-ia64.lo siglongjmp-ia64.lo
|
|||
libunwind_setjmp_la_OBJECTS = $(am_libunwind_setjmp_la_OBJECTS)
|
||||
libunwind_x86_la_LIBADD =
|
||||
am__objects_18 = $(am__objects_7) elf32.lo flush_cache-x86.lo \
|
||||
get_accessors-x86.lo global-x86.lo tables-x86.lo regname-x86.lo \
|
||||
get_accessors-x86.lo global-x86.lo tables-x86.lo \
|
||||
set_caching_policy-x86.lo regname-x86.lo \
|
||||
Gcreate_addr_space-x86.lo Gget_reg-x86.lo Gget_proc_name-x86.lo \
|
||||
Ginit-x86.lo Ginit_local-x86.lo Ginit_remote-x86.lo \
|
||||
Gis_signal_frame-x86.lo Gget_proc_info-x86.lo Gregs-x86.lo \
|
||||
|
@ -486,6 +487,7 @@ am__depfiles_maybe = depfiles
|
|||
@AMDEP_TRUE@ ./$(DEPDIR)/regname-ia64.Plo \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/regname-x86.Plo \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/set_caching_policy-ia64.Plo \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/set_caching_policy-x86.Plo \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/setjmp.Plo ./$(DEPDIR)/siglongjmp.Plo \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/sigsetjmp.Plo \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/tables-hppa.Plo \
|
||||
|
@ -626,6 +628,7 @@ flush_cache-x86.lo: x86/flush_cache-x86.c
|
|||
get_accessors-x86.lo: x86/get_accessors-x86.c
|
||||
global-x86.lo: x86/global-x86.c
|
||||
tables-x86.lo: x86/tables-x86.c
|
||||
set_caching_policy-x86.lo: x86/set_caching_policy-x86.c
|
||||
regname-x86.lo: x86/regname-x86.c
|
||||
Gcreate_addr_space-x86.lo: x86/Gcreate_addr_space-x86.c
|
||||
Gget_reg-x86.lo: x86/Gget_reg-x86.c
|
||||
|
@ -795,6 +798,7 @@ distclean-compile:
|
|||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regname-ia64.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regname-x86.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_caching_policy-ia64.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_caching_policy-x86.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setjmp.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/siglongjmp.Plo@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sigsetjmp.Plo@am__quote@
|
||||
|
@ -2092,6 +2096,24 @@ tables-x86.lo: x86/tables-x86.c
|
|||
@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tables-x86.lo `test -f 'x86/tables-x86.c' || echo '$(srcdir)/'`x86/tables-x86.c
|
||||
|
||||
set_caching_policy-x86.o: x86/set_caching_policy-x86.c
|
||||
@AMDEP_TRUE@ source='x86/set_caching_policy-x86.c' object='set_caching_policy-x86.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@ depfile='$(DEPDIR)/set_caching_policy-x86.Po' tmpdepfile='$(DEPDIR)/set_caching_policy-x86.TPo' @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o set_caching_policy-x86.o `test -f 'x86/set_caching_policy-x86.c' || echo '$(srcdir)/'`x86/set_caching_policy-x86.c
|
||||
|
||||
set_caching_policy-x86.obj: x86/set_caching_policy-x86.c
|
||||
@AMDEP_TRUE@ source='x86/set_caching_policy-x86.c' object='set_caching_policy-x86.obj' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@ depfile='$(DEPDIR)/set_caching_policy-x86.Po' tmpdepfile='$(DEPDIR)/set_caching_policy-x86.TPo' @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o set_caching_policy-x86.obj `cygpath -w x86/set_caching_policy-x86.c`
|
||||
|
||||
set_caching_policy-x86.lo: x86/set_caching_policy-x86.c
|
||||
@AMDEP_TRUE@ source='x86/set_caching_policy-x86.c' object='set_caching_policy-x86.lo' libtool=yes @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@ depfile='$(DEPDIR)/set_caching_policy-x86.Plo' tmpdepfile='$(DEPDIR)/set_caching_policy-x86.TPlo' @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
||||
$(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o set_caching_policy-x86.lo `test -f 'x86/set_caching_policy-x86.c' || echo '$(srcdir)/'`x86/set_caching_policy-x86.c
|
||||
|
||||
regname-x86.o: x86/regname-x86.c
|
||||
@AMDEP_TRUE@ source='x86/regname-x86.c' object='regname-x86.o' libtool=no @AMDEPBACKSLASH@
|
||||
@AMDEP_TRUE@ depfile='$(DEPDIR)/regname-x86.Po' tmpdepfile='$(DEPDIR)/regname-x86.TPo' @AMDEPBACKSLASH@
|
||||
|
|
|
@ -98,14 +98,17 @@ AM_CPPFLAGS = -I$(top_srcdir)/include
|
|||
EXTRA_DIST = run-ia64-test-dyn1
|
||||
|
||||
noinst_PROGRAMS_common =
|
||||
check_PROGRAMS_common = Gtest-init Ltest-init test-proc-info test-flush-cache
|
||||
check_PROGRAMS_common = test-proc-info
|
||||
check_SCRIPTS_common =
|
||||
|
||||
@REMOTE_ONLY_TRUE@check_SCRIPTS_cdep =
|
||||
@REMOTE_ONLY_FALSE@check_SCRIPTS_cdep =
|
||||
@REMOTE_ONLY_TRUE@check_PROGRAMS_cdep =
|
||||
@REMOTE_ONLY_FALSE@check_PROGRAMS_cdep = Gtest-exc Ltest-exc Gtest-resume-sig Ltest-resume-sig \
|
||||
@REMOTE_ONLY_FALSE@ Gtest-dyn1 Ltest-dyn1 test-setjmp test-ptrace
|
||||
@REMOTE_ONLY_FALSE@check_PROGRAMS_cdep = Gtest-exc Ltest-exc Gtest-init Ltest-init \
|
||||
@REMOTE_ONLY_FALSE@ Gtest-concurrent Ltest-concurrent \
|
||||
@REMOTE_ONLY_FALSE@ Gtest-resume-sig Ltest-resume-sig \
|
||||
@REMOTE_ONLY_FALSE@ Gtest-dyn1 Ltest-dyn1 \
|
||||
@REMOTE_ONLY_FALSE@ test-flush-cache test-setjmp test-ptrace
|
||||
|
||||
@REMOTE_ONLY_TRUE@noinst_PROGRAMS_cdep = $(noinst_PROGRAMS_common)
|
||||
@REMOTE_ONLY_FALSE@noinst_PROGRAMS_cdep = bt test-varargs Gperf-simple Lperf-simple
|
||||
|
@ -142,43 +145,48 @@ Ltest_init_SOURCES = Ltest-init.cxx
|
|||
Gtest_dyn1_SOURCES = Gtest-dyn1.c flush-cache.S
|
||||
Ltest_dyn1_SOURCES = Ltest-dyn1.c flush-cache.S
|
||||
|
||||
LDADD = ../src/libunwind-$(arch).la
|
||||
LIBUNWIND = ../src/libunwind-$(arch).la
|
||||
LDADD = $(LIBUNWIND)
|
||||
|
||||
test_setjmp_LDADD = ../src/libunwind-setjmp.la
|
||||
Ltest_concurrent_LDADD = $(LIBUNWIND) -lpthread
|
||||
Gtest_concurrent_LDADD = $(LIBUNWIND) -lpthread
|
||||
subdir = tests
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/aux/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/include/config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
@ARCH_IA64_FALSE@@REMOTE_ONLY_TRUE@check_PROGRAMS = Gtest-init$(EXEEXT) \
|
||||
@ARCH_IA64_FALSE@@REMOTE_ONLY_TRUE@ Ltest-init$(EXEEXT) \
|
||||
@ARCH_IA64_FALSE@@REMOTE_ONLY_TRUE@ test-proc-info$(EXEEXT) \
|
||||
@ARCH_IA64_FALSE@@REMOTE_ONLY_TRUE@ test-flush-cache$(EXEEXT)
|
||||
@ARCH_IA64_FALSE@@REMOTE_ONLY_FALSE@check_PROGRAMS = Gtest-init$(EXEEXT) \
|
||||
@ARCH_IA64_FALSE@@REMOTE_ONLY_FALSE@ Ltest-init$(EXEEXT) \
|
||||
@ARCH_IA64_FALSE@@REMOTE_ONLY_TRUE@check_PROGRAMS = \
|
||||
@ARCH_IA64_FALSE@@REMOTE_ONLY_TRUE@ test-proc-info$(EXEEXT)
|
||||
@ARCH_IA64_FALSE@@REMOTE_ONLY_FALSE@check_PROGRAMS = \
|
||||
@ARCH_IA64_FALSE@@REMOTE_ONLY_FALSE@ test-proc-info$(EXEEXT) \
|
||||
@ARCH_IA64_FALSE@@REMOTE_ONLY_FALSE@ test-flush-cache$(EXEEXT) \
|
||||
@ARCH_IA64_FALSE@@REMOTE_ONLY_FALSE@ Gtest-exc$(EXEEXT) \
|
||||
@ARCH_IA64_FALSE@@REMOTE_ONLY_FALSE@ Ltest-exc$(EXEEXT) \
|
||||
@ARCH_IA64_FALSE@@REMOTE_ONLY_FALSE@ Gtest-init$(EXEEXT) \
|
||||
@ARCH_IA64_FALSE@@REMOTE_ONLY_FALSE@ Ltest-init$(EXEEXT) \
|
||||
@ARCH_IA64_FALSE@@REMOTE_ONLY_FALSE@ Gtest-concurrent$(EXEEXT) \
|
||||
@ARCH_IA64_FALSE@@REMOTE_ONLY_FALSE@ Ltest-concurrent$(EXEEXT) \
|
||||
@ARCH_IA64_FALSE@@REMOTE_ONLY_FALSE@ Gtest-resume-sig$(EXEEXT) \
|
||||
@ARCH_IA64_FALSE@@REMOTE_ONLY_FALSE@ Ltest-resume-sig$(EXEEXT) \
|
||||
@ARCH_IA64_FALSE@@REMOTE_ONLY_FALSE@ Gtest-dyn1$(EXEEXT) \
|
||||
@ARCH_IA64_FALSE@@REMOTE_ONLY_FALSE@ Ltest-dyn1$(EXEEXT) \
|
||||
@ARCH_IA64_FALSE@@REMOTE_ONLY_FALSE@ test-flush-cache$(EXEEXT) \
|
||||
@ARCH_IA64_FALSE@@REMOTE_ONLY_FALSE@ test-setjmp$(EXEEXT) \
|
||||
@ARCH_IA64_FALSE@@REMOTE_ONLY_FALSE@ test-ptrace$(EXEEXT)
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_TRUE@check_PROGRAMS = Gtest-init$(EXEEXT) \
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_TRUE@ Ltest-init$(EXEEXT) \
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_TRUE@ test-proc-info$(EXEEXT) \
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_TRUE@ test-flush-cache$(EXEEXT)
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_FALSE@check_PROGRAMS = Gtest-init$(EXEEXT) \
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_FALSE@ Ltest-init$(EXEEXT) \
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_TRUE@check_PROGRAMS = \
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_TRUE@ test-proc-info$(EXEEXT)
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_FALSE@check_PROGRAMS = \
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_FALSE@ test-proc-info$(EXEEXT) \
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_FALSE@ test-flush-cache$(EXEEXT) \
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_FALSE@ Gtest-exc$(EXEEXT) \
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_FALSE@ Ltest-exc$(EXEEXT) \
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_FALSE@ Gtest-init$(EXEEXT) \
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_FALSE@ Ltest-init$(EXEEXT) \
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_FALSE@ Gtest-concurrent$(EXEEXT) \
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_FALSE@ Ltest-concurrent$(EXEEXT) \
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_FALSE@ Gtest-resume-sig$(EXEEXT) \
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_FALSE@ Ltest-resume-sig$(EXEEXT) \
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_FALSE@ Gtest-dyn1$(EXEEXT) \
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_FALSE@ Ltest-dyn1$(EXEEXT) \
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_FALSE@ test-flush-cache$(EXEEXT) \
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_FALSE@ test-setjmp$(EXEEXT) \
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_FALSE@ test-ptrace$(EXEEXT) \
|
||||
@ARCH_IA64_TRUE@@REMOTE_ONLY_FALSE@ Gia64-test-stack$(EXEEXT) \
|
||||
|
@ -216,6 +224,10 @@ Gperf_simple_OBJECTS = Gperf-simple.$(OBJEXT)
|
|||
Gperf_simple_LDADD = $(LDADD)
|
||||
Gperf_simple_DEPENDENCIES = ../src/libunwind-$(arch).la
|
||||
Gperf_simple_LDFLAGS =
|
||||
Gtest_concurrent_SOURCES = Gtest-concurrent.c
|
||||
Gtest_concurrent_OBJECTS = Gtest-concurrent.$(OBJEXT)
|
||||
Gtest_concurrent_DEPENDENCIES = ../src/libunwind-$(arch).la
|
||||
Gtest_concurrent_LDFLAGS =
|
||||
am_Gtest_dyn1_OBJECTS = Gtest-dyn1.$(OBJEXT) flush-cache.$(OBJEXT)
|
||||
Gtest_dyn1_OBJECTS = $(am_Gtest_dyn1_OBJECTS)
|
||||
Gtest_dyn1_LDADD = $(LDADD)
|
||||
|
@ -253,6 +265,10 @@ Lperf_simple_OBJECTS = Lperf-simple.$(OBJEXT)
|
|||
Lperf_simple_LDADD = $(LDADD)
|
||||
Lperf_simple_DEPENDENCIES = ../src/libunwind-$(arch).la
|
||||
Lperf_simple_LDFLAGS =
|
||||
Ltest_concurrent_SOURCES = Ltest-concurrent.c
|
||||
Ltest_concurrent_OBJECTS = Ltest-concurrent.$(OBJEXT)
|
||||
Ltest_concurrent_DEPENDENCIES = ../src/libunwind-$(arch).la
|
||||
Ltest_concurrent_LDFLAGS =
|
||||
am_Ltest_dyn1_OBJECTS = Ltest-dyn1.$(OBJEXT) flush-cache.$(OBJEXT)
|
||||
Ltest_dyn1_OBJECTS = $(am_Ltest_dyn1_OBJECTS)
|
||||
Ltest_dyn1_LDADD = $(LDADD)
|
||||
|
@ -324,12 +340,14 @@ am__depfiles_maybe = depfiles
|
|||
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/Gia64-test-rbs.Po \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/Gia64-test-stack.Po \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/Gperf-simple.Po \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/Gtest-concurrent.Po \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/Gtest-dyn1.Po ./$(DEPDIR)/Gtest-exc.Po \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/Gtest-init.Po \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/Gtest-resume-sig.Po \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/Lia64-test-rbs.Po \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/Lia64-test-stack.Po \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/Lperf-simple.Po \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/Ltest-concurrent.Po \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/Ltest-dyn1.Po ./$(DEPDIR)/Ltest-exc.Po \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/Ltest-init.Po \
|
||||
@AMDEP_TRUE@ ./$(DEPDIR)/Ltest-resume-sig.Po ./$(DEPDIR)/bt.Po \
|
||||
|
@ -361,15 +379,15 @@ CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
|||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
DIST_SOURCES = $(Gia64_test_rbs_SOURCES) $(Gia64_test_stack_SOURCES) \
|
||||
Gperf-simple.c $(Gtest_dyn1_SOURCES) Gtest-exc.c \
|
||||
$(Gtest_init_SOURCES) Gtest-resume-sig.c \
|
||||
Gperf-simple.c Gtest-concurrent.c $(Gtest_dyn1_SOURCES) \
|
||||
Gtest-exc.c $(Gtest_init_SOURCES) Gtest-resume-sig.c \
|
||||
$(Lia64_test_rbs_SOURCES) $(Lia64_test_stack_SOURCES) \
|
||||
Lperf-simple.c $(Ltest_dyn1_SOURCES) Ltest-exc.c \
|
||||
$(Ltest_init_SOURCES) Ltest-resume-sig.c bt.c \
|
||||
Lperf-simple.c Ltest-concurrent.c $(Ltest_dyn1_SOURCES) \
|
||||
Ltest-exc.c $(Ltest_init_SOURCES) Ltest-resume-sig.c bt.c \
|
||||
$(ia64_test_dyn1_SOURCES) ia64-test-sig.c test-flush-cache.c \
|
||||
test-proc-info.c test-ptrace.c test-setjmp.c test-varargs.c
|
||||
DIST_COMMON = Makefile.am Makefile.in
|
||||
SOURCES = $(Gia64_test_rbs_SOURCES) $(Gia64_test_stack_SOURCES) Gperf-simple.c $(Gtest_dyn1_SOURCES) Gtest-exc.c $(Gtest_init_SOURCES) Gtest-resume-sig.c $(Lia64_test_rbs_SOURCES) $(Lia64_test_stack_SOURCES) Lperf-simple.c $(Ltest_dyn1_SOURCES) Ltest-exc.c $(Ltest_init_SOURCES) Ltest-resume-sig.c bt.c $(ia64_test_dyn1_SOURCES) ia64-test-sig.c test-flush-cache.c test-proc-info.c test-ptrace.c test-setjmp.c test-varargs.c
|
||||
SOURCES = $(Gia64_test_rbs_SOURCES) $(Gia64_test_stack_SOURCES) Gperf-simple.c Gtest-concurrent.c $(Gtest_dyn1_SOURCES) Gtest-exc.c $(Gtest_init_SOURCES) Gtest-resume-sig.c $(Lia64_test_rbs_SOURCES) $(Lia64_test_stack_SOURCES) Lperf-simple.c Ltest-concurrent.c $(Ltest_dyn1_SOURCES) Ltest-exc.c $(Ltest_init_SOURCES) Ltest-resume-sig.c bt.c $(ia64_test_dyn1_SOURCES) ia64-test-sig.c test-flush-cache.c test-proc-info.c test-ptrace.c test-setjmp.c test-varargs.c
|
||||
|
||||
all: all-am
|
||||
|
||||
|
@ -403,6 +421,9 @@ Gia64-test-stack$(EXEEXT): $(Gia64_test_stack_OBJECTS) $(Gia64_test_stack_DEPEND
|
|||
Gperf-simple$(EXEEXT): $(Gperf_simple_OBJECTS) $(Gperf_simple_DEPENDENCIES)
|
||||
@rm -f Gperf-simple$(EXEEXT)
|
||||
$(LINK) $(Gperf_simple_LDFLAGS) $(Gperf_simple_OBJECTS) $(Gperf_simple_LDADD) $(LIBS)
|
||||
Gtest-concurrent$(EXEEXT): $(Gtest_concurrent_OBJECTS) $(Gtest_concurrent_DEPENDENCIES)
|
||||
@rm -f Gtest-concurrent$(EXEEXT)
|
||||
$(LINK) $(Gtest_concurrent_LDFLAGS) $(Gtest_concurrent_OBJECTS) $(Gtest_concurrent_LDADD) $(LIBS)
|
||||
Gtest-dyn1$(EXEEXT): $(Gtest_dyn1_OBJECTS) $(Gtest_dyn1_DEPENDENCIES)
|
||||
@rm -f Gtest-dyn1$(EXEEXT)
|
||||
$(LINK) $(Gtest_dyn1_LDFLAGS) $(Gtest_dyn1_OBJECTS) $(Gtest_dyn1_LDADD) $(LIBS)
|
||||
|
@ -424,6 +445,9 @@ Lia64-test-stack$(EXEEXT): $(Lia64_test_stack_OBJECTS) $(Lia64_test_stack_DEPEND
|
|||
Lperf-simple$(EXEEXT): $(Lperf_simple_OBJECTS) $(Lperf_simple_DEPENDENCIES)
|
||||
@rm -f Lperf-simple$(EXEEXT)
|
||||
$(LINK) $(Lperf_simple_LDFLAGS) $(Lperf_simple_OBJECTS) $(Lperf_simple_LDADD) $(LIBS)
|
||||
Ltest-concurrent$(EXEEXT): $(Ltest_concurrent_OBJECTS) $(Ltest_concurrent_DEPENDENCIES)
|
||||
@rm -f Ltest-concurrent$(EXEEXT)
|
||||
$(LINK) $(Ltest_concurrent_LDFLAGS) $(Ltest_concurrent_OBJECTS) $(Ltest_concurrent_LDADD) $(LIBS)
|
||||
Ltest-dyn1$(EXEEXT): $(Ltest_dyn1_OBJECTS) $(Ltest_dyn1_DEPENDENCIES)
|
||||
@rm -f Ltest-dyn1$(EXEEXT)
|
||||
$(LINK) $(Ltest_dyn1_LDFLAGS) $(Ltest_dyn1_OBJECTS) $(Ltest_dyn1_LDADD) $(LIBS)
|
||||
|
@ -470,6 +494,7 @@ distclean-compile:
|
|||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Gia64-test-rbs.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Gia64-test-stack.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Gperf-simple.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Gtest-concurrent.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Gtest-dyn1.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Gtest-exc.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Gtest-init.Po@am__quote@
|
||||
|
@ -477,6 +502,7 @@ distclean-compile:
|
|||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Lia64-test-rbs.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Lia64-test-stack.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Lperf-simple.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Ltest-concurrent.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Ltest-dyn1.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Ltest-exc.Po@am__quote@
|
||||
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Ltest-init.Po@am__quote@
|
||||
|
|
Loading…
Reference in a new issue