Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/bfd/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 20 by monamour, Thu Dec 4 05:12:56 2008 UTC revision 21 by monamour, Mon Jul 27 20:34:36 2009 UTC
# Line 19  bfdincludedir = @bfdincludedir@ Line 19  bfdincludedir = @bfdincludedir@
19  datarootdir = @datarootdir@  datarootdir = @datarootdir@
20  docdir = @docdir@  docdir = @docdir@
21  htmldir = @htmldir@  htmldir = @htmldir@
22    pdfdir = @pdfdir@
23    
24  bfdlib_LTLIBRARIES = libbfd.la  bfdlib_LTLIBRARIES = libbfd.la
25    
26  WARN_CFLAGS = @WARN_CFLAGS@  WARN_CFLAGS = @WARN_CFLAGS@
27  NO_WERROR = @NO_WERROR@  NO_WERROR = @NO_WERROR@
28  AM_CFLAGS = $(WARN_CFLAGS)  AM_CFLAGS = $(WARN_CFLAGS)
29    AM_CPPFLAGS = -DBINDIR='"$(bindir)"'
30    if PLUGINS
31    LIBDL = -ldl
32    endif
33    
34  # bfd.h goes here, for now  # bfd.h goes here, for now
35  BFD_H = bfd.h  BFD_H = bfd.h
# Line 42  BFD32_LIBS = \ Line 47  BFD32_LIBS = \
47          format.lo init.lo libbfd.lo opncls.lo reloc.lo \          format.lo init.lo libbfd.lo opncls.lo reloc.lo \
48          section.lo syms.lo targets.lo hash.lo linker.lo \          section.lo syms.lo targets.lo hash.lo linker.lo \
49          srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \          srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
50          merge.lo dwarf2.lo simple.lo compress.lo          merge.lo dwarf2.lo simple.lo compress.lo verilog.lo
51    
52  BFD64_LIBS = archive64.lo  BFD64_LIBS = archive64.lo
53    
# Line 52  BFD32_LIBS_CFILES = \ Line 57  BFD32_LIBS_CFILES = \
57          format.c init.c libbfd.c opncls.c reloc.c \          format.c init.c libbfd.c opncls.c reloc.c \
58          section.c syms.c targets.c hash.c linker.c \          section.c syms.c targets.c hash.c linker.c \
59          srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \          srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
60          merge.c dwarf2.c simple.c compress.c          merge.c dwarf2.c simple.c compress.c verilog.c
61    
62  BFD64_LIBS_CFILES = archive64.c  BFD64_LIBS_CFILES = archive64.c
63    
# Line 76  ALL_MACHINES = \ Line 81  ALL_MACHINES = \
81          cpu-h8300.lo \          cpu-h8300.lo \
82          cpu-h8500.lo \          cpu-h8500.lo \
83          cpu-hppa.lo \          cpu-hppa.lo \
         cpu-ia64.lo \  
84          cpu-i370.lo \          cpu-i370.lo \
85          cpu-i386.lo \          cpu-i386.lo \
86            cpu-l1om.lo \
87          cpu-i860.lo \          cpu-i860.lo \
88          cpu-i960.lo \          cpu-i960.lo \
89            cpu-ia64.lo \
90          cpu-ip2k.lo \          cpu-ip2k.lo \
91          cpu-iq2000.lo \          cpu-iq2000.lo \
92            cpu-lm32.lo \
93            cpu-m10200.lo \
94            cpu-m10300.lo \
95          cpu-m32c.lo \          cpu-m32c.lo \
96          cpu-m32r.lo \          cpu-m32r.lo \
97          cpu-m68hc11.lo \          cpu-m68hc11.lo \
98          cpu-m68hc12.lo \          cpu-m68hc12.lo \
99          cpu-m68k.lo \          cpu-m68k.lo \
100          cpu-m88k.lo \          cpu-m88k.lo \
         cpu-m10200.lo \  
         cpu-m10300.lo \  
101          cpu-maxq.lo \          cpu-maxq.lo \
102          cpu-mcore.lo \          cpu-mcore.lo \
103          cpu-mep.lo \          cpu-mep.lo \
104          cpu-mips.lo \          cpu-mips.lo \
105          cpu-mmix.lo \          cpu-mmix.lo \
106          cpu-mt.lo \          cpu-moxie.lo \
107          cpu-msp430.lo \          cpu-msp430.lo \
108          cpu-or32.lo \          cpu-mt.lo \
109          cpu-ns32k.lo \          cpu-ns32k.lo \
110          cpu-openrisc.lo \          cpu-openrisc.lo \
111            cpu-or32.lo \
112          cpu-pdp11.lo \          cpu-pdp11.lo \
113          cpu-pj.lo \          cpu-pj.lo \
114            cpu-plugin.lo \
115          cpu-powerpc.lo \          cpu-powerpc.lo \
116          cpu-rs6000.lo \          cpu-rs6000.lo \
117          cpu-s390.lo \          cpu-s390.lo \
# Line 116  ALL_MACHINES = \ Line 125  ALL_MACHINES = \
125          cpu-tic80.lo \          cpu-tic80.lo \
126          cpu-v850.lo \          cpu-v850.lo \
127          cpu-vax.lo \          cpu-vax.lo \
         cpu-we32k.lo \  
128          cpu-w65.lo \          cpu-w65.lo \
129            cpu-we32k.lo \
130            cpu-xc16x.lo \
131          cpu-xstormy16.lo \          cpu-xstormy16.lo \
132          cpu-xtensa.lo \          cpu-xtensa.lo \
         cpu-xc16x.lo \  
133          cpu-z80.lo \          cpu-z80.lo \
134          cpu-z8k.lo          cpu-z8k.lo
135    
# Line 131  ALL_MACHINES_CFILES = \ Line 140  ALL_MACHINES_CFILES = \
140          cpu-avr.c \          cpu-avr.c \
141          cpu-bfin.c \          cpu-bfin.c \
142          cpu-cr16.c \          cpu-cr16.c \
         cpu-cris.c \  
143          cpu-cr16c.c \          cpu-cr16c.c \
144            cpu-cris.c \
145          cpu-crx.c \          cpu-crx.c \
146          cpu-d10v.c \          cpu-d10v.c \
147          cpu-d30v.c \          cpu-d30v.c \
# Line 142  ALL_MACHINES_CFILES = \ Line 151  ALL_MACHINES_CFILES = \
151          cpu-h8300.c \          cpu-h8300.c \
152          cpu-h8500.c \          cpu-h8500.c \
153          cpu-hppa.c \          cpu-hppa.c \
         cpu-ia64.c \  
154          cpu-i370.c \          cpu-i370.c \
155          cpu-i386.c \          cpu-i386.c \
156            cpu-l1om.c \
157          cpu-i860.c \          cpu-i860.c \
158          cpu-i960.c \          cpu-i960.c \
159            cpu-ia64.c \
160          cpu-ip2k.c \          cpu-ip2k.c \
161          cpu-iq2000.c \          cpu-iq2000.c \
162            cpu-lm32.c \
163            cpu-m10200.c \
164            cpu-m10300.c \
165          cpu-m32c.c \          cpu-m32c.c \
166          cpu-m32r.c \          cpu-m32r.c \
167          cpu-m68hc11.c \          cpu-m68hc11.c \
168          cpu-m68hc12.c \          cpu-m68hc12.c \
169          cpu-m68k.c \          cpu-m68k.c \
170          cpu-m88k.c \          cpu-m88k.c \
         cpu-m10200.c \  
         cpu-m10300.c \  
171          cpu-maxq.c \          cpu-maxq.c \
172          cpu-mcore.c \          cpu-mcore.c \
173          cpu-mep.c \          cpu-mep.c \
174          cpu-mips.c \          cpu-mips.c \
175          cpu-mmix.c \          cpu-mmix.c \
176          cpu-mt.c \          cpu-moxie.c \
177          cpu-msp430.c \          cpu-msp430.c \
178          cpu-or32.c \          cpu-mt.c \
179          cpu-ns32k.c \          cpu-ns32k.c \
180          cpu-openrisc.c \          cpu-openrisc.c \
181            cpu-or32.c \
182          cpu-pdp11.c \          cpu-pdp11.c \
183          cpu-pj.c \          cpu-pj.c \
184            cpu-plugin.c \
185          cpu-powerpc.c \          cpu-powerpc.c \
186          cpu-rs6000.c \          cpu-rs6000.c \
187          cpu-s390.c \          cpu-s390.c \
# Line 182  ALL_MACHINES_CFILES = \ Line 195  ALL_MACHINES_CFILES = \
195          cpu-tic80.c \          cpu-tic80.c \
196          cpu-v850.c \          cpu-v850.c \
197          cpu-vax.c \          cpu-vax.c \
         cpu-we32k.c \  
198          cpu-w65.c \          cpu-w65.c \
199            cpu-we32k.c \
200            cpu-xc16x.c \
201          cpu-xstormy16.c \          cpu-xstormy16.c \
202          cpu-xtensa.c \          cpu-xtensa.c \
         cpu-xc16x.c \  
203          cpu-z80.c \          cpu-z80.c \
204          cpu-z8k.c          cpu-z8k.c
205    
# Line 208  BFD32_BACKENDS = \ Line 221  BFD32_BACKENDS = \
221          coff-apollo.lo \          coff-apollo.lo \
222          coff-arm.lo \          coff-arm.lo \
223          coff-aux.lo \          coff-aux.lo \
224            coff-go32.lo \
225          coff-h8300.lo \          coff-h8300.lo \
226          coff-h8500.lo \          coff-h8500.lo \
227          coff-i386.lo \          coff-i386.lo \
         coff-go32.lo \  
228          coff-i860.lo \          coff-i860.lo \
229          coff-i960.lo \          coff-i960.lo \
230          coff-m68k.lo \          coff-m68k.lo \
# Line 229  BFD32_BACKENDS = \ Line 242  BFD32_BACKENDS = \
242          coff-tic54x.lo \          coff-tic54x.lo \
243          coff-tic80.lo \          coff-tic80.lo \
244          coff-u68k.lo \          coff-u68k.lo \
         coff-we32k.lo \  
245          coff-w65.lo \          coff-w65.lo \
246            coff-we32k.lo \
247          coff-z80.lo \          coff-z80.lo \
248          coff-z8k.lo \          coff-z8k.lo \
249          cofflink.lo \          cofflink.lo \
250          dwarf1.lo \          dwarf1.lo \
251          ecoff.lo \          ecoff.lo \
252          ecofflink.lo \          ecofflink.lo \
253          efi-app-ia32.lo \          elf-attrs.lo \
254          efi-bsdrv-ia32.lo \          elf-eh-frame.lo \
255          efi-rtdrv-ia32.lo \          elf-ifunc.lo \
256            elf-m10200.lo \
257            elf-m10300.lo \
258            elf-strtab.lo \
259            elf-vxworks.lo \
260          elf.lo \          elf.lo \
261          elf32-am33lin.lo \          elf32-am33lin.lo \
262          elf32-arc.lo \          elf32-arc.lo \
# Line 264  BFD32_BACKENDS = \ Line 281  BFD32_BACKENDS = \
281          elf32-i960.lo \          elf32-i960.lo \
282          elf32-ip2k.lo \          elf32-ip2k.lo \
283          elf32-iq2000.lo \          elf32-iq2000.lo \
284            elf32-lm32.lo \
285          elf32-m32c.lo \          elf32-m32c.lo \
286          elf32-m32r.lo \          elf32-m32r.lo \
287          elf32-m68hc11.lo \          elf32-m68hc11.lo \
# Line 271  BFD32_BACKENDS = \ Line 289  BFD32_BACKENDS = \
289          elf32-m68hc1x.lo \          elf32-m68hc1x.lo \
290          elf32-m68k.lo \          elf32-m68k.lo \
291          elf32-m88k.lo \          elf32-m88k.lo \
         elf-m10200.lo \  
         elf-m10300.lo \  
292          elf32-mcore.lo \          elf32-mcore.lo \
293          elf32-mep.lo \          elf32-mep.lo \
         elfxx-mips.lo \  
294          elf32-mips.lo \          elf32-mips.lo \
295          elf32-mt.lo \          elf32-moxie.lo \
296          elf32-msp430.lo \          elf32-msp430.lo \
297            elf32-mt.lo \
298          elf32-openrisc.lo \          elf32-openrisc.lo \
299          elf32-or32.lo \          elf32-or32.lo \
300          elf32-pj.lo \          elf32-pj.lo \
301          elf32-ppc.lo \          elf32-ppc.lo \
302          elf32-s390.lo \          elf32-s390.lo \
         elf32-score.lo \  
         elf32-sh.lo \  
303          elf32-sh-symbian.lo \          elf32-sh-symbian.lo \
304          elf32-sh64.lo \          elf32-sh.lo \
305          elf32-sh64-com.lo \          elf32-sh64-com.lo \
306          elfxx-sparc.lo \          elf32-sh64.lo \
307          elf32-sparc.lo \          elf32-sparc.lo \
308          elf32-spu.lo \          elf32-spu.lo \
309          elf32-v850.lo \          elf32-v850.lo \
310          elf32-vax.lo \          elf32-vax.lo \
311            elf32-xc16x.lo \
312          elf32-xstormy16.lo \          elf32-xstormy16.lo \
313          elf32-xtensa.lo \          elf32-xtensa.lo \
         elf32-xc16x.lo \  
314          elf32.lo \          elf32.lo \
315          elflink.lo \          elflink.lo \
316          elf-attrs.lo \          elfxx-mips.lo \
317          elf-strtab.lo \          elfxx-sparc.lo \
         elf-eh-frame.lo \  
         elf-vxworks.lo \  
318          epoc-pe-arm.lo \          epoc-pe-arm.lo \
319          epoc-pei-arm.lo \          epoc-pei-arm.lo \
320          hp300bsd.lo \          hp300bsd.lo \
321          hp300hpux.lo \          hp300hpux.lo \
         som.lo \  
322          i386aout.lo \          i386aout.lo \
323          i386bsd.lo \          i386bsd.lo \
324          i386dynix.lo \          i386dynix.lo \
325          i386freebsd.lo \          i386freebsd.lo \
326          i386linux.lo \          i386linux.lo \
327          i386lynx.lo \          i386lynx.lo \
328            i386mach3.lo \
329          i386msdos.lo \          i386msdos.lo \
330          i386netbsd.lo \          i386netbsd.lo \
         i386mach3.lo \  
331          i386os9k.lo \          i386os9k.lo \
332          ieee.lo \          ieee.lo \
333          m68k4knetbsd.lo \          m68k4knetbsd.lo \
# Line 325  BFD32_BACKENDS = \ Line 336  BFD32_BACKENDS = \
336          m88kmach3.lo \          m88kmach3.lo \
337          m88kopenbsd.lo \          m88kopenbsd.lo \
338          mach-o.lo \          mach-o.lo \
339            mach-o-i386.lo \
340          mipsbsd.lo \          mipsbsd.lo \
341          newsos3.lo \          newsos3.lo \
342          nlm.lo \          nlm.lo \
343          nlm32-i386.lo \          nlm32-i386.lo \
         nlm32-sparc.lo \  
344          nlm32-ppc.lo \          nlm32-ppc.lo \
345            nlm32-sparc.lo \
346          nlm32.lo \          nlm32.lo \
347          ns32knetbsd.lo \          ns32knetbsd.lo \
348          oasys.lo \          oasys.lo \
349          pc532-mach.lo \          pc532-mach.lo \
350          pdp11.lo \          pdp11.lo \
         pef.lo \  
         pe-arm.lo \  
         pei-arm.lo \  
351          pe-arm-wince.lo \          pe-arm-wince.lo \
352          pei-arm-wince.lo \          pe-arm.lo \
353          pe-i386.lo \          pe-i386.lo \
         pei-i386.lo \  
354          pe-mcore.lo \          pe-mcore.lo \
355          pei-mcore.lo \          pe-mips.lo \
356          pe-ppc.lo \          pe-ppc.lo \
         pei-ppc.lo \  
357          pe-sh.lo \          pe-sh.lo \
358          pei-sh.lo \          pef.lo \
359          pe-mips.lo \          pei-arm-wince.lo \
360            pei-arm.lo \
361            pei-i386.lo \
362            pei-mcore.lo \
363          pei-mips.lo \          pei-mips.lo \
364            pei-ppc.lo \
365            pei-sh.lo \
366          peigen.lo \          peigen.lo \
367            plugin.lo \
368          ppcboot.lo \          ppcboot.lo \
369          reloc16.lo \          reloc16.lo \
370          riscix.lo \          riscix.lo \
371            som.lo \
372          sparclinux.lo \          sparclinux.lo \
373          sparclynx.lo \          sparclynx.lo \
374          sparcnetbsd.lo \          sparcnetbsd.lo \
375          sunos.lo \          sunos.lo \
         vaxnetbsd.lo \  
376          vax1knetbsd.lo \          vax1knetbsd.lo \
377          vaxbsd.lo \          vaxbsd.lo \
378            vaxnetbsd.lo \
379          versados.lo \          versados.lo \
         vms.lo \  
380          vms-gsd.lo \          vms-gsd.lo \
381          vms-hdr.lo \          vms-hdr.lo \
382          vms-misc.lo \          vms-misc.lo \
383          vms-tir.lo \          vms-tir.lo \
384            vms.lo \
385            vmsutil.lo \
386          xcofflink.lo \          xcofflink.lo \
387          xsym.lo \          xsym.lo \
388          xtensa-isa.lo \          xtensa-isa.lo \
# Line 389  BFD32_BACKENDS_CFILES = \ Line 404  BFD32_BACKENDS_CFILES = \
404          coff-apollo.c \          coff-apollo.c \
405          coff-arm.c \          coff-arm.c \
406          coff-aux.c \          coff-aux.c \
407            coff-go32.c \
408          coff-h8300.c \          coff-h8300.c \
409          coff-h8500.c \          coff-h8500.c \
410          coff-i386.c \          coff-i386.c \
411          coff-i860.c \          coff-i860.c \
         coff-go32.c \  
412          coff-i960.c \          coff-i960.c \
413          coff-m68k.c \          coff-m68k.c \
414          coff-m88k.c \          coff-m88k.c \
# Line 410  BFD32_BACKENDS_CFILES = \ Line 425  BFD32_BACKENDS_CFILES = \
425          coff-tic54x.c \          coff-tic54x.c \
426          coff-tic80.c \          coff-tic80.c \
427          coff-u68k.c \          coff-u68k.c \
         coff-we32k.c \  
428          coff-w65.c \          coff-w65.c \
429            coff-we32k.c \
430          coff-z80.c \          coff-z80.c \
431          coff-z8k.c \          coff-z8k.c \
432          cofflink.c \          cofflink.c \
433          dwarf1.c \          dwarf1.c \
434          ecoff.c \          ecoff.c \
435          ecofflink.c \          ecofflink.c \
436          efi-app-ia32.c \          elf-attrs.c \
437          efi-bsdrv-ia32.c \          elf-eh-frame.c \
438          efi-rtdrv-ia32.c \          elf-ifunc.c \
439            elf-m10200.c \
440            elf-m10300.c \
441            elf-strtab.c \
442            elf-vxworks.c \
443          elf.c \          elf.c \
444          elf32-am33lin.c \          elf32-am33lin.c \
445          elf32-arc.c \          elf32-arc.c \
# Line 445  BFD32_BACKENDS_CFILES = \ Line 464  BFD32_BACKENDS_CFILES = \
464          elf32-i960.c \          elf32-i960.c \
465          elf32-ip2k.c \          elf32-ip2k.c \
466          elf32-iq2000.c \          elf32-iq2000.c \
467            elf32-lm32.c \
468          elf32-m32c.c \          elf32-m32c.c \
469          elf32-m32r.c \          elf32-m32r.c \
         elf32-m68k.c \  
470          elf32-m68hc11.c \          elf32-m68hc11.c \
471          elf32-m68hc12.c \          elf32-m68hc12.c \
472          elf32-m68hc1x.c \          elf32-m68hc1x.c \
473            elf32-m68k.c \
474          elf32-m88k.c \          elf32-m88k.c \
         elf-m10200.c \  
         elf-m10300.c \  
475          elf32-mcore.c \          elf32-mcore.c \
476          elf32-mep.c \          elf32-mep.c \
         elfxx-mips.c \  
477          elf32-mips.c \          elf32-mips.c \
478          elf32-mt.c \          elf32-moxie.c \
479          elf32-msp430.c \          elf32-msp430.c \
480            elf32-mt.c \
481          elf32-openrisc.c \          elf32-openrisc.c \
482          elf32-or32.c \          elf32-or32.c \
483          elf32-pj.c \          elf32-pj.c \
484          elf32-ppc.c \          elf32-ppc.c \
         elf32-sh64.c \  
         elf32-sh64-com.c \  
485          elf32-s390.c \          elf32-s390.c \
         elf32-score.c \  
         elf32-sh.c \  
486          elf32-sh-symbian.c \          elf32-sh-symbian.c \
487          elfxx-sparc.c \          elf32-sh.c \
488            elf32-sh64-com.c \
489            elf32-sh64.c \
490          elf32-sparc.c \          elf32-sparc.c \
491          elf32-spu.c \          elf32-spu.c \
492          elf32-v850.c \          elf32-v850.c \
493          elf32-vax.c \          elf32-vax.c \
494            elf32-xc16x.c \
495          elf32-xstormy16.c \          elf32-xstormy16.c \
496          elf32-xtensa.c \          elf32-xtensa.c \
         elf32-xc16x.c \  
497          elf32.c \          elf32.c \
498          elflink.c \          elflink.c \
499          elf-attrs.c \          elfxx-mips.c \
500          elf-strtab.c \          elfxx-sparc.c \
         elf-eh-frame.c \  
         elf-vxworks.c \  
501          epoc-pe-arm.c \          epoc-pe-arm.c \
502          epoc-pei-arm.c \          epoc-pei-arm.c \
503          hp300bsd.c \          hp300bsd.c \
504          hp300hpux.c \          hp300hpux.c \
         som.c \  
505          i386aout.c \          i386aout.c \
506          i386bsd.c \          i386bsd.c \
507          i386dynix.c \          i386dynix.c \
508          i386freebsd.c \          i386freebsd.c \
509          i386linux.c \          i386linux.c \
510          i386lynx.c \          i386lynx.c \
511            i386mach3.c \
512          i386msdos.c \          i386msdos.c \
513          i386netbsd.c \          i386netbsd.c \
         i386mach3.c \  
514          i386os9k.c \          i386os9k.c \
515          ieee.c \          ieee.c \
516          m68k4knetbsd.c \          m68k4knetbsd.c \
# Line 506  BFD32_BACKENDS_CFILES = \ Line 519  BFD32_BACKENDS_CFILES = \
519          m88kmach3.c \          m88kmach3.c \
520          m88kopenbsd.c \          m88kopenbsd.c \
521          mach-o.c \          mach-o.c \
522            mach-o-i386.c \
523          mipsbsd.c \          mipsbsd.c \
524          newsos3.c \          newsos3.c \
525          nlm.c \          nlm.c \
526          nlm32-i386.c \          nlm32-i386.c \
         nlm32-sparc.c \  
527          nlm32-ppc.c \          nlm32-ppc.c \
528            nlm32-sparc.c \
529          nlm32.c \          nlm32.c \
530          ns32knetbsd.c \          ns32knetbsd.c \
531          oasys.c \          oasys.c \
532          pc532-mach.c \          pc532-mach.c \
533          pdp11.c \          pdp11.c \
         pef.c \  
         pe-arm.c \  
         pei-arm.c \  
534          pe-arm-wince.c \          pe-arm-wince.c \
535          pei-arm-wince.c \          pe-arm.c \
536          pe-i386.c \          pe-i386.c \
         pei-i386.c \  
537          pe-mcore.c \          pe-mcore.c \
538          pei-mcore.c \          pe-mips.c \
539          pe-ppc.c \          pe-ppc.c \
         pei-ppc.c \  
540          pe-sh.c \          pe-sh.c \
541          pei-sh.c \          pef.c \
542          pe-mips.c \          pei-arm-wince.c \
543            pei-arm.c \
544            pei-i386.c \
545            pei-mcore.c \
546          pei-mips.c \          pei-mips.c \
547            pei-ppc.c \
548            pei-sh.c \
549            plugin.c \
550          ppcboot.c \          ppcboot.c \
551          reloc16.c \          reloc16.c \
552          riscix.c \          riscix.c \
553            som.c \
554          sparclinux.c \          sparclinux.c \
555          sparclynx.c \          sparclynx.c \
556          sparcnetbsd.c \          sparcnetbsd.c \
557          sunos.c \          sunos.c \
         vaxnetbsd.c \  
558          vax1knetbsd.c \          vax1knetbsd.c \
559          vaxbsd.c \          vaxbsd.c \
560            vaxnetbsd.c \
561          versados.c \          versados.c \
         vms.c \  
562          vms-gsd.c \          vms-gsd.c \
563          vms-hdr.c \          vms-hdr.c \
564          vms-misc.c \          vms-misc.c \
565          vms-tir.c \          vms-tir.c \
566            vms.c \
567            vmsutil.c \
568          xcofflink.c \          xcofflink.c \
569          xsym.c \          xsym.c \
570          xtensa-isa.c \          xtensa-isa.c \
# Line 562  BFD64_BACKENDS = \ Line 579  BFD64_BACKENDS = \
579          aix5ppc-core.lo \          aix5ppc-core.lo \
580          aout64.lo \          aout64.lo \
581          coff-alpha.lo \          coff-alpha.lo \
582            coff-x86_64.lo \
583          coff64-rs6000.lo \          coff64-rs6000.lo \
584          demo64.lo \          demo64.lo \
585          efi-app-ia64.lo \          elf32-ia64.lo \
586          efi-bsdrv-ia64.lo \          elf32-score.lo \
587          efi-rtdrv-ia64.lo \          elf32-score7.lo \
         efi-app-x86_64.lo \  
         efi-bsdrv-x86_64.lo \  
         efi-rtdrv-x86_64.lo \  
         elf64-x86-64.lo \  
588          elf64-alpha.lo \          elf64-alpha.lo \
589            elf64-gen.lo \
590          elf64-hppa.lo \          elf64-hppa.lo \
         elf32-ia64.lo \  
591          elf64-ia64.lo \          elf64-ia64.lo \
         elf64-gen.lo \  
         elfn32-mips.lo \  
592          elf64-mips.lo \          elf64-mips.lo \
593          elf64-mmix.lo \          elf64-mmix.lo \
         elf64-sh64.lo \  
594          elf64-ppc.lo \          elf64-ppc.lo \
595          elf64-s390.lo \          elf64-s390.lo \
596            elf64-sh64.lo \
597          elf64-sparc.lo \          elf64-sparc.lo \
598            elf64-x86-64.lo \
599          elf64.lo \          elf64.lo \
600            elfn32-mips.lo \
601          mmo.lo \          mmo.lo \
602          nlm32-alpha.lo \          nlm32-alpha.lo \
603          nlm64.lo \          nlm64.lo \
         coff-x86_64.lo \  
604          pe-x86_64.lo \          pe-x86_64.lo \
605            pei-ia64.lo \
606          pei-x86_64.lo \          pei-x86_64.lo \
607          pepigen.lo \          pepigen.lo \
608          pex64igen.lo          pex64igen.lo
# Line 597  BFD64_BACKENDS_CFILES = \ Line 611  BFD64_BACKENDS_CFILES = \
611          aix5ppc-core.c \          aix5ppc-core.c \
612          aout64.c \          aout64.c \
613          coff-alpha.c \          coff-alpha.c \
614            coff-x86_64.c \
615          coff64-rs6000.c \          coff64-rs6000.c \
616          demo64.c \          demo64.c \
617          efi-app-ia64.c \          elf32-score.c \
618          efi-bsdrv-ia64.c \          elf32-score7.c \
         efi-rtdrv-ia64.c \  
         efi-app-x86_64.c \  
         efi-bsdrv-x86_64.c \  
         efi-rtdrv-x86_64.c \  
         elf64-x86-64.c \  
619          elf64-alpha.c \          elf64-alpha.c \
         elf64-hppa.c \  
620          elf64-gen.c \          elf64-gen.c \
621          elfn32-mips.c \          elf64-hppa.c \
622          elf64-mips.c \          elf64-mips.c \
623          elf64-mmix.c \          elf64-mmix.c \
624          elf64-ppc.c \          elf64-ppc.c \
625          elf64-s390.c \          elf64-s390.c \
626          elf64-sh64.c \          elf64-sh64.c \
627          elf64-sparc.c \          elf64-sparc.c \
628            elf64-x86-64.c \
629          elf64.c \          elf64.c \
630            elfn32-mips.c \
631          mmo.c \          mmo.c \
632          nlm32-alpha.c \          nlm32-alpha.c \
633          nlm64.c \          nlm64.c \
         coff-x86_64.c \  
634          pe-x86_64.c \          pe-x86_64.c \
635            pei-ia64.c \
636          pei-x86_64.c          pei-x86_64.c
637    
638  OPTIONAL_BACKENDS = \  OPTIONAL_BACKENDS = \
639          aix386-core.lo \          aix386-core.lo \
640            cisco-core.lo \
641          hpux-core.lo \          hpux-core.lo \
642          irix-core.lo \          irix-core.lo \
643          lynx-core.lo \          lynx-core.lo \
644          osf-core.lo \          osf-core.lo \
645          sco5-core.lo \          sco5-core.lo \
646          trad-core.lo \          trad-core.lo
         cisco-core.lo  
647    
648  OPTIONAL_BACKENDS_CFILES = \  OPTIONAL_BACKENDS_CFILES = \
649          aix386-core.c \          aix386-core.c \
650            cisco-core.c \
651          hpux-core.c \          hpux-core.c \
652          irix-core.c \          irix-core.c \
653          lynx-core.c \          lynx-core.c \
654          osf-core.c \          osf-core.c \
655          sco5-core.c \          sco5-core.c \
656          trad-core.c \          trad-core.c
         cisco-core.c  
657    
658  # We want to rerun configure if configure.in, config.bfd or  # We want to rerun configure if configure.in, config.bfd or
659  # configure.host change. configure.in is needed since the version  # configure.host change. configure.in is needed since the version
# Line 708  po/BLD-POTFILES.in: @MAINT@ Makefile $(B Line 719  po/BLD-POTFILES.in: @MAINT@ Makefile $(B
719    
720  all diststuff: info  all diststuff: info
721    
722    .PHONY: install-pdf install-pdf-am install-pdf-recursive
723    
724    install-pdf:    install-pdf-recursive
725    
726    install-pdf-recursive:
727            @failcom='exit 1'; \
728            for f in x $$MAKEFLAGS; do \
729              case $$f in \
730                *=* | --[!k]*);; \
731                *k*) failcom='fail=yes';; \
732              esac; \
733            done; \
734            dot_seen=no; \
735            target=`echo $@ | sed s/-recursive//`; \
736            list='$(SUBDIRS)'; for subdir in $$list; do \
737              echo "Making $$target in $$subdir"; \
738              if test "$$subdir" = "."; then \
739                dot_seen=yes; \
740                local_target="$$target-am"; \
741              else \
742                local_target="$$target"; \
743              fi; \
744              (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
745              || eval $$failcom; \
746            done; \
747            if test "$$dot_seen" = "no"; then \
748              $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
749            fi; test -z "$$fail"
750    
751  .PHONY: install-html install-html-am install-html-recursive  .PHONY: install-html install-html-am install-html-recursive
752    
753  install-html:   install-html-recursive  install-html:   install-html-recursive
# Line 763  ofiles: stamp-ofiles ; @true Line 803  ofiles: stamp-ofiles ; @true
803  # libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.  # libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
804  libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)  libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
805  libbfd_la_DEPENDENCIES = $(OFILES) ofiles  libbfd_la_DEPENDENCIES = $(OFILES) ofiles
806  libbfd_la_LIBADD = `cat ofiles` @WIN32LIBADD@  libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ $(LIBDL)
807  libbfd_la_LDFLAGS = -release `cat libtool-soversion` @WIN32LDFLAGS@  libbfd_la_LDFLAGS = -release `cat libtool-soversion` @SHARED_LDFLAGS@
808    
809  # libtool will build .libs/libbfd.a.  We create libbfd.a in the build  # libtool will build .libs/libbfd.a.  We create libbfd.a in the build
810  # directory so that we don't have to convert all the programs that use  # directory so that we don't have to convert all the programs that use
# Line 883  uninstall_libbfd: Line 923  uninstall_libbfd:
923  DEP: dep.sed $(CFILES) $(HFILES) bfd.h  DEP: dep.sed $(CFILES) $(HFILES) bfd.h
924          rm -f DEP1          rm -f DEP1
925          $(MAKE) MKDEP="$(MKDEP)" DEP1          $(MAKE) MKDEP="$(MKDEP)" DEP1
926          sed -f dep.sed < DEP1 > DEPA          echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEP1
927          echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA          if grep ' /' DEP1 > /dev/null 2> /dev/null; then \
         if grep ' /' DEPA > /dev/null 2> /dev/null; then \  
928            echo 'make DEP failed!'; exit 1; \            echo 'make DEP failed!'; exit 1; \
929          else \          else \
930            mv -f DEPA $@; \            mv -f DEP1 $@; \
931          fi          fi
932    
933  DEP1: $(CFILES)  DEP1: $(CFILES)
934          echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2          echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
935          echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2          echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
936          $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2          for f in $?; do \
937              $(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
938              sed -n -e '1s/\.o: .*/.lo: \\/p' -e q < DEPA >> DEP2; \
939              sed -e '1s/.*: //' -f dep.sed < DEPA | \
940                LC_ALL=C sort | LC_ALL=C uniq | \
941                sed -e 's/^[AB]/  /' -e '$$s/ \\$$//' >> DEP2; \
942            done
943            rm -f DEPA
944          mv -f DEP2 $@          mv -f DEP2 $@
945    
946  dep.sed: dep-in.sed config.status  dep.sed: dep-in.sed config.status
# Line 1008  bfdver.h: $(srcdir)/version.h $(srcdir)/ Line 1054  bfdver.h: $(srcdir)/version.h $(srcdir)/
1054    
1055  # DO NOT DELETE THIS LINE -- mkdep uses it.  # DO NOT DELETE THIS LINE -- mkdep uses it.
1056  # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.  # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1057  archive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \  archive.lo: \
1058    $(INCDIR)/hashtab.h $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h \    archive.c \
1059      $(INCDIR)/aout/ar.h \
1060      $(INCDIR)/aout/ranlib.h \
1061      $(INCDIR)/filenames.h \
1062      $(INCDIR)/hashtab.h \
1063      $(INCDIR)/libiberty.h \
1064    $(INCDIR)/safe-ctype.h    $(INCDIR)/safe-ctype.h
1065  archures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  archures.lo: \
1066      archures.c \
1067      $(INCDIR)/filenames.h \
1068      $(INCDIR)/hashtab.h \
1069    $(INCDIR)/safe-ctype.h    $(INCDIR)/safe-ctype.h
1070  bfd.lo: bfd.c $(INCDIR)/filenames.h bfdver.h $(INCDIR)/libiberty.h \  bfd.lo: \
1071    $(INCDIR)/demangle.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h \    bfd.c \
1072    $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \    $(INCDIR)/bfdlink.h \
1073    $(INCDIR)/coff/sym.h libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h \    $(INCDIR)/coff/ecoff.h \
1074    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    $(INCDIR)/coff/internal.h \
1075    $(INCDIR)/elf/internal.h    $(INCDIR)/coff/sym.h \
1076  bfdio.lo: bfdio.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/demangle.h \
1077  bfdwin.lo: bfdwin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/elf/common.h \
1078  cache.lo: cache.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/elf/external.h \
1079      $(INCDIR)/elf/internal.h \
1080      $(INCDIR)/filenames.h \
1081      $(INCDIR)/hashtab.h \
1082      $(INCDIR)/libiberty.h \
1083      $(INCDIR)/safe-ctype.h \
1084      bfdver.h \
1085      elf-bfd.h \
1086      libcoff.h \
1087      libecoff.h
1088    bfdio.lo: \
1089      bfdio.c \
1090      $(INCDIR)/filenames.h \
1091      $(INCDIR)/hashtab.h
1092    bfdwin.lo: \
1093      bfdwin.c \
1094      $(INCDIR)/filenames.h \
1095      $(INCDIR)/hashtab.h
1096    cache.lo: \
1097      cache.c \
1098      $(INCDIR)/filenames.h \
1099      $(INCDIR)/hashtab.h \
1100    $(INCDIR)/libiberty.h    $(INCDIR)/libiberty.h
1101  coffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  coffgen.lo: \
1102    $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h    coffgen.c \
1103  corefile.lo: corefile.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/bfdlink.h \
1104  format.lo: format.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/coff/internal.h \
1105  init.lo: init.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/filenames.h \
1106  libbfd.lo: libbfd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/hashtab.h \
1107  opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h \    libcoff.h
1108    $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h  corefile.lo: \
1109  reloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \    corefile.c \
1110    $(INCDIR)/hashtab.h    $(INCDIR)/filenames.h \
1111  section.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/hashtab.h
1112    $(INCDIR)/bfdlink.h  format.lo: \
1113  syms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    format.c \
1114    $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h \    $(INCDIR)/filenames.h \
1115    $(INCDIR)/aout/stab.def    $(INCDIR)/hashtab.h
1116  targets.lo: targets.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  init.lo: \
1117    $(INCDIR)/fnmatch.h targmatch.h    init.c \
1118  hash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/filenames.h \
   $(INCDIR)/objalloc.h $(INCDIR)/libiberty.h  
 linker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  
   $(INCDIR)/bfdlink.h genlink.h  
 srec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  
   $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h  
 binary.lo: binary.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \  
1119    $(INCDIR)/hashtab.h    $(INCDIR)/hashtab.h
1120  tekhex.lo: tekhex.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  libbfd.lo: \
1121      libbfd.c \
1122      $(INCDIR)/filenames.h \
1123      $(INCDIR)/hashtab.h
1124    opncls.lo: \
1125      opncls.c \
1126      $(INCDIR)/filenames.h \
1127      $(INCDIR)/hashtab.h \
1128      $(INCDIR)/libiberty.h \
1129      $(INCDIR)/objalloc.h
1130    reloc.lo: \
1131      reloc.c \
1132      $(INCDIR)/bfdlink.h \
1133      $(INCDIR)/filenames.h \
1134      $(INCDIR)/hashtab.h
1135    section.lo: \
1136      section.c \
1137      $(INCDIR)/bfdlink.h \
1138      $(INCDIR)/filenames.h \
1139      $(INCDIR)/hashtab.h
1140    syms.lo: \
1141      syms.c \
1142      $(INCDIR)/aout/stab.def \
1143      $(INCDIR)/aout/stab_gnu.h \
1144      $(INCDIR)/bfdlink.h \
1145      $(INCDIR)/filenames.h \
1146      $(INCDIR)/hashtab.h \
1147      $(INCDIR)/safe-ctype.h
1148    targets.lo: \
1149      targets.c \
1150      $(INCDIR)/filenames.h \
1151      $(INCDIR)/fnmatch.h \
1152      $(INCDIR)/hashtab.h \
1153      targmatch.h
1154    hash.lo: \
1155      hash.c \
1156      $(INCDIR)/filenames.h \
1157      $(INCDIR)/hashtab.h \
1158      $(INCDIR)/libiberty.h \
1159      $(INCDIR)/objalloc.h
1160    linker.lo: \
1161      linker.c \
1162      $(INCDIR)/bfdlink.h \
1163      $(INCDIR)/filenames.h \
1164      $(INCDIR)/hashtab.h \
1165      genlink.h
1166    srec.lo: \
1167      srec.c \
1168      $(INCDIR)/filenames.h \
1169      $(INCDIR)/hashtab.h \
1170      $(INCDIR)/libiberty.h \
1171      $(INCDIR)/safe-ctype.h
1172    binary.lo: \
1173      binary.c \
1174      $(INCDIR)/filenames.h \
1175      $(INCDIR)/hashtab.h \
1176      $(INCDIR)/safe-ctype.h
1177    tekhex.lo: \
1178      tekhex.c \
1179      $(INCDIR)/filenames.h \
1180      $(INCDIR)/hashtab.h \
1181    $(INCDIR)/libiberty.h    $(INCDIR)/libiberty.h
1182  ihex.lo: ihex.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  ihex.lo: \
1183    $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h    ihex.c \
1184  stabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/filenames.h \
1185    $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/safe-ctype.h    $(INCDIR)/hashtab.h \
1186  stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \    $(INCDIR)/libiberty.h \
1187    $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def    $(INCDIR)/safe-ctype.h
1188  merge.lo: merge.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  stabs.lo: \
1189      stabs.c \
1190      $(INCDIR)/aout/stab.def \
1191      $(INCDIR)/aout/stab_gnu.h \
1192      $(INCDIR)/filenames.h \
1193      $(INCDIR)/hashtab.h \
1194      $(INCDIR)/safe-ctype.h
1195    stab-syms.lo: \
1196      stab-syms.c \
1197      $(INCDIR)/aout/aout64.h \
1198      $(INCDIR)/aout/stab.def \
1199      $(INCDIR)/bfdlink.h \
1200      libaout.h
1201    merge.lo: \
1202      merge.c \
1203      $(INCDIR)/filenames.h \
1204      $(INCDIR)/hashtab.h \
1205    $(INCDIR)/libiberty.h    $(INCDIR)/libiberty.h
1206  dwarf2.lo: dwarf2.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \  dwarf2.lo: \
1207    $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    dwarf2.c \
1208    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \    $(INCDIR)/bfdlink.h \
1209    $(INCDIR)/elf/dwarf2.h    $(INCDIR)/dwarf2.h \
1210  simple.lo: simple.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/elf/common.h \
1211    $(INCDIR)/bfdlink.h    $(INCDIR)/elf/external.h \
1212  compress.lo: compress.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/elf/internal.h \
1213  archive64.lo: archive64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/filenames.h \
1214    $(INCDIR)/aout/ar.h    $(INCDIR)/hashtab.h \
1215  cpu-alpha.lo: cpu-alpha.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/libiberty.h \
1216  cpu-arc.lo: cpu-arc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    elf-bfd.h
1217  cpu-arm.lo: cpu-arm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  simple.lo: \
1218      simple.c \
1219      $(INCDIR)/bfdlink.h \
1220      $(INCDIR)/filenames.h \
1221      $(INCDIR)/hashtab.h
1222    compress.lo: \
1223      compress.c \
1224      $(INCDIR)/filenames.h \
1225      $(INCDIR)/hashtab.h
1226    verilog.lo: \
1227      verilog.c \
1228      $(INCDIR)/filenames.h \
1229      $(INCDIR)/hashtab.h \
1230      $(INCDIR)/libiberty.h \
1231      $(INCDIR)/safe-ctype.h
1232    archive64.lo: \
1233      archive64.c \
1234      $(INCDIR)/aout/ar.h \
1235      $(INCDIR)/filenames.h \
1236      $(INCDIR)/hashtab.h
1237    cpu-alpha.lo: \
1238      cpu-alpha.c \
1239      $(INCDIR)/filenames.h \
1240      $(INCDIR)/hashtab.h
1241    cpu-arc.lo: \
1242      cpu-arc.c \
1243      $(INCDIR)/filenames.h \
1244      $(INCDIR)/hashtab.h
1245    cpu-arm.lo: \
1246      cpu-arm.c \
1247      $(INCDIR)/filenames.h \
1248      $(INCDIR)/hashtab.h \
1249    $(INCDIR)/libiberty.h    $(INCDIR)/libiberty.h
1250  cpu-avr.lo: cpu-avr.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h  cpu-avr.lo: \
1251  cpu-bfin.lo: cpu-bfin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    cpu-avr.c \
1252  cpu-cr16.lo: cpu-cr16.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/filenames.h \
1253  cpu-cris.lo: cpu-cris.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/hashtab.h
1254  cpu-cr16c.lo: cpu-cr16c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h  cpu-bfin.lo: \
1255  cpu-crx.lo: cpu-crx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    cpu-bfin.c \
1256  cpu-d10v.lo: cpu-d10v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/filenames.h \
1257  cpu-d30v.lo: cpu-d30v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/hashtab.h
1258  cpu-dlx.lo: cpu-dlx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h  cpu-cr16.lo: \
1259  cpu-fr30.lo: cpu-fr30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    cpu-cr16.c \
1260  cpu-frv.lo: cpu-frv.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/filenames.h \
1261  cpu-h8300.lo: cpu-h8300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/hashtab.h
1262  cpu-h8500.lo: cpu-h8500.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h  cpu-cr16c.lo: \
1263  cpu-hppa.lo: cpu-hppa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    cpu-cr16c.c \
1264  cpu-ia64.lo: cpu-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/filenames.h \
1265    cpu-ia64-opc.c $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h    $(INCDIR)/hashtab.h
1266  cpu-i370.lo: cpu-i370.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h  cpu-cris.lo: \
1267  cpu-i386.lo: cpu-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    cpu-cris.c \
1268  cpu-i860.lo: cpu-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/filenames.h \
1269  cpu-i960.lo: cpu-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/hashtab.h
1270  cpu-ip2k.lo: cpu-ip2k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h  cpu-crx.lo: \
1271  cpu-iq2000.lo: cpu-iq2000.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    cpu-crx.c \
1272  cpu-m32c.lo: cpu-m32c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/filenames.h \
1273  cpu-m32r.lo: cpu-m32r.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/hashtab.h
1274  cpu-m68hc11.lo: cpu-m68hc11.c $(INCDIR)/filenames.h \  cpu-d10v.lo: \
1275      cpu-d10v.c \
1276      $(INCDIR)/filenames.h \
1277      $(INCDIR)/hashtab.h
1278    cpu-d30v.lo: \
1279      cpu-d30v.c \
1280      $(INCDIR)/filenames.h \
1281      $(INCDIR)/hashtab.h
1282    cpu-dlx.lo: \
1283      cpu-dlx.c \
1284      $(INCDIR)/filenames.h \
1285      $(INCDIR)/hashtab.h
1286    cpu-fr30.lo: \
1287      cpu-fr30.c \
1288      $(INCDIR)/filenames.h \
1289      $(INCDIR)/hashtab.h
1290    cpu-frv.lo: \
1291      cpu-frv.c \
1292      $(INCDIR)/filenames.h \
1293      $(INCDIR)/hashtab.h
1294    cpu-h8300.lo: \
1295      cpu-h8300.c \
1296      $(INCDIR)/filenames.h \
1297      $(INCDIR)/hashtab.h
1298    cpu-h8500.lo: \
1299      cpu-h8500.c \
1300      $(INCDIR)/filenames.h \
1301      $(INCDIR)/hashtab.h
1302    cpu-hppa.lo: \
1303      cpu-hppa.c \
1304      $(INCDIR)/filenames.h \
1305      $(INCDIR)/hashtab.h
1306    cpu-i370.lo: \
1307      cpu-i370.c \
1308      $(INCDIR)/filenames.h \
1309      $(INCDIR)/hashtab.h
1310    cpu-i386.lo: \
1311      cpu-i386.c \
1312      $(INCDIR)/filenames.h \
1313      $(INCDIR)/hashtab.h
1314    cpu-l1om.lo: \
1315      cpu-l1om.c \
1316      $(INCDIR)/filenames.h \
1317      $(INCDIR)/hashtab.h
1318    cpu-i860.lo: \
1319      cpu-i860.c \
1320      $(INCDIR)/filenames.h \
1321      $(INCDIR)/hashtab.h
1322    cpu-i960.lo: \
1323      cpu-i960.c \
1324      $(INCDIR)/filenames.h \
1325      $(INCDIR)/hashtab.h
1326    cpu-ia64.lo: \
1327      cpu-ia64.c \
1328      $(INCDIR)/filenames.h \
1329      $(INCDIR)/hashtab.h \
1330      $(INCDIR)/opcode/ia64.h \
1331      $(srcdir)/../opcodes/ia64-opc.h \
1332      cpu-ia64-opc.c
1333    cpu-ip2k.lo: \
1334      cpu-ip2k.c \
1335      $(INCDIR)/filenames.h \
1336      $(INCDIR)/hashtab.h
1337    cpu-iq2000.lo: \
1338      cpu-iq2000.c \
1339      $(INCDIR)/filenames.h \
1340      $(INCDIR)/hashtab.h
1341    cpu-lm32.lo: \
1342      cpu-lm32.c \
1343      $(INCDIR)/filenames.h \
1344      $(INCDIR)/hashtab.h
1345    cpu-m10200.lo: \
1346      cpu-m10200.c \
1347      $(INCDIR)/filenames.h \
1348    $(INCDIR)/hashtab.h    $(INCDIR)/hashtab.h
1349  cpu-m68hc12.lo: cpu-m68hc12.c $(INCDIR)/filenames.h \  cpu-m10300.lo: \
1350      cpu-m10300.c \
1351      $(INCDIR)/filenames.h \
1352    $(INCDIR)/hashtab.h    $(INCDIR)/hashtab.h
1353  cpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  cpu-m32c.lo: \
1354      cpu-m32c.c \
1355      $(INCDIR)/filenames.h \
1356      $(INCDIR)/hashtab.h
1357    cpu-m32r.lo: \
1358      cpu-m32r.c \
1359      $(INCDIR)/filenames.h \
1360      $(INCDIR)/hashtab.h
1361    cpu-m68hc11.lo: \
1362      cpu-m68hc11.c \
1363      $(INCDIR)/filenames.h \
1364      $(INCDIR)/hashtab.h
1365    cpu-m68hc12.lo: \
1366      cpu-m68hc12.c \
1367      $(INCDIR)/filenames.h \
1368      $(INCDIR)/hashtab.h
1369    cpu-m68k.lo: \
1370      cpu-m68k.c \
1371      $(INCDIR)/filenames.h \
1372      $(INCDIR)/hashtab.h \
1373    $(INCDIR)/opcode/m68k.h    $(INCDIR)/opcode/m68k.h
1374  cpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h  cpu-m88k.lo: \
1375  cpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    cpu-m88k.c \
1376  cpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/filenames.h \
1377  cpu-maxq.lo: cpu-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/hashtab.h
1378  cpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h  cpu-maxq.lo: \
1379  cpu-mep.lo: cpu-mep.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    cpu-maxq.c \
1380  cpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/filenames.h \
1381  cpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/hashtab.h
1382  cpu-mt.lo: cpu-mt.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h  cpu-mcore.lo: \
1383  cpu-msp430.lo: cpu-msp430.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    cpu-mcore.c \
1384  cpu-or32.lo: cpu-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/filenames.h \
1385  cpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/hashtab.h
1386    cpu-mep.lo: \
1387      cpu-mep.c \
1388      $(INCDIR)/filenames.h \
1389      $(INCDIR)/hashtab.h
1390    cpu-mips.lo: \
1391      cpu-mips.c \
1392      $(INCDIR)/filenames.h \
1393      $(INCDIR)/hashtab.h
1394    cpu-mmix.lo: \
1395      cpu-mmix.c \
1396      $(INCDIR)/filenames.h \
1397      $(INCDIR)/hashtab.h
1398    cpu-moxie.lo: \
1399      cpu-moxie.c \
1400      $(INCDIR)/filenames.h \
1401      $(INCDIR)/hashtab.h
1402    cpu-msp430.lo: \
1403      cpu-msp430.c \
1404      $(INCDIR)/filenames.h \
1405      $(INCDIR)/hashtab.h
1406    cpu-mt.lo: \
1407      cpu-mt.c \
1408      $(INCDIR)/filenames.h \
1409      $(INCDIR)/hashtab.h
1410    cpu-ns32k.lo: \
1411      cpu-ns32k.c \
1412      $(INCDIR)/filenames.h \
1413      $(INCDIR)/hashtab.h \
1414    ns32k.h    ns32k.h
1415  cpu-openrisc.lo: cpu-openrisc.c $(INCDIR)/filenames.h \  cpu-openrisc.lo: \
1416      cpu-openrisc.c \
1417      $(INCDIR)/filenames.h \
1418      $(INCDIR)/hashtab.h
1419    cpu-or32.lo: \
1420      cpu-or32.c \
1421      $(INCDIR)/filenames.h \
1422      $(INCDIR)/hashtab.h
1423    cpu-pdp11.lo: \
1424      cpu-pdp11.c \
1425      $(INCDIR)/filenames.h \
1426      $(INCDIR)/hashtab.h
1427    cpu-pj.lo: \
1428      cpu-pj.c \
1429      $(INCDIR)/filenames.h \
1430      $(INCDIR)/hashtab.h
1431    cpu-plugin.lo: \
1432      cpu-plugin.c \
1433      $(INCDIR)/filenames.h \
1434      $(INCDIR)/hashtab.h
1435    cpu-powerpc.lo: \
1436      cpu-powerpc.c \
1437      $(INCDIR)/filenames.h \
1438    $(INCDIR)/hashtab.h    $(INCDIR)/hashtab.h
1439  cpu-pdp11.lo: cpu-pdp11.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h  cpu-rs6000.lo: \
1440  cpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    cpu-rs6000.c \
1441  cpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h \    $(INCDIR)/filenames.h \
1442    $(INCDIR)/hashtab.h    $(INCDIR)/hashtab.h
1443  cpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h  cpu-s390.lo: \
1444  cpu-s390.lo: cpu-s390.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    cpu-s390.c \
1445  cpu-score.lo: cpu-score.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/filenames.h \
1446  cpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/hashtab.h
1447    cpu-score.lo: \
1448      cpu-score.c \
1449      $(INCDIR)/filenames.h \
1450      $(INCDIR)/hashtab.h
1451    cpu-sh.lo: \
1452      cpu-sh.c \
1453      $(INCDIR)/filenames.h \
1454      $(INCDIR)/hashtab.h \
1455    $(srcdir)/../opcodes/sh-opc.h    $(srcdir)/../opcodes/sh-opc.h
1456  cpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h  cpu-sparc.lo: \
1457  cpu-spu.lo: cpu-spu.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    cpu-sparc.c \
1458  cpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/filenames.h \
1459  cpu-tic4x.lo: cpu-tic4x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/hashtab.h
1460  cpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h  cpu-spu.lo: \
1461  cpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    cpu-spu.c \
1462  cpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/filenames.h \
1463    $(INCDIR)/safe-ctype.h    $(INCDIR)/hashtab.h
1464  cpu-vax.lo: cpu-vax.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h  cpu-tic30.lo: \
1465  cpu-we32k.lo: cpu-we32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    cpu-tic30.c \
1466  cpu-w65.lo: cpu-w65.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/filenames.h \
1467  cpu-xstormy16.lo: cpu-xstormy16.c $(INCDIR)/filenames.h \    $(INCDIR)/hashtab.h
1468    $(INCDIR)/hashtab.h  cpu-tic4x.lo: \
1469  cpu-xtensa.lo: cpu-xtensa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    cpu-tic4x.c \
1470  cpu-xc16x.lo: cpu-xc16x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/filenames.h \
1471  cpu-z80.lo: cpu-z80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h    $(INCDIR)/hashtab.h
1472  cpu-z8k.lo: cpu-z8k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h  cpu-tic54x.lo: \
1473  aout-adobe.lo: aout-adobe.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    cpu-tic54x.c \
1474    $(INCDIR)/aout/adobe.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \    $(INCDIR)/filenames.h \
1475    libaout.h $(INCDIR)/bfdlink.h    $(INCDIR)/hashtab.h
1476  aout-arm.lo: aout-arm.c $(INCDIR)/filenames.h libaout.h \  cpu-tic80.lo: \
1477    $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aoutx.h \    cpu-tic80.c \
1478    $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h $(INCDIR)/aout/stab_gnu.h \    $(INCDIR)/filenames.h \
1479    $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h    $(INCDIR)/hashtab.h
1480  aout-cris.lo: aout-cris.c aout32.c aoutx.h $(INCDIR)/filenames.h \  cpu-v850.lo: \
1481    $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h libaout.h \    cpu-v850.c \
1482    $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \    $(INCDIR)/filenames.h \
1483    $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h    $(INCDIR)/hashtab.h \
 aout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \  
   ns32k.h libaout.h $(INCDIR)/bfdlink.h aoutx.h $(INCDIR)/filenames.h \  
   $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h $(INCDIR)/aout/stab_gnu.h \  
   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h  
 aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \  
   libaout.h aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  
   $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \  
   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h  
 aout-tic30.lo: aout-tic30.c $(INCDIR)/filenames.h libaout.h \  
   $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \  
   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aoutx.h \  
   $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h  
 aout0.lo: aout0.c aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  
   $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \  
   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \  
   $(INCDIR)/aout/ar.h aout-target.h  
 aout32.lo: aout32.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \  
   $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \  
   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h  
 armnetbsd.lo: armnetbsd.c netbsd.h $(INCDIR)/filenames.h \  
   $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \  
   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \  
   $(INCDIR)/aout/ar.h  
 bout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  
   $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/bout.h $(INCDIR)/libiberty.h \  
   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h  
 cf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \  
   coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \  
   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \  
   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h  
 cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \  
   $(INCDIR)/hashtab.h $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h \  
   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \  
   coffcode.h coffswap.h  
 coff-apollo.lo: coff-apollo.c $(INCDIR)/filenames.h \  
   $(INCDIR)/hashtab.h $(INCDIR)/coff/apollo.h $(INCDIR)/coff/external.h \  
   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \  
   coffcode.h coffswap.h  
 coff-arm.lo: coff-arm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  
   $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \  
   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h  
 coff-aux.lo: coff-aux.c $(INCDIR)/filenames.h $(INCDIR)/coff/aux-coff.h \  
   $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \  
   coff-m68k.c $(INCDIR)/hashtab.h libcoff.h $(INCDIR)/bfdlink.h \  
   coffcode.h coffswap.h  
 coff-h8300.lo: coff-h8300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  
   $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/coff/h8300.h \  
   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \  
   libcoff.h $(INCDIR)/libiberty.h coffcode.h coffswap.h  
 coff-h8500.lo: coff-h8500.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  
   $(INCDIR)/bfdlink.h $(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h \  
   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h  
 coff-i386.lo: coff-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  
   $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \  
   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h  
 coff-i860.lo: coff-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  
   $(INCDIR)/coff/i860.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \  
   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h  
 coff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/filenames.h \  
   $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \  
   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \  
   coffcode.h coffswap.h  
 coff-i960.lo: coff-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  
   $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h libcoff.h \  
   $(INCDIR)/bfdlink.h coffcode.h coffswap.h  
 coff-m68k.lo: coff-m68k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  
   $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \  
   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h  
 coff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  
   $(INCDIR)/coff/m88k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \  
   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h  
 coff-maxq.lo: coff-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  
   $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \  
   libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \  
   coffcode.h coffswap.h  
 coff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \  
   $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \  
   $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h \  
   $(INCDIR)/coff/external.h libcoff.h libecoff.h coffswap.h \  
   ecoffswap.h  
 coff-or32.lo: coff-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  
   $(INCDIR)/coff/or32.h $(INCDIR)/coff/internal.h libcoff.h \  
   $(INCDIR)/bfdlink.h coffcode.h coffswap.h  
 coff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \  
   $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \  
   $(INCDIR)/coff/xcoff.h $(INCDIR)/coff/rs6000.h libcoff.h \  
   libxcoff.h coffcode.h coffswap.h  
 coff-sh.lo: coff-sh.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \  
   $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \  
   $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \  
   libcoff.h coffcode.h coffswap.h  
 coff-sparc.lo: coff-sparc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  
   $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \  
   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h  
 coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/filenames.h \  
   $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \  
   $(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \  
   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \  
   go32stub.h  
 coff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/filenames.h \  
   $(INCDIR)/hashtab.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \  
   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \  
   coffcode.h coffswap.h  
 coff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  
   $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h \  
   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h  
 coff-tic4x.lo: coff-tic4x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  
   $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h \  
   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h  
 coff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \  
   $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h \  
   $(INCDIR)/coff/ti.h $(INCDIR)/coff/internal.h libcoff.h \  
   coffcode.h coffswap.h  
 coff-tic80.lo: coff-tic80.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \  
   $(INCDIR)/hashtab.h $(INCDIR)/coff/tic80.h $(INCDIR)/coff/external.h \  
   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h  
 coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/filenames.h \  
   $(INCDIR)/hashtab.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \  
   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \  
   coffcode.h coffswap.h  
 coff-we32k.lo: coff-we32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  
   $(INCDIR)/coff/we32k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \  
   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h  
 coff-w65.lo: coff-w65.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  
   $(INCDIR)/bfdlink.h $(INCDIR)/coff/w65.h $(INCDIR)/coff/external.h \  
   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h  
 coff-z80.lo: coff-z80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  
   $(INCDIR)/bfdlink.h $(INCDIR)/coff/z80.h $(INCDIR)/coff/external.h \  
   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h  
 coff-z8k.lo: coff-z8k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  
   $(INCDIR)/bfdlink.h $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h \  
   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h  
 cofflink.lo: cofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \  
   $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h libcoff.h \  
1484    $(INCDIR)/safe-ctype.h    $(INCDIR)/safe-ctype.h
1485  dwarf1.lo: dwarf1.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \  cpu-vax.lo: \
1486    $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    cpu-vax.c \
1487    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \    $(INCDIR)/filenames.h \
1488    $(INCDIR)/elf/dwarf.h    $(INCDIR)/hashtab.h
1489  ecoff.lo: ecoff.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \  cpu-w65.lo: \
1490    $(INCDIR)/hashtab.h $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h \    cpu-w65.c \
1491    $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \    $(INCDIR)/filenames.h \
1492    $(INCDIR)/aout/aout64.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \    $(INCDIR)/hashtab.h
1493    $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h libcoff.h \  cpu-we32k.lo: \
1494    libecoff.h $(INCDIR)/libiberty.h    cpu-we32k.c \
1495  ecofflink.lo: ecofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \    $(INCDIR)/filenames.h \
1496    $(INCDIR)/hashtab.h $(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h \    $(INCDIR)/hashtab.h
1497    $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \  cpu-xc16x.lo: \
1498    $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h libcoff.h \    cpu-xc16x.c \
1499      $(INCDIR)/filenames.h \
1500      $(INCDIR)/hashtab.h
1501    cpu-xstormy16.lo: \
1502      cpu-xstormy16.c \
1503      $(INCDIR)/filenames.h \
1504      $(INCDIR)/hashtab.h
1505    cpu-xtensa.lo: \
1506      cpu-xtensa.c \
1507      $(INCDIR)/filenames.h \
1508      $(INCDIR)/hashtab.h
1509    cpu-z80.lo: \
1510      cpu-z80.c \
1511      $(INCDIR)/filenames.h \
1512      $(INCDIR)/hashtab.h
1513    cpu-z8k.lo: \
1514      cpu-z8k.c \
1515      $(INCDIR)/filenames.h \
1516      $(INCDIR)/hashtab.h
1517    aout-adobe.lo: \
1518      aout-adobe.c \
1519      $(INCDIR)/aout/adobe.h \
1520      $(INCDIR)/aout/stab.def \
1521      $(INCDIR)/aout/stab_gnu.h \
1522      $(INCDIR)/bfdlink.h \
1523      $(INCDIR)/filenames.h \
1524      $(INCDIR)/hashtab.h \
1525      libaout.h
1526    aout-arm.lo: \
1527      aout-arm.c \
1528      $(INCDIR)/aout/aout64.h \
1529      $(INCDIR)/aout/ar.h \
1530      $(INCDIR)/aout/stab.def \
1531      $(INCDIR)/aout/stab_gnu.h \
1532      $(INCDIR)/bfdlink.h \
1533      $(INCDIR)/filenames.h \
1534      $(INCDIR)/hashtab.h \
1535      $(INCDIR)/safe-ctype.h \
1536      aout-target.h \
1537      aoutx.h \
1538      libaout.h
1539    aout-cris.lo: \
1540      aout-cris.c \
1541      $(INCDIR)/aout/aout64.h \
1542      $(INCDIR)/aout/ar.h \
1543      $(INCDIR)/aout/stab.def \
1544      $(INCDIR)/aout/stab_gnu.h \
1545      $(INCDIR)/bfdlink.h \
1546      $(INCDIR)/filenames.h \
1547      $(INCDIR)/hashtab.h \
1548      $(INCDIR)/safe-ctype.h \
1549      aout-target.h \
1550      aout32.c \
1551      aoutx.h \
1552      libaout.h
1553    aout-ns32k.lo: \
1554      aout-ns32k.c \
1555      $(INCDIR)/aout/aout64.h \
1556      $(INCDIR)/aout/ar.h \
1557      $(INCDIR)/aout/stab.def \
1558      $(INCDIR)/aout/stab_gnu.h \
1559      $(INCDIR)/bfdlink.h \
1560      $(INCDIR)/filenames.h \
1561      $(INCDIR)/hashtab.h \
1562      $(INCDIR)/safe-ctype.h \
1563      aoutx.h \
1564      libaout.h \
1565      ns32k.h
1566    aout-sparcle.lo: \
1567      aout-sparcle.c \
1568      $(INCDIR)/aout/aout64.h \
1569      $(INCDIR)/aout/ar.h \
1570      $(INCDIR)/aout/stab.def \
1571      $(INCDIR)/aout/stab_gnu.h \
1572      $(INCDIR)/aout/sun4.h \
1573      $(INCDIR)/bfdlink.h \
1574      $(INCDIR)/filenames.h \
1575      $(INCDIR)/hashtab.h \
1576      aout-target.h \
1577      aoutf1.h \
1578      libaout.h
1579    aout-tic30.lo: \
1580      aout-tic30.c \
1581      $(INCDIR)/aout/aout64.h \
1582      $(INCDIR)/aout/ar.h \
1583      $(INCDIR)/aout/stab.def \
1584      $(INCDIR)/aout/stab_gnu.h \
1585      $(INCDIR)/bfdlink.h \
1586      $(INCDIR)/filenames.h \
1587      $(INCDIR)/hashtab.h \
1588      $(INCDIR)/safe-ctype.h \
1589      aoutx.h \
1590      libaout.h
1591    aout0.lo: \
1592      aout0.c \
1593      $(INCDIR)/aout/aout64.h \
1594      $(INCDIR)/aout/ar.h \
1595      $(INCDIR)/aout/stab.def \
1596      $(INCDIR)/aout/stab_gnu.h \
1597      $(INCDIR)/aout/sun4.h \
1598      $(INCDIR)/bfdlink.h \
1599      $(INCDIR)/filenames.h \
1600      $(INCDIR)/hashtab.h \
1601      aout-target.h \
1602      aoutf1.h \
1603      libaout.h
1604    aout32.lo: \
1605      aout32.c \
1606      $(INCDIR)/aout/aout64.h \
1607      $(INCDIR)/aout/ar.h \
1608      $(INCDIR)/aout/stab.def \
1609      $(INCDIR)/aout/stab_gnu.h \
1610      $(INCDIR)/bfdlink.h \
1611      $(INCDIR)/filenames.h \
1612      $(INCDIR)/hashtab.h \
1613      $(INCDIR)/safe-ctype.h \
1614      aoutx.h \
1615      libaout.h
1616    armnetbsd.lo: \
1617      armnetbsd.c \
1618      $(INCDIR)/aout/aout64.h \
1619      $(INCDIR)/aout/ar.h \
1620      $(INCDIR)/aout/stab.def \
1621      $(INCDIR)/aout/stab_gnu.h \
1622      $(INCDIR)/bfdlink.h \
1623      $(INCDIR)/filenames.h \
1624      $(INCDIR)/hashtab.h \
1625      aout-target.h \
1626      libaout.h \
1627      netbsd.h
1628    bout.lo: \
1629      bout.c \
1630      $(INCDIR)/aout/stab.def \
1631      $(INCDIR)/aout/stab_gnu.h \
1632      $(INCDIR)/bfdlink.h \
1633      $(INCDIR)/bout.h \
1634      $(INCDIR)/filenames.h \
1635      $(INCDIR)/hashtab.h \
1636      $(INCDIR)/libiberty.h \
1637      genlink.h \
1638      libaout.h
1639    cf-i386lynx.lo: \
1640      cf-i386lynx.c \
1641      $(INCDIR)/bfdlink.h \
1642      $(INCDIR)/coff/external.h \
1643      $(INCDIR)/coff/i386.h \
1644      $(INCDIR)/coff/internal.h \
1645      $(INCDIR)/filenames.h \
1646      $(INCDIR)/hashtab.h \
1647      coff-i386.c \
1648      coffcode.h \
1649      coffswap.h \
1650      libcoff.h
1651    cf-sparclynx.lo: \
1652      cf-sparclynx.c \
1653      $(INCDIR)/bfdlink.h \
1654      $(INCDIR)/coff/external.h \
1655      $(INCDIR)/coff/internal.h \
1656      $(INCDIR)/coff/sparc.h \
1657      $(INCDIR)/filenames.h \
1658      $(INCDIR)/hashtab.h \
1659      coff-sparc.c \
1660      coffcode.h \
1661      coffswap.h \
1662      libcoff.h
1663    coff-apollo.lo: \
1664      coff-apollo.c \
1665      $(INCDIR)/bfdlink.h \
1666      $(INCDIR)/coff/apollo.h \
1667      $(INCDIR)/coff/external.h \
1668      $(INCDIR)/coff/internal.h \
1669      $(INCDIR)/filenames.h \
1670      $(INCDIR)/hashtab.h \
1671      coffcode.h \
1672      coffswap.h \
1673      libcoff.h
1674    coff-arm.lo: \
1675      coff-arm.c \
1676      $(INCDIR)/bfdlink.h \
1677      $(INCDIR)/coff/arm.h \
1678      $(INCDIR)/coff/external.h \
1679      $(INCDIR)/coff/internal.h \
1680      $(INCDIR)/filenames.h \
1681      $(INCDIR)/hashtab.h \
1682      coffcode.h \
1683      coffswap.h \
1684      libcoff.h
1685    coff-aux.lo: \
1686      coff-aux.c \
1687      $(INCDIR)/bfdlink.h \
1688      $(INCDIR)/coff/aux-coff.h \
1689      $(INCDIR)/coff/external.h \
1690      $(INCDIR)/coff/internal.h \
1691      $(INCDIR)/coff/m68k.h \
1692      $(INCDIR)/filenames.h \
1693      $(INCDIR)/hashtab.h \
1694      coff-m68k.c \
1695      coffcode.h \
1696      coffswap.h \
1697      libcoff.h
1698    coff-go32.lo: \
1699      coff-go32.c \
1700      $(INCDIR)/bfdlink.h \
1701      $(INCDIR)/coff/external.h \
1702      $(INCDIR)/coff/i386.h \
1703      $(INCDIR)/coff/internal.h \
1704      $(INCDIR)/filenames.h \
1705      $(INCDIR)/hashtab.h \
1706      coff-i386.c \
1707      coffcode.h \
1708      coffswap.h \
1709      libcoff.h
1710    coff-h8300.lo: \
1711      coff-h8300.c \
1712      $(INCDIR)/bfdlink.h \
1713      $(INCDIR)/coff/external.h \
1714      $(INCDIR)/coff/h8300.h \
1715      $(INCDIR)/coff/internal.h \
1716      $(INCDIR)/filenames.h \
1717      $(INCDIR)/hashtab.h \
1718      $(INCDIR)/libiberty.h \
1719      coffcode.h \
1720      coffswap.h \
1721      genlink.h \
1722      libcoff.h
1723    coff-h8500.lo: \
1724      coff-h8500.c \
1725      $(INCDIR)/bfdlink.h \
1726      $(INCDIR)/coff/external.h \
1727      $(INCDIR)/coff/h8500.h \
1728      $(INCDIR)/coff/internal.h \
1729      $(INCDIR)/filenames.h \
1730      $(INCDIR)/hashtab.h \
1731      coffcode.h \
1732      coffswap.h \
1733      libcoff.h
1734    coff-i386.lo: \
1735      coff-i386.c \
1736      $(INCDIR)/bfdlink.h \
1737      $(INCDIR)/coff/external.h \
1738      $(INCDIR)/coff/i386.h \
1739      $(INCDIR)/coff/internal.h \
1740      $(INCDIR)/filenames.h \
1741      $(INCDIR)/hashtab.h \
1742      coffcode.h \
1743      coffswap.h \
1744      libcoff.h
1745    coff-i860.lo: \
1746      coff-i860.c \
1747      $(INCDIR)/bfdlink.h \
1748      $(INCDIR)/coff/external.h \
1749      $(INCDIR)/coff/i860.h \
1750      $(INCDIR)/coff/internal.h \
1751      $(INCDIR)/filenames.h \
1752      $(INCDIR)/hashtab.h \
1753      coffcode.h \
1754      coffswap.h \
1755      libcoff.h
1756    coff-i960.lo: \
1757      coff-i960.c \
1758      $(INCDIR)/bfdlink.h \
1759      $(INCDIR)/coff/i960.h \
1760      $(INCDIR)/coff/internal.h \
1761      $(INCDIR)/filenames.h \
1762      $(INCDIR)/hashtab.h \
1763      coffcode.h \
1764      coffswap.h \
1765      libcoff.h
1766    coff-m68k.lo: \
1767      coff-m68k.c \
1768      $(INCDIR)/bfdlink.h \
1769      $(INCDIR)/coff/external.h \
1770      $(INCDIR)/coff/internal.h \
1771      $(INCDIR)/coff/m68k.h \
1772      $(INCDIR)/filenames.h \
1773      $(INCDIR)/hashtab.h \
1774      coffcode.h \
1775      coffswap.h \
1776      libcoff.h
1777    coff-m88k.lo: \
1778      coff-m88k.c \
1779      $(INCDIR)/bfdlink.h \
1780      $(INCDIR)/coff/external.h \
1781      $(INCDIR)/coff/internal.h \
1782      $(INCDIR)/coff/m88k.h \
1783      $(INCDIR)/filenames.h \
1784      $(INCDIR)/hashtab.h \
1785      coffcode.h \
1786      coffswap.h \
1787      libcoff.h
1788    coff-maxq.lo: \
1789      coff-maxq.c \
1790      $(INCDIR)/bfdlink.h \
1791      $(INCDIR)/coff/external.h \
1792      $(INCDIR)/coff/internal.h \
1793      $(INCDIR)/coff/maxq.h \
1794      $(INCDIR)/filenames.h \
1795      $(INCDIR)/hashtab.h \
1796      $(INCDIR)/libiberty.h \
1797      coffcode.h \
1798      coffswap.h \
1799      libcoff.h
1800    coff-mips.lo: \
1801      coff-mips.c \
1802      $(INCDIR)/bfdlink.h \
1803      $(INCDIR)/coff/ecoff.h \
1804      $(INCDIR)/coff/external.h \
1805      $(INCDIR)/coff/internal.h \
1806      $(INCDIR)/coff/mips.h \
1807      $(INCDIR)/coff/sym.h \
1808      $(INCDIR)/coff/symconst.h \
1809      $(INCDIR)/filenames.h \
1810      $(INCDIR)/hashtab.h \
1811      coffswap.h \
1812      ecoffswap.h \
1813      libcoff.h \
1814    libecoff.h    libecoff.h
1815  efi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \  coff-or32.lo: \
1816    coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \    coff-or32.c \
1817    $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \    $(INCDIR)/bfdlink.h \
1818    $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \    $(INCDIR)/coff/internal.h \
1819    peicode.h libpei.h    $(INCDIR)/coff/or32.h \
1820  efi-bsdrv-ia32.lo: efi-bsdrv-ia32.c $(INCDIR)/filenames.h \    $(INCDIR)/filenames.h \
1821    coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \    $(INCDIR)/hashtab.h \
1822    $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \    coffcode.h \
1823    $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \    coffswap.h \
1824    peicode.h libpei.h    libcoff.h
1825  efi-rtdrv-ia32.lo: efi-rtdrv-ia32.c $(INCDIR)/filenames.h \  coff-rs6000.lo: \
1826    coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \    coff-rs6000.c \
1827    $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \    $(INCDIR)/bfdlink.h \
1828    $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \    $(INCDIR)/coff/internal.h \
1829    peicode.h libpei.h    $(INCDIR)/coff/rs6000.h \
1830  elf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \    $(INCDIR)/coff/xcoff.h \
1831    $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    $(INCDIR)/filenames.h \
1832    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/libiberty.h \    $(INCDIR)/hashtab.h \
1833    $(INCDIR)/safe-ctype.h    coffcode.h \
1834  elf32-am33lin.lo: elf32-am33lin.c $(INCDIR)/filenames.h \    coffswap.h \
1835    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    libcoff.h \
1836    $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \    libxcoff.h
1837    $(INCDIR)/elf/reloc-macros.h elf-m10300.c $(INCDIR)/hashtab.h \  coff-sh.lo: \
1838    $(INCDIR)/libiberty.h elf32-target.h    coff-sh.c \
1839  elf32-arc.lo: elf32-arc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/bfdlink.h \
1840    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    $(INCDIR)/coff/external.h \
1841    $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h \    $(INCDIR)/coff/internal.h \
1842    $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \    $(INCDIR)/coff/sh.h \
1843    elf32-target.h    $(INCDIR)/filenames.h \
1844  elf32-arm.lo: elf32-arm.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \    $(INCDIR)/hashtab.h \
1845    $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    $(INCDIR)/libiberty.h \
1846    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \    coffcode.h \
1847    elf-vxworks.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \    coffswap.h \
1848    elf32-target.h    libcoff.h
1849  elf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  coff-sparc.lo: \
1850    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    coff-sparc.c \
1851    $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h \    $(INCDIR)/bfdlink.h \
1852    $(INCDIR)/elf/reloc-macros.h elf32-avr.h elf32-target.h    $(INCDIR)/coff/external.h \
1853  elf32-bfin.lo: elf32-bfin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/coff/internal.h \
1854    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    $(INCDIR)/coff/sparc.h \
1855    $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/bfin.h \    $(INCDIR)/filenames.h \
1856    $(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/dwarf2.h \    $(INCDIR)/hashtab.h \
1857    elf32-target.h    coffcode.h \
1858  elf32-cr16.lo: elf32-cr16.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \    coffswap.h \
1859    $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h elf-bfd.h \    libcoff.h
1860    $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \  coff-stgo32.lo: \
1861    $(INCDIR)/elf/cr16.h $(INCDIR)/elf/reloc-macros.h elf32-target.h    coff-stgo32.c \
1862  elf32-cr16c.lo: elf32-cr16c.c $(INCDIR)/filenames.h \    $(INCDIR)/bfdlink.h \
1863    $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/cr16c.h \    $(INCDIR)/coff/external.h \
1864    $(INCDIR)/elf/reloc-macros.h elf-bfd.h $(INCDIR)/elf/common.h \    $(INCDIR)/coff/go32exe.h \
1865    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf32-target.h    $(INCDIR)/coff/i386.h \
1866  elf32-cris.lo: elf32-cris.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/coff/internal.h \
1867    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    $(INCDIR)/filenames.h \
1868    $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/cris.h \    $(INCDIR)/hashtab.h \
1869    $(INCDIR)/elf/reloc-macros.h elf32-target.h    coff-i386.c \
1870  elf32-crx.lo: elf32-crx.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \    coffcode.h \
1871    $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    coffswap.h \
1872    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/crx.h \    go32stub.h \
1873    $(INCDIR)/elf/reloc-macros.h elf32-target.h    libcoff.h
1874  elf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  coff-svm68k.lo: \
1875    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    coff-svm68k.c \
1876    $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h \    $(INCDIR)/bfdlink.h \
1877    $(INCDIR)/elf/reloc-macros.h elf32-target.h    $(INCDIR)/coff/external.h \
1878  elf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/coff/internal.h \
1879    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    $(INCDIR)/coff/m68k.h \
1880    $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h \    $(INCDIR)/filenames.h \
1881    $(INCDIR)/elf/reloc-macros.h elf32-target.h    $(INCDIR)/hashtab.h \
1882  elf32-dlx.lo: elf32-dlx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    coff-m68k.c \
1883    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    coffcode.h \
1884    $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dlx.h \    coffswap.h \
1885    $(INCDIR)/elf/reloc-macros.h elf32-target.h    libcoff.h
1886  elf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  coff-tic30.lo: \
1887    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    coff-tic30.c \
1888    $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h \    $(INCDIR)/bfdlink.h \
1889    $(INCDIR)/elf/reloc-macros.h elf32-target.h    $(INCDIR)/coff/external.h \
1890  elf32-frv.lo: elf32-frv.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/coff/internal.h \
1891    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    $(INCDIR)/coff/tic30.h \
1892    $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/frv.h \    $(INCDIR)/filenames.h \
1893    $(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/dwarf2.h \    $(INCDIR)/hashtab.h \
1894    elf32-target.h    coffcode.h \
1895  elf32-gen.lo: elf32-gen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    coffswap.h \
1896    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    libcoff.h
1897    $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h elf32-target.h  coff-tic4x.lo: \
1898  elf32-h8300.lo: elf32-h8300.c $(INCDIR)/filenames.h \    coff-tic4x.c \
1899    $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    $(INCDIR)/bfdlink.h \
1900    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \    $(INCDIR)/coff/internal.h \
1901    $(INCDIR)/elf/h8.h $(INCDIR)/elf/reloc-macros.h elf32-target.h    $(INCDIR)/coff/ti.h \
1902  elf32-hppa.lo: elf32-hppa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/coff/tic4x.h \
1903    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    $(INCDIR)/filenames.h \
1904    $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h \    $(INCDIR)/hashtab.h \
1905    $(INCDIR)/elf/reloc-macros.h libhppa.h elf32-hppa.h \    coffcode.h \
1906    elf-hppa.h elf32-target.h    coffswap.h \
1907  elf32-i370.lo: elf32-i370.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \    libcoff.h
1908    $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \  coff-tic54x.lo: \
1909    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/i370.h \    coff-tic54x.c \
1910    $(INCDIR)/elf/reloc-macros.h elf32-target.h    $(INCDIR)/bfdlink.h \
1911  elf32-i386.lo: elf32-i386.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \    $(INCDIR)/coff/internal.h \
1912    $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    $(INCDIR)/coff/ti.h \
1913    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf-vxworks.h \    $(INCDIR)/coff/tic54x.h \
1914    bfd_stdint.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h \    $(INCDIR)/filenames.h \
1915    elf32-target.h    $(INCDIR)/hashtab.h \
1916  elf32-i860.lo: elf32-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    coffcode.h \
1917    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    coffswap.h \
1918    $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/i860.h \    libcoff.h
1919    $(INCDIR)/elf/reloc-macros.h elf32-target.h  coff-tic80.lo: \
1920  elf32-i960.lo: elf32-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    coff-tic80.c \
1921    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    $(INCDIR)/bfdlink.h \
1922    $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/i960.h \    $(INCDIR)/coff/external.h \
1923    $(INCDIR)/elf/reloc-macros.h elf32-target.h    $(INCDIR)/coff/internal.h \
1924  elf32-ip2k.lo: elf32-ip2k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/coff/tic80.h \
1925    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    $(INCDIR)/filenames.h \
1926    $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/ip2k.h \    $(INCDIR)/hashtab.h \
1927    $(INCDIR)/elf/reloc-macros.h elf32-target.h    coffcode.h \
1928  elf32-iq2000.lo: elf32-iq2000.c $(INCDIR)/filenames.h \    coffswap.h \
1929    $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    libcoff.h
1930    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \  coff-u68k.lo: \
1931    $(INCDIR)/elf/iq2000.h $(INCDIR)/elf/reloc-macros.h \    coff-u68k.c \
1932    elf32-target.h    $(INCDIR)/bfdlink.h \
1933  elf32-m32c.lo: elf32-m32c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/coff/external.h \
1934    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    $(INCDIR)/coff/internal.h \
1935    $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32c.h \    $(INCDIR)/coff/m68k.h \
1936    $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \    $(INCDIR)/filenames.h \
1937    elf32-target.h    $(INCDIR)/hashtab.h \
1938  elf32-m32r.lo: elf32-m32r.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    coff-m68k.c \
1939    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    coffcode.h \
1940    $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32r.h \    coffswap.h \
1941    $(INCDIR)/elf/reloc-macros.h elf32-target.h    libcoff.h
1942  elf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \  coff-w65.lo: \
1943    $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    coff-w65.c \
1944    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/m68k.h \    $(INCDIR)/bfdlink.h \
1945    $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/m68k.h \    $(INCDIR)/coff/external.h \
1946    elf32-target.h    $(INCDIR)/coff/internal.h \
1947  elf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \    $(INCDIR)/coff/w65.h \
1948    $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    $(INCDIR)/filenames.h \
1949    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf32-m68hc1x.h \    $(INCDIR)/hashtab.h \
1950    $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \    coffcode.h \
1951    $(INCDIR)/opcode/m68hc11.h elf32-target.h    coffswap.h \
1952  elf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \    libcoff.h
1953    $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \  coff-we32k.lo: \
1954    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf32-m68hc1x.h \    coff-we32k.c \
1955    $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \    $(INCDIR)/bfdlink.h \
1956    $(INCDIR)/opcode/m68hc11.h elf32-target.h    $(INCDIR)/coff/external.h \
1957  elf32-m68hc1x.lo: elf32-m68hc1x.c $(INCDIR)/filenames.h \    $(INCDIR)/coff/internal.h \
1958    $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    $(INCDIR)/coff/we32k.h \
1959    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf32-m68hc1x.h \    $(INCDIR)/filenames.h \
1960    $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \    $(INCDIR)/hashtab.h \
1961    $(INCDIR)/opcode/m68hc11.h    coffcode.h \
1962  elf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    coffswap.h \
1963    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    libcoff.h
1964    $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h elf32-target.h  coff-z80.lo: \
1965  elf-m10200.lo: elf-m10200.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    coff-z80.c \
1966    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    $(INCDIR)/bfdlink.h \
1967    $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h elf32-target.h    $(INCDIR)/coff/external.h \
1968  elf-m10300.lo: elf-m10300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/coff/internal.h \
1969    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    $(INCDIR)/coff/z80.h \
1970    $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \    $(INCDIR)/filenames.h \
1971    $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \    $(INCDIR)/hashtab.h \
1972    elf32-target.h    coffcode.h \
1973  elf32-mcore.lo: elf32-mcore.c $(INCDIR)/filenames.h \    coffswap.h \
1974    $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    libcoff.h
1975    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/mcore.h \  coff-z8k.lo: \
1976    $(INCDIR)/elf/reloc-macros.h elf32-target.h    coff-z8k.c \
1977  elf32-mep.lo: elf32-mep.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/bfdlink.h \
1978    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    $(INCDIR)/coff/external.h \
1979    $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mep.h \    $(INCDIR)/coff/internal.h \
1980    $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \    $(INCDIR)/coff/z8k.h \
1981    elf32-target.h    $(INCDIR)/filenames.h \
1982  elfxx-mips.lo: elfxx-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/hashtab.h \
1983    $(INCDIR)/libiberty.h elf-bfd.h $(INCDIR)/elf/common.h \    coffcode.h \
1984    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \    coffswap.h \
1985    elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \    libcoff.h
1986    elf-vxworks.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \  cofflink.lo: \
1987    $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h    cofflink.c \
1988  elf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/bfdlink.h \
1989    $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \    $(INCDIR)/coff/internal.h \
1990    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elfxx-mips.h \    $(INCDIR)/filenames.h \
1991    $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h elf-vxworks.h \    $(INCDIR)/hashtab.h \
1992    $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \    $(INCDIR)/safe-ctype.h \
1993    $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \    libcoff.h
1994    ecoffswap.h elf32-target.h  dwarf1.lo: \
1995  elf32-mt.lo: elf32-mt.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    dwarf1.c \
1996    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    $(INCDIR)/bfdlink.h \
1997    $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mt.h \    $(INCDIR)/elf/common.h \
1998    $(INCDIR)/elf/reloc-macros.h elf32-target.h    $(INCDIR)/elf/dwarf.h \
1999  elf32-msp430.lo: elf32-msp430.c $(INCDIR)/filenames.h \    $(INCDIR)/elf/external.h \
2000    $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h elf-bfd.h \    $(INCDIR)/elf/internal.h \
2001    $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \    $(INCDIR)/filenames.h \
2002    $(INCDIR)/bfdlink.h $(INCDIR)/elf/msp430.h $(INCDIR)/elf/reloc-macros.h \    $(INCDIR)/hashtab.h \
2003    elf32-target.h    $(INCDIR)/libiberty.h \
2004  elf32-openrisc.lo: elf32-openrisc.c $(INCDIR)/filenames.h \    elf-bfd.h
2005    $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \  ecoff.lo: \
2006    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \    ecoff.c \
2007    $(INCDIR)/elf/openrisc.h $(INCDIR)/elf/reloc-macros.h \    $(INCDIR)/aout/aout64.h \
2008    $(INCDIR)/libiberty.h elf32-target.h    $(INCDIR)/aout/ar.h \
2009  elf32-or32.lo: elf32-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/aout/ranlib.h \
2010    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    $(INCDIR)/aout/stab.def \
2011    $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/or32.h \    $(INCDIR)/aout/stab_gnu.h \
2012    $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \    $(INCDIR)/bfdlink.h \
2013    elf32-target.h    $(INCDIR)/coff/ecoff.h \
2014  elf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \    $(INCDIR)/coff/internal.h \
2015    $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    $(INCDIR)/coff/sym.h \
2016    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/pj.h \    $(INCDIR)/coff/symconst.h \
2017    $(INCDIR)/elf/reloc-macros.h elf32-target.h    $(INCDIR)/filenames.h \
2018  elf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \    $(INCDIR)/hashtab.h \
2019    $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    $(INCDIR)/libiberty.h \
2020    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/ppc.h \    libaout.h \
2021    $(INCDIR)/elf/reloc-macros.h elf32-ppc.h elf-vxworks.h \    libcoff.h \
2022    elf32-target.h    libecoff.h
2023  elf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \  ecofflink.lo: \
2024    $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \    ecofflink.c \
2025    $(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \    $(INCDIR)/aout/stab.def \
2026    elf32-sh64.h elf32-sh.c $(INCDIR)/hashtab.h elf-vxworks.h \    $(INCDIR)/aout/stab_gnu.h \
2027    $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \    $(INCDIR)/bfdlink.h \
2028    $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h    $(INCDIR)/coff/ecoff.h \
2029  elf32-sh64-com.lo: elf32-sh64-com.c $(INCDIR)/filenames.h \    $(INCDIR)/coff/internal.h \
2030    $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    $(INCDIR)/coff/sym.h \
2031    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \    $(INCDIR)/coff/symconst.h \
2032    $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf32-sh64.h \    $(INCDIR)/filenames.h \
2033    $(srcdir)/../opcodes/sh64-opc.h    $(INCDIR)/hashtab.h \
2034  elf32-s390.lo: elf32-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \    $(INCDIR)/objalloc.h \
2035    $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    libcoff.h \
2036    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/s390.h \    libecoff.h
2037    $(INCDIR)/elf/reloc-macros.h elf32-target.h  elf-attrs.lo: \
2038  elf32-score.lo: elf32-score.c $(INCDIR)/filenames.h \    elf-attrs.c \
2039    $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h elf-bfd.h \    $(INCDIR)/bfdlink.h \
2040    $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \    $(INCDIR)/elf/common.h \
2041    $(INCDIR)/bfdlink.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h \    $(INCDIR)/elf/external.h \
2042    elf32-target.h    $(INCDIR)/elf/internal.h \
2043  elf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \    $(INCDIR)/filenames.h \
2044    $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    $(INCDIR)/hashtab.h \
2045    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf-vxworks.h \    $(INCDIR)/libiberty.h \
2046    $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \    elf-bfd.h
2047    $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h  elf-eh-frame.lo: \
2048  elf32-sh-symbian.lo: elf32-sh-symbian.c elf32-sh.c \    elf-eh-frame.c \
2049    $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h \    $(INCDIR)/bfdlink.h \
2050    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    $(INCDIR)/dwarf2.h \
2051    $(INCDIR)/elf/internal.h elf-vxworks.h $(INCDIR)/elf/sh.h \    $(INCDIR)/elf/common.h \
2052    $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \    $(INCDIR)/elf/external.h \
2053    $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h    $(INCDIR)/elf/internal.h \
2054  elfxx-sparc.lo: elfxx-sparc.c $(INCDIR)/filenames.h \    $(INCDIR)/filenames.h \
2055    $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h \    $(INCDIR)/hashtab.h \
2056    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    elf-bfd.h
2057    $(INCDIR)/elf/internal.h $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \  elf-ifunc.lo: \
2058    $(INCDIR)/opcode/sparc.h elfxx-sparc.h elf-vxworks.h    elf-ifunc.c \
2059  elf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \    $(INCDIR)/bfdlink.h \
2060    $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    $(INCDIR)/elf/common.h \
2061    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/sparc.h \    $(INCDIR)/elf/external.h \
2062    $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \    $(INCDIR)/elf/internal.h \
2063    elfxx-sparc.h elf-vxworks.h elf32-target.h    $(INCDIR)/filenames.h \
2064  elf32-spu.lo: elf32-spu.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \    $(INCDIR)/hashtab.h \
2065    $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    $(INCDIR)/libiberty.h \
2066    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/spu.h \    $(INCDIR)/objalloc.h \
2067    $(INCDIR)/elf/reloc-macros.h elf32-spu.h elf32-target.h    $(INCDIR)/safe-ctype.h \
2068  elf32-v850.lo: elf32-v850.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \    elf-bfd.h
2069    $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \  elf-m10200.lo: \
2070    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/v850.h \    elf-m10200.c \
2071    $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \    $(INCDIR)/bfdlink.h \
2072    elf32-target.h    $(INCDIR)/elf/common.h \
2073  elf32-vax.lo: elf32-vax.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \    $(INCDIR)/elf/external.h \
2074    $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    $(INCDIR)/elf/internal.h \
2075    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/vax.h \    $(INCDIR)/filenames.h \
2076    $(INCDIR)/elf/reloc-macros.h elf32-target.h    $(INCDIR)/hashtab.h \
2077  elf32-xstormy16.lo: elf32-xstormy16.c $(INCDIR)/filenames.h \    elf-bfd.h \
2078    $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    elf32-target.h
2079    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \  elf-m10300.lo: \
2080    $(INCDIR)/elf/xstormy16.h $(INCDIR)/elf/reloc-macros.h \    elf-m10300.c \
2081    $(INCDIR)/libiberty.h elf32-target.h    $(INCDIR)/bfdlink.h \
2082  elf32-xtensa.lo: elf32-xtensa.c $(INCDIR)/filenames.h \    $(INCDIR)/elf/common.h \
2083    $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    $(INCDIR)/elf/external.h \
2084    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/xtensa.h \    $(INCDIR)/elf/internal.h \
2085    $(INCDIR)/elf/reloc-macros.h $(INCDIR)/xtensa-isa.h \    $(INCDIR)/elf/mn10300.h \
2086    $(INCDIR)/xtensa-config.h elf32-target.h    $(INCDIR)/elf/reloc-macros.h \
2087  elf32-xc16x.lo: elf32-xc16x.c $(INCDIR)/filenames.h \    $(INCDIR)/filenames.h \
2088    $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    $(INCDIR)/hashtab.h \
2089    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \    $(INCDIR)/libiberty.h \
2090    $(INCDIR)/elf/xc16x.h $(INCDIR)/elf/reloc-macros.h \    elf-bfd.h \
2091    $(INCDIR)/elf/dwarf2.h $(INCDIR)/libiberty.h elf32-target.h    elf32-target.h
2092  elf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \  elf-strtab.lo: \
2093    $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    elf-strtab.c \
2094    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elfcore.h    $(INCDIR)/bfdlink.h \
2095  elflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \    $(INCDIR)/elf/common.h \
2096    $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    $(INCDIR)/elf/external.h \
2097    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/safe-ctype.h \    $(INCDIR)/elf/internal.h \
2098    $(INCDIR)/libiberty.h $(INCDIR)/objalloc.h    $(INCDIR)/filenames.h \
2099  elf-attrs.lo: elf-attrs.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \    $(INCDIR)/hashtab.h \
2100    $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    $(INCDIR)/libiberty.h \
2101    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h    elf-bfd.h
2102  elf-strtab.lo: elf-strtab.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  elf-vxworks.lo: \
2103    elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \    elf-vxworks.c \
2104    $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h    $(INCDIR)/bfdlink.h \
2105  elf-eh-frame.lo: elf-eh-frame.c $(INCDIR)/filenames.h \    $(INCDIR)/elf/common.h \
2106    $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    $(INCDIR)/elf/external.h \
2107    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \    $(INCDIR)/elf/internal.h \
2108    $(INCDIR)/elf/dwarf2.h    $(INCDIR)/elf/vxworks.h \
2109  elf-vxworks.lo: elf-vxworks.c $(INCDIR)/filenames.h \    $(INCDIR)/filenames.h \
2110    $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \    $(INCDIR)/hashtab.h \
2111    $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \    elf-bfd.h \
2112    elf-vxworks.h $(INCDIR)/elf/vxworks.h    elf-vxworks.h
2113  epoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c $(INCDIR)/filenames.h \  elf.lo: \
2114    coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \    elf.c \
2115    $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \    $(INCDIR)/bfdlink.h \
2116    $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \    $(INCDIR)/elf/common.h \
2117    peicode.h libpei.h    $(INCDIR)/elf/external.h \
2118  epoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c $(INCDIR)/filenames.h \    $(INCDIR)/elf/internal.h \
2119    coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \    $(INCDIR)/filenames.h \
2120    $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \    $(INCDIR)/hashtab.h \
2121    $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \    $(INCDIR)/libiberty.h \
2122    peicode.h libpei.h    $(INCDIR)/safe-ctype.h \
2123  hp300bsd.lo: hp300bsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    elf-bfd.h
2124    libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \  elf32-am33lin.lo: \
2125    $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h    elf32-am33lin.c \
2126  hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \    $(INCDIR)/bfdlink.h \
2127    aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \    $(INCDIR)/elf/common.h \
2128    $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \    $(INCDIR)/elf/external.h \
2129    $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \    $(INCDIR)/elf/internal.h \
2130    aout-target.h    $(INCDIR)/elf/mn10300.h \
2131  som.lo: som.c $(INCDIR)/filenames.h    $(INCDIR)/elf/reloc-macros.h \
2132  i386aout.lo: i386aout.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/filenames.h \
2133    $(INCDIR)/aout/aout64.h libaout.h $(INCDIR)/bfdlink.h \    $(INCDIR)/hashtab.h \
2134    aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \    $(INCDIR)/libiberty.h \
2135    $(INCDIR)/aout/ar.h    elf-bfd.h \
2136  i386bsd.lo: i386bsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    elf-m10300.c \
2137    libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \    elf32-target.h
2138    $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h  elf32-arc.lo: \
2139  i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \    elf32-arc.c \
2140    $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \    $(INCDIR)/bfdlink.h \
2141    libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \    $(INCDIR)/elf/arc.h \
2142    $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \    $(INCDIR)/elf/common.h \
2143    aout-target.h    $(INCDIR)/elf/external.h \
2144  i386freebsd.lo: i386freebsd.c freebsd.h $(INCDIR)/filenames.h \    $(INCDIR)/elf/internal.h \
2145    $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \    $(INCDIR)/elf/reloc-macros.h \
2146    $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \    $(INCDIR)/filenames.h \
2147    $(INCDIR)/aout/ar.h    $(INCDIR)/hashtab.h \
2148  i386linux.lo: i386linux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/libiberty.h \
2149    $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \    elf-bfd.h \
2150    $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h    elf32-target.h
2151  i386lynx.lo: i386lynx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  elf32-arm.lo: \
2152    libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \    elf32-arm.c \
2153    aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \    $(INCDIR)/bfdlink.h \
2154    $(INCDIR)/aout/ar.h    $(INCDIR)/elf/arm.h \
2155  i386msdos.lo: i386msdos.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/elf/common.h \
2156    libaout.h $(INCDIR)/bfdlink.h    $(INCDIR)/elf/external.h \
2157  i386netbsd.lo: i386netbsd.c netbsd.h $(INCDIR)/filenames.h \    $(INCDIR)/elf/internal.h \
2158    $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \    $(INCDIR)/elf/reloc-macros.h \
2159    $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \    $(INCDIR)/filenames.h \
2160    $(INCDIR)/aout/ar.h    $(INCDIR)/hashtab.h \
2161  i386mach3.lo: i386mach3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/libiberty.h \
2162    $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \    elf-bfd.h \
2163    $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h    elf-vxworks.h \
2164  i386os9k.lo: i386os9k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    elf32-target.h
2165    $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/os9k.h  elf32-avr.lo: \
2166  ieee.lo: ieee.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    elf32-avr.c \
2167    $(INCDIR)/ieee.h libieee.h $(INCDIR)/safe-ctype.h    $(INCDIR)/bfdlink.h \
2168  m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h $(INCDIR)/filenames.h \    $(INCDIR)/elf/avr.h \
2169    $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \    $(INCDIR)/elf/common.h \
2170    $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \    $(INCDIR)/elf/external.h \
2171    $(INCDIR)/aout/ar.h    $(INCDIR)/elf/internal.h \
2172  m68klinux.lo: m68klinux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/elf/reloc-macros.h \
2173    $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \    $(INCDIR)/filenames.h \
2174    $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h    $(INCDIR)/hashtab.h \
2175  m68knetbsd.lo: m68knetbsd.c netbsd.h $(INCDIR)/filenames.h \    elf-bfd.h \
2176    $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \    elf32-avr.h \
2177    $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \    elf32-target.h
2178    $(INCDIR)/aout/ar.h  elf32-bfin.lo: \
2179  m88kmach3.lo: m88kmach3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    elf32-bfin.c \
2180    libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \    $(INCDIR)/bfdlink.h \
2181    $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h    $(INCDIR)/dwarf2.h \
2182  m88kopenbsd.lo: m88kopenbsd.c netbsd.h $(INCDIR)/filenames.h \    $(INCDIR)/elf/bfin.h \
2183    $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \    $(INCDIR)/elf/common.h \
2184    $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \    $(INCDIR)/elf/external.h \
2185    $(INCDIR)/aout/ar.h    $(INCDIR)/elf/internal.h \
2186  mach-o.lo: mach-o.c $(INCDIR)/filenames.h mach-o.h \    $(INCDIR)/elf/reloc-macros.h \
2187    $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h mach-o-target.c    $(INCDIR)/filenames.h \
2188  mipsbsd.lo: mipsbsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/hashtab.h \
2189    libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \    elf-bfd.h \
2190    $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h    elf32-target.h
2191  newsos3.lo: newsos3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  elf32-cr16.lo: \
2192    $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \    elf32-cr16.c \
2193    $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h    $(INCDIR)/bfdlink.h \
2194  nlm.lo: nlm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/elf/common.h \
2195    libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \    $(INCDIR)/elf/cr16.h \
2196    $(INCDIR)/nlm/external.h    $(INCDIR)/elf/external.h \
2197  nlm32-i386.lo: nlm32-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/elf/internal.h \
2198    $(INCDIR)/nlm/i386-ext.h libnlm.h $(INCDIR)/nlm/common.h \    $(INCDIR)/elf/reloc-macros.h \
2199    $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \    $(INCDIR)/filenames.h \
2200    nlm-target.h    $(INCDIR)/hashtab.h \
2201  nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/filenames.h \    $(INCDIR)/libiberty.h \
2202    $(INCDIR)/hashtab.h $(INCDIR)/nlm/sparc32-ext.h libnlm.h \    elf-bfd.h \
2203    $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \    elf32-target.h
2204    nlmswap.h nlm-target.h  elf32-cr16c.lo: \
2205  nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    elf32-cr16c.c \
2206    $(INCDIR)/nlm/ppc-ext.h libnlm.h $(INCDIR)/nlm/common.h \    $(INCDIR)/bfdlink.h \
2207    $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \    $(INCDIR)/elf/common.h \
2208    nlm-target.h    $(INCDIR)/elf/cr16c.h \
2209  nlm32.lo: nlm32.c nlmcode.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/elf/external.h \
2210    libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \    $(INCDIR)/elf/internal.h \
2211    $(INCDIR)/nlm/external.h    $(INCDIR)/elf/reloc-macros.h \
2212  ns32knetbsd.lo: ns32knetbsd.c netbsd.h $(INCDIR)/filenames.h \    $(INCDIR)/filenames.h \
2213    $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \    $(INCDIR)/hashtab.h \
2214    $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \    elf-bfd.h \
2215    $(INCDIR)/aout/ar.h    elf32-target.h
2216  oasys.lo: oasys.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \  elf32-cris.lo: \
2217    $(INCDIR)/hashtab.h $(INCDIR)/oasys.h liboasys.h    elf32-cris.c \
2218  pc532-mach.lo: pc532-mach.c $(INCDIR)/filenames.h libaout.h \    $(INCDIR)/bfdlink.h \
2219    $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \    $(INCDIR)/elf/common.h \
2220    aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \    $(INCDIR)/elf/cris.h \
2221    $(INCDIR)/aout/ar.h    $(INCDIR)/elf/external.h \
2222  pdp11.lo: pdp11.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/elf/internal.h \
2223    libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \    $(INCDIR)/elf/reloc-macros.h \
2224    $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \    $(INCDIR)/filenames.h \
2225      $(INCDIR)/hashtab.h \
2226      elf-bfd.h \
2227      elf32-target.h
2228    elf32-crx.lo: \
2229      elf32-crx.c \
2230      $(INCDIR)/bfdlink.h \
2231      $(INCDIR)/elf/common.h \
2232      $(INCDIR)/elf/crx.h \
2233      $(INCDIR)/elf/external.h \
2234      $(INCDIR)/elf/internal.h \
2235      $(INCDIR)/elf/reloc-macros.h \
2236      $(INCDIR)/filenames.h \
2237      $(INCDIR)/hashtab.h \
2238      elf-bfd.h \
2239      elf32-target.h
2240    elf32-d10v.lo: \
2241      elf32-d10v.c \
2242      $(INCDIR)/bfdlink.h \
2243      $(INCDIR)/elf/common.h \
2244      $(INCDIR)/elf/d10v.h \
2245      $(INCDIR)/elf/external.h \
2246      $(INCDIR)/elf/internal.h \
2247      $(INCDIR)/elf/reloc-macros.h \
2248      $(INCDIR)/filenames.h \
2249      $(INCDIR)/hashtab.h \
2250      elf-bfd.h \
2251      elf32-target.h
2252    elf32-d30v.lo: \
2253      elf32-d30v.c \
2254      $(INCDIR)/bfdlink.h \
2255      $(INCDIR)/elf/common.h \
2256      $(INCDIR)/elf/d30v.h \
2257      $(INCDIR)/elf/external.h \
2258      $(INCDIR)/elf/internal.h \
2259      $(INCDIR)/elf/reloc-macros.h \
2260      $(INCDIR)/filenames.h \
2261      $(INCDIR)/hashtab.h \
2262      elf-bfd.h \
2263      elf32-target.h
2264    elf32-dlx.lo: \
2265      elf32-dlx.c \
2266      $(INCDIR)/bfdlink.h \
2267      $(INCDIR)/elf/common.h \
2268      $(INCDIR)/elf/dlx.h \
2269      $(INCDIR)/elf/external.h \
2270      $(INCDIR)/elf/internal.h \
2271      $(INCDIR)/elf/reloc-macros.h \
2272      $(INCDIR)/filenames.h \
2273      $(INCDIR)/hashtab.h \
2274      elf-bfd.h \
2275      elf32-target.h
2276    elf32-fr30.lo: \
2277      elf32-fr30.c \
2278      $(INCDIR)/bfdlink.h \
2279      $(INCDIR)/elf/common.h \
2280      $(INCDIR)/elf/external.h \
2281      $(INCDIR)/elf/fr30.h \
2282      $(INCDIR)/elf/internal.h \
2283      $(INCDIR)/elf/reloc-macros.h \
2284      $(INCDIR)/filenames.h \
2285      $(INCDIR)/hashtab.h \
2286      elf-bfd.h \
2287      elf32-target.h
2288    elf32-frv.lo: \
2289      elf32-frv.c \
2290      $(INCDIR)/bfdlink.h \
2291      $(INCDIR)/dwarf2.h \
2292      $(INCDIR)/elf/common.h \
2293      $(INCDIR)/elf/external.h \
2294      $(INCDIR)/elf/frv.h \
2295      $(INCDIR)/elf/internal.h \
2296      $(INCDIR)/elf/reloc-macros.h \
2297      $(INCDIR)/filenames.h \
2298      $(INCDIR)/hashtab.h \
2299      elf-bfd.h \
2300      elf32-target.h
2301    elf32-gen.lo: \
2302      elf32-gen.c \
2303      $(INCDIR)/bfdlink.h \
2304      $(INCDIR)/elf/common.h \
2305      $(INCDIR)/elf/external.h \
2306      $(INCDIR)/elf/internal.h \
2307      $(INCDIR)/filenames.h \
2308      $(INCDIR)/hashtab.h \
2309      elf-bfd.h \
2310      elf32-target.h
2311    elf32-h8300.lo: \
2312      elf32-h8300.c \
2313      $(INCDIR)/bfdlink.h \
2314      $(INCDIR)/elf/common.h \
2315      $(INCDIR)/elf/external.h \
2316      $(INCDIR)/elf/h8.h \
2317      $(INCDIR)/elf/internal.h \
2318      $(INCDIR)/elf/reloc-macros.h \
2319      $(INCDIR)/filenames.h \
2320      $(INCDIR)/hashtab.h \
2321      elf-bfd.h \
2322      elf32-target.h
2323    elf32-hppa.lo: \
2324      elf32-hppa.c \
2325      $(INCDIR)/bfdlink.h \
2326      $(INCDIR)/elf/common.h \
2327      $(INCDIR)/elf/external.h \
2328      $(INCDIR)/elf/hppa.h \
2329      $(INCDIR)/elf/internal.h \
2330      $(INCDIR)/elf/reloc-macros.h \
2331      $(INCDIR)/filenames.h \
2332      $(INCDIR)/hashtab.h \
2333      elf-bfd.h \
2334      elf-hppa.h \
2335      elf32-hppa.h \
2336      elf32-target.h \
2337      libhppa.h
2338    elf32-i370.lo: \
2339      elf32-i370.c \
2340      $(INCDIR)/bfdlink.h \
2341      $(INCDIR)/elf/common.h \
2342      $(INCDIR)/elf/external.h \
2343      $(INCDIR)/elf/i370.h \
2344      $(INCDIR)/elf/internal.h \
2345      $(INCDIR)/elf/reloc-macros.h \
2346      $(INCDIR)/filenames.h \
2347      $(INCDIR)/hashtab.h \
2348      elf-bfd.h \
2349      elf32-target.h
2350    elf32-i386.lo: \
2351      elf32-i386.c \
2352      $(INCDIR)/bfdlink.h \
2353      $(INCDIR)/elf/common.h \
2354      $(INCDIR)/elf/external.h \
2355      $(INCDIR)/elf/i386.h \
2356      $(INCDIR)/elf/internal.h \
2357      $(INCDIR)/elf/reloc-macros.h \
2358      $(INCDIR)/filenames.h \
2359      $(INCDIR)/hashtab.h \
2360      $(INCDIR)/objalloc.h \
2361      bfd_stdint.h \
2362      elf-bfd.h \
2363      elf-vxworks.h \
2364      elf32-target.h
2365    elf32-i860.lo: \
2366      elf32-i860.c \
2367      $(INCDIR)/bfdlink.h \
2368      $(INCDIR)/elf/common.h \
2369      $(INCDIR)/elf/external.h \
2370      $(INCDIR)/elf/i860.h \
2371      $(INCDIR)/elf/internal.h \
2372      $(INCDIR)/elf/reloc-macros.h \
2373      $(INCDIR)/filenames.h \
2374      $(INCDIR)/hashtab.h \
2375      elf-bfd.h \
2376      elf32-target.h
2377    elf32-i960.lo: \
2378      elf32-i960.c \
2379      $(INCDIR)/bfdlink.h \
2380      $(INCDIR)/elf/common.h \
2381      $(INCDIR)/elf/external.h \
2382      $(INCDIR)/elf/i960.h \
2383      $(INCDIR)/elf/internal.h \
2384      $(INCDIR)/elf/reloc-macros.h \
2385      $(INCDIR)/filenames.h \
2386      $(INCDIR)/hashtab.h \
2387      elf-bfd.h \
2388      elf32-target.h
2389    elf32-ip2k.lo: \
2390      elf32-ip2k.c \
2391      $(INCDIR)/bfdlink.h \
2392      $(INCDIR)/elf/common.h \
2393      $(INCDIR)/elf/external.h \
2394      $(INCDIR)/elf/internal.h \
2395      $(INCDIR)/elf/ip2k.h \
2396      $(INCDIR)/elf/reloc-macros.h \
2397      $(INCDIR)/filenames.h \
2398      $(INCDIR)/hashtab.h \
2399      elf-bfd.h \
2400      elf32-target.h
2401    elf32-iq2000.lo: \
2402      elf32-iq2000.c \
2403      $(INCDIR)/bfdlink.h \
2404      $(INCDIR)/elf/common.h \
2405      $(INCDIR)/elf/external.h \
2406      $(INCDIR)/elf/internal.h \
2407      $(INCDIR)/elf/iq2000.h \
2408      $(INCDIR)/elf/reloc-macros.h \
2409      $(INCDIR)/filenames.h \
2410      $(INCDIR)/hashtab.h \
2411      elf-bfd.h \
2412      elf32-target.h
2413    elf32-lm32.lo: \
2414      elf32-lm32.c \
2415      $(INCDIR)/bfdlink.h \
2416      $(INCDIR)/elf/common.h \
2417      $(INCDIR)/elf/external.h \
2418      $(INCDIR)/elf/internal.h \
2419      $(INCDIR)/elf/lm32.h \
2420      $(INCDIR)/elf/reloc-macros.h \
2421      $(INCDIR)/filenames.h \
2422      $(INCDIR)/hashtab.h \
2423      elf-bfd.h \
2424      elf32-target.h
2425    elf32-m32c.lo: \
2426      elf32-m32c.c \
2427      $(INCDIR)/bfdlink.h \
2428      $(INCDIR)/elf/common.h \
2429      $(INCDIR)/elf/external.h \
2430      $(INCDIR)/elf/internal.h \
2431      $(INCDIR)/elf/m32c.h \
2432      $(INCDIR)/elf/reloc-macros.h \
2433      $(INCDIR)/filenames.h \
2434      $(INCDIR)/hashtab.h \
2435      $(INCDIR)/libiberty.h \
2436      elf-bfd.h \
2437      elf32-target.h
2438    elf32-m32r.lo: \
2439      elf32-m32r.c \
2440      $(INCDIR)/bfdlink.h \
2441      $(INCDIR)/elf/common.h \
2442      $(INCDIR)/elf/external.h \
2443      $(INCDIR)/elf/internal.h \
2444      $(INCDIR)/elf/m32r.h \
2445      $(INCDIR)/elf/reloc-macros.h \
2446      $(INCDIR)/filenames.h \
2447      $(INCDIR)/hashtab.h \
2448      elf-bfd.h \
2449      elf32-target.h
2450    elf32-m68hc11.lo: \
2451      elf32-m68hc11.c \
2452      $(INCDIR)/bfdlink.h \
2453      $(INCDIR)/elf/common.h \
2454      $(INCDIR)/elf/external.h \
2455      $(INCDIR)/elf/internal.h \
2456      $(INCDIR)/elf/m68hc11.h \
2457      $(INCDIR)/elf/reloc-macros.h \
2458      $(INCDIR)/filenames.h \
2459      $(INCDIR)/hashtab.h \
2460      $(INCDIR)/opcode/m68hc11.h \
2461      elf-bfd.h \
2462      elf32-m68hc1x.h \
2463      elf32-target.h
2464    elf32-m68hc12.lo: \
2465      elf32-m68hc12.c \
2466      $(INCDIR)/bfdlink.h \
2467      $(INCDIR)/elf/common.h \
2468      $(INCDIR)/elf/external.h \
2469      $(INCDIR)/elf/internal.h \
2470      $(INCDIR)/elf/m68hc11.h \
2471      $(INCDIR)/elf/reloc-macros.h \
2472      $(INCDIR)/filenames.h \
2473      $(INCDIR)/hashtab.h \
2474      $(INCDIR)/opcode/m68hc11.h \
2475      elf-bfd.h \
2476      elf32-m68hc1x.h \
2477      elf32-target.h
2478    elf32-m68hc1x.lo: \
2479      elf32-m68hc1x.c \
2480      $(INCDIR)/alloca-conf.h \
2481      $(INCDIR)/bfdlink.h \
2482      $(INCDIR)/elf/common.h \
2483      $(INCDIR)/elf/external.h \
2484      $(INCDIR)/elf/internal.h \
2485      $(INCDIR)/elf/m68hc11.h \
2486      $(INCDIR)/elf/reloc-macros.h \
2487      $(INCDIR)/filenames.h \
2488      $(INCDIR)/hashtab.h \
2489      $(INCDIR)/opcode/m68hc11.h \
2490      elf-bfd.h \
2491      elf32-m68hc1x.h
2492    elf32-m68k.lo: \
2493      elf32-m68k.c \
2494      $(INCDIR)/bfdlink.h \
2495      $(INCDIR)/elf/common.h \
2496      $(INCDIR)/elf/external.h \
2497      $(INCDIR)/elf/internal.h \
2498      $(INCDIR)/elf/m68k.h \
2499      $(INCDIR)/elf/reloc-macros.h \
2500      $(INCDIR)/filenames.h \
2501      $(INCDIR)/hashtab.h \
2502      $(INCDIR)/opcode/m68k.h \
2503      elf-bfd.h \
2504      elf32-target.h
2505    elf32-m88k.lo: \
2506      elf32-m88k.c \
2507      $(INCDIR)/bfdlink.h \
2508      $(INCDIR)/elf/common.h \
2509      $(INCDIR)/elf/external.h \
2510      $(INCDIR)/elf/internal.h \
2511      $(INCDIR)/filenames.h \
2512      $(INCDIR)/hashtab.h \
2513      elf-bfd.h \
2514      elf32-target.h
2515    elf32-mcore.lo: \
2516      elf32-mcore.c \
2517      $(INCDIR)/bfdlink.h \
2518      $(INCDIR)/elf/common.h \
2519      $(INCDIR)/elf/external.h \
2520      $(INCDIR)/elf/internal.h \
2521      $(INCDIR)/elf/mcore.h \
2522      $(INCDIR)/elf/reloc-macros.h \
2523      $(INCDIR)/filenames.h \
2524      $(INCDIR)/hashtab.h \
2525      elf-bfd.h \
2526      elf32-target.h
2527    elf32-mep.lo: \
2528      elf32-mep.c \
2529      $(INCDIR)/bfdlink.h \
2530      $(INCDIR)/elf/common.h \
2531      $(INCDIR)/elf/external.h \
2532      $(INCDIR)/elf/internal.h \
2533      $(INCDIR)/elf/mep.h \
2534      $(INCDIR)/elf/reloc-macros.h \
2535      $(INCDIR)/filenames.h \
2536      $(INCDIR)/hashtab.h \
2537      $(INCDIR)/libiberty.h \
2538      elf-bfd.h \
2539      elf32-target.h
2540    elf32-mips.lo: \
2541      elf32-mips.c \
2542      $(INCDIR)/bfdlink.h \
2543      $(INCDIR)/coff/ecoff.h \
2544      $(INCDIR)/coff/external.h \
2545      $(INCDIR)/coff/internal.h \
2546      $(INCDIR)/coff/mips.h \
2547      $(INCDIR)/coff/sym.h \
2548      $(INCDIR)/coff/symconst.h \
2549      $(INCDIR)/elf/common.h \
2550      $(INCDIR)/elf/external.h \
2551      $(INCDIR)/elf/internal.h \
2552      $(INCDIR)/elf/mips.h \
2553      $(INCDIR)/elf/reloc-macros.h \
2554      $(INCDIR)/filenames.h \
2555      $(INCDIR)/hashtab.h \
2556      ecoffswap.h \
2557      elf-bfd.h \
2558      elf-vxworks.h \
2559      elf32-target.h \
2560      elfxx-mips.h \
2561      genlink.h
2562    elf32-moxie.lo: \
2563      elf32-moxie.c \
2564      $(INCDIR)/bfdlink.h \
2565      $(INCDIR)/elf/common.h \
2566      $(INCDIR)/elf/external.h \
2567      $(INCDIR)/elf/internal.h \
2568      $(INCDIR)/elf/moxie.h \
2569      $(INCDIR)/elf/reloc-macros.h \
2570      $(INCDIR)/filenames.h \
2571      $(INCDIR)/hashtab.h \
2572      elf-bfd.h \
2573      elf32-target.h
2574    elf32-msp430.lo: \
2575      elf32-msp430.c \
2576      $(INCDIR)/bfdlink.h \
2577      $(INCDIR)/elf/common.h \
2578      $(INCDIR)/elf/external.h \
2579      $(INCDIR)/elf/internal.h \
2580      $(INCDIR)/elf/msp430.h \
2581      $(INCDIR)/elf/reloc-macros.h \
2582      $(INCDIR)/filenames.h \
2583      $(INCDIR)/hashtab.h \
2584      $(INCDIR)/libiberty.h \
2585      elf-bfd.h \
2586      elf32-target.h
2587    elf32-mt.lo: \
2588      elf32-mt.c \
2589      $(INCDIR)/bfdlink.h \
2590      $(INCDIR)/elf/common.h \
2591      $(INCDIR)/elf/external.h \
2592      $(INCDIR)/elf/internal.h \
2593      $(INCDIR)/elf/mt.h \
2594      $(INCDIR)/elf/reloc-macros.h \
2595      $(INCDIR)/filenames.h \
2596      $(INCDIR)/hashtab.h \
2597      elf-bfd.h \
2598      elf32-target.h
2599    elf32-openrisc.lo: \
2600      elf32-openrisc.c \
2601      $(INCDIR)/bfdlink.h \
2602      $(INCDIR)/elf/common.h \
2603      $(INCDIR)/elf/external.h \
2604      $(INCDIR)/elf/internal.h \
2605      $(INCDIR)/elf/openrisc.h \
2606      $(INCDIR)/elf/reloc-macros.h \
2607      $(INCDIR)/filenames.h \
2608      $(INCDIR)/hashtab.h \
2609      $(INCDIR)/libiberty.h \
2610      elf-bfd.h \
2611      elf32-target.h
2612    elf32-or32.lo: \
2613      elf32-or32.c \
2614      $(INCDIR)/bfdlink.h \
2615      $(INCDIR)/elf/common.h \
2616      $(INCDIR)/elf/external.h \
2617      $(INCDIR)/elf/internal.h \
2618      $(INCDIR)/elf/or32.h \
2619      $(INCDIR)/elf/reloc-macros.h \
2620      $(INCDIR)/filenames.h \
2621      $(INCDIR)/hashtab.h \
2622      $(INCDIR)/libiberty.h \
2623      elf-bfd.h \
2624      elf32-target.h
2625    elf32-pj.lo: \
2626      elf32-pj.c \
2627      $(INCDIR)/bfdlink.h \
2628      $(INCDIR)/elf/common.h \
2629      $(INCDIR)/elf/external.h \
2630      $(INCDIR)/elf/internal.h \
2631      $(INCDIR)/elf/pj.h \
2632      $(INCDIR)/elf/reloc-macros.h \
2633      $(INCDIR)/filenames.h \
2634      $(INCDIR)/hashtab.h \
2635      elf-bfd.h \
2636      elf32-target.h
2637    elf32-ppc.lo: \
2638      elf32-ppc.c \
2639      $(INCDIR)/bfdlink.h \
2640      $(INCDIR)/elf/common.h \
2641      $(INCDIR)/elf/external.h \
2642      $(INCDIR)/elf/internal.h \
2643      $(INCDIR)/elf/ppc.h \
2644      $(INCDIR)/elf/reloc-macros.h \
2645      $(INCDIR)/filenames.h \
2646      $(INCDIR)/hashtab.h \
2647      elf-bfd.h \
2648      elf-vxworks.h \
2649      elf32-ppc.h \
2650      elf32-target.h
2651    elf32-s390.lo: \
2652      elf32-s390.c \
2653      $(INCDIR)/bfdlink.h \
2654      $(INCDIR)/elf/common.h \
2655      $(INCDIR)/elf/external.h \
2656      $(INCDIR)/elf/internal.h \
2657      $(INCDIR)/elf/reloc-macros.h \
2658      $(INCDIR)/elf/s390.h \
2659      $(INCDIR)/filenames.h \
2660      $(INCDIR)/hashtab.h \
2661      elf-bfd.h \
2662      elf32-target.h
2663    elf32-sh-symbian.lo: \
2664      elf32-sh-symbian.c \
2665      $(INCDIR)/bfdlink.h \
2666      $(INCDIR)/elf/common.h \
2667      $(INCDIR)/elf/external.h \
2668      $(INCDIR)/elf/internal.h \
2669      $(INCDIR)/elf/reloc-macros.h \
2670      $(INCDIR)/elf/sh.h \
2671      $(INCDIR)/filenames.h \
2672      $(INCDIR)/hashtab.h \
2673      $(INCDIR)/libiberty.h \
2674      $(srcdir)/../opcodes/sh-opc.h \
2675      elf-bfd.h \
2676      elf-vxworks.h \
2677      elf32-sh-relocs.h \
2678      elf32-sh.c \
2679      elf32-target.h
2680    elf32-sh.lo: \
2681      elf32-sh.c \
2682      $(INCDIR)/bfdlink.h \
2683      $(INCDIR)/elf/common.h \
2684      $(INCDIR)/elf/external.h \
2685      $(INCDIR)/elf/internal.h \
2686      $(INCDIR)/elf/reloc-macros.h \
2687      $(INCDIR)/elf/sh.h \
2688      $(INCDIR)/filenames.h \
2689      $(INCDIR)/hashtab.h \
2690      $(INCDIR)/libiberty.h \
2691      $(srcdir)/../opcodes/sh-opc.h \
2692      elf-bfd.h \
2693      elf-vxworks.h \
2694      elf32-sh-relocs.h \
2695      elf32-target.h
2696    elf32-sh64-com.lo: \
2697      elf32-sh64-com.c \
2698      $(INCDIR)/bfdlink.h \
2699      $(INCDIR)/elf/common.h \
2700      $(INCDIR)/elf/external.h \
2701      $(INCDIR)/elf/internal.h \
2702      $(INCDIR)/elf/reloc-macros.h \
2703      $(INCDIR)/elf/sh.h \
2704      $(INCDIR)/filenames.h \
2705      $(INCDIR)/hashtab.h \
2706      $(srcdir)/../opcodes/sh64-opc.h \
2707      elf-bfd.h \
2708      elf32-sh64.h
2709    elf32-sh64.lo: \
2710      elf32-sh64.c \
2711      $(INCDIR)/bfdlink.h \
2712      $(INCDIR)/elf/common.h \
2713      $(INCDIR)/elf/external.h \
2714      $(INCDIR)/elf/internal.h \
2715      $(INCDIR)/elf/reloc-macros.h \
2716      $(INCDIR)/elf/sh.h \
2717      $(INCDIR)/filenames.h \
2718      $(INCDIR)/hashtab.h \
2719      $(INCDIR)/libiberty.h \
2720      $(srcdir)/../opcodes/sh-opc.h \
2721      $(srcdir)/../opcodes/sh64-opc.h \
2722      elf-bfd.h \
2723      elf-vxworks.h \
2724      elf32-sh-relocs.h \
2725      elf32-sh.c \
2726      elf32-sh64.h \
2727      elf32-target.h
2728    elf32-sparc.lo: \
2729      elf32-sparc.c \
2730      $(INCDIR)/bfdlink.h \
2731      $(INCDIR)/elf/common.h \
2732      $(INCDIR)/elf/external.h \
2733      $(INCDIR)/elf/internal.h \
2734      $(INCDIR)/elf/reloc-macros.h \
2735      $(INCDIR)/elf/sparc.h \
2736      $(INCDIR)/filenames.h \
2737      $(INCDIR)/hashtab.h \
2738      $(INCDIR)/opcode/sparc.h \
2739      elf-bfd.h \
2740      elf-vxworks.h \
2741      elf32-target.h \
2742      elfxx-sparc.h
2743    elf32-spu.lo: \
2744      elf32-spu.c \
2745      $(INCDIR)/bfdlink.h \
2746      $(INCDIR)/elf/common.h \
2747      $(INCDIR)/elf/external.h \
2748      $(INCDIR)/elf/internal.h \
2749      $(INCDIR)/elf/reloc-macros.h \
2750      $(INCDIR)/elf/spu.h \
2751      $(INCDIR)/filenames.h \
2752      $(INCDIR)/hashtab.h \
2753      $(INCDIR)/libiberty.h \
2754      elf-bfd.h \
2755      elf32-spu.h \
2756      elf32-target.h
2757    elf32-v850.lo: \
2758      elf32-v850.c \
2759      $(INCDIR)/bfdlink.h \
2760      $(INCDIR)/elf/common.h \
2761      $(INCDIR)/elf/external.h \
2762      $(INCDIR)/elf/internal.h \
2763      $(INCDIR)/elf/reloc-macros.h \
2764      $(INCDIR)/elf/v850.h \
2765      $(INCDIR)/filenames.h \
2766      $(INCDIR)/hashtab.h \
2767      $(INCDIR)/libiberty.h \
2768      elf-bfd.h \
2769      elf32-target.h
2770    elf32-vax.lo: \
2771      elf32-vax.c \
2772      $(INCDIR)/bfdlink.h \
2773      $(INCDIR)/elf/common.h \
2774      $(INCDIR)/elf/external.h \
2775      $(INCDIR)/elf/internal.h \
2776      $(INCDIR)/elf/reloc-macros.h \
2777      $(INCDIR)/elf/vax.h \
2778      $(INCDIR)/filenames.h \
2779      $(INCDIR)/hashtab.h \
2780      elf-bfd.h \
2781      elf32-target.h
2782    elf32-xc16x.lo: \
2783      elf32-xc16x.c \
2784      $(INCDIR)/bfdlink.h \
2785      $(INCDIR)/dwarf2.h \
2786      $(INCDIR)/elf/common.h \
2787      $(INCDIR)/elf/external.h \
2788      $(INCDIR)/elf/internal.h \
2789      $(INCDIR)/elf/reloc-macros.h \
2790      $(INCDIR)/elf/xc16x.h \
2791      $(INCDIR)/filenames.h \
2792      $(INCDIR)/hashtab.h \
2793      $(INCDIR)/libiberty.h \
2794      elf-bfd.h \
2795      elf32-target.h
2796    elf32-xstormy16.lo: \
2797      elf32-xstormy16.c \
2798      $(INCDIR)/bfdlink.h \
2799      $(INCDIR)/elf/common.h \
2800      $(INCDIR)/elf/external.h \
2801      $(INCDIR)/elf/internal.h \
2802      $(INCDIR)/elf/reloc-macros.h \
2803      $(INCDIR)/elf/xstormy16.h \
2804      $(INCDIR)/filenames.h \
2805      $(INCDIR)/hashtab.h \
2806      $(INCDIR)/libiberty.h \
2807      elf-bfd.h \
2808      elf32-target.h
2809    elf32-xtensa.lo: \
2810      elf32-xtensa.c \
2811      $(INCDIR)/bfdlink.h \
2812      $(INCDIR)/elf/common.h \
2813      $(INCDIR)/elf/external.h \
2814      $(INCDIR)/elf/internal.h \
2815      $(INCDIR)/elf/reloc-macros.h \
2816      $(INCDIR)/elf/xtensa.h \
2817      $(INCDIR)/filenames.h \
2818      $(INCDIR)/hashtab.h \
2819      $(INCDIR)/xtensa-config.h \
2820      $(INCDIR)/xtensa-isa.h \
2821      elf-bfd.h \
2822      elf32-target.h
2823    elf32.lo: \
2824      elf32.c \
2825      $(INCDIR)/bfdlink.h \
2826      $(INCDIR)/elf/common.h \
2827      $(INCDIR)/elf/external.h \
2828      $(INCDIR)/elf/internal.h \
2829      $(INCDIR)/filenames.h \
2830      $(INCDIR)/hashtab.h \
2831      $(INCDIR)/libiberty.h \
2832      elf-bfd.h \
2833      elfcode.h \
2834      elfcore.h
2835    elflink.lo: \
2836      elflink.c \
2837      $(INCDIR)/bfdlink.h \
2838      $(INCDIR)/elf/common.h \
2839      $(INCDIR)/elf/external.h \
2840      $(INCDIR)/elf/internal.h \
2841      $(INCDIR)/filenames.h \
2842      $(INCDIR)/hashtab.h \
2843      $(INCDIR)/libiberty.h \
2844      $(INCDIR)/objalloc.h \
2845      $(INCDIR)/safe-ctype.h \
2846      elf-bfd.h
2847    elfxx-mips.lo: \
2848      elfxx-mips.c \
2849      $(INCDIR)/bfdlink.h \
2850      $(INCDIR)/coff/ecoff.h \
2851      $(INCDIR)/coff/external.h \
2852      $(INCDIR)/coff/mips.h \
2853      $(INCDIR)/coff/sym.h \
2854      $(INCDIR)/coff/symconst.h \
2855      $(INCDIR)/elf/common.h \
2856      $(INCDIR)/elf/external.h \
2857      $(INCDIR)/elf/internal.h \
2858      $(INCDIR)/elf/mips.h \
2859      $(INCDIR)/elf/reloc-macros.h \
2860      $(INCDIR)/filenames.h \
2861      $(INCDIR)/hashtab.h \
2862      $(INCDIR)/libiberty.h \
2863      elf-bfd.h \
2864      elf-vxworks.h \
2865      elfxx-mips.h
2866    elfxx-sparc.lo: \
2867      elfxx-sparc.c \
2868      $(INCDIR)/bfdlink.h \
2869      $(INCDIR)/elf/common.h \
2870      $(INCDIR)/elf/external.h \
2871      $(INCDIR)/elf/internal.h \
2872      $(INCDIR)/elf/reloc-macros.h \
2873      $(INCDIR)/elf/sparc.h \
2874      $(INCDIR)/filenames.h \
2875      $(INCDIR)/hashtab.h \
2876      $(INCDIR)/libiberty.h \
2877      $(INCDIR)/opcode/sparc.h \
2878      elf-bfd.h \
2879      elf-vxworks.h \
2880      elfxx-sparc.h
2881    epoc-pe-arm.lo: \
2882      epoc-pe-arm.c \
2883      $(INCDIR)/bfdlink.h \
2884      $(INCDIR)/coff/arm.h \
2885      $(INCDIR)/coff/external.h \
2886      $(INCDIR)/coff/internal.h \
2887      $(INCDIR)/coff/pe.h \
2888      $(INCDIR)/filenames.h \
2889      $(INCDIR)/hashtab.h \
2890      coff-arm.c \
2891      coffcode.h \
2892      libcoff.h \
2893      libpei.h \
2894      pe-arm.c \
2895      peicode.h
2896    epoc-pei-arm.lo: \
2897      epoc-pei-arm.c \
2898      $(INCDIR)/bfdlink.h \
2899      $(INCDIR)/coff/arm.h \
2900      $(INCDIR)/coff/external.h \
2901      $(INCDIR)/coff/internal.h \
2902      $(INCDIR)/coff/pe.h \
2903      $(INCDIR)/filenames.h \
2904      $(INCDIR)/hashtab.h \
2905      coff-arm.c \
2906      coffcode.h \
2907      libcoff.h \
2908      libpei.h \
2909      pei-arm.c \
2910      peicode.h
2911    hp300bsd.lo: \
2912      hp300bsd.c \
2913      $(INCDIR)/aout/aout64.h \
2914      $(INCDIR)/aout/ar.h \
2915      $(INCDIR)/aout/stab.def \
2916      $(INCDIR)/aout/stab_gnu.h \
2917      $(INCDIR)/bfdlink.h \
2918      $(INCDIR)/filenames.h \
2919      $(INCDIR)/hashtab.h \
2920      aout-target.h \
2921      libaout.h
2922    hp300hpux.lo: \
2923      hp300hpux.c \
2924      $(INCDIR)/aout/aout64.h \
2925      $(INCDIR)/aout/ar.h \
2926      $(INCDIR)/aout/hp300hpux.h \
2927      $(INCDIR)/aout/stab.def \
2928      $(INCDIR)/aout/stab_gnu.h \
2929      $(INCDIR)/bfdlink.h \
2930      $(INCDIR)/filenames.h \
2931      $(INCDIR)/hashtab.h \
2932      $(INCDIR)/safe-ctype.h \
2933      aout-target.h \
2934      aoutx.h \
2935      libaout.h
2936    i386aout.lo: \
2937      i386aout.c \
2938      $(INCDIR)/aout/aout64.h \
2939      $(INCDIR)/aout/ar.h \
2940      $(INCDIR)/aout/stab.def \
2941      $(INCDIR)/aout/stab_gnu.h \
2942      $(INCDIR)/bfdlink.h \
2943      $(INCDIR)/filenames.h \
2944      $(INCDIR)/hashtab.h \
2945      aout-target.h \
2946      libaout.h
2947    i386bsd.lo: \
2948      i386bsd.c \
2949      $(INCDIR)/aout/aout64.h \
2950      $(INCDIR)/aout/ar.h \
2951      $(INCDIR)/aout/stab.def \
2952      $(INCDIR)/aout/stab_gnu.h \
2953      $(INCDIR)/bfdlink.h \
2954      $(INCDIR)/filenames.h \
2955      $(INCDIR)/hashtab.h \
2956      aout-target.h \
2957      libaout.h
2958    i386dynix.lo: \
2959      i386dynix.c \
2960      $(INCDIR)/aout/aout64.h \
2961      $(INCDIR)/aout/ar.h \
2962      $(INCDIR)/aout/dynix3.h \
2963      $(INCDIR)/aout/stab.def \
2964      $(INCDIR)/aout/stab_gnu.h \
2965      $(INCDIR)/bfdlink.h \
2966      $(INCDIR)/filenames.h \
2967      $(INCDIR)/hashtab.h \
2968      $(INCDIR)/safe-ctype.h \
2969      aout-target.h \
2970      aoutx.h \
2971      libaout.h
2972    i386freebsd.lo: \
2973      i386freebsd.c \
2974      $(INCDIR)/aout/aout64.h \
2975      $(INCDIR)/aout/ar.h \
2976      $(INCDIR)/aout/stab.def \
2977      $(INCDIR)/aout/stab_gnu.h \
2978      $(INCDIR)/bfdlink.h \
2979      $(INCDIR)/filenames.h \
2980      $(INCDIR)/hashtab.h \
2981      aout-target.h \
2982      freebsd.h \
2983      libaout.h
2984    i386linux.lo: \
2985      i386linux.c \
2986      $(INCDIR)/aout/aout64.h \
2987      $(INCDIR)/aout/ar.h \
2988      $(INCDIR)/aout/stab.def \
2989      $(INCDIR)/aout/stab_gnu.h \
2990      $(INCDIR)/bfdlink.h \
2991      $(INCDIR)/filenames.h \
2992      $(INCDIR)/hashtab.h \
2993      aout-target.h \
2994      libaout.h
2995    i386lynx.lo: \
2996      i386lynx.c \
2997      $(INCDIR)/aout/aout64.h \
2998      $(INCDIR)/aout/ar.h \
2999      $(INCDIR)/aout/stab.def \
3000      $(INCDIR)/aout/stab_gnu.h \
3001      $(INCDIR)/bfdlink.h \
3002      $(INCDIR)/filenames.h \
3003      $(INCDIR)/hashtab.h \
3004      aout-target.h \
3005      libaout.h
3006    i386mach3.lo: \
3007      i386mach3.c \
3008      $(INCDIR)/aout/aout64.h \
3009      $(INCDIR)/aout/ar.h \
3010      $(INCDIR)/aout/stab.def \
3011      $(INCDIR)/aout/stab_gnu.h \
3012      $(INCDIR)/bfdlink.h \
3013      $(INCDIR)/filenames.h \
3014      $(INCDIR)/hashtab.h \
3015      aout-target.h \
3016      libaout.h
3017    i386msdos.lo: \
3018      i386msdos.c \
3019      $(INCDIR)/bfdlink.h \
3020      $(INCDIR)/filenames.h \
3021      $(INCDIR)/hashtab.h \
3022      libaout.h
3023    i386netbsd.lo: \
3024      i386netbsd.c \
3025      $(INCDIR)/aout/aout64.h \
3026      $(INCDIR)/aout/ar.h \
3027      $(INCDIR)/aout/stab.def \
3028      $(INCDIR)/aout/stab_gnu.h \
3029      $(INCDIR)/bfdlink.h \
3030      $(INCDIR)/filenames.h \
3031      $(INCDIR)/hashtab.h \
3032      aout-target.h \
3033      libaout.h \
3034      netbsd.h
3035    i386os9k.lo: \
3036      i386os9k.c \
3037      $(INCDIR)/bfdlink.h \
3038      $(INCDIR)/filenames.h \
3039      $(INCDIR)/hashtab.h \
3040      $(INCDIR)/os9k.h \
3041      libaout.h
3042    ieee.lo: \
3043      ieee.c \
3044      $(INCDIR)/filenames.h \
3045      $(INCDIR)/hashtab.h \
3046      $(INCDIR)/ieee.h \
3047      $(INCDIR)/safe-ctype.h \
3048      libieee.h
3049    m68k4knetbsd.lo: \
3050      m68k4knetbsd.c \
3051      $(INCDIR)/aout/aout64.h \
3052      $(INCDIR)/aout/ar.h \
3053      $(INCDIR)/aout/stab.def \
3054      $(INCDIR)/aout/stab_gnu.h \
3055      $(INCDIR)/bfdlink.h \
3056      $(INCDIR)/filenames.h \
3057      $(INCDIR)/hashtab.h \
3058      aout-target.h \
3059      libaout.h \
3060      netbsd.h
3061    m68klinux.lo: \
3062      m68klinux.c \
3063      $(INCDIR)/aout/aout64.h \
3064      $(INCDIR)/aout/ar.h \
3065      $(INCDIR)/aout/stab.def \
3066      $(INCDIR)/aout/stab_gnu.h \
3067      $(INCDIR)/bfdlink.h \
3068      $(INCDIR)/filenames.h \
3069      $(INCDIR)/hashtab.h \
3070      aout-target.h \
3071      libaout.h
3072    m68knetbsd.lo: \
3073      m68knetbsd.c \
3074      $(INCDIR)/aout/aout64.h \
3075      $(INCDIR)/aout/ar.h \
3076      $(INCDIR)/aout/stab.def \
3077      $(INCDIR)/aout/stab_gnu.h \
3078      $(INCDIR)/bfdlink.h \
3079      $(INCDIR)/filenames.h \
3080      $(INCDIR)/hashtab.h \
3081      aout-target.h \
3082      libaout.h \
3083      netbsd.h
3084    m88kmach3.lo: \
3085      m88kmach3.c \
3086      $(INCDIR)/aout/aout64.h \
3087      $(INCDIR)/aout/ar.h \
3088      $(INCDIR)/aout/stab.def \
3089      $(INCDIR)/aout/stab_gnu.h \
3090      $(INCDIR)/bfdlink.h \
3091      $(INCDIR)/filenames.h \
3092      $(INCDIR)/hashtab.h \
3093      aout-target.h \
3094      libaout.h
3095    m88kopenbsd.lo: \
3096      m88kopenbsd.c \
3097      $(INCDIR)/aout/aout64.h \
3098      $(INCDIR)/aout/ar.h \
3099      $(INCDIR)/aout/stab.def \
3100      $(INCDIR)/aout/stab_gnu.h \
3101      $(INCDIR)/bfdlink.h \
3102      $(INCDIR)/filenames.h \
3103      $(INCDIR)/hashtab.h \
3104      aout-target.h \
3105      libaout.h \
3106      netbsd.h
3107    mach-o.lo: \
3108      mach-o.c \
3109      $(INCDIR)/aout/stab.def \
3110      $(INCDIR)/aout/stab_gnu.h \
3111      $(INCDIR)/filenames.h \
3112      $(INCDIR)/hashtab.h \
3113      $(INCDIR)/libiberty.h \
3114      mach-o-target.c \
3115      mach-o.h
3116    mach-o-i386.lo: \
3117      mach-o-i386.c \
3118      $(INCDIR)/filenames.h \
3119      $(INCDIR)/hashtab.h \
3120      $(INCDIR)/libiberty.h \
3121      mach-o-target.c \
3122      mach-o.h
3123    mipsbsd.lo: \
3124      mipsbsd.c \
3125      $(INCDIR)/aout/aout64.h \
3126      $(INCDIR)/aout/ar.h \
3127      $(INCDIR)/aout/stab.def \
3128      $(INCDIR)/aout/stab_gnu.h \
3129      $(INCDIR)/bfdlink.h \
3130      $(INCDIR)/filenames.h \
3131      $(INCDIR)/hashtab.h \
3132      aout-target.h \
3133      libaout.h
3134    newsos3.lo: \
3135      newsos3.c \
3136      $(INCDIR)/aout/aout64.h \
3137      $(INCDIR)/aout/ar.h \
3138      $(INCDIR)/aout/stab.def \
3139      $(INCDIR)/aout/stab_gnu.h \
3140      $(INCDIR)/bfdlink.h \
3141      $(INCDIR)/filenames.h \
3142      $(INCDIR)/hashtab.h \
3143      aout-target.h \
3144      libaout.h
3145    nlm.lo: \
3146      nlm.c \
3147      $(INCDIR)/filenames.h \
3148      $(INCDIR)/hashtab.h \
3149      $(INCDIR)/nlm/common.h \
3150      $(INCDIR)/nlm/external.h \
3151      $(INCDIR)/nlm/internal.h \
3152      libnlm.h
3153    nlm32-i386.lo: \
3154      nlm32-i386.c \
3155      $(INCDIR)/filenames.h \
3156      $(INCDIR)/hashtab.h \
3157      $(INCDIR)/nlm/common.h \
3158      $(INCDIR)/nlm/external.h \
3159      $(INCDIR)/nlm/i386-ext.h \
3160      $(INCDIR)/nlm/internal.h \
3161      libnlm.h \
3162      nlm-target.h \
3163      nlmswap.h
3164    nlm32-ppc.lo: \
3165      nlm32-ppc.c \
3166      $(INCDIR)/filenames.h \
3167      $(INCDIR)/hashtab.h \
3168      $(INCDIR)/nlm/common.h \
3169      $(INCDIR)/nlm/external.h \
3170      $(INCDIR)/nlm/internal.h \
3171      $(INCDIR)/nlm/ppc-ext.h \
3172      libnlm.h \
3173      nlm-target.h \
3174      nlmswap.h
3175    nlm32-sparc.lo: \
3176      nlm32-sparc.c \
3177      $(INCDIR)/filenames.h \
3178      $(INCDIR)/hashtab.h \
3179      $(INCDIR)/nlm/common.h \
3180      $(INCDIR)/nlm/external.h \
3181      $(INCDIR)/nlm/internal.h \
3182      $(INCDIR)/nlm/sparc32-ext.h \
3183      libnlm.h \
3184      nlm-target.h \
3185      nlmswap.h
3186    nlm32.lo: \
3187      nlm32.c \
3188      $(INCDIR)/filenames.h \
3189      $(INCDIR)/hashtab.h \
3190      $(INCDIR)/nlm/common.h \
3191      $(INCDIR)/nlm/external.h \
3192      $(INCDIR)/nlm/internal.h \
3193      libnlm.h \
3194      nlmcode.h
3195    ns32knetbsd.lo: \
3196      ns32knetbsd.c \
3197      $(INCDIR)/aout/aout64.h \
3198      $(INCDIR)/aout/ar.h \
3199      $(INCDIR)/aout/stab.def \
3200      $(INCDIR)/aout/stab_gnu.h \
3201      $(INCDIR)/bfdlink.h \
3202      $(INCDIR)/filenames.h \
3203      $(INCDIR)/hashtab.h \
3204      aout-target.h \
3205      libaout.h \
3206      netbsd.h
3207    oasys.lo: \
3208      oasys.c \
3209      $(INCDIR)/filenames.h \
3210      $(INCDIR)/hashtab.h \
3211      $(INCDIR)/oasys.h \
3212      $(INCDIR)/safe-ctype.h \
3213      liboasys.h
3214    pc532-mach.lo: \
3215      pc532-mach.c \
3216      $(INCDIR)/aout/aout64.h \
3217      $(INCDIR)/aout/ar.h \
3218      $(INCDIR)/aout/stab.def \
3219      $(INCDIR)/aout/stab_gnu.h \
3220      $(INCDIR)/bfdlink.h \
3221      $(INCDIR)/filenames.h \
3222      $(INCDIR)/hashtab.h \
3223      aout-target.h \
3224      libaout.h
3225    pdp11.lo: \
3226      pdp11.c \
3227      $(INCDIR)/aout/aout64.h \
3228      $(INCDIR)/aout/ar.h \
3229      $(INCDIR)/aout/stab.def \
3230      $(INCDIR)/aout/stab_gnu.h \
3231      $(INCDIR)/bfdlink.h \
3232      $(INCDIR)/filenames.h \
3233      $(INCDIR)/hashtab.h \
3234      $(INCDIR)/safe-ctype.h \
3235      aout-target.h \
3236      libaout.h
3237    pe-arm-wince.lo: \
3238      pe-arm-wince.c \
3239      $(INCDIR)/bfdlink.h \
3240      $(INCDIR)/coff/arm.h \
3241      $(INCDIR)/coff/external.h \
3242      $(INCDIR)/coff/internal.h \
3243      $(INCDIR)/coff/pe.h \
3244      $(INCDIR)/filenames.h \
3245      $(INCDIR)/hashtab.h \
3246      coff-arm.c \
3247      coffcode.h \
3248      libcoff.h \
3249      libpei.h \
3250      pe-arm.c \
3251      peicode.h
3252    pe-arm.lo: \
3253      pe-arm.c \
3254      $(INCDIR)/bfdlink.h \
3255      $(INCDIR)/coff/arm.h \
3256      $(INCDIR)/coff/external.h \
3257      $(INCDIR)/coff/internal.h \
3258      $(INCDIR)/coff/pe.h \
3259      $(INCDIR)/filenames.h \
3260      $(INCDIR)/hashtab.h \
3261      coff-arm.c \
3262      coffcode.h \
3263      libcoff.h \
3264      libpei.h \
3265      peicode.h
3266    pe-i386.lo: \
3267      pe-i386.c \
3268      $(INCDIR)/bfdlink.h \
3269      $(INCDIR)/coff/external.h \
3270      $(INCDIR)/coff/i386.h \
3271      $(INCDIR)/coff/internal.h \
3272      $(INCDIR)/coff/pe.h \
3273      $(INCDIR)/filenames.h \
3274      $(INCDIR)/hashtab.h \
3275      coff-i386.c \
3276      coffcode.h \
3277      libcoff.h \
3278      libpei.h \
3279      peicode.h
3280    pe-mcore.lo: \
3281      pe-mcore.c \
3282      $(INCDIR)/bfdlink.h \
3283      $(INCDIR)/coff/external.h \
3284      $(INCDIR)/coff/internal.h \
3285      $(INCDIR)/coff/mcore.h \
3286      $(INCDIR)/coff/pe.h \
3287      $(INCDIR)/filenames.h \
3288      $(INCDIR)/hashtab.h \
3289      coff-mcore.c \
3290      coffcode.h \
3291      libcoff.h \
3292      libpei.h \
3293      peicode.h
3294    pe-mips.lo: \
3295      pe-mips.c \
3296      $(INCDIR)/bfdlink.h \
3297      $(INCDIR)/coff/external.h \
3298      $(INCDIR)/coff/internal.h \
3299      $(INCDIR)/coff/mipspe.h \
3300      $(INCDIR)/coff/pe.h \
3301      $(INCDIR)/filenames.h \
3302      $(INCDIR)/hashtab.h \
3303      coffcode.h \
3304      libcoff.h \
3305      libpei.h \
3306      peicode.h
3307    pe-ppc.lo: \
3308      pe-ppc.c \
3309      $(INCDIR)/bfdlink.h \
3310      $(INCDIR)/coff/external.h \
3311      $(INCDIR)/coff/internal.h \
3312      $(INCDIR)/coff/pe.h \
3313      $(INCDIR)/coff/powerpc.h \
3314      $(INCDIR)/filenames.h \
3315      $(INCDIR)/hashtab.h \
3316      coff-ppc.c \
3317      coffcode.h \
3318      libcoff.h \
3319      libpei.h \
3320      peicode.h
3321    pe-sh.lo: \
3322      pe-sh.c \
3323      $(INCDIR)/bfdlink.h \
3324      $(INCDIR)/coff/external.h \
3325      $(INCDIR)/coff/internal.h \
3326      $(INCDIR)/coff/pe.h \
3327      $(INCDIR)/coff/sh.h \
3328      $(INCDIR)/filenames.h \
3329      $(INCDIR)/hashtab.h \
3330      $(INCDIR)/libiberty.h \
3331      coff-sh.c \
3332      coffcode.h \
3333      libcoff.h \
3334      libpei.h \
3335      peicode.h
3336    pef.lo: \
3337      pef.c \
3338      $(INCDIR)/filenames.h \
3339      $(INCDIR)/hashtab.h \
3340      $(INCDIR)/libiberty.h \
3341      $(INCDIR)/safe-ctype.h \
3342      pef-traceback.h \
3343      pef.h
3344    pei-arm-wince.lo: \
3345      pei-arm-wince.c \
3346      $(INCDIR)/bfdlink.h \
3347      $(INCDIR)/coff/arm.h \
3348      $(INCDIR)/coff/external.h \
3349      $(INCDIR)/coff/internal.h \
3350      $(INCDIR)/coff/pe.h \
3351      $(INCDIR)/filenames.h \
3352      $(INCDIR)/hashtab.h \
3353      coff-arm.c \
3354      coffcode.h \
3355      libcoff.h \
3356      libpei.h \
3357      pei-arm.c \
3358      peicode.h
3359    pei-arm.lo: \
3360      pei-arm.c \
3361      $(INCDIR)/bfdlink.h \
3362      $(INCDIR)/coff/arm.h \
3363      $(INCDIR)/coff/external.h \
3364      $(INCDIR)/coff/internal.h \
3365      $(INCDIR)/coff/pe.h \
3366      $(INCDIR)/filenames.h \
3367      $(INCDIR)/hashtab.h \
3368      coff-arm.c \
3369      coffcode.h \
3370      libcoff.h \
3371      libpei.h \
3372      peicode.h
3373    pei-i386.lo: \
3374      pei-i386.c \
3375      $(INCDIR)/bfdlink.h \
3376      $(INCDIR)/coff/external.h \
3377      $(INCDIR)/coff/i386.h \
3378      $(INCDIR)/coff/internal.h \
3379      $(INCDIR)/coff/pe.h \
3380      $(INCDIR)/filenames.h \
3381      $(INCDIR)/hashtab.h \
3382      coff-i386.c \
3383      coffcode.h \
3384      libcoff.h \
3385      libpei.h \
3386      peicode.h
3387    pei-mcore.lo: \
3388      pei-mcore.c \
3389      $(INCDIR)/bfdlink.h \
3390      $(INCDIR)/coff/external.h \
3391      $(INCDIR)/coff/internal.h \
3392      $(INCDIR)/coff/mcore.h \
3393      $(INCDIR)/coff/pe.h \
3394      $(INCDIR)/filenames.h \
3395      $(INCDIR)/hashtab.h \
3396      coff-mcore.c \
3397      coffcode.h \
3398      libcoff.h \
3399      libpei.h \
3400      peicode.h
3401    pei-mips.lo: \
3402      pei-mips.c \
3403      $(INCDIR)/bfdlink.h \
3404      $(INCDIR)/coff/external.h \
3405      $(INCDIR)/coff/internal.h \
3406      $(INCDIR)/coff/mipspe.h \
3407      $(INCDIR)/coff/pe.h \
3408      $(INCDIR)/filenames.h \
3409      $(INCDIR)/hashtab.h \
3410      coffcode.h \
3411      libcoff.h \
3412      libpei.h \
3413      pe-mips.c \
3414      peicode.h
3415    pei-ppc.lo: \
3416      pei-ppc.c \
3417      $(INCDIR)/bfdlink.h \
3418      $(INCDIR)/coff/external.h \
3419      $(INCDIR)/coff/internal.h \
3420      $(INCDIR)/coff/pe.h \
3421      $(INCDIR)/coff/powerpc.h \
3422      $(INCDIR)/filenames.h \
3423      $(INCDIR)/hashtab.h \
3424      coff-ppc.c \
3425      coffcode.h \
3426      libcoff.h \
3427      libpei.h \
3428      peicode.h
3429    pei-sh.lo: \
3430      pei-sh.c \
3431      $(INCDIR)/bfdlink.h \
3432      $(INCDIR)/coff/external.h \
3433      $(INCDIR)/coff/internal.h \
3434      $(INCDIR)/coff/pe.h \
3435      $(INCDIR)/coff/sh.h \
3436      $(INCDIR)/filenames.h \
3437      $(INCDIR)/hashtab.h \
3438      $(INCDIR)/libiberty.h \
3439      coff-sh.c \
3440      coffcode.h \
3441      libcoff.h \
3442      libpei.h \
3443      peicode.h
3444    plugin.lo: \
3445      plugin.c \
3446      $(INCDIR)/filenames.h \
3447      $(INCDIR)/hashtab.h \
3448      $(INCDIR)/libiberty.h \
3449      $(INCDIR)/plugin-api.h \
3450      plugin.h
3451    ppcboot.lo: \
3452      ppcboot.c \
3453      $(INCDIR)/filenames.h \
3454      $(INCDIR)/hashtab.h \
3455    $(INCDIR)/safe-ctype.h    $(INCDIR)/safe-ctype.h
3456  pef.lo: pef.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \  reloc16.lo: \
3457    pef.h pef-traceback.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h    reloc16.c \
3458  pe-arm.lo: pe-arm.c $(INCDIR)/filenames.h coff-arm.c \    $(INCDIR)/bfdlink.h \
3459    $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \    $(INCDIR)/coff/internal.h \
3460    $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \    $(INCDIR)/filenames.h \
3461    $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h    $(INCDIR)/hashtab.h \
3462  pei-arm.lo: pei-arm.c $(INCDIR)/filenames.h coff-arm.c \    genlink.h \
3463    $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \    libcoff.h
3464    $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \  riscix.lo: \
3465    $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h    riscix.c \
3466  pe-arm-wince.lo: pe-arm-wince.c $(INCDIR)/filenames.h \    $(INCDIR)/aout/aout64.h \
3467    pe-arm.c coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \    $(INCDIR)/aout/ar.h \
3468    $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \    $(INCDIR)/aout/stab.def \
3469    $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \    $(INCDIR)/aout/stab_gnu.h \
3470    peicode.h libpei.h    $(INCDIR)/bfdlink.h \
3471  pei-arm-wince.lo: pei-arm-wince.c pei-arm.c $(INCDIR)/filenames.h \    $(INCDIR)/filenames.h \
3472    coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \    $(INCDIR)/hashtab.h \
3473    $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \    aout-target.h \
3474    $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \    libaout.h
3475    peicode.h libpei.h  som.lo: \
3476  pe-i386.lo: pe-i386.c $(INCDIR)/filenames.h coff-i386.c \    som.c \
3477    $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \    $(INCDIR)/alloca-conf.h \
3478    $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \    $(INCDIR)/filenames.h
3479    $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h  sparclinux.lo: \
3480  pei-i386.lo: pei-i386.c $(INCDIR)/filenames.h coff-i386.c \    sparclinux.c \
3481    $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \    $(INCDIR)/aout/aout64.h \
3482    $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \    $(INCDIR)/aout/ar.h \
3483    $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h    $(INCDIR)/aout/stab.def \
3484  pe-mcore.lo: pe-mcore.c $(INCDIR)/filenames.h coff-mcore.c \    $(INCDIR)/aout/stab_gnu.h \
3485    $(INCDIR)/hashtab.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \    $(INCDIR)/bfdlink.h \
3486    $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \    $(INCDIR)/filenames.h \
3487    $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h    $(INCDIR)/hashtab.h \
3488  pei-mcore.lo: pei-mcore.c $(INCDIR)/filenames.h coff-mcore.c \    aout-target.h \
3489    $(INCDIR)/hashtab.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \    libaout.h
3490    $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \  sparclynx.lo: \
3491    $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h    sparclynx.c \
3492  pe-ppc.lo: pe-ppc.c $(INCDIR)/filenames.h coff-ppc.c \    $(INCDIR)/aout/aout64.h \
3493    $(INCDIR)/hashtab.h $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \    $(INCDIR)/aout/ar.h \
3494    $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \    $(INCDIR)/aout/stab.def \
3495    $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h    $(INCDIR)/aout/stab_gnu.h \
3496  pei-ppc.lo: pei-ppc.c $(INCDIR)/filenames.h coff-ppc.c \    $(INCDIR)/aout/sun4.h \
3497    $(INCDIR)/hashtab.h $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \    $(INCDIR)/bfdlink.h \
3498    $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \    $(INCDIR)/filenames.h \
3499    $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h    $(INCDIR)/hashtab.h \
3500  pe-sh.lo: pe-sh.c $(INCDIR)/filenames.h coff-sh.c $(INCDIR)/libiberty.h \    aout-target.h \
3501    $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \    libaout.h
3502    $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \  sparcnetbsd.lo: \
3503    $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \    sparcnetbsd.c \
3504    libpei.h    $(INCDIR)/aout/aout64.h \
3505  pei-sh.lo: pei-sh.c $(INCDIR)/filenames.h coff-sh.c \    $(INCDIR)/aout/ar.h \
3506    $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h \    $(INCDIR)/aout/stab.def \
3507    $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \    $(INCDIR)/aout/stab_gnu.h \
3508    $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \    $(INCDIR)/bfdlink.h \
3509    libpei.h    $(INCDIR)/filenames.h \
3510  pe-mips.lo: pe-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/hashtab.h \
3511    $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \    aout-target.h \
3512    $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \    libaout.h \
3513    peicode.h libpei.h    netbsd.h
3514  pei-mips.lo: pei-mips.c $(INCDIR)/filenames.h pe-mips.c \  sunos.lo: \
3515    $(INCDIR)/hashtab.h $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h \    sunos.c \
3516    $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \    $(INCDIR)/aout/aout64.h \
3517    $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h    $(INCDIR)/aout/ar.h \
3518  ppcboot.lo: ppcboot.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \    $(INCDIR)/aout/stab.def \
3519    $(INCDIR)/hashtab.h    $(INCDIR)/aout/stab_gnu.h \
3520  reloc16.lo: reloc16.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/aout/sun4.h \
3521    $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/coff/internal.h \    $(INCDIR)/bfdlink.h \
3522    libcoff.h    $(INCDIR)/filenames.h \
3523  riscix.lo: riscix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \    $(INCDIR)/hashtab.h \
3524    libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \    aout-target.h \
3525    aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \    aoutf1.h \
3526    $(INCDIR)/aout/ar.h    libaout.h
3527  sparclinux.lo: sparclinux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \  vax1knetbsd.lo: \
3528    $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \    vax1knetbsd.c \
3529    $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h    $(INCDIR)/aout/aout64.h \
3530  sparclynx.lo: sparclynx.c $(INCD