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