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