1 |
205 |
julius |
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
2 |
|
|
# @configure_input@
|
3 |
|
|
|
4 |
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
5 |
|
|
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
6 |
|
|
# Inc.
|
7 |
|
|
# This Makefile.in is free software; the Free Software Foundation
|
8 |
|
|
# gives unlimited permission to copy and/or distribute it,
|
9 |
|
|
# with or without modifications, as long as this notice is preserved.
|
10 |
|
|
|
11 |
|
|
# This program is distributed in the hope that it will be useful,
|
12 |
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
13 |
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
14 |
|
|
# PARTICULAR PURPOSE.
|
15 |
|
|
|
16 |
|
|
@SET_MAKE@
|
17 |
|
|
|
18 |
|
|
# Process this file with automake to generate Makefile.in
|
19 |
|
|
|
20 |
|
|
# As far as I can tell automake testing support assumes that the build
|
21 |
|
|
# system and the host system are the same. So these tests will not
|
22 |
|
|
# work when building with a cross-compiler.
|
23 |
|
|
VPATH = @srcdir@
|
24 |
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
25 |
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
26 |
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
27 |
|
|
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
28 |
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
29 |
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
30 |
|
|
install_sh_PROGRAM = $(install_sh) -c
|
31 |
|
|
install_sh_SCRIPT = $(install_sh) -c
|
32 |
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
33 |
|
|
transform = $(program_transform_name)
|
34 |
|
|
NORMAL_INSTALL = :
|
35 |
|
|
PRE_INSTALL = :
|
36 |
|
|
POST_INSTALL = :
|
37 |
|
|
NORMAL_UNINSTALL = :
|
38 |
|
|
PRE_UNINSTALL = :
|
39 |
|
|
POST_UNINSTALL = :
|
40 |
|
|
build_triplet = @build@
|
41 |
|
|
host_triplet = @host@
|
42 |
|
|
target_triplet = @target@
|
43 |
|
|
check_PROGRAMS = object_unittest$(EXEEXT) binary_unittest$(EXEEXT) \
|
44 |
|
|
$(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3) \
|
45 |
|
|
$(am__EXEEXT_4) $(am__EXEEXT_5) $(am__EXEEXT_6) \
|
46 |
|
|
$(am__EXEEXT_7) $(am__EXEEXT_8) $(am__EXEEXT_9) \
|
47 |
|
|
$(am__EXEEXT_10) $(am__EXEEXT_11) $(am__EXEEXT_12) \
|
48 |
|
|
$(am__EXEEXT_13) $(am__EXEEXT_14) $(am__EXEEXT_15) \
|
49 |
|
|
$(am__EXEEXT_16) $(am__EXEEXT_17) $(am__EXEEXT_18) \
|
50 |
|
|
$(am__EXEEXT_19)
|
51 |
|
|
|
52 |
|
|
# Test --detect-odr-violations
|
53 |
|
|
|
54 |
|
|
# Similar to --detect-odr-violations: check for undefined symbols in .so's
|
55 |
|
|
|
56 |
|
|
# Test --dynamic-list, --dynamic-list-data, --dynamic-list-cpp-new,
|
57 |
|
|
# and --dynamic-list-cpp-typeinfo
|
58 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_1 = gc_comdat_test.sh \
|
59 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gc_tls_test.sh icf_test.sh \
|
60 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_keep_unique_test.sh \
|
61 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_safe_test.sh \
|
62 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared.sh weak_plt.sh \
|
63 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ debug_msg.sh undef_symbol.sh \
|
64 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_1.sh ver_test_2.sh \
|
65 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_4.sh ver_test_5.sh \
|
66 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_7.sh ver_test_10.sh \
|
67 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_matching_test.sh \
|
68 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_3.sh \
|
69 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_4.sh \
|
70 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_5.sh dynamic_list.sh
|
71 |
|
|
|
72 |
|
|
# Create the data files that debug_msg.sh analyzes.
|
73 |
|
|
|
74 |
|
|
# See if we can also detect problems when we're linking .so's, not .o's.
|
75 |
|
|
|
76 |
|
|
# We also want to make sure we do something reasonable when there's no
|
77 |
|
|
# debug info available. For the best test, we use .so's.
|
78 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_2 = gc_comdat_test.stdout \
|
79 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gc_tls_test.stdout \
|
80 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_test.stdout \
|
81 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_keep_unique_test.stdout \
|
82 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_safe_test.stdout \
|
83 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared.dbg \
|
84 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_plt_shared.so debug_msg.err \
|
85 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ debug_msg_so.err \
|
86 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ debug_msg_ndebug.err \
|
87 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ undef_symbol.err ver_test_1.syms \
|
88 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_2.syms ver_test_4.syms \
|
89 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_5.syms ver_test_7.syms \
|
90 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_10.syms \
|
91 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_matching_test.stdout \
|
92 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_3.stdout \
|
93 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_4.stdout \
|
94 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_5.stdout \
|
95 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ dynamic_list.stdout
|
96 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_3 = gc_comdat_test \
|
97 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gc_tls_test icf_test \
|
98 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_keep_unique_test \
|
99 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ icf_safe_test \
|
100 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared.dbg \
|
101 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ alt/weak_undef_lib.so
|
102 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_4 = basic_test \
|
103 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ basic_static_test basic_pic_test \
|
104 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ basic_static_pic_test \
|
105 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ basic_pie_test constructor_test \
|
106 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ constructor_static_test \
|
107 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test \
|
108 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_static_test \
|
109 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_pic_test \
|
110 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_1_test \
|
111 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2_test \
|
112 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_1_pic_2_test \
|
113 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2_pic_1_test \
|
114 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_same_shared_test \
|
115 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_separate_shared_12_test \
|
116 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_separate_shared_21_test \
|
117 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_relocatable_test \
|
118 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_pie_test
|
119 |
|
|
@GCC_FALSE@constructor_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
120 |
|
|
@GCC_FALSE@ ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
121 |
|
|
@GCC_FALSE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
122 |
|
|
@NATIVE_LINKER_FALSE@constructor_test_DEPENDENCIES = libgoldtest.a \
|
123 |
|
|
@NATIVE_LINKER_FALSE@ ../libgold.a ../../libiberty/libiberty.a \
|
124 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
125 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
126 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1)
|
127 |
|
|
@GCC_FALSE@constructor_static_test_DEPENDENCIES = libgoldtest.a \
|
128 |
|
|
@GCC_FALSE@ ../libgold.a ../../libiberty/libiberty.a \
|
129 |
|
|
@GCC_FALSE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
|
130 |
|
|
@GCC_FALSE@ $(am__DEPENDENCIES_1)
|
131 |
|
|
@NATIVE_LINKER_FALSE@constructor_static_test_DEPENDENCIES = \
|
132 |
|
|
@NATIVE_LINKER_FALSE@ libgoldtest.a ../libgold.a \
|
133 |
|
|
@NATIVE_LINKER_FALSE@ ../../libiberty/libiberty.a \
|
134 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
135 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
136 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1)
|
137 |
|
|
@GCC_FALSE@two_file_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
138 |
|
|
@GCC_FALSE@ ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
139 |
|
|
@GCC_FALSE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
140 |
|
|
@NATIVE_LINKER_FALSE@two_file_test_DEPENDENCIES = libgoldtest.a \
|
141 |
|
|
@NATIVE_LINKER_FALSE@ ../libgold.a ../../libiberty/libiberty.a \
|
142 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
143 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
144 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1)
|
145 |
|
|
@GCC_FALSE@two_file_static_test_DEPENDENCIES = libgoldtest.a \
|
146 |
|
|
@GCC_FALSE@ ../libgold.a ../../libiberty/libiberty.a \
|
147 |
|
|
@GCC_FALSE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
|
148 |
|
|
@GCC_FALSE@ $(am__DEPENDENCIES_1)
|
149 |
|
|
@NATIVE_LINKER_FALSE@two_file_static_test_DEPENDENCIES = \
|
150 |
|
|
@NATIVE_LINKER_FALSE@ libgoldtest.a ../libgold.a \
|
151 |
|
|
@NATIVE_LINKER_FALSE@ ../../libiberty/libiberty.a \
|
152 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
153 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
154 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1)
|
155 |
|
|
|
156 |
|
|
# The nonpic tests will fail on platforms which can not put non-PIC
|
157 |
|
|
# code into shared libraries, so we just don't run them in that case.
|
158 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_5 = two_file_shared_1_nonpic_test \
|
159 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2_nonpic_test \
|
160 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_same_shared_nonpic_test \
|
161 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_separate_shared_12_nonpic_test \
|
162 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_separate_shared_21_nonpic_test \
|
163 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_mixed_shared_test \
|
164 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_mixed_2_shared_test
|
165 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_6 = two_file_strip_test \
|
166 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_same_shared_strip_test \
|
167 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ common_test_1 exception_test \
|
168 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_static_test \
|
169 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_shared_1_test \
|
170 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_shared_2_test \
|
171 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_same_shared_test \
|
172 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_separate_shared_12_test \
|
173 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_separate_shared_21_test \
|
174 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_test weak_undef_test
|
175 |
|
|
@GCC_FALSE@common_test_1_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
176 |
|
|
@GCC_FALSE@ ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
177 |
|
|
@GCC_FALSE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
178 |
|
|
@NATIVE_LINKER_FALSE@common_test_1_DEPENDENCIES = libgoldtest.a \
|
179 |
|
|
@NATIVE_LINKER_FALSE@ ../libgold.a ../../libiberty/libiberty.a \
|
180 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
181 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
182 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1)
|
183 |
|
|
@GCC_FALSE@exception_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
184 |
|
|
@GCC_FALSE@ ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
185 |
|
|
@GCC_FALSE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
186 |
|
|
@NATIVE_LINKER_FALSE@exception_test_DEPENDENCIES = libgoldtest.a \
|
187 |
|
|
@NATIVE_LINKER_FALSE@ ../libgold.a ../../libiberty/libiberty.a \
|
188 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
189 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
190 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1)
|
191 |
|
|
@GCC_FALSE@exception_static_test_DEPENDENCIES = libgoldtest.a \
|
192 |
|
|
@GCC_FALSE@ ../libgold.a ../../libiberty/libiberty.a \
|
193 |
|
|
@GCC_FALSE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
|
194 |
|
|
@GCC_FALSE@ $(am__DEPENDENCIES_1)
|
195 |
|
|
@NATIVE_LINKER_FALSE@exception_static_test_DEPENDENCIES = \
|
196 |
|
|
@NATIVE_LINKER_FALSE@ libgoldtest.a ../libgold.a \
|
197 |
|
|
@NATIVE_LINKER_FALSE@ ../../libiberty/libiberty.a \
|
198 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
199 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
200 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1)
|
201 |
|
|
@GCC_FALSE@weak_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
202 |
|
|
@GCC_FALSE@ ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
203 |
|
|
@GCC_FALSE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
204 |
|
|
@NATIVE_LINKER_FALSE@weak_test_DEPENDENCIES = libgoldtest.a \
|
205 |
|
|
@NATIVE_LINKER_FALSE@ ../libgold.a ../../libiberty/libiberty.a \
|
206 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
207 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
208 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1)
|
209 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_7 = weak_undef_nonpic_test
|
210 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_8 = alt/weak_undef_lib_nonpic.so
|
211 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_9 = weak_alias_test weak_plt \
|
212 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ copy_test
|
213 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am__append_10 = tls_test \
|
214 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_pic_test \
|
215 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_shared_test \
|
216 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_shared_ie_test \
|
217 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_shared_gd_to_ie_test
|
218 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@am__append_11 = tls_shared_gnu2_gd_to_ie_test
|
219 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_DESCRIPTORS_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@am__append_12 = tls_shared_gnu2_test
|
220 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@am__append_13 = tls_static_test \
|
221 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@ tls_static_pic_test
|
222 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am__append_14 = tls_shared_nonpic_test
|
223 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_15 = many_sections_test \
|
224 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ many_sections_r_test
|
225 |
|
|
@GCC_FALSE@many_sections_test_DEPENDENCIES = libgoldtest.a \
|
226 |
|
|
@GCC_FALSE@ ../libgold.a ../../libiberty/libiberty.a \
|
227 |
|
|
@GCC_FALSE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
|
228 |
|
|
@GCC_FALSE@ $(am__DEPENDENCIES_1)
|
229 |
|
|
@NATIVE_LINKER_FALSE@many_sections_test_DEPENDENCIES = libgoldtest.a \
|
230 |
|
|
@NATIVE_LINKER_FALSE@ ../libgold.a ../../libiberty/libiberty.a \
|
231 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
232 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
233 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1)
|
234 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_16 = many_sections_define.h \
|
235 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ many_sections_check.h
|
236 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_17 = many_sections_define.h \
|
237 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ many_sections_check.h \
|
238 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ debug_msg.err debug_msg_so.err \
|
239 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ debug_msg_ndebug.err \
|
240 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ undef_symbol.err ver_test_11.a \
|
241 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ binary.txt \
|
242 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_matching_test.stdout \
|
243 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_3.stdout \
|
244 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_4 script_test_5 \
|
245 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ dynamic_list dynamic_list.stdout \
|
246 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ libthin1.a libthin3.a \
|
247 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ libthinall.a \
|
248 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ alt/thin_archive_test_2.o \
|
249 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ alt/thin_archive_test_4.o \
|
250 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ alt/libthin2.a alt/libthin4.a
|
251 |
|
|
@CONSTRUCTOR_PRIORITY_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_18 = initpri1
|
252 |
|
|
@CONSTRUCTOR_PRIORITY_FALSE@initpri1_DEPENDENCIES = libgoldtest.a \
|
253 |
|
|
@CONSTRUCTOR_PRIORITY_FALSE@ ../libgold.a \
|
254 |
|
|
@CONSTRUCTOR_PRIORITY_FALSE@ ../../libiberty/libiberty.a \
|
255 |
|
|
@CONSTRUCTOR_PRIORITY_FALSE@ $(am__DEPENDENCIES_1) \
|
256 |
|
|
@CONSTRUCTOR_PRIORITY_FALSE@ $(am__DEPENDENCIES_1) \
|
257 |
|
|
@CONSTRUCTOR_PRIORITY_FALSE@ $(am__DEPENDENCIES_1)
|
258 |
|
|
@GCC_FALSE@initpri1_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
259 |
|
|
@GCC_FALSE@ ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
260 |
|
|
@GCC_FALSE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
261 |
|
|
@NATIVE_LINKER_FALSE@initpri1_DEPENDENCIES = libgoldtest.a \
|
262 |
|
|
@NATIVE_LINKER_FALSE@ ../libgold.a ../../libiberty/libiberty.a \
|
263 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
264 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
265 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1)
|
266 |
|
|
|
267 |
|
|
# Test -o when emitting to a special file (such as something in /dev).
|
268 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_19 = flagstest_o_specialfile
|
269 |
|
|
|
270 |
|
|
# Test --compress-debug-sections. FIXME: check we actually compress.
|
271 |
|
|
|
272 |
|
|
# The specialfile output has a tricky case when we also compress debug
|
273 |
|
|
# sections, because it requires output-file resizing.
|
274 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@am__append_20 = flagstest_compress_debug_sections \
|
275 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ flagstest_o_specialfile_and_compress_debug_sections
|
276 |
|
|
|
277 |
|
|
# Test symbol versioning.
|
278 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_21 = ver_test ver_test_2 \
|
279 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_6 ver_test_8 ver_test_9 \
|
280 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_11 protected_1 \
|
281 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_2 relro_test \
|
282 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_script_test script_test_1 \
|
283 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_2 justsyms \
|
284 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ binary_test script_test_3 \
|
285 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ thin_archive_test_1 \
|
286 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ thin_archive_test_2
|
287 |
|
|
@GCC_FALSE@script_test_1_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
288 |
|
|
@GCC_FALSE@ ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
289 |
|
|
@GCC_FALSE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
290 |
|
|
@NATIVE_LINKER_FALSE@script_test_1_DEPENDENCIES = libgoldtest.a \
|
291 |
|
|
@NATIVE_LINKER_FALSE@ ../libgold.a ../../libiberty/libiberty.a \
|
292 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
293 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
294 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1)
|
295 |
|
|
@GCC_FALSE@script_test_2_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
296 |
|
|
@GCC_FALSE@ ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
297 |
|
|
@GCC_FALSE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
298 |
|
|
@NATIVE_LINKER_FALSE@script_test_2_DEPENDENCIES = libgoldtest.a \
|
299 |
|
|
@NATIVE_LINKER_FALSE@ ../libgold.a ../../libiberty/libiberty.a \
|
300 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
301 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
302 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1)
|
303 |
|
|
@GCC_FALSE@justsyms_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
304 |
|
|
@GCC_FALSE@ ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
305 |
|
|
@GCC_FALSE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
306 |
|
|
@NATIVE_LINKER_FALSE@justsyms_DEPENDENCIES = libgoldtest.a \
|
307 |
|
|
@NATIVE_LINKER_FALSE@ ../libgold.a ../../libiberty/libiberty.a \
|
308 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
309 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
310 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1)
|
311 |
|
|
@GCC_FALSE@binary_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
312 |
|
|
@GCC_FALSE@ ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
313 |
|
|
@GCC_FALSE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
314 |
|
|
@NATIVE_LINKER_FALSE@binary_test_DEPENDENCIES = libgoldtest.a \
|
315 |
|
|
@NATIVE_LINKER_FALSE@ ../libgold.a ../../libiberty/libiberty.a \
|
316 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
317 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
318 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1)
|
319 |
|
|
@GCC_FALSE@thin_archive_test_2_DEPENDENCIES =
|
320 |
|
|
@NATIVE_LINKER_FALSE@thin_archive_test_2_DEPENDENCIES =
|
321 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@am__append_22 = \
|
322 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_1 \
|
323 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_2 \
|
324 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_3 \
|
325 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_4
|
326 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@am__append_23 = \
|
327 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_1.sh \
|
328 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_2.sh \
|
329 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_3.sh \
|
330 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_4.sh
|
331 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@am__append_24 = \
|
332 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_1.err \
|
333 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_2.err \
|
334 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_3.err \
|
335 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_4.err
|
336 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@am__append_25 = \
|
337 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_1.err \
|
338 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_2.err \
|
339 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_3.err \
|
340 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_4.a \
|
341 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_4.err
|
342 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_26 = exclude_libs_test \
|
343 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ local_labels_test \
|
344 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_test
|
345 |
|
|
|
346 |
|
|
# Test that hidden and internal symbols in the main program cannot be
|
347 |
|
|
# referenced by a shared library.
|
348 |
|
|
|
349 |
|
|
# Test -retain-symbols-file.
|
350 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_27 = exclude_libs_test.sh \
|
351 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_test.sh \
|
352 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ hidden_test.sh \
|
353 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ retain_symbols_file_test.sh
|
354 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_28 = exclude_libs_test.syms \
|
355 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_test.syms \
|
356 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ hidden_test.err \
|
357 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ retain_symbols_file_test.stdout
|
358 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_29 = exclude_libs_test.syms \
|
359 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ libexclude_libs_test_1.a \
|
360 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ libexclude_libs_test_2.a \
|
361 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ alt/libexclude_libs_test_3.a \
|
362 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_test.syms \
|
363 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ hidden_test hidden_test.err \
|
364 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ retain_symbols_file_test \
|
365 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ retain_symbols_file_test.in \
|
366 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ retain_symbols_file_test.stdout \
|
367 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ searched_file_test \
|
368 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ searched_file_test_lib.o \
|
369 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ alt/searched_file_test_lib.a
|
370 |
|
|
@GCC_TRUE@@MCMODEL_MEDIUM_TRUE@@NATIVE_LINKER_TRUE@am__append_30 = large
|
371 |
|
|
@GCC_FALSE@large_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
372 |
|
|
@GCC_FALSE@ ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
373 |
|
|
@GCC_FALSE@ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
374 |
|
|
@MCMODEL_MEDIUM_FALSE@large_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
375 |
|
|
@MCMODEL_MEDIUM_FALSE@ ../../libiberty/libiberty.a \
|
376 |
|
|
@MCMODEL_MEDIUM_FALSE@ $(am__DEPENDENCIES_1) \
|
377 |
|
|
@MCMODEL_MEDIUM_FALSE@ $(am__DEPENDENCIES_1) \
|
378 |
|
|
@MCMODEL_MEDIUM_FALSE@ $(am__DEPENDENCIES_1)
|
379 |
|
|
@NATIVE_LINKER_FALSE@large_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
380 |
|
|
@NATIVE_LINKER_FALSE@ ../../libiberty/libiberty.a \
|
381 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
382 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1) \
|
383 |
|
|
@NATIVE_LINKER_FALSE@ $(am__DEPENDENCIES_1)
|
384 |
|
|
|
385 |
|
|
# Test that if the output file already exists and is empty,
|
386 |
|
|
# it will get execute permission.
|
387 |
|
|
|
388 |
|
|
# Check -l:foo.a
|
389 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_31 = permission_test \
|
390 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ searched_file_test
|
391 |
|
|
@GCC_FALSE@searched_file_test_DEPENDENCIES =
|
392 |
|
|
@NATIVE_LINKER_FALSE@searched_file_test_DEPENDENCIES =
|
393 |
|
|
|
394 |
|
|
# These tests work with cross linkers.
|
395 |
|
|
@DEFAULT_TARGET_I386_TRUE@am__append_32 = split_i386.sh
|
396 |
|
|
@DEFAULT_TARGET_I386_TRUE@am__append_33 = split_i386_1.stdout split_i386_2.stdout \
|
397 |
|
|
@DEFAULT_TARGET_I386_TRUE@ split_i386_3.stdout split_i386_4.stdout split_i386_r.stdout
|
398 |
|
|
|
399 |
|
|
@DEFAULT_TARGET_I386_TRUE@am__append_34 = split_i386_1 split_i386_2 split_i386_3 \
|
400 |
|
|
@DEFAULT_TARGET_I386_TRUE@ split_i386_4 split_i386_r
|
401 |
|
|
|
402 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@am__append_35 = split_x86_64.sh
|
403 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@am__append_36 = split_x86_64_1.stdout split_x86_64_2.stdout \
|
404 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@ split_x86_64_3.stdout split_x86_64_4.stdout split_x86_64_r.stdout
|
405 |
|
|
|
406 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@am__append_37 = split_x86_64_1 split_x86_64_2 split_x86_64_3 \
|
407 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@ split_x86_64_4 split_x86_64_r
|
408 |
|
|
|
409 |
|
|
subdir = testsuite
|
410 |
|
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
411 |
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
412 |
|
|
am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
|
413 |
|
|
$(top_srcdir)/../config/gettext-sister.m4 \
|
414 |
|
|
$(top_srcdir)/../config/lead-dot.m4 \
|
415 |
|
|
$(top_srcdir)/../config/nls.m4 \
|
416 |
|
|
$(top_srcdir)/../config/override.m4 \
|
417 |
|
|
$(top_srcdir)/../config/po.m4 \
|
418 |
|
|
$(top_srcdir)/../config/progtest.m4 \
|
419 |
|
|
$(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/configure.ac
|
420 |
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
421 |
|
|
$(ACLOCAL_M4)
|
422 |
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
|
423 |
|
|
CONFIG_HEADER = $(top_builddir)/config.h
|
424 |
|
|
CONFIG_CLEAN_FILES =
|
425 |
|
|
CONFIG_CLEAN_VPATH_FILES =
|
426 |
|
|
AR = ar
|
427 |
|
|
ARFLAGS = cru
|
428 |
|
|
libgoldtest_a_AR = $(AR) $(ARFLAGS)
|
429 |
|
|
libgoldtest_a_LIBADD =
|
430 |
|
|
am_libgoldtest_a_OBJECTS = test.$(OBJEXT) testmain.$(OBJEXT) \
|
431 |
|
|
testfile.$(OBJEXT)
|
432 |
|
|
libgoldtest_a_OBJECTS = $(am_libgoldtest_a_OBJECTS)
|
433 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_1 = basic_test$(EXEEXT) \
|
434 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ basic_static_test$(EXEEXT) \
|
435 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ basic_pic_test$(EXEEXT) \
|
436 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ basic_static_pic_test$(EXEEXT) \
|
437 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ basic_pie_test$(EXEEXT) \
|
438 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ constructor_test$(EXEEXT) \
|
439 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ constructor_static_test$(EXEEXT) \
|
440 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test$(EXEEXT) \
|
441 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_static_test$(EXEEXT) \
|
442 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_pic_test$(EXEEXT) \
|
443 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_1_test$(EXEEXT) \
|
444 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2_test$(EXEEXT) \
|
445 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_1_pic_2_test$(EXEEXT) \
|
446 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2_pic_1_test$(EXEEXT) \
|
447 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_same_shared_test$(EXEEXT) \
|
448 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_separate_shared_12_test$(EXEEXT) \
|
449 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_separate_shared_21_test$(EXEEXT) \
|
450 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_relocatable_test$(EXEEXT) \
|
451 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_pie_test$(EXEEXT)
|
452 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_2 = two_file_shared_1_nonpic_test$(EXEEXT) \
|
453 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2_nonpic_test$(EXEEXT) \
|
454 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_same_shared_nonpic_test$(EXEEXT) \
|
455 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_separate_shared_12_nonpic_test$(EXEEXT) \
|
456 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_separate_shared_21_nonpic_test$(EXEEXT) \
|
457 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_mixed_shared_test$(EXEEXT) \
|
458 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_mixed_2_shared_test$(EXEEXT)
|
459 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_3 = \
|
460 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_strip_test$(EXEEXT) \
|
461 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_same_shared_strip_test$(EXEEXT) \
|
462 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ common_test_1$(EXEEXT) \
|
463 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test$(EXEEXT) \
|
464 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_static_test$(EXEEXT) \
|
465 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_shared_1_test$(EXEEXT) \
|
466 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_shared_2_test$(EXEEXT) \
|
467 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_same_shared_test$(EXEEXT) \
|
468 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_separate_shared_12_test$(EXEEXT) \
|
469 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_separate_shared_21_test$(EXEEXT) \
|
470 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_test$(EXEEXT) \
|
471 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_undef_test$(EXEEXT)
|
472 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_4 = weak_undef_nonpic_test$(EXEEXT)
|
473 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_5 = weak_alias_test$(EXEEXT) \
|
474 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_plt$(EXEEXT) \
|
475 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ copy_test$(EXEEXT)
|
476 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am__EXEEXT_6 = \
|
477 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test$(EXEEXT) \
|
478 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_pic_test$(EXEEXT) \
|
479 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_shared_test$(EXEEXT) \
|
480 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_shared_ie_test$(EXEEXT) \
|
481 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_shared_gd_to_ie_test$(EXEEXT)
|
482 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@am__EXEEXT_7 = tls_shared_gnu2_gd_to_ie_test$(EXEEXT)
|
483 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_DESCRIPTORS_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@am__EXEEXT_8 = tls_shared_gnu2_test$(EXEEXT)
|
484 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@am__EXEEXT_9 = tls_static_test$(EXEEXT) \
|
485 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@ tls_static_pic_test$(EXEEXT)
|
486 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am__EXEEXT_10 = tls_shared_nonpic_test$(EXEEXT)
|
487 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_11 = \
|
488 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ many_sections_test$(EXEEXT) \
|
489 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ many_sections_r_test$(EXEEXT)
|
490 |
|
|
@CONSTRUCTOR_PRIORITY_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_12 = initpri1$(EXEEXT)
|
491 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_13 = flagstest_o_specialfile$(EXEEXT)
|
492 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_14 = flagstest_compress_debug_sections$(EXEEXT) \
|
493 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ flagstest_o_specialfile_and_compress_debug_sections$(EXEEXT)
|
494 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_15 = ver_test$(EXEEXT) \
|
495 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_2$(EXEEXT) \
|
496 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_6$(EXEEXT) \
|
497 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_8$(EXEEXT) \
|
498 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_9$(EXEEXT) \
|
499 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_11$(EXEEXT) \
|
500 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_1$(EXEEXT) \
|
501 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_2$(EXEEXT) \
|
502 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_test$(EXEEXT) \
|
503 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_script_test$(EXEEXT) \
|
504 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_1$(EXEEXT) \
|
505 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_2$(EXEEXT) \
|
506 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ justsyms$(EXEEXT) \
|
507 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ binary_test$(EXEEXT) \
|
508 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_3$(EXEEXT) \
|
509 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ thin_archive_test_1$(EXEEXT) \
|
510 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ thin_archive_test_2$(EXEEXT)
|
511 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@am__EXEEXT_16 = plugin_test_1$(EXEEXT) \
|
512 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_2$(EXEEXT) \
|
513 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_3$(EXEEXT) \
|
514 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ plugin_test_4$(EXEEXT)
|
515 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_17 = \
|
516 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exclude_libs_test$(EXEEXT) \
|
517 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ local_labels_test$(EXEEXT) \
|
518 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_test$(EXEEXT)
|
519 |
|
|
@GCC_TRUE@@MCMODEL_MEDIUM_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_18 = large$(EXEEXT)
|
520 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__EXEEXT_19 = \
|
521 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ permission_test$(EXEEXT) \
|
522 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ searched_file_test$(EXEEXT)
|
523 |
|
|
basic_pic_test_SOURCES = basic_pic_test.c
|
524 |
|
|
basic_pic_test_OBJECTS = basic_pic_test.$(OBJEXT)
|
525 |
|
|
basic_pic_test_LDADD = $(LDADD)
|
526 |
|
|
am__DEPENDENCIES_1 =
|
527 |
|
|
basic_pic_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
528 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
529 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
530 |
|
|
basic_pie_test_SOURCES = basic_pie_test.c
|
531 |
|
|
basic_pie_test_OBJECTS = basic_pie_test.$(OBJEXT)
|
532 |
|
|
basic_pie_test_LDADD = $(LDADD)
|
533 |
|
|
basic_pie_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
534 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
535 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
536 |
|
|
basic_static_pic_test_SOURCES = basic_static_pic_test.c
|
537 |
|
|
basic_static_pic_test_OBJECTS = basic_static_pic_test.$(OBJEXT)
|
538 |
|
|
basic_static_pic_test_LDADD = $(LDADD)
|
539 |
|
|
basic_static_pic_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
540 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
541 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
542 |
|
|
basic_static_test_SOURCES = basic_static_test.c
|
543 |
|
|
basic_static_test_OBJECTS = basic_static_test.$(OBJEXT)
|
544 |
|
|
basic_static_test_LDADD = $(LDADD)
|
545 |
|
|
basic_static_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
546 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
547 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
548 |
|
|
basic_test_SOURCES = basic_test.c
|
549 |
|
|
basic_test_OBJECTS = basic_test.$(OBJEXT)
|
550 |
|
|
basic_test_LDADD = $(LDADD)
|
551 |
|
|
basic_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
552 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
553 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
554 |
|
|
am__binary_test_SOURCES_DIST = binary_test.cc
|
555 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_binary_test_OBJECTS = \
|
556 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ binary_test.$(OBJEXT)
|
557 |
|
|
binary_test_OBJECTS = $(am_binary_test_OBJECTS)
|
558 |
|
|
binary_test_LDADD = $(LDADD)
|
559 |
|
|
binary_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
560 |
|
|
$(binary_test_LDFLAGS) $(LDFLAGS) -o $@
|
561 |
|
|
am_binary_unittest_OBJECTS = binary_unittest.$(OBJEXT)
|
562 |
|
|
binary_unittest_OBJECTS = $(am_binary_unittest_OBJECTS)
|
563 |
|
|
binary_unittest_LDADD = $(LDADD)
|
564 |
|
|
binary_unittest_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
565 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
566 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
567 |
|
|
am__common_test_1_SOURCES_DIST = common_test_1.c
|
568 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_common_test_1_OBJECTS = \
|
569 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ common_test_1.$(OBJEXT)
|
570 |
|
|
common_test_1_OBJECTS = $(am_common_test_1_OBJECTS)
|
571 |
|
|
common_test_1_LDADD = $(LDADD)
|
572 |
|
|
common_test_1_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
573 |
|
|
$(common_test_1_LDFLAGS) $(LDFLAGS) -o $@
|
574 |
|
|
am__constructor_static_test_SOURCES_DIST = constructor_test.cc
|
575 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__objects_1 = \
|
576 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ constructor_test.$(OBJEXT)
|
577 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_constructor_static_test_OBJECTS = \
|
578 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(am__objects_1)
|
579 |
|
|
constructor_static_test_OBJECTS = \
|
580 |
|
|
$(am_constructor_static_test_OBJECTS)
|
581 |
|
|
constructor_static_test_LDADD = $(LDADD)
|
582 |
|
|
constructor_static_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
583 |
|
|
$(constructor_static_test_LDFLAGS) $(LDFLAGS) -o $@
|
584 |
|
|
am__constructor_test_SOURCES_DIST = constructor_test.cc
|
585 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_constructor_test_OBJECTS = \
|
586 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ constructor_test.$(OBJEXT)
|
587 |
|
|
constructor_test_OBJECTS = $(am_constructor_test_OBJECTS)
|
588 |
|
|
constructor_test_LDADD = $(LDADD)
|
589 |
|
|
constructor_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
590 |
|
|
$(constructor_test_LDFLAGS) $(LDFLAGS) -o $@
|
591 |
|
|
am__copy_test_SOURCES_DIST = copy_test.cc
|
592 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_copy_test_OBJECTS = \
|
593 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ copy_test.$(OBJEXT)
|
594 |
|
|
copy_test_OBJECTS = $(am_copy_test_OBJECTS)
|
595 |
|
|
copy_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
596 |
|
|
$(copy_test_LDFLAGS) $(LDFLAGS) -o $@
|
597 |
|
|
am__discard_locals_test_SOURCES_DIST = discard_locals_test.c
|
598 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_discard_locals_test_OBJECTS = \
|
599 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ discard_locals_test.$(OBJEXT)
|
600 |
|
|
discard_locals_test_OBJECTS = $(am_discard_locals_test_OBJECTS)
|
601 |
|
|
discard_locals_test_LDADD = $(LDADD)
|
602 |
|
|
discard_locals_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
603 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
604 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
605 |
|
|
discard_locals_test_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
606 |
|
|
$(discard_locals_test_LDFLAGS) $(LDFLAGS) -o $@
|
607 |
|
|
am__exception_same_shared_test_SOURCES_DIST = exception_test_main.cc
|
608 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_exception_same_shared_test_OBJECTS = \
|
609 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_main.$(OBJEXT)
|
610 |
|
|
exception_same_shared_test_OBJECTS = \
|
611 |
|
|
$(am_exception_same_shared_test_OBJECTS)
|
612 |
|
|
exception_same_shared_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
613 |
|
|
$(exception_same_shared_test_LDFLAGS) $(LDFLAGS) -o $@
|
614 |
|
|
am__exception_separate_shared_12_test_SOURCES_DIST = \
|
615 |
|
|
exception_test_main.cc
|
616 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_exception_separate_shared_12_test_OBJECTS = \
|
617 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_main.$(OBJEXT)
|
618 |
|
|
exception_separate_shared_12_test_OBJECTS = \
|
619 |
|
|
$(am_exception_separate_shared_12_test_OBJECTS)
|
620 |
|
|
exception_separate_shared_12_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
621 |
|
|
$(CXXFLAGS) $(exception_separate_shared_12_test_LDFLAGS) \
|
622 |
|
|
$(LDFLAGS) -o $@
|
623 |
|
|
am__exception_separate_shared_21_test_SOURCES_DIST = \
|
624 |
|
|
exception_test_main.cc
|
625 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_exception_separate_shared_21_test_OBJECTS = \
|
626 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_main.$(OBJEXT)
|
627 |
|
|
exception_separate_shared_21_test_OBJECTS = \
|
628 |
|
|
$(am_exception_separate_shared_21_test_OBJECTS)
|
629 |
|
|
exception_separate_shared_21_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
630 |
|
|
$(CXXFLAGS) $(exception_separate_shared_21_test_LDFLAGS) \
|
631 |
|
|
$(LDFLAGS) -o $@
|
632 |
|
|
am__exception_shared_1_test_SOURCES_DIST = exception_test_2.cc \
|
633 |
|
|
exception_test_main.cc
|
634 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_exception_shared_1_test_OBJECTS = \
|
635 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_2.$(OBJEXT) \
|
636 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_main.$(OBJEXT)
|
637 |
|
|
exception_shared_1_test_OBJECTS = \
|
638 |
|
|
$(am_exception_shared_1_test_OBJECTS)
|
639 |
|
|
exception_shared_1_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
640 |
|
|
$(exception_shared_1_test_LDFLAGS) $(LDFLAGS) -o $@
|
641 |
|
|
am__exception_shared_2_test_SOURCES_DIST = exception_test_1.cc \
|
642 |
|
|
exception_test_main.cc
|
643 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_exception_shared_2_test_OBJECTS = \
|
644 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_1.$(OBJEXT) \
|
645 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_main.$(OBJEXT)
|
646 |
|
|
exception_shared_2_test_OBJECTS = \
|
647 |
|
|
$(am_exception_shared_2_test_OBJECTS)
|
648 |
|
|
exception_shared_2_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
649 |
|
|
$(exception_shared_2_test_LDFLAGS) $(LDFLAGS) -o $@
|
650 |
|
|
am__exception_static_test_SOURCES_DIST = exception_test_main.cc \
|
651 |
|
|
exception_test_1.cc exception_test_2.cc exception_test.h
|
652 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__objects_2 = \
|
653 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_main.$(OBJEXT) \
|
654 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_1.$(OBJEXT) \
|
655 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_2.$(OBJEXT)
|
656 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_exception_static_test_OBJECTS = \
|
657 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(am__objects_2)
|
658 |
|
|
exception_static_test_OBJECTS = $(am_exception_static_test_OBJECTS)
|
659 |
|
|
exception_static_test_LDADD = $(LDADD)
|
660 |
|
|
exception_static_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
661 |
|
|
$(exception_static_test_LDFLAGS) $(LDFLAGS) -o $@
|
662 |
|
|
am__exception_test_SOURCES_DIST = exception_test_main.cc \
|
663 |
|
|
exception_test_1.cc exception_test_2.cc exception_test.h
|
664 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_exception_test_OBJECTS = \
|
665 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_main.$(OBJEXT) \
|
666 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_1.$(OBJEXT) \
|
667 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_2.$(OBJEXT)
|
668 |
|
|
exception_test_OBJECTS = $(am_exception_test_OBJECTS)
|
669 |
|
|
exception_test_LDADD = $(LDADD)
|
670 |
|
|
exception_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
671 |
|
|
$(exception_test_LDFLAGS) $(LDFLAGS) -o $@
|
672 |
|
|
am__exclude_libs_test_SOURCES_DIST = exclude_libs_test.c
|
673 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_exclude_libs_test_OBJECTS = \
|
674 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exclude_libs_test.$(OBJEXT)
|
675 |
|
|
exclude_libs_test_OBJECTS = $(am_exclude_libs_test_OBJECTS)
|
676 |
|
|
exclude_libs_test_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
677 |
|
|
$(exclude_libs_test_LDFLAGS) $(LDFLAGS) -o $@
|
678 |
|
|
flagstest_compress_debug_sections_SOURCES = \
|
679 |
|
|
flagstest_compress_debug_sections.c
|
680 |
|
|
flagstest_compress_debug_sections_OBJECTS = \
|
681 |
|
|
flagstest_compress_debug_sections.$(OBJEXT)
|
682 |
|
|
flagstest_compress_debug_sections_LDADD = $(LDADD)
|
683 |
|
|
flagstest_compress_debug_sections_DEPENDENCIES = libgoldtest.a \
|
684 |
|
|
../libgold.a ../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
685 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
686 |
|
|
flagstest_o_specialfile_SOURCES = flagstest_o_specialfile.c
|
687 |
|
|
flagstest_o_specialfile_OBJECTS = flagstest_o_specialfile.$(OBJEXT)
|
688 |
|
|
flagstest_o_specialfile_LDADD = $(LDADD)
|
689 |
|
|
flagstest_o_specialfile_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
690 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
691 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
692 |
|
|
flagstest_o_specialfile_and_compress_debug_sections_SOURCES = \
|
693 |
|
|
flagstest_o_specialfile_and_compress_debug_sections.c
|
694 |
|
|
flagstest_o_specialfile_and_compress_debug_sections_OBJECTS = \
|
695 |
|
|
flagstest_o_specialfile_and_compress_debug_sections.$(OBJEXT)
|
696 |
|
|
flagstest_o_specialfile_and_compress_debug_sections_LDADD = $(LDADD)
|
697 |
|
|
flagstest_o_specialfile_and_compress_debug_sections_DEPENDENCIES = \
|
698 |
|
|
libgoldtest.a ../libgold.a ../../libiberty/libiberty.a \
|
699 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
|
700 |
|
|
$(am__DEPENDENCIES_1)
|
701 |
|
|
am__initpri1_SOURCES_DIST = initpri1.c
|
702 |
|
|
@CONSTRUCTOR_PRIORITY_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am_initpri1_OBJECTS = initpri1.$(OBJEXT)
|
703 |
|
|
initpri1_OBJECTS = $(am_initpri1_OBJECTS)
|
704 |
|
|
initpri1_LDADD = $(LDADD)
|
705 |
|
|
initpri1_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(initpri1_LDFLAGS) \
|
706 |
|
|
$(LDFLAGS) -o $@
|
707 |
|
|
am__justsyms_SOURCES_DIST = justsyms_1.cc
|
708 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_justsyms_OBJECTS = \
|
709 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ justsyms_1.$(OBJEXT)
|
710 |
|
|
justsyms_OBJECTS = $(am_justsyms_OBJECTS)
|
711 |
|
|
justsyms_LDADD = $(LDADD)
|
712 |
|
|
justsyms_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
713 |
|
|
$(justsyms_LDFLAGS) $(LDFLAGS) -o $@
|
714 |
|
|
am__large_SOURCES_DIST = large.c
|
715 |
|
|
@GCC_TRUE@@MCMODEL_MEDIUM_TRUE@@NATIVE_LINKER_TRUE@am_large_OBJECTS = large-large.$(OBJEXT)
|
716 |
|
|
large_OBJECTS = $(am_large_OBJECTS)
|
717 |
|
|
large_LDADD = $(LDADD)
|
718 |
|
|
large_LINK = $(CCLD) $(large_CFLAGS) $(CFLAGS) $(large_LDFLAGS) \
|
719 |
|
|
$(LDFLAGS) -o $@
|
720 |
|
|
local_labels_test_SOURCES = local_labels_test.c
|
721 |
|
|
local_labels_test_OBJECTS = local_labels_test.$(OBJEXT)
|
722 |
|
|
local_labels_test_LDADD = $(LDADD)
|
723 |
|
|
local_labels_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
724 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
725 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
726 |
|
|
many_sections_r_test_SOURCES = many_sections_r_test.c
|
727 |
|
|
many_sections_r_test_OBJECTS = many_sections_r_test.$(OBJEXT)
|
728 |
|
|
many_sections_r_test_LDADD = $(LDADD)
|
729 |
|
|
many_sections_r_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
730 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
731 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
732 |
|
|
am__many_sections_test_SOURCES_DIST = many_sections_test.cc
|
733 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_many_sections_test_OBJECTS = \
|
734 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ many_sections_test.$(OBJEXT)
|
735 |
|
|
many_sections_test_OBJECTS = $(am_many_sections_test_OBJECTS)
|
736 |
|
|
many_sections_test_LDADD = $(LDADD)
|
737 |
|
|
many_sections_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
738 |
|
|
$(many_sections_test_LDFLAGS) $(LDFLAGS) -o $@
|
739 |
|
|
am_object_unittest_OBJECTS = object_unittest.$(OBJEXT)
|
740 |
|
|
object_unittest_OBJECTS = $(am_object_unittest_OBJECTS)
|
741 |
|
|
object_unittest_LDADD = $(LDADD)
|
742 |
|
|
object_unittest_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
743 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
744 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
745 |
|
|
permission_test_SOURCES = permission_test.c
|
746 |
|
|
permission_test_OBJECTS = permission_test.$(OBJEXT)
|
747 |
|
|
permission_test_LDADD = $(LDADD)
|
748 |
|
|
permission_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
749 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
750 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
751 |
|
|
plugin_test_1_SOURCES = plugin_test_1.c
|
752 |
|
|
plugin_test_1_OBJECTS = plugin_test_1.$(OBJEXT)
|
753 |
|
|
plugin_test_1_LDADD = $(LDADD)
|
754 |
|
|
plugin_test_1_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
755 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
756 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
757 |
|
|
plugin_test_2_SOURCES = plugin_test_2.c
|
758 |
|
|
plugin_test_2_OBJECTS = plugin_test_2.$(OBJEXT)
|
759 |
|
|
plugin_test_2_LDADD = $(LDADD)
|
760 |
|
|
plugin_test_2_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
761 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
762 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
763 |
|
|
plugin_test_3_SOURCES = plugin_test_3.c
|
764 |
|
|
plugin_test_3_OBJECTS = plugin_test_3.$(OBJEXT)
|
765 |
|
|
plugin_test_3_LDADD = $(LDADD)
|
766 |
|
|
plugin_test_3_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
767 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
768 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
769 |
|
|
plugin_test_4_SOURCES = plugin_test_4.c
|
770 |
|
|
plugin_test_4_OBJECTS = plugin_test_4.$(OBJEXT)
|
771 |
|
|
plugin_test_4_LDADD = $(LDADD)
|
772 |
|
|
plugin_test_4_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
773 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
774 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
775 |
|
|
am__protected_1_SOURCES_DIST = protected_main_1.cc protected_main_2.cc \
|
776 |
|
|
protected_main_3.cc
|
777 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_protected_1_OBJECTS = \
|
778 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_main_1.$(OBJEXT) \
|
779 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_main_2.$(OBJEXT) \
|
780 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_main_3.$(OBJEXT)
|
781 |
|
|
protected_1_OBJECTS = $(am_protected_1_OBJECTS)
|
782 |
|
|
protected_1_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
783 |
|
|
$(protected_1_LDFLAGS) $(LDFLAGS) -o $@
|
784 |
|
|
am__protected_2_SOURCES_DIST = protected_main_1.cc protected_3.cc
|
785 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_protected_2_OBJECTS = \
|
786 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_main_1.$(OBJEXT) \
|
787 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_3.$(OBJEXT)
|
788 |
|
|
protected_2_OBJECTS = $(am_protected_2_OBJECTS)
|
789 |
|
|
protected_2_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
790 |
|
|
$(protected_2_LDFLAGS) $(LDFLAGS) -o $@
|
791 |
|
|
am__relro_script_test_SOURCES_DIST = relro_test_main.cc
|
792 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_relro_script_test_OBJECTS = \
|
793 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_test_main.$(OBJEXT)
|
794 |
|
|
relro_script_test_OBJECTS = $(am_relro_script_test_OBJECTS)
|
795 |
|
|
relro_script_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
796 |
|
|
$(relro_script_test_LDFLAGS) $(LDFLAGS) -o $@
|
797 |
|
|
am__relro_test_SOURCES_DIST = relro_test_main.cc
|
798 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_relro_test_OBJECTS = \
|
799 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ relro_test_main.$(OBJEXT)
|
800 |
|
|
relro_test_OBJECTS = $(am_relro_test_OBJECTS)
|
801 |
|
|
relro_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
802 |
|
|
$(relro_test_LDFLAGS) $(LDFLAGS) -o $@
|
803 |
|
|
am__script_test_1_SOURCES_DIST = script_test_1.cc
|
804 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_script_test_1_OBJECTS = \
|
805 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_1.$(OBJEXT)
|
806 |
|
|
script_test_1_OBJECTS = $(am_script_test_1_OBJECTS)
|
807 |
|
|
script_test_1_LDADD = $(LDADD)
|
808 |
|
|
script_test_1_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
809 |
|
|
$(script_test_1_LDFLAGS) $(LDFLAGS) -o $@
|
810 |
|
|
am__script_test_2_SOURCES_DIST = script_test_2.cc script_test_2a.cc \
|
811 |
|
|
script_test_2b.cc
|
812 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_script_test_2_OBJECTS = \
|
813 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_2.$(OBJEXT) \
|
814 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_2a.$(OBJEXT) \
|
815 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ script_test_2b.$(OBJEXT)
|
816 |
|
|
script_test_2_OBJECTS = $(am_script_test_2_OBJECTS)
|
817 |
|
|
script_test_2_LDADD = $(LDADD)
|
818 |
|
|
script_test_2_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
819 |
|
|
$(script_test_2_LDFLAGS) $(LDFLAGS) -o $@
|
820 |
|
|
script_test_3_SOURCES = script_test_3.c
|
821 |
|
|
script_test_3_OBJECTS = script_test_3.$(OBJEXT)
|
822 |
|
|
script_test_3_LDADD = $(LDADD)
|
823 |
|
|
script_test_3_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
824 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
825 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
826 |
|
|
am__searched_file_test_SOURCES_DIST = searched_file_test.cc
|
827 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_searched_file_test_OBJECTS = \
|
828 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ searched_file_test.$(OBJEXT)
|
829 |
|
|
searched_file_test_OBJECTS = $(am_searched_file_test_OBJECTS)
|
830 |
|
|
searched_file_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
831 |
|
|
$(searched_file_test_LDFLAGS) $(LDFLAGS) -o $@
|
832 |
|
|
am__thin_archive_test_1_SOURCES_DIST = thin_archive_main.cc
|
833 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_thin_archive_test_1_OBJECTS = \
|
834 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ thin_archive_main.$(OBJEXT)
|
835 |
|
|
thin_archive_test_1_OBJECTS = $(am_thin_archive_test_1_OBJECTS)
|
836 |
|
|
thin_archive_test_1_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
837 |
|
|
$(thin_archive_test_1_LDFLAGS) $(LDFLAGS) -o $@
|
838 |
|
|
am__thin_archive_test_2_SOURCES_DIST = thin_archive_main.cc
|
839 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_thin_archive_test_2_OBJECTS = \
|
840 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ thin_archive_main.$(OBJEXT)
|
841 |
|
|
thin_archive_test_2_OBJECTS = $(am_thin_archive_test_2_OBJECTS)
|
842 |
|
|
thin_archive_test_2_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
843 |
|
|
$(thin_archive_test_2_LDFLAGS) $(LDFLAGS) -o $@
|
844 |
|
|
am__tls_pic_test_SOURCES_DIST = tls_test_main.cc
|
845 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am_tls_pic_test_OBJECTS = tls_test_main.$(OBJEXT)
|
846 |
|
|
tls_pic_test_OBJECTS = $(am_tls_pic_test_OBJECTS)
|
847 |
|
|
tls_pic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
848 |
|
|
$(tls_pic_test_LDFLAGS) $(LDFLAGS) -o $@
|
849 |
|
|
am__tls_shared_gd_to_ie_test_SOURCES_DIST = tls_test_main.cc
|
850 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am_tls_shared_gd_to_ie_test_OBJECTS = tls_test_main.$(OBJEXT)
|
851 |
|
|
tls_shared_gd_to_ie_test_OBJECTS = \
|
852 |
|
|
$(am_tls_shared_gd_to_ie_test_OBJECTS)
|
853 |
|
|
tls_shared_gd_to_ie_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
854 |
|
|
$(tls_shared_gd_to_ie_test_LDFLAGS) $(LDFLAGS) -o $@
|
855 |
|
|
am__tls_shared_gnu2_gd_to_ie_test_SOURCES_DIST = tls_test_main.cc
|
856 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@am_tls_shared_gnu2_gd_to_ie_test_OBJECTS = tls_test_main.$(OBJEXT)
|
857 |
|
|
tls_shared_gnu2_gd_to_ie_test_OBJECTS = \
|
858 |
|
|
$(am_tls_shared_gnu2_gd_to_ie_test_OBJECTS)
|
859 |
|
|
tls_shared_gnu2_gd_to_ie_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
860 |
|
|
$(CXXFLAGS) $(tls_shared_gnu2_gd_to_ie_test_LDFLAGS) \
|
861 |
|
|
$(LDFLAGS) -o $@
|
862 |
|
|
am__tls_shared_gnu2_test_SOURCES_DIST = tls_test_main.cc
|
863 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_DESCRIPTORS_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@am_tls_shared_gnu2_test_OBJECTS = tls_test_main.$(OBJEXT)
|
864 |
|
|
tls_shared_gnu2_test_OBJECTS = $(am_tls_shared_gnu2_test_OBJECTS)
|
865 |
|
|
tls_shared_gnu2_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
866 |
|
|
$(tls_shared_gnu2_test_LDFLAGS) $(LDFLAGS) -o $@
|
867 |
|
|
am__tls_shared_ie_test_SOURCES_DIST = tls_test_main.cc
|
868 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am_tls_shared_ie_test_OBJECTS = tls_test_main.$(OBJEXT)
|
869 |
|
|
tls_shared_ie_test_OBJECTS = $(am_tls_shared_ie_test_OBJECTS)
|
870 |
|
|
tls_shared_ie_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
871 |
|
|
$(tls_shared_ie_test_LDFLAGS) $(LDFLAGS) -o $@
|
872 |
|
|
am__tls_shared_nonpic_test_SOURCES_DIST = tls_test_main.cc
|
873 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am_tls_shared_nonpic_test_OBJECTS = tls_test_main.$(OBJEXT)
|
874 |
|
|
tls_shared_nonpic_test_OBJECTS = $(am_tls_shared_nonpic_test_OBJECTS)
|
875 |
|
|
tls_shared_nonpic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
876 |
|
|
$(tls_shared_nonpic_test_LDFLAGS) $(LDFLAGS) -o $@
|
877 |
|
|
am__tls_shared_test_SOURCES_DIST = tls_test_main.cc
|
878 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am_tls_shared_test_OBJECTS = tls_test_main.$(OBJEXT)
|
879 |
|
|
tls_shared_test_OBJECTS = $(am_tls_shared_test_OBJECTS)
|
880 |
|
|
tls_shared_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
881 |
|
|
$(tls_shared_test_LDFLAGS) $(LDFLAGS) -o $@
|
882 |
|
|
am__tls_static_pic_test_SOURCES_DIST = tls_test_main.cc
|
883 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am__objects_3 = tls_test_main.$(OBJEXT)
|
884 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@am_tls_static_pic_test_OBJECTS = $(am__objects_3)
|
885 |
|
|
tls_static_pic_test_OBJECTS = $(am_tls_static_pic_test_OBJECTS)
|
886 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am__DEPENDENCIES_2 = \
|
887 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_pic.o \
|
888 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_file2_pic.o \
|
889 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_c_pic.o
|
890 |
|
|
tls_static_pic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
891 |
|
|
$(tls_static_pic_test_LDFLAGS) $(LDFLAGS) -o $@
|
892 |
|
|
am__tls_static_test_SOURCES_DIST = tls_test.cc tls_test_file2.cc \
|
893 |
|
|
tls_test_main.cc tls_test.h
|
894 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am__objects_4 = \
|
895 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test.$(OBJEXT) \
|
896 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_file2.$(OBJEXT) \
|
897 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_main.$(OBJEXT)
|
898 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@am_tls_static_test_OBJECTS = $(am__objects_4)
|
899 |
|
|
tls_static_test_OBJECTS = $(am_tls_static_test_OBJECTS)
|
900 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am__DEPENDENCIES_3 = \
|
901 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_c.o
|
902 |
|
|
tls_static_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
903 |
|
|
$(tls_static_test_LDFLAGS) $(LDFLAGS) -o $@
|
904 |
|
|
am__tls_test_SOURCES_DIST = tls_test.cc tls_test_file2.cc \
|
905 |
|
|
tls_test_main.cc tls_test.h
|
906 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@am_tls_test_OBJECTS = \
|
907 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test.$(OBJEXT) \
|
908 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_file2.$(OBJEXT) \
|
909 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_main.$(OBJEXT)
|
910 |
|
|
tls_test_OBJECTS = $(am_tls_test_OBJECTS)
|
911 |
|
|
tls_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
912 |
|
|
$(tls_test_LDFLAGS) $(LDFLAGS) -o $@
|
913 |
|
|
am__two_file_mixed_2_shared_test_SOURCES_DIST = two_file_test_main.cc
|
914 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_mixed_2_shared_test_OBJECTS = two_file_test_main.$(OBJEXT)
|
915 |
|
|
two_file_mixed_2_shared_test_OBJECTS = \
|
916 |
|
|
$(am_two_file_mixed_2_shared_test_OBJECTS)
|
917 |
|
|
two_file_mixed_2_shared_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
918 |
|
|
$(CXXFLAGS) $(two_file_mixed_2_shared_test_LDFLAGS) $(LDFLAGS) \
|
919 |
|
|
-o $@
|
920 |
|
|
am__two_file_mixed_shared_test_SOURCES_DIST = two_file_test_main.cc
|
921 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_mixed_shared_test_OBJECTS = two_file_test_main.$(OBJEXT)
|
922 |
|
|
two_file_mixed_shared_test_OBJECTS = \
|
923 |
|
|
$(am_two_file_mixed_shared_test_OBJECTS)
|
924 |
|
|
two_file_mixed_shared_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
925 |
|
|
$(two_file_mixed_shared_test_LDFLAGS) $(LDFLAGS) -o $@
|
926 |
|
|
am__two_file_pic_test_SOURCES_DIST = two_file_test_main.cc
|
927 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_pic_test_OBJECTS = \
|
928 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
929 |
|
|
two_file_pic_test_OBJECTS = $(am_two_file_pic_test_OBJECTS)
|
930 |
|
|
two_file_pic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
931 |
|
|
$(two_file_pic_test_LDFLAGS) $(LDFLAGS) -o $@
|
932 |
|
|
two_file_pie_test_SOURCES = two_file_pie_test.c
|
933 |
|
|
two_file_pie_test_OBJECTS = two_file_pie_test.$(OBJEXT)
|
934 |
|
|
two_file_pie_test_LDADD = $(LDADD)
|
935 |
|
|
two_file_pie_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
936 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
937 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
938 |
|
|
am__two_file_relocatable_test_SOURCES_DIST = two_file_test_main.cc
|
939 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_relocatable_test_OBJECTS = \
|
940 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
941 |
|
|
two_file_relocatable_test_OBJECTS = \
|
942 |
|
|
$(am_two_file_relocatable_test_OBJECTS)
|
943 |
|
|
two_file_relocatable_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
944 |
|
|
$(two_file_relocatable_test_LDFLAGS) $(LDFLAGS) -o $@
|
945 |
|
|
am__two_file_same_shared_nonpic_test_SOURCES_DIST = \
|
946 |
|
|
two_file_test_main.cc
|
947 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_same_shared_nonpic_test_OBJECTS = two_file_test_main.$(OBJEXT)
|
948 |
|
|
two_file_same_shared_nonpic_test_OBJECTS = \
|
949 |
|
|
$(am_two_file_same_shared_nonpic_test_OBJECTS)
|
950 |
|
|
two_file_same_shared_nonpic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
951 |
|
|
$(CXXFLAGS) $(two_file_same_shared_nonpic_test_LDFLAGS) \
|
952 |
|
|
$(LDFLAGS) -o $@
|
953 |
|
|
am__two_file_same_shared_strip_test_SOURCES_DIST = \
|
954 |
|
|
two_file_test_main.cc
|
955 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_same_shared_strip_test_OBJECTS = \
|
956 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
957 |
|
|
two_file_same_shared_strip_test_OBJECTS = \
|
958 |
|
|
$(am_two_file_same_shared_strip_test_OBJECTS)
|
959 |
|
|
two_file_same_shared_strip_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
960 |
|
|
$(CXXFLAGS) $(two_file_same_shared_strip_test_LDFLAGS) \
|
961 |
|
|
$(LDFLAGS) -o $@
|
962 |
|
|
am__two_file_same_shared_test_SOURCES_DIST = two_file_test_main.cc
|
963 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_same_shared_test_OBJECTS = \
|
964 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
965 |
|
|
two_file_same_shared_test_OBJECTS = \
|
966 |
|
|
$(am_two_file_same_shared_test_OBJECTS)
|
967 |
|
|
two_file_same_shared_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
968 |
|
|
$(two_file_same_shared_test_LDFLAGS) $(LDFLAGS) -o $@
|
969 |
|
|
am__two_file_separate_shared_12_nonpic_test_SOURCES_DIST = \
|
970 |
|
|
two_file_test_main.cc
|
971 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_separate_shared_12_nonpic_test_OBJECTS = two_file_test_main.$(OBJEXT)
|
972 |
|
|
two_file_separate_shared_12_nonpic_test_OBJECTS = \
|
973 |
|
|
$(am_two_file_separate_shared_12_nonpic_test_OBJECTS)
|
974 |
|
|
two_file_separate_shared_12_nonpic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
975 |
|
|
$(CXXFLAGS) $(two_file_separate_shared_12_nonpic_test_LDFLAGS) \
|
976 |
|
|
$(LDFLAGS) -o $@
|
977 |
|
|
am__two_file_separate_shared_12_test_SOURCES_DIST = \
|
978 |
|
|
two_file_test_main.cc
|
979 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_separate_shared_12_test_OBJECTS = \
|
980 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
981 |
|
|
two_file_separate_shared_12_test_OBJECTS = \
|
982 |
|
|
$(am_two_file_separate_shared_12_test_OBJECTS)
|
983 |
|
|
two_file_separate_shared_12_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
984 |
|
|
$(CXXFLAGS) $(two_file_separate_shared_12_test_LDFLAGS) \
|
985 |
|
|
$(LDFLAGS) -o $@
|
986 |
|
|
am__two_file_separate_shared_21_nonpic_test_SOURCES_DIST = \
|
987 |
|
|
two_file_test_main.cc
|
988 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_separate_shared_21_nonpic_test_OBJECTS = two_file_test_main.$(OBJEXT)
|
989 |
|
|
two_file_separate_shared_21_nonpic_test_OBJECTS = \
|
990 |
|
|
$(am_two_file_separate_shared_21_nonpic_test_OBJECTS)
|
991 |
|
|
two_file_separate_shared_21_nonpic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
992 |
|
|
$(CXXFLAGS) $(two_file_separate_shared_21_nonpic_test_LDFLAGS) \
|
993 |
|
|
$(LDFLAGS) -o $@
|
994 |
|
|
am__two_file_separate_shared_21_test_SOURCES_DIST = \
|
995 |
|
|
two_file_test_main.cc
|
996 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_separate_shared_21_test_OBJECTS = \
|
997 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
998 |
|
|
two_file_separate_shared_21_test_OBJECTS = \
|
999 |
|
|
$(am_two_file_separate_shared_21_test_OBJECTS)
|
1000 |
|
|
two_file_separate_shared_21_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
1001 |
|
|
$(CXXFLAGS) $(two_file_separate_shared_21_test_LDFLAGS) \
|
1002 |
|
|
$(LDFLAGS) -o $@
|
1003 |
|
|
am__two_file_shared_1_nonpic_test_SOURCES_DIST = two_file_test_2.cc \
|
1004 |
|
|
two_file_test_main.cc
|
1005 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_shared_1_nonpic_test_OBJECTS = two_file_test_2.$(OBJEXT) \
|
1006 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
1007 |
|
|
two_file_shared_1_nonpic_test_OBJECTS = \
|
1008 |
|
|
$(am_two_file_shared_1_nonpic_test_OBJECTS)
|
1009 |
|
|
two_file_shared_1_nonpic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
1010 |
|
|
$(CXXFLAGS) $(two_file_shared_1_nonpic_test_LDFLAGS) \
|
1011 |
|
|
$(LDFLAGS) -o $@
|
1012 |
|
|
am__two_file_shared_1_pic_2_test_SOURCES_DIST = two_file_test_main.cc
|
1013 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_shared_1_pic_2_test_OBJECTS = \
|
1014 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
1015 |
|
|
two_file_shared_1_pic_2_test_OBJECTS = \
|
1016 |
|
|
$(am_two_file_shared_1_pic_2_test_OBJECTS)
|
1017 |
|
|
two_file_shared_1_pic_2_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
1018 |
|
|
$(CXXFLAGS) $(two_file_shared_1_pic_2_test_LDFLAGS) $(LDFLAGS) \
|
1019 |
|
|
-o $@
|
1020 |
|
|
am__two_file_shared_1_test_SOURCES_DIST = two_file_test_2.cc \
|
1021 |
|
|
two_file_test_main.cc
|
1022 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_shared_1_test_OBJECTS = \
|
1023 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_2.$(OBJEXT) \
|
1024 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
1025 |
|
|
two_file_shared_1_test_OBJECTS = $(am_two_file_shared_1_test_OBJECTS)
|
1026 |
|
|
two_file_shared_1_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1027 |
|
|
$(two_file_shared_1_test_LDFLAGS) $(LDFLAGS) -o $@
|
1028 |
|
|
am__two_file_shared_2_nonpic_test_SOURCES_DIST = two_file_test_1.cc \
|
1029 |
|
|
two_file_test_1b.cc two_file_test_main.cc
|
1030 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_shared_2_nonpic_test_OBJECTS = two_file_test_1.$(OBJEXT) \
|
1031 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1b.$(OBJEXT) \
|
1032 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
1033 |
|
|
two_file_shared_2_nonpic_test_OBJECTS = \
|
1034 |
|
|
$(am_two_file_shared_2_nonpic_test_OBJECTS)
|
1035 |
|
|
two_file_shared_2_nonpic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
1036 |
|
|
$(CXXFLAGS) $(two_file_shared_2_nonpic_test_LDFLAGS) \
|
1037 |
|
|
$(LDFLAGS) -o $@
|
1038 |
|
|
am__two_file_shared_2_pic_1_test_SOURCES_DIST = two_file_test_main.cc
|
1039 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_shared_2_pic_1_test_OBJECTS = \
|
1040 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
1041 |
|
|
two_file_shared_2_pic_1_test_OBJECTS = \
|
1042 |
|
|
$(am_two_file_shared_2_pic_1_test_OBJECTS)
|
1043 |
|
|
two_file_shared_2_pic_1_test_LINK = $(CXXLD) $(AM_CXXFLAGS) \
|
1044 |
|
|
$(CXXFLAGS) $(two_file_shared_2_pic_1_test_LDFLAGS) $(LDFLAGS) \
|
1045 |
|
|
-o $@
|
1046 |
|
|
am__two_file_shared_2_test_SOURCES_DIST = two_file_test_1.cc \
|
1047 |
|
|
two_file_test_1b.cc two_file_test_main.cc
|
1048 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_shared_2_test_OBJECTS = \
|
1049 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1.$(OBJEXT) \
|
1050 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1b.$(OBJEXT) \
|
1051 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
1052 |
|
|
two_file_shared_2_test_OBJECTS = $(am_two_file_shared_2_test_OBJECTS)
|
1053 |
|
|
two_file_shared_2_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1054 |
|
|
$(two_file_shared_2_test_LDFLAGS) $(LDFLAGS) -o $@
|
1055 |
|
|
am__two_file_static_test_SOURCES_DIST = two_file_test_1.cc \
|
1056 |
|
|
two_file_test_1b.cc two_file_test_2.cc two_file_test_main.cc \
|
1057 |
|
|
two_file_test.h
|
1058 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__objects_5 = \
|
1059 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1.$(OBJEXT) \
|
1060 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1b.$(OBJEXT) \
|
1061 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_2.$(OBJEXT) \
|
1062 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
1063 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_static_test_OBJECTS = \
|
1064 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(am__objects_5)
|
1065 |
|
|
two_file_static_test_OBJECTS = $(am_two_file_static_test_OBJECTS)
|
1066 |
|
|
two_file_static_test_LDADD = $(LDADD)
|
1067 |
|
|
two_file_static_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1068 |
|
|
$(two_file_static_test_LDFLAGS) $(LDFLAGS) -o $@
|
1069 |
|
|
two_file_strip_test_SOURCES = two_file_strip_test.c
|
1070 |
|
|
two_file_strip_test_OBJECTS = two_file_strip_test.$(OBJEXT)
|
1071 |
|
|
two_file_strip_test_LDADD = $(LDADD)
|
1072 |
|
|
two_file_strip_test_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1073 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1074 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1075 |
|
|
am__two_file_test_SOURCES_DIST = two_file_test_1.cc \
|
1076 |
|
|
two_file_test_1b.cc two_file_test_2.cc two_file_test_main.cc \
|
1077 |
|
|
two_file_test.h
|
1078 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_two_file_test_OBJECTS = \
|
1079 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1.$(OBJEXT) \
|
1080 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1b.$(OBJEXT) \
|
1081 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_2.$(OBJEXT) \
|
1082 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
1083 |
|
|
two_file_test_OBJECTS = $(am_two_file_test_OBJECTS)
|
1084 |
|
|
two_file_test_LDADD = $(LDADD)
|
1085 |
|
|
two_file_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1086 |
|
|
$(two_file_test_LDFLAGS) $(LDFLAGS) -o $@
|
1087 |
|
|
am__ver_test_SOURCES_DIST = ver_test_main.cc
|
1088 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ver_test_OBJECTS = \
|
1089 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_main.$(OBJEXT)
|
1090 |
|
|
ver_test_OBJECTS = $(am_ver_test_OBJECTS)
|
1091 |
|
|
ver_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1092 |
|
|
$(ver_test_LDFLAGS) $(LDFLAGS) -o $@
|
1093 |
|
|
am__ver_test_11_SOURCES_DIST = ver_test_main_2.cc
|
1094 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ver_test_11_OBJECTS = \
|
1095 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_main_2.$(OBJEXT)
|
1096 |
|
|
ver_test_11_OBJECTS = $(am_ver_test_11_OBJECTS)
|
1097 |
|
|
ver_test_11_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1098 |
|
|
$(ver_test_11_LDFLAGS) $(LDFLAGS) -o $@
|
1099 |
|
|
am__ver_test_2_SOURCES_DIST = ver_test_main_2.cc
|
1100 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ver_test_2_OBJECTS = \
|
1101 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_main_2.$(OBJEXT)
|
1102 |
|
|
ver_test_2_OBJECTS = $(am_ver_test_2_OBJECTS)
|
1103 |
|
|
ver_test_2_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1104 |
|
|
$(ver_test_2_LDFLAGS) $(LDFLAGS) -o $@
|
1105 |
|
|
am__ver_test_6_SOURCES_DIST = ver_test_6.c
|
1106 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ver_test_6_OBJECTS = \
|
1107 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_6.$(OBJEXT)
|
1108 |
|
|
ver_test_6_OBJECTS = $(am_ver_test_6_OBJECTS)
|
1109 |
|
|
ver_test_6_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(ver_test_6_LDFLAGS) \
|
1110 |
|
|
$(LDFLAGS) -o $@
|
1111 |
|
|
am__ver_test_8_SOURCES_DIST = two_file_test_main.cc
|
1112 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ver_test_8_OBJECTS = \
|
1113 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.$(OBJEXT)
|
1114 |
|
|
ver_test_8_OBJECTS = $(am_ver_test_8_OBJECTS)
|
1115 |
|
|
ver_test_8_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1116 |
|
|
$(ver_test_8_LDFLAGS) $(LDFLAGS) -o $@
|
1117 |
|
|
am__ver_test_9_SOURCES_DIST = ver_test_main.cc
|
1118 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_ver_test_9_OBJECTS = \
|
1119 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ ver_test_main.$(OBJEXT)
|
1120 |
|
|
ver_test_9_OBJECTS = $(am_ver_test_9_OBJECTS)
|
1121 |
|
|
ver_test_9_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1122 |
|
|
$(ver_test_9_LDFLAGS) $(LDFLAGS) -o $@
|
1123 |
|
|
am__weak_alias_test_SOURCES_DIST = weak_alias_test_main.cc
|
1124 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_weak_alias_test_OBJECTS = \
|
1125 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_alias_test_main.$(OBJEXT)
|
1126 |
|
|
weak_alias_test_OBJECTS = $(am_weak_alias_test_OBJECTS)
|
1127 |
|
|
weak_alias_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1128 |
|
|
$(weak_alias_test_LDFLAGS) $(LDFLAGS) -o $@
|
1129 |
|
|
weak_plt_SOURCES = weak_plt.c
|
1130 |
|
|
weak_plt_OBJECTS = weak_plt.$(OBJEXT)
|
1131 |
|
|
weak_plt_LDADD = $(LDADD)
|
1132 |
|
|
weak_plt_DEPENDENCIES = libgoldtest.a ../libgold.a \
|
1133 |
|
|
../../libiberty/libiberty.a $(am__DEPENDENCIES_1) \
|
1134 |
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
|
1135 |
|
|
am__weak_test_SOURCES_DIST = weak_test.cc
|
1136 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_weak_test_OBJECTS = \
|
1137 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_test.$(OBJEXT)
|
1138 |
|
|
weak_test_OBJECTS = $(am_weak_test_OBJECTS)
|
1139 |
|
|
weak_test_LDADD = $(LDADD)
|
1140 |
|
|
weak_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1141 |
|
|
$(weak_test_LDFLAGS) $(LDFLAGS) -o $@
|
1142 |
|
|
am__weak_undef_nonpic_test_SOURCES_DIST = weak_undef_test.cc
|
1143 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am_weak_undef_nonpic_test_OBJECTS = weak_undef_test.$(OBJEXT)
|
1144 |
|
|
weak_undef_nonpic_test_OBJECTS = $(am_weak_undef_nonpic_test_OBJECTS)
|
1145 |
|
|
weak_undef_nonpic_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1146 |
|
|
$(weak_undef_nonpic_test_LDFLAGS) $(LDFLAGS) -o $@
|
1147 |
|
|
am__weak_undef_test_SOURCES_DIST = weak_undef_test.cc
|
1148 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@am_weak_undef_test_OBJECTS = \
|
1149 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_undef_test.$(OBJEXT)
|
1150 |
|
|
weak_undef_test_OBJECTS = $(am_weak_undef_test_OBJECTS)
|
1151 |
|
|
weak_undef_test_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
1152 |
|
|
$(weak_undef_test_LDFLAGS) $(LDFLAGS) -o $@
|
1153 |
|
|
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
|
1154 |
|
|
depcomp = $(SHELL) $(top_srcdir)/../depcomp
|
1155 |
|
|
am__depfiles_maybe = depfiles
|
1156 |
|
|
am__mv = mv -f
|
1157 |
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
1158 |
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
1159 |
|
|
CCLD = $(CC)
|
1160 |
|
|
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
1161 |
|
|
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
1162 |
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
1163 |
|
|
CXXLD = $(CXX)
|
1164 |
|
|
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
|
1165 |
|
|
-o $@
|
1166 |
|
|
SOURCES = $(libgoldtest_a_SOURCES) basic_pic_test.c basic_pie_test.c \
|
1167 |
|
|
basic_static_pic_test.c basic_static_test.c basic_test.c \
|
1168 |
|
|
$(binary_test_SOURCES) $(binary_unittest_SOURCES) \
|
1169 |
|
|
$(common_test_1_SOURCES) $(constructor_static_test_SOURCES) \
|
1170 |
|
|
$(constructor_test_SOURCES) $(copy_test_SOURCES) \
|
1171 |
|
|
$(discard_locals_test_SOURCES) \
|
1172 |
|
|
$(exception_same_shared_test_SOURCES) \
|
1173 |
|
|
$(exception_separate_shared_12_test_SOURCES) \
|
1174 |
|
|
$(exception_separate_shared_21_test_SOURCES) \
|
1175 |
|
|
$(exception_shared_1_test_SOURCES) \
|
1176 |
|
|
$(exception_shared_2_test_SOURCES) \
|
1177 |
|
|
$(exception_static_test_SOURCES) $(exception_test_SOURCES) \
|
1178 |
|
|
$(exclude_libs_test_SOURCES) \
|
1179 |
|
|
flagstest_compress_debug_sections.c flagstest_o_specialfile.c \
|
1180 |
|
|
flagstest_o_specialfile_and_compress_debug_sections.c \
|
1181 |
|
|
$(initpri1_SOURCES) $(justsyms_SOURCES) $(large_SOURCES) \
|
1182 |
|
|
local_labels_test.c many_sections_r_test.c \
|
1183 |
|
|
$(many_sections_test_SOURCES) $(object_unittest_SOURCES) \
|
1184 |
|
|
permission_test.c plugin_test_1.c plugin_test_2.c \
|
1185 |
|
|
plugin_test_3.c plugin_test_4.c $(protected_1_SOURCES) \
|
1186 |
|
|
$(protected_2_SOURCES) $(relro_script_test_SOURCES) \
|
1187 |
|
|
$(relro_test_SOURCES) $(script_test_1_SOURCES) \
|
1188 |
|
|
$(script_test_2_SOURCES) script_test_3.c \
|
1189 |
|
|
$(searched_file_test_SOURCES) $(thin_archive_test_1_SOURCES) \
|
1190 |
|
|
$(thin_archive_test_2_SOURCES) $(tls_pic_test_SOURCES) \
|
1191 |
|
|
$(tls_shared_gd_to_ie_test_SOURCES) \
|
1192 |
|
|
$(tls_shared_gnu2_gd_to_ie_test_SOURCES) \
|
1193 |
|
|
$(tls_shared_gnu2_test_SOURCES) $(tls_shared_ie_test_SOURCES) \
|
1194 |
|
|
$(tls_shared_nonpic_test_SOURCES) $(tls_shared_test_SOURCES) \
|
1195 |
|
|
$(tls_static_pic_test_SOURCES) $(tls_static_test_SOURCES) \
|
1196 |
|
|
$(tls_test_SOURCES) $(two_file_mixed_2_shared_test_SOURCES) \
|
1197 |
|
|
$(two_file_mixed_shared_test_SOURCES) \
|
1198 |
|
|
$(two_file_pic_test_SOURCES) two_file_pie_test.c \
|
1199 |
|
|
$(two_file_relocatable_test_SOURCES) \
|
1200 |
|
|
$(two_file_same_shared_nonpic_test_SOURCES) \
|
1201 |
|
|
$(two_file_same_shared_strip_test_SOURCES) \
|
1202 |
|
|
$(two_file_same_shared_test_SOURCES) \
|
1203 |
|
|
$(two_file_separate_shared_12_nonpic_test_SOURCES) \
|
1204 |
|
|
$(two_file_separate_shared_12_test_SOURCES) \
|
1205 |
|
|
$(two_file_separate_shared_21_nonpic_test_SOURCES) \
|
1206 |
|
|
$(two_file_separate_shared_21_test_SOURCES) \
|
1207 |
|
|
$(two_file_shared_1_nonpic_test_SOURCES) \
|
1208 |
|
|
$(two_file_shared_1_pic_2_test_SOURCES) \
|
1209 |
|
|
$(two_file_shared_1_test_SOURCES) \
|
1210 |
|
|
$(two_file_shared_2_nonpic_test_SOURCES) \
|
1211 |
|
|
$(two_file_shared_2_pic_1_test_SOURCES) \
|
1212 |
|
|
$(two_file_shared_2_test_SOURCES) \
|
1213 |
|
|
$(two_file_static_test_SOURCES) two_file_strip_test.c \
|
1214 |
|
|
$(two_file_test_SOURCES) $(ver_test_SOURCES) \
|
1215 |
|
|
$(ver_test_11_SOURCES) $(ver_test_2_SOURCES) \
|
1216 |
|
|
$(ver_test_6_SOURCES) $(ver_test_8_SOURCES) \
|
1217 |
|
|
$(ver_test_9_SOURCES) $(weak_alias_test_SOURCES) weak_plt.c \
|
1218 |
|
|
$(weak_test_SOURCES) $(weak_undef_nonpic_test_SOURCES) \
|
1219 |
|
|
$(weak_undef_test_SOURCES)
|
1220 |
|
|
DIST_SOURCES = $(libgoldtest_a_SOURCES) basic_pic_test.c \
|
1221 |
|
|
basic_pie_test.c basic_static_pic_test.c basic_static_test.c \
|
1222 |
|
|
basic_test.c $(am__binary_test_SOURCES_DIST) \
|
1223 |
|
|
$(binary_unittest_SOURCES) $(am__common_test_1_SOURCES_DIST) \
|
1224 |
|
|
$(am__constructor_static_test_SOURCES_DIST) \
|
1225 |
|
|
$(am__constructor_test_SOURCES_DIST) \
|
1226 |
|
|
$(am__copy_test_SOURCES_DIST) \
|
1227 |
|
|
$(am__discard_locals_test_SOURCES_DIST) \
|
1228 |
|
|
$(am__exception_same_shared_test_SOURCES_DIST) \
|
1229 |
|
|
$(am__exception_separate_shared_12_test_SOURCES_DIST) \
|
1230 |
|
|
$(am__exception_separate_shared_21_test_SOURCES_DIST) \
|
1231 |
|
|
$(am__exception_shared_1_test_SOURCES_DIST) \
|
1232 |
|
|
$(am__exception_shared_2_test_SOURCES_DIST) \
|
1233 |
|
|
$(am__exception_static_test_SOURCES_DIST) \
|
1234 |
|
|
$(am__exception_test_SOURCES_DIST) \
|
1235 |
|
|
$(am__exclude_libs_test_SOURCES_DIST) \
|
1236 |
|
|
flagstest_compress_debug_sections.c flagstest_o_specialfile.c \
|
1237 |
|
|
flagstest_o_specialfile_and_compress_debug_sections.c \
|
1238 |
|
|
$(am__initpri1_SOURCES_DIST) $(am__justsyms_SOURCES_DIST) \
|
1239 |
|
|
$(am__large_SOURCES_DIST) local_labels_test.c \
|
1240 |
|
|
many_sections_r_test.c $(am__many_sections_test_SOURCES_DIST) \
|
1241 |
|
|
$(object_unittest_SOURCES) permission_test.c plugin_test_1.c \
|
1242 |
|
|
plugin_test_2.c plugin_test_3.c plugin_test_4.c \
|
1243 |
|
|
$(am__protected_1_SOURCES_DIST) \
|
1244 |
|
|
$(am__protected_2_SOURCES_DIST) \
|
1245 |
|
|
$(am__relro_script_test_SOURCES_DIST) \
|
1246 |
|
|
$(am__relro_test_SOURCES_DIST) \
|
1247 |
|
|
$(am__script_test_1_SOURCES_DIST) \
|
1248 |
|
|
$(am__script_test_2_SOURCES_DIST) script_test_3.c \
|
1249 |
|
|
$(am__searched_file_test_SOURCES_DIST) \
|
1250 |
|
|
$(am__thin_archive_test_1_SOURCES_DIST) \
|
1251 |
|
|
$(am__thin_archive_test_2_SOURCES_DIST) \
|
1252 |
|
|
$(am__tls_pic_test_SOURCES_DIST) \
|
1253 |
|
|
$(am__tls_shared_gd_to_ie_test_SOURCES_DIST) \
|
1254 |
|
|
$(am__tls_shared_gnu2_gd_to_ie_test_SOURCES_DIST) \
|
1255 |
|
|
$(am__tls_shared_gnu2_test_SOURCES_DIST) \
|
1256 |
|
|
$(am__tls_shared_ie_test_SOURCES_DIST) \
|
1257 |
|
|
$(am__tls_shared_nonpic_test_SOURCES_DIST) \
|
1258 |
|
|
$(am__tls_shared_test_SOURCES_DIST) \
|
1259 |
|
|
$(am__tls_static_pic_test_SOURCES_DIST) \
|
1260 |
|
|
$(am__tls_static_test_SOURCES_DIST) \
|
1261 |
|
|
$(am__tls_test_SOURCES_DIST) \
|
1262 |
|
|
$(am__two_file_mixed_2_shared_test_SOURCES_DIST) \
|
1263 |
|
|
$(am__two_file_mixed_shared_test_SOURCES_DIST) \
|
1264 |
|
|
$(am__two_file_pic_test_SOURCES_DIST) two_file_pie_test.c \
|
1265 |
|
|
$(am__two_file_relocatable_test_SOURCES_DIST) \
|
1266 |
|
|
$(am__two_file_same_shared_nonpic_test_SOURCES_DIST) \
|
1267 |
|
|
$(am__two_file_same_shared_strip_test_SOURCES_DIST) \
|
1268 |
|
|
$(am__two_file_same_shared_test_SOURCES_DIST) \
|
1269 |
|
|
$(am__two_file_separate_shared_12_nonpic_test_SOURCES_DIST) \
|
1270 |
|
|
$(am__two_file_separate_shared_12_test_SOURCES_DIST) \
|
1271 |
|
|
$(am__two_file_separate_shared_21_nonpic_test_SOURCES_DIST) \
|
1272 |
|
|
$(am__two_file_separate_shared_21_test_SOURCES_DIST) \
|
1273 |
|
|
$(am__two_file_shared_1_nonpic_test_SOURCES_DIST) \
|
1274 |
|
|
$(am__two_file_shared_1_pic_2_test_SOURCES_DIST) \
|
1275 |
|
|
$(am__two_file_shared_1_test_SOURCES_DIST) \
|
1276 |
|
|
$(am__two_file_shared_2_nonpic_test_SOURCES_DIST) \
|
1277 |
|
|
$(am__two_file_shared_2_pic_1_test_SOURCES_DIST) \
|
1278 |
|
|
$(am__two_file_shared_2_test_SOURCES_DIST) \
|
1279 |
|
|
$(am__two_file_static_test_SOURCES_DIST) two_file_strip_test.c \
|
1280 |
|
|
$(am__two_file_test_SOURCES_DIST) $(am__ver_test_SOURCES_DIST) \
|
1281 |
|
|
$(am__ver_test_11_SOURCES_DIST) $(am__ver_test_2_SOURCES_DIST) \
|
1282 |
|
|
$(am__ver_test_6_SOURCES_DIST) $(am__ver_test_8_SOURCES_DIST) \
|
1283 |
|
|
$(am__ver_test_9_SOURCES_DIST) \
|
1284 |
|
|
$(am__weak_alias_test_SOURCES_DIST) weak_plt.c \
|
1285 |
|
|
$(am__weak_test_SOURCES_DIST) \
|
1286 |
|
|
$(am__weak_undef_nonpic_test_SOURCES_DIST) \
|
1287 |
|
|
$(am__weak_undef_test_SOURCES_DIST)
|
1288 |
|
|
ETAGS = etags
|
1289 |
|
|
CTAGS = ctags
|
1290 |
|
|
am__tty_colors = \
|
1291 |
|
|
red=; grn=; lgn=; blu=; std=
|
1292 |
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
1293 |
|
|
ACLOCAL = @ACLOCAL@
|
1294 |
|
|
AMTAR = @AMTAR@
|
1295 |
|
|
AUTOCONF = @AUTOCONF@
|
1296 |
|
|
AUTOHEADER = @AUTOHEADER@
|
1297 |
|
|
AUTOMAKE = @AUTOMAKE@
|
1298 |
|
|
AWK = @AWK@
|
1299 |
|
|
CATALOGS = @CATALOGS@
|
1300 |
|
|
CATOBJEXT = @CATOBJEXT@
|
1301 |
|
|
CC = @CC@
|
1302 |
|
|
CCDEPMODE = @CCDEPMODE@
|
1303 |
|
|
CFLAGS = @CFLAGS@
|
1304 |
|
|
CPP = @CPP@
|
1305 |
|
|
CPPFLAGS = @CPPFLAGS@
|
1306 |
|
|
CXX = @CXX@
|
1307 |
|
|
CXXCPP = @CXXCPP@
|
1308 |
|
|
CXXDEPMODE = @CXXDEPMODE@
|
1309 |
|
|
CXXFLAGS = @CXXFLAGS@
|
1310 |
|
|
CYGPATH_W = @CYGPATH_W@
|
1311 |
|
|
DATADIRNAME = @DATADIRNAME@
|
1312 |
|
|
DEFS = @DEFS@
|
1313 |
|
|
DEPDIR = @DEPDIR@
|
1314 |
|
|
ECHO_C = @ECHO_C@
|
1315 |
|
|
ECHO_N = @ECHO_N@
|
1316 |
|
|
ECHO_T = @ECHO_T@
|
1317 |
|
|
EGREP = @EGREP@
|
1318 |
|
|
EXEEXT = @EXEEXT@
|
1319 |
|
|
GENCAT = @GENCAT@
|
1320 |
|
|
GMSGFMT = @GMSGFMT@
|
1321 |
|
|
GREP = @GREP@
|
1322 |
|
|
INCINTL = @INCINTL@
|
1323 |
|
|
INSTALL = @INSTALL@
|
1324 |
|
|
INSTALL_DATA = @INSTALL_DATA@
|
1325 |
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
1326 |
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
1327 |
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
1328 |
|
|
INSTOBJEXT = @INSTOBJEXT@
|
1329 |
|
|
LDFLAGS = @LDFLAGS@
|
1330 |
|
|
LFS_CFLAGS = @LFS_CFLAGS@
|
1331 |
|
|
LIBINTL = @LIBINTL@
|
1332 |
|
|
LIBINTL_DEP = @LIBINTL_DEP@
|
1333 |
|
|
LIBOBJS = @LIBOBJS@
|
1334 |
|
|
LIBS = @LIBS@
|
1335 |
|
|
LN_S = @LN_S@
|
1336 |
|
|
LTLIBOBJS = @LTLIBOBJS@
|
1337 |
|
|
MAINT = @MAINT@
|
1338 |
|
|
MAKEINFO = @MAKEINFO@
|
1339 |
|
|
MKDIR_P = @MKDIR_P@
|
1340 |
|
|
MKINSTALLDIRS = @MKINSTALLDIRS@
|
1341 |
|
|
MSGFMT = @MSGFMT@
|
1342 |
|
|
MSGMERGE = @MSGMERGE@
|
1343 |
|
|
NO_WERROR = @NO_WERROR@
|
1344 |
|
|
OBJEXT = @OBJEXT@
|
1345 |
|
|
PACKAGE = @PACKAGE@
|
1346 |
|
|
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
1347 |
|
|
PACKAGE_NAME = @PACKAGE_NAME@
|
1348 |
|
|
PACKAGE_STRING = @PACKAGE_STRING@
|
1349 |
|
|
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
1350 |
|
|
PACKAGE_URL = @PACKAGE_URL@
|
1351 |
|
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
1352 |
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
1353 |
|
|
POSUB = @POSUB@
|
1354 |
|
|
RANDOM_SEED_CFLAGS = @RANDOM_SEED_CFLAGS@
|
1355 |
|
|
RANLIB = @RANLIB@
|
1356 |
|
|
SET_MAKE = @SET_MAKE@
|
1357 |
|
|
SHELL = @SHELL@
|
1358 |
|
|
STRIP = @STRIP@
|
1359 |
|
|
TARGETOBJS = @TARGETOBJS@
|
1360 |
|
|
USE_NLS = @USE_NLS@
|
1361 |
|
|
VERSION = @VERSION@
|
1362 |
|
|
WARN_CFLAGS = @WARN_CFLAGS@
|
1363 |
|
|
WARN_CXXFLAGS = @WARN_CXXFLAGS@
|
1364 |
|
|
XGETTEXT = @XGETTEXT@
|
1365 |
|
|
YACC = @YACC@
|
1366 |
|
|
YFLAGS = @YFLAGS@
|
1367 |
|
|
abs_builddir = @abs_builddir@
|
1368 |
|
|
abs_srcdir = @abs_srcdir@
|
1369 |
|
|
abs_top_builddir = @abs_top_builddir@
|
1370 |
|
|
abs_top_srcdir = @abs_top_srcdir@
|
1371 |
|
|
ac_ct_CC = @ac_ct_CC@
|
1372 |
|
|
ac_ct_CXX = @ac_ct_CXX@
|
1373 |
|
|
am__include = @am__include@
|
1374 |
|
|
am__leading_dot = @am__leading_dot@
|
1375 |
|
|
am__quote = @am__quote@
|
1376 |
|
|
am__tar = @am__tar@
|
1377 |
|
|
am__untar = @am__untar@
|
1378 |
|
|
bindir = @bindir@
|
1379 |
|
|
build = @build@
|
1380 |
|
|
build_alias = @build_alias@
|
1381 |
|
|
build_cpu = @build_cpu@
|
1382 |
|
|
build_os = @build_os@
|
1383 |
|
|
build_vendor = @build_vendor@
|
1384 |
|
|
builddir = @builddir@
|
1385 |
|
|
datadir = @datadir@
|
1386 |
|
|
datarootdir = @datarootdir@
|
1387 |
|
|
docdir = @docdir@
|
1388 |
|
|
dvidir = @dvidir@
|
1389 |
|
|
exec_prefix = @exec_prefix@
|
1390 |
|
|
host = @host@
|
1391 |
|
|
host_alias = @host_alias@
|
1392 |
|
|
host_cpu = @host_cpu@
|
1393 |
|
|
host_os = @host_os@
|
1394 |
|
|
host_vendor = @host_vendor@
|
1395 |
|
|
htmldir = @htmldir@
|
1396 |
|
|
includedir = @includedir@
|
1397 |
|
|
infodir = @infodir@
|
1398 |
|
|
install_sh = @install_sh@
|
1399 |
|
|
libdir = @libdir@
|
1400 |
|
|
libexecdir = @libexecdir@
|
1401 |
|
|
localedir = @localedir@
|
1402 |
|
|
localstatedir = @localstatedir@
|
1403 |
|
|
mandir = @mandir@
|
1404 |
|
|
mkdir_p = @mkdir_p@
|
1405 |
|
|
oldincludedir = @oldincludedir@
|
1406 |
|
|
pdfdir = @pdfdir@
|
1407 |
|
|
prefix = @prefix@
|
1408 |
|
|
program_transform_name = @program_transform_name@
|
1409 |
|
|
psdir = @psdir@
|
1410 |
|
|
sbindir = @sbindir@
|
1411 |
|
|
sharedstatedir = @sharedstatedir@
|
1412 |
|
|
srcdir = @srcdir@
|
1413 |
|
|
sysconfdir = @sysconfdir@
|
1414 |
|
|
target = @target@
|
1415 |
|
|
target_alias = @target_alias@
|
1416 |
|
|
target_cpu = @target_cpu@
|
1417 |
|
|
target_os = @target_os@
|
1418 |
|
|
target_vendor = @target_vendor@
|
1419 |
|
|
top_build_prefix = @top_build_prefix@
|
1420 |
|
|
top_builddir = @top_builddir@
|
1421 |
|
|
top_srcdir = @top_srcdir@
|
1422 |
|
|
|
1423 |
|
|
# Ignore warning about AM_PROG_CC_C_O due to large_CFLAGS
|
1424 |
|
|
AUTOMAKE_OPTIONS = foreign -Wno-portability
|
1425 |
|
|
|
1426 |
|
|
# The two_file_test tests -fmerge-constants, so we simply always turn
|
1427 |
|
|
# it on. This may need to be controlled by a configure option
|
1428 |
|
|
# eventually.
|
1429 |
|
|
AM_CFLAGS = $(WARN_CFLAGS) $(LFS_CFLAGS) -fmerge-constants
|
1430 |
|
|
AM_CXXFLAGS = $(WARN_CXXFLAGS) $(LFS_CFLAGS) -fmerge-constants
|
1431 |
|
|
AM_CPPFLAGS = \
|
1432 |
|
|
-I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../../include \
|
1433 |
|
|
-I$(srcdir)/../../elfcpp -I.. \
|
1434 |
|
|
-DLOCALEDIR="\"$(datadir)/locale\"" \
|
1435 |
|
|
@INCINTL@
|
1436 |
|
|
|
1437 |
|
|
TEST_READELF = $(top_builddir)/../binutils/readelf
|
1438 |
|
|
TEST_OBJDUMP = $(top_builddir)/../binutils/objdump
|
1439 |
|
|
TEST_CXXFILT = $(top_builddir)/../binutils/cxxfilt
|
1440 |
|
|
TEST_STRIP = $(top_builddir)/../binutils/strip-new
|
1441 |
|
|
TEST_AR = $(top_builddir)/../binutils/ar
|
1442 |
|
|
TEST_NM = $(top_builddir)/../binutils/nm-new
|
1443 |
|
|
TEST_AS = $(top_builddir)/../gas/as-new
|
1444 |
|
|
@PLUGINS_TRUE@LIBDL = -ldl
|
1445 |
|
|
@THREADS_TRUE@THREADSLIB = -lpthread
|
1446 |
|
|
@OMP_SUPPORT_TRUE@TLS_TEST_C_CFLAGS = -fopenmp
|
1447 |
|
|
|
1448 |
|
|
# 'make clean' is good about deleting some intermediate files (such as
|
1449 |
|
|
# .o's), but not all of them (such as .so's and .err files). We
|
1450 |
|
|
# improve on that here. automake-1.9 info docs say "mostlyclean" is
|
1451 |
|
|
# the right choice for files 'make' builds that people rebuild.
|
1452 |
|
|
MOSTLYCLEANFILES = *.so *.syms *.stdout $(am__append_3) \
|
1453 |
|
|
$(am__append_8) $(am__append_17) $(am__append_25) \
|
1454 |
|
|
$(am__append_29) $(am__append_34) $(am__append_37)
|
1455 |
|
|
|
1456 |
|
|
# We will add to these later, for each individual test. Note
|
1457 |
|
|
# that we add each test under check_SCRIPTS or check_PROGRAMS;
|
1458 |
|
|
# the TESTS variable is automatically populated from these.
|
1459 |
|
|
check_SCRIPTS = $(am__append_1) $(am__append_23) $(am__append_27) \
|
1460 |
|
|
$(am__append_32) $(am__append_35)
|
1461 |
|
|
check_DATA = $(am__append_2) $(am__append_24) $(am__append_28) \
|
1462 |
|
|
$(am__append_33) $(am__append_36)
|
1463 |
|
|
BUILT_SOURCES = $(am__append_16)
|
1464 |
|
|
TESTS = $(check_SCRIPTS) $(check_PROGRAMS)
|
1465 |
|
|
|
1466 |
|
|
# ---------------------------------------------------------------------
|
1467 |
|
|
# These tests test the internals of gold (unittests).
|
1468 |
|
|
|
1469 |
|
|
# Infrastucture needed for the unittests
|
1470 |
|
|
check_LIBRARIES = libgoldtest.a
|
1471 |
|
|
libgoldtest_a_SOURCES = test.cc testmain.cc testfile.cc
|
1472 |
|
|
DEPENDENCIES = \
|
1473 |
|
|
libgoldtest.a ../libgold.a ../../libiberty/libiberty.a $(LIBINTL_DEP)
|
1474 |
|
|
|
1475 |
|
|
LDADD = libgoldtest.a ../libgold.a ../../libiberty/libiberty.a $(LIBINTL) \
|
1476 |
|
|
$(THREADSLIB) $(LIBDL)
|
1477 |
|
|
|
1478 |
|
|
object_unittest_SOURCES = object_unittest.cc
|
1479 |
|
|
binary_unittest_SOURCES = binary_unittest.cc
|
1480 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@constructor_test_SOURCES = constructor_test.cc
|
1481 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@constructor_test_DEPENDENCIES = gcctestdir/ld
|
1482 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@constructor_test_LDFLAGS = -Bgcctestdir/
|
1483 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@constructor_static_test_SOURCES = $(constructor_test_SOURCES)
|
1484 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@constructor_static_test_DEPENDENCIES = $(constructor_test_DEPENDENCIES)
|
1485 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@constructor_static_test_LDFLAGS = $(constructor_test_LDFLAGS) -static
|
1486 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_SOURCES = \
|
1487 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1.cc \
|
1488 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1b.cc \
|
1489 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_2.cc \
|
1490 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_main.cc \
|
1491 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test.h
|
1492 |
|
|
|
1493 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_DEPENDENCIES = gcctestdir/ld
|
1494 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_LDFLAGS = -Bgcctestdir/
|
1495 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_static_test_SOURCES = $(two_file_test_SOURCES)
|
1496 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_static_test_DEPENDENCIES = $(two_file_test_DEPENDENCIES)
|
1497 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_static_test_LDFLAGS = $(two_file_test_LDFLAGS) -static
|
1498 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_pic_test_SOURCES = two_file_test_main.cc
|
1499 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_pic_test_DEPENDENCIES = \
|
1500 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_test_1_pic.o two_file_test_1b_pic.o two_file_test_2_pic.o
|
1501 |
|
|
|
1502 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_pic_test_LDFLAGS = -Bgcctestdir/
|
1503 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_pic_test_LDADD = two_file_test_1_pic.o two_file_test_1b_pic.o two_file_test_2_pic.o
|
1504 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_test_SOURCES = two_file_test_2.cc two_file_test_main.cc
|
1505 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_test_DEPENDENCIES = gcctestdir/ld two_file_shared_1.so
|
1506 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1507 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_test_LDADD = two_file_shared_1.so
|
1508 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_test_SOURCES = two_file_test_1.cc two_file_test_1b.cc two_file_test_main.cc
|
1509 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_test_DEPENDENCIES = gcctestdir/ld two_file_shared_2.so
|
1510 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1511 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_test_LDADD = two_file_shared_2.so
|
1512 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_pic_2_test_SOURCES = two_file_test_main.cc
|
1513 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_pic_2_test_DEPENDENCIES = \
|
1514 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_1.so two_file_test_1_pic.o two_file_test_1b_pic.o
|
1515 |
|
|
|
1516 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_pic_2_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1517 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_pic_2_test_LDADD = two_file_test_1_pic.o two_file_test_1b_pic.o two_file_shared_2.so
|
1518 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_pic_1_test_SOURCES = two_file_test_main.cc
|
1519 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_pic_1_test_DEPENDENCIES = \
|
1520 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_2.so two_file_test_2_pic.o
|
1521 |
|
|
|
1522 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_pic_1_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1523 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_pic_1_test_LDADD = two_file_test_2_pic.o two_file_shared_1.so
|
1524 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_test_SOURCES = two_file_test_main.cc
|
1525 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_test_DEPENDENCIES = gcctestdir/ld two_file_shared.so
|
1526 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1527 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_test_LDADD = two_file_shared.so
|
1528 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_12_test_SOURCES = two_file_test_main.cc
|
1529 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_12_test_DEPENDENCIES = \
|
1530 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_1.so two_file_shared_2.so
|
1531 |
|
|
|
1532 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_12_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1533 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_12_test_LDADD = \
|
1534 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_1.so two_file_shared_2.so
|
1535 |
|
|
|
1536 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_21_test_SOURCES = two_file_test_main.cc
|
1537 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_21_test_DEPENDENCIES = \
|
1538 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_1.so two_file_shared_2.so
|
1539 |
|
|
|
1540 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_21_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1541 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_21_test_LDADD = \
|
1542 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2.so two_file_shared_1.so
|
1543 |
|
|
|
1544 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_relocatable_test_SOURCES = two_file_test_main.cc
|
1545 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_relocatable_test_DEPENDENCIES = \
|
1546 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_relocatable.o
|
1547 |
|
|
|
1548 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_relocatable_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1549 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_relocatable_test_LDADD = two_file_relocatable.o
|
1550 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_nonpic_test_SOURCES = \
|
1551 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_2.cc two_file_test_main.cc
|
1552 |
|
|
|
1553 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_nonpic_test_DEPENDENCIES = \
|
1554 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_1_nonpic.so
|
1555 |
|
|
|
1556 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_nonpic_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1557 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_nonpic_test_LDADD = two_file_shared_1_nonpic.so
|
1558 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_nonpic_test_SOURCES = \
|
1559 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_1.cc two_file_test_1b.cc two_file_test_main.cc
|
1560 |
|
|
|
1561 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_nonpic_test_DEPENDENCIES = \
|
1562 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_2_nonpic.so
|
1563 |
|
|
|
1564 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_nonpic_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1565 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_nonpic_test_LDADD = two_file_shared_2_nonpic.so
|
1566 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_nonpic_test_SOURCES = two_file_test_main.cc
|
1567 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_nonpic_test_DEPENDENCIES = \
|
1568 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_nonpic.so
|
1569 |
|
|
|
1570 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_nonpic_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1571 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_nonpic_test_LDADD = two_file_shared_nonpic.so
|
1572 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_12_nonpic_test_SOURCES = two_file_test_main.cc
|
1573 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_12_nonpic_test_DEPENDENCIES = \
|
1574 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_1_nonpic.so two_file_shared_2_nonpic.so
|
1575 |
|
|
|
1576 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_12_nonpic_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1577 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_12_nonpic_test_LDADD = \
|
1578 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_1_nonpic.so two_file_shared_2_nonpic.so
|
1579 |
|
|
|
1580 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_21_nonpic_test_SOURCES = two_file_test_main.cc
|
1581 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_21_nonpic_test_DEPENDENCIES = \
|
1582 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_1_nonpic.so two_file_shared_2_nonpic.so
|
1583 |
|
|
|
1584 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_21_nonpic_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1585 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_separate_shared_21_nonpic_test_LDADD = \
|
1586 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_2_nonpic.so two_file_shared_1_nonpic.so
|
1587 |
|
|
|
1588 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_mixed_shared_test_SOURCES = two_file_test_main.cc
|
1589 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_mixed_shared_test_DEPENDENCIES = gcctestdir/ld two_file_shared_mixed.so
|
1590 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_mixed_shared_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1591 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_mixed_shared_test_LDADD = two_file_shared_mixed.so
|
1592 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_mixed_2_shared_test_SOURCES = two_file_test_main.cc
|
1593 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_mixed_2_shared_test_DEPENDENCIES = gcctestdir/ld two_file_shared_mixed_1.so two_file_shared_2.so
|
1594 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_mixed_2_shared_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1595 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_mixed_2_shared_test_LDADD = two_file_shared_mixed_1.so two_file_shared_2.so
|
1596 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_strip_test_SOURCES = two_file_test_main.cc
|
1597 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_strip_test_DEPENDENCIES = \
|
1598 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld two_file_shared_strip.so
|
1599 |
|
|
|
1600 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_strip_test_LDFLAGS = -Bgcctestdir/ -Wl,-R.
|
1601 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_same_shared_strip_test_LDADD = two_file_shared_strip.so
|
1602 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_1_SOURCES = common_test_1.c
|
1603 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_1_DEPENDENCIES = gcctestdir/ld
|
1604 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@common_test_1_LDFLAGS = -Bgcctestdir/
|
1605 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_test_SOURCES = \
|
1606 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_main.cc \
|
1607 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_1.cc \
|
1608 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test_2.cc \
|
1609 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_test.h
|
1610 |
|
|
|
1611 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_test_DEPENDENCIES = gcctestdir/ld
|
1612 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_test_LDFLAGS = -Bgcctestdir/
|
1613 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_static_test_SOURCES = $(exception_test_SOURCES)
|
1614 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_static_test_DEPENDENCIES = $(exception_test_DEPENDENCIES)
|
1615 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_static_test_LDFLAGS = $(exception_test_LDFLAGS) -static
|
1616 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_1_test_SOURCES = exception_test_2.cc exception_test_main.cc
|
1617 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_1_test_DEPENDENCIES = gcctestdir/ld exception_shared_1.so
|
1618 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_1_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1619 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_1_test_LDADD = exception_shared_1.so
|
1620 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_2_test_SOURCES = exception_test_1.cc exception_test_main.cc
|
1621 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_2_test_DEPENDENCIES = gcctestdir/ld exception_shared_2.so
|
1622 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_2_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1623 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_2_test_LDADD = exception_shared_2.so
|
1624 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_same_shared_test_SOURCES = exception_test_main.cc
|
1625 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_same_shared_test_DEPENDENCIES = gcctestdir/ld exception_shared.so
|
1626 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_same_shared_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1627 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_same_shared_test_LDADD = exception_shared.so
|
1628 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_separate_shared_12_test_SOURCES = exception_test_main.cc
|
1629 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_separate_shared_12_test_DEPENDENCIES = \
|
1630 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld exception_shared_1.so exception_shared_2.so
|
1631 |
|
|
|
1632 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_separate_shared_12_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1633 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_separate_shared_12_test_LDADD = \
|
1634 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_shared_1.so exception_shared_2.so
|
1635 |
|
|
|
1636 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_separate_shared_21_test_SOURCES = exception_test_main.cc
|
1637 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_separate_shared_21_test_DEPENDENCIES = \
|
1638 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld exception_shared_1.so exception_shared_2.so
|
1639 |
|
|
|
1640 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_separate_shared_21_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1641 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_separate_shared_21_test_LDADD = \
|
1642 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exception_shared_2.so exception_shared_1.so
|
1643 |
|
|
|
1644 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_test_SOURCES = weak_test.cc
|
1645 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_test_DEPENDENCIES = gcctestdir/ld
|
1646 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_test_LDFLAGS = -Bgcctestdir/
|
1647 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_test_SOURCES = weak_undef_test.cc
|
1648 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_test_DEPENDENCIES = gcctestdir/ld weak_undef_lib.so alt/weak_undef_lib.so
|
1649 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,alt
|
1650 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_test_LDADD = -L . weak_undef_lib.so
|
1651 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_nonpic_test_SOURCES = weak_undef_test.cc
|
1652 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_nonpic_test_DEPENDENCIES = gcctestdir/ld weak_undef_lib_nonpic.so alt/weak_undef_lib_nonpic.so
|
1653 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_nonpic_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,alt
|
1654 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_nonpic_test_LDADD = -L . weak_undef_lib_nonpic.so
|
1655 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_SOURCES = weak_alias_test_main.cc
|
1656 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_DEPENDENCIES = \
|
1657 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld weak_alias_test_1.so weak_alias_test_2.so \
|
1658 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_alias_test_3.o weak_alias_test_4.so
|
1659 |
|
|
|
1660 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1661 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_LDADD = \
|
1662 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_alias_test_1.so weak_alias_test_2.so weak_alias_test_3.o \
|
1663 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ weak_alias_test_4.so
|
1664 |
|
|
|
1665 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@copy_test_SOURCES = copy_test.cc
|
1666 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@copy_test_DEPENDENCIES = gcctestdir/ld copy_test_1.so copy_test_2.so
|
1667 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@copy_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1668 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@copy_test_LDADD = copy_test_1.so copy_test_2.so
|
1669 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_SOURCES = tls_test.cc tls_test_file2.cc tls_test_main.cc tls_test.h
|
1670 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_DEPENDENCIES = gcctestdir/ld tls_test_c.o
|
1671 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_LDFLAGS = -Bgcctestdir/
|
1672 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_LDADD = tls_test_c.o -lpthread
|
1673 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_pic_test_SOURCES = tls_test_main.cc
|
1674 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_pic_test_DEPENDENCIES = gcctestdir/ld tls_test_pic.o tls_test_file2_pic.o \
|
1675 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_c_pic.o
|
1676 |
|
|
|
1677 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_pic_test_LDFLAGS = -Bgcctestdir/
|
1678 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_pic_test_LDADD = tls_test_pic.o tls_test_file2_pic.o tls_test_c_pic.o \
|
1679 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ -lpthread
|
1680 |
|
|
|
1681 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_test_SOURCES = tls_test_main.cc
|
1682 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_test_DEPENDENCIES = gcctestdir/ld tls_test_shared.so
|
1683 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1684 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_test_LDADD = tls_test_shared.so -lpthread
|
1685 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_ie_test_SOURCES = tls_test_main.cc
|
1686 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_ie_test_DEPENDENCIES = gcctestdir/ld tls_test_ie_shared.so
|
1687 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_ie_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1688 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_ie_test_LDADD = tls_test_ie_shared.so -lpthread
|
1689 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_gd_to_ie_test_SOURCES = tls_test_main.cc
|
1690 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_gd_to_ie_test_DEPENDENCIES = gcctestdir/ld tls_test_pic.o \
|
1691 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_c_pic.o tls_test_shared2.so
|
1692 |
|
|
|
1693 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_gd_to_ie_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1694 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_gd_to_ie_test_LDADD = tls_test_pic.o tls_test_c_pic.o \
|
1695 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ tls_test_shared2.so -lpthread
|
1696 |
|
|
|
1697 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_shared_gnu2_gd_to_ie_test_SOURCES = tls_test_main.cc
|
1698 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES = gcctestdir/ld tls_test_gnu2.o \
|
1699 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@ tls_test_c_gnu2.o tls_test_gnu2_shared2.so
|
1700 |
|
|
|
1701 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_shared_gnu2_gd_to_ie_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1702 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_shared_gnu2_gd_to_ie_test_LDADD = tls_test_gnu2.o tls_test_c_gnu2.o \
|
1703 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@ tls_test_gnu2_shared2.so -lpthread
|
1704 |
|
|
|
1705 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_DESCRIPTORS_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_shared_gnu2_test_SOURCES = tls_test_main.cc
|
1706 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_DESCRIPTORS_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_shared_gnu2_test_DEPENDENCIES = gcctestdir/ld tls_test_gnu2_shared.so
|
1707 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_DESCRIPTORS_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_shared_gnu2_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1708 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_DESCRIPTORS_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_shared_gnu2_test_LDADD = tls_test_gnu2_shared.so -lpthread
|
1709 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@tls_static_test_SOURCES = $(tls_test_SOURCES)
|
1710 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@tls_static_test_DEPENDENCIES = $(tls_test_DEPENDENCIES)
|
1711 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@tls_static_test_LDFLAGS = $(tls_test_LDFLAGS) -static
|
1712 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@tls_static_test_LDADD = $(tls_test_LDADD)
|
1713 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@tls_static_pic_test_SOURCES = $(tls_pic_test_SOURCES)
|
1714 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@tls_static_pic_test_DEPENDENCIES = $(tls_pic_test_DEPENDENCIES)
|
1715 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@tls_static_pic_test_LDFLAGS = $(tls_pic_test_LDFLAGS) -static
|
1716 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@STATIC_TLS_TRUE@@TLS_TRUE@tls_static_pic_test_LDADD = $(tls_pic_test_LDADD)
|
1717 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_nonpic_test_SOURCES = tls_test_main.cc
|
1718 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_nonpic_test_DEPENDENCIES = gcctestdir/ld tls_test_shared_nonpic.so
|
1719 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_nonpic_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1720 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_shared_nonpic_test_LDADD = tls_test_shared_nonpic.so -lpthread
|
1721 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@many_sections_test_SOURCES = many_sections_test.cc
|
1722 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@many_sections_test_DEPENDENCIES = gcctestdir/ld
|
1723 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@many_sections_test_LDFLAGS = -Bgcctestdir/ -rdynamic
|
1724 |
|
|
@CONSTRUCTOR_PRIORITY_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@initpri1_SOURCES = initpri1.c
|
1725 |
|
|
@CONSTRUCTOR_PRIORITY_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@initpri1_DEPENDENCIES = gcctestdir/ld
|
1726 |
|
|
@CONSTRUCTOR_PRIORITY_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@initpri1_LDFLAGS = -Bgcctestdir/
|
1727 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_SOURCES = ver_test_main.cc
|
1728 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_DEPENDENCIES = gcctestdir/ld ver_test_1.so ver_test_2.so ver_test_4.so
|
1729 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1730 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_LDADD = ver_test_1.so ver_test_2.so ver_test_4.so
|
1731 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_2_SOURCES = ver_test_main_2.cc
|
1732 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_2_DEPENDENCIES = gcctestdir/ld ver_test_4.so ver_test_2.so
|
1733 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_2_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1734 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_2_LDADD = ver_test_4.so ver_test_2.so
|
1735 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_6_SOURCES = ver_test_6.c
|
1736 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_6_DEPENDENCIES = gcctestdir/ld ver_test_2.so
|
1737 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_6_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1738 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_6_LDADD = ver_test_2.so
|
1739 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_8_SOURCES = two_file_test_main.cc
|
1740 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_8_DEPENDENCIES = gcctestdir/ld ver_test_8_1.so ver_test_8_2.so
|
1741 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_8_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1742 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_8_LDADD = ver_test_8_1.so ver_test_8_2.so
|
1743 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_9_SOURCES = ver_test_main.cc
|
1744 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_9_DEPENDENCIES = gcctestdir/ld ver_test_9.so
|
1745 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_9_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1746 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_9_LDADD = ver_test_9.so
|
1747 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_11_SOURCES = ver_test_main_2.cc
|
1748 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_11_DEPENDENCIES = gcctestdir/ld ver_test_11.a
|
1749 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_11_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1750 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_11_LDADD = ver_test_11.a
|
1751 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_1_SOURCES = \
|
1752 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ protected_main_1.cc protected_main_2.cc protected_main_3.cc
|
1753 |
|
|
|
1754 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_1_DEPENDENCIES = gcctestdir/ld protected_1.so
|
1755 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_1_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1756 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_1_LDADD = protected_1.so
|
1757 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_2_SOURCES = protected_main_1.cc protected_3.cc
|
1758 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_2_DEPENDENCIES = gcctestdir/ld protected_1.so
|
1759 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_2_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1760 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_2_LDADD = protected_1.so
|
1761 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_test_SOURCES = relro_test_main.cc
|
1762 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_test_DEPENDENCIES = gcctestdir/ld relro_test.so
|
1763 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1764 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_test_LDADD = relro_test.so
|
1765 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_script_test_SOURCES = relro_test_main.cc
|
1766 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_script_test_DEPENDENCIES = gcctestdir/ld relro_script_test.so
|
1767 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_script_test_LDFLAGS = -Bgcctestdir/ -Wl,-R,.
|
1768 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_script_test_LDADD = relro_script_test.so
|
1769 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_1_SOURCES = script_test_1.cc
|
1770 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_1_DEPENDENCIES = gcctestdir/ld script_test_1.t
|
1771 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_1_LDFLAGS = -Bgcctestdir/ -Wl,-R,. -T $(srcdir)/script_test_1.t
|
1772 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_2_SOURCES = script_test_2.cc script_test_2a.cc script_test_2b.cc
|
1773 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_2_DEPENDENCIES = gcctestdir/ld script_test_2.t
|
1774 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_2_LDFLAGS = -Bgcctestdir/ -Wl,-R,. -T $(srcdir)/script_test_2.t
|
1775 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@justsyms_SOURCES = justsyms_1.cc
|
1776 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@justsyms_DEPENDENCIES = gcctestdir/ld justsyms_2r.o
|
1777 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@justsyms_LDFLAGS = -Bgcctestdir/ -Wl,-R,justsyms_2r.o
|
1778 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@binary_test_SOURCES = binary_test.cc
|
1779 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@binary_test_DEPENDENCIES = gcctestdir/ld binary.txt
|
1780 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@binary_test_LDFLAGS = -Bgcctestdir/ -Wl,--format,binary,binary.txt,--format,elf
|
1781 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@thin_archive_test_1_SOURCES = thin_archive_main.cc
|
1782 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@thin_archive_test_1_DEPENDENCIES = gcctestdir/ld libthin1.a alt/libthin2.a
|
1783 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@thin_archive_test_1_LDFLAGS = -Bgcctestdir/ -Lalt
|
1784 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@thin_archive_test_1_LDADD = libthin1.a -lthin2
|
1785 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@thin_archive_test_2_SOURCES = thin_archive_main.cc
|
1786 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@thin_archive_test_2_DEPENDENCIES = gcctestdir/ld libthinall.a
|
1787 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@thin_archive_test_2_LDFLAGS = -Bgcctestdir/ -L.
|
1788 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@thin_archive_test_2_LDADD = -lthinall
|
1789 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exclude_libs_test_SOURCES = exclude_libs_test.c
|
1790 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exclude_libs_test_DEPENDENCIES = gcctestdir/ld libexclude_libs_test_1.a \
|
1791 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ libexclude_libs_test_2.a alt/libexclude_libs_test_3.a
|
1792 |
|
|
|
1793 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exclude_libs_test_LDFLAGS = -Bgcctestdir/ -L. -Lalt \
|
1794 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--exclude-libs,dummy:libexclude_libs_test_1 \
|
1795 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--exclude-libs,libexclude_libs_test_3
|
1796 |
|
|
|
1797 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exclude_libs_test_LDADD = -lexclude_libs_test_1 -lexclude_libs_test_2 \
|
1798 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ alt/libexclude_libs_test_3.a
|
1799 |
|
|
|
1800 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@discard_locals_test_SOURCES = discard_locals_test.c
|
1801 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@discard_locals_test_LDFLAGS = -Bgcctestdir/ -Wl,--discard-locals
|
1802 |
|
|
@GCC_TRUE@@MCMODEL_MEDIUM_TRUE@@NATIVE_LINKER_TRUE@large_SOURCES = large.c
|
1803 |
|
|
@GCC_TRUE@@MCMODEL_MEDIUM_TRUE@@NATIVE_LINKER_TRUE@large_CFLAGS = -mcmodel=medium
|
1804 |
|
|
@GCC_TRUE@@MCMODEL_MEDIUM_TRUE@@NATIVE_LINKER_TRUE@large_DEPENDENCIES = gcctestdir/ld
|
1805 |
|
|
@GCC_TRUE@@MCMODEL_MEDIUM_TRUE@@NATIVE_LINKER_TRUE@large_LDFLAGS = -Bgcctestdir/
|
1806 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@searched_file_test_SOURCES = searched_file_test.cc
|
1807 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@searched_file_test_DEPENDENCIES = alt/searched_file_test_lib.a
|
1808 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@searched_file_test_LDFLAGS = -Bgcctestdir/ -Lalt
|
1809 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@searched_file_test_LDADD = -l:searched_file_test_lib.a
|
1810 |
|
|
@DEFAULT_TARGET_I386_TRUE@SPLIT_DEFSYMS = --defsym __morestack=0x100 --defsym __morestack_non_split=0x200
|
1811 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@SPLIT_DEFSYMS = --defsym __morestack=0x100 --defsym __morestack_non_split=0x200
|
1812 |
|
|
all: $(BUILT_SOURCES)
|
1813 |
|
|
$(MAKE) $(AM_MAKEFLAGS) all-am
|
1814 |
|
|
|
1815 |
|
|
.SUFFIXES:
|
1816 |
|
|
.SUFFIXES: .c .cc .o .obj
|
1817 |
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
1818 |
|
|
@for dep in $?; do \
|
1819 |
|
|
case '$(am__configure_deps)' in \
|
1820 |
|
|
*$$dep*) \
|
1821 |
|
|
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
1822 |
|
|
&& { if test -f $@; then exit 0; else break; fi; }; \
|
1823 |
|
|
exit 1;; \
|
1824 |
|
|
esac; \
|
1825 |
|
|
done; \
|
1826 |
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
|
1827 |
|
|
$(am__cd) $(top_srcdir) && \
|
1828 |
|
|
$(AUTOMAKE) --foreign testsuite/Makefile
|
1829 |
|
|
.PRECIOUS: Makefile
|
1830 |
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
1831 |
|
|
@case '$?' in \
|
1832 |
|
|
*config.status*) \
|
1833 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
1834 |
|
|
*) \
|
1835 |
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
1836 |
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
1837 |
|
|
esac;
|
1838 |
|
|
|
1839 |
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
1840 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
1841 |
|
|
|
1842 |
|
|
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
1843 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
1844 |
|
|
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
1845 |
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
1846 |
|
|
$(am__aclocal_m4_deps):
|
1847 |
|
|
|
1848 |
|
|
clean-checkLIBRARIES:
|
1849 |
|
|
-test -z "$(check_LIBRARIES)" || rm -f $(check_LIBRARIES)
|
1850 |
|
|
libgoldtest.a: $(libgoldtest_a_OBJECTS) $(libgoldtest_a_DEPENDENCIES)
|
1851 |
|
|
-rm -f libgoldtest.a
|
1852 |
|
|
$(libgoldtest_a_AR) libgoldtest.a $(libgoldtest_a_OBJECTS) $(libgoldtest_a_LIBADD)
|
1853 |
|
|
$(RANLIB) libgoldtest.a
|
1854 |
|
|
|
1855 |
|
|
clean-checkPROGRAMS:
|
1856 |
|
|
-test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
|
1857 |
|
|
@GCC_FALSE@basic_pic_test$(EXEEXT): $(basic_pic_test_OBJECTS) $(basic_pic_test_DEPENDENCIES)
|
1858 |
|
|
@GCC_FALSE@ @rm -f basic_pic_test$(EXEEXT)
|
1859 |
|
|
@GCC_FALSE@ $(LINK) $(basic_pic_test_OBJECTS) $(basic_pic_test_LDADD) $(LIBS)
|
1860 |
|
|
@NATIVE_LINKER_FALSE@basic_pic_test$(EXEEXT): $(basic_pic_test_OBJECTS) $(basic_pic_test_DEPENDENCIES)
|
1861 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f basic_pic_test$(EXEEXT)
|
1862 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(basic_pic_test_OBJECTS) $(basic_pic_test_LDADD) $(LIBS)
|
1863 |
|
|
@GCC_FALSE@basic_pie_test$(EXEEXT): $(basic_pie_test_OBJECTS) $(basic_pie_test_DEPENDENCIES)
|
1864 |
|
|
@GCC_FALSE@ @rm -f basic_pie_test$(EXEEXT)
|
1865 |
|
|
@GCC_FALSE@ $(LINK) $(basic_pie_test_OBJECTS) $(basic_pie_test_LDADD) $(LIBS)
|
1866 |
|
|
@NATIVE_LINKER_FALSE@basic_pie_test$(EXEEXT): $(basic_pie_test_OBJECTS) $(basic_pie_test_DEPENDENCIES)
|
1867 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f basic_pie_test$(EXEEXT)
|
1868 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(basic_pie_test_OBJECTS) $(basic_pie_test_LDADD) $(LIBS)
|
1869 |
|
|
@GCC_FALSE@basic_static_pic_test$(EXEEXT): $(basic_static_pic_test_OBJECTS) $(basic_static_pic_test_DEPENDENCIES)
|
1870 |
|
|
@GCC_FALSE@ @rm -f basic_static_pic_test$(EXEEXT)
|
1871 |
|
|
@GCC_FALSE@ $(LINK) $(basic_static_pic_test_OBJECTS) $(basic_static_pic_test_LDADD) $(LIBS)
|
1872 |
|
|
@NATIVE_LINKER_FALSE@basic_static_pic_test$(EXEEXT): $(basic_static_pic_test_OBJECTS) $(basic_static_pic_test_DEPENDENCIES)
|
1873 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f basic_static_pic_test$(EXEEXT)
|
1874 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(basic_static_pic_test_OBJECTS) $(basic_static_pic_test_LDADD) $(LIBS)
|
1875 |
|
|
@GCC_FALSE@basic_static_test$(EXEEXT): $(basic_static_test_OBJECTS) $(basic_static_test_DEPENDENCIES)
|
1876 |
|
|
@GCC_FALSE@ @rm -f basic_static_test$(EXEEXT)
|
1877 |
|
|
@GCC_FALSE@ $(LINK) $(basic_static_test_OBJECTS) $(basic_static_test_LDADD) $(LIBS)
|
1878 |
|
|
@NATIVE_LINKER_FALSE@basic_static_test$(EXEEXT): $(basic_static_test_OBJECTS) $(basic_static_test_DEPENDENCIES)
|
1879 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f basic_static_test$(EXEEXT)
|
1880 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(basic_static_test_OBJECTS) $(basic_static_test_LDADD) $(LIBS)
|
1881 |
|
|
@GCC_FALSE@basic_test$(EXEEXT): $(basic_test_OBJECTS) $(basic_test_DEPENDENCIES)
|
1882 |
|
|
@GCC_FALSE@ @rm -f basic_test$(EXEEXT)
|
1883 |
|
|
@GCC_FALSE@ $(LINK) $(basic_test_OBJECTS) $(basic_test_LDADD) $(LIBS)
|
1884 |
|
|
@NATIVE_LINKER_FALSE@basic_test$(EXEEXT): $(basic_test_OBJECTS) $(basic_test_DEPENDENCIES)
|
1885 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f basic_test$(EXEEXT)
|
1886 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(basic_test_OBJECTS) $(basic_test_LDADD) $(LIBS)
|
1887 |
|
|
binary_test$(EXEEXT): $(binary_test_OBJECTS) $(binary_test_DEPENDENCIES)
|
1888 |
|
|
@rm -f binary_test$(EXEEXT)
|
1889 |
|
|
$(binary_test_LINK) $(binary_test_OBJECTS) $(binary_test_LDADD) $(LIBS)
|
1890 |
|
|
binary_unittest$(EXEEXT): $(binary_unittest_OBJECTS) $(binary_unittest_DEPENDENCIES)
|
1891 |
|
|
@rm -f binary_unittest$(EXEEXT)
|
1892 |
|
|
$(CXXLINK) $(binary_unittest_OBJECTS) $(binary_unittest_LDADD) $(LIBS)
|
1893 |
|
|
common_test_1$(EXEEXT): $(common_test_1_OBJECTS) $(common_test_1_DEPENDENCIES)
|
1894 |
|
|
@rm -f common_test_1$(EXEEXT)
|
1895 |
|
|
$(common_test_1_LINK) $(common_test_1_OBJECTS) $(common_test_1_LDADD) $(LIBS)
|
1896 |
|
|
constructor_static_test$(EXEEXT): $(constructor_static_test_OBJECTS) $(constructor_static_test_DEPENDENCIES)
|
1897 |
|
|
@rm -f constructor_static_test$(EXEEXT)
|
1898 |
|
|
$(constructor_static_test_LINK) $(constructor_static_test_OBJECTS) $(constructor_static_test_LDADD) $(LIBS)
|
1899 |
|
|
constructor_test$(EXEEXT): $(constructor_test_OBJECTS) $(constructor_test_DEPENDENCIES)
|
1900 |
|
|
@rm -f constructor_test$(EXEEXT)
|
1901 |
|
|
$(constructor_test_LINK) $(constructor_test_OBJECTS) $(constructor_test_LDADD) $(LIBS)
|
1902 |
|
|
copy_test$(EXEEXT): $(copy_test_OBJECTS) $(copy_test_DEPENDENCIES)
|
1903 |
|
|
@rm -f copy_test$(EXEEXT)
|
1904 |
|
|
$(copy_test_LINK) $(copy_test_OBJECTS) $(copy_test_LDADD) $(LIBS)
|
1905 |
|
|
discard_locals_test$(EXEEXT): $(discard_locals_test_OBJECTS) $(discard_locals_test_DEPENDENCIES)
|
1906 |
|
|
@rm -f discard_locals_test$(EXEEXT)
|
1907 |
|
|
$(discard_locals_test_LINK) $(discard_locals_test_OBJECTS) $(discard_locals_test_LDADD) $(LIBS)
|
1908 |
|
|
exception_same_shared_test$(EXEEXT): $(exception_same_shared_test_OBJECTS) $(exception_same_shared_test_DEPENDENCIES)
|
1909 |
|
|
@rm -f exception_same_shared_test$(EXEEXT)
|
1910 |
|
|
$(exception_same_shared_test_LINK) $(exception_same_shared_test_OBJECTS) $(exception_same_shared_test_LDADD) $(LIBS)
|
1911 |
|
|
exception_separate_shared_12_test$(EXEEXT): $(exception_separate_shared_12_test_OBJECTS) $(exception_separate_shared_12_test_DEPENDENCIES)
|
1912 |
|
|
@rm -f exception_separate_shared_12_test$(EXEEXT)
|
1913 |
|
|
$(exception_separate_shared_12_test_LINK) $(exception_separate_shared_12_test_OBJECTS) $(exception_separate_shared_12_test_LDADD) $(LIBS)
|
1914 |
|
|
exception_separate_shared_21_test$(EXEEXT): $(exception_separate_shared_21_test_OBJECTS) $(exception_separate_shared_21_test_DEPENDENCIES)
|
1915 |
|
|
@rm -f exception_separate_shared_21_test$(EXEEXT)
|
1916 |
|
|
$(exception_separate_shared_21_test_LINK) $(exception_separate_shared_21_test_OBJECTS) $(exception_separate_shared_21_test_LDADD) $(LIBS)
|
1917 |
|
|
exception_shared_1_test$(EXEEXT): $(exception_shared_1_test_OBJECTS) $(exception_shared_1_test_DEPENDENCIES)
|
1918 |
|
|
@rm -f exception_shared_1_test$(EXEEXT)
|
1919 |
|
|
$(exception_shared_1_test_LINK) $(exception_shared_1_test_OBJECTS) $(exception_shared_1_test_LDADD) $(LIBS)
|
1920 |
|
|
exception_shared_2_test$(EXEEXT): $(exception_shared_2_test_OBJECTS) $(exception_shared_2_test_DEPENDENCIES)
|
1921 |
|
|
@rm -f exception_shared_2_test$(EXEEXT)
|
1922 |
|
|
$(exception_shared_2_test_LINK) $(exception_shared_2_test_OBJECTS) $(exception_shared_2_test_LDADD) $(LIBS)
|
1923 |
|
|
exception_static_test$(EXEEXT): $(exception_static_test_OBJECTS) $(exception_static_test_DEPENDENCIES)
|
1924 |
|
|
@rm -f exception_static_test$(EXEEXT)
|
1925 |
|
|
$(exception_static_test_LINK) $(exception_static_test_OBJECTS) $(exception_static_test_LDADD) $(LIBS)
|
1926 |
|
|
exception_test$(EXEEXT): $(exception_test_OBJECTS) $(exception_test_DEPENDENCIES)
|
1927 |
|
|
@rm -f exception_test$(EXEEXT)
|
1928 |
|
|
$(exception_test_LINK) $(exception_test_OBJECTS) $(exception_test_LDADD) $(LIBS)
|
1929 |
|
|
exclude_libs_test$(EXEEXT): $(exclude_libs_test_OBJECTS) $(exclude_libs_test_DEPENDENCIES)
|
1930 |
|
|
@rm -f exclude_libs_test$(EXEEXT)
|
1931 |
|
|
$(exclude_libs_test_LINK) $(exclude_libs_test_OBJECTS) $(exclude_libs_test_LDADD) $(LIBS)
|
1932 |
|
|
@GCC_FALSE@flagstest_compress_debug_sections$(EXEEXT): $(flagstest_compress_debug_sections_OBJECTS) $(flagstest_compress_debug_sections_DEPENDENCIES)
|
1933 |
|
|
@GCC_FALSE@ @rm -f flagstest_compress_debug_sections$(EXEEXT)
|
1934 |
|
|
@GCC_FALSE@ $(LINK) $(flagstest_compress_debug_sections_OBJECTS) $(flagstest_compress_debug_sections_LDADD) $(LIBS)
|
1935 |
|
|
@HAVE_ZLIB_FALSE@flagstest_compress_debug_sections$(EXEEXT): $(flagstest_compress_debug_sections_OBJECTS) $(flagstest_compress_debug_sections_DEPENDENCIES)
|
1936 |
|
|
@HAVE_ZLIB_FALSE@ @rm -f flagstest_compress_debug_sections$(EXEEXT)
|
1937 |
|
|
@HAVE_ZLIB_FALSE@ $(LINK) $(flagstest_compress_debug_sections_OBJECTS) $(flagstest_compress_debug_sections_LDADD) $(LIBS)
|
1938 |
|
|
@NATIVE_LINKER_FALSE@flagstest_compress_debug_sections$(EXEEXT): $(flagstest_compress_debug_sections_OBJECTS) $(flagstest_compress_debug_sections_DEPENDENCIES)
|
1939 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f flagstest_compress_debug_sections$(EXEEXT)
|
1940 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(flagstest_compress_debug_sections_OBJECTS) $(flagstest_compress_debug_sections_LDADD) $(LIBS)
|
1941 |
|
|
@GCC_FALSE@flagstest_o_specialfile$(EXEEXT): $(flagstest_o_specialfile_OBJECTS) $(flagstest_o_specialfile_DEPENDENCIES)
|
1942 |
|
|
@GCC_FALSE@ @rm -f flagstest_o_specialfile$(EXEEXT)
|
1943 |
|
|
@GCC_FALSE@ $(LINK) $(flagstest_o_specialfile_OBJECTS) $(flagstest_o_specialfile_LDADD) $(LIBS)
|
1944 |
|
|
@NATIVE_LINKER_FALSE@flagstest_o_specialfile$(EXEEXT): $(flagstest_o_specialfile_OBJECTS) $(flagstest_o_specialfile_DEPENDENCIES)
|
1945 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f flagstest_o_specialfile$(EXEEXT)
|
1946 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(flagstest_o_specialfile_OBJECTS) $(flagstest_o_specialfile_LDADD) $(LIBS)
|
1947 |
|
|
@GCC_FALSE@flagstest_o_specialfile_and_compress_debug_sections$(EXEEXT): $(flagstest_o_specialfile_and_compress_debug_sections_OBJECTS) $(flagstest_o_specialfile_and_compress_debug_sections_DEPENDENCIES)
|
1948 |
|
|
@GCC_FALSE@ @rm -f flagstest_o_specialfile_and_compress_debug_sections$(EXEEXT)
|
1949 |
|
|
@GCC_FALSE@ $(LINK) $(flagstest_o_specialfile_and_compress_debug_sections_OBJECTS) $(flagstest_o_specialfile_and_compress_debug_sections_LDADD) $(LIBS)
|
1950 |
|
|
@HAVE_ZLIB_FALSE@flagstest_o_specialfile_and_compress_debug_sections$(EXEEXT): $(flagstest_o_specialfile_and_compress_debug_sections_OBJECTS) $(flagstest_o_specialfile_and_compress_debug_sections_DEPENDENCIES)
|
1951 |
|
|
@HAVE_ZLIB_FALSE@ @rm -f flagstest_o_specialfile_and_compress_debug_sections$(EXEEXT)
|
1952 |
|
|
@HAVE_ZLIB_FALSE@ $(LINK) $(flagstest_o_specialfile_and_compress_debug_sections_OBJECTS) $(flagstest_o_specialfile_and_compress_debug_sections_LDADD) $(LIBS)
|
1953 |
|
|
@NATIVE_LINKER_FALSE@flagstest_o_specialfile_and_compress_debug_sections$(EXEEXT): $(flagstest_o_specialfile_and_compress_debug_sections_OBJECTS) $(flagstest_o_specialfile_and_compress_debug_sections_DEPENDENCIES)
|
1954 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f flagstest_o_specialfile_and_compress_debug_sections$(EXEEXT)
|
1955 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(flagstest_o_specialfile_and_compress_debug_sections_OBJECTS) $(flagstest_o_specialfile_and_compress_debug_sections_LDADD) $(LIBS)
|
1956 |
|
|
initpri1$(EXEEXT): $(initpri1_OBJECTS) $(initpri1_DEPENDENCIES)
|
1957 |
|
|
@rm -f initpri1$(EXEEXT)
|
1958 |
|
|
$(initpri1_LINK) $(initpri1_OBJECTS) $(initpri1_LDADD) $(LIBS)
|
1959 |
|
|
justsyms$(EXEEXT): $(justsyms_OBJECTS) $(justsyms_DEPENDENCIES)
|
1960 |
|
|
@rm -f justsyms$(EXEEXT)
|
1961 |
|
|
$(justsyms_LINK) $(justsyms_OBJECTS) $(justsyms_LDADD) $(LIBS)
|
1962 |
|
|
large$(EXEEXT): $(large_OBJECTS) $(large_DEPENDENCIES)
|
1963 |
|
|
@rm -f large$(EXEEXT)
|
1964 |
|
|
$(large_LINK) $(large_OBJECTS) $(large_LDADD) $(LIBS)
|
1965 |
|
|
@GCC_FALSE@local_labels_test$(EXEEXT): $(local_labels_test_OBJECTS) $(local_labels_test_DEPENDENCIES)
|
1966 |
|
|
@GCC_FALSE@ @rm -f local_labels_test$(EXEEXT)
|
1967 |
|
|
@GCC_FALSE@ $(LINK) $(local_labels_test_OBJECTS) $(local_labels_test_LDADD) $(LIBS)
|
1968 |
|
|
@NATIVE_LINKER_FALSE@local_labels_test$(EXEEXT): $(local_labels_test_OBJECTS) $(local_labels_test_DEPENDENCIES)
|
1969 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f local_labels_test$(EXEEXT)
|
1970 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(local_labels_test_OBJECTS) $(local_labels_test_LDADD) $(LIBS)
|
1971 |
|
|
@GCC_FALSE@many_sections_r_test$(EXEEXT): $(many_sections_r_test_OBJECTS) $(many_sections_r_test_DEPENDENCIES)
|
1972 |
|
|
@GCC_FALSE@ @rm -f many_sections_r_test$(EXEEXT)
|
1973 |
|
|
@GCC_FALSE@ $(LINK) $(many_sections_r_test_OBJECTS) $(many_sections_r_test_LDADD) $(LIBS)
|
1974 |
|
|
@NATIVE_LINKER_FALSE@many_sections_r_test$(EXEEXT): $(many_sections_r_test_OBJECTS) $(many_sections_r_test_DEPENDENCIES)
|
1975 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f many_sections_r_test$(EXEEXT)
|
1976 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(many_sections_r_test_OBJECTS) $(many_sections_r_test_LDADD) $(LIBS)
|
1977 |
|
|
many_sections_test$(EXEEXT): $(many_sections_test_OBJECTS) $(many_sections_test_DEPENDENCIES)
|
1978 |
|
|
@rm -f many_sections_test$(EXEEXT)
|
1979 |
|
|
$(many_sections_test_LINK) $(many_sections_test_OBJECTS) $(many_sections_test_LDADD) $(LIBS)
|
1980 |
|
|
object_unittest$(EXEEXT): $(object_unittest_OBJECTS) $(object_unittest_DEPENDENCIES)
|
1981 |
|
|
@rm -f object_unittest$(EXEEXT)
|
1982 |
|
|
$(CXXLINK) $(object_unittest_OBJECTS) $(object_unittest_LDADD) $(LIBS)
|
1983 |
|
|
@GCC_FALSE@permission_test$(EXEEXT): $(permission_test_OBJECTS) $(permission_test_DEPENDENCIES)
|
1984 |
|
|
@GCC_FALSE@ @rm -f permission_test$(EXEEXT)
|
1985 |
|
|
@GCC_FALSE@ $(LINK) $(permission_test_OBJECTS) $(permission_test_LDADD) $(LIBS)
|
1986 |
|
|
@NATIVE_LINKER_FALSE@permission_test$(EXEEXT): $(permission_test_OBJECTS) $(permission_test_DEPENDENCIES)
|
1987 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f permission_test$(EXEEXT)
|
1988 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(permission_test_OBJECTS) $(permission_test_LDADD) $(LIBS)
|
1989 |
|
|
@GCC_FALSE@plugin_test_1$(EXEEXT): $(plugin_test_1_OBJECTS) $(plugin_test_1_DEPENDENCIES)
|
1990 |
|
|
@GCC_FALSE@ @rm -f plugin_test_1$(EXEEXT)
|
1991 |
|
|
@GCC_FALSE@ $(LINK) $(plugin_test_1_OBJECTS) $(plugin_test_1_LDADD) $(LIBS)
|
1992 |
|
|
@NATIVE_LINKER_FALSE@plugin_test_1$(EXEEXT): $(plugin_test_1_OBJECTS) $(plugin_test_1_DEPENDENCIES)
|
1993 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f plugin_test_1$(EXEEXT)
|
1994 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(plugin_test_1_OBJECTS) $(plugin_test_1_LDADD) $(LIBS)
|
1995 |
|
|
@PLUGINS_FALSE@plugin_test_1$(EXEEXT): $(plugin_test_1_OBJECTS) $(plugin_test_1_DEPENDENCIES)
|
1996 |
|
|
@PLUGINS_FALSE@ @rm -f plugin_test_1$(EXEEXT)
|
1997 |
|
|
@PLUGINS_FALSE@ $(LINK) $(plugin_test_1_OBJECTS) $(plugin_test_1_LDADD) $(LIBS)
|
1998 |
|
|
@GCC_FALSE@plugin_test_2$(EXEEXT): $(plugin_test_2_OBJECTS) $(plugin_test_2_DEPENDENCIES)
|
1999 |
|
|
@GCC_FALSE@ @rm -f plugin_test_2$(EXEEXT)
|
2000 |
|
|
@GCC_FALSE@ $(LINK) $(plugin_test_2_OBJECTS) $(plugin_test_2_LDADD) $(LIBS)
|
2001 |
|
|
@NATIVE_LINKER_FALSE@plugin_test_2$(EXEEXT): $(plugin_test_2_OBJECTS) $(plugin_test_2_DEPENDENCIES)
|
2002 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f plugin_test_2$(EXEEXT)
|
2003 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(plugin_test_2_OBJECTS) $(plugin_test_2_LDADD) $(LIBS)
|
2004 |
|
|
@PLUGINS_FALSE@plugin_test_2$(EXEEXT): $(plugin_test_2_OBJECTS) $(plugin_test_2_DEPENDENCIES)
|
2005 |
|
|
@PLUGINS_FALSE@ @rm -f plugin_test_2$(EXEEXT)
|
2006 |
|
|
@PLUGINS_FALSE@ $(LINK) $(plugin_test_2_OBJECTS) $(plugin_test_2_LDADD) $(LIBS)
|
2007 |
|
|
@GCC_FALSE@plugin_test_3$(EXEEXT): $(plugin_test_3_OBJECTS) $(plugin_test_3_DEPENDENCIES)
|
2008 |
|
|
@GCC_FALSE@ @rm -f plugin_test_3$(EXEEXT)
|
2009 |
|
|
@GCC_FALSE@ $(LINK) $(plugin_test_3_OBJECTS) $(plugin_test_3_LDADD) $(LIBS)
|
2010 |
|
|
@NATIVE_LINKER_FALSE@plugin_test_3$(EXEEXT): $(plugin_test_3_OBJECTS) $(plugin_test_3_DEPENDENCIES)
|
2011 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f plugin_test_3$(EXEEXT)
|
2012 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(plugin_test_3_OBJECTS) $(plugin_test_3_LDADD) $(LIBS)
|
2013 |
|
|
@PLUGINS_FALSE@plugin_test_3$(EXEEXT): $(plugin_test_3_OBJECTS) $(plugin_test_3_DEPENDENCIES)
|
2014 |
|
|
@PLUGINS_FALSE@ @rm -f plugin_test_3$(EXEEXT)
|
2015 |
|
|
@PLUGINS_FALSE@ $(LINK) $(plugin_test_3_OBJECTS) $(plugin_test_3_LDADD) $(LIBS)
|
2016 |
|
|
@GCC_FALSE@plugin_test_4$(EXEEXT): $(plugin_test_4_OBJECTS) $(plugin_test_4_DEPENDENCIES)
|
2017 |
|
|
@GCC_FALSE@ @rm -f plugin_test_4$(EXEEXT)
|
2018 |
|
|
@GCC_FALSE@ $(LINK) $(plugin_test_4_OBJECTS) $(plugin_test_4_LDADD) $(LIBS)
|
2019 |
|
|
@NATIVE_LINKER_FALSE@plugin_test_4$(EXEEXT): $(plugin_test_4_OBJECTS) $(plugin_test_4_DEPENDENCIES)
|
2020 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f plugin_test_4$(EXEEXT)
|
2021 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(plugin_test_4_OBJECTS) $(plugin_test_4_LDADD) $(LIBS)
|
2022 |
|
|
@PLUGINS_FALSE@plugin_test_4$(EXEEXT): $(plugin_test_4_OBJECTS) $(plugin_test_4_DEPENDENCIES)
|
2023 |
|
|
@PLUGINS_FALSE@ @rm -f plugin_test_4$(EXEEXT)
|
2024 |
|
|
@PLUGINS_FALSE@ $(LINK) $(plugin_test_4_OBJECTS) $(plugin_test_4_LDADD) $(LIBS)
|
2025 |
|
|
protected_1$(EXEEXT): $(protected_1_OBJECTS) $(protected_1_DEPENDENCIES)
|
2026 |
|
|
@rm -f protected_1$(EXEEXT)
|
2027 |
|
|
$(protected_1_LINK) $(protected_1_OBJECTS) $(protected_1_LDADD) $(LIBS)
|
2028 |
|
|
protected_2$(EXEEXT): $(protected_2_OBJECTS) $(protected_2_DEPENDENCIES)
|
2029 |
|
|
@rm -f protected_2$(EXEEXT)
|
2030 |
|
|
$(protected_2_LINK) $(protected_2_OBJECTS) $(protected_2_LDADD) $(LIBS)
|
2031 |
|
|
relro_script_test$(EXEEXT): $(relro_script_test_OBJECTS) $(relro_script_test_DEPENDENCIES)
|
2032 |
|
|
@rm -f relro_script_test$(EXEEXT)
|
2033 |
|
|
$(relro_script_test_LINK) $(relro_script_test_OBJECTS) $(relro_script_test_LDADD) $(LIBS)
|
2034 |
|
|
relro_test$(EXEEXT): $(relro_test_OBJECTS) $(relro_test_DEPENDENCIES)
|
2035 |
|
|
@rm -f relro_test$(EXEEXT)
|
2036 |
|
|
$(relro_test_LINK) $(relro_test_OBJECTS) $(relro_test_LDADD) $(LIBS)
|
2037 |
|
|
script_test_1$(EXEEXT): $(script_test_1_OBJECTS) $(script_test_1_DEPENDENCIES)
|
2038 |
|
|
@rm -f script_test_1$(EXEEXT)
|
2039 |
|
|
$(script_test_1_LINK) $(script_test_1_OBJECTS) $(script_test_1_LDADD) $(LIBS)
|
2040 |
|
|
script_test_2$(EXEEXT): $(script_test_2_OBJECTS) $(script_test_2_DEPENDENCIES)
|
2041 |
|
|
@rm -f script_test_2$(EXEEXT)
|
2042 |
|
|
$(script_test_2_LINK) $(script_test_2_OBJECTS) $(script_test_2_LDADD) $(LIBS)
|
2043 |
|
|
@GCC_FALSE@script_test_3$(EXEEXT): $(script_test_3_OBJECTS) $(script_test_3_DEPENDENCIES)
|
2044 |
|
|
@GCC_FALSE@ @rm -f script_test_3$(EXEEXT)
|
2045 |
|
|
@GCC_FALSE@ $(LINK) $(script_test_3_OBJECTS) $(script_test_3_LDADD) $(LIBS)
|
2046 |
|
|
@NATIVE_LINKER_FALSE@script_test_3$(EXEEXT): $(script_test_3_OBJECTS) $(script_test_3_DEPENDENCIES)
|
2047 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f script_test_3$(EXEEXT)
|
2048 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(script_test_3_OBJECTS) $(script_test_3_LDADD) $(LIBS)
|
2049 |
|
|
searched_file_test$(EXEEXT): $(searched_file_test_OBJECTS) $(searched_file_test_DEPENDENCIES)
|
2050 |
|
|
@rm -f searched_file_test$(EXEEXT)
|
2051 |
|
|
$(searched_file_test_LINK) $(searched_file_test_OBJECTS) $(searched_file_test_LDADD) $(LIBS)
|
2052 |
|
|
thin_archive_test_1$(EXEEXT): $(thin_archive_test_1_OBJECTS) $(thin_archive_test_1_DEPENDENCIES)
|
2053 |
|
|
@rm -f thin_archive_test_1$(EXEEXT)
|
2054 |
|
|
$(thin_archive_test_1_LINK) $(thin_archive_test_1_OBJECTS) $(thin_archive_test_1_LDADD) $(LIBS)
|
2055 |
|
|
thin_archive_test_2$(EXEEXT): $(thin_archive_test_2_OBJECTS) $(thin_archive_test_2_DEPENDENCIES)
|
2056 |
|
|
@rm -f thin_archive_test_2$(EXEEXT)
|
2057 |
|
|
$(thin_archive_test_2_LINK) $(thin_archive_test_2_OBJECTS) $(thin_archive_test_2_LDADD) $(LIBS)
|
2058 |
|
|
tls_pic_test$(EXEEXT): $(tls_pic_test_OBJECTS) $(tls_pic_test_DEPENDENCIES)
|
2059 |
|
|
@rm -f tls_pic_test$(EXEEXT)
|
2060 |
|
|
$(tls_pic_test_LINK) $(tls_pic_test_OBJECTS) $(tls_pic_test_LDADD) $(LIBS)
|
2061 |
|
|
tls_shared_gd_to_ie_test$(EXEEXT): $(tls_shared_gd_to_ie_test_OBJECTS) $(tls_shared_gd_to_ie_test_DEPENDENCIES)
|
2062 |
|
|
@rm -f tls_shared_gd_to_ie_test$(EXEEXT)
|
2063 |
|
|
$(tls_shared_gd_to_ie_test_LINK) $(tls_shared_gd_to_ie_test_OBJECTS) $(tls_shared_gd_to_ie_test_LDADD) $(LIBS)
|
2064 |
|
|
tls_shared_gnu2_gd_to_ie_test$(EXEEXT): $(tls_shared_gnu2_gd_to_ie_test_OBJECTS) $(tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES)
|
2065 |
|
|
@rm -f tls_shared_gnu2_gd_to_ie_test$(EXEEXT)
|
2066 |
|
|
$(tls_shared_gnu2_gd_to_ie_test_LINK) $(tls_shared_gnu2_gd_to_ie_test_OBJECTS) $(tls_shared_gnu2_gd_to_ie_test_LDADD) $(LIBS)
|
2067 |
|
|
tls_shared_gnu2_test$(EXEEXT): $(tls_shared_gnu2_test_OBJECTS) $(tls_shared_gnu2_test_DEPENDENCIES)
|
2068 |
|
|
@rm -f tls_shared_gnu2_test$(EXEEXT)
|
2069 |
|
|
$(tls_shared_gnu2_test_LINK) $(tls_shared_gnu2_test_OBJECTS) $(tls_shared_gnu2_test_LDADD) $(LIBS)
|
2070 |
|
|
tls_shared_ie_test$(EXEEXT): $(tls_shared_ie_test_OBJECTS) $(tls_shared_ie_test_DEPENDENCIES)
|
2071 |
|
|
@rm -f tls_shared_ie_test$(EXEEXT)
|
2072 |
|
|
$(tls_shared_ie_test_LINK) $(tls_shared_ie_test_OBJECTS) $(tls_shared_ie_test_LDADD) $(LIBS)
|
2073 |
|
|
tls_shared_nonpic_test$(EXEEXT): $(tls_shared_nonpic_test_OBJECTS) $(tls_shared_nonpic_test_DEPENDENCIES)
|
2074 |
|
|
@rm -f tls_shared_nonpic_test$(EXEEXT)
|
2075 |
|
|
$(tls_shared_nonpic_test_LINK) $(tls_shared_nonpic_test_OBJECTS) $(tls_shared_nonpic_test_LDADD) $(LIBS)
|
2076 |
|
|
tls_shared_test$(EXEEXT): $(tls_shared_test_OBJECTS) $(tls_shared_test_DEPENDENCIES)
|
2077 |
|
|
@rm -f tls_shared_test$(EXEEXT)
|
2078 |
|
|
$(tls_shared_test_LINK) $(tls_shared_test_OBJECTS) $(tls_shared_test_LDADD) $(LIBS)
|
2079 |
|
|
tls_static_pic_test$(EXEEXT): $(tls_static_pic_test_OBJECTS) $(tls_static_pic_test_DEPENDENCIES)
|
2080 |
|
|
@rm -f tls_static_pic_test$(EXEEXT)
|
2081 |
|
|
$(tls_static_pic_test_LINK) $(tls_static_pic_test_OBJECTS) $(tls_static_pic_test_LDADD) $(LIBS)
|
2082 |
|
|
tls_static_test$(EXEEXT): $(tls_static_test_OBJECTS) $(tls_static_test_DEPENDENCIES)
|
2083 |
|
|
@rm -f tls_static_test$(EXEEXT)
|
2084 |
|
|
$(tls_static_test_LINK) $(tls_static_test_OBJECTS) $(tls_static_test_LDADD) $(LIBS)
|
2085 |
|
|
tls_test$(EXEEXT): $(tls_test_OBJECTS) $(tls_test_DEPENDENCIES)
|
2086 |
|
|
@rm -f tls_test$(EXEEXT)
|
2087 |
|
|
$(tls_test_LINK) $(tls_test_OBJECTS) $(tls_test_LDADD) $(LIBS)
|
2088 |
|
|
two_file_mixed_2_shared_test$(EXEEXT): $(two_file_mixed_2_shared_test_OBJECTS) $(two_file_mixed_2_shared_test_DEPENDENCIES)
|
2089 |
|
|
@rm -f two_file_mixed_2_shared_test$(EXEEXT)
|
2090 |
|
|
$(two_file_mixed_2_shared_test_LINK) $(two_file_mixed_2_shared_test_OBJECTS) $(two_file_mixed_2_shared_test_LDADD) $(LIBS)
|
2091 |
|
|
two_file_mixed_shared_test$(EXEEXT): $(two_file_mixed_shared_test_OBJECTS) $(two_file_mixed_shared_test_DEPENDENCIES)
|
2092 |
|
|
@rm -f two_file_mixed_shared_test$(EXEEXT)
|
2093 |
|
|
$(two_file_mixed_shared_test_LINK) $(two_file_mixed_shared_test_OBJECTS) $(two_file_mixed_shared_test_LDADD) $(LIBS)
|
2094 |
|
|
two_file_pic_test$(EXEEXT): $(two_file_pic_test_OBJECTS) $(two_file_pic_test_DEPENDENCIES)
|
2095 |
|
|
@rm -f two_file_pic_test$(EXEEXT)
|
2096 |
|
|
$(two_file_pic_test_LINK) $(two_file_pic_test_OBJECTS) $(two_file_pic_test_LDADD) $(LIBS)
|
2097 |
|
|
@GCC_FALSE@two_file_pie_test$(EXEEXT): $(two_file_pie_test_OBJECTS) $(two_file_pie_test_DEPENDENCIES)
|
2098 |
|
|
@GCC_FALSE@ @rm -f two_file_pie_test$(EXEEXT)
|
2099 |
|
|
@GCC_FALSE@ $(LINK) $(two_file_pie_test_OBJECTS) $(two_file_pie_test_LDADD) $(LIBS)
|
2100 |
|
|
@NATIVE_LINKER_FALSE@two_file_pie_test$(EXEEXT): $(two_file_pie_test_OBJECTS) $(two_file_pie_test_DEPENDENCIES)
|
2101 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f two_file_pie_test$(EXEEXT)
|
2102 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(two_file_pie_test_OBJECTS) $(two_file_pie_test_LDADD) $(LIBS)
|
2103 |
|
|
two_file_relocatable_test$(EXEEXT): $(two_file_relocatable_test_OBJECTS) $(two_file_relocatable_test_DEPENDENCIES)
|
2104 |
|
|
@rm -f two_file_relocatable_test$(EXEEXT)
|
2105 |
|
|
$(two_file_relocatable_test_LINK) $(two_file_relocatable_test_OBJECTS) $(two_file_relocatable_test_LDADD) $(LIBS)
|
2106 |
|
|
two_file_same_shared_nonpic_test$(EXEEXT): $(two_file_same_shared_nonpic_test_OBJECTS) $(two_file_same_shared_nonpic_test_DEPENDENCIES)
|
2107 |
|
|
@rm -f two_file_same_shared_nonpic_test$(EXEEXT)
|
2108 |
|
|
$(two_file_same_shared_nonpic_test_LINK) $(two_file_same_shared_nonpic_test_OBJECTS) $(two_file_same_shared_nonpic_test_LDADD) $(LIBS)
|
2109 |
|
|
two_file_same_shared_strip_test$(EXEEXT): $(two_file_same_shared_strip_test_OBJECTS) $(two_file_same_shared_strip_test_DEPENDENCIES)
|
2110 |
|
|
@rm -f two_file_same_shared_strip_test$(EXEEXT)
|
2111 |
|
|
$(two_file_same_shared_strip_test_LINK) $(two_file_same_shared_strip_test_OBJECTS) $(two_file_same_shared_strip_test_LDADD) $(LIBS)
|
2112 |
|
|
two_file_same_shared_test$(EXEEXT): $(two_file_same_shared_test_OBJECTS) $(two_file_same_shared_test_DEPENDENCIES)
|
2113 |
|
|
@rm -f two_file_same_shared_test$(EXEEXT)
|
2114 |
|
|
$(two_file_same_shared_test_LINK) $(two_file_same_shared_test_OBJECTS) $(two_file_same_shared_test_LDADD) $(LIBS)
|
2115 |
|
|
two_file_separate_shared_12_nonpic_test$(EXEEXT): $(two_file_separate_shared_12_nonpic_test_OBJECTS) $(two_file_separate_shared_12_nonpic_test_DEPENDENCIES)
|
2116 |
|
|
@rm -f two_file_separate_shared_12_nonpic_test$(EXEEXT)
|
2117 |
|
|
$(two_file_separate_shared_12_nonpic_test_LINK) $(two_file_separate_shared_12_nonpic_test_OBJECTS) $(two_file_separate_shared_12_nonpic_test_LDADD) $(LIBS)
|
2118 |
|
|
two_file_separate_shared_12_test$(EXEEXT): $(two_file_separate_shared_12_test_OBJECTS) $(two_file_separate_shared_12_test_DEPENDENCIES)
|
2119 |
|
|
@rm -f two_file_separate_shared_12_test$(EXEEXT)
|
2120 |
|
|
$(two_file_separate_shared_12_test_LINK) $(two_file_separate_shared_12_test_OBJECTS) $(two_file_separate_shared_12_test_LDADD) $(LIBS)
|
2121 |
|
|
two_file_separate_shared_21_nonpic_test$(EXEEXT): $(two_file_separate_shared_21_nonpic_test_OBJECTS) $(two_file_separate_shared_21_nonpic_test_DEPENDENCIES)
|
2122 |
|
|
@rm -f two_file_separate_shared_21_nonpic_test$(EXEEXT)
|
2123 |
|
|
$(two_file_separate_shared_21_nonpic_test_LINK) $(two_file_separate_shared_21_nonpic_test_OBJECTS) $(two_file_separate_shared_21_nonpic_test_LDADD) $(LIBS)
|
2124 |
|
|
two_file_separate_shared_21_test$(EXEEXT): $(two_file_separate_shared_21_test_OBJECTS) $(two_file_separate_shared_21_test_DEPENDENCIES)
|
2125 |
|
|
@rm -f two_file_separate_shared_21_test$(EXEEXT)
|
2126 |
|
|
$(two_file_separate_shared_21_test_LINK) $(two_file_separate_shared_21_test_OBJECTS) $(two_file_separate_shared_21_test_LDADD) $(LIBS)
|
2127 |
|
|
two_file_shared_1_nonpic_test$(EXEEXT): $(two_file_shared_1_nonpic_test_OBJECTS) $(two_file_shared_1_nonpic_test_DEPENDENCIES)
|
2128 |
|
|
@rm -f two_file_shared_1_nonpic_test$(EXEEXT)
|
2129 |
|
|
$(two_file_shared_1_nonpic_test_LINK) $(two_file_shared_1_nonpic_test_OBJECTS) $(two_file_shared_1_nonpic_test_LDADD) $(LIBS)
|
2130 |
|
|
two_file_shared_1_pic_2_test$(EXEEXT): $(two_file_shared_1_pic_2_test_OBJECTS) $(two_file_shared_1_pic_2_test_DEPENDENCIES)
|
2131 |
|
|
@rm -f two_file_shared_1_pic_2_test$(EXEEXT)
|
2132 |
|
|
$(two_file_shared_1_pic_2_test_LINK) $(two_file_shared_1_pic_2_test_OBJECTS) $(two_file_shared_1_pic_2_test_LDADD) $(LIBS)
|
2133 |
|
|
two_file_shared_1_test$(EXEEXT): $(two_file_shared_1_test_OBJECTS) $(two_file_shared_1_test_DEPENDENCIES)
|
2134 |
|
|
@rm -f two_file_shared_1_test$(EXEEXT)
|
2135 |
|
|
$(two_file_shared_1_test_LINK) $(two_file_shared_1_test_OBJECTS) $(two_file_shared_1_test_LDADD) $(LIBS)
|
2136 |
|
|
two_file_shared_2_nonpic_test$(EXEEXT): $(two_file_shared_2_nonpic_test_OBJECTS) $(two_file_shared_2_nonpic_test_DEPENDENCIES)
|
2137 |
|
|
@rm -f two_file_shared_2_nonpic_test$(EXEEXT)
|
2138 |
|
|
$(two_file_shared_2_nonpic_test_LINK) $(two_file_shared_2_nonpic_test_OBJECTS) $(two_file_shared_2_nonpic_test_LDADD) $(LIBS)
|
2139 |
|
|
two_file_shared_2_pic_1_test$(EXEEXT): $(two_file_shared_2_pic_1_test_OBJECTS) $(two_file_shared_2_pic_1_test_DEPENDENCIES)
|
2140 |
|
|
@rm -f two_file_shared_2_pic_1_test$(EXEEXT)
|
2141 |
|
|
$(two_file_shared_2_pic_1_test_LINK) $(two_file_shared_2_pic_1_test_OBJECTS) $(two_file_shared_2_pic_1_test_LDADD) $(LIBS)
|
2142 |
|
|
two_file_shared_2_test$(EXEEXT): $(two_file_shared_2_test_OBJECTS) $(two_file_shared_2_test_DEPENDENCIES)
|
2143 |
|
|
@rm -f two_file_shared_2_test$(EXEEXT)
|
2144 |
|
|
$(two_file_shared_2_test_LINK) $(two_file_shared_2_test_OBJECTS) $(two_file_shared_2_test_LDADD) $(LIBS)
|
2145 |
|
|
two_file_static_test$(EXEEXT): $(two_file_static_test_OBJECTS) $(two_file_static_test_DEPENDENCIES)
|
2146 |
|
|
@rm -f two_file_static_test$(EXEEXT)
|
2147 |
|
|
$(two_file_static_test_LINK) $(two_file_static_test_OBJECTS) $(two_file_static_test_LDADD) $(LIBS)
|
2148 |
|
|
@GCC_FALSE@two_file_strip_test$(EXEEXT): $(two_file_strip_test_OBJECTS) $(two_file_strip_test_DEPENDENCIES)
|
2149 |
|
|
@GCC_FALSE@ @rm -f two_file_strip_test$(EXEEXT)
|
2150 |
|
|
@GCC_FALSE@ $(LINK) $(two_file_strip_test_OBJECTS) $(two_file_strip_test_LDADD) $(LIBS)
|
2151 |
|
|
@NATIVE_LINKER_FALSE@two_file_strip_test$(EXEEXT): $(two_file_strip_test_OBJECTS) $(two_file_strip_test_DEPENDENCIES)
|
2152 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f two_file_strip_test$(EXEEXT)
|
2153 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(two_file_strip_test_OBJECTS) $(two_file_strip_test_LDADD) $(LIBS)
|
2154 |
|
|
two_file_test$(EXEEXT): $(two_file_test_OBJECTS) $(two_file_test_DEPENDENCIES)
|
2155 |
|
|
@rm -f two_file_test$(EXEEXT)
|
2156 |
|
|
$(two_file_test_LINK) $(two_file_test_OBJECTS) $(two_file_test_LDADD) $(LIBS)
|
2157 |
|
|
ver_test$(EXEEXT): $(ver_test_OBJECTS) $(ver_test_DEPENDENCIES)
|
2158 |
|
|
@rm -f ver_test$(EXEEXT)
|
2159 |
|
|
$(ver_test_LINK) $(ver_test_OBJECTS) $(ver_test_LDADD) $(LIBS)
|
2160 |
|
|
ver_test_11$(EXEEXT): $(ver_test_11_OBJECTS) $(ver_test_11_DEPENDENCIES)
|
2161 |
|
|
@rm -f ver_test_11$(EXEEXT)
|
2162 |
|
|
$(ver_test_11_LINK) $(ver_test_11_OBJECTS) $(ver_test_11_LDADD) $(LIBS)
|
2163 |
|
|
ver_test_2$(EXEEXT): $(ver_test_2_OBJECTS) $(ver_test_2_DEPENDENCIES)
|
2164 |
|
|
@rm -f ver_test_2$(EXEEXT)
|
2165 |
|
|
$(ver_test_2_LINK) $(ver_test_2_OBJECTS) $(ver_test_2_LDADD) $(LIBS)
|
2166 |
|
|
ver_test_6$(EXEEXT): $(ver_test_6_OBJECTS) $(ver_test_6_DEPENDENCIES)
|
2167 |
|
|
@rm -f ver_test_6$(EXEEXT)
|
2168 |
|
|
$(ver_test_6_LINK) $(ver_test_6_OBJECTS) $(ver_test_6_LDADD) $(LIBS)
|
2169 |
|
|
ver_test_8$(EXEEXT): $(ver_test_8_OBJECTS) $(ver_test_8_DEPENDENCIES)
|
2170 |
|
|
@rm -f ver_test_8$(EXEEXT)
|
2171 |
|
|
$(ver_test_8_LINK) $(ver_test_8_OBJECTS) $(ver_test_8_LDADD) $(LIBS)
|
2172 |
|
|
ver_test_9$(EXEEXT): $(ver_test_9_OBJECTS) $(ver_test_9_DEPENDENCIES)
|
2173 |
|
|
@rm -f ver_test_9$(EXEEXT)
|
2174 |
|
|
$(ver_test_9_LINK) $(ver_test_9_OBJECTS) $(ver_test_9_LDADD) $(LIBS)
|
2175 |
|
|
weak_alias_test$(EXEEXT): $(weak_alias_test_OBJECTS) $(weak_alias_test_DEPENDENCIES)
|
2176 |
|
|
@rm -f weak_alias_test$(EXEEXT)
|
2177 |
|
|
$(weak_alias_test_LINK) $(weak_alias_test_OBJECTS) $(weak_alias_test_LDADD) $(LIBS)
|
2178 |
|
|
@GCC_FALSE@weak_plt$(EXEEXT): $(weak_plt_OBJECTS) $(weak_plt_DEPENDENCIES)
|
2179 |
|
|
@GCC_FALSE@ @rm -f weak_plt$(EXEEXT)
|
2180 |
|
|
@GCC_FALSE@ $(LINK) $(weak_plt_OBJECTS) $(weak_plt_LDADD) $(LIBS)
|
2181 |
|
|
@NATIVE_LINKER_FALSE@weak_plt$(EXEEXT): $(weak_plt_OBJECTS) $(weak_plt_DEPENDENCIES)
|
2182 |
|
|
@NATIVE_LINKER_FALSE@ @rm -f weak_plt$(EXEEXT)
|
2183 |
|
|
@NATIVE_LINKER_FALSE@ $(LINK) $(weak_plt_OBJECTS) $(weak_plt_LDADD) $(LIBS)
|
2184 |
|
|
weak_test$(EXEEXT): $(weak_test_OBJECTS) $(weak_test_DEPENDENCIES)
|
2185 |
|
|
@rm -f weak_test$(EXEEXT)
|
2186 |
|
|
$(weak_test_LINK) $(weak_test_OBJECTS) $(weak_test_LDADD) $(LIBS)
|
2187 |
|
|
weak_undef_nonpic_test$(EXEEXT): $(weak_undef_nonpic_test_OBJECTS) $(weak_undef_nonpic_test_DEPENDENCIES)
|
2188 |
|
|
@rm -f weak_undef_nonpic_test$(EXEEXT)
|
2189 |
|
|
$(weak_undef_nonpic_test_LINK) $(weak_undef_nonpic_test_OBJECTS) $(weak_undef_nonpic_test_LDADD) $(LIBS)
|
2190 |
|
|
weak_undef_test$(EXEEXT): $(weak_undef_test_OBJECTS) $(weak_undef_test_DEPENDENCIES)
|
2191 |
|
|
@rm -f weak_undef_test$(EXEEXT)
|
2192 |
|
|
$(weak_undef_test_LINK) $(weak_undef_test_OBJECTS) $(weak_undef_test_LDADD) $(LIBS)
|
2193 |
|
|
|
2194 |
|
|
mostlyclean-compile:
|
2195 |
|
|
-rm -f *.$(OBJEXT)
|
2196 |
|
|
|
2197 |
|
|
distclean-compile:
|
2198 |
|
|
-rm -f *.tab.c
|
2199 |
|
|
|
2200 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_pic_test.Po@am__quote@
|
2201 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_pie_test.Po@am__quote@
|
2202 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_static_pic_test.Po@am__quote@
|
2203 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_static_test.Po@am__quote@
|
2204 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basic_test.Po@am__quote@
|
2205 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/binary_test.Po@am__quote@
|
2206 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/binary_unittest.Po@am__quote@
|
2207 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/common_test_1.Po@am__quote@
|
2208 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constructor_test.Po@am__quote@
|
2209 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/copy_test.Po@am__quote@
|
2210 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/discard_locals_test.Po@am__quote@
|
2211 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception_test_1.Po@am__quote@
|
2212 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception_test_2.Po@am__quote@
|
2213 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exception_test_main.Po@am__quote@
|
2214 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exclude_libs_test.Po@am__quote@
|
2215 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flagstest_compress_debug_sections.Po@am__quote@
|
2216 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flagstest_o_specialfile.Po@am__quote@
|
2217 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flagstest_o_specialfile_and_compress_debug_sections.Po@am__quote@
|
2218 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/initpri1.Po@am__quote@
|
2219 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/justsyms_1.Po@am__quote@
|
2220 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/large-large.Po@am__quote@
|
2221 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/local_labels_test.Po@am__quote@
|
2222 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/many_sections_r_test.Po@am__quote@
|
2223 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/many_sections_test.Po@am__quote@
|
2224 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object_unittest.Po@am__quote@
|
2225 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/permission_test.Po@am__quote@
|
2226 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_test_1.Po@am__quote@
|
2227 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_test_2.Po@am__quote@
|
2228 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_test_3.Po@am__quote@
|
2229 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin_test_4.Po@am__quote@
|
2230 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protected_3.Po@am__quote@
|
2231 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protected_main_1.Po@am__quote@
|
2232 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protected_main_2.Po@am__quote@
|
2233 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protected_main_3.Po@am__quote@
|
2234 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/relro_test_main.Po@am__quote@
|
2235 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_test_1.Po@am__quote@
|
2236 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_test_2.Po@am__quote@
|
2237 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_test_2a.Po@am__quote@
|
2238 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_test_2b.Po@am__quote@
|
2239 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script_test_3.Po@am__quote@
|
2240 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/searched_file_test.Po@am__quote@
|
2241 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@
|
2242 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testfile.Po@am__quote@
|
2243 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testmain.Po@am__quote@
|
2244 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thin_archive_main.Po@am__quote@
|
2245 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_test.Po@am__quote@
|
2246 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_test_file2.Po@am__quote@
|
2247 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls_test_main.Po@am__quote@
|
2248 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/two_file_pie_test.Po@am__quote@
|
2249 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/two_file_strip_test.Po@am__quote@
|
2250 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/two_file_test_1.Po@am__quote@
|
2251 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/two_file_test_1b.Po@am__quote@
|
2252 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/two_file_test_2.Po@am__quote@
|
2253 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/two_file_test_main.Po@am__quote@
|
2254 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ver_test_6.Po@am__quote@
|
2255 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ver_test_main.Po@am__quote@
|
2256 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ver_test_main_2.Po@am__quote@
|
2257 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weak_alias_test_main.Po@am__quote@
|
2258 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weak_plt.Po@am__quote@
|
2259 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weak_test.Po@am__quote@
|
2260 |
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weak_undef_test.Po@am__quote@
|
2261 |
|
|
|
2262 |
|
|
.c.o:
|
2263 |
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
2264 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
2265 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
2266 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2267 |
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c $<
|
2268 |
|
|
|
2269 |
|
|
.c.obj:
|
2270 |
|
|
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
2271 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
2272 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
2273 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2274 |
|
|
@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
2275 |
|
|
|
2276 |
|
|
large-large.o: large.c
|
2277 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(large_CFLAGS) $(CFLAGS) -MT large-large.o -MD -MP -MF $(DEPDIR)/large-large.Tpo -c -o large-large.o `test -f 'large.c' || echo '$(srcdir)/'`large.c
|
2278 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/large-large.Tpo $(DEPDIR)/large-large.Po
|
2279 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='large.c' object='large-large.o' libtool=no @AMDEPBACKSLASH@
|
2280 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2281 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(large_CFLAGS) $(CFLAGS) -c -o large-large.o `test -f 'large.c' || echo '$(srcdir)/'`large.c
|
2282 |
|
|
|
2283 |
|
|
large-large.obj: large.c
|
2284 |
|
|
@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(large_CFLAGS) $(CFLAGS) -MT large-large.obj -MD -MP -MF $(DEPDIR)/large-large.Tpo -c -o large-large.obj `if test -f 'large.c'; then $(CYGPATH_W) 'large.c'; else $(CYGPATH_W) '$(srcdir)/large.c'; fi`
|
2285 |
|
|
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/large-large.Tpo $(DEPDIR)/large-large.Po
|
2286 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='large.c' object='large-large.obj' libtool=no @AMDEPBACKSLASH@
|
2287 |
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2288 |
|
|
@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(large_CFLAGS) $(CFLAGS) -c -o large-large.obj `if test -f 'large.c'; then $(CYGPATH_W) 'large.c'; else $(CYGPATH_W) '$(srcdir)/large.c'; fi`
|
2289 |
|
|
|
2290 |
|
|
.cc.o:
|
2291 |
|
|
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
2292 |
|
|
@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
2293 |
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
2294 |
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2295 |
|
|
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
|
2296 |
|
|
|
2297 |
|
|
.cc.obj:
|
2298 |
|
|
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
2299 |
|
|
@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
2300 |
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
2301 |
|
|
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2302 |
|
|
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
2303 |
|
|
|
2304 |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
2305 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
2306 |
|
|
unique=`for i in $$list; do \
|
2307 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
2308 |
|
|
done | \
|
2309 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
2310 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
2311 |
|
|
mkid -fID $$unique
|
2312 |
|
|
tags: TAGS
|
2313 |
|
|
|
2314 |
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
2315 |
|
|
$(TAGS_FILES) $(LISP)
|
2316 |
|
|
set x; \
|
2317 |
|
|
here=`pwd`; \
|
2318 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
2319 |
|
|
unique=`for i in $$list; do \
|
2320 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
2321 |
|
|
done | \
|
2322 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
2323 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
2324 |
|
|
shift; \
|
2325 |
|
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
2326 |
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
2327 |
|
|
if test $$# -gt 0; then \
|
2328 |
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
2329 |
|
|
"$$@" $$unique; \
|
2330 |
|
|
else \
|
2331 |
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
2332 |
|
|
$$unique; \
|
2333 |
|
|
fi; \
|
2334 |
|
|
fi
|
2335 |
|
|
ctags: CTAGS
|
2336 |
|
|
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
2337 |
|
|
$(TAGS_FILES) $(LISP)
|
2338 |
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
2339 |
|
|
unique=`for i in $$list; do \
|
2340 |
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
2341 |
|
|
done | \
|
2342 |
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
2343 |
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
2344 |
|
|
test -z "$(CTAGS_ARGS)$$unique" \
|
2345 |
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
2346 |
|
|
$$unique
|
2347 |
|
|
|
2348 |
|
|
GTAGS:
|
2349 |
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
2350 |
|
|
&& $(am__cd) $(top_srcdir) \
|
2351 |
|
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
2352 |
|
|
|
2353 |
|
|
distclean-tags:
|
2354 |
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
2355 |
|
|
|
2356 |
|
|
check-TESTS: $(TESTS)
|
2357 |
|
|
@failed=0; all=0; xfail=0; xpass=0; skip=0; \
|
2358 |
|
|
srcdir=$(srcdir); export srcdir; \
|
2359 |
|
|
list=' $(TESTS) '; \
|
2360 |
|
|
$(am__tty_colors); \
|
2361 |
|
|
if test -n "$$list"; then \
|
2362 |
|
|
for tst in $$list; do \
|
2363 |
|
|
if test -f ./$$tst; then dir=./; \
|
2364 |
|
|
elif test -f $$tst; then dir=; \
|
2365 |
|
|
else dir="$(srcdir)/"; fi; \
|
2366 |
|
|
if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
|
2367 |
|
|
all=`expr $$all + 1`; \
|
2368 |
|
|
case " $(XFAIL_TESTS) " in \
|
2369 |
|
|
*[\ \ ]$$tst[\ \ ]*) \
|
2370 |
|
|
xpass=`expr $$xpass + 1`; \
|
2371 |
|
|
failed=`expr $$failed + 1`; \
|
2372 |
|
|
col=$$red; res=XPASS; \
|
2373 |
|
|
;; \
|
2374 |
|
|
*) \
|
2375 |
|
|
col=$$grn; res=PASS; \
|
2376 |
|
|
;; \
|
2377 |
|
|
esac; \
|
2378 |
|
|
elif test $$? -ne 77; then \
|
2379 |
|
|
all=`expr $$all + 1`; \
|
2380 |
|
|
case " $(XFAIL_TESTS) " in \
|
2381 |
|
|
*[\ \ ]$$tst[\ \ ]*) \
|
2382 |
|
|
xfail=`expr $$xfail + 1`; \
|
2383 |
|
|
col=$$lgn; res=XFAIL; \
|
2384 |
|
|
;; \
|
2385 |
|
|
*) \
|
2386 |
|
|
failed=`expr $$failed + 1`; \
|
2387 |
|
|
col=$$red; res=FAIL; \
|
2388 |
|
|
;; \
|
2389 |
|
|
esac; \
|
2390 |
|
|
else \
|
2391 |
|
|
skip=`expr $$skip + 1`; \
|
2392 |
|
|
col=$$blu; res=SKIP; \
|
2393 |
|
|
fi; \
|
2394 |
|
|
echo "$${col}$$res$${std}: $$tst"; \
|
2395 |
|
|
done; \
|
2396 |
|
|
if test "$$all" -eq 1; then \
|
2397 |
|
|
tests="test"; \
|
2398 |
|
|
All=""; \
|
2399 |
|
|
else \
|
2400 |
|
|
tests="tests"; \
|
2401 |
|
|
All="All "; \
|
2402 |
|
|
fi; \
|
2403 |
|
|
if test "$$failed" -eq 0; then \
|
2404 |
|
|
if test "$$xfail" -eq 0; then \
|
2405 |
|
|
banner="$$All$$all $$tests passed"; \
|
2406 |
|
|
else \
|
2407 |
|
|
if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
|
2408 |
|
|
banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
|
2409 |
|
|
fi; \
|
2410 |
|
|
else \
|
2411 |
|
|
if test "$$xpass" -eq 0; then \
|
2412 |
|
|
banner="$$failed of $$all $$tests failed"; \
|
2413 |
|
|
else \
|
2414 |
|
|
if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
|
2415 |
|
|
banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
|
2416 |
|
|
fi; \
|
2417 |
|
|
fi; \
|
2418 |
|
|
dashes="$$banner"; \
|
2419 |
|
|
skipped=""; \
|
2420 |
|
|
if test "$$skip" -ne 0; then \
|
2421 |
|
|
if test "$$skip" -eq 1; then \
|
2422 |
|
|
skipped="($$skip test was not run)"; \
|
2423 |
|
|
else \
|
2424 |
|
|
skipped="($$skip tests were not run)"; \
|
2425 |
|
|
fi; \
|
2426 |
|
|
test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
|
2427 |
|
|
dashes="$$skipped"; \
|
2428 |
|
|
fi; \
|
2429 |
|
|
report=""; \
|
2430 |
|
|
if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
|
2431 |
|
|
report="Please report to $(PACKAGE_BUGREPORT)"; \
|
2432 |
|
|
test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
|
2433 |
|
|
dashes="$$report"; \
|
2434 |
|
|
fi; \
|
2435 |
|
|
dashes=`echo "$$dashes" | sed s/./=/g`; \
|
2436 |
|
|
if test "$$failed" -eq 0; then \
|
2437 |
|
|
echo "$$grn$$dashes"; \
|
2438 |
|
|
else \
|
2439 |
|
|
echo "$$red$$dashes"; \
|
2440 |
|
|
fi; \
|
2441 |
|
|
echo "$$banner"; \
|
2442 |
|
|
test -z "$$skipped" || echo "$$skipped"; \
|
2443 |
|
|
test -z "$$report" || echo "$$report"; \
|
2444 |
|
|
echo "$$dashes$$std"; \
|
2445 |
|
|
test "$$failed" -eq 0; \
|
2446 |
|
|
else :; fi
|
2447 |
|
|
|
2448 |
|
|
distdir: $(DISTFILES)
|
2449 |
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
2450 |
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
2451 |
|
|
list='$(DISTFILES)'; \
|
2452 |
|
|
dist_files=`for file in $$list; do echo $$file; done | \
|
2453 |
|
|
sed -e "s|^$$srcdirstrip/||;t" \
|
2454 |
|
|
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
2455 |
|
|
case $$dist_files in \
|
2456 |
|
|
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
2457 |
|
|
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
2458 |
|
|
sort -u` ;; \
|
2459 |
|
|
esac; \
|
2460 |
|
|
for file in $$dist_files; do \
|
2461 |
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
2462 |
|
|
if test -d $$d/$$file; then \
|
2463 |
|
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
2464 |
|
|
if test -d "$(distdir)/$$file"; then \
|
2465 |
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
2466 |
|
|
fi; \
|
2467 |
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
2468 |
|
|
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
2469 |
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
2470 |
|
|
fi; \
|
2471 |
|
|
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
2472 |
|
|
else \
|
2473 |
|
|
test -f "$(distdir)/$$file" \
|
2474 |
|
|
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
2475 |
|
|
|| exit 1; \
|
2476 |
|
|
fi; \
|
2477 |
|
|
done
|
2478 |
|
|
check-am: all-am
|
2479 |
|
|
$(MAKE) $(AM_MAKEFLAGS) $(check_LIBRARIES) $(check_PROGRAMS) \
|
2480 |
|
|
$(check_SCRIPTS) $(check_DATA)
|
2481 |
|
|
$(MAKE) $(AM_MAKEFLAGS) check-TESTS
|
2482 |
|
|
check: $(BUILT_SOURCES)
|
2483 |
|
|
$(MAKE) $(AM_MAKEFLAGS) check-am
|
2484 |
|
|
all-am: Makefile
|
2485 |
|
|
installdirs:
|
2486 |
|
|
install: $(BUILT_SOURCES)
|
2487 |
|
|
$(MAKE) $(AM_MAKEFLAGS) install-am
|
2488 |
|
|
install-exec: install-exec-am
|
2489 |
|
|
install-data: install-data-am
|
2490 |
|
|
uninstall: uninstall-am
|
2491 |
|
|
|
2492 |
|
|
install-am: all-am
|
2493 |
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
2494 |
|
|
|
2495 |
|
|
installcheck: installcheck-am
|
2496 |
|
|
install-strip:
|
2497 |
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
2498 |
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
2499 |
|
|
`test -z '$(STRIP)' || \
|
2500 |
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
2501 |
|
|
mostlyclean-generic:
|
2502 |
|
|
-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
|
2503 |
|
|
|
2504 |
|
|
clean-generic:
|
2505 |
|
|
|
2506 |
|
|
distclean-generic:
|
2507 |
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
2508 |
|
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
2509 |
|
|
|
2510 |
|
|
maintainer-clean-generic:
|
2511 |
|
|
@echo "This command is intended for maintainers to use"
|
2512 |
|
|
@echo "it deletes files that may require special tools to rebuild."
|
2513 |
|
|
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
|
2514 |
|
|
clean: clean-am
|
2515 |
|
|
|
2516 |
|
|
clean-am: clean-checkLIBRARIES clean-checkPROGRAMS clean-generic \
|
2517 |
|
|
mostlyclean-am
|
2518 |
|
|
|
2519 |
|
|
distclean: distclean-am
|
2520 |
|
|
-rm -rf ./$(DEPDIR)
|
2521 |
|
|
-rm -f Makefile
|
2522 |
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
2523 |
|
|
distclean-tags
|
2524 |
|
|
|
2525 |
|
|
dvi: dvi-am
|
2526 |
|
|
|
2527 |
|
|
dvi-am:
|
2528 |
|
|
|
2529 |
|
|
html: html-am
|
2530 |
|
|
|
2531 |
|
|
html-am:
|
2532 |
|
|
|
2533 |
|
|
info: info-am
|
2534 |
|
|
|
2535 |
|
|
info-am:
|
2536 |
|
|
|
2537 |
|
|
install-data-am:
|
2538 |
|
|
|
2539 |
|
|
install-dvi: install-dvi-am
|
2540 |
|
|
|
2541 |
|
|
install-dvi-am:
|
2542 |
|
|
|
2543 |
|
|
install-exec-am:
|
2544 |
|
|
|
2545 |
|
|
install-html: install-html-am
|
2546 |
|
|
|
2547 |
|
|
install-html-am:
|
2548 |
|
|
|
2549 |
|
|
install-info: install-info-am
|
2550 |
|
|
|
2551 |
|
|
install-info-am:
|
2552 |
|
|
|
2553 |
|
|
install-man:
|
2554 |
|
|
|
2555 |
|
|
install-pdf: install-pdf-am
|
2556 |
|
|
|
2557 |
|
|
install-pdf-am:
|
2558 |
|
|
|
2559 |
|
|
install-ps: install-ps-am
|
2560 |
|
|
|
2561 |
|
|
install-ps-am:
|
2562 |
|
|
|
2563 |
|
|
installcheck-am:
|
2564 |
|
|
|
2565 |
|
|
maintainer-clean: maintainer-clean-am
|
2566 |
|
|
-rm -rf ./$(DEPDIR)
|
2567 |
|
|
-rm -f Makefile
|
2568 |
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
2569 |
|
|
|
2570 |
|
|
mostlyclean: mostlyclean-am
|
2571 |
|
|
|
2572 |
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic
|
2573 |
|
|
|
2574 |
|
|
pdf: pdf-am
|
2575 |
|
|
|
2576 |
|
|
pdf-am:
|
2577 |
|
|
|
2578 |
|
|
ps: ps-am
|
2579 |
|
|
|
2580 |
|
|
ps-am:
|
2581 |
|
|
|
2582 |
|
|
uninstall-am:
|
2583 |
|
|
|
2584 |
|
|
.MAKE: all check check-am install install-am install-strip
|
2585 |
|
|
|
2586 |
|
|
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
|
2587 |
|
|
clean-checkLIBRARIES clean-checkPROGRAMS clean-generic ctags \
|
2588 |
|
|
distclean distclean-compile distclean-generic distclean-tags \
|
2589 |
|
|
distdir dvi dvi-am html html-am info info-am install \
|
2590 |
|
|
install-am install-data install-data-am install-dvi \
|
2591 |
|
|
install-dvi-am install-exec install-exec-am install-html \
|
2592 |
|
|
install-html-am install-info install-info-am install-man \
|
2593 |
|
|
install-pdf install-pdf-am install-ps install-ps-am \
|
2594 |
|
|
install-strip installcheck installcheck-am installdirs \
|
2595 |
|
|
maintainer-clean maintainer-clean-generic mostlyclean \
|
2596 |
|
|
mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
|
2597 |
|
|
tags uninstall uninstall-am
|
2598 |
|
|
|
2599 |
|
|
|
2600 |
|
|
# ---------------------------------------------------------------------
|
2601 |
|
|
# These tests test the output of gold (end-to-end tests). In
|
2602 |
|
|
# particular, they make sure that gold can link "difficult" object
|
2603 |
|
|
# files, and the resulting object files run correctly. These can only
|
2604 |
|
|
# run if we've built ld-new for the native architecture (that is,
|
2605 |
|
|
# we're not cross-compiling it), since we run ld-new as part of these
|
2606 |
|
|
# tests. We use the gcc-specific flag '-B' to use our linker instead
|
2607 |
|
|
# of the default linker, which is why we only run our tests under gcc.
|
2608 |
|
|
|
2609 |
|
|
# Infrastucture needed for the unittests: a directory where the linker
|
2610 |
|
|
# is named 'ld'. This is because the -B flag appends 'ld' to its arg.
|
2611 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@gcctestdir/ld: ../ld-new
|
2612 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d gcctestdir || mkdir -p gcctestdir
|
2613 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f gcctestdir/ld
|
2614 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ (cd gcctestdir && $(LN_S) ../../ld-new ld)
|
2615 |
|
|
|
2616 |
|
|
# Each of these .o's is a useful, small complete program. They're
|
2617 |
|
|
# particularly useful for making sure ld-new's flags do what they're
|
2618 |
|
|
# supposed to (hence their names), but are used for many tests that
|
2619 |
|
|
# don't actually involve analyzing input data.
|
2620 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@flagstest_debug.o: constructor_test.cc
|
2621 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -g -c -o $@ $<
|
2622 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@flagstest_ndebug.o: constructor_test.cc
|
2623 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -o $@ $<
|
2624 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@gc_comdat_test_1.o: gc_comdat_test_1.cc
|
2625 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -g -o $@ $<
|
2626 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@gc_comdat_test_2.o: gc_comdat_test_2.cc
|
2627 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -g -o $@ $<
|
2628 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@gc_comdat_test: gc_comdat_test_1.o gc_comdat_test_2.o gcctestdir/ld
|
2629 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--gc-sections gc_comdat_test_1.o gc_comdat_test_2.o
|
2630 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@gc_comdat_test.stdout: gc_comdat_test
|
2631 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) -C gc_comdat_test > gc_comdat_test.stdout
|
2632 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@gc_tls_test.o: gc_tls_test.cc
|
2633 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -g -o $@ $<
|
2634 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@gc_tls_test:gc_tls_test.o gcctestdir/ld
|
2635 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--gc-sections gc_tls_test.o
|
2636 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@gc_tls_test.stdout: gc_tls_test
|
2637 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) -C gc_tls_test > gc_tls_test.stdout
|
2638 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_test.o: icf_test.cc
|
2639 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -g -o $@ $<
|
2640 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_test: icf_test.o gcctestdir/ld
|
2641 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--icf=all icf_test.o
|
2642 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_test.stdout: icf_test
|
2643 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) -C icf_test > icf_test.stdout
|
2644 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_keep_unique_test.o: icf_keep_unique_test.cc
|
2645 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -g -o $@ $<
|
2646 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_keep_unique_test: icf_keep_unique_test.o gcctestdir/ld
|
2647 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--icf=all -Wl,--keep-unique,_Z11unique_funcv icf_keep_unique_test.o
|
2648 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_keep_unique_test.stdout: icf_keep_unique_test
|
2649 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) -C icf_keep_unique_test > icf_keep_unique_test.stdout
|
2650 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_safe_test.o: icf_safe_test.cc
|
2651 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -ffunction-sections -g -o $@ $<
|
2652 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_safe_test: icf_safe_test.o gcctestdir/ld
|
2653 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--icf=safe icf_safe_test.o
|
2654 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@icf_safe_test.stdout: icf_safe_test
|
2655 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) icf_safe_test > icf_safe_test.stdout
|
2656 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@basic_test.o: basic_test.cc
|
2657 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -o $@ $<
|
2658 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@basic_test: basic_test.o gcctestdir/ld
|
2659 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ basic_test.o
|
2660 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@basic_static_test: basic_test.o gcctestdir/ld
|
2661 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -static basic_test.o
|
2662 |
|
|
|
2663 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@basic_pic_test.o: basic_test.cc
|
2664 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -fpic -o $@ $<
|
2665 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@basic_pic_test: basic_pic_test.o gcctestdir/ld
|
2666 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ basic_pic_test.o
|
2667 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@basic_static_pic_test: basic_pic_test.o gcctestdir/ld
|
2668 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -static basic_pic_test.o
|
2669 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@basic_pie_test.o: basic_test.cc
|
2670 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -c -fpie -o $@ $<
|
2671 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@basic_pie_test: basic_pie_test.o gcctestdir/ld
|
2672 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -pie basic_pie_test.o
|
2673 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_1_pic.o: two_file_test_1.cc
|
2674 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2675 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_1b_pic.o: two_file_test_1b.cc
|
2676 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2677 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_2_pic.o: two_file_test_2.cc
|
2678 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2679 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1.so: two_file_test_1_pic.o two_file_test_1b_pic.o gcctestdir/ld
|
2680 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared two_file_test_1_pic.o two_file_test_1b_pic.o
|
2681 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2.so: two_file_test_2_pic.o gcctestdir/ld
|
2682 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared two_file_test_2_pic.o
|
2683 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared.so: two_file_test_1_pic.o two_file_test_1b_pic.o two_file_test_2_pic.o gcctestdir/ld
|
2684 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared two_file_test_1_pic.o two_file_test_1b_pic.o two_file_test_2_pic.o
|
2685 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_relocatable.o: gcctestdir/ld two_file_test_1.o two_file_test_1b.o two_file_test_2.o
|
2686 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld -r -o $@ two_file_test_1.o two_file_test_1b.o two_file_test_2.o
|
2687 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_1_pie.o: two_file_test_1.cc
|
2688 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpie -o $@ $<
|
2689 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_1b_pie.o: two_file_test_1b.cc
|
2690 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpie -o $@ $<
|
2691 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_2_pie.o: two_file_test_2.cc
|
2692 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpie -o $@ $<
|
2693 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_test_main_pie.o: two_file_test_main.cc
|
2694 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpie -o $@ $<
|
2695 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_pie_test: two_file_test_1_pie.o two_file_test_1b_pie.o \
|
2696 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_test_2_pie.o two_file_test_main_pie.o gcctestdir/ld
|
2697 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -pie two_file_test_1_pie.o two_file_test_1b_pie.o two_file_test_2_pie.o two_file_test_main_pie.o
|
2698 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared.dbg: two_file_shared.so
|
2699 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -w $< >$@ 2>/dev/null
|
2700 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_1_nonpic.so: two_file_test_1.o gcctestdir/ld
|
2701 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared two_file_test_1.o two_file_test_1b.o
|
2702 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_2_nonpic.so: two_file_test_2.o gcctestdir/ld
|
2703 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared two_file_test_2.o
|
2704 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_nonpic.so: two_file_test_1.o two_file_test_1b.o two_file_test_2.o gcctestdir/ld
|
2705 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared two_file_test_1.o two_file_test_1b.o two_file_test_2.o
|
2706 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_mixed.so: two_file_test_1_pic.o two_file_test_1b_pic.o two_file_test_2.o gcctestdir/ld
|
2707 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared two_file_test_1_pic.o two_file_test_1b_pic.o two_file_test_2.o
|
2708 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_mixed_1.so: two_file_test_1.o two_file_test_1b_pic.o two_file_shared_2.so gcctestdir/ld
|
2709 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared two_file_test_1.o two_file_test_1b_pic.o two_file_shared_2.so
|
2710 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_strip_test: two_file_test
|
2711 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_STRIP) -o two_file_strip_test two_file_test
|
2712 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@two_file_shared_strip.so: two_file_shared.so
|
2713 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_STRIP) -S -o two_file_shared_strip.so two_file_shared.so
|
2714 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_test_1_pic.o: exception_test_1.cc
|
2715 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2716 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_test_2_pic.o: exception_test_2.cc
|
2717 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2718 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_1.so: exception_test_1_pic.o gcctestdir/ld
|
2719 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared exception_test_1_pic.o
|
2720 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared_2.so: exception_test_2_pic.o gcctestdir/ld
|
2721 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared exception_test_2_pic.o
|
2722 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exception_shared.so: exception_test_1_pic.o exception_test_2_pic.o gcctestdir/ld
|
2723 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared exception_test_1_pic.o exception_test_2_pic.o
|
2724 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_file1.o: weak_undef_file1.cc
|
2725 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2726 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_file2.o: weak_undef_file2.cc
|
2727 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2728 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_lib.so: weak_undef_file1.o
|
2729 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_undef_file1.o
|
2730 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@alt/weak_undef_lib.so: weak_undef_file2.o
|
2731 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d alt || mkdir -p alt
|
2732 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_undef_file2.o
|
2733 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_file1_nonpic.o: weak_undef_file1.cc
|
2734 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -o $@ $<
|
2735 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_file2_nonpic.o: weak_undef_file2.cc
|
2736 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -o $@ $<
|
2737 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_undef_lib_nonpic.so: weak_undef_file1_nonpic.o
|
2738 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_undef_file1_nonpic.o
|
2739 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@alt/weak_undef_lib_nonpic.so: weak_undef_file2_nonpic.o
|
2740 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d alt || mkdir -p alt
|
2741 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_undef_file2_nonpic.o
|
2742 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_1_pic.o: weak_alias_test_1.cc
|
2743 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2744 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_1.so: weak_alias_test_1_pic.o gcctestdir/ld
|
2745 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_alias_test_1_pic.o
|
2746 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_2_pic.o: weak_alias_test_2.cc
|
2747 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2748 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_2.so: weak_alias_test_2_pic.o gcctestdir/ld
|
2749 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_alias_test_2_pic.o
|
2750 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_3.o: weak_alias_test_3.cc
|
2751 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -o $@ $<
|
2752 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_4_pic.o: weak_alias_test_4.cc
|
2753 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2754 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_alias_test_4.so: weak_alias_test_4_pic.o gcctestdir/ld
|
2755 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_alias_test_4_pic.o
|
2756 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_plt_main_pic.o: weak_plt_main.cc
|
2757 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2758 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_plt: weak_plt_main_pic.o gcctestdir/ld
|
2759 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ weak_plt_main_pic.o
|
2760 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_plt_shared_pic.o: weak_plt_shared.cc
|
2761 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2762 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@weak_plt_shared.so: weak_plt_shared_pic.o gcctestdir/ld
|
2763 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared weak_plt_shared_pic.o
|
2764 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@copy_test_1_pic.o: copy_test_1.cc
|
2765 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2766 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@copy_test_1.so: gcctestdir/ld copy_test_1_pic.o
|
2767 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared copy_test_1_pic.o
|
2768 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@copy_test_2_pic.o: copy_test_2.cc
|
2769 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2770 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@copy_test_2.so: gcctestdir/ld copy_test_2_pic.o
|
2771 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared copy_test_2_pic.o
|
2772 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_pic.o: tls_test.cc
|
2773 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2774 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_file2_pic.o: tls_test_file2.cc
|
2775 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2776 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_c_pic.o: tls_test_c.c
|
2777 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(COMPILE) -c -fpic $(TLS_TEST_C_CFLAGS) -o $@ $<
|
2778 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_shared.so: tls_test_pic.o tls_test_file2_pic.o tls_test_c_pic.o gcctestdir/ld
|
2779 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared tls_test_pic.o tls_test_file2_pic.o tls_test_c_pic.o -Wl,-z,defs
|
2780 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_shared2.so: tls_test_file2_pic.o gcctestdir/ld
|
2781 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared tls_test_file2_pic.o
|
2782 |
|
|
|
2783 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_pic_ie.o: tls_test.cc
|
2784 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXCOMPILE) -c -fpic -ftls-model=initial-exec -o $@ $<
|
2785 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_file2_pic_ie.o: tls_test_file2.cc
|
2786 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXCOMPILE) -c -fpic -ftls-model=initial-exec -o $@ $<
|
2787 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_c_pic_ie.o: tls_test_c.c
|
2788 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(COMPILE) -c -fpic -ftls-model=initial-exec $(TLS_TEST_C_CFLAGS) -o $@ $<
|
2789 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_ie_shared.so: tls_test_pic_ie.o tls_test_file2_pic_ie.o tls_test_c_pic_ie.o gcctestdir/ld
|
2790 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared tls_test_pic_ie.o tls_test_file2_pic_ie.o tls_test_c_pic_ie.o
|
2791 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_c.o: tls_test_c.c
|
2792 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(COMPILE) -c $(TLS_TEST_C_CFLAGS) -o $@ $<
|
2793 |
|
|
|
2794 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_test_gnu2.o: tls_test.cc
|
2795 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@ $(CXXCOMPILE) -c -fpic -mtls-dialect=gnu2 -o $@ $<
|
2796 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_test_file2_gnu2.o: tls_test_file2.cc
|
2797 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@ $(CXXCOMPILE) -c -fpic -mtls-dialect=gnu2 -o $@ $<
|
2798 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_test_c_gnu2.o: tls_test_c.c
|
2799 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@ $(COMPILE) -c -fpic -mtls-dialect=gnu2 $(TLS_TEST_C_CFLAGS) -o $@ $<
|
2800 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_test_gnu2_shared2.so: tls_test_file2_gnu2.o gcctestdir/ld
|
2801 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared tls_test_file2_gnu2.o
|
2802 |
|
|
|
2803 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_DESCRIPTORS_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@tls_test_gnu2_shared.so: tls_test_gnu2.o tls_test_file2_gnu2.o tls_test_c_gnu2.o gcctestdir/ld
|
2804 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_DESCRIPTORS_TRUE@@TLS_GNU2_DIALECT_TRUE@@TLS_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared tls_test_gnu2.o tls_test_file2_gnu2.o tls_test_c_gnu2.o
|
2805 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@tls_test_shared_nonpic.so: tls_test.o tls_test_file2.o tls_test_c.o gcctestdir/ld
|
2806 |
|
|
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@@TLS_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared tls_test.o tls_test_file2.o tls_test_c.o
|
2807 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@many_sections_define.h:
|
2808 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ (for i in `seq 1 70000`; do \
|
2809 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "int var_$$i __attribute__((section(\"section_$$i\"))) = $$i;"; \
|
2810 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ done) > $@.tmp
|
2811 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ mv -f $@.tmp $@
|
2812 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@many_sections_check.h:
|
2813 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ (for i in `seq 1 1000 70000`; do \
|
2814 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo "assert(var_$$i == $$i);"; \
|
2815 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ done) > $@.tmp
|
2816 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ mv -f $@.tmp $@
|
2817 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@many_sections_r_test.o: many_sections_test.o gcctestdir/ld
|
2818 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld -r -o $@ many_sections_test.o
|
2819 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@many_sections_r_test: many_sections_r_test.o gcctestdir/ld
|
2820 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ many_sections_r_test.o $(LIBS)
|
2821 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@debug_msg.o: debug_msg.cc
|
2822 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -g -c -w -o $@ $(srcdir)/debug_msg.cc
|
2823 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@odr_violation1.o: odr_violation1.cc
|
2824 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -g -c -w -o $@ $(srcdir)/odr_violation1.cc
|
2825 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@odr_violation2.o: odr_violation2.cc
|
2826 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -g -c -w -o $@ $(srcdir)/odr_violation2.cc
|
2827 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@debug_msg.err: debug_msg.o odr_violation1.o odr_violation2.o gcctestdir/ld
|
2828 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ @echo $(CXXLINK) -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg debug_msg.o odr_violation1.o odr_violation2.o "2>$@"
|
2829 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ @if $(CXXLINK) -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg debug_msg.o odr_violation1.o odr_violation2.o 2>$@; \
|
2830 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ then \
|
2831 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo 1>&2 "Link of debug_msg should have failed"; \
|
2832 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@; \
|
2833 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exit 1; \
|
2834 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ fi
|
2835 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@debug_msg.so: debug_msg.cc gcctestdir/ld
|
2836 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -Bgcctestdir/ -O0 -g -shared -fPIC -w -o $@ $(srcdir)/debug_msg.cc
|
2837 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@odr_violation1.so: odr_violation1.cc gcctestdir/ld
|
2838 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -Bgcctestdir/ -O0 -g -shared -fPIC -w -o $@ $(srcdir)/odr_violation1.cc
|
2839 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@odr_violation2.so: odr_violation2.cc gcctestdir/ld
|
2840 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -Bgcctestdir/ -O0 -g -shared -fPIC -w -o $@ $(srcdir)/odr_violation2.cc
|
2841 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@debug_msg_so.err: debug_msg.so odr_violation1.so odr_violation2.so gcctestdir/ld
|
2842 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ @echo $(CXXLINK) -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg_so debug_msg.so odr_violation1.so odr_violation2.so "2>$@"
|
2843 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ @if $(CXXLINK) -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg_so debug_msg.so odr_violation1.so odr_violation2.so 2>$@; \
|
2844 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ then \
|
2845 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo 1>&2 "Link of debug_msg_so should have failed"; \
|
2846 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@; \
|
2847 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exit 1; \
|
2848 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ fi
|
2849 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@debug_msg_ndebug.so: debug_msg.cc gcctestdir/ld
|
2850 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -Bgcctestdir/ -O0 -g0 -shared -fPIC -w -o $@ $(srcdir)/debug_msg.cc
|
2851 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@odr_violation1_ndebug.so: odr_violation1.cc gcctestdir/ld
|
2852 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -Bgcctestdir/ -O0 -g0 -shared -fPIC -w -o $@ $(srcdir)/odr_violation1.cc
|
2853 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@odr_violation2_ndebug.so: odr_violation2.cc gcctestdir/ld
|
2854 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -Bgcctestdir/ -O0 -g0 -shared -fPIC -w -o $@ $(srcdir)/odr_violation2.cc
|
2855 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@debug_msg_ndebug.err: debug_msg_ndebug.so odr_violation1_ndebug.so odr_violation2_ndebug.so gcctestdir/ld
|
2856 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ @echo $(CXXLINK) -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg_ndebug debug_msg_ndebug.so odr_violation1_ndebug.so odr_violation2_ndebug.so "2>$@"
|
2857 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ @if $(CXXLINK) -Bgcctestdir/ -Wl,--detect-odr-violations -o debug_msg_ndebug debug_msg_ndebug.so odr_violation1_ndebug.so odr_violation2_ndebug.so 2>$@; \
|
2858 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ then \
|
2859 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo 1>&2 "Link of debug_msg_ndebug should have failed"; \
|
2860 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@; \
|
2861 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exit 1; \
|
2862 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ fi
|
2863 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@undef_symbol.o: undef_symbol.cc
|
2864 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -O0 -g -c -fPIC $<
|
2865 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@undef_symbol.so: undef_symbol.o gcctestdir/ld
|
2866 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared undef_symbol.o
|
2867 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@undef_symbol.err: undef_symbol_main.o undef_symbol.so gcctestdir/ld
|
2868 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ @echo $(CXXLINK) -Bgcctestdir/ -o undef_symbol_test undef_symbol_main.o undef_symbol.so "2>$@"
|
2869 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ @if $(CXXLINK) -Bgcctestdir/ -o undef_symbol_test undef_symbol_main.o undef_symbol.so 2>$@; \
|
2870 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ then \
|
2871 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo 1>&2 "Link of undef_symbol_test should have failed"; \
|
2872 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@; \
|
2873 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ exit 1; \
|
2874 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ fi
|
2875 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@flagstest_o_specialfile: flagstest_debug.o gcctestdir/ld
|
2876 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -o /dev/stdout $< 2>&1 | cat > $@
|
2877 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ chmod a+x $@
|
2878 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ test -s $@
|
2879 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@flagstest_compress_debug_sections: flagstest_debug.o gcctestdir/ld
|
2880 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -o $@ $< -Wl,--compress-debug-sections=zlib
|
2881 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ test -s $@
|
2882 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@flagstest_o_specialfile_and_compress_debug_sections: flagstest_debug.o \
|
2883 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld
|
2884 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -o /dev/stdout $< -Wl,--compress-debug-sections=zlib 2>&1 | cat > $@
|
2885 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ chmod a+x $@
|
2886 |
|
|
@GCC_TRUE@@HAVE_ZLIB_TRUE@@NATIVE_LINKER_TRUE@ test -s $@
|
2887 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_1.so: ver_test_1.o ver_test_2.so ver_test_3.o ver_test_4.so gcctestdir/ld
|
2888 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared ver_test_1.o ver_test_2.so ver_test_3.o ver_test_4.so
|
2889 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_2.so: ver_test_2.o $(srcdir)/ver_test_2.script ver_test_4.so gcctestdir/ld
|
2890 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,--version-script,$(srcdir)/ver_test_2.script ver_test_2.o ver_test_4.so
|
2891 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_4.so: ver_test_4.o $(srcdir)/ver_test_4.script gcctestdir/ld
|
2892 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,--version-script,$(srcdir)/ver_test_4.script ver_test_4.o
|
2893 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_1.o: ver_test_1.cc
|
2894 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2895 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_2.o: ver_test_2.cc
|
2896 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2897 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_3.o: ver_test_3.cc
|
2898 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2899 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_4.o: ver_test_4.cc
|
2900 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2901 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_1.syms: ver_test_1.so
|
2902 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -s $< >$@ 2>/dev/null
|
2903 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_2.syms: ver_test_2
|
2904 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -s $< >$@ 2>/dev/null
|
2905 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_4.syms: ver_test_4.so
|
2906 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -s $< >$@ 2>/dev/null
|
2907 |
|
|
|
2908 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_5.so: ver_test_5.o $(srcdir)/ver_test_5.script ver_test_4.so gcctestdir/ld
|
2909 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,--version-script,$(srcdir)/ver_test_5.script ver_test_5.o ver_test_4.so
|
2910 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_5.o: ver_test_5.cc
|
2911 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2912 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_5.syms: ver_test_5.so
|
2913 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -s $< >$@ 2>/dev/null
|
2914 |
|
|
|
2915 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_7.so: ver_test_4.o $(srcdir)/ver_test_4.script ver_test_7.o gcctestdir/ld
|
2916 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,--version-script,$(srcdir)/ver_test_4.script ver_test_4.o ver_test_7.o
|
2917 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_7.o: ver_test_7.cc
|
2918 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2919 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_7.syms: ver_test_7.so
|
2920 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -s $< >$@ 2>/dev/null
|
2921 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_8_1.so: two_file_test_1_pic.o two_file_test_1b_pic.o ver_test_8_2.so gcctestdir/ld
|
2922 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared two_file_test_1_pic.o two_file_test_1b_pic.o ver_test_8_2.so
|
2923 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_8_2.so: two_file_test_2_pic.o $(srcdir)/ver_test_8.script gcctestdir/ld
|
2924 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,--version-script,$(srcdir)/ver_test_8.script two_file_test_2_pic.o
|
2925 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_9.so: ver_test_9.o ver_test_4.so ver_test_5.so gcctestdir/ld
|
2926 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared ver_test_9.o ver_test_5.so ver_test_4.so
|
2927 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_9.o: ver_test_9.cc
|
2928 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2929 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_10.syms: ver_test_10.so
|
2930 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -s $< >$@ 2>/dev/null
|
2931 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_10.so: gcctestdir/ld ver_test_2.o ver_test_10.script
|
2932 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,--version-script,$(srcdir)/ver_test_10.script ver_test_2.o
|
2933 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_test_11.a: ver_test_1.o ver_test_2.o ver_test_4.o
|
2934 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) rc $@ $^
|
2935 |
|
|
|
2936 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_1.so: gcctestdir/ld protected_1_pic.o protected_2_pic.o protected_3_pic.o
|
2937 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared protected_1_pic.o protected_2_pic.o protected_3_pic.o
|
2938 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_1_pic.o: protected_1.cc
|
2939 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2940 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_2_pic.o: protected_2.cc
|
2941 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2942 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@protected_3_pic.o: protected_3.cc
|
2943 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2944 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_test.so: gcctestdir/ld relro_test_pic.o
|
2945 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,-z,relro relro_test_pic.o
|
2946 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_test_pic.o: relro_test.cc
|
2947 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -fpic -o $@ $<
|
2948 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@relro_script_test.so: gcctestdir/ld relro_script_test.t relro_test_pic.o
|
2949 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,-z,relro -T $(srcdir)/relro_script_test.t relro_test_pic.o
|
2950 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@justsyms_2.o: justsyms_2.cc
|
2951 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -o $@ $<
|
2952 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@justsyms_2r.o: justsyms_2.o gcctestdir/ld $(srcdir)/justsyms.t
|
2953 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ gcctestdir/ld -o $@ -r -T $(srcdir)/justsyms.t justsyms_2.o
|
2954 |
|
|
# Copy the file to the build directory to avoid worrying about the
|
2955 |
|
|
# full pathname in the generated symbols.
|
2956 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@binary.txt: $(srcdir)/binary.in
|
2957 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
|
2958 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(LN_S) $< $@
|
2959 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_matching_def.so: ver_matching_def.cc gcctestdir/ld
|
2960 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -O0 -Bgcctestdir/ -shared $(srcdir)/ver_matching_def.cc -Wl,--version-script=$(srcdir)/version_script.map
|
2961 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ver_matching_test.stdout: ver_matching_def.so
|
2962 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_OBJDUMP) -T ver_matching_def.so | $(TEST_CXXFILT) > ver_matching_test.stdout
|
2963 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_3: basic_test.o gcctestdir/ld script_test_3.t
|
2964 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ basic_test.o -T $(srcdir)/script_test_3.t
|
2965 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_3.stdout: script_test_3
|
2966 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -SlW script_test_3 > script_test_3.stdout
|
2967 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_4: basic_test.o gcctestdir/ld $(srcdir)/script_test_4.t
|
2968 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ basic_test.o -T $(srcdir)/script_test_4.t
|
2969 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_4.stdout: script_test_4
|
2970 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -SlW script_test_4 > script_test_4.stdout
|
2971 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_5: script_test_5.o gcctestdir/ld $(srcdir)/script_test_5.t
|
2972 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ script_test_5.o -T $(srcdir)/script_test_5.t
|
2973 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@script_test_5.stdout: script_test_5
|
2974 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -SW script_test_5 > script_test_5.stdout
|
2975 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@dynamic_list: basic_test.o gcctestdir/ld $(srcdir)/dynamic_list.t
|
2976 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ basic_test.o \
|
2977 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--dynamic-list $(srcdir)/dynamic_list.t \
|
2978 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--dynamic-list-data \
|
2979 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--dynamic-list-cpp-new \
|
2980 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--dynamic-list-cpp-typeinfo
|
2981 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@dynamic_list.stdout: dynamic_list
|
2982 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -DWs dynamic_list > dynamic_list.stdout
|
2983 |
|
|
|
2984 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@libthin1.a: thin_archive_test_1.o alt/thin_archive_test_2.o
|
2985 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
|
2986 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) crT $@ $^
|
2987 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@alt/libthin2.a: thin_archive_test_3.o alt/thin_archive_test_4.o
|
2988 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
|
2989 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) crT $@ $^
|
2990 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@libthin3.a: thin_archive_test_1.o alt/thin_archive_test_4.o
|
2991 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
|
2992 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) crT $@ $^
|
2993 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@alt/libthin4.a: alt/thin_archive_test_2.o thin_archive_test_3.o
|
2994 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
|
2995 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) crT $@ $^
|
2996 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@libthinall.a: libthin3.a alt/libthin4.a
|
2997 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@
|
2998 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) crT $@ $^
|
2999 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@alt/thin_archive_test_2.o: thin_archive_test_2.cc
|
3000 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d alt || mkdir -p alt
|
3001 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -o $@ $<
|
3002 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@alt/thin_archive_test_4.o: thin_archive_test_4.cc
|
3003 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d alt || mkdir -p alt
|
3004 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -o $@ $<
|
3005 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_1: two_file_test_main.o two_file_test_1.syms two_file_test_1b.syms two_file_test_2.syms empty.syms gcctestdir/ld plugin_test.so
|
3006 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--no-demangle,--plugin,"./plugin_test.so",--plugin-opt,"_Z4f13iv" two_file_test_main.o two_file_test_1.syms two_file_test_1b.syms two_file_test_2.syms empty.syms 2>plugin_test_1.err
|
3007 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_1.err: plugin_test_1
|
3008 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @touch plugin_test_1.err
|
3009 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_2: two_file_test_main.o two_file_test_1.syms two_file_test_1b.syms two_file_shared_2.so gcctestdir/ld plugin_test.so
|
3010 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--no-demangle,-R,.,--plugin,"./plugin_test.so" two_file_test_main.o two_file_test_1.syms two_file_test_1b.syms two_file_shared_2.so 2>plugin_test_2.err
|
3011 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_2.err: plugin_test_2
|
3012 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @touch plugin_test_2.err
|
3013 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_3: two_file_test_main.o two_file_test_1.syms two_file_test_1b.syms two_file_test_2.syms empty.syms gcctestdir/ld plugin_test.so
|
3014 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--export-dynamic -Wl,--no-demangle,--plugin,"./plugin_test.so",--plugin-opt,"_Z4f13iv" two_file_test_main.o two_file_test_1.syms two_file_test_1b.syms two_file_test_2.syms empty.syms 2>plugin_test_3.err
|
3015 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_3.err: plugin_test_3
|
3016 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @touch plugin_test_3.err
|
3017 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_4: two_file_test_main.o plugin_test_4.a gcctestdir/ld plugin_test.so
|
3018 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(CXXLINK) -Bgcctestdir/ -Wl,--no-demangle,--plugin,"./plugin_test.so",--plugin-opt,"_Z4f13iv" two_file_test_main.o -Wl,--whole-archive,plugin_test_4.a,--no-whole-archive 2>plugin_test_4.err
|
3019 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_4.err: plugin_test_4
|
3020 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @touch plugin_test_4.err
|
3021 |
|
|
|
3022 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test_4.a: two_file_test_1.syms two_file_test_1b.syms two_file_test_2.syms
|
3023 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_AR) cr $@ $^
|
3024 |
|
|
|
3025 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test.so: plugin_test.o
|
3026 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(LINK) -Bgcctestdir/ -shared plugin_test.o
|
3027 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@plugin_test.o: plugin_test.c
|
3028 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(COMPILE) -O0 -c -fpic -o $@ $<
|
3029 |
|
|
|
3030 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@two_file_test_main.syms: two_file_test_main.o
|
3031 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
|
3032 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@two_file_test_1.syms: two_file_test_1.o
|
3033 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
|
3034 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@two_file_test_1b.syms: two_file_test_1b.o
|
3035 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
|
3036 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@two_file_test_2.syms: two_file_test_2.o
|
3037 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
|
3038 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@empty.syms:
|
3039 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @echo "" >empty.syms
|
3040 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@@PLUGINS_TRUE@ @echo "Symbol table" >>empty.syms
|
3041 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@exclude_libs_test.syms: exclude_libs_test
|
3042 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
|
3043 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@libexclude_libs_test_1.a: exclude_libs_test_1.o
|
3044 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) rc $@ $^
|
3045 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@libexclude_libs_test_2.a: exclude_libs_test_2.o
|
3046 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) rc $@ $^
|
3047 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@alt/libexclude_libs_test_3.a: exclude_libs_test_3.o
|
3048 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d alt || mkdir -p alt
|
3049 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) rc $@ $^
|
3050 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@local_labels_test.o: ver_test_6.c
|
3051 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -g -c -Wa,-L -o $@ $<
|
3052 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@local_labels_test: local_labels_test.o
|
3053 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ local_labels_test.o
|
3054 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@discard_locals_test.syms: discard_locals_test
|
3055 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_READELF) -sW $< >$@ 2>/dev/null
|
3056 |
|
|
# '-Wa,-L' is required to preserve the local label used for testing.
|
3057 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@discard_locals_test.o: discard_locals_test.c
|
3058 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -c -Wa,-L -o $@ $<
|
3059 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@libhidden.so: hidden_test_1.c gcctestdir/ld
|
3060 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(COMPILE) -Bgcctestdir/ -g -shared -fPIC -w -o $@ $(srcdir)/hidden_test_1.c
|
3061 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@hidden_test: hidden_test_main.o libhidden.so gcctestdir/ld
|
3062 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(LINK) -Bgcctestdir/ -Wl,-R,. hidden_test_main.o libhidden.so 2>hidden_test.err
|
3063 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@hidden_test.err: hidden_test
|
3064 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ @touch hidden_test.err
|
3065 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@retain_symbols_file_test.so: basic_pic_test.o gcctestdir/ld
|
3066 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo 'main' > retain_symbols_file_test.in
|
3067 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo 't1' >> retain_symbols_file_test.in
|
3068 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo '_ZN4t16bC1Ev' >> retain_symbols_file_test.in
|
3069 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo '_ZNK4t20a3getEv' >> retain_symbols_file_test.in
|
3070 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo '_Z3t18v' >> retain_symbols_file_test.in
|
3071 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ echo '__tcf_0' >> retain_symbols_file_test.in
|
3072 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ -shared -Wl,-retain-symbols-file,retain_symbols_file_test.in basic_pic_test.o
|
3073 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@retain_symbols_file_test.stdout: retain_symbols_file_test.so
|
3074 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_NM) -C retain_symbols_file_test.so > $@
|
3075 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@permission_test: basic_test.o gcctestdir/ld
|
3076 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ umask 022; \
|
3077 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ rm -f $@; \
|
3078 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ touch $@; \
|
3079 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ chmod 600 $@; \
|
3080 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXLINK) -Bgcctestdir/ basic_test.o
|
3081 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@searched_file_test_lib.o: searched_file_test_lib.cc
|
3082 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(CXXCOMPILE) -c -o $@ $<
|
3083 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@alt/searched_file_test_lib.a: searched_file_test_lib.o
|
3084 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ test -d alt || mkdir -p alt
|
3085 |
|
|
@GCC_TRUE@@NATIVE_LINKER_TRUE@ $(TEST_AR) rc $@ $^
|
3086 |
|
|
@DEFAULT_TARGET_I386_TRUE@split_i386_1.o: split_i386_1.s
|
3087 |
|
|
@DEFAULT_TARGET_I386_TRUE@ $(TEST_AS) -o $@ $<
|
3088 |
|
|
@DEFAULT_TARGET_I386_TRUE@split_i386_2.o: split_i386_2.s
|
3089 |
|
|
@DEFAULT_TARGET_I386_TRUE@ $(TEST_AS) -o $@ $<
|
3090 |
|
|
@DEFAULT_TARGET_I386_TRUE@split_i386_3.o: split_i386_3.s
|
3091 |
|
|
@DEFAULT_TARGET_I386_TRUE@ $(TEST_AS) -o $@ $<
|
3092 |
|
|
@DEFAULT_TARGET_I386_TRUE@split_i386_4.o: split_i386_4.s
|
3093 |
|
|
@DEFAULT_TARGET_I386_TRUE@ $(TEST_AS) -o $@ $<
|
3094 |
|
|
@DEFAULT_TARGET_I386_TRUE@split_i386_n.o: split_i386_n.s
|
3095 |
|
|
@DEFAULT_TARGET_I386_TRUE@ $(TEST_AS) -o $@ $<
|
3096 |
|
|
@DEFAULT_TARGET_I386_TRUE@split_i386_1: split_i386_1.o split_i386_n.o ../ld-new
|
3097 |
|
|
@DEFAULT_TARGET_I386_TRUE@ ../ld-new $(SPLIT_DEFSYMS) -o $@ split_i386_1.o split_i386_n.o
|
3098 |
|
|
@DEFAULT_TARGET_I386_TRUE@split_i386_1.stdout: split_i386_1
|
3099 |
|
|
@DEFAULT_TARGET_I386_TRUE@ $(TEST_OBJDUMP) -d $< > $@
|
3100 |
|
|
@DEFAULT_TARGET_I386_TRUE@split_i386_2: split_i386_2.o split_i386_n.o ../ld-new
|
3101 |
|
|
@DEFAULT_TARGET_I386_TRUE@ ../ld-new $(SPLIT_DEFSYMS) -o $@ split_i386_2.o split_i386_n.o
|
3102 |
|
|
@DEFAULT_TARGET_I386_TRUE@split_i386_2.stdout: split_i386_2
|
3103 |
|
|
@DEFAULT_TARGET_I386_TRUE@ $(TEST_OBJDUMP) -d $< > $@
|
3104 |
|
|
@DEFAULT_TARGET_I386_TRUE@split_i386_3.stdout: split_i386_3.o split_i386_n.o ../ld-new
|
3105 |
|
|
@DEFAULT_TARGET_I386_TRUE@ ../ld-new $(SPLIT_DEFSYMS) -o split_i386_3 split_i386_3.o split_i386_n.o > $@ 2>&1 || exit 0
|
3106 |
|
|
@DEFAULT_TARGET_I386_TRUE@split_i386_4: split_i386_4.o split_i386_n.o ../ld-new
|
3107 |
|
|
@DEFAULT_TARGET_I386_TRUE@ ../ld-new $(SPLIT_DEFSYMS) -o $@ split_i386_4.o split_i386_n.o
|
3108 |
|
|
@DEFAULT_TARGET_I386_TRUE@split_i386_4.stdout: split_i386_4
|
3109 |
|
|
@DEFAULT_TARGET_I386_TRUE@ $(TEST_OBJDUMP) -d $< > $@
|
3110 |
|
|
@DEFAULT_TARGET_I386_TRUE@split_i386_r.stdout: split_i386_1.o split_i386_n.o ../ld-new
|
3111 |
|
|
@DEFAULT_TARGET_I386_TRUE@ ../ld-new -r split_i386_1.o split_i386_n.o -o split_i386_r > $@ 2>&1 || exit 0
|
3112 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@split_x86_64_1.o: split_x86_64_1.s
|
3113 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@ $(TEST_AS) -o $@ $<
|
3114 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@split_x86_64_2.o: split_x86_64_2.s
|
3115 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@ $(TEST_AS) -o $@ $<
|
3116 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@split_x86_64_3.o: split_x86_64_3.s
|
3117 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@ $(TEST_AS) -o $@ $<
|
3118 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@split_x86_64_4.o: split_x86_64_4.s
|
3119 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@ $(TEST_AS) -o $@ $<
|
3120 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@split_x86_64_n.o: split_x86_64_n.s
|
3121 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@ $(TEST_AS) -o $@ $<
|
3122 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@split_x86_64_1: split_x86_64_1.o split_x86_64_n.o ../ld-new
|
3123 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@ ../ld-new $(SPLIT_DEFSYMS) -o $@ split_x86_64_1.o split_x86_64_n.o
|
3124 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@split_x86_64_1.stdout: split_x86_64_1
|
3125 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@ $(TEST_OBJDUMP) -d $< > $@
|
3126 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@split_x86_64_2: split_x86_64_2.o split_x86_64_n.o ../ld-new
|
3127 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@ ../ld-new $(SPLIT_DEFSYMS) -o $@ split_x86_64_2.o split_x86_64_n.o
|
3128 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@split_x86_64_2.stdout: split_x86_64_2
|
3129 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@ $(TEST_OBJDUMP) -d $< > $@
|
3130 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@split_x86_64_3.stdout: split_x86_64_3.o split_x86_64_n.o ../ld-new
|
3131 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@ ../ld-new $(SPLIT_DEFSYMS) -o split_x86_64_3 split_x86_64_3.o split_x86_64_n.o > $@ 2>&1 || exit 0
|
3132 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@split_x86_64_4: split_x86_64_4.o split_x86_64_n.o ../ld-new
|
3133 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@ ../ld-new $(SPLIT_DEFSYMS) -o $@ split_x86_64_4.o split_x86_64_n.o
|
3134 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@split_x86_64_4.stdout: split_x86_64_4
|
3135 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@ $(TEST_OBJDUMP) -d $< > $@
|
3136 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@split_x86_64_r.stdout: split_x86_64_1.o split_x86_64_n.o ../ld-new
|
3137 |
|
|
@DEFAULT_TARGET_X86_64_TRUE@ ../ld-new -r split_x86_64_1.o split_x86_64_n.o -o split_x86_64_r > $@ 2>&1 || exit 0
|
3138 |
|
|
|
3139 |
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
3140 |
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
3141 |
|
|
.NOEXPORT:
|