Re-generate many configure and Makefile.in files
[deliverable/binutils-gdb.git] / ld / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 #
18 # Copyright (C) 2012-2019 Free Software Foundation, Inc.
19 #
20 # This file is free software; you can redistribute it and/or modify
21 # it under the terms of the GNU General Public License as published by
22 # the Free Software Foundation; either version 3 of the License, or
23 # (at your option) any later version.
24 #
25 # This program is distributed in the hope that it will be useful,
26 # but WITHOUT ANY WARRANTY; without even the implied warranty of
27 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28 # GNU General Public License for more details.
29 #
30 # You should have received a copy of the GNU General Public License
31 # along with this program; see the file COPYING3. If not see
32 # <http://www.gnu.org/licenses/>.
33 #
34
35
36 VPATH = @srcdir@
37 am__is_gnu_make = { \
38 if test -z '$(MAKELEVEL)'; then \
39 false; \
40 elif test -n '$(MAKE_HOST)'; then \
41 true; \
42 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
43 true; \
44 else \
45 false; \
46 fi; \
47 }
48 am__make_running_with_option = \
49 case $${target_option-} in \
50 ?) ;; \
51 *) echo "am__make_running_with_option: internal error: invalid" \
52 "target option '$${target_option-}' specified" >&2; \
53 exit 1;; \
54 esac; \
55 has_opt=no; \
56 sane_makeflags=$$MAKEFLAGS; \
57 if $(am__is_gnu_make); then \
58 sane_makeflags=$$MFLAGS; \
59 else \
60 case $$MAKEFLAGS in \
61 *\\[\ \ ]*) \
62 bs=\\; \
63 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
64 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
65 esac; \
66 fi; \
67 skip_next=no; \
68 strip_trailopt () \
69 { \
70 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
71 }; \
72 for flg in $$sane_makeflags; do \
73 test $$skip_next = yes && { skip_next=no; continue; }; \
74 case $$flg in \
75 *=*|--*) continue;; \
76 -*I) strip_trailopt 'I'; skip_next=yes;; \
77 -*I?*) strip_trailopt 'I';; \
78 -*O) strip_trailopt 'O'; skip_next=yes;; \
79 -*O?*) strip_trailopt 'O';; \
80 -*l) strip_trailopt 'l'; skip_next=yes;; \
81 -*l?*) strip_trailopt 'l';; \
82 -[dEDm]) skip_next=yes;; \
83 -[JT]) skip_next=yes;; \
84 esac; \
85 case $$flg in \
86 *$$target_option*) has_opt=yes; break;; \
87 esac; \
88 done; \
89 test $$has_opt = yes
90 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
91 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
92 pkgdatadir = $(datadir)/@PACKAGE@
93 pkgincludedir = $(includedir)/@PACKAGE@
94 pkglibdir = $(libdir)/@PACKAGE@
95 pkglibexecdir = $(libexecdir)/@PACKAGE@
96 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
97 install_sh_DATA = $(install_sh) -c -m 644
98 install_sh_PROGRAM = $(install_sh) -c
99 install_sh_SCRIPT = $(install_sh) -c
100 INSTALL_HEADER = $(INSTALL_DATA)
101 NORMAL_INSTALL = :
102 PRE_INSTALL = :
103 POST_INSTALL = :
104 NORMAL_UNINSTALL = :
105 PRE_UNINSTALL = :
106 POST_UNINSTALL = :
107 build_triplet = @build@
108 host_triplet = @host@
109 target_triplet = @target@
110 bin_PROGRAMS = ld-new$(EXEEXT)
111 subdir = .
112 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
113 am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \
114 $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../config/acx.m4 \
115 $(top_srcdir)/../config/depstand.m4 \
116 $(top_srcdir)/../config/gettext-sister.m4 \
117 $(top_srcdir)/../config/largefile.m4 \
118 $(top_srcdir)/../config/lcmessage.m4 \
119 $(top_srcdir)/../config/lead-dot.m4 \
120 $(top_srcdir)/../config/nls.m4 \
121 $(top_srcdir)/../config/override.m4 \
122 $(top_srcdir)/../config/plugins.m4 \
123 $(top_srcdir)/../config/po.m4 \
124 $(top_srcdir)/../config/progtest.m4 \
125 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
126 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
127 $(top_srcdir)/../lt~obsolete.m4 \
128 $(top_srcdir)/../bfd/version.m4 $(top_srcdir)/configure.ac
129 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
130 $(ACLOCAL_M4)
131 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
132 $(am__configure_deps)
133 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
134 configure.lineno config.status.lineno
135 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
136 CONFIG_HEADER = config.h
137 CONFIG_CLEAN_FILES = po/Makefile.in
138 CONFIG_CLEAN_VPATH_FILES =
139 LTLIBRARIES = $(noinst_LTLIBRARIES)
140 libldtestplug_la_LIBADD =
141 @ENABLE_PLUGINS_TRUE@am_libldtestplug_la_OBJECTS = \
142 @ENABLE_PLUGINS_TRUE@ libldtestplug_la-testplug.lo
143 libldtestplug_la_OBJECTS = $(am_libldtestplug_la_OBJECTS)
144 AM_V_lt = $(am__v_lt_@AM_V@)
145 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
146 am__v_lt_0 = --silent
147 am__v_lt_1 =
148 libldtestplug_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
149 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
150 $(libldtestplug_la_CFLAGS) $(CFLAGS) \
151 $(libldtestplug_la_LDFLAGS) $(LDFLAGS) -o $@
152 @ENABLE_PLUGINS_TRUE@am_libldtestplug_la_rpath =
153 libldtestplug2_la_LIBADD =
154 @ENABLE_PLUGINS_TRUE@am_libldtestplug2_la_OBJECTS = \
155 @ENABLE_PLUGINS_TRUE@ libldtestplug2_la-testplug2.lo
156 libldtestplug2_la_OBJECTS = $(am_libldtestplug2_la_OBJECTS)
157 libldtestplug2_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
158 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
159 $(libldtestplug2_la_CFLAGS) $(CFLAGS) \
160 $(libldtestplug2_la_LDFLAGS) $(LDFLAGS) -o $@
161 @ENABLE_PLUGINS_TRUE@am_libldtestplug2_la_rpath =
162 libldtestplug3_la_LIBADD =
163 @ENABLE_PLUGINS_TRUE@am_libldtestplug3_la_OBJECTS = \
164 @ENABLE_PLUGINS_TRUE@ libldtestplug3_la-testplug3.lo
165 libldtestplug3_la_OBJECTS = $(am_libldtestplug3_la_OBJECTS)
166 libldtestplug3_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
167 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
168 $(libldtestplug3_la_CFLAGS) $(CFLAGS) \
169 $(libldtestplug3_la_LDFLAGS) $(LDFLAGS) -o $@
170 @ENABLE_PLUGINS_TRUE@am_libldtestplug3_la_rpath =
171 libldtestplug4_la_LIBADD =
172 @ENABLE_PLUGINS_TRUE@am_libldtestplug4_la_OBJECTS = \
173 @ENABLE_PLUGINS_TRUE@ libldtestplug4_la-testplug4.lo
174 libldtestplug4_la_OBJECTS = $(am_libldtestplug4_la_OBJECTS)
175 libldtestplug4_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
176 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
177 $(libldtestplug4_la_CFLAGS) $(CFLAGS) \
178 $(libldtestplug4_la_LDFLAGS) $(LDFLAGS) -o $@
179 @ENABLE_PLUGINS_TRUE@am_libldtestplug4_la_rpath =
180 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" \
181 "$(DESTDIR)$(man1dir)"
182 PROGRAMS = $(bin_PROGRAMS)
183 @ENABLE_PLUGINS_TRUE@am__objects_1 = plugin.$(OBJEXT)
184 am_ld_new_OBJECTS = ldgram.$(OBJEXT) ldlex-wrapper.$(OBJEXT) \
185 lexsup.$(OBJEXT) ldlang.$(OBJEXT) mri.$(OBJEXT) \
186 ldctor.$(OBJEXT) ldmain.$(OBJEXT) ldwrite.$(OBJEXT) \
187 ldexp.$(OBJEXT) ldemul.$(OBJEXT) ldver.$(OBJEXT) \
188 ldmisc.$(OBJEXT) ldfile.$(OBJEXT) ldcref.$(OBJEXT) \
189 $(am__objects_1) ldbuildid.$(OBJEXT)
190 ld_new_OBJECTS = $(am_ld_new_OBJECTS)
191 am__DEPENDENCIES_1 =
192 AM_V_P = $(am__v_P_@AM_V@)
193 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
194 am__v_P_0 = false
195 am__v_P_1 = :
196 AM_V_GEN = $(am__v_GEN_@AM_V@)
197 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
198 am__v_GEN_0 = @echo " GEN " $@;
199 am__v_GEN_1 =
200 AM_V_at = $(am__v_at_@AM_V@)
201 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
202 am__v_at_0 = @
203 am__v_at_1 =
204 DEFAULT_INCLUDES = -I.@am__isrc@
205 depcomp = $(SHELL) $(top_srcdir)/../depcomp
206 am__depfiles_maybe = depfiles
207 am__mv = mv -f
208 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
209 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
210 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
211 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
212 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
213 $(AM_CFLAGS) $(CFLAGS)
214 AM_V_CC = $(am__v_CC_@AM_V@)
215 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
216 am__v_CC_0 = @echo " CC " $@;
217 am__v_CC_1 =
218 CCLD = $(CC)
219 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
220 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
221 $(AM_LDFLAGS) $(LDFLAGS) -o $@
222 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
223 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
224 am__v_CCLD_0 = @echo " CCLD " $@;
225 am__v_CCLD_1 =
226 @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
227 LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
228 LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
229 $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
230 AM_V_LEX = $(am__v_LEX_@AM_V@)
231 am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
232 am__v_LEX_0 = @echo " LEX " $@;
233 am__v_LEX_1 =
234 YLWRAP = $(top_srcdir)/../ylwrap
235 @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
236 am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
237 -e s/c++$$/h++/ -e s/c$$/h/
238 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
239 LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
240 $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
241 AM_V_YACC = $(am__v_YACC_@AM_V@)
242 am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
243 am__v_YACC_0 = @echo " YACC " $@;
244 am__v_YACC_1 =
245 SOURCES = $(libldtestplug_la_SOURCES) $(libldtestplug2_la_SOURCES) \
246 $(libldtestplug3_la_SOURCES) $(libldtestplug4_la_SOURCES) \
247 $(ld_new_SOURCES) $(EXTRA_ld_new_SOURCES)
248 AM_V_DVIPS = $(am__v_DVIPS_@AM_V@)
249 am__v_DVIPS_ = $(am__v_DVIPS_@AM_DEFAULT_V@)
250 am__v_DVIPS_0 = @echo " DVIPS " $@;
251 am__v_DVIPS_1 =
252 AM_V_MAKEINFO = $(am__v_MAKEINFO_@AM_V@)
253 am__v_MAKEINFO_ = $(am__v_MAKEINFO_@AM_DEFAULT_V@)
254 am__v_MAKEINFO_0 = @echo " MAKEINFO" $@;
255 am__v_MAKEINFO_1 =
256 AM_V_INFOHTML = $(am__v_INFOHTML_@AM_V@)
257 am__v_INFOHTML_ = $(am__v_INFOHTML_@AM_DEFAULT_V@)
258 am__v_INFOHTML_0 = @echo " INFOHTML" $@;
259 am__v_INFOHTML_1 =
260 AM_V_TEXI2DVI = $(am__v_TEXI2DVI_@AM_V@)
261 am__v_TEXI2DVI_ = $(am__v_TEXI2DVI_@AM_DEFAULT_V@)
262 am__v_TEXI2DVI_0 = @echo " TEXI2DVI" $@;
263 am__v_TEXI2DVI_1 =
264 AM_V_TEXI2PDF = $(am__v_TEXI2PDF_@AM_V@)
265 am__v_TEXI2PDF_ = $(am__v_TEXI2PDF_@AM_DEFAULT_V@)
266 am__v_TEXI2PDF_0 = @echo " TEXI2PDF" $@;
267 am__v_TEXI2PDF_1 =
268 AM_V_texinfo = $(am__v_texinfo_@AM_V@)
269 am__v_texinfo_ = $(am__v_texinfo_@AM_DEFAULT_V@)
270 am__v_texinfo_0 = -q
271 am__v_texinfo_1 =
272 AM_V_texidevnull = $(am__v_texidevnull_@AM_V@)
273 am__v_texidevnull_ = $(am__v_texidevnull_@AM_DEFAULT_V@)
274 am__v_texidevnull_0 = > /dev/null
275 am__v_texidevnull_1 =
276 INFO_DEPS = ld.info
277 am__TEXINFO_TEX_DIR = $(srcdir)/../texinfo
278 DVIS = ld.dvi
279 PDFS = ld.pdf
280 PSS = ld.ps
281 HTMLS = ld.html
282 TEXINFOS = ld.texi
283 TEXI2PDF = $(TEXI2DVI) --pdf --batch
284 MAKEINFOHTML = $(MAKEINFO) --html
285 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS)
286 DVIPS = dvips
287 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
288 ctags-recursive dvi-recursive html-recursive info-recursive \
289 install-data-recursive install-dvi-recursive \
290 install-exec-recursive install-html-recursive \
291 install-info-recursive install-pdf-recursive \
292 install-ps-recursive install-recursive installcheck-recursive \
293 installdirs-recursive pdf-recursive ps-recursive \
294 tags-recursive uninstall-recursive
295 am__can_run_installinfo = \
296 case $$AM_UPDATE_INFO_DIR in \
297 n|no|NO) false;; \
298 *) (install-info --version) >/dev/null 2>&1;; \
299 esac
300 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
301 am__vpath_adj = case $$p in \
302 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
303 *) f=$$p;; \
304 esac;
305 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
306 am__install_max = 40
307 am__nobase_strip_setup = \
308 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
309 am__nobase_strip = \
310 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
311 am__nobase_list = $(am__nobase_strip_setup); \
312 for p in $$list; do echo "$$p $$p"; done | \
313 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
314 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
315 if (++n[$$2] == $(am__install_max)) \
316 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
317 END { for (dir in files) print dir, files[dir] }'
318 am__base_list = \
319 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
320 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
321 am__uninstall_files_from_dir = { \
322 test -z "$$files" \
323 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
324 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
325 $(am__cd) "$$dir" && rm -f $$files; }; \
326 }
327 man1dir = $(mandir)/man1
328 NROFF = nroff
329 MANS = $(man_MANS)
330 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
331 distclean-recursive maintainer-clean-recursive
332 am__recursive_targets = \
333 $(RECURSIVE_TARGETS) \
334 $(RECURSIVE_CLEAN_TARGETS) \
335 $(am__extra_recursive_targets)
336 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
337 cscope
338 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
339 $(LISP)config.in
340 # Read a list of newline-separated strings from the standard input,
341 # and print each of them once, without duplicates. Input order is
342 # *not* preserved.
343 am__uniquify_input = $(AWK) '\
344 BEGIN { nonempty = 0; } \
345 { items[$$0] = 1; nonempty = 1; } \
346 END { if (nonempty) { for (i in items) print i; }; } \
347 '
348 # Make sure the list of sources is unique. This is necessary because,
349 # e.g., the same source file might be shared among _SOURCES variables
350 # for different programs/libraries.
351 am__define_uniq_tagged_files = \
352 list='$(am__tagged_files)'; \
353 unique=`for i in $$list; do \
354 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
355 done | $(am__uniquify_input)`
356 ETAGS = etags
357 CTAGS = ctags
358 CSCOPE = cscope
359 DEJATOOL = $(PACKAGE)
360 RUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
361 DIST_SUBDIRS = $(SUBDIRS)
362 transform = s/^ld-new$$/$(installed_linker)/;@program_transform_name@
363 ACLOCAL = @ACLOCAL@
364 AMTAR = @AMTAR@
365 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
366 AR = @AR@
367 AUTOCONF = @AUTOCONF@
368 AUTOHEADER = @AUTOHEADER@
369 AUTOMAKE = @AUTOMAKE@
370 AWK = @AWK@
371 CATALOGS = @CATALOGS@
372 CATOBJEXT = @CATOBJEXT@
373 CC = @CC@
374 CCDEPMODE = @CCDEPMODE@
375 CFLAGS = @CFLAGS@
376 CPP = @CPP@
377 CPPFLAGS = @CPPFLAGS@
378 CXX = @CXX@
379 CXXCPP = @CXXCPP@
380 CXXDEPMODE = @CXXDEPMODE@
381 CXXFLAGS = @CXXFLAGS@
382 CYGPATH_W = @CYGPATH_W@
383 DATADIRNAME = @DATADIRNAME@
384 DEFS = @DEFS@
385 DEPDIR = @DEPDIR@
386 DSYMUTIL = @DSYMUTIL@
387 DUMPBIN = @DUMPBIN@
388 ECHO_C = @ECHO_C@
389 ECHO_N = @ECHO_N@
390 ECHO_T = @ECHO_T@
391 EGREP = @EGREP@
392 EMUL = @EMUL@
393 EMULATION_LIBPATH = @EMULATION_LIBPATH@
394 EMULATION_OFILES = @EMULATION_OFILES@
395 EMUL_EXTRA_OFILES = @EMUL_EXTRA_OFILES@
396 EXEEXT = @EXEEXT@
397 FGREP = @FGREP@
398 GENCAT = @GENCAT@
399 GMSGFMT = @GMSGFMT@
400 GREP = @GREP@
401 HDEFINES = @HDEFINES@
402 INCINTL = @INCINTL@
403 INSTALL = @INSTALL@
404 INSTALL_DATA = @INSTALL_DATA@
405 INSTALL_PROGRAM = @INSTALL_PROGRAM@
406 INSTALL_SCRIPT = @INSTALL_SCRIPT@
407 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
408 INSTOBJEXT = @INSTOBJEXT@
409 LD = @LD@
410 LDFLAGS = @LDFLAGS@
411 LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo @LEX@; fi`
412 LEXLIB = @LEXLIB@
413 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
414 LIBINTL = @LIBINTL@
415 LIBINTL_DEP = @LIBINTL_DEP@
416 LIBOBJS = @LIBOBJS@
417 LIBS = @LIBS@
418 LIBTOOL = @LIBTOOL@
419
420 # Search path to override the default search path for -lfoo libraries.
421 # If LIB_PATH is empty, the ones in the script (if any) are left alone.
422 # (The default is usually /lib:/usr/lib:/usr/local/lib, unless building
423 # a cross-linker, in which case the default is empty. See genscripts.sh.)
424 # Otherwise, they are replaced with the ones given in LIB_PATH,
425 # which may have the form: LIB_PATH=/lib:/usr/local/lib. This can be set
426 # when the linker is configured via the --with-lib-path configure switch.
427 LIB_PATH = @LIB_PATH@
428 LIPO = @LIPO@
429 LN_S = @LN_S@
430 LTLIBOBJS = @LTLIBOBJS@
431 MAINT = @MAINT@
432 MAKEINFO = @MAKEINFO@
433 MKDIR_P = @MKDIR_P@
434 MKINSTALLDIRS = @MKINSTALLDIRS@
435 MSGFMT = @MSGFMT@
436 MSGMERGE = @MSGMERGE@
437 NATIVE_LIB_DIRS = @NATIVE_LIB_DIRS@
438 NM = @NM@
439 NMEDIT = @NMEDIT@
440 NO_WERROR = @NO_WERROR@
441 OBJDUMP = @OBJDUMP@
442 OBJEXT = @OBJEXT@
443 OTOOL = @OTOOL@
444 OTOOL64 = @OTOOL64@
445 PACKAGE = @PACKAGE@
446 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
447 PACKAGE_NAME = @PACKAGE_NAME@
448 PACKAGE_STRING = @PACKAGE_STRING@
449 PACKAGE_TARNAME = @PACKAGE_TARNAME@
450 PACKAGE_URL = @PACKAGE_URL@
451 PACKAGE_VERSION = @PACKAGE_VERSION@
452 PATH_SEPARATOR = @PATH_SEPARATOR@
453 POSUB = @POSUB@
454 RANLIB = @RANLIB@
455 SED = @SED@
456 SET_MAKE = @SET_MAKE@
457 SHELL = @SHELL@
458 STRINGIFY = @STRINGIFY@
459 STRIP = @STRIP@
460 TARGET_SYSTEM_ROOT = @TARGET_SYSTEM_ROOT@
461 TARGET_SYSTEM_ROOT_DEFINE = @TARGET_SYSTEM_ROOT_DEFINE@
462
463 # This is the real libbfd.a created by libtool.
464 TESTBFDLIB = @TESTBFDLIB@
465 USE_NLS = @USE_NLS@
466 VERSION = @VERSION@
467 WARN_CFLAGS = @WARN_CFLAGS@
468 WARN_CFLAGS_FOR_BUILD = @WARN_CFLAGS_FOR_BUILD@
469 WARN_WRITE_STRINGS = @WARN_WRITE_STRINGS@
470 XGETTEXT = @XGETTEXT@
471 YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo @YACC@; fi`
472 YFLAGS = -d
473 abs_builddir = @abs_builddir@
474 abs_srcdir = @abs_srcdir@
475 abs_top_builddir = @abs_top_builddir@
476 abs_top_srcdir = @abs_top_srcdir@
477 ac_ct_CC = @ac_ct_CC@
478 ac_ct_CXX = @ac_ct_CXX@
479 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
480 am__include = @am__include@
481 am__leading_dot = @am__leading_dot@
482 am__quote = @am__quote@
483 am__tar = @am__tar@
484 am__untar = @am__untar@
485 bindir = @bindir@
486 build = @build@
487 build_alias = @build_alias@
488 build_cpu = @build_cpu@
489 build_os = @build_os@
490 build_vendor = @build_vendor@
491 builddir = @builddir@
492 datadir = @datadir@
493 datarootdir = @datarootdir@
494 do_compare = @do_compare@
495 docdir = @docdir@
496 dvidir = @dvidir@
497 elf_list_options = @elf_list_options@
498 elf_plt_unwind_list_options = @elf_plt_unwind_list_options@
499 elf_shlib_list_options = @elf_shlib_list_options@
500 enable_initfini_array = @enable_initfini_array@
501 exec_prefix = @exec_prefix@
502 host = @host@
503 host_alias = @host_alias@
504 host_cpu = @host_cpu@
505 host_os = @host_os@
506 host_vendor = @host_vendor@
507 htmldir = @htmldir@
508 includedir = @includedir@
509 infodir = @infodir@
510 install_as_default = @install_as_default@
511 install_sh = @install_sh@
512 installed_linker = @installed_linker@
513 libdir = @libdir@
514 libexecdir = @libexecdir@
515 localedir = @localedir@
516 localstatedir = @localstatedir@
517 mandir = @mandir@
518 mkdir_p = @mkdir_p@
519 oldincludedir = @oldincludedir@
520 pdfdir = @pdfdir@
521 prefix = @prefix@
522 program_transform_name = @program_transform_name@
523 psdir = @psdir@
524 sbindir = @sbindir@
525 sharedstatedir = @sharedstatedir@
526 srcdir = @srcdir@
527 sysconfdir = @sysconfdir@
528 target = @target@
529 target_alias = @target_alias@
530 target_cpu = @target_cpu@
531 target_os = @target_os@
532 target_vendor = @target_vendor@
533 top_build_prefix = @top_build_prefix@
534 top_builddir = @top_builddir@
535 top_srcdir = @top_srcdir@
536 use_sysroot = @use_sysroot@
537 AUTOMAKE_OPTIONS = dejagnu no-texinfo.tex no-dist foreign info-in-builddir
538 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
539 TEXINFO_TEX = ../texinfo/texinfo.tex
540 SUBDIRS = po
541 tooldir = $(exec_prefix)/$(target_alias)
542
543 # Automake 1.10+ disables lex and yacc output file regeneration if
544 # maintainer mode is disabled. Avoid this.
545 am__skiplex =
546 am__skipyacc =
547 ELF_CLFAGS = -DELF_LIST_OPTIONS=@elf_list_options@ \
548 -DELF_SHLIB_LIST_OPTIONS=@elf_shlib_list_options@ \
549 -DELF_PLT_UNWIND_LIST_OPTIONS=@elf_plt_unwind_list_options@
550
551 AM_CFLAGS = $(WARN_CFLAGS) $(ELF_CLFAGS)
552 @ENABLE_PLUGINS_FALSE@PLUGIN_C =
553
554 # Conditionally enable the plugin interface.
555 @ENABLE_PLUGINS_TRUE@PLUGIN_C = plugin.c
556 @ENABLE_PLUGINS_FALSE@PLUGIN_H =
557 @ENABLE_PLUGINS_TRUE@PLUGIN_H = plugin.h
558 @ENABLE_PLUGINS_FALSE@PLUGIN_OBJECT =
559 @ENABLE_PLUGINS_TRUE@PLUGIN_OBJECT = plugin.@OBJEXT@
560 @ENABLE_PLUGINS_FALSE@PLUGIN_CFLAGS =
561 @ENABLE_PLUGINS_TRUE@PLUGIN_CFLAGS = -DENABLE_PLUGINS
562
563 # We put the scripts in the directory $(scriptdir)/ldscripts.
564 # We can't put the scripts in $(datadir) because the SEARCH_DIR
565 # directives need to be different for native and cross linkers.
566 scriptdir = $(tooldir)/lib
567 BASEDIR = $(srcdir)/..
568 BFDDIR = $(BASEDIR)/bfd
569 INCDIR = $(BASEDIR)/include
570
571 # What version of the manual to build
572 DOCVER = gen
573
574 # Options to extract the man page from ld.texi
575 MANCONF = -Dman
576 TEXI2POD = perl $(BASEDIR)/etc/texi2pod.pl $(AM_MAKEINFOFLAGS)
577 POD2MAN = pod2man --center="GNU Development Tools" \
578 --release="binutils-$(VERSION)" --section=1
579
580
581 # Setup the testing framework, if you have one
582 EXPECT = expect
583 RUNTEST = runtest
584 RUNTESTFLAGS =
585 CC_FOR_TARGET = ` \
586 if [ -f $$r/../gcc/xgcc ] ; then \
587 if [ -f $$r/../newlib/Makefile ] ; then \
588 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
589 else \
590 echo $$r/../gcc/xgcc -B$$r/../gcc/; \
591 fi; \
592 else \
593 if [ "@host@" = "@target@" ] ; then \
594 echo $(CC); \
595 else \
596 echo gcc | sed '$(transform)'; \
597 fi; \
598 fi`
599
600 CXX_FOR_TARGET = ` \
601 if [ -f $$r/../gcc/g++ ] ; then \
602 if [ -f $$r/../newlib/Makefile ] ; then \
603 echo $$r/../gcc/g++ -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
604 else \
605 echo $$r/../gcc/g++ -B$$r/../gcc/; \
606 fi; \
607 elif [ -f $$r/../gcc/xg++ ] ; then \
608 if [ -f $$r/../newlib/Makefile ] ; then \
609 echo $$r/../gcc/xg++ -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \
610 else \
611 echo $$r/../gcc/xg++ -B$$r/../gcc/; \
612 fi; \
613 else \
614 if [ "@host@" = "@target@" ] ; then \
615 echo $(CXX); \
616 else \
617 echo g++ | sed '$(transform)'; \
618 fi; \
619 fi`
620
621
622 # Strip out sanitization options as we want to test building binaries without any extra paraphernalia
623 CFLAGS_FOR_TARGET = `echo $(CFLAGS) | sed -e 's/-fsanitize=address//g' -e 's/-fsanitize=undefined//g'`
624 CXXFLAGS_FOR_TARGET = `echo $(CXXFLAGS) | sed -e 's/-fsanitize=address//g' -e 's/-fsanitize=undefined//g'`
625 info_TEXINFOS = ld.texi
626 ld_TEXINFOS = configdoc.texi
627 noinst_TEXINFOS = ldint.texi
628 man_MANS = ld.1
629 AM_MAKEINFOFLAGS = -I $(srcdir) -I $(BFDDIR)/doc -I ../bfd/doc \
630 -I $(top_srcdir)/../libiberty
631
632 TEXI2DVI = texi2dvi -I $(srcdir) -I $(BFDDIR)/doc -I ../bfd/doc \
633 -I $(top_srcdir)/../libiberty
634
635 AM_CPPFLAGS = -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) \
636 @INCINTL@ $(HDEFINES) $(CFLAGS) $(PLUGIN_CFLAGS) \
637 -DLOCALEDIR="\"$(datadir)/locale\""
638
639 BFDLIB = ../bfd/libbfd.la
640 LIBIBERTY = ../libiberty/libiberty.a
641
642 # These all start with e so 'make clean' can find them.
643 ALL_EMULATION_SOURCES = \
644 eaix5ppc.c \
645 eaix5rs6.c \
646 eaixppc.c \
647 eaixrs6.c \
648 ealpha.c \
649 ealphavms.c \
650 earcv2elf.c \
651 earcv2elfx.c \
652 earcelf.c \
653 earcelf_prof.c \
654 earclinux.c \
655 earclinux_nps.c \
656 earclinux_prof.c \
657 earm_wince_pe.c \
658 earmelf.c \
659 earmelf_fbsd.c \
660 earmelf_fuchsia.c \
661 earmelf_linux.c \
662 earmelf_linux_eabi.c \
663 earmelf_linux_fdpiceabi.c \
664 earmelf_nacl.c \
665 earmelf_nbsd.c \
666 earmelf_phoenix.c \
667 earmelf_vxworks.c \
668 earmelfb.c \
669 earmelfb_fbsd.c \
670 earmelfb_fuchsia.c \
671 earmelfb_linux.c \
672 earmelfb_linux_eabi.c \
673 earmelfb_linux_fdpiceabi.c \
674 earmelfb_nacl.c \
675 earmelfb_nbsd.c \
676 earmnto.c \
677 earmpe.c \
678 earmsymbian.c \
679 eavr1.c \
680 eavr2.c \
681 eavr25.c \
682 eavr3.c \
683 eavr31.c \
684 eavr35.c \
685 eavr4.c \
686 eavr5.c \
687 eavr51.c \
688 eavr6.c \
689 eavrxmega1.c \
690 eavrxmega2.c \
691 eavrxmega3.c \
692 eavrxmega4.c \
693 eavrxmega5.c \
694 eavrxmega6.c \
695 eavrxmega7.c \
696 eavrtiny.c \
697 ecrisaout.c \
698 ecriself.c \
699 ecrislinux.c \
700 ecskyelf.c \
701 ecskyelf_linux.c \
702 ed10velf.c \
703 ed30v_e.c \
704 ed30v_o.c \
705 ed30velf.c \
706 eelf32_dlx.c \
707 eelf32_sparc.c \
708 eelf32_sparc_sol2.c \
709 eelf32_sparc_vxworks.c \
710 eelf32_spu.c \
711 eelf32_tic6x_be.c \
712 eelf32_tic6x_le.c \
713 eelf32_tic6x_linux_be.c \
714 eelf32_tic6x_linux_le.c \
715 eelf32_tic6x_elf_be.c \
716 eelf32_tic6x_elf_le.c \
717 eelf32am33lin.c \
718 eelf32bfin.c \
719 eelf32bfinfd.c \
720 eelf32cr16.c \
721 eelf32cr16c.c \
722 eelf32crx.c \
723 eelf32epiphany.c \
724 eelf32epiphany_4x4.c \
725 eelf32fr30.c \
726 eelf32frv.c \
727 eelf32frvfd.c \
728 eelf32ft32.c \
729 eelf32ip2k.c \
730 eelf32iq10.c \
731 eelf32iq2000.c \
732 eelf32lm32.c \
733 eelf32lm32fd.c \
734 eelf32lppc.c \
735 eelf32lppclinux.c \
736 eelf32lppcnto.c \
737 eelf32lppcsim.c \
738 eelf32m32c.c \
739 eelf32mb_linux.c \
740 eelf32mbel_linux.c \
741 eelf32mcore.c \
742 eelf32mep.c \
743 eelf32metag.c \
744 eelf32microblazeel.c \
745 eelf32microblaze.c \
746 eelf32moxie.c \
747 emoxiebox.c \
748 eelf32mt.c \
749 eelf32or1k.c \
750 eelf32or1k_linux.c \
751 eelf32ppc.c \
752 eelf32ppc_fbsd.c \
753 eelf32ppclinux.c \
754 eelf32ppcnto.c \
755 eelf32ppcsim.c \
756 eelf32ppcvxworks.c \
757 eelf32ppcwindiss.c \
758 eelf32lriscv.c \
759 eelf32lriscv_ilp32f.c \
760 eelf32lriscv_ilp32.c \
761 eelf32rl78.c \
762 eelf32rx.c \
763 eelf32tilegx.c \
764 eelf32tilegx_be.c \
765 eelf32tilepro.c \
766 eelf32vax.c \
767 eelf32visium.c \
768 eelf32xc16x.c \
769 eelf32xc16xl.c \
770 eelf32xc16xs.c \
771 eelf32xstormy16.c \
772 eelf32xtensa.c \
773 eelf_i386.c \
774 eelf_i386_be.c \
775 eelf_i386_fbsd.c \
776 eelf_i386_ldso.c \
777 eelf_i386_nacl.c \
778 eelf_i386_sol2.c \
779 eelf_i386_vxworks.c \
780 eelf_iamcu.c \
781 eelf_s390.c \
782 eh8300elf.c \
783 eh8300elf_linux.c \
784 eh8300helf.c \
785 eh8300helf_linux.c \
786 eh8300hnelf.c \
787 eh8300self.c \
788 eh8300self_linux.c \
789 eh8300snelf.c \
790 eh8300sxelf.c \
791 eh8300sxelf_linux.c \
792 eh8300sxnelf.c \
793 ehppaelf.c \
794 ehppalinux.c \
795 ehppanbsd.c \
796 ehppaobsd.c \
797 ei386beos.c \
798 ei386bsd.c \
799 ei386go32.c \
800 ei386lynx.c \
801 ei386moss.c \
802 ei386msdos.c \
803 ei386nto.c \
804 ei386pe.c \
805 ei386pe_posix.c \
806 em32relf.c \
807 em32relf_linux.c \
808 em32rlelf.c \
809 em32rlelf_linux.c \
810 em68hc11elf.c \
811 em68hc11elfb.c \
812 em68hc12elf.c \
813 em68hc12elfb.c \
814 em68kelf.c \
815 em68kelfnbsd.c \
816 em9s12zelf.c \
817 emcorepe.c \
818 emn10200.c \
819 emn10300.c \
820 emsp430elf.c \
821 emsp430X.c \
822 ends32elf.c \
823 ends32elf16m.c \
824 ends32elf_linux.c \
825 ends32belf.c \
826 ends32belf16m.c \
827 ends32belf_linux.c \
828 ens32knbsd.c \
829 enios2elf.c \
830 enios2linux.c \
831 epc532macha.c \
832 epdp11.c \
833 epjelf.c \
834 epjlelf.c \
835 eppclynx.c \
836 eppcmacos.c \
837 eppcpe.c \
838 epruelf.c \
839 escore3_elf.c \
840 escore7_elf.c \
841 esh.c \
842 eshelf.c \
843 eshelf_fd.c \
844 eshelf_linux.c \
845 eshelf_nbsd.c \
846 eshelf_nto.c \
847 eshelf_uclinux.c \
848 eshelf_vxworks.c \
849 eshl.c \
850 eshlelf.c \
851 eshlelf_fd.c \
852 eshlelf_linux.c \
853 eshlelf_nbsd.c \
854 eshlelf_nto.c \
855 eshlelf_vxworks.c \
856 eshpe.c \
857 etic30aout.c \
858 etic30coff.c \
859 etic3xcoff.c \
860 etic3xcoff_onchip.c \
861 etic4xcoff.c \
862 etic54xcoff.c \
863 etic80coff.c \
864 ev850.c \
865 ev850_rh850.c \
866 evanilla.c \
867 evaxnbsd.c \
868 exgateelf.c \
869 ez80.c \
870 ez8001.c \
871 ez8002.c
872
873 ALL_EMULATIONS = $(ALL_EMULATION_SOURCES:.c=.@OBJEXT@)
874 ALL_64_EMULATION_SOURCES = \
875 eaarch64elf.c \
876 eaarch64elf32.c \
877 eaarch64elfb.c \
878 eaarch64elf32b.c \
879 eaarch64cloudabi.c \
880 eaarch64cloudabib.c \
881 eaarch64fbsd.c \
882 eaarch64fbsdb.c \
883 eaarch64linux.c \
884 eaarch64linuxb.c \
885 eaarch64linux32.c \
886 eaarch64linux32b.c \
887 eelf32_x86_64.c \
888 eelf32_x86_64_nacl.c \
889 eelf32b4300.c \
890 eelf32bmip.c \
891 eelf32bmipn32.c \
892 eelf32bsmip.c \
893 eelf32btsmip.c \
894 eelf32btsmip_fbsd.c \
895 eelf32btsmipn32.c \
896 eelf32btsmipn32_fbsd.c \
897 eelf32ebmip.c \
898 eelf32ebmipvxworks.c \
899 eelf32elmip.c \
900 eelf32elmipvxworks.c \
901 eelf32l4300.c \
902 eelf32lmip.c \
903 eelf32lr5900.c \
904 eelf32lr5900n32.c \
905 eelf32lsmip.c \
906 eelf32ltsmip.c \
907 eelf32ltsmip_fbsd.c \
908 eelf32ltsmipn32.c \
909 eelf32ltsmipn32_fbsd.c \
910 eelf32mipswindiss.c \
911 eelf64_aix.c \
912 eelf64bpf.c \
913 eelf64_ia64.c \
914 eelf64_ia64_fbsd.c \
915 eelf64_ia64_vms.c \
916 eelf64_s390.c \
917 eelf64_sparc.c \
918 eelf64_sparc_fbsd.c \
919 eelf64_sparc_sol2.c \
920 eelf64alpha.c \
921 eelf64alpha_fbsd.c \
922 eelf64alpha_nbsd.c \
923 eelf64bmip.c \
924 eelf64btsmip.c \
925 eelf64btsmip_fbsd.c \
926 eelf64hppa.c \
927 eelf64lppc.c \
928 eelf64lriscv.c \
929 eelf64lriscv_lp64f.c \
930 eelf64lriscv_lp64.c \
931 eelf64ltsmip.c \
932 eelf64ltsmip_fbsd.c \
933 eelf64mmix.c \
934 eelf64ppc.c \
935 eelf64ppc_fbsd.c \
936 eelf64rdos.c \
937 eelf64tilegx.c \
938 eelf64tilegx_be.c \
939 eelf_l1om.c \
940 eelf_l1om_fbsd.c \
941 eelf_k1om.c \
942 eelf_k1om_fbsd.c \
943 eelf_x86_64.c \
944 eelf_x86_64_cloudabi.c \
945 eelf_x86_64_fbsd.c \
946 eelf_x86_64_nacl.c \
947 eelf_x86_64_sol2.c \
948 ehppa64linux.c \
949 ei386pep.c \
950 emmo.c
951
952 ALL_64_EMULATIONS = $(ALL_64_EMULATION_SOURCES:.c=.@OBJEXT@)
953 ALL_EMUL_EXTRA_OFILES = \
954 deffilep.@OBJEXT@ \
955 pe-dll.@OBJEXT@ \
956 ldelf.@OBJEXT@ \
957 ldelfgen.@OBJEXT@
958
959 ALL_64_EMUL_EXTRA_OFILES = \
960 pep-dll.@OBJEXT@
961
962 CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \
963 ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c \
964 mri.c ldcref.c pe-dll.c pep-dll.c ldlex-wrapper.c \
965 $(PLUGIN_C) ldbuildid.c ldelf.c ldelfgen.c
966
967 HFILES = ld.h ldctor.h ldemul.h ldexp.h ldfile.h \
968 ldlang.h ldlex.h ldmain.h ldmisc.h ldver.h \
969 ldwrite.h mri.h deffile.h pe-dll.h pep-dll.h \
970 elf-hints-local.h $(PLUGIN_H) ldbuildid.h ldelf.h ldelfgen.h
971
972 GENERATED_CFILES = ldgram.c ldlex.c deffilep.c
973 GENERATED_HFILES = ldgram.h ldemul-list.h deffilep.h
974
975 # Require an early dependency on the generated headers, as the dependency
976 # tracking will not cause them to be built beforehand.
977 BUILT_SOURCES = $(GENERATED_HFILES)
978 OFILES = ldgram.@OBJEXT@ ldlex-wrapper.@OBJEXT@ lexsup.@OBJEXT@ ldlang.@OBJEXT@ \
979 mri.@OBJEXT@ ldctor.@OBJEXT@ ldmain.@OBJEXT@ $(PLUGIN_OBJECT) \
980 ldwrite.@OBJEXT@ ldexp.@OBJEXT@ ldemul.@OBJEXT@ ldver.@OBJEXT@ ldmisc.@OBJEXT@ \
981 ldfile.@OBJEXT@ ldcref.@OBJEXT@ ${EMULATION_OFILES} ${EMUL_EXTRA_OFILES} \
982 ldbuildid.@OBJEXT@
983
984 STAGESTUFF = *.@OBJEXT@ ldscripts/* e*.c
985 SRC_POTFILES = $(CFILES) $(HFILES)
986 BLD_POTFILES = $(ALL_EMULATION_SOURCES) $(ALL_64_EMULATION_SOURCES)
987 @AMDEP_FALSE@GENDEPDIR =
988 @AMDEP_TRUE@GENDEPDIR = $(DEPDIR)
989 GENSCRIPTS = $(SHELL) $(srcdir)/genscripts.sh "${srcdir}" "${libdir}" "${prefix}" "${exec_prefix}" @host@ @target@ @target_alias@ "$(GENDEPDIR)" "${LIB_PATH}" "@EMULATION_LIBPATH@" "@NATIVE_LIB_DIRS@" @use_sysroot@ @enable_initfini_array@
990 GEN_DEPENDS = $(srcdir)/genscripts.sh stringify.sed
991
992 # We need this for automake to use YLWRAP.
993 # Allow dependency tracking to work for these files, too.
994
995 # Dependency tracking for the generated emulation files.
996 EXTRA_ld_new_SOURCES = deffilep.y ldlex.l pep-dll.c pe-dll.c ldelf.c \
997 ldelfgen.c $(ALL_EMULATION_SOURCES) \
998 $(ALL_64_EMULATION_SOURCES)
999 ld_new_SOURCES = ldgram.y ldlex-wrapper.c lexsup.c ldlang.c mri.c ldctor.c ldmain.c \
1000 ldwrite.c ldexp.c ldemul.c ldver.c ldmisc.c ldfile.c ldcref.c $(PLUGIN_C) \
1001 ldbuildid.c
1002
1003 ld_new_DEPENDENCIES = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) \
1004 $(BFDLIB) $(LIBIBERTY) $(LIBINTL_DEP)
1005
1006 ld_new_LDADD = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $(LIBINTL)
1007 #
1008 #
1009 # Build a dummy plugin using libtool.
1010 #
1011 @ENABLE_PLUGINS_TRUE@noinst_LTLIBRARIES = libldtestplug.la libldtestplug2.la \
1012 @ENABLE_PLUGINS_TRUE@ libldtestplug3.la libldtestplug4.la
1013
1014 @ENABLE_PLUGINS_TRUE@libldtestplug_la_SOURCES = testplug.c
1015 @ENABLE_PLUGINS_TRUE@libldtestplug_la_CFLAGS = -g -O2
1016 @ENABLE_PLUGINS_TRUE@libldtestplug_la_LDFLAGS = -no-undefined -rpath /nowhere
1017 @ENABLE_PLUGINS_TRUE@libldtestplug2_la_SOURCES = testplug2.c
1018 @ENABLE_PLUGINS_TRUE@libldtestplug2_la_CFLAGS = -g -O2
1019 @ENABLE_PLUGINS_TRUE@libldtestplug2_la_LDFLAGS = -no-undefined -rpath /nowhere
1020 @ENABLE_PLUGINS_TRUE@libldtestplug3_la_SOURCES = testplug3.c
1021 @ENABLE_PLUGINS_TRUE@libldtestplug3_la_CFLAGS = -g -O2
1022 @ENABLE_PLUGINS_TRUE@libldtestplug3_la_LDFLAGS = -no-undefined -rpath /nowhere
1023 @ENABLE_PLUGINS_TRUE@libldtestplug4_la_SOURCES = testplug4.c
1024 @ENABLE_PLUGINS_TRUE@libldtestplug4_la_CFLAGS = -g -O2
1025 @ENABLE_PLUGINS_TRUE@libldtestplug4_la_LDFLAGS = -no-undefined -rpath /nowhere
1026 MAINTAINERCLEANFILES = configdoc.texi ld.1 ld.info
1027
1028 # We want to reconfigure if configure.host or configure.tgt changes.
1029 # development.sh is used to determine -Werror default.
1030 CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host $(srcdir)/configure.tgt \
1031 $(BFDDIR)/development.sh
1032
1033 EXTRA_DEJAGNU_SITE_CONFIG = development.exp
1034 MOSTLYCLEANFILES = $(STAGESTUFF) ld1$(EXEEXT) ld2$(EXEEXT) ld3$(EXEEXT) \
1035 ldemul-list.h crtbegin.@OBJEXT@ crtend.@OBJEXT@ ld.log ld.sum
1036
1037 CLEANFILES = dep.sed DEP DEPA DEP1 DEP2 spu_ovl.s spu_ovl.@OBJEXT@ spu_icache.s spu_icache.@OBJEXT@
1038
1039 # Stuff that should be included in a distribution. The diststuff
1040 # target is run by the taz target in ../Makefile.in.
1041 EXTRA_DIST = ldgram.c ldgram.h ldlex.c emultempl/spu_ovl.@OBJEXT@_c \
1042 emultempl/spu_icache.@OBJEXT@_c deffilep.c deffilep.h $(man_MANS)
1043
1044 DISTCLEANFILES = site.exp development.exp site.bak stringify.sed
1045 all: $(BUILT_SOURCES) config.h
1046 $(MAKE) $(AM_MAKEFLAGS) all-recursive
1047
1048 .SUFFIXES:
1049 .SUFFIXES: .c .dvi .l .lo .o .obj .ps .y
1050 am--refresh: Makefile
1051 @:
1052 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
1053 @for dep in $?; do \
1054 case '$(am__configure_deps)' in \
1055 *$$dep*) \
1056 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1057 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1058 && exit 0; \
1059 exit 1;; \
1060 esac; \
1061 done; \
1062 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1063 $(am__cd) $(top_srcdir) && \
1064 $(AUTOMAKE) --foreign Makefile
1065 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1066 @case '$?' in \
1067 *config.status*) \
1068 echo ' $(SHELL) ./config.status'; \
1069 $(SHELL) ./config.status;; \
1070 *) \
1071 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1072 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1073 esac;
1074
1075 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1076 $(SHELL) ./config.status --recheck
1077
1078 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1079 $(am__cd) $(srcdir) && $(AUTOCONF)
1080 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1081 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1082 $(am__aclocal_m4_deps):
1083
1084 config.h: stamp-h1
1085 @test -f $@ || rm -f stamp-h1
1086 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1087
1088 stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
1089 @rm -f stamp-h1
1090 cd $(top_builddir) && $(SHELL) ./config.status config.h
1091 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1092 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1093 rm -f stamp-h1
1094 touch $@
1095
1096 distclean-hdr:
1097 -rm -f config.h stamp-h1
1098 po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
1099 cd $(top_builddir) && $(SHELL) ./config.status $@
1100
1101 clean-noinstLTLIBRARIES:
1102 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1103 @list='$(noinst_LTLIBRARIES)'; \
1104 locs=`for p in $$list; do echo $$p; done | \
1105 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1106 sort -u`; \
1107 test -z "$$locs" || { \
1108 echo rm -f $${locs}; \
1109 rm -f $${locs}; \
1110 }
1111
1112 libldtestplug.la: $(libldtestplug_la_OBJECTS) $(libldtestplug_la_DEPENDENCIES) $(EXTRA_libldtestplug_la_DEPENDENCIES)
1113 $(AM_V_CCLD)$(libldtestplug_la_LINK) $(am_libldtestplug_la_rpath) $(libldtestplug_la_OBJECTS) $(libldtestplug_la_LIBADD) $(LIBS)
1114
1115 libldtestplug2.la: $(libldtestplug2_la_OBJECTS) $(libldtestplug2_la_DEPENDENCIES) $(EXTRA_libldtestplug2_la_DEPENDENCIES)
1116 $(AM_V_CCLD)$(libldtestplug2_la_LINK) $(am_libldtestplug2_la_rpath) $(libldtestplug2_la_OBJECTS) $(libldtestplug2_la_LIBADD) $(LIBS)
1117
1118 libldtestplug3.la: $(libldtestplug3_la_OBJECTS) $(libldtestplug3_la_DEPENDENCIES) $(EXTRA_libldtestplug3_la_DEPENDENCIES)
1119 $(AM_V_CCLD)$(libldtestplug3_la_LINK) $(am_libldtestplug3_la_rpath) $(libldtestplug3_la_OBJECTS) $(libldtestplug3_la_LIBADD) $(LIBS)
1120
1121 libldtestplug4.la: $(libldtestplug4_la_OBJECTS) $(libldtestplug4_la_DEPENDENCIES) $(EXTRA_libldtestplug4_la_DEPENDENCIES)
1122 $(AM_V_CCLD)$(libldtestplug4_la_LINK) $(am_libldtestplug4_la_rpath) $(libldtestplug4_la_OBJECTS) $(libldtestplug4_la_LIBADD) $(LIBS)
1123 install-binPROGRAMS: $(bin_PROGRAMS)
1124 @$(NORMAL_INSTALL)
1125 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1126 if test -n "$$list"; then \
1127 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
1128 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
1129 fi; \
1130 for p in $$list; do echo "$$p $$p"; done | \
1131 sed 's/$(EXEEXT)$$//' | \
1132 while read p p1; do if test -f $$p \
1133 || test -f $$p1 \
1134 ; then echo "$$p"; echo "$$p"; else :; fi; \
1135 done | \
1136 sed -e 'p;s,.*/,,;n;h' \
1137 -e 's|.*|.|' \
1138 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
1139 sed 'N;N;N;s,\n, ,g' | \
1140 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
1141 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1142 if ($$2 == $$4) files[d] = files[d] " " $$1; \
1143 else { print "f", $$3 "/" $$4, $$1; } } \
1144 END { for (d in files) print "f", d, files[d] }' | \
1145 while read type dir files; do \
1146 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1147 test -z "$$files" || { \
1148 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
1149 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
1150 } \
1151 ; done
1152
1153 uninstall-binPROGRAMS:
1154 @$(NORMAL_UNINSTALL)
1155 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1156 files=`for p in $$list; do echo "$$p"; done | \
1157 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1158 -e 's/$$/$(EXEEXT)/' \
1159 `; \
1160 test -n "$$list" || exit 0; \
1161 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
1162 cd "$(DESTDIR)$(bindir)" && rm -f $$files
1163
1164 clean-binPROGRAMS:
1165 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
1166 echo " rm -f" $$list; \
1167 rm -f $$list || exit $$?; \
1168 test -n "$(EXEEXT)" || exit 0; \
1169 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1170 echo " rm -f" $$list; \
1171 rm -f $$list
1172 ldgram.h: ldgram.c
1173 @if test ! -f $@; then rm -f ldgram.c; else :; fi
1174 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) ldgram.c; else :; fi
1175 deffilep.h: deffilep.c
1176 @if test ! -f $@; then rm -f deffilep.c; else :; fi
1177 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) deffilep.c; else :; fi
1178
1179 ld-new$(EXEEXT): $(ld_new_OBJECTS) $(ld_new_DEPENDENCIES) $(EXTRA_ld_new_DEPENDENCIES)
1180 @rm -f ld-new$(EXEEXT)
1181 $(AM_V_CCLD)$(LINK) $(ld_new_OBJECTS) $(ld_new_LDADD) $(LIBS)
1182
1183 mostlyclean-compile:
1184 -rm -f *.$(OBJEXT)
1185
1186 distclean-compile:
1187 -rm -f *.tab.c
1188
1189 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/deffilep.Po@am__quote@
1190 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64cloudabi.Po@am__quote@
1191 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64cloudabib.Po@am__quote@
1192 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64elf.Po@am__quote@
1193 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64elf32.Po@am__quote@
1194 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64elf32b.Po@am__quote@
1195 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64elfb.Po@am__quote@
1196 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64fbsd.Po@am__quote@
1197 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64fbsdb.Po@am__quote@
1198 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linux.Po@am__quote@
1199 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linux32.Po@am__quote@
1200 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linux32b.Po@am__quote@
1201 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linuxb.Po@am__quote@
1202 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaix5ppc.Po@am__quote@
1203 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaix5rs6.Po@am__quote@
1204 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaixppc.Po@am__quote@
1205 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaixrs6.Po@am__quote@
1206 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ealpha.Po@am__quote@
1207 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ealphavms.Po@am__quote@
1208 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earcelf.Po@am__quote@
1209 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earcelf_prof.Po@am__quote@
1210 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earclinux.Po@am__quote@
1211 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earclinux_nps.Po@am__quote@
1212 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earclinux_prof.Po@am__quote@
1213 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earcv2elf.Po@am__quote@
1214 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earcv2elfx.Po@am__quote@
1215 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earm_wince_pe.Po@am__quote@
1216 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf.Po@am__quote@
1217 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_fbsd.Po@am__quote@
1218 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_fuchsia.Po@am__quote@
1219 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_linux.Po@am__quote@
1220 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_linux_eabi.Po@am__quote@
1221 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_linux_fdpiceabi.Po@am__quote@
1222 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_nacl.Po@am__quote@
1223 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_nbsd.Po@am__quote@
1224 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_phoenix.Po@am__quote@
1225 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_vxworks.Po@am__quote@
1226 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb.Po@am__quote@
1227 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_fbsd.Po@am__quote@
1228 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_fuchsia.Po@am__quote@
1229 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_linux.Po@am__quote@
1230 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_linux_eabi.Po@am__quote@
1231 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_linux_fdpiceabi.Po@am__quote@
1232 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_nacl.Po@am__quote@
1233 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_nbsd.Po@am__quote@
1234 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmnto.Po@am__quote@
1235 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmpe.Po@am__quote@
1236 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmsymbian.Po@am__quote@
1237 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr1.Po@am__quote@
1238 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr2.Po@am__quote@
1239 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr25.Po@am__quote@
1240 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr3.Po@am__quote@
1241 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr31.Po@am__quote@
1242 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr35.Po@am__quote@
1243 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr4.Po@am__quote@
1244 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr5.Po@am__quote@
1245 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr51.Po@am__quote@
1246 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr6.Po@am__quote@
1247 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrtiny.Po@am__quote@
1248 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega1.Po@am__quote@
1249 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega2.Po@am__quote@
1250 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega3.Po@am__quote@
1251 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega4.Po@am__quote@
1252 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega5.Po@am__quote@
1253 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega6.Po@am__quote@
1254 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega7.Po@am__quote@
1255 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecrisaout.Po@am__quote@
1256 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecriself.Po@am__quote@
1257 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecrislinux.Po@am__quote@
1258 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecskyelf.Po@am__quote@
1259 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecskyelf_linux.Po@am__quote@
1260 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ed10velf.Po@am__quote@
1261 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ed30v_e.Po@am__quote@
1262 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ed30v_o.Po@am__quote@
1263 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ed30velf.Po@am__quote@
1264 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_dlx.Po@am__quote@
1265 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_sparc.Po@am__quote@
1266 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_sparc_sol2.Po@am__quote@
1267 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_sparc_vxworks.Po@am__quote@
1268 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_spu.Po@am__quote@
1269 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_be.Po@am__quote@
1270 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_elf_be.Po@am__quote@
1271 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_elf_le.Po@am__quote@
1272 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_le.Po@am__quote@
1273 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_linux_be.Po@am__quote@
1274 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_linux_le.Po@am__quote@
1275 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_x86_64.Po@am__quote@
1276 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_x86_64_nacl.Po@am__quote@
1277 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32am33lin.Po@am__quote@
1278 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32b4300.Po@am__quote@
1279 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bfin.Po@am__quote@
1280 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bfinfd.Po@am__quote@
1281 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bmip.Po@am__quote@
1282 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bmipn32.Po@am__quote@
1283 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bsmip.Po@am__quote@
1284 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32btsmip.Po@am__quote@
1285 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32btsmip_fbsd.Po@am__quote@
1286 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32btsmipn32.Po@am__quote@
1287 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32btsmipn32_fbsd.Po@am__quote@
1288 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32cr16.Po@am__quote@
1289 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32cr16c.Po@am__quote@
1290 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32crx.Po@am__quote@
1291 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ebmip.Po@am__quote@
1292 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ebmipvxworks.Po@am__quote@
1293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32elmip.Po@am__quote@
1294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32elmipvxworks.Po@am__quote@
1295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32epiphany.Po@am__quote@
1296 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32epiphany_4x4.Po@am__quote@
1297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32fr30.Po@am__quote@
1298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32frv.Po@am__quote@
1299 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32frvfd.Po@am__quote@
1300 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ft32.Po@am__quote@
1301 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ip2k.Po@am__quote@
1302 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32iq10.Po@am__quote@
1303 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32iq2000.Po@am__quote@
1304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32l4300.Po@am__quote@
1305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lm32.Po@am__quote@
1306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lm32fd.Po@am__quote@
1307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lmip.Po@am__quote@
1308 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lppc.Po@am__quote@
1309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lppclinux.Po@am__quote@
1310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lppcnto.Po@am__quote@
1311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lppcsim.Po@am__quote@
1312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lr5900.Po@am__quote@
1313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lr5900n32.Po@am__quote@
1314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lriscv.Po@am__quote@
1315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lriscv_ilp32.Po@am__quote@
1316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lriscv_ilp32f.Po@am__quote@
1317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lsmip.Po@am__quote@
1318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ltsmip.Po@am__quote@
1319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ltsmip_fbsd.Po@am__quote@
1320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ltsmipn32.Po@am__quote@
1321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ltsmipn32_fbsd.Po@am__quote@
1322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32m32c.Po@am__quote@
1323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mb_linux.Po@am__quote@
1324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mbel_linux.Po@am__quote@
1325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mcore.Po@am__quote@
1326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mep.Po@am__quote@
1327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32metag.Po@am__quote@
1328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32microblaze.Po@am__quote@
1329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32microblazeel.Po@am__quote@
1330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mipswindiss.Po@am__quote@
1331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32moxie.Po@am__quote@
1332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mt.Po@am__quote@
1333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32or1k.Po@am__quote@
1334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32or1k_linux.Po@am__quote@
1335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppc.Po@am__quote@
1336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppc_fbsd.Po@am__quote@
1337 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppclinux.Po@am__quote@
1338 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppcnto.Po@am__quote@
1339 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppcsim.Po@am__quote@
1340 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppcvxworks.Po@am__quote@
1341 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppcwindiss.Po@am__quote@
1342 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32rl78.Po@am__quote@
1343 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32rx.Po@am__quote@
1344 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32tilegx.Po@am__quote@
1345 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32tilegx_be.Po@am__quote@
1346 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32tilepro.Po@am__quote@
1347 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32vax.Po@am__quote@
1348 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32visium.Po@am__quote@
1349 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32xc16x.Po@am__quote@
1350 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32xc16xl.Po@am__quote@
1351 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32xc16xs.Po@am__quote@
1352 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32xstormy16.Po@am__quote@
1353 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32xtensa.Po@am__quote@
1354 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_aix.Po@am__quote@
1355 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_ia64.Po@am__quote@
1356 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_ia64_fbsd.Po@am__quote@
1357 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_ia64_vms.Po@am__quote@
1358 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_s390.Po@am__quote@
1359 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_sparc.Po@am__quote@
1360 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_sparc_fbsd.Po@am__quote@
1361 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_sparc_sol2.Po@am__quote@
1362 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64alpha.Po@am__quote@
1363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64alpha_fbsd.Po@am__quote@
1364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64alpha_nbsd.Po@am__quote@
1365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64bmip.Po@am__quote@
1366 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64bpf.Po@am__quote@
1367 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64btsmip.Po@am__quote@
1368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64btsmip_fbsd.Po@am__quote@
1369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64hppa.Po@am__quote@
1370 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64lppc.Po@am__quote@
1371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64lriscv.Po@am__quote@
1372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64lriscv_lp64.Po@am__quote@
1373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64lriscv_lp64f.Po@am__quote@
1374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64ltsmip.Po@am__quote@
1375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64ltsmip_fbsd.Po@am__quote@
1376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64mmix.Po@am__quote@
1377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64ppc.Po@am__quote@
1378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64ppc_fbsd.Po@am__quote@
1379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64rdos.Po@am__quote@
1380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64tilegx.Po@am__quote@
1381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64tilegx_be.Po@am__quote@
1382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386.Po@am__quote@
1383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_be.Po@am__quote@
1384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_fbsd.Po@am__quote@
1385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_ldso.Po@am__quote@
1386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_nacl.Po@am__quote@
1387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_sol2.Po@am__quote@
1388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_vxworks.Po@am__quote@
1389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_iamcu.Po@am__quote@
1390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_k1om.Po@am__quote@
1391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_k1om_fbsd.Po@am__quote@
1392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_l1om.Po@am__quote@
1393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_l1om_fbsd.Po@am__quote@
1394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_s390.Po@am__quote@
1395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64.Po@am__quote@
1396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64_cloudabi.Po@am__quote@
1397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64_fbsd.Po@am__quote@
1398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64_nacl.Po@am__quote@
1399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64_sol2.Po@am__quote@
1400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300elf.Po@am__quote@
1401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300elf_linux.Po@am__quote@
1402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300helf.Po@am__quote@
1403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300helf_linux.Po@am__quote@
1404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300hnelf.Po@am__quote@
1405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300self.Po@am__quote@
1406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300self_linux.Po@am__quote@
1407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300snelf.Po@am__quote@
1408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300sxelf.Po@am__quote@
1409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300sxelf_linux.Po@am__quote@
1410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300sxnelf.Po@am__quote@
1411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppa64linux.Po@am__quote@
1412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppaelf.Po@am__quote@
1413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppalinux.Po@am__quote@
1414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppanbsd.Po@am__quote@
1415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppaobsd.Po@am__quote@
1416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386beos.Po@am__quote@
1417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386bsd.Po@am__quote@
1418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386go32.Po@am__quote@
1419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386lynx.Po@am__quote@
1420 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386moss.Po@am__quote@
1421 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386msdos.Po@am__quote@
1422 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386nto.Po@am__quote@
1423 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386pe.Po@am__quote@
1424 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386pe_posix.Po@am__quote@
1425 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386pep.Po@am__quote@
1426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em32relf.Po@am__quote@
1427 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em32relf_linux.Po@am__quote@
1428 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em32rlelf.Po@am__quote@
1429 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em32rlelf_linux.Po@am__quote@
1430 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68hc11elf.Po@am__quote@
1431 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68hc11elfb.Po@am__quote@
1432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68hc12elf.Po@am__quote@
1433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68hc12elfb.Po@am__quote@
1434 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68kelf.Po@am__quote@
1435 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68kelfnbsd.Po@am__quote@
1436 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em9s12zelf.Po@am__quote@
1437 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emcorepe.Po@am__quote@
1438 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emmo.Po@am__quote@
1439 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emn10200.Po@am__quote@
1440 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emn10300.Po@am__quote@
1441 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emoxiebox.Po@am__quote@
1442 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emsp430X.Po@am__quote@
1443 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emsp430elf.Po@am__quote@
1444 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32belf.Po@am__quote@
1445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32belf16m.Po@am__quote@
1446 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32belf_linux.Po@am__quote@
1447 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32elf.Po@am__quote@
1448 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32elf16m.Po@am__quote@
1449 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32elf_linux.Po@am__quote@
1450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enios2elf.Po@am__quote@
1451 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enios2linux.Po@am__quote@
1452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ens32knbsd.Po@am__quote@
1453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epc532macha.Po@am__quote@
1454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epdp11.Po@am__quote@
1455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epjelf.Po@am__quote@
1456 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epjlelf.Po@am__quote@
1457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eppclynx.Po@am__quote@
1458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eppcmacos.Po@am__quote@
1459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eppcpe.Po@am__quote@
1460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epruelf.Po@am__quote@
1461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/escore3_elf.Po@am__quote@
1462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/escore7_elf.Po@am__quote@
1463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/esh.Po@am__quote@
1464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf.Po@am__quote@
1465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_fd.Po@am__quote@
1466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_linux.Po@am__quote@
1467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_nbsd.Po@am__quote@
1468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_nto.Po@am__quote@
1469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_uclinux.Po@am__quote@
1470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_vxworks.Po@am__quote@
1471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshl.Po@am__quote@
1472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf.Po@am__quote@
1473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_fd.Po@am__quote@
1474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_linux.Po@am__quote@
1475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_nbsd.Po@am__quote@
1476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_nto.Po@am__quote@
1477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_vxworks.Po@am__quote@
1478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshpe.Po@am__quote@
1479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic30aout.Po@am__quote@
1480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic30coff.Po@am__quote@
1481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic3xcoff.Po@am__quote@
1482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic3xcoff_onchip.Po@am__quote@
1483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic4xcoff.Po@am__quote@
1484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic54xcoff.Po@am__quote@
1485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic80coff.Po@am__quote@
1486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev850.Po@am__quote@
1487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev850_rh850.Po@am__quote@
1488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evanilla.Po@am__quote@
1489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evaxnbsd.Po@am__quote@
1490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exgateelf.Po@am__quote@
1491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ez80.Po@am__quote@
1492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ez8001.Po@am__quote@
1493 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ez8002.Po@am__quote@
1494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldbuildid.Po@am__quote@
1495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldcref.Po@am__quote@
1496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldctor.Po@am__quote@
1497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldelf.Po@am__quote@
1498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldelfgen.Po@am__quote@
1499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldemul.Po@am__quote@
1500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldexp.Po@am__quote@
1501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldfile.Po@am__quote@
1502 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldgram.Po@am__quote@
1503 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldlang.Po@am__quote@
1504 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldlex-wrapper.Po@am__quote@
1505 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldlex.Po@am__quote@
1506 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldmain.Po@am__quote@
1507 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldmisc.Po@am__quote@
1508 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldver.Po@am__quote@
1509 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldwrite.Po@am__quote@
1510 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lexsup.Po@am__quote@
1511 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libldtestplug2_la-testplug2.Plo@am__quote@
1512 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libldtestplug3_la-testplug3.Plo@am__quote@
1513 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libldtestplug4_la-testplug4.Plo@am__quote@
1514 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libldtestplug_la-testplug.Plo@am__quote@
1515 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mri.Po@am__quote@
1516 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-dll.Po@am__quote@
1517 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pep-dll.Po@am__quote@
1518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Po@am__quote@
1519
1520 .c.o:
1521 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1522 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1523 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1524 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1525 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1526
1527 .c.obj:
1528 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1529 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1530 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1531 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1532 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1533
1534 .c.lo:
1535 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1536 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1537 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1538 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1539 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1540
1541 libldtestplug_la-testplug.lo: testplug.c
1542 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libldtestplug_la_CFLAGS) $(CFLAGS) -MT libldtestplug_la-testplug.lo -MD -MP -MF $(DEPDIR)/libldtestplug_la-testplug.Tpo -c -o libldtestplug_la-testplug.lo `test -f 'testplug.c' || echo '$(srcdir)/'`testplug.c
1543 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libldtestplug_la-testplug.Tpo $(DEPDIR)/libldtestplug_la-testplug.Plo
1544 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testplug.c' object='libldtestplug_la-testplug.lo' libtool=yes @AMDEPBACKSLASH@
1545 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1546 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libldtestplug_la_CFLAGS) $(CFLAGS) -c -o libldtestplug_la-testplug.lo `test -f 'testplug.c' || echo '$(srcdir)/'`testplug.c
1547
1548 libldtestplug2_la-testplug2.lo: testplug2.c
1549 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libldtestplug2_la_CFLAGS) $(CFLAGS) -MT libldtestplug2_la-testplug2.lo -MD -MP -MF $(DEPDIR)/libldtestplug2_la-testplug2.Tpo -c -o libldtestplug2_la-testplug2.lo `test -f 'testplug2.c' || echo '$(srcdir)/'`testplug2.c
1550 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libldtestplug2_la-testplug2.Tpo $(DEPDIR)/libldtestplug2_la-testplug2.Plo
1551 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testplug2.c' object='libldtestplug2_la-testplug2.lo' libtool=yes @AMDEPBACKSLASH@
1552 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1553 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libldtestplug2_la_CFLAGS) $(CFLAGS) -c -o libldtestplug2_la-testplug2.lo `test -f 'testplug2.c' || echo '$(srcdir)/'`testplug2.c
1554
1555 libldtestplug3_la-testplug3.lo: testplug3.c
1556 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libldtestplug3_la_CFLAGS) $(CFLAGS) -MT libldtestplug3_la-testplug3.lo -MD -MP -MF $(DEPDIR)/libldtestplug3_la-testplug3.Tpo -c -o libldtestplug3_la-testplug3.lo `test -f 'testplug3.c' || echo '$(srcdir)/'`testplug3.c
1557 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libldtestplug3_la-testplug3.Tpo $(DEPDIR)/libldtestplug3_la-testplug3.Plo
1558 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testplug3.c' object='libldtestplug3_la-testplug3.lo' libtool=yes @AMDEPBACKSLASH@
1559 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1560 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libldtestplug3_la_CFLAGS) $(CFLAGS) -c -o libldtestplug3_la-testplug3.lo `test -f 'testplug3.c' || echo '$(srcdir)/'`testplug3.c
1561
1562 libldtestplug4_la-testplug4.lo: testplug4.c
1563 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libldtestplug4_la_CFLAGS) $(CFLAGS) -MT libldtestplug4_la-testplug4.lo -MD -MP -MF $(DEPDIR)/libldtestplug4_la-testplug4.Tpo -c -o libldtestplug4_la-testplug4.lo `test -f 'testplug4.c' || echo '$(srcdir)/'`testplug4.c
1564 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libldtestplug4_la-testplug4.Tpo $(DEPDIR)/libldtestplug4_la-testplug4.Plo
1565 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='testplug4.c' object='libldtestplug4_la-testplug4.lo' libtool=yes @AMDEPBACKSLASH@
1566 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1567 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libldtestplug4_la_CFLAGS) $(CFLAGS) -c -o libldtestplug4_la-testplug4.lo `test -f 'testplug4.c' || echo '$(srcdir)/'`testplug4.c
1568
1569 .l.c:
1570 $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
1571
1572 .y.c:
1573 $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
1574
1575 mostlyclean-libtool:
1576 -rm -f *.lo
1577
1578 clean-libtool:
1579 -rm -rf .libs _libs
1580
1581 distclean-libtool:
1582 -rm -f libtool config.lt
1583
1584 ld.info: ld.texi $(ld_TEXINFOS)
1585 $(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \
1586 rm -rf $$backupdir && mkdir $$backupdir && \
1587 if ($(MAKEINFO) --version) >/dev/null 2>&1; then \
1588 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
1589 if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \
1590 done; \
1591 else :; fi && \
1592 if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
1593 -o $@ `test -f 'ld.texi' || echo '$(srcdir)/'`ld.texi; \
1594 then \
1595 rc=0; \
1596 else \
1597 rc=$$?; \
1598 $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
1599 fi; \
1600 rm -rf $$backupdir; exit $$rc
1601
1602 ld.dvi: ld.texi $(ld_TEXINFOS)
1603 $(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1604 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
1605 $(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \
1606 `test -f 'ld.texi' || echo '$(srcdir)/'`ld.texi
1607
1608 ld.pdf: ld.texi $(ld_TEXINFOS)
1609 $(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1610 MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \
1611 $(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \
1612 `test -f 'ld.texi' || echo '$(srcdir)/'`ld.texi
1613
1614 ld.html: ld.texi $(ld_TEXINFOS)
1615 $(AM_V_MAKEINFO)rm -rf $(@:.html=.htp)
1616 $(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \
1617 -o $(@:.html=.htp) `test -f 'ld.texi' || echo '$(srcdir)/'`ld.texi; \
1618 then \
1619 rm -rf $@ && mv $(@:.html=.htp) $@; \
1620 else \
1621 rm -rf $(@:.html=.htp); exit 1; \
1622 fi
1623 .dvi.ps:
1624 $(AM_V_DVIPS)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
1625 $(DVIPS) $(AM_V_texinfo) -o $@ $<
1626
1627 uninstall-dvi-am:
1628 @$(NORMAL_UNINSTALL)
1629 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
1630 for p in $$list; do \
1631 $(am__strip_dir) \
1632 echo " rm -f '$(DESTDIR)$(dvidir)/$$f'"; \
1633 rm -f "$(DESTDIR)$(dvidir)/$$f"; \
1634 done
1635
1636 uninstall-html-am:
1637 @$(NORMAL_UNINSTALL)
1638 @list='$(HTMLS)'; test -n "$(htmldir)" || list=; \
1639 for p in $$list; do \
1640 $(am__strip_dir) \
1641 echo " rm -rf '$(DESTDIR)$(htmldir)/$$f'"; \
1642 rm -rf "$(DESTDIR)$(htmldir)/$$f"; \
1643 done
1644
1645 uninstall-info-am:
1646 @$(PRE_UNINSTALL)
1647 @if test -d '$(DESTDIR)$(infodir)' && $(am__can_run_installinfo); then \
1648 list='$(INFO_DEPS)'; \
1649 for file in $$list; do \
1650 relfile=`echo "$$file" | sed 's|^.*/||'`; \
1651 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \
1652 if install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \
1653 then :; else test ! -f "$(DESTDIR)$(infodir)/$$relfile" || exit 1; fi; \
1654 done; \
1655 else :; fi
1656 @$(NORMAL_UNINSTALL)
1657 @list='$(INFO_DEPS)'; \
1658 for file in $$list; do \
1659 relfile=`echo "$$file" | sed 's|^.*/||'`; \
1660 relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \
1661 (if test -d "$(DESTDIR)$(infodir)" && cd "$(DESTDIR)$(infodir)"; then \
1662 echo " cd '$(DESTDIR)$(infodir)' && rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]"; \
1663 rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \
1664 else :; fi); \
1665 done
1666
1667 uninstall-pdf-am:
1668 @$(NORMAL_UNINSTALL)
1669 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
1670 for p in $$list; do \
1671 $(am__strip_dir) \
1672 echo " rm -f '$(DESTDIR)$(pdfdir)/$$f'"; \
1673 rm -f "$(DESTDIR)$(pdfdir)/$$f"; \
1674 done
1675
1676 uninstall-ps-am:
1677 @$(NORMAL_UNINSTALL)
1678 @list='$(PSS)'; test -n "$(psdir)" || list=; \
1679 for p in $$list; do \
1680 $(am__strip_dir) \
1681 echo " rm -f '$(DESTDIR)$(psdir)/$$f'"; \
1682 rm -f "$(DESTDIR)$(psdir)/$$f"; \
1683 done
1684
1685 dist-info: $(INFO_DEPS)
1686 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
1687 list='$(INFO_DEPS)'; \
1688 for base in $$list; do \
1689 case $$base in \
1690 $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
1691 esac; \
1692 if test -f $$base; then d=.; else d=$(srcdir); fi; \
1693 base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
1694 for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
1695 if test -f $$file; then \
1696 relfile=`expr "$$file" : "$$d/\(.*\)"`; \
1697 test -f "$(distdir)/$$relfile" || \
1698 cp -p $$file "$(distdir)/$$relfile"; \
1699 else :; fi; \
1700 done; \
1701 done
1702
1703 mostlyclean-aminfo:
1704 -rm -rf ld.t2d ld.t2p
1705
1706 clean-aminfo:
1707 -test -z "ld.dvi ld.pdf ld.ps ld.html" \
1708 || rm -rf ld.dvi ld.pdf ld.ps ld.html
1709
1710 maintainer-clean-aminfo:
1711 @list='$(INFO_DEPS)'; for i in $$list; do \
1712 i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \
1713 echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \
1714 rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \
1715 done
1716 install-man1: $(man_MANS)
1717 @$(NORMAL_INSTALL)
1718 @list1=''; \
1719 list2='$(man_MANS)'; \
1720 test -n "$(man1dir)" \
1721 && test -n "`echo $$list1$$list2`" \
1722 || exit 0; \
1723 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
1724 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
1725 { for i in $$list1; do echo "$$i"; done; \
1726 if test -n "$$list2"; then \
1727 for i in $$list2; do echo "$$i"; done \
1728 | sed -n '/\.1[a-z]*$$/p'; \
1729 fi; \
1730 } | while read p; do \
1731 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1732 echo "$$d$$p"; echo "$$p"; \
1733 done | \
1734 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
1735 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
1736 sed 'N;N;s,\n, ,g' | { \
1737 list=; while read file base inst; do \
1738 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
1739 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
1740 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
1741 fi; \
1742 done; \
1743 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
1744 while read files; do \
1745 test -z "$$files" || { \
1746 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
1747 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
1748 done; }
1749
1750 uninstall-man1:
1751 @$(NORMAL_UNINSTALL)
1752 @list=''; test -n "$(man1dir)" || exit 0; \
1753 files=`{ for i in $$list; do echo "$$i"; done; \
1754 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1755 sed -n '/\.1[a-z]*$$/p'; \
1756 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
1757 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1758 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
1759
1760 # This directory's subdirectories are mostly independent; you can cd
1761 # into them and run 'make' without going through this Makefile.
1762 # To change the values of 'make' variables: instead of editing Makefiles,
1763 # (1) if the variable is set in 'config.status', edit 'config.status'
1764 # (which will cause the Makefiles to be regenerated when you run 'make');
1765 # (2) otherwise, pass the desired values on the 'make' command line.
1766 $(am__recursive_targets):
1767 @fail=; \
1768 if $(am__make_keepgoing); then \
1769 failcom='fail=yes'; \
1770 else \
1771 failcom='exit 1'; \
1772 fi; \
1773 dot_seen=no; \
1774 target=`echo $@ | sed s/-recursive//`; \
1775 case "$@" in \
1776 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1777 *) list='$(SUBDIRS)' ;; \
1778 esac; \
1779 for subdir in $$list; do \
1780 echo "Making $$target in $$subdir"; \
1781 if test "$$subdir" = "."; then \
1782 dot_seen=yes; \
1783 local_target="$$target-am"; \
1784 else \
1785 local_target="$$target"; \
1786 fi; \
1787 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1788 || eval $$failcom; \
1789 done; \
1790 if test "$$dot_seen" = "no"; then \
1791 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1792 fi; test -z "$$fail"
1793
1794 ID: $(am__tagged_files)
1795 $(am__define_uniq_tagged_files); mkid -fID $$unique
1796 tags: tags-recursive
1797 TAGS: tags
1798
1799 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1800 set x; \
1801 here=`pwd`; \
1802 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1803 include_option=--etags-include; \
1804 empty_fix=.; \
1805 else \
1806 include_option=--include; \
1807 empty_fix=; \
1808 fi; \
1809 list='$(SUBDIRS)'; for subdir in $$list; do \
1810 if test "$$subdir" = .; then :; else \
1811 test ! -f $$subdir/TAGS || \
1812 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1813 fi; \
1814 done; \
1815 $(am__define_uniq_tagged_files); \
1816 shift; \
1817 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1818 test -n "$$unique" || unique=$$empty_fix; \
1819 if test $$# -gt 0; then \
1820 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1821 "$$@" $$unique; \
1822 else \
1823 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1824 $$unique; \
1825 fi; \
1826 fi
1827 ctags: ctags-recursive
1828
1829 CTAGS: ctags
1830 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1831 $(am__define_uniq_tagged_files); \
1832 test -z "$(CTAGS_ARGS)$$unique" \
1833 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1834 $$unique
1835
1836 GTAGS:
1837 here=`$(am__cd) $(top_builddir) && pwd` \
1838 && $(am__cd) $(top_srcdir) \
1839 && gtags -i $(GTAGS_ARGS) "$$here"
1840 cscope: cscope.files
1841 test ! -s cscope.files \
1842 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1843 clean-cscope:
1844 -rm -f cscope.files
1845 cscope.files: clean-cscope cscopelist
1846 cscopelist: cscopelist-recursive
1847
1848 cscopelist-am: $(am__tagged_files)
1849 list='$(am__tagged_files)'; \
1850 case "$(srcdir)" in \
1851 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1852 *) sdir=$(subdir)/$(srcdir) ;; \
1853 esac; \
1854 for i in $$list; do \
1855 if test -f "$$i"; then \
1856 echo "$(subdir)/$$i"; \
1857 else \
1858 echo "$$sdir/$$i"; \
1859 fi; \
1860 done >> $(top_builddir)/cscope.files
1861
1862 distclean-tags:
1863 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1864 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1865 site.exp: Makefile $(EXTRA_DEJAGNU_SITE_CONFIG)
1866 @echo 'Making a new site.exp file ...'
1867 @echo '## these variables are automatically generated by make ##' >site.tmp
1868 @echo '# Do not edit here. If you wish to override these values' >>site.tmp
1869 @echo '# edit the last section' >>site.tmp
1870 @echo 'set srcdir "$(srcdir)"' >>site.tmp
1871 @echo "set objdir `pwd`" >>site.tmp
1872 @echo 'set build_alias "$(build_alias)"' >>site.tmp
1873 @echo 'set build_triplet $(build_triplet)' >>site.tmp
1874 @echo 'set host_alias "$(host_alias)"' >>site.tmp
1875 @echo 'set host_triplet $(host_triplet)' >>site.tmp
1876 @echo 'set target_alias "$(target_alias)"' >>site.tmp
1877 @echo 'set target_triplet $(target_triplet)' >>site.tmp
1878 @list='$(EXTRA_DEJAGNU_SITE_CONFIG)'; for f in $$list; do \
1879 echo "## Begin content included from file $$f. Do not modify. ##" \
1880 && cat `test -f "$$f" || echo '$(srcdir)/'`$$f \
1881 && echo "## End content included from file $$f. ##" \
1882 || exit 1; \
1883 done >> site.tmp
1884 @echo "## End of auto-generated content; you can edit from here. ##" >> site.tmp
1885 @if test -f site.exp; then \
1886 sed -e '1,/^## End of auto-generated content.*##/d' site.exp >> site.tmp; \
1887 fi
1888 @-rm -f site.bak
1889 @test ! -f site.exp || mv site.exp site.bak
1890 @mv site.tmp site.exp
1891
1892 distclean-DEJAGNU:
1893 -rm -f site.exp site.bak
1894 -l='$(DEJATOOL)'; for tool in $$l; do \
1895 rm -f $$tool.sum $$tool.log; \
1896 done
1897 check-am: all-am
1898 $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
1899 check: $(BUILT_SOURCES)
1900 $(MAKE) $(AM_MAKEFLAGS) check-recursive
1901 all-am: Makefile $(INFO_DEPS) $(LTLIBRARIES) $(PROGRAMS) $(MANS) \
1902 config.h
1903 installdirs: installdirs-recursive
1904 installdirs-am:
1905 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(man1dir)"; do \
1906 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1907 done
1908 install: $(BUILT_SOURCES)
1909 $(MAKE) $(AM_MAKEFLAGS) install-recursive
1910 install-exec: install-exec-recursive
1911 install-data: install-data-recursive
1912 uninstall: uninstall-recursive
1913
1914 install-am: all-am
1915 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1916
1917 installcheck: installcheck-recursive
1918 install-strip:
1919 if test -z '$(STRIP)'; then \
1920 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1921 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1922 install; \
1923 else \
1924 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1925 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1926 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1927 fi
1928 mostlyclean-generic:
1929 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1930
1931 clean-generic:
1932 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1933
1934 distclean-generic:
1935 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1936 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1937 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1938
1939 maintainer-clean-generic:
1940 @echo "This command is intended for maintainers to use"
1941 @echo "it deletes files that may require special tools to rebuild."
1942 -rm -f deffilep.c
1943 -rm -f deffilep.h
1944 -rm -f ldgram.c
1945 -rm -f ldgram.h
1946 -rm -f ldlex.c
1947 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1948 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1949 clean: clean-recursive
1950
1951 clean-am: clean-aminfo clean-binPROGRAMS clean-generic clean-libtool \
1952 clean-noinstLTLIBRARIES mostlyclean-am
1953
1954 distclean: distclean-recursive
1955 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1956 -rm -rf ./$(DEPDIR)
1957 -rm -f Makefile
1958 distclean-am: clean-am distclean-DEJAGNU distclean-compile \
1959 distclean-generic distclean-hdr distclean-libtool \
1960 distclean-local distclean-tags
1961
1962 dvi: dvi-recursive
1963
1964 dvi-am: $(DVIS)
1965
1966 html: html-recursive
1967
1968 html-am: $(HTMLS)
1969
1970 info: info-recursive
1971
1972 info-am: $(INFO_DEPS)
1973
1974 install-data-am: install-data-local install-info-am install-man
1975
1976 install-dvi: install-dvi-recursive
1977
1978 install-dvi-am: $(DVIS)
1979 @$(NORMAL_INSTALL)
1980 @list='$(DVIS)'; test -n "$(dvidir)" || list=; \
1981 if test -n "$$list"; then \
1982 echo " $(MKDIR_P) '$(DESTDIR)$(dvidir)'"; \
1983 $(MKDIR_P) "$(DESTDIR)$(dvidir)" || exit 1; \
1984 fi; \
1985 for p in $$list; do \
1986 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1987 echo "$$d$$p"; \
1988 done | $(am__base_list) | \
1989 while read files; do \
1990 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dvidir)'"; \
1991 $(INSTALL_DATA) $$files "$(DESTDIR)$(dvidir)" || exit $$?; \
1992 done
1993 install-exec-am: install-binPROGRAMS install-exec-local
1994
1995 install-html: install-html-recursive
1996
1997 install-html-am: $(HTMLS)
1998 @$(NORMAL_INSTALL)
1999 @list='$(HTMLS)'; list2=; test -n "$(htmldir)" || list=; \
2000 if test -n "$$list"; then \
2001 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
2002 $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
2003 fi; \
2004 for p in $$list; do \
2005 if test -f "$$p" || test -d "$$p"; then d=; else d="$(srcdir)/"; fi; \
2006 $(am__strip_dir) \
2007 d2=$$d$$p; \
2008 if test -d "$$d2"; then \
2009 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)/$$f'"; \
2010 $(MKDIR_P) "$(DESTDIR)$(htmldir)/$$f" || exit 1; \
2011 echo " $(INSTALL_DATA) '$$d2'/* '$(DESTDIR)$(htmldir)/$$f'"; \
2012 $(INSTALL_DATA) "$$d2"/* "$(DESTDIR)$(htmldir)/$$f" || exit $$?; \
2013 else \
2014 list2="$$list2 $$d2"; \
2015 fi; \
2016 done; \
2017 test -z "$$list2" || { echo "$$list2" | $(am__base_list) | \
2018 while read files; do \
2019 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
2020 $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
2021 done; }
2022 install-info: install-info-recursive
2023
2024 install-info-am: $(INFO_DEPS)
2025 @$(NORMAL_INSTALL)
2026 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
2027 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
2028 if test -n "$$list"; then \
2029 echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \
2030 $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \
2031 fi; \
2032 for file in $$list; do \
2033 case $$file in \
2034 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
2035 esac; \
2036 if test -f $$file; then d=.; else d=$(srcdir); fi; \
2037 file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \
2038 for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \
2039 $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \
2040 if test -f $$ifile; then \
2041 echo "$$ifile"; \
2042 else : ; fi; \
2043 done; \
2044 done | $(am__base_list) | \
2045 while read files; do \
2046 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
2047 $(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
2048 @$(POST_INSTALL)
2049 @if $(am__can_run_installinfo); then \
2050 list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
2051 for file in $$list; do \
2052 relfile=`echo "$$file" | sed 's|^.*/||'`; \
2053 echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\
2054 install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\
2055 done; \
2056 else : ; fi
2057 install-man: install-man1
2058
2059 install-pdf: install-pdf-recursive
2060
2061 install-pdf-am: $(PDFS)
2062 @$(NORMAL_INSTALL)
2063 @list='$(PDFS)'; test -n "$(pdfdir)" || list=; \
2064 if test -n "$$list"; then \
2065 echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \
2066 $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \
2067 fi; \
2068 for p in $$list; do \
2069 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2070 echo "$$d$$p"; \
2071 done | $(am__base_list) | \
2072 while read files; do \
2073 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \
2074 $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; done
2075 install-ps: install-ps-recursive
2076
2077 install-ps-am: $(PSS)
2078 @$(NORMAL_INSTALL)
2079 @list='$(PSS)'; test -n "$(psdir)" || list=; \
2080 if test -n "$$list"; then \
2081 echo " $(MKDIR_P) '$(DESTDIR)$(psdir)'"; \
2082 $(MKDIR_P) "$(DESTDIR)$(psdir)" || exit 1; \
2083 fi; \
2084 for p in $$list; do \
2085 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2086 echo "$$d$$p"; \
2087 done | $(am__base_list) | \
2088 while read files; do \
2089 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(psdir)'"; \
2090 $(INSTALL_DATA) $$files "$(DESTDIR)$(psdir)" || exit $$?; done
2091 installcheck-am:
2092
2093 maintainer-clean: maintainer-clean-recursive
2094 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
2095 -rm -rf $(top_srcdir)/autom4te.cache
2096 -rm -rf ./$(DEPDIR)
2097 -rm -f Makefile
2098 maintainer-clean-am: distclean-am maintainer-clean-aminfo \
2099 maintainer-clean-generic
2100
2101 mostlyclean: mostlyclean-recursive
2102
2103 mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \
2104 mostlyclean-generic mostlyclean-libtool mostlyclean-local
2105
2106 pdf: pdf-recursive
2107
2108 pdf-am: $(PDFS)
2109
2110 ps: ps-recursive
2111
2112 ps-am: $(PSS)
2113
2114 uninstall-am: uninstall-binPROGRAMS uninstall-dvi-am uninstall-html-am \
2115 uninstall-info-am uninstall-man uninstall-pdf-am \
2116 uninstall-ps-am
2117
2118 uninstall-man: uninstall-man1
2119
2120 .MAKE: $(am__recursive_targets) all check check-am install install-am \
2121 install-strip
2122
2123 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
2124 am--refresh check check-DEJAGNU check-am clean clean-aminfo \
2125 clean-binPROGRAMS clean-cscope clean-generic clean-libtool \
2126 clean-noinstLTLIBRARIES cscope cscopelist-am ctags ctags-am \
2127 dist-info distclean distclean-DEJAGNU distclean-compile \
2128 distclean-generic distclean-hdr distclean-libtool \
2129 distclean-local distclean-tags dvi dvi-am html html-am info \
2130 info-am install install-am install-binPROGRAMS install-data \
2131 install-data-am install-data-local install-dvi install-dvi-am \
2132 install-exec install-exec-am install-exec-local install-html \
2133 install-html-am install-info install-info-am install-man \
2134 install-man1 install-pdf install-pdf-am install-ps \
2135 install-ps-am install-strip installcheck installcheck-am \
2136 installdirs installdirs-am maintainer-clean \
2137 maintainer-clean-aminfo maintainer-clean-generic mostlyclean \
2138 mostlyclean-aminfo mostlyclean-compile mostlyclean-generic \
2139 mostlyclean-libtool mostlyclean-local pdf pdf-am ps ps-am tags \
2140 tags-am uninstall uninstall-am uninstall-binPROGRAMS \
2141 uninstall-dvi-am uninstall-html-am uninstall-info-am \
2142 uninstall-man uninstall-man1 uninstall-pdf-am uninstall-ps-am
2143
2144 .PRECIOUS: Makefile
2145
2146
2147 # Disable -Werror, if it has been enabled, since old versions of bison/
2148 # yacc will produce working code which contain compile time warnings.
2149 ldgram.@OBJEXT@: ldgram.c
2150 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `test -f ldgram.c || echo $(srcdir)/`ldgram.c $(NO_WERROR)
2151 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2152 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ldgram.c' object='$@' libtool=no @AMDEPBACKSLASH@
2153 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2154 @am__fastdepCC_FALSE@ $(COMPILE) -c `test -f ldgram.c || echo $(srcdir)/`ldgram.c $(NO_WERROR)
2155
2156 ldlex-wrapper.@OBJEXT@: ldlex-wrapper.c ldlex.c
2157 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(srcdir)/ldlex-wrapper.c $(NO_WERROR)
2158 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2159 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ldlex-wrapper.c' object='$@' libtool=no @AMDEPBACKSLASH@
2160 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2161 @am__fastdepCC_FALSE@ $(COMPILE) -c $(srcdir)/ldlex-wrapper.c $(NO_WERROR)
2162
2163 deffilep.@OBJEXT@: deffilep.c
2164 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `test -f deffilep.c || echo $(srcdir)/`deffilep.c $(NO_WERROR)
2165 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2166 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='deffilep.c' object='$@' libtool=no @AMDEPBACKSLASH@
2167 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2168 @am__fastdepCC_FALSE@ $(COMPILE) -c `test -f deffilep.c || echo $(srcdir)/`deffilep.c $(NO_WERROR)
2169
2170 po/SRC-POTFILES.in: @MAINT@ Makefile
2171 for f in $(SRC_POTFILES); do echo $$f; done | LC_ALL=C sort > $@-tmp \
2172 && mv $@-tmp $(srcdir)/po/SRC-POTFILES.in
2173
2174 po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
2175 for f in $(BLD_POTFILES); do echo $$f; done | LC_ALL=C sort > $@-tmp \
2176 && mv $@-tmp $(srcdir)/po/BLD-POTFILES.in
2177
2178 ldmain.@OBJEXT@: ldmain.c config.status
2179 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ \
2180 @am__fastdepCC_TRUE@ -DDEFAULT_EMULATION='"$(EMUL)"' \
2181 @am__fastdepCC_TRUE@ -DBINDIR='"$(bindir)"' -DTOOLBINDIR='"$(tooldir)/bin"' \
2182 @am__fastdepCC_TRUE@ -DTARGET='"@target@"' @TARGET_SYSTEM_ROOT_DEFINE@ \
2183 @am__fastdepCC_TRUE@ $(srcdir)/ldmain.c
2184 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2185 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ldmain.c' object='$@' libtool=no @AMDEPBACKSLASH@
2186 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2187 @am__fastdepCC_FALSE@ $(COMPILE) -c -DDEFAULT_EMULATION='"$(EMUL)"' \
2188 @am__fastdepCC_FALSE@ -DBINDIR='"$(bindir)"' -DTOOLBINDIR='"$(tooldir)/bin"' \
2189 @am__fastdepCC_FALSE@ -DTARGET='"@target@"' @TARGET_SYSTEM_ROOT_DEFINE@ \
2190 @am__fastdepCC_FALSE@ $(srcdir)/ldmain.c
2191
2192 ldfile.@OBJEXT@: ldfile.c config.status
2193 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ \
2194 @am__fastdepCC_TRUE@ -DSCRIPTDIR='"$(scriptdir)"' -DBINDIR='"$(bindir)"' -DTOOLBINDIR='"$(tooldir)/bin"' \
2195 @am__fastdepCC_TRUE@ $(srcdir)/ldfile.c
2196 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2197 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ldfile.c' object='$@' libtool=no @AMDEPBACKSLASH@
2198 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2199 @am__fastdepCC_FALSE@ $(COMPILE) -c -DSCRIPTDIR='"$(scriptdir)"' -DBINDIR='"$(bindir)"' \
2200 @am__fastdepCC_FALSE@ -DTOOLBINDIR='"$(tooldir)/bin"' \
2201 @am__fastdepCC_FALSE@ $(srcdir)/ldfile.c
2202
2203 eelf32_spu.@OBJEXT@: eelf32_spu.c
2204 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ \
2205 @am__fastdepCC_TRUE@ -DEMBEDSPU="\"`echo embedspu | sed '$(transform)'`\"" eelf32_spu.c
2206 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2207 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eelf32_spu.c' object='$@' libtool=no @AMDEPBACKSLASH@
2208 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2209 @am__fastdepCC_FALSE@ $(COMPILE) -c -DEMBEDSPU="\"`echo embedspu | sed '$(transform)'`\"" \
2210 @am__fastdepCC_FALSE@ eelf32_spu.c
2211
2212 ldemul-list.h: Makefile
2213 (echo "/* This file is automatically generated. DO NOT EDIT! */";\
2214 for f in `echo " " ${EMULATION_OFILES} "" \
2215 | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
2216 echo "extern ld_emulation_xfer_type ld_$${f}_emulation;"; \
2217 done;\
2218 echo "";\
2219 echo "#define EMULATION_LIST \\";\
2220 for f in `echo " " ${EMULATION_OFILES} "" \
2221 | sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \
2222 echo " &ld_$${f}_emulation, \\"; \
2223 done;\
2224 echo " 0") >ldemul-tmp.h
2225 mv ldemul-tmp.h ldemul-list.h
2226
2227 stringify.sed: ${srcdir}/emultempl/$(STRINGIFY)
2228 cp ${srcdir}/emultempl/$(STRINGIFY) stringify.sed
2229
2230 @TDIRS@
2231
2232 # We can't use pattern rules as we don't want to depend on GNU
2233 # make, or else these rules could have been expressed in one
2234 # two-liner: 'e%.c:' and ' ${GENSCRIPTS} $* "$(tdir_$*)"'.
2235 # (The recursive variable expansion is portable.)
2236
2237 run-genscripts:
2238 ${GENSCRIPTS} $(script_target) "$($(script_tdirname))"
2239
2240 .PHONY: run-genscripts
2241
2242 $(ALL_EMULATION_SOURCES) $(ALL_64_EMULATION_SOURCES): $(GEN_DEPENDS)
2243 base=`echo $@ | sed -e 's,e\(.*\).c,\1,'`; \
2244 $(MAKE) run-genscripts "script_target=$$base" "script_tdirname=tdir_$$base"
2245
2246 # It's a pity we can't generate these include "./deps/e*.Pc" lines
2247 # from ALL_EMULATION_SOURCES and ALL_64_EMULATION_SOURCES, but that isn't
2248 # so easy to do. What we'd like to do is have automake generate these
2249 # lines in Makefile.in, but I can't see a way of doing that. Generating
2250 # the includes at configure time is possible but then we'd need to
2251 # duplicate autoconf/automake handling of dependency files.
2252 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaix5ppc.Pc@am__quote@
2253 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaix5rs6.Pc@am__quote@
2254 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaixppc.Pc@am__quote@
2255 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaixrs6.Pc@am__quote@
2256 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ealpha.Pc@am__quote@
2257 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ealphavms.Pc@am__quote@
2258 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earcv2elf.Pc@am__quote@
2259 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earcv2elfx.Pc@am__quote@
2260 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earcelf.Pc@am__quote@
2261 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earcelf_prof.Pc@am__quote@
2262 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earclinux.Pc@am__quote@
2263 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earclinux_nps.Pc@am__quote@
2264 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earclinux_prof.Pc@am__quote@
2265 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earm_wince_pe.Pc@am__quote@
2266 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf.Pc@am__quote@
2267 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_fbsd.Pc@am__quote@
2268 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_fuchsia.Pc@am__quote@
2269 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_linux.Pc@am__quote@
2270 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_linux_eabi.Pc@am__quote@
2271 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_linux_fdpiceabi.Pc@am__quote@
2272 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_nacl.Pc@am__quote@
2273 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_nbsd.Pc@am__quote@
2274 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_phoenix.Pc@am__quote@
2275 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelf_vxworks.Pc@am__quote@
2276 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb.Pc@am__quote@
2277 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_fbsd.Pc@am__quote@
2278 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_fuchsia.Pc@am__quote@
2279 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_linux.Pc@am__quote@
2280 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_linux_eabi.Pc@am__quote@
2281 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_linux_fdpiceabi.Pc@am__quote@
2282 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_nacl.Pc@am__quote@
2283 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmelfb_nbsd.Pc@am__quote@
2284 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmnto.Pc@am__quote@
2285 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmpe.Pc@am__quote@
2286 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/earmsymbian.Pc@am__quote@
2287 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr1.Pc@am__quote@
2288 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr2.Pc@am__quote@
2289 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr25.Pc@am__quote@
2290 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr3.Pc@am__quote@
2291 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr31.Pc@am__quote@
2292 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr35.Pc@am__quote@
2293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr4.Pc@am__quote@
2294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr5.Pc@am__quote@
2295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr51.Pc@am__quote@
2296 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavr6.Pc@am__quote@
2297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega1.Pc@am__quote@
2298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega2.Pc@am__quote@
2299 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega3.Pc@am__quote@
2300 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega4.Pc@am__quote@
2301 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega5.Pc@am__quote@
2302 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega6.Pc@am__quote@
2303 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrxmega7.Pc@am__quote@
2304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eavrtiny.Pc@am__quote@
2305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecrisaout.Pc@am__quote@
2306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecriself.Pc@am__quote@
2307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecrislinux.Pc@am__quote@
2308 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecskyelf.Pc@am__quote@
2309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecskyelf_linux.Pc@am__quote@
2310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ed10velf.Pc@am__quote@
2311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ed30v_e.Pc@am__quote@
2312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ed30v_o.Pc@am__quote@
2313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ed30velf.Pc@am__quote@
2314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_dlx.Pc@am__quote@
2315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_sparc.Pc@am__quote@
2316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_sparc_sol2.Pc@am__quote@
2317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_sparc_vxworks.Pc@am__quote@
2318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_spu.Pc@am__quote@
2319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_be.Pc@am__quote@
2320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_le.Pc@am__quote@
2321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_linux_be.Pc@am__quote@
2322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_linux_le.Pc@am__quote@
2323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_elf_be.Pc@am__quote@
2324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_elf_le.Pc@am__quote@
2325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32am33lin.Pc@am__quote@
2326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bfin.Pc@am__quote@
2327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bfinfd.Pc@am__quote@
2328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32cr16.Pc@am__quote@
2329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32cr16c.Pc@am__quote@
2330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32crx.Pc@am__quote@
2331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32epiphany.Pc@am__quote@
2332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32epiphany_4x4.Pc@am__quote@
2333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32fr30.Pc@am__quote@
2334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32frv.Pc@am__quote@
2335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32frvfd.Pc@am__quote@
2336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ft32.Pc@am__quote@
2337 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ip2k.Pc@am__quote@
2338 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32iq10.Pc@am__quote@
2339 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32iq2000.Pc@am__quote@
2340 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lm32.Pc@am__quote@
2341 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lm32fd.Pc@am__quote@
2342 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lppc.Pc@am__quote@
2343 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lppclinux.Pc@am__quote@
2344 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lppcnto.Pc@am__quote@
2345 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lppcsim.Pc@am__quote@
2346 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32m32c.Pc@am__quote@
2347 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mb_linux.Pc@am__quote@
2348 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mbel_linux.Pc@am__quote@
2349 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mcore.Pc@am__quote@
2350 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mep.Pc@am__quote@
2351 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32metag.Pc@am__quote@
2352 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32microblazeel.Pc@am__quote@
2353 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32microblaze.Pc@am__quote@
2354 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32moxie.Pc@am__quote@
2355 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emoxiebox.Pc@am__quote@
2356 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mt.Pc@am__quote@
2357 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32or1k.Pc@am__quote@
2358 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32or1k_linux.Pc@am__quote@
2359 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppc.Pc@am__quote@
2360 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppc_fbsd.Pc@am__quote@
2361 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppclinux.Pc@am__quote@
2362 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppcnto.Pc@am__quote@
2363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppcsim.Pc@am__quote@
2364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppcvxworks.Pc@am__quote@
2365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ppcwindiss.Pc@am__quote@
2366 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lriscv.Pc@am__quote@
2367 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lriscv_ilp32f.Pc@am__quote@
2368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lriscv_ilp32.Pc@am__quote@
2369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32rl78.Pc@am__quote@
2370 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32rx.Pc@am__quote@
2371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32tilegx.Pc@am__quote@
2372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32tilegx_be.Pc@am__quote@
2373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32tilepro.Pc@am__quote@
2374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32vax.Pc@am__quote@
2375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32visium.Pc@am__quote@
2376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32xc16x.Pc@am__quote@
2377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32xc16xl.Pc@am__quote@
2378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32xc16xs.Pc@am__quote@
2379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32xstormy16.Pc@am__quote@
2380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32xtensa.Pc@am__quote@
2381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386.Pc@am__quote@
2382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_be.Pc@am__quote@
2383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_fbsd.Pc@am__quote@
2384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_ldso.Pc@am__quote@
2385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_nacl.Pc@am__quote@
2386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_sol2.Pc@am__quote@
2387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_i386_vxworks.Pc@am__quote@
2388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_iamcu.Pc@am__quote@
2389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_s390.Pc@am__quote@
2390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300elf.Pc@am__quote@
2391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300elf_linux.Pc@am__quote@
2392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300helf.Pc@am__quote@
2393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300helf_linux.Pc@am__quote@
2394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300hnelf.Pc@am__quote@
2395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300self.Pc@am__quote@
2396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300self_linux.Pc@am__quote@
2397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300snelf.Pc@am__quote@
2398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300sxelf.Pc@am__quote@
2399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300sxelf_linux.Pc@am__quote@
2400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eh8300sxnelf.Pc@am__quote@
2401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppaelf.Pc@am__quote@
2402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppalinux.Pc@am__quote@
2403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppanbsd.Pc@am__quote@
2404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppaobsd.Pc@am__quote@
2405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386beos.Pc@am__quote@
2406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386bsd.Pc@am__quote@
2407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386go32.Pc@am__quote@
2408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386lynx.Pc@am__quote@
2409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386moss.Pc@am__quote@
2410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386msdos.Pc@am__quote@
2411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386nto.Pc@am__quote@
2412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386pe.Pc@am__quote@
2413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386pe_posix.Pc@am__quote@
2414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em32relf.Pc@am__quote@
2415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em32relf_linux.Pc@am__quote@
2416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em32rlelf.Pc@am__quote@
2417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em32rlelf_linux.Pc@am__quote@
2418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68hc11elf.Pc@am__quote@
2419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68hc11elfb.Pc@am__quote@
2420 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68hc12elf.Pc@am__quote@
2421 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68hc12elfb.Pc@am__quote@
2422 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68kelf.Pc@am__quote@
2423 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em68kelfnbsd.Pc@am__quote@
2424 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/em9s12zelf.Pc@am__quote@
2425 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emcorepe.Pc@am__quote@
2426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emn10200.Pc@am__quote@
2427 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emn10300.Pc@am__quote@
2428 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emsp430elf.Pc@am__quote@
2429 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emsp430X.Pc@am__quote@
2430 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32elf.Pc@am__quote@
2431 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32elf16m.Pc@am__quote@
2432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32elf_linux.Pc@am__quote@
2433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32belf.Pc@am__quote@
2434 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32belf16m.Pc@am__quote@
2435 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ends32belf_linux.Pc@am__quote@
2436 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ens32knbsd.Pc@am__quote@
2437 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enios2elf.Pc@am__quote@
2438 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enios2linux.Pc@am__quote@
2439 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epc532macha.Pc@am__quote@
2440 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epdp11.Pc@am__quote@
2441 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epjelf.Pc@am__quote@
2442 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epjlelf.Pc@am__quote@
2443 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eppclynx.Pc@am__quote@
2444 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eppcmacos.Pc@am__quote@
2445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eppcpe.Pc@am__quote@
2446 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epruelf.Pc@am__quote@
2447 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/escore3_elf.Pc@am__quote@
2448 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/escore7_elf.Pc@am__quote@
2449 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/esh.Pc@am__quote@
2450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf.Pc@am__quote@
2451 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_fd.Pc@am__quote@
2452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_linux.Pc@am__quote@
2453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_nbsd.Pc@am__quote@
2454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_nto.Pc@am__quote@
2455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_uclinux.Pc@am__quote@
2456 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshelf_vxworks.Pc@am__quote@
2457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshl.Pc@am__quote@
2458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf.Pc@am__quote@
2459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_fd.Pc@am__quote@
2460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_linux.Pc@am__quote@
2461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_nbsd.Pc@am__quote@
2462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_nto.Pc@am__quote@
2463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshlelf_vxworks.Pc@am__quote@
2464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eshpe.Pc@am__quote@
2465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic30aout.Pc@am__quote@
2466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic30coff.Pc@am__quote@
2467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic3xcoff.Pc@am__quote@
2468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic3xcoff_onchip.Pc@am__quote@
2469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic4xcoff.Pc@am__quote@
2470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic54xcoff.Pc@am__quote@
2471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic80coff.Pc@am__quote@
2472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev850.Pc@am__quote@
2473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev850_rh850.Pc@am__quote@
2474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evanilla.Pc@am__quote@
2475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evaxnbsd.Pc@am__quote@
2476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exgateelf.Pc@am__quote@
2477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ez80.Pc@am__quote@
2478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ez8001.Pc@am__quote@
2479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ez8002.Pc@am__quote@
2480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64elf.Pc@am__quote@
2481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64elf32.Pc@am__quote@
2482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64elfb.Pc@am__quote@
2483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64elf32b.Pc@am__quote@
2484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64cloudabi.Pc@am__quote@
2485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64cloudabib.Pc@am__quote@
2486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64fbsd.Pc@am__quote@
2487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64fbsdb.Pc@am__quote@
2488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linux.Pc@am__quote@
2489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linuxb.Pc@am__quote@
2490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linux32.Pc@am__quote@
2491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eaarch64linux32b.Pc@am__quote@
2492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_x86_64.Pc@am__quote@
2493 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_x86_64_nacl.Pc@am__quote@
2494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32b4300.Pc@am__quote@
2495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bmip.Pc@am__quote@
2496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bmipn32.Pc@am__quote@
2497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bsmip.Pc@am__quote@
2498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32btsmip.Pc@am__quote@
2499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32btsmip_fbsd.Pc@am__quote@
2500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32btsmipn32.Pc@am__quote@
2501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32btsmipn32_fbsd.Pc@am__quote@
2502 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ebmip.Pc@am__quote@
2503 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ebmipvxworks.Pc@am__quote@
2504 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32elmip.Pc@am__quote@
2505 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32elmipvxworks.Pc@am__quote@
2506 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32l4300.Pc@am__quote@
2507 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lmip.Pc@am__quote@
2508 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lr5900.Pc@am__quote@
2509 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lr5900n32.Pc@am__quote@
2510 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32lsmip.Pc@am__quote@
2511 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ltsmip.Pc@am__quote@
2512 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ltsmip_fbsd.Pc@am__quote@
2513 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ltsmipn32.Pc@am__quote@
2514 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ltsmipn32_fbsd.Pc@am__quote@
2515 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mipswindiss.Pc@am__quote@
2516 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_aix.Pc@am__quote@
2517 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64bpf.Pc@am__quote@
2518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_ia64.Pc@am__quote@
2519 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_ia64_fbsd.Pc@am__quote@
2520 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_ia64_vms.Pc@am__quote@
2521 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_s390.Pc@am__quote@
2522 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_sparc.Pc@am__quote@
2523 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_sparc_fbsd.Pc@am__quote@
2524 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64_sparc_sol2.Pc@am__quote@
2525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64alpha.Pc@am__quote@
2526 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64alpha_fbsd.Pc@am__quote@
2527 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64alpha_nbsd.Pc@am__quote@
2528 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64bmip.Pc@am__quote@
2529 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64btsmip.Pc@am__quote@
2530 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64btsmip_fbsd.Pc@am__quote@
2531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64hppa.Pc@am__quote@
2532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64lppc.Pc@am__quote@
2533 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64lriscv.Pc@am__quote@
2534 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64lriscv_lp64f.Pc@am__quote@
2535 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64lriscv_lp64.Pc@am__quote@
2536 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64ltsmip.Pc@am__quote@
2537 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64ltsmip_fbsd.Pc@am__quote@
2538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64mmix.Pc@am__quote@
2539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64ppc.Pc@am__quote@
2540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64ppc_fbsd.Pc@am__quote@
2541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64rdos.Pc@am__quote@
2542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64tilegx.Pc@am__quote@
2543 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf64tilegx_be.Pc@am__quote@
2544 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_l1om.Pc@am__quote@
2545 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_l1om_fbsd.Pc@am__quote@
2546 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_k1om.Pc@am__quote@
2547 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_k1om_fbsd.Pc@am__quote@
2548 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64.Pc@am__quote@
2549 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64_cloudabi.Pc@am__quote@
2550 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64_fbsd.Pc@am__quote@
2551 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64_nacl.Pc@am__quote@
2552 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf_x86_64_sol2.Pc@am__quote@
2553 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ehppa64linux.Pc@am__quote@
2554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ei386pep.Pc@am__quote@
2555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emmo.Pc@am__quote@
2556
2557 check-DEJAGNU: site.exp
2558 srcroot=`cd $(srcdir) && pwd`; export srcroot; \
2559 r=`pwd`; export r; \
2560 LC_ALL=C; export LC_ALL; \
2561 EXPECT=$(EXPECT); export EXPECT; \
2562 runtest=$(RUNTEST); \
2563 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
2564 $$runtest --tool $(DEJATOOL) --srcdir $${srcroot}/testsuite \
2565 CC="$(CC_FOR_TARGET)" CFLAGS="$(CFLAGS_FOR_TARGET)" \
2566 CXX="$(CXX_FOR_TARGET)" CXXFLAGS="$(CXXFLAGS_FOR_TARGET)" \
2567 CC_FOR_HOST="$(CC)" CFLAGS_FOR_HOST="$(CFLAGS)" \
2568 OFILES="$(OFILES)" BFDLIB="$(TESTBFDLIB)" \
2569 LIBIBERTY="$(LIBIBERTY) $(LIBINTL)" LIBS="$(LIBS)" \
2570 DO_COMPARE="`echo '$(do_compare)' | sed -e 's,\\$$,,g'`" \
2571 $(RUNTESTFLAGS); \
2572 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
2573 fi
2574
2575 development.exp: $(BFDDIR)/development.sh
2576 $(EGREP) "[development|experimental]=" $(BFDDIR)/development.sh \
2577 | $(AWK) -F= '{ print "set " $$1 " " $$2 }' > $@
2578
2579 # DOCUMENTATION TARGETS
2580 # Manual configuration file; not usually attached to normal configuration,
2581 # because almost all configs use "gen" version of manual.
2582 # Set DOCVER above to change.
2583 configdoc.texi: ${DOCVER}-doc.texi
2584 cp ${srcdir}/${DOCVER}-doc.texi ./configdoc.texi
2585 chmod u+w ./configdoc.texi
2586
2587 # Build the man page from the texinfo file
2588 # The sed command removes the no-adjust Nroff command so that
2589 # the man output looks standard.
2590 ld.1: $(srcdir)/ld.texi configdoc.texi
2591 touch $@
2592 -$(TEXI2POD) $(MANCONF) < $(srcdir)/ld.texi > ld.pod
2593 -($(POD2MAN) ld.pod | \
2594 sed -e '/^.if n .na/d' > $@.T$$$$ && \
2595 mv -f $@.T$$$$ $@) || \
2596 (rm -f $@.T$$$$ && exit 1)
2597 rm -f ld.pod
2598 mostlyclean-local:
2599 -rm -rf tmpdir
2600
2601 .PHONY: install-exec-local install-data-local
2602
2603 install-exec-local: ld-new$(EXEEXT) install-binPROGRAMS
2604 $(mkinstalldirs) $(DESTDIR)$(tooldir)/bin
2605 n=`echo $(installed_linker) | sed '$(transform)'`; \
2606 if test "$(bindir)" != "$(tooldir)/bin"; then \
2607 rm -f $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT); \
2608 ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT) >/dev/null 2>/dev/null \
2609 || $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$(installed_linker)$(EXEEXT); \
2610 fi; \
2611 if test "x$(install_as_default)" = "xyes"; then \
2612 ld=`echo ld | sed '$(transform)'`; \
2613 rm -f $(DESTDIR)$(bindir)/$$ld$(EXEEXT); \
2614 ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(bindir)/$$ld$(EXEEXT) >/dev/null 2>/dev/null \
2615 || $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(bindir)/$$ld$(EXEEXT); \
2616 if test "$(bindir)" != "$(tooldir)/bin"; then \
2617 rm -f $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
2618 ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT) >/dev/null 2>/dev/null \
2619 || $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ld-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/ld$(EXEEXT); \
2620 fi; \
2621 fi
2622
2623 install-data-local:
2624 $(mkinstalldirs) $(DESTDIR)$(scriptdir)/ldscripts
2625 for f in ldscripts/* ; do \
2626 $(INSTALL_DATA) $$f $(DESTDIR)$(scriptdir)/$$f ; \
2627 done
2628 diststuff: info $(EXTRA_DIST)
2629
2630 # Both info (ld.info) and ld.1 depend on configdoc.texi.
2631 # But info isn't a direct target. Make info-recursive to depend on
2632 # ld.1 to support parallel build.
2633 info-recursive: ld.1
2634 distclean-local:
2635 rm -rf ldscripts
2636
2637 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2638 # Otherwise a system limit (for SysV at least) may be exceeded.
2639 .NOEXPORT:
This page took 0.089014 seconds and 5 git commands to generate.