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