1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18#
19#   Copyright (C) 2012-2017 Free Software Foundation, Inc.
20#
21# This file is free software; you can redistribute it and/or modify
22# it under the terms of the GNU General Public License as published by
23# the Free Software Foundation; either version 3 of the License, or
24# (at your option) any later version.
25#
26# This program is distributed in the hope that it will be useful,
27# but WITHOUT ANY WARRANTY; without even the implied warranty of
28# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29# GNU General Public License for more details.
30#
31# You should have received a copy of the GNU General Public License
32# along with this program; see the file COPYING3.  If not see
33# <http://www.gnu.org/licenses/>.
34#
35
36
37
38VPATH = @srcdir@
39am__make_dryrun = \
40  { \
41    am__dry=no; \
42    case $$MAKEFLAGS in \
43      *\\[\ \	]*) \
44        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
45          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
46      *) \
47        for am__flg in $$MAKEFLAGS; do \
48          case $$am__flg in \
49            *=*|--*) ;; \
50            *n*) am__dry=yes; break;; \
51          esac; \
52        done;; \
53    esac; \
54    test $$am__dry = yes; \
55  }
56pkgdatadir = $(datadir)/@PACKAGE@
57pkgincludedir = $(includedir)/@PACKAGE@
58pkglibdir = $(libdir)/@PACKAGE@
59pkglibexecdir = $(libexecdir)/@PACKAGE@
60am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
61install_sh_DATA = $(install_sh) -c -m 644
62install_sh_PROGRAM = $(install_sh) -c
63install_sh_SCRIPT = $(install_sh) -c
64INSTALL_HEADER = $(INSTALL_DATA)
65transform = $(program_transform_name)
66NORMAL_INSTALL = :
67PRE_INSTALL = :
68POST_INSTALL = :
69NORMAL_UNINSTALL = :
70PRE_UNINSTALL = :
71POST_UNINSTALL = :
72build_triplet = @build@
73host_triplet = @host@
74target_triplet = @target@
75@INSTALL_LIBBFD_FALSE@am__append_1 = -rpath $(rpath_bfdlibdir)
76@PLUGINS_TRUE@am__append_2 = $(INCDIR)/plugin-api.h
77subdir = .
78DIST_COMMON = README ChangeLog $(srcdir)/Makefile.in \
79	$(srcdir)/Makefile.am $(top_srcdir)/configure \
80	$(am__configure_deps) $(srcdir)/config.in \
81	$(srcdir)/../mkinstalldirs $(srcdir)/bfd-in2.h \
82	$(top_srcdir)/po/Make-in $(srcdir)/../depcomp \
83	$(am__bfdinclude_HEADERS_DIST)
84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
86	$(top_srcdir)/../config/depstand.m4 \
87	$(top_srcdir)/../config/gettext-sister.m4 \
88	$(top_srcdir)/../config/largefile.m4 \
89	$(top_srcdir)/../config/lead-dot.m4 \
90	$(top_srcdir)/../config/nls.m4 \
91	$(top_srcdir)/../config/override.m4 \
92	$(top_srcdir)/../config/plugins.m4 \
93	$(top_srcdir)/../config/po.m4 \
94	$(top_srcdir)/../config/progtest.m4 \
95	$(top_srcdir)/../config/stdint.m4 \
96	$(top_srcdir)/../config/zlib.m4 $(top_srcdir)/../libtool.m4 \
97	$(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
98	$(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
99	$(top_srcdir)/bfd.m4 $(top_srcdir)/warning.m4 \
100	$(top_srcdir)/acinclude.m4 $(top_srcdir)/version.m4 \
101	$(top_srcdir)/configure.ac
102am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103	$(ACLOCAL_M4)
104am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
105 configure.lineno config.status.lineno
106mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
107CONFIG_HEADER = config.h
108CONFIG_CLEAN_FILES = bfd-in3.h po/Makefile.in
109CONFIG_CLEAN_VPATH_FILES =
110LIBRARIES = $(noinst_LIBRARIES)
111ARFLAGS = cru
112libbfd_a_AR = $(AR) $(ARFLAGS)
113libbfd_a_LIBADD =
114am_libbfd_a_OBJECTS =
115libbfd_a_OBJECTS = $(am_libbfd_a_OBJECTS)
116am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
117am__vpath_adj = case $$p in \
118    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
119    *) f=$$p;; \
120  esac;
121am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
122am__install_max = 40
123am__nobase_strip_setup = \
124  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
125am__nobase_strip = \
126  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
127am__nobase_list = $(am__nobase_strip_setup); \
128  for p in $$list; do echo "$$p $$p"; done | \
129  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
130  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
131    if (++n[$$2] == $(am__install_max)) \
132      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
133    END { for (dir in files) print dir, files[dir] }'
134am__base_list = \
135  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
136  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
137am__uninstall_files_from_dir = { \
138  test -z "$$files" \
139    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
140    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
141         $(am__cd) "$$dir" && rm -f $$files; }; \
142  }
143am__installdirs = "$(DESTDIR)$(bfdlibdir)" \
144	"$(DESTDIR)$(bfdincludedir)"
145LTLIBRARIES = $(bfdlib_LTLIBRARIES) $(noinst_LTLIBRARIES)
146am__DEPENDENCIES_1 =
147am__objects_1 = archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
148	cache.lo coff-bfd.lo compress.lo corefile.lo format.lo hash.lo \
149	init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo \
150	section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo \
151	binary.lo ihex.lo srec.lo tekhex.lo verilog.lo
152am_libbfd_la_OBJECTS = $(am__objects_1)
153libbfd_la_OBJECTS = $(am_libbfd_la_OBJECTS)
154libbfd_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
155	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
156	$(libbfd_la_LDFLAGS) $(LDFLAGS) -o $@
157@INSTALL_LIBBFD_FALSE@am_libbfd_la_rpath =
158@INSTALL_LIBBFD_TRUE@am_libbfd_la_rpath = -rpath $(bfdlibdir)
159DEFAULT_INCLUDES = -I.@am__isrc@
160depcomp = $(SHELL) $(top_srcdir)/../depcomp
161am__depfiles_maybe = depfiles
162am__mv = mv -f
163COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
164	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
165LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
166	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
167	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
168CCLD = $(CC)
169LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
170	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
171	$(LDFLAGS) -o $@
172SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES) \
173	$(EXTRA_libbfd_la_SOURCES)
174RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
175	html-recursive info-recursive install-data-recursive \
176	install-dvi-recursive install-exec-recursive \
177	install-html-recursive install-info-recursive \
178	install-pdf-recursive install-ps-recursive install-recursive \
179	installcheck-recursive installdirs-recursive pdf-recursive \
180	ps-recursive uninstall-recursive
181am__can_run_installinfo = \
182  case $$AM_UPDATE_INFO_DIR in \
183    n|no|NO) false;; \
184    *) (install-info --version) >/dev/null 2>&1;; \
185  esac
186am__bfdinclude_HEADERS_DIST = $(INCDIR)/plugin-api.h bfd.h \
187	$(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/bfdlink.h
188HEADERS = $(bfdinclude_HEADERS)
189RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
190  distclean-recursive maintainer-clean-recursive
191AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
192	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
193ETAGS = etags
194CTAGS = ctags
195DIST_SUBDIRS = $(SUBDIRS)
196ACLOCAL = @ACLOCAL@
197AMTAR = @AMTAR@
198AR = @AR@
199AUTOCONF = @AUTOCONF@
200AUTOHEADER = @AUTOHEADER@
201AUTOMAKE = @AUTOMAKE@
202AWK = @AWK@
203BFD_HOSTPTR_T = @BFD_HOSTPTR_T@
204BFD_HOST_64BIT_LONG = @BFD_HOST_64BIT_LONG@
205BFD_HOST_64BIT_LONG_LONG = @BFD_HOST_64BIT_LONG_LONG@
206BFD_HOST_64_BIT = @BFD_HOST_64_BIT@
207BFD_HOST_64_BIT_DEFINED = @BFD_HOST_64_BIT_DEFINED@
208BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
209CATALOGS = @CATALOGS@
210CATOBJEXT = @CATOBJEXT@
211CC = @CC@
212CCDEPMODE = @CCDEPMODE@
213CC_FOR_BUILD = @CC_FOR_BUILD@
214CFLAGS = @CFLAGS@
215COREFILE = @COREFILE@
216COREFLAG = @COREFLAG@
217CPP = @CPP@
218CPPFLAGS = @CPPFLAGS@
219CYGPATH_W = @CYGPATH_W@
220DATADIRNAME = @DATADIRNAME@
221DEBUGDIR = @DEBUGDIR@
222DEFS = @DEFS@
223DEPDIR = @DEPDIR@
224DSYMUTIL = @DSYMUTIL@
225DUMPBIN = @DUMPBIN@
226ECHO_C = @ECHO_C@
227ECHO_N = @ECHO_N@
228ECHO_T = @ECHO_T@
229EGREP = @EGREP@
230EXEEXT = @EXEEXT@
231EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
232FGREP = @FGREP@
233GENCAT = @GENCAT@
234GMSGFMT = @GMSGFMT@
235GREP = @GREP@
236HDEFINES = @HDEFINES@
237INCINTL = @INCINTL@
238INSTALL = @INSTALL@
239INSTALL_DATA = @INSTALL_DATA@
240INSTALL_PROGRAM = @INSTALL_PROGRAM@
241INSTALL_SCRIPT = @INSTALL_SCRIPT@
242INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
243INSTOBJEXT = @INSTOBJEXT@
244LD = @LD@
245LDFLAGS = @LDFLAGS@
246LIBINTL = @LIBINTL@
247LIBINTL_DEP = @LIBINTL_DEP@
248LIBM = @LIBM@
249LIBOBJS = @LIBOBJS@
250LIBS = @LIBS@
251LIBTOOL = @LIBTOOL@
252LIPO = @LIPO@
253LN_S = @LN_S@
254LTLIBOBJS = @LTLIBOBJS@
255MAINT = @MAINT@
256MAKEINFO = @MAKEINFO@
257MKDIR_P = @MKDIR_P@
258MKINSTALLDIRS = @MKINSTALLDIRS@
259MSGFMT = @MSGFMT@
260MSGMERGE = @MSGMERGE@
261NM = @NM@
262NMEDIT = @NMEDIT@
263NO_WERROR = @NO_WERROR@
264OBJDUMP = @OBJDUMP@
265OBJEXT = @OBJEXT@
266OTOOL = @OTOOL@
267OTOOL64 = @OTOOL64@
268PACKAGE = @PACKAGE@
269PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
270PACKAGE_NAME = @PACKAGE_NAME@
271PACKAGE_STRING = @PACKAGE_STRING@
272PACKAGE_TARNAME = @PACKAGE_TARNAME@
273PACKAGE_URL = @PACKAGE_URL@
274PACKAGE_VERSION = @PACKAGE_VERSION@
275PATH_SEPARATOR = @PATH_SEPARATOR@
276PKGVERSION = @PKGVERSION@
277POSUB = @POSUB@
278RANLIB = @RANLIB@
279REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@
280REPORT_BUGS_TO = @REPORT_BUGS_TO@
281SED = @SED@
282SET_MAKE = @SET_MAKE@
283SHARED_LDFLAGS = @SHARED_LDFLAGS@
284SHARED_LIBADD = @SHARED_LIBADD@
285SHELL = @SHELL@
286STRIP = @STRIP@
287TDEFINES = @TDEFINES@
288USE_NLS = @USE_NLS@
289VERSION = @VERSION@
290WARN_CFLAGS = @WARN_CFLAGS@
291WARN_CFLAGS_FOR_BUILD = @WARN_CFLAGS_FOR_BUILD@
292WARN_WRITE_STRINGS = @WARN_WRITE_STRINGS@
293XGETTEXT = @XGETTEXT@
294abs_builddir = @abs_builddir@
295abs_srcdir = @abs_srcdir@
296abs_top_builddir = @abs_top_builddir@
297abs_top_srcdir = @abs_top_srcdir@
298ac_ct_CC = @ac_ct_CC@
299ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
300all_backends = @all_backends@
301am__include = @am__include@
302am__leading_dot = @am__leading_dot@
303am__quote = @am__quote@
304am__tar = @am__tar@
305am__untar = @am__untar@
306bfd64_libs = @bfd64_libs@
307bfd_backends = @bfd_backends@
308bfd_default_target_size = @bfd_default_target_size@
309bfd_file_ptr = @bfd_file_ptr@
310bfd_machines = @bfd_machines@
311bfd_ufile_ptr = @bfd_ufile_ptr@
312@INSTALL_LIBBFD_FALSE@bfdincludedir = 
313@INSTALL_LIBBFD_TRUE@bfdincludedir = @bfdincludedir@
314# Empty these so that the respective installation directories will not be created.
315@INSTALL_LIBBFD_FALSE@bfdlibdir = 
316@INSTALL_LIBBFD_TRUE@bfdlibdir = @bfdlibdir@
317bindir = @bindir@
318build = @build@
319build_alias = @build_alias@
320build_cpu = @build_cpu@
321build_os = @build_os@
322build_vendor = @build_vendor@
323builddir = @builddir@
324datadir = @datadir@
325datarootdir = @datarootdir@
326docdir = @docdir@
327dvidir = @dvidir@
328exec_prefix = @exec_prefix@
329havevecs = @havevecs@
330host = @host@
331host_alias = @host_alias@
332host_cpu = @host_cpu@
333host_noncanonical = @host_noncanonical@
334host_os = @host_os@
335host_vendor = @host_vendor@
336htmldir = @htmldir@
337includedir = @includedir@
338infodir = @infodir@
339install_sh = @install_sh@
340libdir = @libdir@
341libexecdir = @libexecdir@
342localedir = @localedir@
343localstatedir = @localstatedir@
344lt_cv_dlopen_libs = @lt_cv_dlopen_libs@
345mandir = @mandir@
346mkdir_p = @mkdir_p@
347oldincludedir = @oldincludedir@
348pdfdir = @pdfdir@
349prefix = @prefix@
350program_transform_name = @program_transform_name@
351psdir = @psdir@
352sbindir = @sbindir@
353sharedstatedir = @sharedstatedir@
354srcdir = @srcdir@
355supports_plugins = @supports_plugins@
356sysconfdir = @sysconfdir@
357target = @target@
358target_alias = @target_alias@
359target_cpu = @target_cpu@
360target_noncanonical = @target_noncanonical@
361target_os = @target_os@
362target_vendor = @target_vendor@
363tdefaults = @tdefaults@
364top_build_prefix = @top_build_prefix@
365top_builddir = @top_builddir@
366top_srcdir = @top_srcdir@
367wordsize = @wordsize@
368zlibdir = @zlibdir@
369zlibinc = @zlibinc@
370AUTOMAKE_OPTIONS = 1.11 no-dist foreign
371ACLOCAL_AMFLAGS = -I . -I .. -I ../config
372INCDIR = $(srcdir)/../include
373CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
374SUBDIRS = doc po
375bfddocdir = doc
376libbfd_la_LDFLAGS = $(am__append_1) -release `cat libtool-soversion` \
377	@SHARED_LDFLAGS@ $(am__empty)
378@INSTALL_LIBBFD_TRUE@bfdlib_LTLIBRARIES = libbfd.la
379@INSTALL_LIBBFD_FALSE@bfdinclude_HEADERS = $(am__append_2)
380@INSTALL_LIBBFD_TRUE@bfdinclude_HEADERS = $(BFD_H) \
381@INSTALL_LIBBFD_TRUE@	$(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
382@INSTALL_LIBBFD_TRUE@	$(INCDIR)/bfdlink.h $(am__append_2)
383@INSTALL_LIBBFD_FALSE@rpath_bfdlibdir = @bfdlibdir@
384@INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libbfd.la
385
386# This is where we get zlib from.  zlibdir is -L../zlib and zlibinc is
387# -I../zlib, unless we were configured with --with-system-zlib, in which
388# case both are empty.
389ZLIB = @zlibdir@ -lz
390ZLIBINC = @zlibinc@
391AM_CFLAGS = $(WARN_CFLAGS) $(ZLIBINC)
392AM_CPPFLAGS = -DBINDIR='"$(bindir)"'
393@PLUGINS_TRUE@LIBDL = @lt_cv_dlopen_libs@
394
395# bfd.h goes here, for now
396BFD_H = bfd.h
397
398# Jim Kingdon notes:
399# Writing S-records should be included in all (or at least most)
400# *-*-coff, *-*-aout, etc., configurations, because people will want to
401# be able to use objcopy to create S-records.  (S-records are not useful
402# for the debugger, so if you are downloading things as S-records you
403# need two copies of the executable, one to download and one for the
404# debugger).
405BFD32_LIBS = \
406	archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
407	cache.lo coff-bfd.lo compress.lo corefile.lo format.lo hash.lo \
408	init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo \
409	section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo \
410	binary.lo ihex.lo srec.lo tekhex.lo verilog.lo
411
412BFD64_LIBS = archive64.lo
413BFD32_LIBS_CFILES = \
414	archive.c archures.c bfd.c bfdio.c bfdwin.c \
415	cache.c coff-bfd.c compress.c corefile.c format.c hash.c \
416	init.c libbfd.c linker.c merge.c opncls.c reloc.c \
417	section.c simple.c stab-syms.c stabs.c syms.c targets.c \
418	binary.c ihex.c srec.c tekhex.c verilog.c
419
420BFD64_LIBS_CFILES = archive64.c
421
422# This list is alphabetized to make it easier to keep in sync
423# with the decls and initializer in archures.c.
424ALL_MACHINES = \
425	cpu-aarch64.lo \
426	cpu-alpha.lo \
427	cpu-arc.lo \
428	cpu-arm.lo \
429	cpu-avr.lo \
430	cpu-bfin.lo \
431	cpu-cr16.lo \
432	cpu-cr16c.lo \
433	cpu-cris.lo \
434	cpu-crx.lo \
435	cpu-d10v.lo \
436	cpu-d30v.lo \
437	cpu-dlx.lo \
438	cpu-epiphany.lo \
439	cpu-fr30.lo \
440	cpu-frv.lo \
441	cpu-ft32.lo \
442	cpu-h8300.lo \
443	cpu-h8500.lo \
444	cpu-hppa.lo \
445	cpu-i370.lo \
446	cpu-i386.lo \
447	cpu-iamcu.lo \
448	cpu-l1om.lo \
449	cpu-k1om.lo \
450	cpu-i860.lo \
451	cpu-i960.lo \
452	cpu-ia64.lo \
453	cpu-ip2k.lo \
454	cpu-iq2000.lo \
455	cpu-lm32.lo \
456	cpu-m10200.lo \
457	cpu-m10300.lo \
458	cpu-m32c.lo \
459	cpu-m32r.lo \
460	cpu-m68hc11.lo \
461	cpu-m68hc12.lo \
462	cpu-m9s12x.lo \
463	cpu-m9s12xg.lo \
464	cpu-m68k.lo \
465	cpu-m88k.lo \
466	cpu-mcore.lo \
467	cpu-mep.lo \
468	cpu-metag.lo \
469	cpu-microblaze.lo \
470	cpu-mips.lo \
471	cpu-mmix.lo \
472	cpu-moxie.lo \
473	cpu-msp430.lo \
474	cpu-mt.lo \
475	cpu-nds32.lo \
476	cpu-nios2.lo \
477	cpu-ns32k.lo \
478	cpu-or1k.lo \
479	cpu-pdp11.lo \
480	cpu-pj.lo \
481	cpu-plugin.lo \
482	cpu-powerpc.lo \
483	cpu-rs6000.lo \
484	cpu-riscv.lo \
485	cpu-rl78.lo \
486	cpu-rx.lo \
487	cpu-s390.lo \
488	cpu-score.lo \
489	cpu-sh.lo \
490	cpu-sparc.lo \
491	cpu-spu.lo \
492	cpu-tic30.lo \
493	cpu-tic4x.lo \
494	cpu-tic54x.lo \
495	cpu-tic6x.lo \
496	cpu-tic80.lo \
497	cpu-tilegx.lo \
498	cpu-tilepro.lo \
499	cpu-v850.lo \
500	cpu-v850_rh850.lo \
501	cpu-vax.lo \
502	cpu-visium.lo \
503	cpu-w65.lo \
504	cpu-we32k.lo \
505	cpu-xc16x.lo \
506	cpu-xgate.lo \
507	cpu-xstormy16.lo \
508	cpu-xtensa.lo \
509	cpu-z80.lo \
510	cpu-z8k.lo
511
512ALL_MACHINES_CFILES = \
513	cpu-aarch64.c \
514	cpu-alpha.c \
515	cpu-arc.c \
516	cpu-arm.c \
517	cpu-avr.c \
518	cpu-bfin.c \
519	cpu-cr16.c \
520	cpu-cr16c.c \
521	cpu-cris.c \
522	cpu-crx.c \
523	cpu-d10v.c \
524	cpu-d30v.c \
525	cpu-dlx.c \
526	cpu-epiphany.c \
527	cpu-fr30.c \
528	cpu-frv.c \
529	cpu-ft32.c \
530	cpu-h8300.c \
531	cpu-h8500.c \
532	cpu-hppa.c \
533	cpu-i370.c \
534	cpu-i386.c \
535	cpu-iamcu.c \
536	cpu-l1om.c \
537	cpu-k1om.c \
538	cpu-i860.c \
539	cpu-i960.c \
540	cpu-ia64.c \
541	cpu-ip2k.c \
542	cpu-iq2000.c \
543	cpu-lm32.c \
544	cpu-m10200.c \
545	cpu-m10300.c \
546	cpu-m32c.c \
547	cpu-m32r.c \
548	cpu-m68hc11.c \
549	cpu-m68hc12.c \
550	cpu-m9s12x.c \
551	cpu-m9s12xg.c \
552	cpu-m68k.c \
553	cpu-m88k.c \
554	cpu-mcore.c \
555	cpu-mep.c \
556	cpu-metag.c \
557	cpu-microblaze.c \
558	cpu-mips.c \
559	cpu-mmix.c \
560	cpu-moxie.c \
561	cpu-msp430.c \
562	cpu-mt.c \
563	cpu-nds32.c \
564	cpu-ns32k.c \
565	cpu-nios2.c \
566	cpu-or1k.c \
567	cpu-pdp11.c \
568	cpu-pj.c \
569	cpu-plugin.c \
570	cpu-powerpc.c \
571	cpu-rs6000.c \
572	cpu-riscv.c \
573	cpu-rl78.c \
574	cpu-rx.c \
575	cpu-s390.c \
576	cpu-score.c \
577	cpu-sh.c \
578	cpu-sparc.c \
579	cpu-spu.c \
580	cpu-tic30.c \
581	cpu-tic4x.c \
582	cpu-tic54x.c \
583	cpu-tic6x.c \
584	cpu-tic80.c \
585	cpu-tilegx.c \
586	cpu-tilepro.c \
587	cpu-v850.c \
588	cpu-v850_rh850.c \
589	cpu-vax.c \
590	cpu-visium.c \
591	cpu-w65.c \
592	cpu-we32k.c \
593	cpu-xc16x.c \
594	cpu-xgate.c \
595	cpu-xstormy16.c \
596	cpu-xtensa.c \
597	cpu-z80.c \
598	cpu-z8k.c
599
600
601# The .o files needed by all of the 32 bit vectors that are configured into
602# target_vector in targets.c if configured with --enable-targets=all.
603BFD32_BACKENDS = \
604	aout-adobe.lo \
605	aout-arm.lo \
606	aout-cris.lo \
607	aout-ns32k.lo \
608	aout-sparcle.lo \
609	aout-tic30.lo \
610	aout0.lo \
611	aout32.lo \
612	armnetbsd.lo \
613	bout.lo \
614	cf-i386lynx.lo \
615	cf-sparclynx.lo \
616	coff-apollo.lo \
617	coff-arm.lo \
618	coff-aux.lo \
619	coff-go32.lo \
620	coff-h8300.lo \
621	coff-h8500.lo \
622	coff-i386.lo \
623	coff-i860.lo \
624	coff-i960.lo \
625	coff-m68k.lo \
626	coff-m88k.lo \
627	coff-mips.lo \
628	coff-rs6000.lo \
629	coff-sh.lo \
630	coff-sparc.lo \
631	coff-stgo32.lo \
632	coff-svm68k.lo \
633	coff-tic30.lo \
634	coff-tic4x.lo \
635	coff-tic54x.lo \
636	coff-tic80.lo \
637	coff-u68k.lo \
638	coff-w65.lo \
639	coff-we32k.lo \
640	coff-z80.lo \
641	coff-z8k.lo \
642	coffgen.lo \
643	cofflink.lo \
644	dwarf1.lo \
645	dwarf2.lo \
646	ecoff.lo \
647	ecofflink.lo \
648	elf-attrs.lo \
649	elf-eh-frame.lo \
650	elf-ifunc.lo \
651	elf-m10200.lo \
652	elf-m10300.lo \
653	elf-nacl.lo \
654	elf-strtab.lo \
655	elf-vxworks.lo \
656	elf.lo \
657	elf32-am33lin.lo \
658	elf32-arc.lo \
659	elf32-arm.lo \
660	elf32-avr.lo \
661	elf32-bfin.lo \
662	elf32-cr16.lo \
663	elf32-cr16c.lo \
664	elf32-cris.lo \
665	elf32-crx.lo \
666	elf32-d10v.lo \
667	elf32-d30v.lo \
668	elf32-dlx.lo \
669	elf32-epiphany.lo \
670	elf32-fr30.lo \
671	elf32-frv.lo \
672	elf32-ft32.lo \
673	elf32-gen.lo \
674	elf32-h8300.lo \
675	elf32-hppa.lo \
676	elf32-i370.lo \
677	elf32-i386.lo \
678	elf32-i860.lo \
679	elf32-i960.lo \
680	elf32-ip2k.lo \
681	elf32-iq2000.lo \
682	elf32-lm32.lo \
683	elf32-m32c.lo \
684	elf32-m32r.lo \
685	elf32-m68hc11.lo \
686	elf32-m68hc12.lo \
687	elf32-m68hc1x.lo \
688	elf32-m68k.lo \
689	elf32-m88k.lo \
690	elf32-mcore.lo \
691	elf32-mep.lo \
692	elf32-metag.lo \
693	elf32-microblaze.lo \
694	elf32-moxie.lo \
695	elf32-msp430.lo \
696	elf32-mt.lo \
697	elf32-nds32.lo \
698	elf32-nios2.lo \
699	elf32-or1k.lo \
700	elf32-pj.lo \
701	elf32-ppc.lo \
702	elf32-rl78.lo \
703	elf32-rx.lo \
704	elf32-s390.lo \
705	elf32-sh-symbian.lo \
706	elf32-sh.lo \
707	elf32-sh64-com.lo \
708	elf32-sh64.lo \
709	elf32-sparc.lo \
710	elf32-spu.lo \
711	elf32-tic6x.lo \
712	elf32-tilegx.lo \
713	elf32-tilepro.lo \
714	elf32-v850.lo \
715	elf32-vax.lo \
716	elf32-visium.lo \
717	elf32-xc16x.lo \
718	elf32-xgate.lo \
719	elf32-xstormy16.lo \
720	elf32-xtensa.lo \
721	elf32.lo \
722	elflink.lo \
723	elfxx-sparc.lo \
724	elfxx-tilegx.lo \
725	epoc-pe-arm.lo \
726	epoc-pei-arm.lo \
727	hp300bsd.lo \
728	hp300hpux.lo \
729	i386aout.lo \
730	i386bsd.lo \
731	i386dynix.lo \
732	i386freebsd.lo \
733	i386linux.lo \
734	i386lynx.lo \
735	i386mach3.lo \
736	i386msdos.lo \
737	i386netbsd.lo \
738	i386os9k.lo \
739	ieee.lo \
740	m68k4knetbsd.lo \
741	m68klinux.lo \
742	m68knetbsd.lo \
743	m88kmach3.lo \
744	m88kopenbsd.lo \
745	mach-o.lo \
746	mach-o-i386.lo \
747	mach-o-arm.lo \
748	mipsbsd.lo \
749	newsos3.lo \
750	nlm.lo \
751	nlm32-i386.lo \
752	nlm32-ppc.lo \
753	nlm32-sparc.lo \
754	nlm32.lo \
755	ns32knetbsd.lo \
756	oasys.lo \
757	pc532-mach.lo \
758	pdp11.lo \
759	pe-arm-wince.lo \
760	pe-arm.lo \
761	pe-i386.lo \
762	pe-mcore.lo \
763	pe-mips.lo \
764	pe-ppc.lo \
765	pe-sh.lo \
766	pef.lo \
767	pei-arm-wince.lo \
768	pei-arm.lo \
769	pei-i386.lo \
770	pei-mcore.lo \
771	pei-mips.lo \
772	pei-ppc.lo \
773	pei-sh.lo \
774	peigen.lo \
775	plugin.lo \
776	ppcboot.lo \
777	reloc16.lo \
778	riscix.lo \
779	som.lo \
780	sparclinux.lo \
781	sparclynx.lo \
782	sparcnetbsd.lo \
783	sunos.lo \
784	vax1knetbsd.lo \
785	vaxbsd.lo \
786	vaxnetbsd.lo \
787	versados.lo \
788	vms-lib.lo \
789	vms-misc.lo \
790	xcofflink.lo \
791	xsym.lo \
792	xtensa-isa.lo \
793	xtensa-modules.lo
794
795BFD32_BACKENDS_CFILES = \
796	aout-adobe.c \
797	aout-arm.c \
798	aout-cris.c \
799	aout-ns32k.c \
800	aout-sparcle.c \
801	aout-tic30.c \
802	aout0.c \
803	aout32.c \
804	armnetbsd.c \
805	bout.c \
806	cf-i386lynx.c \
807	cf-sparclynx.c \
808	coff-apollo.c \
809	coff-arm.c \
810	coff-aux.c \
811	coff-go32.c \
812	coff-h8300.c \
813	coff-h8500.c \
814	coff-i386.c \
815	coff-i860.c \
816	coff-i960.c \
817	coff-m68k.c \
818	coff-m88k.c \
819	coff-mips.c \
820	coff-rs6000.c \
821	coff-sh.c \
822	coff-sparc.c \
823	coff-stgo32.c \
824	coff-svm68k.c \
825	coff-tic30.c \
826	coff-tic4x.c \
827	coff-tic54x.c \
828	coff-tic80.c \
829	coff-u68k.c \
830	coff-w65.c \
831	coff-we32k.c \
832	coff-z80.c \
833	coff-z8k.c \
834	coffgen.c \
835	cofflink.c \
836	dwarf1.c \
837	dwarf2.c \
838	ecoff.c \
839	ecofflink.c \
840	elf-attrs.c \
841	elf-eh-frame.c \
842	elf-ifunc.c \
843	elf-m10200.c \
844	elf-m10300.c \
845	elf-nacl.c \
846	elf-strtab.c \
847	elf-vxworks.c \
848	elf.c \
849	elf32-am33lin.c \
850	elf32-arc.c \
851	elf32-arm.c \
852	elf32-avr.c \
853	elf32-bfin.c \
854	elf32-cr16.c \
855	elf32-cr16c.c \
856	elf32-cris.c \
857	elf32-crx.c \
858	elf32-d10v.c \
859	elf32-d30v.c \
860	elf32-dlx.c \
861	elf32-epiphany.c \
862	elf32-fr30.c \
863	elf32-frv.c \
864	elf32-ft32.c \
865	elf32-gen.c \
866	elf32-h8300.c \
867	elf32-hppa.c \
868	elf32-i370.c \
869	elf32-i386.c \
870	elf32-i860.c \
871	elf32-i960.c \
872	elf32-ip2k.c \
873	elf32-iq2000.c \
874	elf32-lm32.c \
875	elf32-m32c.c \
876	elf32-m32r.c \
877	elf32-m68hc11.c \
878	elf32-m68hc12.c \
879	elf32-m68hc1x.c \
880	elf32-m68k.c \
881	elf32-m88k.c \
882	elf32-mcore.c \
883	elf32-mep.c \
884	elf32-metag.c \
885	elf32-microblaze.c \
886	elf32-moxie.c \
887	elf32-msp430.c \
888	elf32-mt.c \
889	elf32-nds32.c \
890	elf32-nios2.c \
891	elf32-or1k.c \
892	elf32-pj.c \
893	elf32-ppc.c \
894	elf32-rl78.c \
895	elf32-rx.c \
896	elf32-s390.c \
897	elf32-sh-symbian.c \
898	elf32-sh.c \
899	elf32-sh64-com.c \
900	elf32-sh64.c \
901	elf32-sparc.c \
902	elf32-spu.c \
903	elf32-tic6x.c \
904	elf32-tilegx.c \
905	elf32-tilepro.c \
906	elf32-v850.c \
907	elf32-vax.c \
908	elf32-visium.c \
909	elf32-xc16x.c \
910	elf32-xgate.c \
911	elf32-xstormy16.c \
912	elf32-xtensa.c \
913	elf32.c \
914	elflink.c \
915	elfxx-sparc.c \
916	elfxx-tilegx.c \
917	epoc-pe-arm.c \
918	epoc-pei-arm.c \
919	hp300bsd.c \
920	hp300hpux.c \
921	i386aout.c \
922	i386bsd.c \
923	i386dynix.c \
924	i386freebsd.c \
925	i386linux.c \
926	i386lynx.c \
927	i386mach3.c \
928	i386msdos.c \
929	i386netbsd.c \
930	i386os9k.c \
931	ieee.c \
932	m68k4knetbsd.c \
933	m68klinux.c \
934	m68knetbsd.c \
935	m88kmach3.c \
936	m88kopenbsd.c \
937	mach-o.c \
938	mach-o-i386.c \
939	mach-o-arm.c \
940	mipsbsd.c \
941	newsos3.c \
942	nlm.c \
943	nlm32-i386.c \
944	nlm32-ppc.c \
945	nlm32-sparc.c \
946	nlm32.c \
947	ns32knetbsd.c \
948	oasys.c \
949	pc532-mach.c \
950	pdp11.c \
951	pe-arm-wince.c \
952	pe-arm.c \
953	pe-i386.c \
954	pe-mcore.c \
955	pe-mips.c \
956	pe-ppc.c \
957	pe-sh.c \
958	pef.c \
959	pei-arm-wince.c \
960	pei-arm.c \
961	pei-i386.c \
962	pei-mcore.c \
963	pei-mips.c \
964	pei-ppc.c \
965	pei-sh.c \
966	plugin.c \
967	ppcboot.c \
968	reloc16.c \
969	riscix.c \
970	som.c \
971	sparclinux.c \
972	sparclynx.c \
973	sparcnetbsd.c \
974	sunos.c \
975	vax1knetbsd.c \
976	vaxbsd.c \
977	vaxnetbsd.c \
978	versados.c \
979	vms-lib.c \
980	vms-misc.c \
981	xcofflink.c \
982	xsym.c \
983	xtensa-isa.c \
984	xtensa-modules.c
985
986
987# The .o files needed by all of the 64 bit vectors that are configured into
988# target_vector in targets.c if configured with --enable-targets=all
989# and --enable-64-bit-bfd.
990# elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
991# BFD32_BACKENDS.
992BFD64_BACKENDS = \
993	elf32-aarch64.lo \
994	elf64-aarch64.lo \
995	elfxx-aarch64.lo \
996	aix5ppc-core.lo \
997	aout64.lo \
998	coff-alpha.lo \
999	coff-x86_64.lo \
1000	coff64-rs6000.lo \
1001	demo64.lo \
1002	elf32-ia64.lo \
1003	elf32-mips.lo \
1004	elf32-score.lo \
1005	elf32-score7.lo \
1006	elf64-alpha.lo \
1007	elf64-gen.lo \
1008	elf64-hppa.lo \
1009	elf64-ia64.lo \
1010	elf64-ia64-vms.lo \
1011	elfxx-ia64.lo \
1012	elfn32-mips.lo \
1013	elf64-mips.lo \
1014	elfxx-mips.lo \
1015	elf64-mmix.lo \
1016	elf64-ppc.lo \
1017	elf32-riscv.lo \
1018	elf64-riscv.lo \
1019	elfxx-riscv.lo \
1020	elf64-s390.lo \
1021	elf64-sh64.lo \
1022	elf64-sparc.lo \
1023	elf64-tilegx.lo \
1024	elf64-x86-64.lo \
1025	elf64.lo \
1026	mach-o-aarch64.lo \
1027	mach-o-x86-64.lo \
1028	mmo.lo \
1029	nlm32-alpha.lo \
1030	nlm64.lo \
1031	pe-x86_64.lo \
1032	pei-ia64.lo \
1033	pei-x86_64.lo \
1034	pepigen.lo \
1035	pex64igen.lo \
1036	vms-alpha.lo
1037
1038BFD64_BACKENDS_CFILES = \
1039	aix5ppc-core.c \
1040	aout64.c \
1041	coff-alpha.c \
1042	coff-x86_64.c \
1043	coff64-rs6000.c \
1044	demo64.c \
1045	elf32-mips.c \
1046	elf32-score.c \
1047	elf32-score7.c \
1048	elf64-alpha.c \
1049	elf64-gen.c \
1050	elf64-hppa.c \
1051	elf64-ia64-vms.c \
1052	elf64-mips.c \
1053	elf64-mmix.c \
1054	elf64-ppc.c \
1055	elf64-s390.c \
1056	elf64-sh64.c \
1057	elf64-sparc.c \
1058	elf64-tilegx.c \
1059	elf64-x86-64.c \
1060	elf64.c \
1061	elfn32-mips.c \
1062	elfxx-aarch64.c \
1063	elfxx-ia64.c \
1064	elfxx-mips.c \
1065	elfxx-riscv.c \
1066	mach-o-aarch64.c \
1067	mach-o-x86-64.c \
1068	mmo.c \
1069	nlm32-alpha.c \
1070	nlm64.c \
1071	pe-x86_64.c \
1072	pei-ia64.c \
1073	pei-x86_64.c \
1074	vms-alpha.c
1075
1076OPTIONAL_BACKENDS = \
1077	aix386-core.lo \
1078	cisco-core.lo \
1079	hpux-core.lo \
1080	irix-core.lo \
1081	lynx-core.lo \
1082	netbsd-core.lo \
1083	osf-core.lo \
1084	rs6000-core.lo \
1085	sco5-core.lo \
1086	trad-core.lo
1087
1088OPTIONAL_BACKENDS_CFILES = \
1089	aix386-core.c \
1090	cisco-core.c \
1091	hpux-core.c \
1092	irix-core.c \
1093	lynx-core.c \
1094	netbsd-core.c \
1095	osf-core.c \
1096	rs6000-core.c \
1097	sco5-core.c \
1098	trad-core.c
1099
1100
1101# Reconfigure if config.bfd or configure.host changes.
1102# development.sh is used to determine -Werror default.
1103CONFIG_STATUS_DEPENDENCIES = \
1104	$(srcdir)/config.bfd \
1105	$(srcdir)/configure.host \
1106	$(srcdir)/development.sh
1107
1108
1109# These are defined by configure:
1110WORDSIZE = @wordsize@
1111ALL_BACKENDS = @all_backends@
1112BFD_BACKENDS = @bfd_backends@
1113BFD_MACHINES = @bfd_machines@
1114TDEFAULTS = @tdefaults@
1115HAVEVECS = @havevecs@
1116INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) \
1117	$(HAVEVECS) @INCINTL@
1118
1119
1120# C source files that correspond to .o's.
1121SOURCE_CFILES = \
1122	$(BFD32_LIBS_CFILES) \
1123	$(BFD64_LIBS_CFILES) \
1124	$(ALL_MACHINES_CFILES) \
1125	$(BFD32_BACKENDS_CFILES) \
1126	$(BFD64_BACKENDS_CFILES) \
1127	$(OPTIONAL_BACKENDS_CFILES)
1128
1129BUILD_CFILES = \
1130	elf32-aarch64.c elf64-aarch64.c \
1131	elf32-ia64.c elf64-ia64.c \
1132	elf32-riscv.c elf64-riscv.c \
1133	peigen.c pepigen.c pex64igen.c
1134
1135CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
1136SOURCE_HFILES = \
1137	aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
1138	elf-bfd.h elf-hppa.h elf-linux-core.h elf32-hppa.h \
1139	elf64-hppa.h elfcode.h elfcore.h \
1140	freebsd.h genlink.h go32stub.h \
1141	libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
1142	libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
1143	netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
1144	pef.h pef-traceback.h peicode.h som.h version.h \
1145	vms.h xsym.h
1146
1147BUILD_HFILES = \
1148	bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h
1149
1150
1151# Ensure they are built early:
1152BUILT_SOURCES = $(BUILD_HFILES)
1153HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
1154SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
1155BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
1156
1157# Various kinds of .o files to put in libbfd.a:
1158# BFD_BACKENDS	Routines the configured targets need.
1159# BFD_MACHINES	Architecture-specific routines the configured targets need.
1160# COREFILE	Core file routines for a native configuration
1161# bfd64_libs	Routines for 64bit support
1162OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
1163
1164# Since BFD64_LIBS is optional and we can't have substitution in
1165# libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
1166# However, list all sources in EXTRA_libbfd_la_SOURCES so the
1167# dependency tracking fragments are picked up in the Makefile.
1168libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
1169EXTRA_libbfd_la_SOURCES = $(CFILES)
1170libbfd_la_DEPENDENCIES = $(OFILES) ofiles
1171libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ $(LIBDL) $(ZLIB)
1172
1173# libtool will build .libs/libbfd.a.  We create libbfd.a in the build
1174# directory so that we don't have to convert all the programs that use
1175# libbfd.a simultaneously.  This is a hack which should be removed if
1176# everything else starts using libtool.  FIXME.
1177noinst_LIBRARIES = libbfd.a
1178libbfd_a_SOURCES = 
1179BFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
1180LOCAL_H_DEPS = libbfd.h sysdep.h config.h
1181BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c \
1182	bfdio.c bfdwin.c section.c archures.c reloc.c \
1183	syms.c bfd.c archive.c corefile.c targets.c format.c \
1184	linker.c simple.c compress.c
1185
1186BFD64_H_FILES = archive64.c
1187LIBBFD_H_FILES = libbfd-in.h libbfd.c bfdio.c bfdwin.c \
1188	cache.c reloc.c archures.c linker.c
1189
1190LIBCOFF_H_FILES = libcoff-in.h coffcode.h
1191MOSTLYCLEANFILES = ofiles stamp-ofiles
1192CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
1193	stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
1194
1195DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
1196all: $(BUILT_SOURCES) config.h
1197	$(MAKE) $(AM_MAKEFLAGS) all-recursive
1198
1199.SUFFIXES:
1200.SUFFIXES: .c .lo .o .obj
1201am--refresh: Makefile
1202	@:
1203$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
1204	@for dep in $?; do \
1205	  case '$(am__configure_deps)' in \
1206	    *$$dep*) \
1207	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1208	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1209		&& exit 0; \
1210	      exit 1;; \
1211	  esac; \
1212	done; \
1213	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1214	$(am__cd) $(top_srcdir) && \
1215	  $(AUTOMAKE) --foreign Makefile
1216.PRECIOUS: Makefile
1217Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1218	@case '$?' in \
1219	  *config.status*) \
1220	    echo ' $(SHELL) ./config.status'; \
1221	    $(SHELL) ./config.status;; \
1222	  *) \
1223	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1224	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1225	esac;
1226
1227$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1228	$(SHELL) ./config.status --recheck
1229
1230$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1231	$(am__cd) $(srcdir) && $(AUTOCONF)
1232$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1233	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1234$(am__aclocal_m4_deps):
1235
1236config.h: stamp-h1
1237	@if test ! -f $@; then rm -f stamp-h1; else :; fi
1238	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
1239
1240stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
1241	@rm -f stamp-h1
1242	cd $(top_builddir) && $(SHELL) ./config.status config.h
1243$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
1244	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1245	rm -f stamp-h1
1246	touch $@
1247
1248distclean-hdr:
1249	-rm -f config.h stamp-h1
1250bfd-in3.h: $(top_builddir)/config.status $(srcdir)/bfd-in2.h
1251	cd $(top_builddir) && $(SHELL) ./config.status $@
1252po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
1253	cd $(top_builddir) && $(SHELL) ./config.status $@
1254
1255clean-noinstLIBRARIES:
1256	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1257install-bfdlibLTLIBRARIES: $(bfdlib_LTLIBRARIES)
1258	@$(NORMAL_INSTALL)
1259	@list='$(bfdlib_LTLIBRARIES)'; test -n "$(bfdlibdir)" || list=; \
1260	list2=; for p in $$list; do \
1261	  if test -f $$p; then \
1262	    list2="$$list2 $$p"; \
1263	  else :; fi; \
1264	done; \
1265	test -z "$$list2" || { \
1266	  echo " $(MKDIR_P) '$(DESTDIR)$(bfdlibdir)'"; \
1267	  $(MKDIR_P) "$(DESTDIR)$(bfdlibdir)" || exit 1; \
1268	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(bfdlibdir)'"; \
1269	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(bfdlibdir)"; \
1270	}
1271
1272uninstall-bfdlibLTLIBRARIES:
1273	@$(NORMAL_UNINSTALL)
1274	@list='$(bfdlib_LTLIBRARIES)'; test -n "$(bfdlibdir)" || list=; \
1275	for p in $$list; do \
1276	  $(am__strip_dir) \
1277	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(bfdlibdir)/$$f'"; \
1278	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(bfdlibdir)/$$f"; \
1279	done
1280
1281clean-bfdlibLTLIBRARIES:
1282	-test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
1283	@list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1284	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1285	  test "$$dir" != "$$p" || dir=.; \
1286	  echo "rm -f \"$${dir}/so_locations\""; \
1287	  rm -f "$${dir}/so_locations"; \
1288	done
1289
1290clean-noinstLTLIBRARIES:
1291	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1292	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
1293	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1294	  test "$$dir" != "$$p" || dir=.; \
1295	  echo "rm -f \"$${dir}/so_locations\""; \
1296	  rm -f "$${dir}/so_locations"; \
1297	done
1298libbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES) $(EXTRA_libbfd_la_DEPENDENCIES) 
1299	$(libbfd_la_LINK) $(am_libbfd_la_rpath) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
1300
1301mostlyclean-compile:
1302	-rm -f *.$(OBJEXT)
1303
1304distclean-compile:
1305	-rm -f *.tab.c
1306
1307@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aix386-core.Plo@am__quote@
1308@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aix5ppc-core.Plo@am__quote@
1309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout-adobe.Plo@am__quote@
1310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout-arm.Plo@am__quote@
1311@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout-cris.Plo@am__quote@
1312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout-ns32k.Plo@am__quote@
1313@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout-sparcle.Plo@am__quote@
1314@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout-tic30.Plo@am__quote@
1315@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout0.Plo@am__quote@
1316@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout32.Plo@am__quote@
1317@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/aout64.Plo@am__quote@
1318@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archive.Plo@am__quote@
1319@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archive64.Plo@am__quote@
1320@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/archures.Plo@am__quote@
1321@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/armnetbsd.Plo@am__quote@
1322@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfd.Plo@am__quote@
1323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfdio.Plo@am__quote@
1324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfdwin.Plo@am__quote@
1325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/binary.Plo@am__quote@
1326@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bout.Plo@am__quote@
1327@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cache.Plo@am__quote@
1328@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cf-i386lynx.Plo@am__quote@
1329@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cf-sparclynx.Plo@am__quote@
1330@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cisco-core.Plo@am__quote@
1331@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-alpha.Plo@am__quote@
1332@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-apollo.Plo@am__quote@
1333@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-arm.Plo@am__quote@
1334@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-aux.Plo@am__quote@
1335@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-bfd.Plo@am__quote@
1336@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-go32.Plo@am__quote@
1337@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-h8300.Plo@am__quote@
1338@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-h8500.Plo@am__quote@
1339@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-i386.Plo@am__quote@
1340@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-i860.Plo@am__quote@
1341@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-i960.Plo@am__quote@
1342@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-m68k.Plo@am__quote@
1343@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-m88k.Plo@am__quote@
1344@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-mips.Plo@am__quote@
1345@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-rs6000.Plo@am__quote@
1346@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-sh.Plo@am__quote@
1347@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-sparc.Plo@am__quote@
1348@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-stgo32.Plo@am__quote@
1349@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-svm68k.Plo@am__quote@
1350@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-tic30.Plo@am__quote@
1351@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-tic4x.Plo@am__quote@
1352@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-tic54x.Plo@am__quote@
1353@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-tic80.Plo@am__quote@
1354@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-u68k.Plo@am__quote@
1355@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-w65.Plo@am__quote@
1356@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-we32k.Plo@am__quote@
1357@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-x86_64.Plo@am__quote@
1358@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-z80.Plo@am__quote@
1359@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff-z8k.Plo@am__quote@
1360@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coff64-rs6000.Plo@am__quote@
1361@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/coffgen.Plo@am__quote@
1362@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cofflink.Plo@am__quote@
1363@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compress.Plo@am__quote@
1364@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/corefile.Plo@am__quote@
1365@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-aarch64.Plo@am__quote@
1366@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-alpha.Plo@am__quote@
1367@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-arc.Plo@am__quote@
1368@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-arm.Plo@am__quote@
1369@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-avr.Plo@am__quote@
1370@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-bfin.Plo@am__quote@
1371@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-cr16.Plo@am__quote@
1372@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-cr16c.Plo@am__quote@
1373@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-cris.Plo@am__quote@
1374@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-crx.Plo@am__quote@
1375@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-d10v.Plo@am__quote@
1376@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-d30v.Plo@am__quote@
1377@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-dlx.Plo@am__quote@
1378@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-epiphany.Plo@am__quote@
1379@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-fr30.Plo@am__quote@
1380@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-frv.Plo@am__quote@
1381@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-ft32.Plo@am__quote@
1382@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-h8300.Plo@am__quote@
1383@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-h8500.Plo@am__quote@
1384@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-hppa.Plo@am__quote@
1385@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-i370.Plo@am__quote@
1386@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-i386.Plo@am__quote@
1387@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-i860.Plo@am__quote@
1388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-i960.Plo@am__quote@
1389@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-ia64.Plo@am__quote@
1390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-iamcu.Plo@am__quote@
1391@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-ip2k.Plo@am__quote@
1392@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-iq2000.Plo@am__quote@
1393@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-k1om.Plo@am__quote@
1394@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-l1om.Plo@am__quote@
1395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-lm32.Plo@am__quote@
1396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m10200.Plo@am__quote@
1397@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m10300.Plo@am__quote@
1398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m32c.Plo@am__quote@
1399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m32r.Plo@am__quote@
1400@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m68hc11.Plo@am__quote@
1401@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m68hc12.Plo@am__quote@
1402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m68k.Plo@am__quote@
1403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m88k.Plo@am__quote@
1404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m9s12x.Plo@am__quote@
1405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-m9s12xg.Plo@am__quote@
1406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mcore.Plo@am__quote@
1407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mep.Plo@am__quote@
1408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-metag.Plo@am__quote@
1409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-microblaze.Plo@am__quote@
1410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mips.Plo@am__quote@
1411@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mmix.Plo@am__quote@
1412@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-moxie.Plo@am__quote@
1413@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-msp430.Plo@am__quote@
1414@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-mt.Plo@am__quote@
1415@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-nds32.Plo@am__quote@
1416@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-nios2.Plo@am__quote@
1417@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-ns32k.Plo@am__quote@
1418@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-or1k.Plo@am__quote@
1419@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-pdp11.Plo@am__quote@
1420@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-pj.Plo@am__quote@
1421@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-plugin.Plo@am__quote@
1422@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-powerpc.Plo@am__quote@
1423@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-riscv.Plo@am__quote@
1424@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-rl78.Plo@am__quote@
1425@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-rs6000.Plo@am__quote@
1426@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-rx.Plo@am__quote@
1427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-s390.Plo@am__quote@
1428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-score.Plo@am__quote@
1429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-sh.Plo@am__quote@
1430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-sparc.Plo@am__quote@
1431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-spu.Plo@am__quote@
1432@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tic30.Plo@am__quote@
1433@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tic4x.Plo@am__quote@
1434@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tic54x.Plo@am__quote@
1435@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tic6x.Plo@am__quote@
1436@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tic80.Plo@am__quote@
1437@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tilegx.Plo@am__quote@
1438@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-tilepro.Plo@am__quote@
1439@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-v850.Plo@am__quote@
1440@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-v850_rh850.Plo@am__quote@
1441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-vax.Plo@am__quote@
1442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-visium.Plo@am__quote@
1443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-w65.Plo@am__quote@
1444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-we32k.Plo@am__quote@
1445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xc16x.Plo@am__quote@
1446@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xgate.Plo@am__quote@
1447@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xstormy16.Plo@am__quote@
1448@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-xtensa.Plo@am__quote@
1449@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-z80.Plo@am__quote@
1450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpu-z8k.Plo@am__quote@
1451@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/demo64.Plo@am__quote@
1452@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf1.Plo@am__quote@
1453@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf2.Plo@am__quote@
1454@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecoff.Plo@am__quote@
1455@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ecofflink.Plo@am__quote@
1456@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-attrs.Plo@am__quote@
1457@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-eh-frame.Plo@am__quote@
1458@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-ifunc.Plo@am__quote@
1459@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-m10200.Plo@am__quote@
1460@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-m10300.Plo@am__quote@
1461@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-nacl.Plo@am__quote@
1462@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-strtab.Plo@am__quote@
1463@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-vxworks.Plo@am__quote@
1464@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf.Plo@am__quote@
1465@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-aarch64.Plo@am__quote@
1466@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-am33lin.Plo@am__quote@
1467@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-arc.Plo@am__quote@
1468@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-arm.Plo@am__quote@
1469@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-avr.Plo@am__quote@
1470@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-bfin.Plo@am__quote@
1471@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-cr16.Plo@am__quote@
1472@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-cr16c.Plo@am__quote@
1473@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-cris.Plo@am__quote@
1474@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-crx.Plo@am__quote@
1475@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-d10v.Plo@am__quote@
1476@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-d30v.Plo@am__quote@
1477@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-dlx.Plo@am__quote@
1478@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-epiphany.Plo@am__quote@
1479@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-fr30.Plo@am__quote@
1480@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-frv.Plo@am__quote@
1481@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-ft32.Plo@am__quote@
1482@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-gen.Plo@am__quote@
1483@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-h8300.Plo@am__quote@
1484@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-hppa.Plo@am__quote@
1485@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-i370.Plo@am__quote@
1486@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-i386.Plo@am__quote@
1487@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-i860.Plo@am__quote@
1488@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-i960.Plo@am__quote@
1489@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-ia64.Plo@am__quote@
1490@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-ip2k.Plo@am__quote@
1491@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-iq2000.Plo@am__quote@
1492@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-lm32.Plo@am__quote@
1493@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m32c.Plo@am__quote@
1494@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m32r.Plo@am__quote@
1495@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m68hc11.Plo@am__quote@
1496@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m68hc12.Plo@am__quote@
1497@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m68hc1x.Plo@am__quote@
1498@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m68k.Plo@am__quote@
1499@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-m88k.Plo@am__quote@
1500@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-mcore.Plo@am__quote@
1501@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-mep.Plo@am__quote@
1502@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-metag.Plo@am__quote@
1503@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-microblaze.Plo@am__quote@
1504@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-mips.Plo@am__quote@
1505@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-moxie.Plo@am__quote@
1506@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-msp430.Plo@am__quote@
1507@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-mt.Plo@am__quote@
1508@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-nds32.Plo@am__quote@
1509@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-nios2.Plo@am__quote@
1510@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-or1k.Plo@am__quote@
1511@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-pj.Plo@am__quote@
1512@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-ppc.Plo@am__quote@
1513@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-riscv.Plo@am__quote@
1514@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-rl78.Plo@am__quote@
1515@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-rx.Plo@am__quote@
1516@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-s390.Plo@am__quote@
1517@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-score.Plo@am__quote@
1518@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-score7.Plo@am__quote@
1519@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-sh-symbian.Plo@am__quote@
1520@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-sh.Plo@am__quote@
1521@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-sh64-com.Plo@am__quote@
1522@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-sh64.Plo@am__quote@
1523@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-sparc.Plo@am__quote@
1524@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-spu.Plo@am__quote@
1525@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-tic6x.Plo@am__quote@
1526@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-tilegx.Plo@am__quote@
1527@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-tilepro.Plo@am__quote@
1528@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-v850.Plo@am__quote@
1529@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-vax.Plo@am__quote@
1530@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-visium.Plo@am__quote@
1531@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xc16x.Plo@am__quote@
1532@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xgate.Plo@am__quote@
1533@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xstormy16.Plo@am__quote@
1534@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32-xtensa.Plo@am__quote@
1535@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf32.Plo@am__quote@
1536@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-aarch64.Plo@am__quote@
1537@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-alpha.Plo@am__quote@
1538@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-gen.Plo@am__quote@
1539@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-hppa.Plo@am__quote@
1540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-ia64-vms.Plo@am__quote@
1541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-ia64.Plo@am__quote@
1542@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-mips.Plo@am__quote@
1543@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-mmix.Plo@am__quote@
1544@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-ppc.Plo@am__quote@
1545@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-riscv.Plo@am__quote@
1546@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-s390.Plo@am__quote@
1547@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-sh64.Plo@am__quote@
1548@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-sparc.Plo@am__quote@
1549@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-tilegx.Plo@am__quote@
1550@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64-x86-64.Plo@am__quote@
1551@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf64.Plo@am__quote@
1552@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elflink.Plo@am__quote@
1553@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfn32-mips.Plo@am__quote@
1554@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-aarch64.Plo@am__quote@
1555@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-ia64.Plo@am__quote@
1556@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-mips.Plo@am__quote@
1557@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-riscv.Plo@am__quote@
1558@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-sparc.Plo@am__quote@
1559@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elfxx-tilegx.Plo@am__quote@
1560@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epoc-pe-arm.Plo@am__quote@
1561@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epoc-pei-arm.Plo@am__quote@
1562@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/format.Plo@am__quote@
1563@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Plo@am__quote@
1564@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hp300bsd.Plo@am__quote@
1565@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hp300hpux.Plo@am__quote@
1566@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hpux-core.Plo@am__quote@
1567@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386aout.Plo@am__quote@
1568@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386bsd.Plo@am__quote@
1569@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386dynix.Plo@am__quote@
1570@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386freebsd.Plo@am__quote@
1571@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386linux.Plo@am__quote@
1572@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386lynx.Plo@am__quote@
1573@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386mach3.Plo@am__quote@
1574@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386msdos.Plo@am__quote@
1575@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386netbsd.Plo@am__quote@
1576@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386os9k.Plo@am__quote@
1577@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ieee.Plo@am__quote@
1578@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ihex.Plo@am__quote@
1579@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Plo@am__quote@
1580@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irix-core.Plo@am__quote@
1581@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libbfd.Plo@am__quote@
1582@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/linker.Plo@am__quote@
1583@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lynx-core.Plo@am__quote@
1584@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m68k4knetbsd.Plo@am__quote@
1585@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m68klinux.Plo@am__quote@
1586@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m68knetbsd.Plo@am__quote@
1587@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m88kmach3.Plo@am__quote@
1588@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m88kopenbsd.Plo@am__quote@
1589@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mach-o-aarch64.Plo@am__quote@
1590@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mach-o-arm.Plo@am__quote@
1591@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mach-o-i386.Plo@am__quote@
1592@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mach-o-x86-64.Plo@am__quote@
1593@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mach-o.Plo@am__quote@
1594@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/merge.Plo@am__quote@
1595@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mipsbsd.Plo@am__quote@
1596@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmo.Plo@am__quote@
1597@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netbsd-core.Plo@am__quote@
1598@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/newsos3.Plo@am__quote@
1599@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nlm.Plo@am__quote@
1600@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nlm32-alpha.Plo@am__quote@
1601@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nlm32-i386.Plo@am__quote@
1602@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nlm32-ppc.Plo@am__quote@
1603@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nlm32-sparc.Plo@am__quote@
1604@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nlm32.Plo@am__quote@
1605@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nlm64.Plo@am__quote@
1606@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ns32knetbsd.Plo@am__quote@
1607@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oasys.Plo@am__quote@
1608@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opncls.Plo@am__quote@
1609@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osf-core.Plo@am__quote@
1610@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pc532-mach.Plo@am__quote@
1611@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdp11.Plo@am__quote@
1612@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-arm-wince.Plo@am__quote@
1613@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-arm.Plo@am__quote@
1614@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-i386.Plo@am__quote@
1615@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-mcore.Plo@am__quote@
1616@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-mips.Plo@am__quote@
1617@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-ppc.Plo@am__quote@
1618@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-sh.Plo@am__quote@
1619@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-x86_64.Plo@am__quote@
1620@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pef.Plo@am__quote@
1621@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-arm-wince.Plo@am__quote@
1622@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-arm.Plo@am__quote@
1623@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-i386.Plo@am__quote@
1624@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-ia64.Plo@am__quote@
1625@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-mcore.Plo@am__quote@
1626@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-mips.Plo@am__quote@
1627@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-ppc.Plo@am__quote@
1628@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-sh.Plo@am__quote@
1629@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pei-x86_64.Plo@am__quote@
1630@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peigen.Plo@am__quote@
1631@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pepigen.Plo@am__quote@
1632@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pex64igen.Plo@am__quote@
1633@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Plo@am__quote@
1634@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ppcboot.Plo@am__quote@
1635@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc.Plo@am__quote@
1636@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc16.Plo@am__quote@
1637@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/riscix.Plo@am__quote@
1638@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rs6000-core.Plo@am__quote@
1639@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sco5-core.Plo@am__quote@
1640@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/section.Plo@am__quote@
1641@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple.Plo@am__quote@
1642@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/som.Plo@am__quote@
1643@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparclinux.Plo@am__quote@
1644@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparclynx.Plo@am__quote@
1645@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparcnetbsd.Plo@am__quote@
1646@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/srec.Plo@am__quote@
1647@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stab-syms.Plo@am__quote@
1648@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stabs.Plo@am__quote@
1649@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sunos.Plo@am__quote@
1650@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syms.Plo@am__quote@
1651@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/targets.Plo@am__quote@
1652@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tekhex.Plo@am__quote@
1653@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trad-core.Plo@am__quote@
1654@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vax1knetbsd.Plo@am__quote@
1655@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vaxbsd.Plo@am__quote@
1656@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vaxnetbsd.Plo@am__quote@
1657@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/verilog.Plo@am__quote@
1658@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/versados.Plo@am__quote@
1659@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vms-alpha.Plo@am__quote@
1660@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vms-lib.Plo@am__quote@
1661@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vms-misc.Plo@am__quote@
1662@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xcofflink.Plo@am__quote@
1663@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsym.Plo@am__quote@
1664@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xtensa-isa.Plo@am__quote@
1665@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xtensa-modules.Plo@am__quote@
1666
1667.c.o:
1668@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1669@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1670@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1671@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1672@am__fastdepCC_FALSE@	$(COMPILE) -c $<
1673
1674.c.obj:
1675@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1676@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1677@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1678@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1679@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
1680
1681.c.lo:
1682@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1683@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1684@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1685@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1686@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
1687
1688mostlyclean-libtool:
1689	-rm -f *.lo
1690
1691clean-libtool:
1692	-rm -rf .libs _libs
1693
1694distclean-libtool:
1695	-rm -f libtool config.lt
1696install-bfdincludeHEADERS: $(bfdinclude_HEADERS)
1697	@$(NORMAL_INSTALL)
1698	@list='$(bfdinclude_HEADERS)'; test -n "$(bfdincludedir)" || list=; \
1699	if test -n "$$list"; then \
1700	  echo " $(MKDIR_P) '$(DESTDIR)$(bfdincludedir)'"; \
1701	  $(MKDIR_P) "$(DESTDIR)$(bfdincludedir)" || exit 1; \
1702	fi; \
1703	for p in $$list; do \
1704	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1705	  echo "$$d$$p"; \
1706	done | $(am__base_list) | \
1707	while read files; do \
1708	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(bfdincludedir)'"; \
1709	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(bfdincludedir)" || exit $$?; \
1710	done
1711
1712uninstall-bfdincludeHEADERS:
1713	@$(NORMAL_UNINSTALL)
1714	@list='$(bfdinclude_HEADERS)'; test -n "$(bfdincludedir)" || list=; \
1715	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1716	dir='$(DESTDIR)$(bfdincludedir)'; $(am__uninstall_files_from_dir)
1717
1718# This directory's subdirectories are mostly independent; you can cd
1719# into them and run `make' without going through this Makefile.
1720# To change the values of `make' variables: instead of editing Makefiles,
1721# (1) if the variable is set in `config.status', edit `config.status'
1722#     (which will cause the Makefiles to be regenerated when you run `make');
1723# (2) otherwise, pass the desired values on the `make' command line.
1724$(RECURSIVE_TARGETS):
1725	@fail= failcom='exit 1'; \
1726	for f in x $$MAKEFLAGS; do \
1727	  case $$f in \
1728	    *=* | --[!k]*);; \
1729	    *k*) failcom='fail=yes';; \
1730	  esac; \
1731	done; \
1732	dot_seen=no; \
1733	target=`echo $@ | sed s/-recursive//`; \
1734	list='$(SUBDIRS)'; for subdir in $$list; do \
1735	  echo "Making $$target in $$subdir"; \
1736	  if test "$$subdir" = "."; then \
1737	    dot_seen=yes; \
1738	    local_target="$$target-am"; \
1739	  else \
1740	    local_target="$$target"; \
1741	  fi; \
1742	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1743	  || eval $$failcom; \
1744	done; \
1745	if test "$$dot_seen" = "no"; then \
1746	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1747	fi; test -z "$$fail"
1748
1749$(RECURSIVE_CLEAN_TARGETS):
1750	@fail= failcom='exit 1'; \
1751	for f in x $$MAKEFLAGS; do \
1752	  case $$f in \
1753	    *=* | --[!k]*);; \
1754	    *k*) failcom='fail=yes';; \
1755	  esac; \
1756	done; \
1757	dot_seen=no; \
1758	case "$@" in \
1759	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1760	  *) list='$(SUBDIRS)' ;; \
1761	esac; \
1762	rev=''; for subdir in $$list; do \
1763	  if test "$$subdir" = "."; then :; else \
1764	    rev="$$subdir $$rev"; \
1765	  fi; \
1766	done; \
1767	rev="$$rev ."; \
1768	target=`echo $@ | sed s/-recursive//`; \
1769	for subdir in $$rev; do \
1770	  echo "Making $$target in $$subdir"; \
1771	  if test "$$subdir" = "."; then \
1772	    local_target="$$target-am"; \
1773	  else \
1774	    local_target="$$target"; \
1775	  fi; \
1776	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1777	  || eval $$failcom; \
1778	done && test -z "$$fail"
1779tags-recursive:
1780	list='$(SUBDIRS)'; for subdir in $$list; do \
1781	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1782	done
1783ctags-recursive:
1784	list='$(SUBDIRS)'; for subdir in $$list; do \
1785	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1786	done
1787
1788ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1789	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1790	unique=`for i in $$list; do \
1791	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1792	  done | \
1793	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1794	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1795	mkid -fID $$unique
1796tags: TAGS
1797
1798TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1799		$(TAGS_FILES) $(LISP)
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	list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
1816	unique=`for i in $$list; do \
1817	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1818	  done | \
1819	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1820	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1821	shift; \
1822	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1823	  test -n "$$unique" || unique=$$empty_fix; \
1824	  if test $$# -gt 0; then \
1825	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1826	      "$$@" $$unique; \
1827	  else \
1828	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1829	      $$unique; \
1830	  fi; \
1831	fi
1832ctags: CTAGS
1833CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1834		$(TAGS_FILES) $(LISP)
1835	list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
1836	unique=`for i in $$list; do \
1837	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1838	  done | \
1839	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1840	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1841	test -z "$(CTAGS_ARGS)$$unique" \
1842	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1843	     $$unique
1844
1845GTAGS:
1846	here=`$(am__cd) $(top_builddir) && pwd` \
1847	  && $(am__cd) $(top_srcdir) \
1848	  && gtags -i $(GTAGS_ARGS) "$$here"
1849
1850distclean-tags:
1851	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1852check-am: all-am
1853check: $(BUILT_SOURCES)
1854	$(MAKE) $(AM_MAKEFLAGS) check-recursive
1855all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(HEADERS) config.h
1856installdirs: installdirs-recursive
1857installdirs-am:
1858	for dir in "$(DESTDIR)$(bfdlibdir)" "$(DESTDIR)$(bfdincludedir)"; do \
1859	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1860	done
1861install: $(BUILT_SOURCES)
1862	$(MAKE) $(AM_MAKEFLAGS) install-recursive
1863install-exec: install-exec-recursive
1864install-data: install-data-recursive
1865uninstall: uninstall-recursive
1866
1867install-am: all-am
1868	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1869
1870installcheck: installcheck-recursive
1871install-strip:
1872	if test -z '$(STRIP)'; then \
1873	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1874	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1875	      install; \
1876	else \
1877	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1878	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1879	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1880	fi
1881mostlyclean-generic:
1882	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1883
1884clean-generic:
1885	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1886
1887distclean-generic:
1888	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1889	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1890	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1891
1892maintainer-clean-generic:
1893	@echo "This command is intended for maintainers to use"
1894	@echo "it deletes files that may require special tools to rebuild."
1895	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1896clean: clean-recursive
1897
1898clean-am: clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
1899	clean-noinstLIBRARIES clean-noinstLTLIBRARIES mostlyclean-am
1900
1901distclean: distclean-recursive
1902	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1903	-rm -rf ./$(DEPDIR)
1904	-rm -f Makefile
1905distclean-am: clean-am distclean-compile distclean-generic \
1906	distclean-hdr distclean-libtool distclean-tags
1907
1908dvi: dvi-recursive
1909
1910dvi-am:
1911
1912html: html-recursive
1913
1914html-am:
1915
1916info: info-recursive
1917
1918info-am:
1919
1920install-data-am: install-bfdincludeHEADERS install-bfdlibLTLIBRARIES
1921
1922install-dvi: install-dvi-recursive
1923
1924install-dvi-am:
1925
1926install-exec-am:
1927
1928install-html: install-html-recursive
1929
1930install-html-am:
1931
1932install-info: install-info-recursive
1933
1934install-info-am:
1935
1936install-man:
1937
1938install-pdf: install-pdf-recursive
1939
1940install-pdf-am:
1941
1942install-ps: install-ps-recursive
1943
1944install-ps-am:
1945
1946installcheck-am:
1947
1948maintainer-clean: maintainer-clean-recursive
1949	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1950	-rm -rf $(top_srcdir)/autom4te.cache
1951	-rm -rf ./$(DEPDIR)
1952	-rm -f Makefile
1953maintainer-clean-am: distclean-am maintainer-clean-generic
1954
1955mostlyclean: mostlyclean-recursive
1956
1957mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1958	mostlyclean-libtool
1959
1960pdf: pdf-recursive
1961
1962pdf-am:
1963
1964ps: ps-recursive
1965
1966ps-am:
1967
1968uninstall-am: uninstall-bfdincludeHEADERS uninstall-bfdlibLTLIBRARIES
1969
1970.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
1971	ctags-recursive install install-am install-strip \
1972	tags-recursive
1973
1974.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1975	all all-am am--refresh check check-am clean \
1976	clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
1977	clean-noinstLIBRARIES clean-noinstLTLIBRARIES ctags \
1978	ctags-recursive distclean distclean-compile distclean-generic \
1979	distclean-hdr distclean-libtool distclean-tags dvi dvi-am html \
1980	html-am info info-am install install-am \
1981	install-bfdincludeHEADERS install-bfdlibLTLIBRARIES \
1982	install-data install-data-am install-dvi install-dvi-am \
1983	install-exec install-exec-am install-html install-html-am \
1984	install-info install-info-am install-man install-pdf \
1985	install-pdf-am install-ps install-ps-am install-strip \
1986	installcheck installcheck-am installdirs installdirs-am \
1987	maintainer-clean maintainer-clean-generic mostlyclean \
1988	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1989	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
1990	uninstall-bfdincludeHEADERS uninstall-bfdlibLTLIBRARIES
1991
1992
1993po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
1994	for file in $(SRC_POTFILES); do echo $$file; done \
1995	  | LC_ALL=C sort > tmp.src \
1996	  && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
1997
1998po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
1999	for file in $(BLD_POTFILES); do echo $$file; done \
2000	  | LC_ALL=C sort > tmp.bld \
2001	  && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
2002
2003all diststuff: info
2004
2005stamp-ofiles: Makefile
2006	rm -f tofiles
2007	f=""; \
2008	for i in $(OFILES) ; do \
2009	  case " $$f " in \
2010	    *" $$i "*) ;; \
2011	    *) f="$$f $$i" ;; \
2012	  esac ; \
2013	done ; \
2014	echo $$f > tofiles
2015	$(SHELL) $(srcdir)/../move-if-change tofiles ofiles
2016	touch stamp-ofiles
2017
2018ofiles: stamp-ofiles ; @true
2019
2020stamp-lib: libbfd.la
2021	libtooldir=`$(LIBTOOL) --config | $(SED) -n -e 's/^objdir=//p'`; \
2022	if [ -f $$libtooldir/libbfd.a ]; then \
2023	  cp $$libtooldir/libbfd.a libbfd.tmp; \
2024	  $(RANLIB) libbfd.tmp; \
2025	  $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
2026	else true; fi
2027	touch stamp-lib
2028
2029libbfd.a: stamp-lib ; @true
2030
2031# This file holds an array associating configuration triplets and
2032# vector names.  It is built from config.bfd.  It is not compiled by
2033# itself, but is included by targets.c.
2034targmatch.h: config.bfd targmatch.sed
2035	rm -f targmatch.h
2036	$(SED) -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
2037	mv -f targmatch.new targmatch.h
2038
2039# When compiling archures.c and targets.c, supply the default target
2040# info from configure.
2041
2042targets.lo: targets.c Makefile
2043@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
2044@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
2045@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='targets.c' object='$@' libtool=yes @AMDEPBACKSLASH@
2046@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2047@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/targets.c
2048
2049archures.lo: archures.c Makefile
2050@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
2051@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
2052@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='archures.c' object='$@' libtool=yes @AMDEPBACKSLASH@
2053@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2054@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $(TDEFAULTS) $(srcdir)/archures.c
2055
2056dwarf2.lo: dwarf2.c Makefile
2057@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
2058@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
2059@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='dwarf2.c' object='$@' libtool=yes @AMDEPBACKSLASH@
2060@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2061@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
2062
2063elf32-target.h : elfxx-target.h
2064	rm -f elf32-target.h
2065	$(SED) -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
2066	mv -f elf32-target.new elf32-target.h
2067
2068elf64-target.h : elfxx-target.h
2069	rm -f elf64-target.h
2070	$(SED) -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
2071	mv -f elf64-target.new elf64-target.h
2072
2073elf32-aarch64.c : elfnn-aarch64.c
2074	rm -f elf32-aarch64.c
2075	echo "#line 1 \"$(srcdir)/elfnn-aarch64.c\"" > elf32-aarch64.new
2076	$(SED) -e s/NN/32/g < $(srcdir)/elfnn-aarch64.c >> elf32-aarch64.new
2077	mv -f elf32-aarch64.new elf32-aarch64.c
2078
2079elf64-aarch64.c : elfnn-aarch64.c
2080	rm -f elf64-aarch64.c
2081	echo "#line 1 \"$(srcdir)/elfnn-aarch64.c\"" > elf64-aarch64.new
2082	$(SED) -e s/NN/64/g < $(srcdir)/elfnn-aarch64.c >> elf64-aarch64.new
2083	mv -f elf64-aarch64.new elf64-aarch64.c
2084
2085elf32-ia64.c : elfnn-ia64.c
2086	rm -f elf32-ia64.c
2087	$(SED) -e s/NN/32/g < $(srcdir)/elfnn-ia64.c > elf32-ia64.new
2088	mv -f elf32-ia64.new elf32-ia64.c
2089
2090elf64-ia64.c : elfnn-ia64.c
2091	rm -f elf64-ia64.c
2092	$(SED) -e s/NN/64/g < $(srcdir)/elfnn-ia64.c > elf64-ia64.new
2093	mv -f elf64-ia64.new elf64-ia64.c
2094
2095elf32-riscv.c : elfnn-riscv.c
2096	rm -f elf32-riscv.c
2097	echo "#line 1 \"$(srcdir)/elfnn-riscv.c\"" > elf32-riscv.new
2098	sed -e s/NN/32/g < $(srcdir)/elfnn-riscv.c >> elf32-riscv.new
2099	mv -f elf32-riscv.new elf32-riscv.c
2100
2101elf64-riscv.c : elfnn-riscv.c
2102	rm -f elf64-riscv.c
2103	echo "#line 1 \"$(srcdir)/elfnn-riscv.c\"" > elf64-riscv.new
2104	sed -e s/NN/64/g < $(srcdir)/elfnn-riscv.c >> elf64-riscv.new
2105	mv -f elf64-riscv.new elf64-riscv.c
2106
2107peigen.c : peXXigen.c
2108	rm -f peigen.c
2109	$(SED) -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
2110	mv -f peigen.new peigen.c
2111
2112pepigen.c : peXXigen.c
2113	rm -f pepigen.c
2114	$(SED) -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
2115	mv -f pepigen.new pepigen.c
2116
2117pex64igen.c: peXXigen.c
2118	rm -f pex64igen.c
2119	$(SED) -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new
2120	mv -f pex64igen.new pex64igen.c
2121$(BFD32_LIBS) \
2122 $(BFD64_LIBS) \
2123 $(ALL_MACHINES) \
2124 $(BFD32_BACKENDS) \
2125 $(BFD64_BACKENDS) \
2126 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
2127
2128host-aout.lo: Makefile
2129
2130# The following program can be used to generate a simple config file
2131# which can be folded into an h-XXX file for a new host, with some editing.
2132aout-params.h: gen-aout
2133	./gen-aout host > aout-params.h
2134gen-aout: $(srcdir)/gen-aout.c Makefile
2135	$(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
2136
2137$(BFD_H): stmp-bfd-h ; @true
2138
2139stmp-bfd-h: bfd-in3.h
2140	rm -f bfd-tmp.h
2141	cp bfd-in3.h bfd-tmp.h
2142	$(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
2143	rm -f bfd-tmp.h
2144	touch stmp-bfd-h
2145
2146# Could really use a "copy-if-change"...
2147headers:
2148	(cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
2149	cp $(bfddocdir)/bfd.h bfd-in2.h-new
2150	$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
2151	cp $(bfddocdir)/libbfd.h libbfd.h-new
2152	$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
2153	cp $(bfddocdir)/libcoff.h libcoff.h-new
2154	$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
2155
2156# We only rebuild the header files automatically if we have been
2157# configured with --enable-maintainer-mode.
2158
2159$(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
2160stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
2161	(cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
2162	cp $(bfddocdir)/bfd.h bfd-in2.h-new
2163	$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
2164	touch stmp-bin2-h
2165
2166$(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
2167stmp-lbfd-h: $(LIBBFD_H_FILES)
2168	(cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
2169	cp $(bfddocdir)/libbfd.h libbfd.h-new
2170	$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
2171	touch stmp-lbfd-h
2172
2173$(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
2174stmp-lcoff-h: $(LIBCOFF_H_FILES)
2175	(cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
2176	cp $(bfddocdir)/libcoff.h libcoff.h-new
2177	$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
2178	touch stmp-lcoff-h
2179
2180bfdver.h: $(srcdir)/version.h $(srcdir)/development.sh $(srcdir)/Makefile.in
2181	@echo "creating $@"
2182	@bfd_version=`echo "$(VERSION)" | $(SED) -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
2183	bfd_version_string="\"$(VERSION)\"" ;\
2184	bfd_soversion="$(VERSION)" ;\
2185	bfd_version_package="\"$(PKGVERSION)\"" ;\
2186	report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
2187	. $(srcdir)/development.sh ;\
2188	if test "$$development" = true ; then \
2189	  bfd_version_date=`$(SED) -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
2190	  bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
2191	  bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
2192	fi ;\
2193	$(SED) -e "s,@bfd_version@,$$bfd_version," \
2194	    -e "s,@bfd_version_string@,$$bfd_version_string," \
2195	    -e "s,@bfd_version_package@,$$bfd_version_package," \
2196	    -e "s,@report_bugs_to@,$$report_bugs_to," \
2197	    < $(srcdir)/version.h > $@; \
2198	echo "$${bfd_soversion}" > libtool-soversion
2199
2200# Disable -Werror, if it has been enabled, since coffswap.h won't
2201# compile with gcc 4.5 and above.
2202coff-tic4x.lo: coff-tic4x.c
2203@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
2204@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
2205@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
2206@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2207@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
2208
2209coff-tic54x.lo: coff-tic54x.c
2210@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(NO_WERROR)
2211@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
2212@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
2213@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2214@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $< $(NO_WERROR)
2215
2216# Tell versions [3.59,3.63) of GNU make to not export all variables.
2217# Otherwise a system limit (for SysV at least) may be exceeded.
2218.NOEXPORT:
2219