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