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