138889Sjdp## Process this file with automake to generate Makefile.in
238889Sjdp
3218822SdimAUTOMAKE_OPTIONS = 1.9 cygnus
4218822SdimACLOCAL_AMFLAGS = -I . -I .. -I ../config
538889Sjdp
6218822Sdim# Uncomment the following line when doing a release.
7218822Sdim# RELEASE=y
8218822Sdim
938889SjdpINCDIR = $(srcdir)/../include
1038889SjdpCSEARCH = -I. -I$(srcdir) -I$(INCDIR)
1160484SobrienMKDEP = gcc -MM
1238889Sjdp
1360484SobrienSUBDIRS = doc po
1438889Sjdp
15218822Sdimbfddocdir = doc
16104834Sobrienbfdlibdir = @bfdlibdir@
17104834Sobrienbfdincludedir = @bfdincludedir@
1838889Sjdp
19218822Sdimdatarootdir = @datarootdir@
20218822Sdimdocdir = @docdir@
21218822Sdimhtmldir = @htmldir@
22218822Sdim
23104834Sobrienbfdlib_LTLIBRARIES = libbfd.la
2438889Sjdp
2577298SobrienWARN_CFLAGS = @WARN_CFLAGS@
26218822SdimNO_WERROR = @NO_WERROR@
2777298SobrienAM_CFLAGS = $(WARN_CFLAGS)
2877298Sobrien
2938889Sjdp# bfd.h goes here, for now
3038889SjdpBFD_H = bfd.h
3138889Sjdp
3238889Sjdp# Jim Kingdon notes:
3338889Sjdp# Writing S-records should be included in all (or at least most)
3438889Sjdp# *-*-coff, *-*-aout, etc., configurations, because people will want to
3538889Sjdp# be able to use objcopy to create S-records.  (S-records are not useful
3638889Sjdp# for the debugger, so if you are downloading things as S-records you
3738889Sjdp# need two copies of the executable, one to download and one for the
3838889Sjdp# debugger).
3989857SobrienBFD32_LIBS = \
40130561Sobrien	archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
41130561Sobrien	cache.lo coffgen.lo corefile.lo \
4238889Sjdp	format.lo init.lo libbfd.lo opncls.lo reloc.lo \
4338889Sjdp	section.lo syms.lo targets.lo hash.lo linker.lo \
4477298Sobrien	srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
45130561Sobrien	merge.lo dwarf2.lo simple.lo
4638889Sjdp
4789857SobrienBFD64_LIBS = archive64.lo
4889857Sobrien
4989857SobrienBFD32_LIBS_CFILES = \
50130561Sobrien	archive.c archures.c bfd.c bfdio.c bfdwin.c \
51130561Sobrien	cache.c coffgen.c corefile.c \
5238889Sjdp	format.c init.c libbfd.c opncls.c reloc.c \
5338889Sjdp	section.c syms.c targets.c hash.c linker.c \
5477298Sobrien	srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
55130561Sobrien	merge.c dwarf2.c simple.c
5638889Sjdp
5789857SobrienBFD64_LIBS_CFILES = archive64.c
5889857Sobrien
5938889Sjdp# This list is alphabetized to make it easier to keep in sync
6038889Sjdp# with the decls and initializer in archures.c.
6138889SjdpALL_MACHINES = \
6238889Sjdp	cpu-alpha.lo \
6338889Sjdp	cpu-arc.lo \
6438889Sjdp	cpu-arm.lo \
6560484Sobrien	cpu-avr.lo \
66218822Sdim	cpu-bfin.lo \
67218822Sdim	cpu-cr16.lo \
68218822Sdim	cpu-cr16c.lo \
6977298Sobrien	cpu-cris.lo \
70218822Sdim	cpu-crx.lo \
7138889Sjdp	cpu-d10v.lo \
7260484Sobrien	cpu-d30v.lo \
73104834Sobrien	cpu-dlx.lo \
7460484Sobrien	cpu-fr30.lo \
75104834Sobrien	cpu-frv.lo \
7638889Sjdp	cpu-h8300.lo \
7738889Sjdp	cpu-h8500.lo \
7838889Sjdp	cpu-hppa.lo \
7977298Sobrien	cpu-ia64.lo \
8060484Sobrien	cpu-i370.lo \
8138889Sjdp	cpu-i386.lo \
8238889Sjdp	cpu-i860.lo \
8338889Sjdp	cpu-i960.lo \
84130561Sobrien	cpu-ip2k.lo \
85130561Sobrien	cpu-iq2000.lo \
86218822Sdim	cpu-m32c.lo \
8738889Sjdp	cpu-m32r.lo \
8877298Sobrien	cpu-m68hc11.lo \
8977298Sobrien	cpu-m68hc12.lo \
9038889Sjdp	cpu-m68k.lo \
9138889Sjdp	cpu-m88k.lo \
9238889Sjdp	cpu-m10200.lo \
9338889Sjdp	cpu-m10300.lo \
94218822Sdim	cpu-maxq.lo \
9560484Sobrien	cpu-mcore.lo \
96218822Sdim	cpu-mep.lo \
9760484Sobrien	cpu-mips.lo \
9889857Sobrien	cpu-mmix.lo \
99218822Sdim	cpu-mt.lo \
100130561Sobrien	cpu-msp430.lo \
10191041Sobrien	cpu-or32.lo \
10238889Sjdp	cpu-ns32k.lo \
10389857Sobrien	cpu-openrisc.lo \
10489857Sobrien	cpu-pdp11.lo \
10560484Sobrien	cpu-pj.lo \
10638889Sjdp	cpu-powerpc.lo \
10738889Sjdp	cpu-rs6000.lo \
10889857Sobrien	cpu-s390.lo \
109218822Sdim	cpu-score.lo \
11038889Sjdp	cpu-sh.lo \
11138889Sjdp	cpu-sparc.lo \
112218822Sdim	cpu-spu.lo \
11338889Sjdp	cpu-tic30.lo \
114130561Sobrien	cpu-tic4x.lo \
11577298Sobrien	cpu-tic54x.lo \
11660484Sobrien	cpu-tic80.lo \
11738889Sjdp	cpu-v850.lo \
11838889Sjdp	cpu-vax.lo \
11938889Sjdp	cpu-we32k.lo \
12038889Sjdp	cpu-w65.lo \
12189857Sobrien	cpu-xstormy16.lo \
122130561Sobrien	cpu-xtensa.lo \
123218822Sdim	cpu-xc16x.lo \
124218822Sdim	cpu-z80.lo \
12538889Sjdp	cpu-z8k.lo
12638889Sjdp
12738889SjdpALL_MACHINES_CFILES = \
12838889Sjdp	cpu-alpha.c \
12938889Sjdp	cpu-arc.c \
13038889Sjdp	cpu-arm.c \
13160484Sobrien	cpu-avr.c \
132218822Sdim	cpu-bfin.c \
133218822Sdim	cpu-cr16.c \
13477298Sobrien	cpu-cris.c \
135218822Sdim	cpu-cr16c.c \
136218822Sdim	cpu-crx.c \
13760484Sobrien	cpu-d10v.c \
13860484Sobrien	cpu-d30v.c \
139104834Sobrien	cpu-dlx.c \
14060484Sobrien	cpu-fr30.c \
141104834Sobrien	cpu-frv.c \
14238889Sjdp	cpu-h8300.c \
14338889Sjdp	cpu-h8500.c \
14438889Sjdp	cpu-hppa.c \
14577298Sobrien	cpu-ia64.c \
14660484Sobrien	cpu-i370.c \
14738889Sjdp	cpu-i386.c \
14838889Sjdp	cpu-i860.c \
14938889Sjdp	cpu-i960.c \
150130561Sobrien	cpu-ip2k.c \
151130561Sobrien	cpu-iq2000.c \
152218822Sdim	cpu-m32c.c \
15338889Sjdp	cpu-m32r.c \
15477298Sobrien	cpu-m68hc11.c \
15577298Sobrien	cpu-m68hc12.c \
15638889Sjdp	cpu-m68k.c \
15738889Sjdp	cpu-m88k.c \
15838889Sjdp	cpu-m10200.c \
15938889Sjdp	cpu-m10300.c \
160218822Sdim	cpu-maxq.c \
16160484Sobrien	cpu-mcore.c \
162218822Sdim	cpu-mep.c \
16360484Sobrien	cpu-mips.c \
16489857Sobrien	cpu-mmix.c \
165218822Sdim	cpu-mt.c \
166130561Sobrien	cpu-msp430.c \
16791041Sobrien	cpu-or32.c \
16838889Sjdp	cpu-ns32k.c \
16989857Sobrien	cpu-openrisc.c \
17089857Sobrien	cpu-pdp11.c \
17160484Sobrien	cpu-pj.c \
17238889Sjdp	cpu-powerpc.c \
17338889Sjdp	cpu-rs6000.c \
17489857Sobrien	cpu-s390.c \
175218822Sdim	cpu-score.c \
17638889Sjdp	cpu-sh.c \
17738889Sjdp	cpu-sparc.c \
178218822Sdim	cpu-spu.c \
17938889Sjdp	cpu-tic30.c \
180130561Sobrien	cpu-tic4x.c \
18177298Sobrien	cpu-tic54x.c \
18260484Sobrien	cpu-tic80.c \
18338889Sjdp	cpu-v850.c \
18438889Sjdp	cpu-vax.c \
18538889Sjdp	cpu-we32k.c \
18638889Sjdp	cpu-w65.c \
18789857Sobrien	cpu-xstormy16.c \
188130561Sobrien	cpu-xtensa.c \
189218822Sdim	cpu-xc16x.c \
190218822Sdim	cpu-z80.c \
19138889Sjdp	cpu-z8k.c
19238889Sjdp
19338889Sjdp# The .o files needed by all of the 32 bit vectors that are configured into
19438889Sjdp# target_vector in targets.c if configured with --enable-targets=all.
19538889SjdpBFD32_BACKENDS = \
19638889Sjdp	aout-adobe.lo \
19738889Sjdp	aout-arm.lo \
19877298Sobrien	aout-cris.lo \
19938889Sjdp	aout-ns32k.lo \
20038889Sjdp	aout-sparcle.lo \
20138889Sjdp	aout-tic30.lo \
20238889Sjdp	aout0.lo \
20338889Sjdp	aout32.lo \
20460484Sobrien	armnetbsd.lo \
20538889Sjdp	bout.lo \
20638889Sjdp	cf-i386lynx.lo \
20738889Sjdp	cf-sparclynx.lo \
20838889Sjdp	coff-apollo.lo \
20938889Sjdp	coff-arm.lo \
21038889Sjdp	coff-aux.lo \
21138889Sjdp	coff-h8300.lo \
21238889Sjdp	coff-h8500.lo \
21338889Sjdp	coff-i386.lo \
21438889Sjdp	coff-go32.lo \
21538889Sjdp	coff-i860.lo \
21638889Sjdp	coff-i960.lo \
21738889Sjdp	coff-m68k.lo \
21838889Sjdp	coff-m88k.lo \
219218822Sdim	coff-maxq.lo \
22038889Sjdp	coff-mips.lo \
22191041Sobrien	coff-or32.lo \
22238889Sjdp	coff-rs6000.lo \
22338889Sjdp	coff-sh.lo \
22438889Sjdp	coff-sparc.lo \
22538889Sjdp	coff-stgo32.lo \
22638889Sjdp	coff-svm68k.lo \
22738889Sjdp	coff-tic30.lo \
228130561Sobrien	coff-tic4x.lo \
22977298Sobrien	coff-tic54x.lo \
23060484Sobrien	coff-tic80.lo \
23138889Sjdp	coff-u68k.lo \
23238889Sjdp	coff-we32k.lo \
23338889Sjdp	coff-w65.lo \
234218822Sdim	coff-z80.lo \
23538889Sjdp	coff-z8k.lo \
23638889Sjdp	cofflink.lo \
23760484Sobrien	dwarf1.lo \
23838889Sjdp	ecoff.lo \
23938889Sjdp	ecofflink.lo \
24077298Sobrien	efi-app-ia32.lo \
24138889Sjdp	elf.lo \
242130561Sobrien	elf32-am33lin.lo \
24338889Sjdp	elf32-arc.lo \
244218822Sdim	elf32-arm.lo \
24560484Sobrien	elf32-avr.lo \
246218822Sdim	elf32-bfin.lo \
247218822Sdim	elf32-cr16.lo \
248218822Sdim	elf32-cr16c.lo \
24977298Sobrien	elf32-cris.lo \
250218822Sdim	elf32-crx.lo \
25138889Sjdp	elf32-d10v.lo \
25260484Sobrien	elf32-d30v.lo \
253104834Sobrien	elf32-dlx.lo \
25460484Sobrien	elf32-fr30.lo \
255104834Sobrien	elf32-frv.lo \
25638889Sjdp	elf32-gen.lo \
25789857Sobrien	elf32-h8300.lo \
25877298Sobrien	elf32-hppa.lo \
25960484Sobrien	elf32-i370.lo \
26038889Sjdp	elf32-i386.lo \
26138889Sjdp	elf32-i860.lo \
26260484Sobrien	elf32-i960.lo \
263130561Sobrien	elf32-ip2k.lo \
264130561Sobrien	elf32-iq2000.lo \
265218822Sdim	elf32-m32c.lo \
26638889Sjdp	elf32-m32r.lo \
26777298Sobrien	elf32-m68hc11.lo \
26877298Sobrien	elf32-m68hc12.lo \
269130561Sobrien	elf32-m68hc1x.lo \
27038889Sjdp	elf32-m68k.lo \
27138889Sjdp	elf32-m88k.lo \
27238889Sjdp	elf-m10200.lo \
27338889Sjdp	elf-m10300.lo \
27460484Sobrien	elf32-mcore.lo \
275218822Sdim	elf32-mep.lo \
276104834Sobrien	elfxx-mips.lo \
27760484Sobrien	elf32-mips.lo \
278218822Sdim	elf32-mt.lo \
279130561Sobrien	elf32-msp430.lo \
28089857Sobrien	elf32-openrisc.lo \
28191041Sobrien	elf32-or32.lo \
28260484Sobrien	elf32-pj.lo \
28338889Sjdp	elf32-ppc.lo \
28489857Sobrien	elf32-s390.lo \
285218822Sdim	elf32-score.lo \
28638889Sjdp	elf32-sh.lo \
287218822Sdim	elf32-sh-symbian.lo \
28891041Sobrien	elf32-sh64.lo \
289104834Sobrien	elf32-sh64-com.lo \
290218822Sdim	elfxx-sparc.lo \
29138889Sjdp	elf32-sparc.lo \
292218822Sdim	elf32-spu.lo \
29338889Sjdp	elf32-v850.lo \
294104834Sobrien	elf32-vax.lo \
29589857Sobrien	elf32-xstormy16.lo \
296130561Sobrien	elf32-xtensa.lo \
297218822Sdim	elf32-xc16x.lo \
29838889Sjdp	elf32.lo \
29938889Sjdp	elflink.lo \
300218822Sdim	elf-attrs.lo \
30189857Sobrien	elf-strtab.lo \
30289857Sobrien	elf-eh-frame.lo \
303218822Sdim	elf-vxworks.lo \
30460484Sobrien	epoc-pe-arm.lo \
30560484Sobrien	epoc-pei-arm.lo \
30638889Sjdp	hp300bsd.lo \
30738889Sjdp	hp300hpux.lo \
30838889Sjdp	som.lo \
30938889Sjdp	i386aout.lo \
31038889Sjdp	i386bsd.lo \
31138889Sjdp	i386dynix.lo \
31238889Sjdp	i386freebsd.lo \
31338889Sjdp	i386linux.lo \
31438889Sjdp	i386lynx.lo \
31538889Sjdp	i386msdos.lo \
31638889Sjdp	i386netbsd.lo \
31738889Sjdp	i386mach3.lo \
31838889Sjdp	i386os9k.lo \
31938889Sjdp	ieee.lo \
32038889Sjdp	m68k4knetbsd.lo \
32138889Sjdp	m68klinux.lo \
32238889Sjdp	m68knetbsd.lo \
32338889Sjdp	m88kmach3.lo \
324218822Sdim	m88kopenbsd.lo \
325130561Sobrien	mach-o.lo \
32638889Sjdp	mipsbsd.lo \
32738889Sjdp	newsos3.lo \
32838889Sjdp	nlm.lo \
32938889Sjdp	nlm32-i386.lo \
33038889Sjdp	nlm32-sparc.lo \
33138889Sjdp	nlm32-ppc.lo \
33238889Sjdp	nlm32.lo \
33338889Sjdp	ns32knetbsd.lo \
33438889Sjdp	oasys.lo \
33538889Sjdp	pc532-mach.lo \
33689857Sobrien	pdp11.lo \
337130561Sobrien	pef.lo \
33838889Sjdp	pe-arm.lo \
33938889Sjdp	pei-arm.lo \
340218822Sdim	pe-arm-wince.lo \
341218822Sdim	pei-arm-wince.lo \
34238889Sjdp	pe-i386.lo \
34338889Sjdp	pei-i386.lo \
34460484Sobrien	pe-mcore.lo \
34560484Sobrien	pei-mcore.lo \
34638889Sjdp	pe-ppc.lo \
34738889Sjdp	pei-ppc.lo \
34860484Sobrien	pe-sh.lo \
34960484Sobrien	pei-sh.lo \
35060484Sobrien	pe-mips.lo \
35160484Sobrien	pei-mips.lo \
35260484Sobrien	peigen.lo \
35338889Sjdp	ppcboot.lo \
35438889Sjdp	reloc16.lo \
35538889Sjdp	riscix.lo \
35638889Sjdp	sparclinux.lo \
35738889Sjdp	sparclynx.lo \
35838889Sjdp	sparcnetbsd.lo \
35938889Sjdp	sunos.lo \
36038889Sjdp	vaxnetbsd.lo \
361104834Sobrien	vax1knetbsd.lo \
362104834Sobrien	vaxbsd.lo \
36338889Sjdp	versados.lo \
36460484Sobrien	vms.lo \
36560484Sobrien	vms-gsd.lo \
36660484Sobrien	vms-hdr.lo \
36760484Sobrien	vms-misc.lo \
36860484Sobrien	vms-tir.lo \
369130561Sobrien	xcofflink.lo \
370130561Sobrien	xsym.lo \
371130561Sobrien	xtensa-isa.lo \
372130561Sobrien	xtensa-modules.lo
37338889Sjdp
37438889SjdpBFD32_BACKENDS_CFILES = \
37538889Sjdp	aout-adobe.c \
37638889Sjdp	aout-arm.c \
37777298Sobrien	aout-cris.c \
37838889Sjdp	aout-ns32k.c \
37938889Sjdp	aout-sparcle.c \
38038889Sjdp	aout-tic30.c \
38138889Sjdp	aout0.c \
38238889Sjdp	aout32.c \
38360484Sobrien	armnetbsd.c \
38438889Sjdp	bout.c \
38538889Sjdp	cf-i386lynx.c \
38638889Sjdp	cf-sparclynx.c \
38738889Sjdp	coff-apollo.c \
38838889Sjdp	coff-arm.c \
38938889Sjdp	coff-aux.c \
39038889Sjdp	coff-h8300.c \
39138889Sjdp	coff-h8500.c \
39238889Sjdp	coff-i386.c \
39338889Sjdp	coff-i860.c \
39438889Sjdp	coff-go32.c \
39538889Sjdp	coff-i960.c \
39638889Sjdp	coff-m68k.c \
39738889Sjdp	coff-m88k.c \
398218822Sdim	coff-maxq.c \
39938889Sjdp	coff-mips.c \
40091041Sobrien	coff-or32.c \
40138889Sjdp	coff-rs6000.c \
40238889Sjdp	coff-sh.c \
40338889Sjdp	coff-sparc.c \
40438889Sjdp	coff-stgo32.c \
40538889Sjdp	coff-svm68k.c \
40638889Sjdp	coff-tic30.c \
407130561Sobrien	coff-tic4x.c \
40877298Sobrien	coff-tic54x.c \
40960484Sobrien	coff-tic80.c \
41038889Sjdp	coff-u68k.c \
41138889Sjdp	coff-we32k.c \
41238889Sjdp	coff-w65.c \
413218822Sdim	coff-z80.c \
41438889Sjdp	coff-z8k.c \
41538889Sjdp	cofflink.c \
41660484Sobrien	dwarf1.c \
41738889Sjdp	ecoff.c \
41838889Sjdp	ecofflink.c \
41977298Sobrien	efi-app-ia32.c \
42038889Sjdp	elf.c \
421130561Sobrien	elf32-am33lin.c \
42238889Sjdp	elf32-arc.c \
423218822Sdim	elf32-arm.c \
42460484Sobrien	elf32-avr.c \
425218822Sdim	elf32-bfin.c \
426218822Sdim	elf32-cr16.c \
427218822Sdim	elf32-cr16c.c \
42877298Sobrien	elf32-cris.c \
429218822Sdim	elf32-crx.c \
43038889Sjdp	elf32-d10v.c \
43160484Sobrien	elf32-d30v.c \
432104834Sobrien	elf32-dlx.c \
43360484Sobrien	elf32-fr30.c \
434104834Sobrien	elf32-frv.c \
43538889Sjdp	elf32-gen.c \
43689857Sobrien	elf32-h8300.c \
43777298Sobrien	elf32-hppa.c \
43860484Sobrien	elf32-i370.c \
43938889Sjdp	elf32-i386.c \
44038889Sjdp	elf32-i860.c \
44160484Sobrien	elf32-i960.c \
442130561Sobrien	elf32-ip2k.c \
443130561Sobrien	elf32-iq2000.c \
444218822Sdim	elf32-m32c.c \
44538889Sjdp	elf32-m32r.c \
44638889Sjdp	elf32-m68k.c \
44777298Sobrien	elf32-m68hc11.c \
44877298Sobrien	elf32-m68hc12.c \
449130561Sobrien	elf32-m68hc1x.c \
45038889Sjdp	elf32-m88k.c \
45138889Sjdp	elf-m10200.c \
45238889Sjdp	elf-m10300.c \
45360484Sobrien	elf32-mcore.c \
454218822Sdim	elf32-mep.c \
455104834Sobrien	elfxx-mips.c \
45660484Sobrien	elf32-mips.c \
457218822Sdim	elf32-mt.c \
458130561Sobrien	elf32-msp430.c \
45989857Sobrien	elf32-openrisc.c \
46091041Sobrien	elf32-or32.c \
46160484Sobrien	elf32-pj.c \
46238889Sjdp	elf32-ppc.c \
46391041Sobrien	elf32-sh64.c \
464104834Sobrien	elf32-sh64-com.c \
46589857Sobrien	elf32-s390.c \
466218822Sdim	elf32-score.c \
46738889Sjdp	elf32-sh.c \
468218822Sdim	elf32-sh-symbian.c \
469218822Sdim	elfxx-sparc.c \
47038889Sjdp	elf32-sparc.c \
471218822Sdim	elf32-spu.c \
47238889Sjdp	elf32-v850.c \
473104834Sobrien	elf32-vax.c \
47489857Sobrien	elf32-xstormy16.c \
475130561Sobrien	elf32-xtensa.c \
476218822Sdim	elf32-xc16x.c \
47738889Sjdp	elf32.c \
47838889Sjdp	elflink.c \
479218822Sdim	elf-attrs.c \
48089857Sobrien	elf-strtab.c \
48189857Sobrien	elf-eh-frame.c \
482218822Sdim	elf-vxworks.c \
48360484Sobrien	epoc-pe-arm.c \
48460484Sobrien	epoc-pei-arm.c \
48538889Sjdp	hp300bsd.c \
48638889Sjdp	hp300hpux.c \
48738889Sjdp	som.c \
48838889Sjdp	i386aout.c \
48938889Sjdp	i386bsd.c \
49038889Sjdp	i386dynix.c \
49138889Sjdp	i386freebsd.c \
49238889Sjdp	i386linux.c \
49338889Sjdp	i386lynx.c \
49438889Sjdp	i386msdos.c \
49538889Sjdp	i386netbsd.c \
49638889Sjdp	i386mach3.c \
49738889Sjdp	i386os9k.c \
49838889Sjdp	ieee.c \
49938889Sjdp	m68k4knetbsd.c \
50038889Sjdp	m68klinux.c \
50138889Sjdp	m68knetbsd.c \
50238889Sjdp	m88kmach3.c \
503218822Sdim	m88kopenbsd.c \
504130561Sobrien	mach-o.c \
50538889Sjdp	mipsbsd.c \
50638889Sjdp	newsos3.c \
50738889Sjdp	nlm.c \
50838889Sjdp	nlm32-i386.c \
50938889Sjdp	nlm32-sparc.c \
51038889Sjdp	nlm32-ppc.c \
51138889Sjdp	nlm32.c \
51238889Sjdp	ns32knetbsd.c \
51338889Sjdp	oasys.c \
51438889Sjdp	pc532-mach.c \
51589857Sobrien	pdp11.c \
516130561Sobrien	pef.c \
51738889Sjdp	pe-arm.c \
51838889Sjdp	pei-arm.c \
519218822Sdim	pe-arm-wince.c \
520218822Sdim	pei-arm-wince.c \
52138889Sjdp	pe-i386.c \
52238889Sjdp	pei-i386.c \
52360484Sobrien	pe-mcore.c \
52460484Sobrien	pei-mcore.c \
52538889Sjdp	pe-ppc.c \
52638889Sjdp	pei-ppc.c \
52760484Sobrien	pe-sh.c \
52860484Sobrien	pei-sh.c \
52960484Sobrien	pe-mips.c \
53060484Sobrien	pei-mips.c \
53138889Sjdp	ppcboot.c \
53238889Sjdp	reloc16.c \
53338889Sjdp	riscix.c \
53438889Sjdp	sparclinux.c \
53538889Sjdp	sparclynx.c \
53638889Sjdp	sparcnetbsd.c \
53738889Sjdp	sunos.c \
53838889Sjdp	vaxnetbsd.c \
539104834Sobrien	vax1knetbsd.c \
540104834Sobrien	vaxbsd.c \
54138889Sjdp	versados.c \
54260484Sobrien	vms.c \
54360484Sobrien	vms-gsd.c \
54460484Sobrien	vms-hdr.c \
54560484Sobrien	vms-misc.c \
54660484Sobrien	vms-tir.c \
547130561Sobrien	xcofflink.c \
548130561Sobrien	xsym.c \
549130561Sobrien	xtensa-isa.c \
550130561Sobrien	xtensa-modules.c
55138889Sjdp
55238889Sjdp# The .o files needed by all of the 64 bit vectors that are configured into
55338889Sjdp# target_vector in targets.c if configured with --enable-targets=all
55438889Sjdp# and --enable-64-bit-bfd.
555218822Sdim# elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
556218822Sdim# BFD32_BACKENDS.
55738889SjdpBFD64_BACKENDS = \
558104834Sobrien	aix5ppc-core.lo \
55938889Sjdp	aout64.lo \
56038889Sjdp	coff-alpha.lo \
56177298Sobrien	coff64-rs6000.lo \
56238889Sjdp	demo64.lo \
56377298Sobrien	efi-app-ia64.lo \
564218822Sdim	efi-app-x86_64.lo \
56577298Sobrien	elf64-x86-64.lo \
56638889Sjdp	elf64-alpha.lo \
56777298Sobrien	elf64-hppa.lo \
568218822Sdim	elf32-ia64.lo \
56977298Sobrien	elf64-ia64.lo \
57038889Sjdp	elf64-gen.lo \
571130561Sobrien	elfn32-mips.lo \
57238889Sjdp	elf64-mips.lo \
57389857Sobrien	elf64-mmix.lo \
57491041Sobrien	elf64-sh64.lo \
57589857Sobrien	elf64-ppc.lo \
57689857Sobrien	elf64-s390.lo \
57738889Sjdp	elf64-sparc.lo \
57838889Sjdp	elf64.lo \
57989857Sobrien	mmo.lo \
58038889Sjdp	nlm32-alpha.lo \
58178828Sobrien	nlm64.lo \
582218822Sdim	coff-x86_64.lo \
583218822Sdim	pe-x86_64.lo \
584218822Sdim	pei-x86_64.lo \
585218822Sdim	pepigen.lo \
586218822Sdim	pex64igen.lo
58738889Sjdp
58838889SjdpBFD64_BACKENDS_CFILES = \
589104834Sobrien	aix5ppc-core.c \
59038889Sjdp	aout64.c \
59138889Sjdp	coff-alpha.c \
59277298Sobrien	coff64-rs6000.c \
59338889Sjdp	demo64.c \
59477298Sobrien	efi-app-ia64.c \
595218822Sdim	efi-app-x86_64.c \
59677298Sobrien	elf64-x86-64.c \
59738889Sjdp	elf64-alpha.c \
59877298Sobrien	elf64-hppa.c \
59938889Sjdp	elf64-gen.c \
600130561Sobrien	elfn32-mips.c \
60138889Sjdp	elf64-mips.c \
60289857Sobrien	elf64-mmix.c \
60389857Sobrien	elf64-ppc.c \
60489857Sobrien	elf64-s390.c \
60591041Sobrien	elf64-sh64.c \
60638889Sjdp	elf64-sparc.c \
60738889Sjdp	elf64.c \
60889857Sobrien	mmo.c \
60938889Sjdp	nlm32-alpha.c \
610218822Sdim	nlm64.c \
611218822Sdim	coff-x86_64.c \
612218822Sdim	pe-x86_64.c \
613218822Sdim	pei-x86_64.c
61438889Sjdp
61538889SjdpOPTIONAL_BACKENDS = \
61638889Sjdp	aix386-core.lo \
61738889Sjdp	hpux-core.lo \
61838889Sjdp	irix-core.lo \
61938889Sjdp	lynx-core.lo \
62038889Sjdp	osf-core.lo \
62160484Sobrien	sco5-core.lo \
62238889Sjdp	trad-core.lo \
62338889Sjdp	cisco-core.lo
62438889Sjdp
62538889SjdpOPTIONAL_BACKENDS_CFILES = \
62638889Sjdp	aix386-core.c \
62738889Sjdp	hpux-core.c \
62838889Sjdp	irix-core.c \
62938889Sjdp	lynx-core.c \
63038889Sjdp	osf-core.c \
63160484Sobrien	sco5-core.c \
63238889Sjdp	trad-core.c \
63338889Sjdp	cisco-core.c
63438889Sjdp
635218822Sdim# We want to rerun configure if configure.in, config.bfd or
636218822Sdim# configure.host change. configure.in is needed since the version
637218822Sdim# number in Makefile comes from configure.in.
638218822SdimCONFIG_STATUS_DEPENDENCIES = \
639218822Sdim	$(srcdir)/configure.in \
640218822Sdim	$(srcdir)/config.bfd \
641218822Sdim	$(srcdir)/configure.host
642218822Sdim
64338889Sjdp# These are defined by configure.in:
64438889SjdpWORDSIZE = @wordsize@
64538889SjdpALL_BACKENDS = @all_backends@
64638889SjdpBFD_BACKENDS = @bfd_backends@
64738889SjdpBFD_MACHINES = @bfd_machines@
64838889SjdpTDEFAULTS = @tdefaults@
64938889Sjdp
650218822SdimINCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) @INCINTL@
65138889Sjdp
65238889Sjdp# C source files that correspond to .o's.
65378828SobrienSOURCE_CFILES = \
65489857Sobrien	$(BFD32_LIBS_CFILES) \
65589857Sobrien	$(BFD64_LIBS_CFILES) \
65638889Sjdp	$(ALL_MACHINES_CFILES) \
65738889Sjdp	$(BFD32_BACKENDS_CFILES) \
65838889Sjdp	$(BFD64_BACKENDS_CFILES) \
65938889Sjdp	$(OPTIONAL_BACKENDS_CFILES)
66038889Sjdp
66178828SobrienBUILD_CFILES = \
662218822Sdim	elf32-ia64.c elf64-ia64.c peigen.c pepigen.c pex64igen.c
66378828Sobrien
66478828SobrienCFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
66578828Sobrien
66660484Sobrien## This is a list of all .h files which are in the source tree.
66760484SobrienSOURCE_HFILES = \
66877298Sobrien	aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
669218822Sdim	elf-bfd.h elf-hppa.h elf32-hppa.h \
670130561Sobrien	elf64-hppa.h elfcode.h elfcore.h \
671130561Sobrien	freebsd.h genlink.h go32stub.h \
672130561Sobrien	libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
673130561Sobrien	libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
674130561Sobrien	netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
675130561Sobrien	pef.h pef-traceback.h peicode.h som.h version.h \
676130561Sobrien	vms.h xcoff-target.h xsym.h
67738889Sjdp
67878828Sobrien## ... and all .h files which are in the build tree.
67978828SobrienBUILD_HFILES = \
680130561Sobrien	bfdver.h elf32-target.h elf64-target.h targmatch.h
68160484Sobrien
68278828SobrienHFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
68360484Sobrien
68478828SobrienSRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
68578828SobrienBLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
68660484Sobrien
68778828Sobrienpo/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
688130561Sobrien	for file in $(SRC_POTFILES); do echo $$file; done \
689130561Sobrien	  | LC_COLLATE= sort > tmp.src \
69089857Sobrien	  && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
69178828Sobrien
69278828Sobrienpo/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
693130561Sobrien	for file in $(BLD_POTFILES); do echo $$file; done \
694130561Sobrien	  | LC_COLLATE= sort > tmp.bld \
69589857Sobrien	  && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
69678828Sobrien
697218822Sdimall diststuff: info
69838889Sjdp
699218822Sdim.PHONY: install-html install-html-am install-html-recursive
700218822Sdim
701218822Sdiminstall-html:	install-html-recursive
702218822Sdim
703218822Sdiminstall-html-recursive:
704218822Sdim	@failcom='exit 1'; \
705218822Sdim	for f in x $$MAKEFLAGS; do \
706218822Sdim	  case $$f in \
707218822Sdim	    *=* | --[!k]*);; \
708218822Sdim	    *k*) failcom='fail=yes';; \
709218822Sdim	  esac; \
710218822Sdim	done; \
711218822Sdim	dot_seen=no; \
712218822Sdim	target=`echo $@ | sed s/-recursive//`; \
713218822Sdim	list='$(SUBDIRS)'; for subdir in $$list; do \
714218822Sdim	  echo "Making $$target in $$subdir"; \
715218822Sdim	  if test "$$subdir" = "."; then \
716218822Sdim	    dot_seen=yes; \
717218822Sdim	    local_target="$$target-am"; \
718218822Sdim	  else \
719218822Sdim	    local_target="$$target"; \
720218822Sdim	  fi; \
721218822Sdim	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
722218822Sdim	  || eval $$failcom; \
723218822Sdim	done; \
724218822Sdim	if test "$$dot_seen" = "no"; then \
725218822Sdim	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
726218822Sdim	fi; test -z "$$fail"
727218822Sdim
72838889Sjdp# Various kinds of .o files to put in libbfd.a:
72938889Sjdp# BFD_BACKENDS	Routines the configured targets need.
73038889Sjdp# BFD_MACHINES	Architecture-specific routines the configured targets need.
73138889Sjdp# COREFILE	Core file routines for a native configuration
732218822Sdim# bfd64_libs	Routines for 64bit support
733218822SdimOFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
73438889Sjdp
73538889Sjdpstamp-ofiles: Makefile
73638889Sjdp	rm -f tofiles
73738889Sjdp	f=""; \
73838889Sjdp	for i in $(OFILES) ; do \
73938889Sjdp	  case " $$f " in \
74038889Sjdp	    *" $$i "*) ;; \
74138889Sjdp	    *) f="$$f $$i" ;; \
74238889Sjdp	  esac ; \
74338889Sjdp	done ; \
74438889Sjdp	echo $$f > tofiles
74538889Sjdp	$(SHELL) $(srcdir)/../move-if-change tofiles ofiles
74638889Sjdp	touch stamp-ofiles
74738889Sjdp
74838889Sjdpofiles: stamp-ofiles ; @true
74938889Sjdp
750218822Sdim# Since BFD64_LIBS is optional and we can't have substitution in
751218822Sdim# libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
752218822Sdimlibbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
75338889Sjdplibbfd_la_DEPENDENCIES = $(OFILES) ofiles
75460484Sobrienlibbfd_la_LIBADD = `cat ofiles` @WIN32LIBADD@
755218822Sdimlibbfd_la_LDFLAGS = -release `cat libtool-soversion` @WIN32LDFLAGS@
75638889Sjdp
75738889Sjdp# libtool will build .libs/libbfd.a.  We create libbfd.a in the build
75838889Sjdp# directory so that we don't have to convert all the programs that use
75938889Sjdp# libbfd.a simultaneously.  This is a hack which should be removed if
76038889Sjdp# everything else starts using libtool.  FIXME.
76138889Sjdp
76238889Sjdpnoinst_LIBRARIES = libbfd.a
76338889Sjdplibbfd_a_SOURCES =
76438889Sjdp
76538889Sjdpstamp-lib: libbfd.la
76660484Sobrien	libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
76760484Sobrien	if [ -f $$libtooldir/libbfd.a ]; then \
76860484Sobrien	  cp $$libtooldir/libbfd.a libbfd.tmp; \
76978828Sobrien	  $(RANLIB) libbfd.tmp; \
77038889Sjdp	  $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
77138889Sjdp	else true; fi
77238889Sjdp	touch stamp-lib
77338889Sjdp
77438889Sjdplibbfd.a: stamp-lib ; @true
77538889Sjdp
77638889Sjdp# This file holds an array associating configuration triplets and
77738889Sjdp# vector names.  It is built from config.bfd.  It is not compiled by
77838889Sjdp# itself, but is included by targets.c.
77938889Sjdptargmatch.h: config.bfd targmatch.sed
78038889Sjdp	rm -f targmatch.h
78138889Sjdp	sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
78238889Sjdp	mv -f targmatch.new targmatch.h
78338889Sjdp
78438889Sjdp# When compiling archures.c and targets.c, supply the default target
78538889Sjdp# info from configure.
78638889Sjdp
787130561Sobrientargets.lo: targets.c Makefile
78838889Sjdp	$(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
78938889Sjdp
790130561Sobrienarchures.lo: archures.c Makefile
79138889Sjdp	$(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
79238889Sjdp
793218822Sdimdwarf2.lo: dwarf2.c Makefile
794218822Sdim	$(LIBTOOL) --mode=compile $(COMPILE) -c -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
795218822Sdim
79638889Sjdpelf32-target.h : elfxx-target.h
79738889Sjdp	rm -f elf32-target.h
79838889Sjdp	sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
79938889Sjdp	mv -f elf32-target.new elf32-target.h
80038889Sjdp
80138889Sjdpelf64-target.h : elfxx-target.h
80238889Sjdp	rm -f elf64-target.h
80338889Sjdp	sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
80438889Sjdp	mv -f elf64-target.new elf64-target.h
80538889Sjdp
80677298Sobrienelf32-ia64.c : elfxx-ia64.c
80777298Sobrien	rm -f elf32-ia64.c
80877298Sobrien	sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
80977298Sobrien	mv -f elf32-ia64.new elf32-ia64.c
81077298Sobrien
81177298Sobrienelf64-ia64.c : elfxx-ia64.c
81277298Sobrien	rm -f elf64-ia64.c
81377298Sobrien	sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
81477298Sobrien	mv -f elf64-ia64.new elf64-ia64.c
81577298Sobrien
81678828Sobrienpeigen.c : peXXigen.c
81778828Sobrien	rm -f peigen.c
81878828Sobrien	sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
81978828Sobrien	mv -f peigen.new peigen.c
82078828Sobrien
82178828Sobrienpepigen.c : peXXigen.c
82278828Sobrien	rm -f pepigen.c
82378828Sobrien	sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
82478828Sobrien	mv -f pepigen.new pepigen.c
82578828Sobrien
826218822Sdimpex64igen.c: peXXigen.c
827218822Sdim	rm -f pex64igen.c
828218822Sdim	sed -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new
829218822Sdim	mv -f pex64igen.new pex64igen.c
830218822Sdim
83189857SobrienBFD_H_DEPS= $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
83238889SjdpLOCAL_H_DEPS= libbfd.h sysdep.h config.h
83389857Sobrien$(BFD32_LIBS) \
83489857Sobrien $(BFD64_LIBS) \
83589857Sobrien $(ALL_MACHINES) \
83689857Sobrien $(BFD32_BACKENDS) \
83789857Sobrien $(BFD64_BACKENDS) \
83889857Sobrien $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
83938889Sjdp
840104834Sobrieninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd
84160484Sobrien	@$(NORMAL_INSTALL)
84238889Sjdp
843104834Sobrienuninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd
844104834Sobrien	@$(NORMAL_UNINSTALL)
845104834Sobrien
846104834Sobrien.PHONY: install_libbfd uninstall_libbfd
847104834Sobrieninstall_libbfd: $(bfdlib_LTLIBRARIES) $(BFD_H)
848104834Sobrien	$(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
849104834Sobrien	$(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
850104834Sobrien	@list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
851104834Sobrien	  if test -f $$p; then \
852104834Sobrien	    echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
853104834Sobrien	    $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
854104834Sobrien	  else :; fi; \
855104834Sobrien	done
856104834Sobrien	$(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(bfdincludedir)/bfd.h
857104834Sobrien	$(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(bfdincludedir)/ansidecl.h
858104834Sobrien	$(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(bfdincludedir)/symcat.h
859104834Sobrien	$(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(bfdincludedir)/bfdlink.h
860104834Sobrien
861104834Sobrienuninstall_libbfd:
862104834Sobrien	list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
863104834Sobrien	  $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
864104834Sobrien	done
865104834Sobrien	rm -f $(DESTDIR)$(bfdincludedir)/bfd.h
866104834Sobrien	rm -f $(DESTDIR)$(bfdincludedir)/ansidecl.h
867104834Sobrien	rm -f $(DESTDIR)$(bfdincludedir)/symcat.h
868104834Sobrien	rm -f $(DESTDIR)$(bfdincludedir)/bfdlink.h
869104834Sobrien
87060484Sobrien# Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
87160484SobrienDEP: dep.sed $(CFILES) $(HFILES) bfd.h
87260484Sobrien	rm -f DEP1
87360484Sobrien	$(MAKE) MKDEP="$(MKDEP)" DEP1
87477298Sobrien	sed -f dep.sed < DEP1 > DEPA
87577298Sobrien	echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
87677298Sobrien	if grep ' /' DEPA > /dev/null 2> /dev/null; then \
87777298Sobrien	  echo 'make DEP failed!'; exit 1; \
87877298Sobrien	else \
87977298Sobrien	  mv -f DEPA $@; \
88077298Sobrien	fi
88138889Sjdp
88260484SobrienDEP1: $(CFILES)
88360484Sobrien	echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
88460484Sobrien	echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
88560484Sobrien	$(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
88660484Sobrien	mv -f DEP2 $@
88738889Sjdp
88838889Sjdpdep.sed: dep-in.sed config.status
88938889Sjdp	sed <$(srcdir)/dep-in.sed >dep.sed	\
89038889Sjdp		-e 's!@BFD_H@!$(BFD_H)!'	\
89194536Sobrien		-e 's!@SRCDIR@!$(srcdir)!'	\
89294536Sobrien		-e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!'
89338889Sjdp
89460484Sobriendep: DEP
89538889Sjdp	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
89660484Sobrien	cat DEP >> tmp-Makefile
89738889Sjdp	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
89838889Sjdp
89960484Sobriendep-in: DEP
90038889Sjdp	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
90160484Sobrien	cat DEP >> tmp-Makefile.in
90238889Sjdp	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
90338889Sjdp
90460484Sobriendep-am: DEP
90538889Sjdp	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
90660484Sobrien	cat DEP >> tmp-Makefile.am
90738889Sjdp	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
90838889Sjdp
90938889Sjdphost-aout.lo: Makefile
91038889Sjdp
91138889Sjdp# The following program can be used to generate a simple config file
91238889Sjdp# which can be folded into an h-XXX file for a new host, with some editing.
91338889Sjdpaout-params.h: gen-aout
91438889Sjdp	./gen-aout host > aout-params.h
91538889Sjdpgen-aout: $(srcdir)/gen-aout.c Makefile
91638889Sjdp	$(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
91738889Sjdp
91838889Sjdp$(BFD_H): stmp-bfd-h ; @true
91938889Sjdp
92038889Sjdpstmp-bfd-h: bfd-in3.h
92138889Sjdp	rm -f bfd-tmp.h
92238889Sjdp	cp bfd-in3.h bfd-tmp.h
92338889Sjdp	$(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
92438889Sjdp	rm -f bfd-tmp.h
92538889Sjdp	touch stmp-bfd-h
92638889Sjdp
92738889SjdpBFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
928130561Sobrien	reloc.c syms.c bfd.c bfdio.c bfdwin.c \
929130561Sobrien	archive.c corefile.c targets.c format.c
93089857SobrienBFD64_H_FILES = archive64.c
931130561SobrienLIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \
932130561Sobrien	cache.c reloc.c archures.c elf.c
93338889SjdpLIBCOFF_H_FILES = libcoff-in.h coffcode.h
93438889Sjdp
93538889Sjdp# Could really use a "copy-if-change"...
93638889Sjdpheaders:
937218822Sdim	(cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
938218822Sdim	cp $(bfddocdir)/bfd.h bfd-in2.h-new
93938889Sjdp	$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
940218822Sdim	cp $(bfddocdir)/libbfd.h libbfd.h-new
94138889Sjdp	$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
942218822Sdim	cp $(bfddocdir)/libcoff.h libcoff.h-new
94338889Sjdp	$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
94438889Sjdp
94538889Sjdp# We only rebuild the header files automatically if we have been
94638889Sjdp# configured with --enable-maintainer-mode.
94738889Sjdp
94838889Sjdp$(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
94989857Sobrienstmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
950218822Sdim	(cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
951218822Sdim	cp $(bfddocdir)/bfd.h bfd-in2.h-new
95238889Sjdp	$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
95338889Sjdp	touch stmp-bin2-h
95438889Sjdp
95538889Sjdp$(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
95638889Sjdpstmp-lbfd-h: $(LIBBFD_H_FILES)
957218822Sdim	(cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
958218822Sdim	cp $(bfddocdir)/libbfd.h libbfd.h-new
95938889Sjdp	$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
96038889Sjdp	touch stmp-lbfd-h
96138889Sjdp
96238889Sjdp$(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
96338889Sjdpstmp-lcoff-h: $(LIBCOFF_H_FILES)
964218822Sdim	(cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
965218822Sdim	cp $(bfddocdir)/libcoff.h libcoff.h-new
96638889Sjdp	$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
96738889Sjdp	touch stmp-lcoff-h
96838889Sjdp
96978828SobrienMOSTLYCLEANFILES = ofiles stamp-ofiles
97038889Sjdp
97177298SobrienCLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
97238889Sjdp	stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
97338889Sjdp
974218822SdimDISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
97578828Sobrien
976218822Sdimbfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in
977218822Sdim	@echo "creating $@"
978218822Sdim	@bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
979218822Sdim	bfd_version_string="\"$(VERSION)\"" ;\
980218822Sdim	bfd_soversion="$(VERSION)" ;\
981218822Sdim	bfd_version_package="\"$(PKGVERSION)\"" ;\
982218822Sdim	report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
983218822Sdim	if test "x$(RELEASE)" = x ; then \
984218822Sdim	  bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
985218822Sdim	  bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
986218822Sdim	  bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
987218822Sdim	fi ;\
988218822Sdim	sed -e "s,@bfd_version@,$$bfd_version," \
989218822Sdim	    -e "s,@bfd_version_string@,$$bfd_version_string," \
990218822Sdim	    -e "s,@bfd_version_package@,$$bfd_version_package," \
991218822Sdim	    -e "s,@report_bugs_to@,$$report_bugs_to," \
992218822Sdim	    < $(srcdir)/version.h > $@; \
993218822Sdim	echo "$${bfd_soversion}" > libtool-soversion
99438889Sjdp
99538889Sjdp# What appears below is generated by a hacked mkdep using gcc -MM.
99638889Sjdp
99738889Sjdp# DO NOT DELETE THIS LINE -- mkdep uses it.
99838889Sjdp# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
999218822Sdimarchive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1000218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h \
1001218822Sdim  $(INCDIR)/safe-ctype.h
1002218822Sdimarchures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1003218822Sdim  $(INCDIR)/safe-ctype.h
1004218822Sdimbfd.lo: bfd.c $(INCDIR)/filenames.h bfdver.h $(INCDIR)/libiberty.h \
1005218822Sdim  $(INCDIR)/demangle.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h \
1006218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \
100789857Sobrien  $(INCDIR)/coff/sym.h libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h \
100889857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
100989857Sobrien  $(INCDIR)/elf/external.h
1010218822Sdimbfdio.lo: bfdio.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1011218822Sdimbfdwin.lo: bfdwin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1012218822Sdimcache.lo: cache.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1013218822Sdim  $(INCDIR)/libiberty.h
1014218822Sdimcoffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1015218822Sdim  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h
1016218822Sdimcorefile.lo: corefile.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1017218822Sdimformat.lo: format.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1018218822Sdiminit.lo: init.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1019218822Sdimlibbfd.lo: libbfd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1020130561Sobrienopncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h \
1021218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
1022218822Sdimreloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1023218822Sdim  $(INCDIR)/hashtab.h
1024218822Sdimsection.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1025218822Sdim  $(INCDIR)/bfdlink.h
1026218822Sdimsyms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1027218822Sdim  $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h \
1028218822Sdim  $(INCDIR)/aout/stab.def
1029218822Sdimtargets.lo: targets.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1030218822Sdim  $(INCDIR)/fnmatch.h targmatch.h
1031218822Sdimhash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1032218822Sdim  $(INCDIR)/objalloc.h $(INCDIR)/libiberty.h
1033218822Sdimlinker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1034218822Sdim  $(INCDIR)/bfdlink.h genlink.h
1035218822Sdimsrec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1036218822Sdim  $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1037218822Sdimbinary.lo: binary.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1038218822Sdim  $(INCDIR)/hashtab.h
1039218822Sdimtekhex.lo: tekhex.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1040130561Sobrien  $(INCDIR)/libiberty.h
1041218822Sdimihex.lo: ihex.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1042218822Sdim  $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1043218822Sdimstabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1044218822Sdim  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/safe-ctype.h
104538889Sjdpstab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
104638889Sjdp  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
1047104834Sobrienmerge.lo: merge.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1048104834Sobrien  $(INCDIR)/libiberty.h
104978828Sobriendwarf2.lo: dwarf2.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1050218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1051218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1052218822Sdim  $(INCDIR)/elf/dwarf2.h
1053218822Sdimsimple.lo: simple.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
105438889Sjdp  $(INCDIR)/bfdlink.h
1055218822Sdimarchive64.lo: archive64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1056218822Sdim  $(INCDIR)/aout/ar.h
1057218822Sdimcpu-alpha.lo: cpu-alpha.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1058218822Sdimcpu-arc.lo: cpu-arc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1059218822Sdimcpu-arm.lo: cpu-arm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1060218822Sdim  $(INCDIR)/libiberty.h
1061218822Sdimcpu-avr.lo: cpu-avr.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1062218822Sdimcpu-bfin.lo: cpu-bfin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1063218822Sdimcpu-cr16.lo: cpu-cr16.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1064218822Sdimcpu-cris.lo: cpu-cris.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1065218822Sdimcpu-cr16c.lo: cpu-cr16c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1066218822Sdimcpu-crx.lo: cpu-crx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1067218822Sdimcpu-d10v.lo: cpu-d10v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1068218822Sdimcpu-d30v.lo: cpu-d30v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1069218822Sdimcpu-dlx.lo: cpu-dlx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1070218822Sdimcpu-fr30.lo: cpu-fr30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1071218822Sdimcpu-frv.lo: cpu-frv.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1072218822Sdimcpu-h8300.lo: cpu-h8300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1073218822Sdimcpu-h8500.lo: cpu-h8500.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1074218822Sdimcpu-hppa.lo: cpu-hppa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1075218822Sdimcpu-ia64.lo: cpu-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1076218822Sdim  cpu-ia64-opc.c $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h
1077218822Sdimcpu-i370.lo: cpu-i370.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1078218822Sdimcpu-i386.lo: cpu-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1079218822Sdimcpu-i860.lo: cpu-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1080218822Sdimcpu-i960.lo: cpu-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1081218822Sdimcpu-ip2k.lo: cpu-ip2k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1082218822Sdimcpu-iq2000.lo: cpu-iq2000.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1083218822Sdimcpu-m32c.lo: cpu-m32c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1084218822Sdimcpu-m32r.lo: cpu-m32r.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1085218822Sdimcpu-m68hc11.lo: cpu-m68hc11.c $(INCDIR)/filenames.h \
1086218822Sdim  $(INCDIR)/hashtab.h
1087218822Sdimcpu-m68hc12.lo: cpu-m68hc12.c $(INCDIR)/filenames.h \
1088218822Sdim  $(INCDIR)/hashtab.h
1089218822Sdimcpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1090218822Sdim  $(INCDIR)/opcode/m68k.h
1091218822Sdimcpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1092218822Sdimcpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1093218822Sdimcpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1094218822Sdimcpu-maxq.lo: cpu-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1095218822Sdimcpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1096218822Sdimcpu-mep.lo: cpu-mep.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1097218822Sdimcpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1098218822Sdimcpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1099218822Sdimcpu-mt.lo: cpu-mt.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1100218822Sdimcpu-msp430.lo: cpu-msp430.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1101218822Sdimcpu-or32.lo: cpu-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1102218822Sdimcpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1103218822Sdim  ns32k.h
1104218822Sdimcpu-openrisc.lo: cpu-openrisc.c $(INCDIR)/filenames.h \
1105218822Sdim  $(INCDIR)/hashtab.h
1106218822Sdimcpu-pdp11.lo: cpu-pdp11.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1107218822Sdimcpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1108218822Sdimcpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h \
1109218822Sdim  $(INCDIR)/hashtab.h
1110218822Sdimcpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1111218822Sdimcpu-s390.lo: cpu-s390.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1112218822Sdimcpu-score.lo: cpu-score.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1113218822Sdimcpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1114218822Sdim  $(srcdir)/../opcodes/sh-opc.h
1115218822Sdimcpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1116218822Sdimcpu-spu.lo: cpu-spu.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1117218822Sdimcpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1118218822Sdimcpu-tic4x.lo: cpu-tic4x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1119218822Sdimcpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1120218822Sdimcpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1121218822Sdimcpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1122218822Sdim  $(INCDIR)/safe-ctype.h
1123218822Sdimcpu-vax.lo: cpu-vax.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1124218822Sdimcpu-we32k.lo: cpu-we32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1125218822Sdimcpu-w65.lo: cpu-w65.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1126218822Sdimcpu-xstormy16.lo: cpu-xstormy16.c $(INCDIR)/filenames.h \
1127218822Sdim  $(INCDIR)/hashtab.h
1128218822Sdimcpu-xtensa.lo: cpu-xtensa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1129218822Sdimcpu-xc16x.lo: cpu-xc16x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1130218822Sdimcpu-z80.lo: cpu-z80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1131218822Sdimcpu-z8k.lo: cpu-z8k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1132218822Sdimaout-adobe.lo: aout-adobe.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1133218822Sdim  $(INCDIR)/aout/adobe.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1134218822Sdim  libaout.h $(INCDIR)/bfdlink.h
113577298Sobrienaout-arm.lo: aout-arm.c $(INCDIR)/filenames.h libaout.h \
113677298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aoutx.h \
1137218822Sdim  $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h $(INCDIR)/aout/stab_gnu.h \
1138218822Sdim  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
113977298Sobrienaout-cris.lo: aout-cris.c aout32.c aoutx.h $(INCDIR)/filenames.h \
114089857Sobrien  $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h libaout.h \
1141218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1142218822Sdim  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
114338889Sjdpaout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
114489857Sobrien  ns32k.h libaout.h $(INCDIR)/bfdlink.h aoutx.h $(INCDIR)/filenames.h \
1145218822Sdim  $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h $(INCDIR)/aout/stab_gnu.h \
1146218822Sdim  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
114738889Sjdpaout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
1148218822Sdim  libaout.h aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1149218822Sdim  $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1150218822Sdim  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
115177298Sobrienaout-tic30.lo: aout-tic30.c $(INCDIR)/filenames.h libaout.h \
115277298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
115389857Sobrien  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aoutx.h \
1154218822Sdim  $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h
1155218822Sdimaout0.lo: aout0.c aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1156218822Sdim  $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
1157218822Sdim  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1158218822Sdim  $(INCDIR)/aout/ar.h aout-target.h
115989857Sobrienaout32.lo: aout32.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1160218822Sdim  $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
116189857Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
116277298Sobrienarmnetbsd.lo: armnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1163218822Sdim  $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1164218822Sdim  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1165218822Sdim  $(INCDIR)/aout/ar.h
1166218822Sdimbout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1167218822Sdim  $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/bout.h $(INCDIR)/libiberty.h \
1168218822Sdim  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h
116977298Sobriencf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \
1170218822Sdim  coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \
1171218822Sdim  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1172218822Sdim  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1173218822Sdimcf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \
1174218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h \
117589857Sobrien  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
117689857Sobrien  coffcode.h coffswap.h
117777298Sobriencoff-apollo.lo: coff-apollo.c $(INCDIR)/filenames.h \
1178218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/coff/apollo.h $(INCDIR)/coff/external.h \
1179218822Sdim  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1180218822Sdim  coffcode.h coffswap.h
1181218822Sdimcoff-arm.lo: coff-arm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1182218822Sdim  $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
118389857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
118477298Sobriencoff-aux.lo: coff-aux.c $(INCDIR)/filenames.h $(INCDIR)/coff/aux-coff.h \
118589857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1186218822Sdim  coff-m68k.c $(INCDIR)/hashtab.h $(INCDIR)/coff/m68k.h \
1187218822Sdim  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1188130561Sobrien  coffcode.h coffswap.h
1189218822Sdimcoff-h8300.lo: coff-h8300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1190218822Sdim  $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/coff/h8300.h \
119189857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1192218822Sdim  libcoff.h $(INCDIR)/libiberty.h coffcode.h coffswap.h
1193218822Sdimcoff-h8500.lo: coff-h8500.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1194218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h \
1195218822Sdim  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1196218822Sdimcoff-i386.lo: coff-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1197218822Sdim  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
119889857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1199218822Sdimcoff-i860.lo: coff-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1200218822Sdim  $(INCDIR)/coff/i860.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
120189857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
120277298Sobriencoff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/filenames.h \
1203218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
120477298Sobrien  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
120538889Sjdp  coffcode.h coffswap.h
1206218822Sdimcoff-i960.lo: coff-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1207218822Sdim  $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h libcoff.h \
1208218822Sdim  $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1209218822Sdimcoff-m68k.lo: coff-m68k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1210218822Sdim  $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
121189857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1212218822Sdimcoff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1213218822Sdim  $(INCDIR)/coff/m88k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
121489857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1215218822Sdimcoff-maxq.lo: coff-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1216218822Sdim  $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1217218822Sdim  libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \
1218218822Sdim  coffcode.h coffswap.h
121977298Sobriencoff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1220218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1221218822Sdim  $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h \
1222218822Sdim  $(INCDIR)/coff/external.h libcoff.h libecoff.h coffswap.h \
1223218822Sdim  ecoffswap.h
1224218822Sdimcoff-or32.lo: coff-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1225218822Sdim  $(INCDIR)/coff/or32.h $(INCDIR)/coff/internal.h libcoff.h \
1226218822Sdim  $(INCDIR)/bfdlink.h coffcode.h coffswap.h
122777298Sobriencoff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \
1228218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \
1229218822Sdim  $(INCDIR)/coff/xcoff.h $(INCDIR)/coff/rs6000.h libcoff.h \
1230218822Sdim  libxcoff.h coffcode.h coffswap.h
123189857Sobriencoff-sh.lo: coff-sh.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1232218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
123389857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1234218822Sdim  libcoff.h coffcode.h coffswap.h
1235218822Sdimcoff-sparc.lo: coff-sparc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1236218822Sdim  $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
123789857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
123877298Sobriencoff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/filenames.h \
1239218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1240218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \
1241218822Sdim  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \
1242218822Sdim  go32stub.h
124377298Sobriencoff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/filenames.h \
1244218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1245218822Sdim  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1246218822Sdim  coffcode.h coffswap.h
1247218822Sdimcoff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1248218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h \
1249218822Sdim  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1250218822Sdimcoff-tic4x.lo: coff-tic4x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1251218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h \
1252218822Sdim  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
125377298Sobriencoff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \
1254218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h \
1255218822Sdim  $(INCDIR)/coff/ti.h $(INCDIR)/coff/internal.h libcoff.h \
1256218822Sdim  coffcode.h coffswap.h
1257218822Sdimcoff-tic80.lo: coff-tic80.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1258218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/coff/tic80.h $(INCDIR)/coff/external.h \
125938889Sjdp  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
126077298Sobriencoff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/filenames.h \
1261218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1262218822Sdim  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1263218822Sdim  coffcode.h coffswap.h
1264218822Sdimcoff-we32k.lo: coff-we32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1265218822Sdim  $(INCDIR)/coff/we32k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
126689857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1267218822Sdimcoff-w65.lo: coff-w65.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1268218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/coff/w65.h $(INCDIR)/coff/external.h \
1269218822Sdim  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1270218822Sdimcoff-z80.lo: coff-z80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1271218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/coff/z80.h $(INCDIR)/coff/external.h \
1272218822Sdim  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1273218822Sdimcoff-z8k.lo: coff-z8k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1274218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h \
1275218822Sdim  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
127677298Sobriencofflink.lo: cofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1277218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h libcoff.h \
1278218822Sdim  $(INCDIR)/safe-ctype.h
127977298Sobriendwarf1.lo: dwarf1.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1280218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1281218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1282218822Sdim  $(INCDIR)/elf/dwarf.h
128377298Sobrienecoff.lo: ecoff.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1284218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h \
1285218822Sdim  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
1286218822Sdim  $(INCDIR)/aout/aout64.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1287218822Sdim  $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h libcoff.h \
1288218822Sdim  libecoff.h $(INCDIR)/libiberty.h
128977298Sobrienecofflink.lo: ecofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1290218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h \
1291218822Sdim  $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1292218822Sdim  $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h libcoff.h \
1293218822Sdim  libecoff.h
129477298Sobrienefi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \
1295218822Sdim  coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \
1296218822Sdim  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1297218822Sdim  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1298218822Sdim  peicode.h libpei.h
129977298Sobrienelf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1300218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1301218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/libiberty.h
1302218822Sdimelf32-am33lin.lo: elf32-am33lin.c $(INCDIR)/filenames.h \
130377298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1304130561Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \
1305218822Sdim  $(INCDIR)/elf/reloc-macros.h elf-m10300.c $(INCDIR)/hashtab.h \
130638889Sjdp  elf32-target.h
1307218822Sdimelf32-arc.lo: elf32-arc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1308218822Sdim  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1309218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h \
1310218822Sdim  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
131160484Sobrien  elf32-target.h
1312218822Sdimelf32-arm.lo: elf32-arm.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1313218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1314218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1315218822Sdim  elf-vxworks.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
131638889Sjdp  elf32-target.h
1317218822Sdimelf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1318218822Sdim  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1319218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h \
1320218822Sdim  $(INCDIR)/elf/reloc-macros.h elf32-avr.h elf32-target.h
1321218822Sdimelf32-bfin.lo: elf32-bfin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1322218822Sdim  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1323218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/bfin.h \
1324218822Sdim  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/dwarf2.h \
132577298Sobrien  elf32-target.h
1326218822Sdimelf32-cr16.lo: elf32-cr16.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1327218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h elf-bfd.h \
1328104834Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1329218822Sdim  $(INCDIR)/elf/cr16.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1330218822Sdimelf32-cr16c.lo: elf32-cr16c.c $(INCDIR)/filenames.h \
1331218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/cr16c.h \
1332218822Sdim  $(INCDIR)/elf/reloc-macros.h elf-bfd.h $(INCDIR)/elf/common.h \
1333218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-target.h
1334218822Sdimelf32-cris.lo: elf32-cris.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1335218822Sdim  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1336218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/cris.h \
1337218822Sdim  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1338218822Sdimelf32-crx.lo: elf32-crx.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1339218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1340218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/crx.h \
1341218822Sdim  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1342218822Sdimelf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1343218822Sdim  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1344218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h \
1345218822Sdim  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1346218822Sdimelf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1347218822Sdim  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1348218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h \
1349218822Sdim  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1350218822Sdimelf32-dlx.lo: elf32-dlx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1351218822Sdim  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1352218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dlx.h \
1353218822Sdim  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1354218822Sdimelf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1355218822Sdim  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1356218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h \
1357218822Sdim  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1358218822Sdimelf32-frv.lo: elf32-frv.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1359218822Sdim  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1360218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/frv.h \
1361218822Sdim  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/dwarf2.h \
1362104834Sobrien  elf32-target.h
1363218822Sdimelf32-gen.lo: elf32-gen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1364218822Sdim  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1365218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf32-target.h
136689857Sobrienelf32-h8300.lo: elf32-h8300.c $(INCDIR)/filenames.h \
1367218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1368218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1369218822Sdim  $(INCDIR)/elf/h8.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1370218822Sdimelf32-hppa.lo: elf32-hppa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
137189857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1372218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h \
1373218822Sdim  $(INCDIR)/elf/reloc-macros.h libhppa.h elf32-hppa.h \
1374218822Sdim  elf-hppa.h elf32-target.h
1375218822Sdimelf32-i370.lo: elf32-i370.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1376218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1377218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/i370.h \
137889857Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1379218822Sdimelf32-i386.lo: elf32-i386.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1380218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1381218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf-vxworks.h \
1382218822Sdim  $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1383218822Sdimelf32-i860.lo: elf32-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
138477298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1385218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/i860.h \
1386218822Sdim  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1387218822Sdimelf32-i960.lo: elf32-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1388218822Sdim  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1389218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/i960.h \
1390218822Sdim  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1391218822Sdimelf32-ip2k.lo: elf32-ip2k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1392218822Sdim  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1393218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/ip2k.h \
1394218822Sdim  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1395218822Sdimelf32-iq2000.lo: elf32-iq2000.c $(INCDIR)/filenames.h \
1396218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1397218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1398218822Sdim  $(INCDIR)/elf/iq2000.h $(INCDIR)/elf/reloc-macros.h \
1399130561Sobrien  elf32-target.h
1400218822Sdimelf32-m32c.lo: elf32-m32c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
140177298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1402218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32c.h \
1403218822Sdim  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
140438889Sjdp  elf32-target.h
1405218822Sdimelf32-m32r.lo: elf32-m32r.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1406130561Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1407218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32r.h \
1408130561Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
140977298Sobrienelf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1410218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1411218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/m68k.h \
1412218822Sdim  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/m68k.h \
141360484Sobrien  elf32-target.h
141477298Sobrienelf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \
1415218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1416130561Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-m68hc1x.h \
1417130561Sobrien  $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
1418130561Sobrien  $(INCDIR)/opcode/m68hc11.h elf32-target.h
141977298Sobrienelf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \
1420218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1421130561Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-m68hc1x.h \
1422130561Sobrien  $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
1423130561Sobrien  $(INCDIR)/opcode/m68hc11.h elf32-target.h
1424130561Sobrienelf32-m68hc1x.lo: elf32-m68hc1x.c $(INCDIR)/filenames.h \
1425218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1426130561Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-m68hc1x.h \
1427130561Sobrien  $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
1428130561Sobrien  $(INCDIR)/opcode/m68hc11.h
1429218822Sdimelf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1430218822Sdim  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1431218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf32-target.h
1432218822Sdimelf-m10200.lo: elf-m10200.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1433218822Sdim  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1434218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf32-target.h
1435218822Sdimelf-m10300.lo: elf-m10300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1436218822Sdim  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1437218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \
1438218822Sdim  $(INCDIR)/elf/reloc-macros.h elf32-target.h
143977298Sobrienelf32-mcore.lo: elf32-mcore.c $(INCDIR)/filenames.h \
1440218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
144177298Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/mcore.h \
144277298Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1443218822Sdimelf32-mep.lo: elf32-mep.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1444130561Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1445218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mep.h \
1446218822Sdim  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1447218822Sdim  elf32-target.h
1448218822Sdimelfxx-mips.lo: elfxx-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1449130561Sobrien  $(INCDIR)/libiberty.h elf-bfd.h $(INCDIR)/elf/common.h \
1450130561Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1451218822Sdim  elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
1452218822Sdim  elf-vxworks.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1453218822Sdim  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h
1454218822Sdimelf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1455218822Sdim  $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1456218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfxx-mips.h \
1457218822Sdim  $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h elf-vxworks.h \
1458218822Sdim  $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1459218822Sdim  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
1460218822Sdim  ecoffswap.h elf32-target.h
1461218822Sdimelf32-mt.lo: elf32-mt.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1462218822Sdim  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1463218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mt.h \
1464218822Sdim  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1465218822Sdimelf32-msp430.lo: elf32-msp430.c $(INCDIR)/filenames.h \
1466218822Sdim  $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h elf-bfd.h \
1467218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1468218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/elf/msp430.h $(INCDIR)/elf/reloc-macros.h \
1469130561Sobrien  elf32-target.h
147089857Sobrienelf32-openrisc.lo: elf32-openrisc.c $(INCDIR)/filenames.h \
1471218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1472218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1473218822Sdim  $(INCDIR)/elf/openrisc.h $(INCDIR)/elf/reloc-macros.h \
1474218822Sdim  $(INCDIR)/libiberty.h elf32-target.h
1475218822Sdimelf32-or32.lo: elf32-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
147689857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1477218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/or32.h \
147889857Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
147977298Sobrien  elf32-target.h
148077298Sobrienelf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1481218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1482218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/pj.h \
1483218822Sdim  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1484218822Sdimelf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1485218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1486218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h \
1487218822Sdim  $(INCDIR)/elf/reloc-macros.h elf32-ppc.h elf-vxworks.h \
148877298Sobrien  elf32-target.h
148991041Sobrienelf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \
149091041Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
149194536Sobrien  $(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \
1492218822Sdim  elf32-sh64.h elf32-sh.c $(INCDIR)/hashtab.h elf-vxworks.h \
1493218822Sdim  $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1494218822Sdim  $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
1495104834Sobrienelf32-sh64-com.lo: elf32-sh64-com.c $(INCDIR)/filenames.h \
1496218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1497218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1498218822Sdim  $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf32-sh64.h \
1499218822Sdim  $(srcdir)/../opcodes/sh64-opc.h
150089857Sobrienelf32-s390.lo: elf32-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1501218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1502218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h \
1503218822Sdim  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1504218822Sdimelf32-score.lo: elf32-score.c $(INCDIR)/filenames.h \
1505218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h elf-bfd.h \
1506218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1507218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h \
150889857Sobrien  elf32-target.h
150977298Sobrienelf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1510218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1511218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf-vxworks.h \
1512218822Sdim  $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1513218822Sdim  $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
1514218822Sdimelf32-sh-symbian.lo: elf32-sh-symbian.c elf32-sh.c \
1515218822Sdim  $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h \
151677298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1517218822Sdim  $(INCDIR)/elf/external.h elf-vxworks.h $(INCDIR)/elf/sh.h \
1518218822Sdim  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1519218822Sdim  $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
1520218822Sdimelfxx-sparc.lo: elfxx-sparc.c $(INCDIR)/filenames.h \
1521218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h \
1522218822Sdim  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1523218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
1524218822Sdim  $(INCDIR)/opcode/sparc.h elfxx-sparc.h elf-vxworks.h
152577298Sobrienelf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \
1526218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
152777298Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sparc.h \
152877298Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \
1529218822Sdim  elfxx-sparc.h elf-vxworks.h elf32-target.h
1530218822Sdimelf32-spu.lo: elf32-spu.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1531218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1532218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/spu.h \
1533218822Sdim  $(INCDIR)/elf/reloc-macros.h elf32-spu.h elf32-target.h
1534218822Sdimelf32-v850.lo: elf32-v850.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1535218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1536218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/v850.h \
1537218822Sdim  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
153877298Sobrien  elf32-target.h
1539104834Sobrienelf32-vax.lo: elf32-vax.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1540218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1541218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/vax.h \
1542218822Sdim  $(INCDIR)/elf/reloc-macros.h elf32-target.h
154389857Sobrienelf32-xstormy16.lo: elf32-xstormy16.c $(INCDIR)/filenames.h \
1544218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1545218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1546218822Sdim  $(INCDIR)/elf/xstormy16.h $(INCDIR)/elf/reloc-macros.h \
1547218822Sdim  $(INCDIR)/libiberty.h elf32-target.h
1548130561Sobrienelf32-xtensa.lo: elf32-xtensa.c $(INCDIR)/filenames.h \
1549218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1550130561Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/xtensa.h \
1551130561Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/xtensa-isa.h \
1552130561Sobrien  $(INCDIR)/xtensa-config.h elf32-target.h
1553218822Sdimelf32-xc16x.lo: elf32-xc16x.c $(INCDIR)/filenames.h \
1554218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1555218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1556218822Sdim  $(INCDIR)/elf/xc16x.h $(INCDIR)/elf/reloc-macros.h \
1557218822Sdim  $(INCDIR)/elf/dwarf2.h $(INCDIR)/libiberty.h elf32-target.h
155889857Sobrienelf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1559218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1560218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h
156177298Sobrienelflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1562218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1563218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/safe-ctype.h \
1564218822Sdim  $(INCDIR)/libiberty.h $(INCDIR)/objalloc.h
1565218822Sdimelf-attrs.lo: elf-attrs.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1566218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1567218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h
1568218822Sdimelf-strtab.lo: elf-strtab.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
156977298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1570218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h
157189857Sobrienelf-eh-frame.lo: elf-eh-frame.c $(INCDIR)/filenames.h \
1572218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1573218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1574218822Sdim  $(INCDIR)/elf/dwarf2.h
1575218822Sdimelf-vxworks.lo: elf-vxworks.c $(INCDIR)/filenames.h \
1576218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1577218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1578218822Sdim  elf-vxworks.h
157977298Sobrienepoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c $(INCDIR)/filenames.h \
1580218822Sdim  coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
1581218822Sdim  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1582218822Sdim  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1583218822Sdim  peicode.h libpei.h
158477298Sobrienepoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c $(INCDIR)/filenames.h \
1585218822Sdim  coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
1586218822Sdim  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1587218822Sdim  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1588218822Sdim  peicode.h libpei.h
1589218822Sdimhp300bsd.lo: hp300bsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1590218822Sdim  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
159177298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
159238889Sjdphp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
159389857Sobrien  aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1594218822Sdim  $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
159589857Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
159689857Sobrien  aout-target.h
159777298Sobriensom.lo: som.c $(INCDIR)/alloca-conf.h $(INCDIR)/filenames.h
1598218822Sdimi386aout.lo: i386aout.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1599218822Sdim  $(INCDIR)/aout/aout64.h libaout.h $(INCDIR)/bfdlink.h \
1600218822Sdim  aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1601218822Sdim  $(INCDIR)/aout/ar.h
1602218822Sdimi386bsd.lo: i386bsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1603218822Sdim  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
160477298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
160538889Sjdpi386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
160689857Sobrien  $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \
1607218822Sdim  libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
1608218822Sdim  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1609218822Sdim  aout-target.h
161077298Sobrieni386freebsd.lo: i386freebsd.c freebsd.h $(INCDIR)/filenames.h \
1611218822Sdim  $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1612218822Sdim  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1613218822Sdim  $(INCDIR)/aout/ar.h
1614218822Sdimi386linux.lo: i386linux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1615218822Sdim  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1616218822Sdim  $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
1617218822Sdimi386lynx.lo: i386lynx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1618218822Sdim  libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1619218822Sdim  aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1620218822Sdim  $(INCDIR)/aout/ar.h
1621218822Sdimi386msdos.lo: i386msdos.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1622218822Sdim  libaout.h $(INCDIR)/bfdlink.h
162377298Sobrieni386netbsd.lo: i386netbsd.c netbsd.h $(INCDIR)/filenames.h \
1624218822Sdim  $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1625218822Sdim  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1626218822Sdim  $(INCDIR)/aout/ar.h
1627218822Sdimi386mach3.lo: i386mach3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1628218822Sdim  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1629218822Sdim  $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
1630218822Sdimi386os9k.lo: i386os9k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1631218822Sdim  $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/os9k.h
1632218822Sdimieee.lo: ieee.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1633218822Sdim  $(INCDIR)/ieee.h libieee.h $(INCDIR)/safe-ctype.h
163477298Sobrienm68k4knetbsd.lo: m68k4knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1635218822Sdim  $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1636218822Sdim  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1637218822Sdim  $(INCDIR)/aout/ar.h
1638218822Sdimm68klinux.lo: m68klinux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1639218822Sdim  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1640218822Sdim  $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
1641218822Sdimm68knetbsd.lo: m68knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1642218822Sdim  $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1643218822Sdim  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1644218822Sdim  $(INCDIR)/aout/ar.h
1645218822Sdimm88kmach3.lo: m88kmach3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
164677298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
164777298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1648218822Sdimm88kopenbsd.lo: m88kopenbsd.c netbsd.h $(INCDIR)/filenames.h \
1649218822Sdim  $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1650218822Sdim  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1651218822Sdim  $(INCDIR)/aout/ar.h
1652218822Sdimmach-o.lo: mach-o.c $(INCDIR)/filenames.h mach-o.h \
1653218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h mach-o-target.c
1654218822Sdimmipsbsd.lo: mipsbsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
165577298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
165677298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1657218822Sdimnewsos3.lo: newsos3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1658218822Sdim  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1659218822Sdim  $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
1660218822Sdimnlm.lo: nlm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
166138889Sjdp  libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1662218822Sdim  $(INCDIR)/nlm/external.h
1663218822Sdimnlm32-i386.lo: nlm32-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1664218822Sdim  $(INCDIR)/nlm/i386-ext.h libnlm.h $(INCDIR)/nlm/common.h \
1665218822Sdim  $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
1666218822Sdim  nlm-target.h
166777298Sobriennlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/filenames.h \
1668218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/nlm/sparc32-ext.h libnlm.h \
1669218822Sdim  $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \
1670218822Sdim  nlmswap.h nlm-target.h
1671218822Sdimnlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1672218822Sdim  $(INCDIR)/nlm/ppc-ext.h libnlm.h $(INCDIR)/nlm/common.h \
167377298Sobrien  $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
167477298Sobrien  nlm-target.h
1675218822Sdimnlm32.lo: nlm32.c nlmcode.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
167638889Sjdp  libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1677218822Sdim  $(INCDIR)/nlm/external.h
167877298Sobrienns32knetbsd.lo: ns32knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1679218822Sdim  $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1680218822Sdim  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1681218822Sdim  $(INCDIR)/aout/ar.h
168289857Sobrienoasys.lo: oasys.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1683218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/oasys.h liboasys.h
168477298Sobrienpc532-mach.lo: pc532-mach.c $(INCDIR)/filenames.h libaout.h \
1685218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
1686218822Sdim  aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1687218822Sdim  $(INCDIR)/aout/ar.h
1688218822Sdimpdp11.lo: pdp11.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1689218822Sdim  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1690218822Sdim  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1691218822Sdim  $(INCDIR)/safe-ctype.h
1692218822Sdimpef.lo: pef.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1693218822Sdim  pef.h pef-traceback.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
169477298Sobrienpe-arm.lo: pe-arm.c $(INCDIR)/filenames.h coff-arm.c \
1695218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
1696218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1697218822Sdim  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1698218822Sdimpei-arm.lo: pei-arm.c $(INCDIR)/filenames.h coff-arm.c \
1699218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
1700218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1701218822Sdim  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1702218822Sdimpe-arm-wince.lo: pe-arm-wince.c pe-arm.c $(INCDIR)/filenames.h \
1703218822Sdim  coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
1704218822Sdim  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
170589857Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
170689857Sobrien  peicode.h libpei.h
1707218822Sdimpei-arm-wince.lo: pei-arm-wince.c pei-arm.c $(INCDIR)/filenames.h \
1708218822Sdim  coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
1709218822Sdim  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
171089857Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
171189857Sobrien  peicode.h libpei.h
171277298Sobrienpe-i386.lo: pe-i386.c $(INCDIR)/filenames.h coff-i386.c \
1713218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1714218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1715218822Sdim  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
171677298Sobrienpei-i386.lo: pei-i386.c $(INCDIR)/filenames.h coff-i386.c \
1717218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1718218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1719218822Sdim  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
172077298Sobrienpe-mcore.lo: pe-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
1721218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \
1722218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1723218822Sdim  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
172477298Sobrienpei-mcore.lo: pei-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
1725218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \
1726218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1727218822Sdim  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
172889857Sobrienpe-ppc.lo: pe-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
1729218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
173089857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
173189857Sobrien  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
173277298Sobrienpei-ppc.lo: pei-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
1733218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
173489857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
173589857Sobrien  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
173689857Sobrienpe-sh.lo: pe-sh.c $(INCDIR)/filenames.h coff-sh.c $(INCDIR)/libiberty.h \
1737218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
173889857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
173977298Sobrien  $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
174077298Sobrien  libpei.h
1741218822Sdimpei-sh.lo: pei-sh.c $(INCDIR)/filenames.h coff-sh.c \
1742218822Sdim  $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h \
1743218822Sdim  $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1744218822Sdim  $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
1745218822Sdim  libpei.h
1746218822Sdimpe-mips.lo: pe-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1747218822Sdim  $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
174889857Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
174989857Sobrien  peicode.h libpei.h
175077298Sobrienpei-mips.lo: pei-mips.c $(INCDIR)/filenames.h pe-mips.c \
1751218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h \
1752218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1753218822Sdim  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1754218822Sdimppcboot.lo: ppcboot.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1755218822Sdim  $(INCDIR)/hashtab.h
1756218822Sdimreloc16.lo: reloc16.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1757218822Sdim  $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/coff/internal.h \
1758218822Sdim  libcoff.h
1759218822Sdimriscix.lo: riscix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
176077298Sobrien  libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1761218822Sdim  aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1762218822Sdim  $(INCDIR)/aout/ar.h
1763218822Sdimsparclinux.lo: sparclinux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1764218822Sdim  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1765218822Sdim  $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
1766218822Sdimsparclynx.lo: sparclynx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1767218822Sdim  $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
1768218822Sdim  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1769218822Sdim  $(INCDIR)/aout/ar.h aout-target.h
177077298Sobriensparcnetbsd.lo: sparcnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1771218822Sdim  $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1772218822Sdim  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1773218822Sdim  $(INCDIR)/aout/ar.h
177438889Sjdpsunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
1775218822Sdim  $(INCDIR)/filenames.h $(INCDIR)/hashtab.h $(INCDIR)/aout/sun4.h \
1776218822Sdim  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1777218822Sdim  $(INCDIR)/aout/ar.h aout-target.h
177877298Sobrienvaxnetbsd.lo: vaxnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1779218822Sdim  $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1780218822Sdim  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1781218822Sdim  $(INCDIR)/aout/ar.h
1782104834Sobrienvax1knetbsd.lo: vax1knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1783218822Sdim  $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1784218822Sdim  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1785218822Sdim  $(INCDIR)/aout/ar.h
1786218822Sdimvaxbsd.lo: vaxbsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1787104834Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1788104834Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1789218822Sdimversados.lo: versados.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1790218822Sdim  $(INCDIR)/libiberty.h
179177298Sobrienvms.lo: vms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1792218822Sdim  $(INCDIR)/hashtab.h vms.h
179377298Sobrienvms-gsd.lo: vms-gsd.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1794218822Sdim  $(INCDIR)/hashtab.h vms.h
1795218822Sdimvms-hdr.lo: vms-hdr.c $(INCDIR)/filenames.h bfdver.h \
1796218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h \
179777298Sobrien  vms.h
179877298Sobrienvms-misc.lo: vms-misc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1799218822Sdim  $(INCDIR)/hashtab.h vms.h
180077298Sobrienvms-tir.lo: vms-tir.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1801218822Sdim  $(INCDIR)/hashtab.h vms.h
180277298Sobrienxcofflink.lo: xcofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1803218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
1804218822Sdim  libcoff.h libxcoff.h
1805218822Sdimxsym.lo: xsym.c $(INCDIR)/filenames.h xsym.h $(INCDIR)/hashtab.h
1806218822Sdimxtensa-isa.lo: xtensa-isa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1807218822Sdim  $(INCDIR)/xtensa-isa.h $(INCDIR)/xtensa-isa-internal.h
1808130561Sobrienxtensa-modules.lo: xtensa-modules.c $(INCDIR)/xtensa-isa.h \
1809130561Sobrien  $(INCDIR)/xtensa-isa-internal.h
1810218822Sdimaix5ppc-core.lo: aix5ppc-core.c $(INCDIR)/filenames.h
181189857Sobrienaout64.lo: aout64.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1812218822Sdim  $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
181389857Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
181477298Sobriencoff-alpha.lo: coff-alpha.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1815218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1816218822Sdim  $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h \
1817218822Sdim  $(INCDIR)/aout/ar.h libcoff.h libecoff.h coffswap.h \
1818218822Sdim  ecoffswap.h
181977298Sobriencoff64-rs6000.lo: coff64-rs6000.c $(INCDIR)/filenames.h \
1820218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \
1821218822Sdim  $(INCDIR)/coff/xcoff.h $(INCDIR)/coff/rs6k64.h libcoff.h \
1822218822Sdim  libxcoff.h coffcode.h coffswap.h
182377298Sobriendemo64.lo: demo64.c aoutf1.h $(INCDIR)/filenames.h \
1824218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/aout/sun4.h libaout.h \
1825218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1826218822Sdim  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
182777298Sobrienefi-app-ia64.lo: efi-app-ia64.c $(INCDIR)/filenames.h \
1828218822Sdim  coff-ia64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/ia64.h \
1829218822Sdim  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1830218822Sdim  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1831218822Sdim  peicode.h libpei.h
1832218822Sdimefi-app-x86_64.lo: efi-app-x86_64.c $(INCDIR)/filenames.h \
1833218822Sdim  coff-x86_64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h \
1834218822Sdim  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1835218822Sdim  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \
1836218822Sdim  coffcode.h peicode.h libpei.h
183778828Sobrienelf64-x86-64.lo: elf64-x86-64.c $(INCDIR)/filenames.h \
1838218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1839104834Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/x86-64.h \
184078828Sobrien  $(INCDIR)/elf/reloc-macros.h elf64-target.h
184177298Sobrienelf64-alpha.lo: elf64-alpha.c $(INCDIR)/filenames.h \
1842218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1843218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1844218822Sdim  $(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \
1845218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1846218822Sdim  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h \
1847218822Sdim  libcoff.h libecoff.h ecoffswap.h elf64-target.h
184878828Sobrienelf64-hppa.lo: elf64-hppa.c $(INCDIR)/alloca-conf.h \
1849218822Sdim  $(INCDIR)/filenames.h $(INCDIR)/hashtab.h elf-bfd.h \
185077298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1851218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
1852218822Sdim  libhppa.h elf64-hppa.h elf-hppa.h elf64-target.h
1853218822Sdimelf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1854218822Sdim  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1855218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf64-target.h
1856130561Sobrienelfn32-mips.lo: elfn32-mips.c $(INCDIR)/filenames.h \
1857218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h genlink.h elf-bfd.h \
1858218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1859218822Sdim  elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
1860218822Sdim  $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1861130561Sobrien  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
1862130561Sobrien  ecoffswap.h elf32-target.h
1863218822Sdimelf64-mips.lo: elf64-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1864218822Sdim  $(INCDIR)/aout/ar.h $(INCDIR)/bfdlink.h genlink.h elf-bfd.h \
1865218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1866218822Sdim  elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
1867218822Sdim  $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1868104834Sobrien  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \
1869104834Sobrien  elf64-target.h
1870218822Sdimelf64-mmix.lo: elf64-mmix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1871218822Sdim  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1872218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mmix.h \
1873218822Sdim  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h \
1874218822Sdim  elf64-target.h
187589857Sobrienelf64-ppc.lo: elf64-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1876218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1877218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc64.h \
1878218822Sdim  $(INCDIR)/elf/reloc-macros.h elf64-ppc.h elf64-target.h
187989857Sobrienelf64-s390.lo: elf64-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1880218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1881218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h \
1882218822Sdim  $(INCDIR)/elf/reloc-macros.h elf64-target.h
188394536Sobrienelf64-sh64.lo: elf64-sh64.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1884218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1885218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h \
1886218822Sdim  $(INCDIR)/elf/reloc-macros.h elf64-target.h
188777298Sobrienelf64-sparc.lo: elf64-sparc.c $(INCDIR)/filenames.h \
1888218822Sdim  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1889218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
189060484Sobrien  $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
1891218822Sdim  $(INCDIR)/opcode/sparc.h elfxx-sparc.h elf64-target.h
189289857Sobrienelf64.lo: elf64.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1893218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1894218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h
1895218822Sdimmmo.lo: mmo.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1896218822Sdim  $(INCDIR)/libiberty.h $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h \
1897218822Sdim  $(INCDIR)/opcode/mmix.h
189877298Sobriennlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/filenames.h \
1899218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/nlm/alpha-ext.h libnlm.h \
1900218822Sdim  $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \
1901218822Sdim  nlmswap.h nlm-target.h
1902218822Sdimnlm64.lo: nlm64.c nlmcode.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1903218822Sdim  libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1904218822Sdim  $(INCDIR)/nlm/external.h
1905218822Sdimcoff-x86_64.lo: coff-x86_64.c $(INCDIR)/filenames.h \
1906218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
1907218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1908218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h coffcode.h \
1909218822Sdim  coffswap.h
1910218822Sdimpe-x86_64.lo: pe-x86_64.c $(INCDIR)/filenames.h coff-x86_64.c \
1911218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
1912218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1913218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h coffcode.h \
1914218822Sdim  peicode.h libpei.h
1915218822Sdimpei-x86_64.lo: pei-x86_64.c $(INCDIR)/filenames.h coff-x86_64.c \
1916218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
1917218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1918218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h coffcode.h \
1919218822Sdim  peicode.h libpei.h
192077298Sobrienaix386-core.lo: aix386-core.c $(INCDIR)/filenames.h \
1921218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1922218822Sdim  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h
1923218822Sdimhpux-core.lo: hpux-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1924218822Sdimirix-core.lo: irix-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1925218822Sdimlynx-core.lo: lynx-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1926218822Sdimosf-core.lo: osf-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1927218822Sdimsco5-core.lo: sco5-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1928218822Sdim  libaout.h $(INCDIR)/bfdlink.h
1929218822Sdimtrad-core.lo: trad-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1930218822Sdim  libaout.h $(INCDIR)/bfdlink.h
1931218822Sdimcisco-core.lo: cisco-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1932218822Sdimelf32-ia64.lo: elf32-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1933218822Sdim  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1934218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h \
1935218822Sdim  $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h \
1936218822Sdim  $(INCDIR)/hashtab.h elf32-target.h
1937218822Sdimelf64-ia64.lo: elf64-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1938218822Sdim  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1939218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h \
1940218822Sdim  $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h \
1941218822Sdim  $(INCDIR)/hashtab.h elf64-target.h
1942218822Sdimpeigen.lo: peigen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1943218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1944218822Sdim  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h
1945218822Sdimpepigen.lo: pepigen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1946218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h \
1947218822Sdim  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h
1948218822Sdimpex64igen.lo: pex64igen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1949218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
1950218822Sdim  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h
195138889Sjdp# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
1952