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