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