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