bfd:
[external/binutils.git] / bfd / Makefile.am
1 ## Process this file with automake to generate Makefile.in
2
3 AUTOMAKE_OPTIONS = 1.9 cygnus
4 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
5
6 # Uncomment the following line when doing a release.
7 # RELEASE=y
8
9 INCDIR = $(srcdir)/../include
10 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
11 MKDEP = gcc -MM
12
13 SUBDIRS = doc po
14
15 bfddocdir = doc
16 bfdlibdir = @bfdlibdir@
17 bfdincludedir = @bfdincludedir@
18
19 datarootdir = @datarootdir@
20 docdir = @docdir@
21 htmldir = @htmldir@
22 pdfdir = @pdfdir@
23
24 bfdlib_LTLIBRARIES = libbfd.la
25
26 WARN_CFLAGS = @WARN_CFLAGS@
27 NO_WERROR = @NO_WERROR@
28 AM_CFLAGS = $(WARN_CFLAGS)
29
30 # bfd.h goes here, for now
31 BFD_H = bfd.h
32
33 # Jim Kingdon notes:
34 # Writing S-records should be included in all (or at least most)
35 # *-*-coff, *-*-aout, etc., configurations, because people will want to
36 # be able to use objcopy to create S-records.  (S-records are not useful
37 # for the debugger, so if you are downloading things as S-records you
38 # need two copies of the executable, one to download and one for the
39 # debugger).
40 BFD32_LIBS = \
41         archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
42         cache.lo coffgen.lo corefile.lo \
43         format.lo init.lo libbfd.lo opncls.lo reloc.lo \
44         section.lo syms.lo targets.lo hash.lo linker.lo \
45         srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
46         merge.lo dwarf2.lo simple.lo compress.lo
47
48 BFD64_LIBS = archive64.lo
49
50 BFD32_LIBS_CFILES = \
51         archive.c archures.c bfd.c bfdio.c bfdwin.c \
52         cache.c coffgen.c corefile.c \
53         format.c init.c libbfd.c opncls.c reloc.c \
54         section.c syms.c targets.c hash.c linker.c \
55         srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
56         merge.c dwarf2.c simple.c compress.c
57
58 BFD64_LIBS_CFILES = archive64.c
59
60 # This list is alphabetized to make it easier to keep in sync
61 # with the decls and initializer in archures.c.
62 ALL_MACHINES = \
63         cpu-alpha.lo \
64         cpu-arc.lo \
65         cpu-arm.lo \
66         cpu-avr.lo \
67         cpu-bfin.lo \
68         cpu-cr16.lo \
69         cpu-cr16c.lo \
70         cpu-cris.lo \
71         cpu-crx.lo \
72         cpu-d10v.lo \
73         cpu-d30v.lo \
74         cpu-dlx.lo \
75         cpu-fr30.lo \
76         cpu-frv.lo \
77         cpu-h8300.lo \
78         cpu-h8500.lo \
79         cpu-hppa.lo \
80         cpu-ia64.lo \
81         cpu-i370.lo \
82         cpu-i386.lo \
83         cpu-i860.lo \
84         cpu-i960.lo \
85         cpu-ip2k.lo \
86         cpu-iq2000.lo \
87         cpu-lm32.lo \
88         cpu-m32c.lo \
89         cpu-m32r.lo \
90         cpu-m68hc11.lo \
91         cpu-m68hc12.lo \
92         cpu-m68k.lo \
93         cpu-m88k.lo \
94         cpu-m10200.lo \
95         cpu-m10300.lo \
96         cpu-maxq.lo \
97         cpu-mcore.lo \
98         cpu-mep.lo \
99         cpu-mips.lo \
100         cpu-mmix.lo \
101         cpu-mt.lo \
102         cpu-msp430.lo \
103         cpu-or32.lo \
104         cpu-ns32k.lo \
105         cpu-openrisc.lo \
106         cpu-pdp11.lo \
107         cpu-pj.lo \
108         cpu-powerpc.lo \
109         cpu-rs6000.lo \
110         cpu-s390.lo \
111         cpu-score.lo \
112         cpu-sh.lo \
113         cpu-sparc.lo \
114         cpu-spu.lo \
115         cpu-tic30.lo \
116         cpu-tic4x.lo \
117         cpu-tic54x.lo \
118         cpu-tic80.lo \
119         cpu-v850.lo \
120         cpu-vax.lo \
121         cpu-we32k.lo \
122         cpu-w65.lo \
123         cpu-xstormy16.lo \
124         cpu-xtensa.lo \
125         cpu-xc16x.lo \
126         cpu-z80.lo \
127         cpu-z8k.lo
128
129 ALL_MACHINES_CFILES = \
130         cpu-alpha.c \
131         cpu-arc.c \
132         cpu-arm.c \
133         cpu-avr.c \
134         cpu-bfin.c \
135         cpu-cr16.c \
136         cpu-cris.c \
137         cpu-cr16c.c \
138         cpu-crx.c \
139         cpu-d10v.c \
140         cpu-d30v.c \
141         cpu-dlx.c \
142         cpu-fr30.c \
143         cpu-frv.c \
144         cpu-h8300.c \
145         cpu-h8500.c \
146         cpu-hppa.c \
147         cpu-ia64.c \
148         cpu-i370.c \
149         cpu-i386.c \
150         cpu-i860.c \
151         cpu-i960.c \
152         cpu-ip2k.c \
153         cpu-iq2000.c \
154         cpu-lm32.c \
155         cpu-m32c.c \
156         cpu-m32r.c \
157         cpu-m68hc11.c \
158         cpu-m68hc12.c \
159         cpu-m68k.c \
160         cpu-m88k.c \
161         cpu-m10200.c \
162         cpu-m10300.c \
163         cpu-maxq.c \
164         cpu-mcore.c \
165         cpu-mep.c \
166         cpu-mips.c \
167         cpu-mmix.c \
168         cpu-mt.c \
169         cpu-msp430.c \
170         cpu-or32.c \
171         cpu-ns32k.c \
172         cpu-openrisc.c \
173         cpu-pdp11.c \
174         cpu-pj.c \
175         cpu-powerpc.c \
176         cpu-rs6000.c \
177         cpu-s390.c \
178         cpu-score.c \
179         cpu-sh.c \
180         cpu-sparc.c \
181         cpu-spu.c \
182         cpu-tic30.c \
183         cpu-tic4x.c \
184         cpu-tic54x.c \
185         cpu-tic80.c \
186         cpu-v850.c \
187         cpu-vax.c \
188         cpu-we32k.c \
189         cpu-w65.c \
190         cpu-xstormy16.c \
191         cpu-xtensa.c \
192         cpu-xc16x.c \
193         cpu-z80.c \
194         cpu-z8k.c
195
196 # The .o files needed by all of the 32 bit vectors that are configured into
197 # target_vector in targets.c if configured with --enable-targets=all.
198 BFD32_BACKENDS = \
199         aout-adobe.lo \
200         aout-arm.lo \
201         aout-cris.lo \
202         aout-ns32k.lo \
203         aout-sparcle.lo \
204         aout-tic30.lo \
205         aout0.lo \
206         aout32.lo \
207         armnetbsd.lo \
208         bout.lo \
209         cf-i386lynx.lo \
210         cf-sparclynx.lo \
211         coff-apollo.lo \
212         coff-arm.lo \
213         coff-aux.lo \
214         coff-h8300.lo \
215         coff-h8500.lo \
216         coff-i386.lo \
217         coff-go32.lo \
218         coff-i860.lo \
219         coff-i960.lo \
220         coff-m68k.lo \
221         coff-m88k.lo \
222         coff-maxq.lo \
223         coff-mips.lo \
224         coff-or32.lo \
225         coff-rs6000.lo \
226         coff-sh.lo \
227         coff-sparc.lo \
228         coff-stgo32.lo \
229         coff-svm68k.lo \
230         coff-tic30.lo \
231         coff-tic4x.lo \
232         coff-tic54x.lo \
233         coff-tic80.lo \
234         coff-u68k.lo \
235         coff-we32k.lo \
236         coff-w65.lo \
237         coff-z80.lo \
238         coff-z8k.lo \
239         cofflink.lo \
240         dwarf1.lo \
241         ecoff.lo \
242         ecofflink.lo \
243         efi-app-ia32.lo \
244         efi-bsdrv-ia32.lo \
245         efi-rtdrv-ia32.lo \
246         elf.lo \
247         elf32-am33lin.lo \
248         elf32-arc.lo \
249         elf32-arm.lo \
250         elf32-avr.lo \
251         elf32-bfin.lo \
252         elf32-cr16.lo \
253         elf32-cr16c.lo \
254         elf32-cris.lo \
255         elf32-crx.lo \
256         elf32-d10v.lo \
257         elf32-d30v.lo \
258         elf32-dlx.lo \
259         elf32-fr30.lo \
260         elf32-frv.lo \
261         elf32-gen.lo \
262         elf32-h8300.lo \
263         elf32-hppa.lo \
264         elf32-i370.lo \
265         elf32-i386.lo \
266         elf32-i860.lo \
267         elf32-i960.lo \
268         elf32-ip2k.lo \
269         elf32-iq2000.lo \
270         elf32-lm32.lo \
271         elf32-m32c.lo \
272         elf32-m32r.lo \
273         elf32-m68hc11.lo \
274         elf32-m68hc12.lo \
275         elf32-m68hc1x.lo \
276         elf32-m68k.lo \
277         elf32-m88k.lo \
278         elf-m10200.lo \
279         elf-m10300.lo \
280         elf32-mcore.lo \
281         elf32-mep.lo \
282         elfxx-mips.lo \
283         elf32-mips.lo \
284         elf32-mt.lo \
285         elf32-msp430.lo \
286         elf32-openrisc.lo \
287         elf32-or32.lo \
288         elf32-pj.lo \
289         elf32-ppc.lo \
290         elf32-s390.lo \
291         elf32-score.lo \
292         elf32-sh.lo \
293         elf32-sh-symbian.lo \
294         elf32-sh64.lo \
295         elf32-sh64-com.lo \
296         elfxx-sparc.lo \
297         elf32-sparc.lo \
298         elf32-spu.lo \
299         elf32-v850.lo \
300         elf32-vax.lo \
301         elf32-xstormy16.lo \
302         elf32-xtensa.lo \
303         elf32-xc16x.lo \
304         elf32.lo \
305         elflink.lo \
306         elf-attrs.lo \
307         elf-strtab.lo \
308         elf-eh-frame.lo \
309         elf-vxworks.lo \
310         epoc-pe-arm.lo \
311         epoc-pei-arm.lo \
312         hp300bsd.lo \
313         hp300hpux.lo \
314         som.lo \
315         i386aout.lo \
316         i386bsd.lo \
317         i386dynix.lo \
318         i386freebsd.lo \
319         i386linux.lo \
320         i386lynx.lo \
321         i386msdos.lo \
322         i386netbsd.lo \
323         i386mach3.lo \
324         i386os9k.lo \
325         ieee.lo \
326         m68k4knetbsd.lo \
327         m68klinux.lo \
328         m68knetbsd.lo \
329         m88kmach3.lo \
330         m88kopenbsd.lo \
331         mach-o.lo \
332         mipsbsd.lo \
333         newsos3.lo \
334         nlm.lo \
335         nlm32-i386.lo \
336         nlm32-sparc.lo \
337         nlm32-ppc.lo \
338         nlm32.lo \
339         ns32knetbsd.lo \
340         oasys.lo \
341         pc532-mach.lo \
342         pdp11.lo \
343         pef.lo \
344         pe-arm.lo \
345         pei-arm.lo \
346         pe-arm-wince.lo \
347         pei-arm-wince.lo \
348         pe-i386.lo \
349         pei-i386.lo \
350         pe-mcore.lo \
351         pei-mcore.lo \
352         pe-ppc.lo \
353         pei-ppc.lo \
354         pe-sh.lo \
355         pei-sh.lo \
356         pe-mips.lo \
357         pei-mips.lo \
358         peigen.lo \
359         ppcboot.lo \
360         reloc16.lo \
361         riscix.lo \
362         sparclinux.lo \
363         sparclynx.lo \
364         sparcnetbsd.lo \
365         sunos.lo \
366         vaxnetbsd.lo \
367         vax1knetbsd.lo \
368         vaxbsd.lo \
369         versados.lo \
370         vms.lo \
371         vms-gsd.lo \
372         vms-hdr.lo \
373         vms-misc.lo \
374         vms-tir.lo \
375         vmsutil.lo \
376         xcofflink.lo \
377         xsym.lo \
378         xtensa-isa.lo \
379         xtensa-modules.lo
380
381 BFD32_BACKENDS_CFILES = \
382         aout-adobe.c \
383         aout-arm.c \
384         aout-cris.c \
385         aout-ns32k.c \
386         aout-sparcle.c \
387         aout-tic30.c \
388         aout0.c \
389         aout32.c \
390         armnetbsd.c \
391         bout.c \
392         cf-i386lynx.c \
393         cf-sparclynx.c \
394         coff-apollo.c \
395         coff-arm.c \
396         coff-aux.c \
397         coff-h8300.c \
398         coff-h8500.c \
399         coff-i386.c \
400         coff-i860.c \
401         coff-go32.c \
402         coff-i960.c \
403         coff-m68k.c \
404         coff-m88k.c \
405         coff-maxq.c \
406         coff-mips.c \
407         coff-or32.c \
408         coff-rs6000.c \
409         coff-sh.c \
410         coff-sparc.c \
411         coff-stgo32.c \
412         coff-svm68k.c \
413         coff-tic30.c \
414         coff-tic4x.c \
415         coff-tic54x.c \
416         coff-tic80.c \
417         coff-u68k.c \
418         coff-we32k.c \
419         coff-w65.c \
420         coff-z80.c \
421         coff-z8k.c \
422         cofflink.c \
423         dwarf1.c \
424         ecoff.c \
425         ecofflink.c \
426         efi-app-ia32.c \
427         efi-bsdrv-ia32.c \
428         efi-rtdrv-ia32.c \
429         elf.c \
430         elf32-am33lin.c \
431         elf32-arc.c \
432         elf32-arm.c \
433         elf32-avr.c \
434         elf32-bfin.c \
435         elf32-cr16.c \
436         elf32-cr16c.c \
437         elf32-cris.c \
438         elf32-crx.c \
439         elf32-d10v.c \
440         elf32-d30v.c \
441         elf32-dlx.c \
442         elf32-fr30.c \
443         elf32-frv.c \
444         elf32-gen.c \
445         elf32-h8300.c \
446         elf32-hppa.c \
447         elf32-i370.c \
448         elf32-i386.c \
449         elf32-i860.c \
450         elf32-i960.c \
451         elf32-ip2k.c \
452         elf32-iq2000.c \
453         elf32-lm32.c \
454         elf32-m32c.c \
455         elf32-m32r.c \
456         elf32-m68k.c \
457         elf32-m68hc11.c \
458         elf32-m68hc12.c \
459         elf32-m68hc1x.c \
460         elf32-m88k.c \
461         elf-m10200.c \
462         elf-m10300.c \
463         elf32-mcore.c \
464         elf32-mep.c \
465         elfxx-mips.c \
466         elf32-mips.c \
467         elf32-mt.c \
468         elf32-msp430.c \
469         elf32-openrisc.c \
470         elf32-or32.c \
471         elf32-pj.c \
472         elf32-ppc.c \
473         elf32-sh64.c \
474         elf32-sh64-com.c \
475         elf32-s390.c \
476         elf32-score.c \
477         elf32-sh.c \
478         elf32-sh-symbian.c \
479         elfxx-sparc.c \
480         elf32-sparc.c \
481         elf32-spu.c \
482         elf32-v850.c \
483         elf32-vax.c \
484         elf32-xstormy16.c \
485         elf32-xtensa.c \
486         elf32-xc16x.c \
487         elf32.c \
488         elflink.c \
489         elf-attrs.c \
490         elf-strtab.c \
491         elf-eh-frame.c \
492         elf-vxworks.c \
493         epoc-pe-arm.c \
494         epoc-pei-arm.c \
495         hp300bsd.c \
496         hp300hpux.c \
497         som.c \
498         i386aout.c \
499         i386bsd.c \
500         i386dynix.c \
501         i386freebsd.c \
502         i386linux.c \
503         i386lynx.c \
504         i386msdos.c \
505         i386netbsd.c \
506         i386mach3.c \
507         i386os9k.c \
508         ieee.c \
509         m68k4knetbsd.c \
510         m68klinux.c \
511         m68knetbsd.c \
512         m88kmach3.c \
513         m88kopenbsd.c \
514         mach-o.c \
515         mipsbsd.c \
516         newsos3.c \
517         nlm.c \
518         nlm32-i386.c \
519         nlm32-sparc.c \
520         nlm32-ppc.c \
521         nlm32.c \
522         ns32knetbsd.c \
523         oasys.c \
524         pc532-mach.c \
525         pdp11.c \
526         pef.c \
527         pe-arm.c \
528         pei-arm.c \
529         pe-arm-wince.c \
530         pei-arm-wince.c \
531         pe-i386.c \
532         pei-i386.c \
533         pe-mcore.c \
534         pei-mcore.c \
535         pe-ppc.c \
536         pei-ppc.c \
537         pe-sh.c \
538         pei-sh.c \
539         pe-mips.c \
540         pei-mips.c \
541         ppcboot.c \
542         reloc16.c \
543         riscix.c \
544         sparclinux.c \
545         sparclynx.c \
546         sparcnetbsd.c \
547         sunos.c \
548         vaxnetbsd.c \
549         vax1knetbsd.c \
550         vaxbsd.c \
551         versados.c \
552         vms.c \
553         vms-gsd.c \
554         vms-hdr.c \
555         vms-misc.c \
556         vms-tir.c \
557         vmsutil.c \
558         xcofflink.c \
559         xsym.c \
560         xtensa-isa.c \
561         xtensa-modules.c
562
563 # The .o files needed by all of the 64 bit vectors that are configured into
564 # target_vector in targets.c if configured with --enable-targets=all
565 # and --enable-64-bit-bfd.
566 # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
567 # BFD32_BACKENDS.
568 BFD64_BACKENDS = \
569         aix5ppc-core.lo \
570         aout64.lo \
571         coff-alpha.lo \
572         coff64-rs6000.lo \
573         demo64.lo \
574         efi-app-ia64.lo \
575         efi-bsdrv-ia64.lo \
576         efi-rtdrv-ia64.lo \
577         efi-app-x86_64.lo \
578         efi-bsdrv-x86_64.lo \
579         efi-rtdrv-x86_64.lo \
580         elf64-x86-64.lo \
581         elf64-alpha.lo \
582         elf64-hppa.lo \
583         elf32-ia64.lo \
584         elf64-ia64.lo \
585         elf64-gen.lo \
586         elfn32-mips.lo \
587         elf64-mips.lo \
588         elf64-mmix.lo \
589         elf64-sh64.lo \
590         elf64-ppc.lo \
591         elf64-s390.lo \
592         elf64-sparc.lo \
593         elf64.lo \
594         mmo.lo \
595         nlm32-alpha.lo \
596         nlm64.lo \
597         coff-x86_64.lo \
598         pe-x86_64.lo \
599         pei-x86_64.lo \
600         pepigen.lo \
601         pex64igen.lo
602
603 BFD64_BACKENDS_CFILES = \
604         aix5ppc-core.c \
605         aout64.c \
606         coff-alpha.c \
607         coff64-rs6000.c \
608         demo64.c \
609         efi-app-ia64.c \
610         efi-bsdrv-ia64.c \
611         efi-rtdrv-ia64.c \
612         efi-app-x86_64.c \
613         efi-bsdrv-x86_64.c \
614         efi-rtdrv-x86_64.c \
615         elf64-x86-64.c \
616         elf64-alpha.c \
617         elf64-hppa.c \
618         elf64-gen.c \
619         elfn32-mips.c \
620         elf64-mips.c \
621         elf64-mmix.c \
622         elf64-ppc.c \
623         elf64-s390.c \
624         elf64-sh64.c \
625         elf64-sparc.c \
626         elf64.c \
627         mmo.c \
628         nlm32-alpha.c \
629         nlm64.c \
630         coff-x86_64.c \
631         pe-x86_64.c \
632         pei-x86_64.c
633
634 OPTIONAL_BACKENDS = \
635         aix386-core.lo \
636         hpux-core.lo \
637         irix-core.lo \
638         lynx-core.lo \
639         osf-core.lo \
640         sco5-core.lo \
641         trad-core.lo \
642         cisco-core.lo
643
644 OPTIONAL_BACKENDS_CFILES = \
645         aix386-core.c \
646         hpux-core.c \
647         irix-core.c \
648         lynx-core.c \
649         osf-core.c \
650         sco5-core.c \
651         trad-core.c \
652         cisco-core.c
653
654 # We want to rerun configure if configure.in, config.bfd or
655 # configure.host change. configure.in is needed since the version
656 # number in Makefile comes from configure.in.
657 CONFIG_STATUS_DEPENDENCIES = \
658         $(srcdir)/configure.in \
659         $(srcdir)/config.bfd \
660         $(srcdir)/configure.host
661
662 # These are defined by configure.in:
663 WORDSIZE = @wordsize@
664 ALL_BACKENDS = @all_backends@
665 BFD_BACKENDS = @bfd_backends@
666 BFD_MACHINES = @bfd_machines@
667 TDEFAULTS = @tdefaults@
668
669 INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) @INCINTL@
670
671 # C source files that correspond to .o's.
672 SOURCE_CFILES = \
673         $(BFD32_LIBS_CFILES) \
674         $(BFD64_LIBS_CFILES) \
675         $(ALL_MACHINES_CFILES) \
676         $(BFD32_BACKENDS_CFILES) \
677         $(BFD64_BACKENDS_CFILES) \
678         $(OPTIONAL_BACKENDS_CFILES)
679
680 BUILD_CFILES = \
681         elf32-ia64.c elf64-ia64.c peigen.c pepigen.c pex64igen.c
682
683 CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
684
685 ## This is a list of all .h files which are in the source tree.
686 SOURCE_HFILES = \
687         aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
688         elf-bfd.h elf-hppa.h elf32-hppa.h \
689         elf64-hppa.h elfcode.h elfcore.h \
690         freebsd.h genlink.h go32stub.h \
691         libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
692         libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
693         netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
694         pef.h pef-traceback.h peicode.h som.h version.h \
695         vms.h xcoff-target.h xsym.h
696
697 ## ... and all .h files which are in the build tree.
698 BUILD_HFILES = \
699         bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h
700
701 HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
702
703 SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
704 BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
705
706 po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
707         for file in $(SRC_POTFILES); do echo $$file; done \
708           | LC_ALL=C sort > tmp.src \
709           && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
710
711 po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
712         for file in $(BLD_POTFILES); do echo $$file; done \
713           | LC_ALL=C sort > tmp.bld \
714           && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
715
716 all diststuff: info
717
718 .PHONY: install-pdf install-pdf-am install-pdf-recursive
719
720 install-pdf:    install-pdf-recursive
721
722 install-pdf-recursive:
723         @failcom='exit 1'; \
724         for f in x $$MAKEFLAGS; do \
725           case $$f in \
726             *=* | --[!k]*);; \
727             *k*) failcom='fail=yes';; \
728           esac; \
729         done; \
730         dot_seen=no; \
731         target=`echo $@ | sed s/-recursive//`; \
732         list='$(SUBDIRS)'; for subdir in $$list; do \
733           echo "Making $$target in $$subdir"; \
734           if test "$$subdir" = "."; then \
735             dot_seen=yes; \
736             local_target="$$target-am"; \
737           else \
738             local_target="$$target"; \
739           fi; \
740           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
741           || eval $$failcom; \
742         done; \
743         if test "$$dot_seen" = "no"; then \
744           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
745         fi; test -z "$$fail"
746
747 .PHONY: install-html install-html-am install-html-recursive
748
749 install-html:   install-html-recursive
750
751 install-html-recursive:
752         @failcom='exit 1'; \
753         for f in x $$MAKEFLAGS; do \
754           case $$f in \
755             *=* | --[!k]*);; \
756             *k*) failcom='fail=yes';; \
757           esac; \
758         done; \
759         dot_seen=no; \
760         target=`echo $@ | sed s/-recursive//`; \
761         list='$(SUBDIRS)'; for subdir in $$list; do \
762           echo "Making $$target in $$subdir"; \
763           if test "$$subdir" = "."; then \
764             dot_seen=yes; \
765             local_target="$$target-am"; \
766           else \
767             local_target="$$target"; \
768           fi; \
769           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
770           || eval $$failcom; \
771         done; \
772         if test "$$dot_seen" = "no"; then \
773           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
774         fi; test -z "$$fail"
775
776 # Various kinds of .o files to put in libbfd.a:
777 # BFD_BACKENDS  Routines the configured targets need.
778 # BFD_MACHINES  Architecture-specific routines the configured targets need.
779 # COREFILE      Core file routines for a native configuration
780 # bfd64_libs    Routines for 64bit support
781 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
782
783 stamp-ofiles: Makefile
784         rm -f tofiles
785         f=""; \
786         for i in $(OFILES) ; do \
787           case " $$f " in \
788             *" $$i "*) ;; \
789             *) f="$$f $$i" ;; \
790           esac ; \
791         done ; \
792         echo $$f > tofiles
793         $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
794         touch stamp-ofiles
795
796 ofiles: stamp-ofiles ; @true
797
798 # Since BFD64_LIBS is optional and we can't have substitution in
799 # libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
800 libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
801 libbfd_la_DEPENDENCIES = $(OFILES) ofiles
802 libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@
803 libbfd_la_LDFLAGS = -release `cat libtool-soversion` @SHARED_LDFLAGS@
804
805 # libtool will build .libs/libbfd.a.  We create libbfd.a in the build
806 # directory so that we don't have to convert all the programs that use
807 # libbfd.a simultaneously.  This is a hack which should be removed if
808 # everything else starts using libtool.  FIXME.
809
810 noinst_LIBRARIES = libbfd.a
811 libbfd_a_SOURCES =
812
813 stamp-lib: libbfd.la
814         libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
815         if [ -f $$libtooldir/libbfd.a ]; then \
816           cp $$libtooldir/libbfd.a libbfd.tmp; \
817           $(RANLIB) libbfd.tmp; \
818           $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
819         else true; fi
820         touch stamp-lib
821
822 libbfd.a: stamp-lib ; @true
823
824 # This file holds an array associating configuration triplets and
825 # vector names.  It is built from config.bfd.  It is not compiled by
826 # itself, but is included by targets.c.
827 targmatch.h: config.bfd targmatch.sed
828         rm -f targmatch.h
829         sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
830         mv -f targmatch.new targmatch.h
831
832 # When compiling archures.c and targets.c, supply the default target
833 # info from configure.
834
835 targets.lo: targets.c Makefile
836         $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
837
838 archures.lo: archures.c Makefile
839         $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
840
841 dwarf2.lo: dwarf2.c Makefile
842         $(LIBTOOL) --mode=compile $(COMPILE) -c -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
843
844 elf32-target.h : elfxx-target.h
845         rm -f elf32-target.h
846         sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
847         mv -f elf32-target.new elf32-target.h
848
849 elf64-target.h : elfxx-target.h
850         rm -f elf64-target.h
851         sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
852         mv -f elf64-target.new elf64-target.h
853
854 elf32-ia64.c : elfxx-ia64.c
855         rm -f elf32-ia64.c
856         sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
857         mv -f elf32-ia64.new elf32-ia64.c
858
859 elf64-ia64.c : elfxx-ia64.c
860         rm -f elf64-ia64.c
861         sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
862         mv -f elf64-ia64.new elf64-ia64.c
863
864 peigen.c : peXXigen.c
865         rm -f peigen.c
866         sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
867         mv -f peigen.new peigen.c
868
869 pepigen.c : peXXigen.c
870         rm -f pepigen.c
871         sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
872         mv -f pepigen.new pepigen.c
873
874 pex64igen.c: peXXigen.c
875         rm -f pex64igen.c
876         sed -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new
877         mv -f pex64igen.new pex64igen.c
878
879 BFD_H_DEPS= $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
880 LOCAL_H_DEPS= libbfd.h sysdep.h config.h
881 $(BFD32_LIBS) \
882  $(BFD64_LIBS) \
883  $(ALL_MACHINES) \
884  $(BFD32_BACKENDS) \
885  $(BFD64_BACKENDS) \
886  $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
887
888 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd
889         @$(NORMAL_INSTALL)
890
891 uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd
892         @$(NORMAL_UNINSTALL)
893
894 .PHONY: install_libbfd uninstall_libbfd
895 install_libbfd: $(bfdlib_LTLIBRARIES) $(BFD_H)
896         $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
897         $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
898         @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
899           if test -f $$p; then \
900             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
901             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
902           else :; fi; \
903         done
904         $(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(bfdincludedir)/bfd.h
905         $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(bfdincludedir)/ansidecl.h
906         $(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(bfdincludedir)/symcat.h
907         $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(bfdincludedir)/bfdlink.h
908
909 uninstall_libbfd:
910         list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
911           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
912         done
913         rm -f $(DESTDIR)$(bfdincludedir)/bfd.h
914         rm -f $(DESTDIR)$(bfdincludedir)/ansidecl.h
915         rm -f $(DESTDIR)$(bfdincludedir)/symcat.h
916         rm -f $(DESTDIR)$(bfdincludedir)/bfdlink.h
917
918 # Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
919 DEP: dep.sed $(CFILES) $(HFILES) bfd.h
920         rm -f DEP1
921         $(MAKE) MKDEP="$(MKDEP)" DEP1
922         sed -f dep.sed < DEP1 > DEPA
923         echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
924         if grep ' /' DEPA > /dev/null 2> /dev/null; then \
925           echo 'make DEP failed!'; exit 1; \
926         else \
927           mv -f DEPA $@; \
928         fi
929
930 DEP1: $(CFILES)
931         echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
932         echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
933         $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
934         mv -f DEP2 $@
935
936 dep.sed: dep-in.sed config.status
937         sed <$(srcdir)/dep-in.sed >dep.sed      \
938                 -e 's!@BFD_H@!$(BFD_H)!'        \
939                 -e 's!@SRCDIR@!$(srcdir)!'      \
940                 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!'
941
942 dep: DEP
943         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
944         cat DEP >> tmp-Makefile
945         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
946
947 dep-in: DEP
948         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
949         cat DEP >> tmp-Makefile.in
950         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
951
952 dep-am: DEP
953         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
954         cat DEP >> tmp-Makefile.am
955         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
956
957 host-aout.lo: Makefile
958
959 # The following program can be used to generate a simple config file
960 # which can be folded into an h-XXX file for a new host, with some editing.
961 aout-params.h: gen-aout
962         ./gen-aout host > aout-params.h
963 gen-aout: $(srcdir)/gen-aout.c Makefile
964         $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
965
966 $(BFD_H): stmp-bfd-h ; @true
967
968 stmp-bfd-h: bfd-in3.h
969         rm -f bfd-tmp.h
970         cp bfd-in3.h bfd-tmp.h
971         $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
972         rm -f bfd-tmp.h
973         touch stmp-bfd-h
974
975 BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
976         reloc.c syms.c bfd.c bfdio.c bfdwin.c \
977         archive.c corefile.c targets.c format.c compress.c
978 BFD64_H_FILES = archive64.c
979 LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \
980         cache.c reloc.c archures.c elf.c
981 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
982
983 # Could really use a "copy-if-change"...
984 headers:
985         (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
986         cp $(bfddocdir)/bfd.h bfd-in2.h-new
987         $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
988         cp $(bfddocdir)/libbfd.h libbfd.h-new
989         $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
990         cp $(bfddocdir)/libcoff.h libcoff.h-new
991         $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
992
993 # We only rebuild the header files automatically if we have been
994 # configured with --enable-maintainer-mode.
995
996 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
997 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
998         (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
999         cp $(bfddocdir)/bfd.h bfd-in2.h-new
1000         $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1001         touch stmp-bin2-h
1002
1003 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1004 stmp-lbfd-h: $(LIBBFD_H_FILES)
1005         (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
1006         cp $(bfddocdir)/libbfd.h libbfd.h-new
1007         $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1008         touch stmp-lbfd-h
1009
1010 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
1011 stmp-lcoff-h: $(LIBCOFF_H_FILES)
1012         (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
1013         cp $(bfddocdir)/libcoff.h libcoff.h-new
1014         $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1015         touch stmp-lcoff-h
1016
1017 MOSTLYCLEANFILES = ofiles stamp-ofiles
1018
1019 CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
1020         stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
1021
1022 DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
1023
1024 bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in
1025         @echo "creating $@"
1026         @bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
1027         bfd_version_string="\"$(VERSION)\"" ;\
1028         bfd_soversion="$(VERSION)" ;\
1029         bfd_version_package="\"$(PKGVERSION)\"" ;\
1030         report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
1031         if test "x$(RELEASE)" = x ; then \
1032           bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
1033           bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
1034           bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
1035         fi ;\
1036         sed -e "s,@bfd_version@,$$bfd_version," \
1037             -e "s,@bfd_version_string@,$$bfd_version_string," \
1038             -e "s,@bfd_version_package@,$$bfd_version_package," \
1039             -e "s,@report_bugs_to@,$$report_bugs_to," \
1040             < $(srcdir)/version.h > $@; \
1041         echo "$${bfd_soversion}" > libtool-soversion
1042
1043 # What appears below is generated by a hacked mkdep using gcc -MM.
1044
1045 # DO NOT DELETE THIS LINE -- mkdep uses it.
1046 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1047 archive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1048   $(INCDIR)/hashtab.h $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h \
1049   $(INCDIR)/safe-ctype.h
1050 archures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1051   $(INCDIR)/safe-ctype.h
1052 bfd.lo: bfd.c $(INCDIR)/filenames.h bfdver.h $(INCDIR)/libiberty.h \
1053   $(INCDIR)/demangle.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h \
1054   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \
1055   $(INCDIR)/coff/sym.h libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h \
1056   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1057   $(INCDIR)/elf/internal.h
1058 bfdio.lo: bfdio.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1059 bfdwin.lo: bfdwin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1060 cache.lo: cache.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1061   $(INCDIR)/libiberty.h
1062 coffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1063   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h
1064 corefile.lo: corefile.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1065 format.lo: format.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1066 init.lo: init.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1067 libbfd.lo: libbfd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1068 opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h \
1069   $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
1070 reloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1071   $(INCDIR)/hashtab.h
1072 section.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1073   $(INCDIR)/bfdlink.h
1074 syms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1075   $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h \
1076   $(INCDIR)/aout/stab.def
1077 targets.lo: targets.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1078   $(INCDIR)/fnmatch.h targmatch.h
1079 hash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1080   $(INCDIR)/objalloc.h $(INCDIR)/libiberty.h
1081 linker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1082   $(INCDIR)/bfdlink.h genlink.h
1083 srec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1084   $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1085 binary.lo: binary.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1086   $(INCDIR)/hashtab.h
1087 tekhex.lo: tekhex.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1088   $(INCDIR)/libiberty.h
1089 ihex.lo: ihex.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1090   $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1091 stabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1092   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/safe-ctype.h
1093 stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
1094   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
1095 merge.lo: merge.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1096   $(INCDIR)/libiberty.h
1097 dwarf2.lo: dwarf2.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1098   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1099   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1100   $(INCDIR)/elf/dwarf2.h
1101 simple.lo: simple.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1102   $(INCDIR)/bfdlink.h
1103 compress.lo: compress.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1104 archive64.lo: archive64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1105   $(INCDIR)/aout/ar.h
1106 cpu-alpha.lo: cpu-alpha.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1107 cpu-arc.lo: cpu-arc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1108 cpu-arm.lo: cpu-arm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1109   $(INCDIR)/libiberty.h
1110 cpu-avr.lo: cpu-avr.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1111 cpu-bfin.lo: cpu-bfin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1112 cpu-cr16.lo: cpu-cr16.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1113 cpu-cris.lo: cpu-cris.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1114 cpu-cr16c.lo: cpu-cr16c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1115 cpu-crx.lo: cpu-crx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1116 cpu-d10v.lo: cpu-d10v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1117 cpu-d30v.lo: cpu-d30v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1118 cpu-dlx.lo: cpu-dlx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1119 cpu-fr30.lo: cpu-fr30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1120 cpu-frv.lo: cpu-frv.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1121 cpu-h8300.lo: cpu-h8300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1122 cpu-h8500.lo: cpu-h8500.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1123 cpu-hppa.lo: cpu-hppa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1124 cpu-ia64.lo: cpu-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1125   cpu-ia64-opc.c $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h
1126 cpu-i370.lo: cpu-i370.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1127 cpu-i386.lo: cpu-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1128 cpu-i860.lo: cpu-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1129 cpu-i960.lo: cpu-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1130 cpu-ip2k.lo: cpu-ip2k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1131 cpu-iq2000.lo: cpu-iq2000.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1132 cpu-lm32.lo: cpu-lm32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1133 cpu-m32c.lo: cpu-m32c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1134 cpu-m32r.lo: cpu-m32r.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1135 cpu-m68hc11.lo: cpu-m68hc11.c $(INCDIR)/filenames.h \
1136   $(INCDIR)/hashtab.h
1137 cpu-m68hc12.lo: cpu-m68hc12.c $(INCDIR)/filenames.h \
1138   $(INCDIR)/hashtab.h
1139 cpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1140   $(INCDIR)/opcode/m68k.h
1141 cpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1142 cpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1143 cpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1144 cpu-maxq.lo: cpu-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1145 cpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1146 cpu-mep.lo: cpu-mep.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1147 cpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1148 cpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1149 cpu-mt.lo: cpu-mt.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1150 cpu-msp430.lo: cpu-msp430.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1151 cpu-or32.lo: cpu-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1152 cpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1153   ns32k.h
1154 cpu-openrisc.lo: cpu-openrisc.c $(INCDIR)/filenames.h \
1155   $(INCDIR)/hashtab.h
1156 cpu-pdp11.lo: cpu-pdp11.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1157 cpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1158 cpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h \
1159   $(INCDIR)/hashtab.h
1160 cpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1161 cpu-s390.lo: cpu-s390.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1162 cpu-score.lo: cpu-score.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1163 cpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1164   $(srcdir)/../opcodes/sh-opc.h
1165 cpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1166 cpu-spu.lo: cpu-spu.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1167 cpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1168 cpu-tic4x.lo: cpu-tic4x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1169 cpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1170 cpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1171 cpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1172   $(INCDIR)/safe-ctype.h
1173 cpu-vax.lo: cpu-vax.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1174 cpu-we32k.lo: cpu-we32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1175 cpu-w65.lo: cpu-w65.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1176 cpu-xstormy16.lo: cpu-xstormy16.c $(INCDIR)/filenames.h \
1177   $(INCDIR)/hashtab.h
1178 cpu-xtensa.lo: cpu-xtensa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1179 cpu-xc16x.lo: cpu-xc16x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1180 cpu-z80.lo: cpu-z80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1181 cpu-z8k.lo: cpu-z8k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1182 aout-adobe.lo: aout-adobe.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1183   $(INCDIR)/aout/adobe.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1184   libaout.h $(INCDIR)/bfdlink.h
1185 aout-arm.lo: aout-arm.c $(INCDIR)/filenames.h libaout.h \
1186   $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aoutx.h \
1187   $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h $(INCDIR)/aout/stab_gnu.h \
1188   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1189 aout-cris.lo: aout-cris.c aout32.c aoutx.h $(INCDIR)/filenames.h \
1190   $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h libaout.h \
1191   $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1192   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1193 aout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
1194   ns32k.h libaout.h $(INCDIR)/bfdlink.h aoutx.h $(INCDIR)/filenames.h \
1195   $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h $(INCDIR)/aout/stab_gnu.h \
1196   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1197 aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
1198   libaout.h aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1199   $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1200   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1201 aout-tic30.lo: aout-tic30.c $(INCDIR)/filenames.h libaout.h \
1202   $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1203   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aoutx.h \
1204   $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h
1205 aout0.lo: aout0.c aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1206   $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
1207   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1208   $(INCDIR)/aout/ar.h aout-target.h
1209 aout32.lo: aout32.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1210   $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
1211   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1212 armnetbsd.lo: armnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1213   $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1214   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1215   $(INCDIR)/aout/ar.h
1216 bout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1217   $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/bout.h $(INCDIR)/libiberty.h \
1218   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h
1219 cf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \
1220   coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \
1221   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1222   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1223 cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \
1224   $(INCDIR)/hashtab.h $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h \
1225   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1226   coffcode.h coffswap.h
1227 coff-apollo.lo: coff-apollo.c $(INCDIR)/filenames.h \
1228   $(INCDIR)/hashtab.h $(INCDIR)/coff/apollo.h $(INCDIR)/coff/external.h \
1229   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1230   coffcode.h coffswap.h
1231 coff-arm.lo: coff-arm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1232   $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1233   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1234 coff-aux.lo: coff-aux.c $(INCDIR)/filenames.h $(INCDIR)/coff/aux-coff.h \
1235   $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1236   coff-m68k.c $(INCDIR)/hashtab.h libcoff.h $(INCDIR)/bfdlink.h \
1237   coffcode.h coffswap.h
1238 coff-h8300.lo: coff-h8300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1239   $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/coff/h8300.h \
1240   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1241   libcoff.h $(INCDIR)/libiberty.h coffcode.h coffswap.h
1242 coff-h8500.lo: coff-h8500.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1243   $(INCDIR)/bfdlink.h $(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h \
1244   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1245 coff-i386.lo: coff-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1246   $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1247   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1248 coff-i860.lo: coff-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1249   $(INCDIR)/coff/i860.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1250   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1251 coff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/filenames.h \
1252   $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1253   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1254   coffcode.h coffswap.h
1255 coff-i960.lo: coff-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1256   $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h libcoff.h \
1257   $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1258 coff-m68k.lo: coff-m68k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1259   $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1260   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1261 coff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1262   $(INCDIR)/coff/m88k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1263   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1264 coff-maxq.lo: coff-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1265   $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1266   libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \
1267   coffcode.h coffswap.h
1268 coff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1269   $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1270   $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h \
1271   $(INCDIR)/coff/external.h libcoff.h libecoff.h coffswap.h \
1272   ecoffswap.h
1273 coff-or32.lo: coff-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1274   $(INCDIR)/coff/or32.h $(INCDIR)/coff/internal.h libcoff.h \
1275   $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1276 coff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \
1277   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \
1278   $(INCDIR)/coff/xcoff.h $(INCDIR)/coff/rs6000.h libcoff.h \
1279   libxcoff.h coffcode.h coffswap.h
1280 coff-sh.lo: coff-sh.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1281   $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
1282   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1283   libcoff.h coffcode.h coffswap.h
1284 coff-sparc.lo: coff-sparc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1285   $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1286   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1287 coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/filenames.h \
1288   $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1289   $(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \
1290   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \
1291   go32stub.h
1292 coff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/filenames.h \
1293   $(INCDIR)/hashtab.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1294   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1295   coffcode.h coffswap.h
1296 coff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1297   $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h \
1298   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1299 coff-tic4x.lo: coff-tic4x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1300   $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h \
1301   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1302 coff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \
1303   $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h \
1304   $(INCDIR)/coff/ti.h $(INCDIR)/coff/internal.h libcoff.h \
1305   coffcode.h coffswap.h
1306 coff-tic80.lo: coff-tic80.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1307   $(INCDIR)/hashtab.h $(INCDIR)/coff/tic80.h $(INCDIR)/coff/external.h \
1308   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1309 coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/filenames.h \
1310   $(INCDIR)/hashtab.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1311   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1312   coffcode.h coffswap.h
1313 coff-we32k.lo: coff-we32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1314   $(INCDIR)/coff/we32k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1315   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1316 coff-w65.lo: coff-w65.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1317   $(INCDIR)/bfdlink.h $(INCDIR)/coff/w65.h $(INCDIR)/coff/external.h \
1318   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1319 coff-z80.lo: coff-z80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1320   $(INCDIR)/bfdlink.h $(INCDIR)/coff/z80.h $(INCDIR)/coff/external.h \
1321   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1322 coff-z8k.lo: coff-z8k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1323   $(INCDIR)/bfdlink.h $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h \
1324   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1325 cofflink.lo: cofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1326   $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h libcoff.h \
1327   $(INCDIR)/safe-ctype.h
1328 dwarf1.lo: dwarf1.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1329   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1330   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1331   $(INCDIR)/elf/dwarf.h
1332 ecoff.lo: ecoff.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1333   $(INCDIR)/hashtab.h $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h \
1334   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
1335   $(INCDIR)/aout/aout64.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1336   $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h libcoff.h \
1337   libecoff.h $(INCDIR)/libiberty.h
1338 ecofflink.lo: ecofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1339   $(INCDIR)/hashtab.h $(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h \
1340   $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1341   $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h libcoff.h \
1342   libecoff.h
1343 efi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \
1344   coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \
1345   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1346   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1347   peicode.h libpei.h
1348 efi-bsdrv-ia32.lo: efi-bsdrv-ia32.c $(INCDIR)/filenames.h \
1349   coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \
1350   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1351   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1352   peicode.h libpei.h
1353 efi-rtdrv-ia32.lo: efi-rtdrv-ia32.c $(INCDIR)/filenames.h \
1354   coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \
1355   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1356   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1357   peicode.h libpei.h
1358 elf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1359   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1360   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/libiberty.h \
1361   $(INCDIR)/safe-ctype.h
1362 elf32-am33lin.lo: elf32-am33lin.c $(INCDIR)/filenames.h \
1363   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1364   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \
1365   $(INCDIR)/elf/reloc-macros.h elf-m10300.c $(INCDIR)/hashtab.h \
1366   $(INCDIR)/libiberty.h elf32-target.h
1367 elf32-arc.lo: elf32-arc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1368   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1369   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h \
1370   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1371   elf32-target.h
1372 elf32-arm.lo: elf32-arm.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1373   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1374   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1375   elf-vxworks.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
1376   elf32-target.h
1377 elf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1378   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1379   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h \
1380   $(INCDIR)/elf/reloc-macros.h elf32-avr.h elf32-target.h
1381 elf32-bfin.lo: elf32-bfin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1382   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1383   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/bfin.h \
1384   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/dwarf2.h \
1385   elf32-target.h
1386 elf32-cr16.lo: elf32-cr16.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1387   $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h elf-bfd.h \
1388   $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
1389   $(INCDIR)/elf/cr16.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1390 elf32-cr16c.lo: elf32-cr16c.c $(INCDIR)/filenames.h \
1391   $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/cr16c.h \
1392   $(INCDIR)/elf/reloc-macros.h elf-bfd.h $(INCDIR)/elf/common.h \
1393   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf32-target.h
1394 elf32-cris.lo: elf32-cris.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1395   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1396   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/cris.h \
1397   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1398 elf32-crx.lo: elf32-crx.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1399   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1400   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/crx.h \
1401   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1402 elf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1403   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1404   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h \
1405   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1406 elf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1407   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1408   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h \
1409   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1410 elf32-dlx.lo: elf32-dlx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1411   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1412   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dlx.h \
1413   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1414 elf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1415   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1416   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h \
1417   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1418 elf32-frv.lo: elf32-frv.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1419   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1420   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/frv.h \
1421   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/dwarf2.h \
1422   elf32-target.h
1423 elf32-gen.lo: elf32-gen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1424   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1425   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h elf32-target.h
1426 elf32-h8300.lo: elf32-h8300.c $(INCDIR)/filenames.h \
1427   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1428   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1429   $(INCDIR)/elf/h8.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1430 elf32-hppa.lo: elf32-hppa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1431   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1432   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h \
1433   $(INCDIR)/elf/reloc-macros.h libhppa.h elf32-hppa.h \
1434   elf-hppa.h elf32-target.h
1435 elf32-i370.lo: elf32-i370.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1436   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1437   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/i370.h \
1438   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1439 elf32-i386.lo: elf32-i386.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1440   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1441   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf-vxworks.h \
1442   bfd_stdint.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h \
1443   elf32-target.h
1444 elf32-i860.lo: elf32-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1445   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1446   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/i860.h \
1447   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1448 elf32-i960.lo: elf32-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1449   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1450   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/i960.h \
1451   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1452 elf32-ip2k.lo: elf32-ip2k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1453   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1454   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/ip2k.h \
1455   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1456 elf32-iq2000.lo: elf32-iq2000.c $(INCDIR)/filenames.h \
1457   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1458   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1459   $(INCDIR)/elf/iq2000.h $(INCDIR)/elf/reloc-macros.h \
1460   elf32-target.h
1461 elf32-m32c.lo: elf32-m32c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1462   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1463   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32c.h \
1464   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1465   elf32-target.h
1466 elf32-lm32.lo: elf32-lm32.c $(INCDIR)/filenames.h elf-bfd.h \
1467   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1468   $(INCDIR)/bfdlink.h $(INCDIR)/elf/lm32.h $(INCDIR)/elf/reloc-macros.h \
1469   elf32-target.h
1470 elf32-m32r.lo: elf32-m32r.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1471   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1472   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32r.h \
1473   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1474 elf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1475   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1476   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/m68k.h \
1477   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/m68k.h \
1478   elf32-target.h
1479 elf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \
1480   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1481   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf32-m68hc1x.h \
1482   $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
1483   $(INCDIR)/opcode/m68hc11.h elf32-target.h
1484 elf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \
1485   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1486   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf32-m68hc1x.h \
1487   $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
1488   $(INCDIR)/opcode/m68hc11.h elf32-target.h
1489 elf32-m68hc1x.lo: elf32-m68hc1x.c $(INCDIR)/filenames.h \
1490   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1491   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf32-m68hc1x.h \
1492   $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
1493   $(INCDIR)/opcode/m68hc11.h
1494 elf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1495   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1496   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h elf32-target.h
1497 elf-m10200.lo: elf-m10200.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1498   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1499   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h elf32-target.h
1500 elf-m10300.lo: elf-m10300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1501   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1502   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \
1503   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1504   elf32-target.h
1505 elf32-mcore.lo: elf32-mcore.c $(INCDIR)/filenames.h \
1506   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1507   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/mcore.h \
1508   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1509 elf32-mep.lo: elf32-mep.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1510   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1511   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mep.h \
1512   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1513   elf32-target.h
1514 elfxx-mips.lo: elfxx-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1515   $(INCDIR)/libiberty.h elf-bfd.h $(INCDIR)/elf/common.h \
1516   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1517   elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
1518   elf-vxworks.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1519   $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h
1520 elf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1521   $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1522   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elfxx-mips.h \
1523   $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h elf-vxworks.h \
1524   $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1525   $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
1526   ecoffswap.h elf32-target.h
1527 elf32-mt.lo: elf32-mt.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1528   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1529   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mt.h \
1530   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1531 elf32-msp430.lo: elf32-msp430.c $(INCDIR)/filenames.h \
1532   $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h elf-bfd.h \
1533   $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
1534   $(INCDIR)/bfdlink.h $(INCDIR)/elf/msp430.h $(INCDIR)/elf/reloc-macros.h \
1535   elf32-target.h
1536 elf32-openrisc.lo: elf32-openrisc.c $(INCDIR)/filenames.h \
1537   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1538   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1539   $(INCDIR)/elf/openrisc.h $(INCDIR)/elf/reloc-macros.h \
1540   $(INCDIR)/libiberty.h elf32-target.h
1541 elf32-or32.lo: elf32-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1542   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1543   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/or32.h \
1544   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1545   elf32-target.h
1546 elf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1547   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1548   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/pj.h \
1549   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1550 elf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1551   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1552   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/ppc.h \
1553   $(INCDIR)/elf/reloc-macros.h elf32-ppc.h elf-vxworks.h \
1554   elf32-target.h
1555 elf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \
1556   $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
1557   $(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \
1558   elf32-sh64.h elf32-sh.c $(INCDIR)/hashtab.h elf-vxworks.h \
1559   $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1560   $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
1561 elf32-sh64-com.lo: elf32-sh64-com.c $(INCDIR)/filenames.h \
1562   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1563   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1564   $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf32-sh64.h \
1565   $(srcdir)/../opcodes/sh64-opc.h
1566 elf32-s390.lo: elf32-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1567   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1568   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/s390.h \
1569   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1570 elf32-score.lo: elf32-score.c $(INCDIR)/filenames.h \
1571   $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h elf-bfd.h \
1572   $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
1573   $(INCDIR)/bfdlink.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h \
1574   elf32-target.h
1575 elf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1576   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1577   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf-vxworks.h \
1578   $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1579   $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
1580 elf32-sh-symbian.lo: elf32-sh-symbian.c elf32-sh.c \
1581   $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h \
1582   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1583   $(INCDIR)/elf/internal.h elf-vxworks.h $(INCDIR)/elf/sh.h \
1584   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1585   $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
1586 elfxx-sparc.lo: elfxx-sparc.c $(INCDIR)/filenames.h \
1587   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h \
1588   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1589   $(INCDIR)/elf/internal.h $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
1590   $(INCDIR)/opcode/sparc.h elfxx-sparc.h elf-vxworks.h
1591 elf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \
1592   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1593   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/sparc.h \
1594   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \
1595   elfxx-sparc.h elf-vxworks.h elf32-target.h
1596 elf32-spu.lo: elf32-spu.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1597   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1598   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/spu.h \
1599   $(INCDIR)/elf/reloc-macros.h elf32-spu.h elf32-target.h
1600 elf32-v850.lo: elf32-v850.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1601   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1602   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/v850.h \
1603   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1604   elf32-target.h
1605 elf32-vax.lo: elf32-vax.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1606   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1607   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/vax.h \
1608   $(INCDIR)/elf/reloc-macros.h elf32-target.h
1609 elf32-xstormy16.lo: elf32-xstormy16.c $(INCDIR)/filenames.h \
1610   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1611   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1612   $(INCDIR)/elf/xstormy16.h $(INCDIR)/elf/reloc-macros.h \
1613   $(INCDIR)/libiberty.h elf32-target.h
1614 elf32-xtensa.lo: elf32-xtensa.c $(INCDIR)/filenames.h \
1615   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1616   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/xtensa.h \
1617   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/xtensa-isa.h \
1618   $(INCDIR)/xtensa-config.h elf32-target.h
1619 elf32-xc16x.lo: elf32-xc16x.c $(INCDIR)/filenames.h \
1620   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1621   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1622   $(INCDIR)/elf/xc16x.h $(INCDIR)/elf/reloc-macros.h \
1623   $(INCDIR)/elf/dwarf2.h $(INCDIR)/libiberty.h elf32-target.h
1624 elf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1625   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1626   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elfcore.h
1627 elflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1628   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1629   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/safe-ctype.h \
1630   $(INCDIR)/libiberty.h $(INCDIR)/objalloc.h
1631 elf-attrs.lo: elf-attrs.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1632   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1633   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h
1634 elf-strtab.lo: elf-strtab.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1635   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1636   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h
1637 elf-eh-frame.lo: elf-eh-frame.c $(INCDIR)/filenames.h \
1638   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1639   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1640   $(INCDIR)/elf/dwarf2.h
1641 elf-vxworks.lo: elf-vxworks.c $(INCDIR)/filenames.h \
1642   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1643   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1644   elf-vxworks.h $(INCDIR)/elf/vxworks.h
1645 epoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c $(INCDIR)/filenames.h \
1646   coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
1647   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1648   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1649   peicode.h libpei.h
1650 epoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c $(INCDIR)/filenames.h \
1651   coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
1652   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1653   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1654   peicode.h libpei.h
1655 hp300bsd.lo: hp300bsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1656   libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1657   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1658 hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
1659   aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1660   $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
1661   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1662   aout-target.h
1663 som.lo: som.c $(INCDIR)/filenames.h
1664 i386aout.lo: i386aout.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1665   $(INCDIR)/aout/aout64.h libaout.h $(INCDIR)/bfdlink.h \
1666   aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1667   $(INCDIR)/aout/ar.h
1668 i386bsd.lo: i386bsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1669   libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1670   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1671 i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
1672   $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \
1673   libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
1674   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1675   aout-target.h
1676 i386freebsd.lo: i386freebsd.c freebsd.h $(INCDIR)/filenames.h \
1677   $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1678   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1679   $(INCDIR)/aout/ar.h
1680 i386linux.lo: i386linux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1681   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1682   $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
1683 i386lynx.lo: i386lynx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1684   libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1685   aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1686   $(INCDIR)/aout/ar.h
1687 i386msdos.lo: i386msdos.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1688   libaout.h $(INCDIR)/bfdlink.h
1689 i386netbsd.lo: i386netbsd.c netbsd.h $(INCDIR)/filenames.h \
1690   $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1691   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1692   $(INCDIR)/aout/ar.h
1693 i386mach3.lo: i386mach3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1694   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1695   $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
1696 i386os9k.lo: i386os9k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1697   $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/os9k.h
1698 ieee.lo: ieee.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1699   $(INCDIR)/ieee.h libieee.h $(INCDIR)/safe-ctype.h
1700 m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1701   $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1702   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1703   $(INCDIR)/aout/ar.h
1704 m68klinux.lo: m68klinux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1705   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1706   $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
1707 m68knetbsd.lo: m68knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1708   $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1709   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1710   $(INCDIR)/aout/ar.h
1711 m88kmach3.lo: m88kmach3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1712   libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1713   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1714 m88kopenbsd.lo: m88kopenbsd.c netbsd.h $(INCDIR)/filenames.h \
1715   $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1716   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1717   $(INCDIR)/aout/ar.h
1718 mach-o.lo: mach-o.c $(INCDIR)/filenames.h mach-o.h \
1719   $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h mach-o-target.c
1720 mipsbsd.lo: mipsbsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1721   libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1722   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1723 newsos3.lo: newsos3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1724   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1725   $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
1726 nlm.lo: nlm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1727   libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1728   $(INCDIR)/nlm/external.h
1729 nlm32-i386.lo: nlm32-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1730   $(INCDIR)/nlm/i386-ext.h libnlm.h $(INCDIR)/nlm/common.h \
1731   $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
1732   nlm-target.h
1733 nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/filenames.h \
1734   $(INCDIR)/hashtab.h $(INCDIR)/nlm/sparc32-ext.h libnlm.h \
1735   $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \
1736   nlmswap.h nlm-target.h
1737 nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1738   $(INCDIR)/nlm/ppc-ext.h libnlm.h $(INCDIR)/nlm/common.h \
1739   $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
1740   nlm-target.h
1741 nlm32.lo: nlm32.c nlmcode.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1742   libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1743   $(INCDIR)/nlm/external.h
1744 ns32knetbsd.lo: ns32knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1745   $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1746   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1747   $(INCDIR)/aout/ar.h
1748 oasys.lo: oasys.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1749   $(INCDIR)/hashtab.h $(INCDIR)/oasys.h liboasys.h
1750 pc532-mach.lo: pc532-mach.c $(INCDIR)/filenames.h libaout.h \
1751   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
1752   aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1753   $(INCDIR)/aout/ar.h
1754 pdp11.lo: pdp11.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1755   libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1756   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1757   $(INCDIR)/safe-ctype.h
1758 pef.lo: pef.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1759   pef.h pef-traceback.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
1760 pe-arm.lo: pe-arm.c $(INCDIR)/filenames.h coff-arm.c \
1761   $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
1762   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1763   $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1764 pei-arm.lo: pei-arm.c $(INCDIR)/filenames.h coff-arm.c \
1765   $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
1766   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1767   $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1768 pe-arm-wince.lo: pe-arm-wince.c $(INCDIR)/filenames.h \
1769   pe-arm.c coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
1770   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1771   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1772   peicode.h libpei.h
1773 pei-arm-wince.lo: pei-arm-wince.c pei-arm.c $(INCDIR)/filenames.h \
1774   coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
1775   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1776   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1777   peicode.h libpei.h
1778 pe-i386.lo: pe-i386.c $(INCDIR)/filenames.h coff-i386.c \
1779   $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1780   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1781   $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1782 pei-i386.lo: pei-i386.c $(INCDIR)/filenames.h coff-i386.c \
1783   $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1784   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1785   $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1786 pe-mcore.lo: pe-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
1787   $(INCDIR)/hashtab.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \
1788   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1789   $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1790 pei-mcore.lo: pei-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
1791   $(INCDIR)/hashtab.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \
1792   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1793   $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1794 pe-ppc.lo: pe-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
1795   $(INCDIR)/hashtab.h $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
1796   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1797   $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1798 pei-ppc.lo: pei-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
1799   $(INCDIR)/hashtab.h $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
1800   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1801   $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1802 pe-sh.lo: pe-sh.c $(INCDIR)/filenames.h coff-sh.c $(INCDIR)/libiberty.h \
1803   $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
1804   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1805   $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
1806   libpei.h
1807 pei-sh.lo: pei-sh.c $(INCDIR)/filenames.h coff-sh.c \
1808   $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h \
1809   $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1810   $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
1811   libpei.h
1812 pe-mips.lo: pe-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1813   $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1814   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1815   peicode.h libpei.h
1816 pei-mips.lo: pei-mips.c $(INCDIR)/filenames.h pe-mips.c \
1817   $(INCDIR)/hashtab.h $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h \
1818   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1819   $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1820 ppcboot.lo: ppcboot.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1821   $(INCDIR)/hashtab.h
1822 reloc16.lo: reloc16.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1823   $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/coff/internal.h \
1824   libcoff.h
1825 riscix.lo: riscix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1826   libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1827   aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1828   $(INCDIR)/aout/ar.h
1829 sparclinux.lo: sparclinux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1830   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1831   $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
1832 sparclynx.lo: sparclynx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1833   $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
1834   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1835   $(INCDIR)/aout/ar.h aout-target.h
1836 sparcnetbsd.lo: sparcnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1837   $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1838   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1839   $(INCDIR)/aout/ar.h
1840 sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
1841   $(INCDIR)/filenames.h $(INCDIR)/hashtab.h $(INCDIR)/aout/sun4.h \
1842   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1843   $(INCDIR)/aout/ar.h aout-target.h
1844 vaxnetbsd.lo: vaxnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1845   $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1846   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1847   $(INCDIR)/aout/ar.h
1848 vax1knetbsd.lo: vax1knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1849   $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1850   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1851   $(INCDIR)/aout/ar.h
1852 vaxbsd.lo: vaxbsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1853   libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1854   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1855 versados.lo: versados.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1856   $(INCDIR)/libiberty.h
1857 vms.lo: vms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1858   $(INCDIR)/hashtab.h vms.h
1859 vms-gsd.lo: vms-gsd.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1860   $(INCDIR)/hashtab.h vms.h
1861 vms-hdr.lo: vms-hdr.c $(INCDIR)/filenames.h bfdver.h \
1862   $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h \
1863   vms.h
1864 vms-misc.lo: vms-misc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1865   $(INCDIR)/hashtab.h vms.h
1866 vms-tir.lo: vms-tir.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1867   $(INCDIR)/hashtab.h vms.h
1868 vmsutil.lo: vmsutil.c vmsutil.h $(INCDIR)/ansidecl.h
1869 xcofflink.lo: xcofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1870   $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
1871   libcoff.h libxcoff.h
1872 xsym.lo: xsym.c $(INCDIR)/filenames.h xsym.h $(INCDIR)/hashtab.h
1873 xtensa-isa.lo: xtensa-isa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1874   $(INCDIR)/xtensa-isa.h $(INCDIR)/xtensa-isa-internal.h
1875 xtensa-modules.lo: xtensa-modules.c $(INCDIR)/xtensa-isa.h \
1876   $(INCDIR)/xtensa-isa-internal.h
1877 aix5ppc-core.lo: aix5ppc-core.c $(INCDIR)/filenames.h
1878 aout64.lo: aout64.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1879   $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
1880   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1881 coff-alpha.lo: coff-alpha.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1882   $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1883   $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h \
1884   $(INCDIR)/aout/ar.h libcoff.h libecoff.h coffswap.h \
1885   ecoffswap.h
1886 coff64-rs6000.lo: coff64-rs6000.c $(INCDIR)/filenames.h \
1887   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \
1888   $(INCDIR)/coff/xcoff.h $(INCDIR)/coff/rs6k64.h libcoff.h \
1889   libxcoff.h coffcode.h coffswap.h
1890 demo64.lo: demo64.c aoutf1.h $(INCDIR)/filenames.h \
1891   $(INCDIR)/hashtab.h $(INCDIR)/aout/sun4.h libaout.h \
1892   $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1893   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1894 efi-app-ia64.lo: efi-app-ia64.c $(INCDIR)/filenames.h \
1895   coff-ia64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/ia64.h \
1896   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1897   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1898   peicode.h libpei.h
1899 efi-bsdrv-ia64.lo: efi-bsdrv-ia64.c $(INCDIR)/filenames.h \
1900   coff-ia64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/ia64.h \
1901   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1902   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1903   peicode.h libpei.h
1904 efi-rtdrv-ia64.lo: efi-rtdrv-ia64.c $(INCDIR)/filenames.h \
1905   coff-ia64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/ia64.h \
1906   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1907   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1908   peicode.h libpei.h
1909 efi-app-x86_64.lo: efi-app-x86_64.c $(INCDIR)/filenames.h \
1910   coff-x86_64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h \
1911   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1912   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \
1913   coffcode.h peicode.h libpei.h
1914 efi-bsdrv-x86_64.lo: efi-bsdrv-x86_64.c $(INCDIR)/filenames.h \
1915   coff-x86_64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h \
1916   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1917   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \
1918   coffcode.h peicode.h libpei.h
1919 efi-rtdrv-x86_64.lo: efi-rtdrv-x86_64.c $(INCDIR)/filenames.h \
1920   coff-x86_64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h \
1921   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1922   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \
1923   coffcode.h peicode.h libpei.h
1924 elf64-x86-64.lo: elf64-x86-64.c $(INCDIR)/filenames.h \
1925   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1926   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h bfd_stdint.h \
1927   $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h \
1928   elf64-target.h
1929 elf64-alpha.lo: elf64-alpha.c $(INCDIR)/filenames.h \
1930   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1931   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1932   $(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \
1933   $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1934   $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h \
1935   libcoff.h libecoff.h ecoffswap.h elf64-target.h
1936 elf64-hppa.lo: elf64-hppa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1937   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1938   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h \
1939   $(INCDIR)/elf/reloc-macros.h libhppa.h elf64-hppa.h \
1940   elf-hppa.h elf64-target.h
1941 elf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1942   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1943   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h elf64-target.h
1944 elfn32-mips.lo: elfn32-mips.c $(INCDIR)/filenames.h \
1945   $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h genlink.h elf-bfd.h \
1946   $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
1947   elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
1948   $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1949   $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
1950   ecoffswap.h elf32-target.h
1951 elf64-mips.lo: elf64-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1952   $(INCDIR)/aout/ar.h $(INCDIR)/bfdlink.h genlink.h elf-bfd.h \
1953   $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
1954   elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
1955   $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1956   $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \
1957   elf64-target.h
1958 elf64-mmix.lo: elf64-mmix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1959   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1960   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mmix.h \
1961   $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h \
1962   elf64-target.h
1963 elf64-ppc.lo: elf64-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1964   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1965   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/ppc64.h \
1966   $(INCDIR)/elf/reloc-macros.h elf64-ppc.h elf64-target.h
1967 elf64-s390.lo: elf64-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1968   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1969   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/s390.h \
1970   $(INCDIR)/elf/reloc-macros.h elf64-target.h
1971 elf64-sh64.lo: elf64-sh64.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1972   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1973   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/sh.h \
1974   $(INCDIR)/elf/reloc-macros.h elf64-target.h
1975 elf64-sparc.lo: elf64-sparc.c $(INCDIR)/filenames.h \
1976   $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1977   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1978   $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
1979   $(INCDIR)/opcode/sparc.h elfxx-sparc.h elf64-target.h
1980 elf64.lo: elf64.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1981   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1982   $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elfcore.h
1983 mmo.lo: mmo.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1984   $(INCDIR)/libiberty.h $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h \
1985   $(INCDIR)/opcode/mmix.h
1986 nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/filenames.h \
1987   $(INCDIR)/hashtab.h $(INCDIR)/nlm/alpha-ext.h libnlm.h \
1988   $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \
1989   nlmswap.h nlm-target.h
1990 nlm64.lo: nlm64.c nlmcode.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1991   libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1992   $(INCDIR)/nlm/external.h
1993 coff-x86_64.lo: coff-x86_64.c $(INCDIR)/filenames.h \
1994   $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
1995   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1996   $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h coffcode.h \
1997   coffswap.h
1998 pe-x86_64.lo: pe-x86_64.c $(INCDIR)/filenames.h coff-x86_64.c \
1999   $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
2000   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2001   $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h coffcode.h \
2002   peicode.h libpei.h
2003 pei-x86_64.lo: pei-x86_64.c $(INCDIR)/filenames.h coff-x86_64.c \
2004   $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
2005   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2006   $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h coffcode.h \
2007   peicode.h libpei.h
2008 aix386-core.lo: aix386-core.c $(INCDIR)/filenames.h \
2009   $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
2010   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h
2011 hpux-core.lo: hpux-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2012 irix-core.lo: irix-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2013 lynx-core.lo: lynx-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2014 osf-core.lo: osf-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2015 sco5-core.lo: sco5-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2016   libaout.h $(INCDIR)/bfdlink.h
2017 trad-core.lo: trad-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2018   libaout.h $(INCDIR)/bfdlink.h
2019 cisco-core.lo: cisco-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2020 elf32-ia64.lo: elf32-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2021   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
2022   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h \
2023   $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h \
2024   elf32-target.h
2025 elf64-ia64.lo: elf64-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2026   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
2027   $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h \
2028   $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h \
2029   elf64-target.h
2030 peigen.lo: peigen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2031   $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
2032   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h
2033 pepigen.lo: pepigen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2034   $(INCDIR)/coff/internal.h $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h \
2035   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h
2036 pex64igen.lo: pex64igen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2037   $(INCDIR)/coff/internal.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
2038   $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h
2039 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY