Makefile.am revision 104834
138889Sjdp## Process this file with automake to generate Makefile.in
238889Sjdp
338889SjdpAUTOMAKE_OPTIONS = cygnus
438889Sjdp
538889SjdpINCDIR = $(srcdir)/../include
638889SjdpCSEARCH = -I. -I$(srcdir) -I$(INCDIR)
760484SobrienMKDEP = gcc -MM
838889Sjdp
960484SobrienSUBDIRS = doc po
1038889Sjdp
1138889Sjdpdocdir = doc
12104834Sobrienbfdlibdir = @bfdlibdir@
13104834Sobrienbfdincludedir = @bfdincludedir@
1438889Sjdp
15104834Sobrienbfdlib_LTLIBRARIES = libbfd.la
1638889Sjdp
1777298SobrienWARN_CFLAGS = @WARN_CFLAGS@
1877298SobrienAM_CFLAGS = $(WARN_CFLAGS)
1977298Sobrien
2038889Sjdp# bfd.h goes here, for now
2138889SjdpBFD_H = bfd.h
2238889Sjdp
2338889Sjdp# Jim Kingdon notes:
2438889Sjdp# Writing S-records should be included in all (or at least most)
2538889Sjdp# *-*-coff, *-*-aout, etc., configurations, because people will want to
2638889Sjdp# be able to use objcopy to create S-records.  (S-records are not useful
2738889Sjdp# for the debugger, so if you are downloading things as S-records you
2838889Sjdp# need two copies of the executable, one to download and one for the
2938889Sjdp# debugger).
3089857SobrienBFD32_LIBS = \
3138889Sjdp	archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo \
3238889Sjdp	format.lo init.lo libbfd.lo opncls.lo reloc.lo \
3338889Sjdp	section.lo syms.lo targets.lo hash.lo linker.lo \
3477298Sobrien	srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
3589857Sobrien	merge.lo dwarf2.lo
3638889Sjdp
3789857SobrienBFD64_LIBS = archive64.lo
3889857Sobrien
3989857SobrienBFD32_LIBS_CFILES = \
4038889Sjdp	archive.c archures.c bfd.c cache.c coffgen.c corefile.c \
4138889Sjdp	format.c init.c libbfd.c opncls.c reloc.c \
4238889Sjdp	section.c syms.c targets.c hash.c linker.c \
4377298Sobrien	srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
4489857Sobrien	merge.c dwarf2.c
4538889Sjdp
4689857SobrienBFD64_LIBS_CFILES = archive64.c
4789857Sobrien
4838889Sjdp# This list is alphabetized to make it easier to keep in sync
4938889Sjdp# with the decls and initializer in archures.c.
5038889SjdpALL_MACHINES = \
5138889Sjdp	cpu-a29k.lo \
5238889Sjdp	cpu-alpha.lo \
5338889Sjdp	cpu-arc.lo \
5438889Sjdp	cpu-arm.lo \
5560484Sobrien	cpu-avr.lo \
5677298Sobrien	cpu-cris.lo \
5738889Sjdp	cpu-d10v.lo \
5860484Sobrien	cpu-d30v.lo \
59104834Sobrien	cpu-dlx.lo \
6060484Sobrien	cpu-fr30.lo \
61104834Sobrien	cpu-frv.lo \
6238889Sjdp	cpu-h8300.lo \
6338889Sjdp	cpu-h8500.lo \
6438889Sjdp	cpu-hppa.lo \
6577298Sobrien	cpu-ia64.lo \
6660484Sobrien	cpu-i370.lo \
6738889Sjdp	cpu-i386.lo \
6838889Sjdp	cpu-i860.lo \
6938889Sjdp	cpu-i960.lo \
7038889Sjdp	cpu-m32r.lo \
7177298Sobrien	cpu-m68hc11.lo \
7277298Sobrien	cpu-m68hc12.lo \
7338889Sjdp	cpu-m68k.lo \
7438889Sjdp	cpu-m88k.lo \
7538889Sjdp	cpu-m10200.lo \
7638889Sjdp	cpu-m10300.lo \
7760484Sobrien	cpu-mcore.lo \
7860484Sobrien	cpu-mips.lo \
7989857Sobrien	cpu-mmix.lo \
8091041Sobrien	cpu-or32.lo \
8138889Sjdp	cpu-ns32k.lo \
8289857Sobrien	cpu-openrisc.lo \
8389857Sobrien	cpu-pdp11.lo \
8460484Sobrien	cpu-pj.lo \
8538889Sjdp	cpu-powerpc.lo \
8638889Sjdp	cpu-rs6000.lo \
8789857Sobrien	cpu-s390.lo \
8838889Sjdp	cpu-sh.lo \
8938889Sjdp	cpu-sparc.lo \
9038889Sjdp	cpu-tic30.lo \
9177298Sobrien	cpu-tic54x.lo \
9260484Sobrien	cpu-tic80.lo \
9338889Sjdp	cpu-v850.lo \
9438889Sjdp	cpu-vax.lo \
9538889Sjdp	cpu-we32k.lo \
9638889Sjdp	cpu-w65.lo \
9789857Sobrien	cpu-xstormy16.lo \
9838889Sjdp	cpu-z8k.lo
9938889Sjdp
10038889SjdpALL_MACHINES_CFILES = \
10138889Sjdp	cpu-a29k.c \
10238889Sjdp	cpu-alpha.c \
10338889Sjdp	cpu-arc.c \
10438889Sjdp	cpu-arm.c \
10560484Sobrien	cpu-avr.c \
10677298Sobrien	cpu-cris.c \
10760484Sobrien	cpu-d10v.c \
10860484Sobrien	cpu-d30v.c \
109104834Sobrien	cpu-dlx.c \
11060484Sobrien	cpu-fr30.c \
111104834Sobrien	cpu-frv.c \
11238889Sjdp	cpu-h8300.c \
11338889Sjdp	cpu-h8500.c \
11438889Sjdp	cpu-hppa.c \
11577298Sobrien	cpu-ia64.c \
11660484Sobrien	cpu-i370.c \
11738889Sjdp	cpu-i386.c \
11838889Sjdp	cpu-i860.c \
11938889Sjdp	cpu-i960.c \
12038889Sjdp	cpu-m32r.c \
12177298Sobrien	cpu-m68hc11.c \
12277298Sobrien	cpu-m68hc12.c \
12338889Sjdp	cpu-m68k.c \
12438889Sjdp	cpu-m88k.c \
12538889Sjdp	cpu-m10200.c \
12638889Sjdp	cpu-m10300.c \
12760484Sobrien	cpu-mcore.c \
12860484Sobrien	cpu-mips.c \
12989857Sobrien	cpu-mmix.c \
13091041Sobrien	cpu-or32.c \
13138889Sjdp	cpu-ns32k.c \
13289857Sobrien	cpu-openrisc.c \
13389857Sobrien	cpu-pdp11.c \
13460484Sobrien	cpu-pj.c \
13538889Sjdp	cpu-powerpc.c \
13638889Sjdp	cpu-rs6000.c \
13789857Sobrien	cpu-s390.c \
13838889Sjdp	cpu-sh.c \
13938889Sjdp	cpu-sparc.c \
14038889Sjdp	cpu-tic30.c \
14177298Sobrien	cpu-tic54x.c \
14260484Sobrien	cpu-tic80.c \
14338889Sjdp	cpu-v850.c \
14438889Sjdp	cpu-vax.c \
14538889Sjdp	cpu-we32k.c \
14638889Sjdp	cpu-w65.c \
14789857Sobrien	cpu-xstormy16.c \
14838889Sjdp	cpu-z8k.c
14938889Sjdp
15038889Sjdp# The .o files needed by all of the 32 bit vectors that are configured into
15138889Sjdp# target_vector in targets.c if configured with --enable-targets=all.
15238889SjdpBFD32_BACKENDS = \
15338889Sjdp	aout-adobe.lo \
15438889Sjdp	aout-arm.lo \
15577298Sobrien	aout-cris.lo \
15638889Sjdp	aout-ns32k.lo \
15738889Sjdp	aout-sparcle.lo \
15838889Sjdp	aout-tic30.lo \
15938889Sjdp	aout0.lo \
16038889Sjdp	aout32.lo \
16160484Sobrien	armnetbsd.lo \
16238889Sjdp	bout.lo \
16338889Sjdp	cf-i386lynx.lo \
16438889Sjdp	cf-m68klynx.lo \
16538889Sjdp	cf-sparclynx.lo \
16638889Sjdp	coff-a29k.lo \
16738889Sjdp	coff-apollo.lo \
16838889Sjdp	coff-arm.lo \
16938889Sjdp	coff-aux.lo \
17038889Sjdp	coff-h8300.lo \
17138889Sjdp	coff-h8500.lo \
17238889Sjdp	coff-i386.lo \
17338889Sjdp	coff-go32.lo \
17438889Sjdp	coff-i860.lo \
17538889Sjdp	coff-i960.lo \
17638889Sjdp	coff-m68k.lo \
17738889Sjdp	coff-m88k.lo \
17838889Sjdp	coff-mips.lo \
17991041Sobrien	coff-or32.lo \
18038889Sjdp	coff-rs6000.lo \
18138889Sjdp	coff-sh.lo \
18238889Sjdp	coff-sparc.lo \
18338889Sjdp	coff-stgo32.lo \
18438889Sjdp	coff-svm68k.lo \
18538889Sjdp	coff-tic30.lo \
18677298Sobrien	coff-tic54x.lo \
18760484Sobrien	coff-tic80.lo \
18838889Sjdp	coff-u68k.lo \
18938889Sjdp	coff-we32k.lo \
19038889Sjdp	coff-w65.lo \
19138889Sjdp	coff-z8k.lo \
19238889Sjdp	cofflink.lo \
19360484Sobrien	dwarf1.lo \
19438889Sjdp	ecoff.lo \
19538889Sjdp	ecofflink.lo \
19677298Sobrien	efi-app-ia32.lo \
19738889Sjdp	elf.lo \
19838889Sjdp	elf32-arc.lo \
19960484Sobrien	elfarm-oabi.lo \
20060484Sobrien	elfarm-nabi.lo \
20160484Sobrien	elf32-avr.lo \
20277298Sobrien	elf32-cris.lo \
20338889Sjdp	elf32-d10v.lo \
20460484Sobrien	elf32-d30v.lo \
205104834Sobrien	elf32-dlx.lo \
20660484Sobrien	elf32-fr30.lo \
207104834Sobrien	elf32-frv.lo \
20838889Sjdp	elf32-gen.lo \
20989857Sobrien	elf32-h8300.lo \
21077298Sobrien	elf32-hppa.lo \
21160484Sobrien	elf32-i370.lo \
21238889Sjdp	elf32-i386.lo \
213104834Sobrien	elf32-i386-fbsd.lo \
214104834Sobrien	elf32-i386qnx.lo \
21538889Sjdp	elf32-i860.lo \
21660484Sobrien	elf32-i960.lo \
21777298Sobrien	elf32-ia64.lo \
21838889Sjdp	elf32-m32r.lo \
21977298Sobrien	elf32-m68hc11.lo \
22077298Sobrien	elf32-m68hc12.lo \
22138889Sjdp	elf32-m68k.lo \
22238889Sjdp	elf32-m88k.lo \
22338889Sjdp	elf-m10200.lo \
22438889Sjdp	elf-m10300.lo \
22560484Sobrien	elf32-mcore.lo \
226104834Sobrien	elfxx-mips.lo \
22760484Sobrien	elf32-mips.lo \
22889857Sobrien	elf32-openrisc.lo \
22991041Sobrien	elf32-or32.lo \
23060484Sobrien	elf32-pj.lo \
23138889Sjdp	elf32-ppc.lo \
23289857Sobrien	elf32-s390.lo \
23338889Sjdp	elf32-sh.lo \
23477298Sobrien	elf32-sh-lin.lo \
23591041Sobrien	elf32-sh64.lo \
236104834Sobrien	elf32-sh64-com.lo \
23789857Sobrien	elf32-sh-nbsd.lo \
238104834Sobrien	elf32-sh64-nbsd.lo \
23938889Sjdp	elf32-sparc.lo \
24038889Sjdp	elf32-v850.lo \
241104834Sobrien	elf32-vax.lo \
24289857Sobrien	elf32-xstormy16.lo \
24338889Sjdp	elf32.lo \
24438889Sjdp	elflink.lo \
24589857Sobrien	elf-strtab.lo \
24689857Sobrien	elf-eh-frame.lo \
24760484Sobrien	epoc-pe-arm.lo \
24860484Sobrien	epoc-pei-arm.lo \
24938889Sjdp	hp300bsd.lo \
25038889Sjdp	hp300hpux.lo \
25138889Sjdp	som.lo \
25238889Sjdp	i386aout.lo \
25338889Sjdp	i386bsd.lo \
25438889Sjdp	i386dynix.lo \
25538889Sjdp	i386freebsd.lo \
25638889Sjdp	i386linux.lo \
25738889Sjdp	i386lynx.lo \
25838889Sjdp	i386msdos.lo \
25938889Sjdp	i386netbsd.lo \
26038889Sjdp	i386mach3.lo \
26138889Sjdp	i386os9k.lo \
26238889Sjdp	ieee.lo \
26338889Sjdp	m68k4knetbsd.lo \
26438889Sjdp	m68klinux.lo \
26538889Sjdp	m68klynx.lo \
26638889Sjdp	m68knetbsd.lo \
26738889Sjdp	m88kmach3.lo \
26838889Sjdp	mipsbsd.lo \
26938889Sjdp	newsos3.lo \
27038889Sjdp	nlm.lo \
27138889Sjdp	nlm32-i386.lo \
27238889Sjdp	nlm32-sparc.lo \
27338889Sjdp	nlm32-ppc.lo \
27438889Sjdp	nlm32.lo \
27538889Sjdp	ns32knetbsd.lo \
27638889Sjdp	oasys.lo \
27738889Sjdp	pc532-mach.lo \
27889857Sobrien	pdp11.lo \
27938889Sjdp	pe-arm.lo \
28038889Sjdp	pei-arm.lo \
28138889Sjdp	pe-i386.lo \
28238889Sjdp	pei-i386.lo \
28360484Sobrien	pe-mcore.lo \
28460484Sobrien	pei-mcore.lo \
28538889Sjdp	pe-ppc.lo \
28638889Sjdp	pei-ppc.lo \
28760484Sobrien	pe-sh.lo \
28860484Sobrien	pei-sh.lo \
28960484Sobrien	pe-mips.lo \
29060484Sobrien	pei-mips.lo \
29160484Sobrien	peigen.lo \
29238889Sjdp	ppcboot.lo \
29338889Sjdp	reloc16.lo \
29438889Sjdp	riscix.lo \
29538889Sjdp	sparclinux.lo \
29638889Sjdp	sparclynx.lo \
29738889Sjdp	sparcnetbsd.lo \
29838889Sjdp	sunos.lo \
29938889Sjdp	vaxnetbsd.lo \
300104834Sobrien	vax1knetbsd.lo \
301104834Sobrien	vaxbsd.lo \
30238889Sjdp	versados.lo \
30360484Sobrien	vms.lo \
30460484Sobrien	vms-gsd.lo \
30560484Sobrien	vms-hdr.lo \
30660484Sobrien	vms-misc.lo \
30760484Sobrien	vms-tir.lo \
30838889Sjdp	xcofflink.lo
30938889Sjdp
31038889SjdpBFD32_BACKENDS_CFILES = \
31138889Sjdp	aout-adobe.c \
31238889Sjdp	aout-arm.c \
31377298Sobrien	aout-cris.c \
31438889Sjdp	aout-ns32k.c \
31538889Sjdp	aout-sparcle.c \
31638889Sjdp	aout-tic30.c \
31738889Sjdp	aout0.c \
31838889Sjdp	aout32.c \
31960484Sobrien	armnetbsd.c \
32038889Sjdp	bout.c \
32138889Sjdp	cf-i386lynx.c \
32238889Sjdp	cf-m68klynx.c \
32338889Sjdp	cf-sparclynx.c \
32438889Sjdp	coff-a29k.c \
32538889Sjdp	coff-apollo.c \
32638889Sjdp	coff-arm.c \
32738889Sjdp	coff-aux.c \
32838889Sjdp	coff-h8300.c \
32938889Sjdp	coff-h8500.c \
33038889Sjdp	coff-i386.c \
33138889Sjdp	coff-i860.c \
33238889Sjdp	coff-go32.c \
33338889Sjdp	coff-i960.c \
33438889Sjdp	coff-m68k.c \
33538889Sjdp	coff-m88k.c \
33638889Sjdp	coff-mips.c \
33791041Sobrien	coff-or32.c \
33838889Sjdp	coff-rs6000.c \
33938889Sjdp	coff-sh.c \
34038889Sjdp	coff-sparc.c \
34138889Sjdp	coff-stgo32.c \
34238889Sjdp	coff-svm68k.c \
34338889Sjdp	coff-tic30.c \
34477298Sobrien	coff-tic54x.c \
34560484Sobrien	coff-tic80.c \
34638889Sjdp	coff-u68k.c \
34738889Sjdp	coff-we32k.c \
34838889Sjdp	coff-w65.c \
34938889Sjdp	coff-z8k.c \
35038889Sjdp	cofflink.c \
35160484Sobrien	dwarf1.c \
35238889Sjdp	ecoff.c \
35338889Sjdp	ecofflink.c \
35477298Sobrien	efi-app-ia32.c \
35538889Sjdp	elf.c \
35638889Sjdp	elf32-arc.c \
35760484Sobrien	elfarm-oabi.c \
35860484Sobrien	elfarm-nabi.c \
35960484Sobrien	elf32-avr.c \
36077298Sobrien	elf32-cris.c \
36138889Sjdp	elf32-d10v.c \
36260484Sobrien	elf32-d30v.c \
363104834Sobrien	elf32-dlx.c \
36460484Sobrien	elf32-fr30.c \
365104834Sobrien	elf32-frv.c \
36638889Sjdp	elf32-gen.c \
36789857Sobrien	elf32-h8300.c \
36877298Sobrien	elf32-hppa.c \
36960484Sobrien	elf32-i370.c \
37038889Sjdp	elf32-i386.c \
371104834Sobrien	elf32-i386-fbsd.c \
372104834Sobrien	elf32-i386qnx.c \
37338889Sjdp	elf32-i860.c \
37460484Sobrien	elf32-i960.c \
37538889Sjdp	elf32-m32r.c \
37638889Sjdp	elf32-m68k.c \
37777298Sobrien	elf32-m68hc11.c \
37877298Sobrien	elf32-m68hc12.c \
37938889Sjdp	elf32-m88k.c \
38038889Sjdp	elf-m10200.c \
38138889Sjdp	elf-m10300.c \
38260484Sobrien	elf32-mcore.c \
383104834Sobrien	elfxx-mips.c \
38460484Sobrien	elf32-mips.c \
38589857Sobrien	elf32-openrisc.c \
38691041Sobrien	elf32-or32.c \
38760484Sobrien	elf32-pj.c \
38838889Sjdp	elf32-ppc.c \
38991041Sobrien	elf32-sh64.c \
390104834Sobrien	elf32-sh64-com.c \
39189857Sobrien	elf32-s390.c \
39238889Sjdp	elf32-sh.c \
39377298Sobrien	elf32-sh-lin.c \
39489857Sobrien	elf32-sh-nbsd.c \
395104834Sobrien	elf32-sh64-nbsd.c \
39638889Sjdp	elf32-sparc.c \
39738889Sjdp	elf32-v850.c \
398104834Sobrien	elf32-vax.c \
39989857Sobrien	elf32-xstormy16.c \
40038889Sjdp	elf32.c \
40138889Sjdp	elflink.c \
40289857Sobrien	elf-strtab.c \
40389857Sobrien	elf-eh-frame.c \
40460484Sobrien	epoc-pe-arm.c \
40560484Sobrien	epoc-pei-arm.c \
40638889Sjdp	hp300bsd.c \
40738889Sjdp	hp300hpux.c \
40838889Sjdp	som.c \
40938889Sjdp	i386aout.c \
41038889Sjdp	i386bsd.c \
41138889Sjdp	i386dynix.c \
41238889Sjdp	i386freebsd.c \
41338889Sjdp	i386linux.c \
41438889Sjdp	i386lynx.c \
41538889Sjdp	i386msdos.c \
41638889Sjdp	i386netbsd.c \
41738889Sjdp	i386mach3.c \
41838889Sjdp	i386os9k.c \
41938889Sjdp	ieee.c \
42038889Sjdp	m68k4knetbsd.c \
42138889Sjdp	m68klinux.c \
42238889Sjdp	m68klynx.c \
42338889Sjdp	m68knetbsd.c \
42438889Sjdp	m88kmach3.c \
42538889Sjdp	mipsbsd.c \
42638889Sjdp	newsos3.c \
42738889Sjdp	nlm.c \
42838889Sjdp	nlm32-i386.c \
42938889Sjdp	nlm32-sparc.c \
43038889Sjdp	nlm32-ppc.c \
43138889Sjdp	nlm32.c \
43238889Sjdp	ns32knetbsd.c \
43338889Sjdp	oasys.c \
43438889Sjdp	pc532-mach.c \
43589857Sobrien	pdp11.c \
43638889Sjdp	pe-arm.c \
43738889Sjdp	pei-arm.c \
43838889Sjdp	pe-i386.c \
43938889Sjdp	pei-i386.c \
44060484Sobrien	pe-mcore.c \
44160484Sobrien	pei-mcore.c \
44238889Sjdp	pe-ppc.c \
44338889Sjdp	pei-ppc.c \
44460484Sobrien	pe-sh.c \
44560484Sobrien	pei-sh.c \
44660484Sobrien	pe-mips.c \
44760484Sobrien	pei-mips.c \
44838889Sjdp	ppcboot.c \
44938889Sjdp	reloc16.c \
45038889Sjdp	riscix.c \
45138889Sjdp	sparclinux.c \
45238889Sjdp	sparclynx.c \
45338889Sjdp	sparcnetbsd.c \
45438889Sjdp	sunos.c \
45538889Sjdp	vaxnetbsd.c \
456104834Sobrien	vax1knetbsd.c \
457104834Sobrien	vaxbsd.c \
45838889Sjdp	versados.c \
45960484Sobrien	vms.c \
46060484Sobrien	vms-gsd.c \
46160484Sobrien	vms-hdr.c \
46260484Sobrien	vms-misc.c \
46360484Sobrien	vms-tir.c \
46438889Sjdp	xcofflink.c
46538889Sjdp
46638889Sjdp# The .o files needed by all of the 64 bit vectors that are configured into
46738889Sjdp# target_vector in targets.c if configured with --enable-targets=all
46838889Sjdp# and --enable-64-bit-bfd.
46938889SjdpBFD64_BACKENDS = \
470104834Sobrien	aix5ppc-core.lo \
47138889Sjdp	aout64.lo \
47238889Sjdp	coff-alpha.lo \
47377298Sobrien	coff64-rs6000.lo \
47438889Sjdp	demo64.lo \
47577298Sobrien	efi-app-ia64.lo \
47677298Sobrien	elf64-x86-64.lo \
47738889Sjdp	elf64-alpha.lo \
478104834Sobrien	elf64-alpha-fbsd.lo \
47977298Sobrien	elf64-hppa.lo \
48077298Sobrien	elf64-ia64.lo \
48138889Sjdp	elf64-gen.lo \
48238889Sjdp	elf64-mips.lo \
48389857Sobrien	elf64-mmix.lo \
48491041Sobrien	elf64-sh64.lo \
485104834Sobrien	elf64-sh64-nbsd.lo \
48689857Sobrien	elf64-ppc.lo \
48789857Sobrien	elf64-s390.lo \
48838889Sjdp	elf64-sparc.lo \
48938889Sjdp	elf64.lo \
49089857Sobrien	mmo.lo \
49138889Sjdp	nlm32-alpha.lo \
49278828Sobrien	nlm64.lo \
49378828Sobrien	pepigen.lo
49438889Sjdp
49538889SjdpBFD64_BACKENDS_CFILES = \
496104834Sobrien	aix5ppc-core.c \
49738889Sjdp	aout64.c \
49838889Sjdp	coff-alpha.c \
49977298Sobrien	coff64-rs6000.c \
50038889Sjdp	demo64.c \
50177298Sobrien	efi-app-ia64.c \
50277298Sobrien	elf64-x86-64.c \
50338889Sjdp	elf64-alpha.c \
504104834Sobrien	elf64-alpha-fbsd.c \
50577298Sobrien	elf64-hppa.c \
50638889Sjdp	elf64-gen.c \
50738889Sjdp	elf64-mips.c \
50889857Sobrien	elf64-mmix.c \
50989857Sobrien	elf64-ppc.c \
51089857Sobrien	elf64-s390.c \
51191041Sobrien	elf64-sh64.c \
512104834Sobrien	elf64-sh64-nbsd.c \
51338889Sjdp	elf64-sparc.c \
51438889Sjdp	elf64.c \
51589857Sobrien	mmo.c \
51638889Sjdp	nlm32-alpha.c \
51738889Sjdp	nlm64.c
51838889Sjdp
51938889SjdpOPTIONAL_BACKENDS = \
52038889Sjdp	aix386-core.lo \
52138889Sjdp	hpux-core.lo \
52238889Sjdp	irix-core.lo \
52338889Sjdp	lynx-core.lo \
52438889Sjdp	osf-core.lo \
52560484Sobrien	sco5-core.lo \
52638889Sjdp	trad-core.lo \
52738889Sjdp	cisco-core.lo
52838889Sjdp
52938889SjdpOPTIONAL_BACKENDS_CFILES = \
53038889Sjdp	aix386-core.c \
53138889Sjdp	hpux-core.c \
53238889Sjdp	irix-core.c \
53338889Sjdp	lynx-core.c \
53438889Sjdp	osf-core.c \
53560484Sobrien	sco5-core.c \
53638889Sjdp	trad-core.c \
53738889Sjdp	cisco-core.c
53838889Sjdp
53938889Sjdp# These are defined by configure.in:
54038889SjdpWORDSIZE = @wordsize@
54138889SjdpALL_BACKENDS = @all_backends@
54238889SjdpBFD_BACKENDS = @bfd_backends@
54389857SobrienBFD_LIBS = @bfd_libs@
54438889SjdpBFD_MACHINES = @bfd_machines@
54538889SjdpTDEFAULTS = @tdefaults@
54638889Sjdp
54760484SobrienINCLUDES = -D_GNU_SOURCE @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) -I$(srcdir)/../intl -I../intl
54838889Sjdp
54938889Sjdp# C source files that correspond to .o's.
55078828SobrienSOURCE_CFILES = \
55189857Sobrien	$(BFD32_LIBS_CFILES) \
55289857Sobrien	$(BFD64_LIBS_CFILES) \
55338889Sjdp	$(ALL_MACHINES_CFILES) \
55438889Sjdp	$(BFD32_BACKENDS_CFILES) \
55538889Sjdp	$(BFD64_BACKENDS_CFILES) \
55638889Sjdp	$(OPTIONAL_BACKENDS_CFILES)
55738889Sjdp
55878828SobrienBUILD_CFILES = \
55978828Sobrien	elf32-ia64.c elf64-ia64.c peigen.c pepigen.c
56078828Sobrien
56178828SobrienCFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
56278828Sobrien
56360484Sobrien## This is a list of all .h files which are in the source tree.
56460484SobrienSOURCE_HFILES = \
56577298Sobrien	aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
56677298Sobrien	elf-bfd.h elf-hppa.h elf32-arm.h elf32-hppa.h elf64-hppa.h \
56777298Sobrien	elfcode.h elfcore.h elflink.h freebsd.h genlink.h go32stub.h \
56877298Sobrien	libaout.h libbfd.h libcoff.h libecoff.h libhppa.h \
56977298Sobrien	libieee.h libnlm.h liboasys.h libpei.h netbsd.h nlm-target.h \
57089857Sobrien	nlmcode.h nlmswap.h ns32k.h peicode.h som.h vms.h libxcoff.h \
57189857Sobrien	xcoff-target.h version.h
57238889Sjdp
57378828Sobrien## ... and all .h files which are in the build tree.
57478828SobrienBUILD_HFILES = \
57578828Sobrien	elf32-target.h elf64-target.h targmatch.h
57660484Sobrien
57778828SobrienHFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
57860484Sobrien
57978828SobrienSRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
58078828SobrienBLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
58160484Sobrien
58278828Sobrienpo/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
58389857Sobrien	for file in $(SRC_POTFILES); do echo $$file; done | sort > tmp.src \
58489857Sobrien	  && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
58578828Sobrien
58678828Sobrienpo/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
58789857Sobrien	for file in $(BLD_POTFILES); do echo $$file; done | sort > tmp.bld \
58889857Sobrien	  && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
58978828Sobrien
59078828Sobrien# The following target is retained for upgrade purposes.
59178828Sobrien# This target used to exist in older versions of this makefile, and was
59278828Sobrien# referenced by <builddir>/po/Makefile (which is created from <srcdir>/po/Make-in)
59378828Sobrien# So old versions of <builddir>/po/Makefile will try to regenerate themselves
59478828Sobrien# when make is next run, but that dependency cannot be completed without a build
59578828Sobrien# of po/POTFILES.in.  Hence the presence of this rule.  This rule will be deleted
59678828Sobrien# once it is no longer needed - probably in the fall of 2001.
59778828Sobrienpo/POTFILES.in:
59878828Sobrien
59978828Sobrien
60038889Sjdpdiststuff: info
60138889Sjdp
60238889Sjdp# Various kinds of .o files to put in libbfd.a:
60338889Sjdp# BFD_BACKENDS	Routines the configured targets need.
60438889Sjdp# BFD_MACHINES	Architecture-specific routines the configured targets need.
60538889Sjdp# COREFILE	Core file routines for a native configuration
60638889SjdpOFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@
60738889Sjdp
60838889Sjdpstamp-ofiles: Makefile
60938889Sjdp	rm -f tofiles
61038889Sjdp	f=""; \
61138889Sjdp	for i in $(OFILES) ; do \
61238889Sjdp	  case " $$f " in \
61338889Sjdp	    *" $$i "*) ;; \
61438889Sjdp	    *) f="$$f $$i" ;; \
61538889Sjdp	  esac ; \
61638889Sjdp	done ; \
61738889Sjdp	echo $$f > tofiles
61838889Sjdp	$(SHELL) $(srcdir)/../move-if-change tofiles ofiles
61938889Sjdp	touch stamp-ofiles
62038889Sjdp
62138889Sjdpofiles: stamp-ofiles ; @true
62238889Sjdp
62389857Sobrienlibbfd_la_SOURCES = $(BFD32_LIBS_CFILES) $(BFD64_LIBS_CFILES)
62438889Sjdplibbfd_la_DEPENDENCIES = $(OFILES) ofiles
62560484Sobrienlibbfd_la_LIBADD = `cat ofiles` @WIN32LIBADD@
62660484Sobrienlibbfd_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
62738889Sjdp
62838889Sjdp# libtool will build .libs/libbfd.a.  We create libbfd.a in the build
62938889Sjdp# directory so that we don't have to convert all the programs that use
63038889Sjdp# libbfd.a simultaneously.  This is a hack which should be removed if
63138889Sjdp# everything else starts using libtool.  FIXME.
63238889Sjdp
63338889Sjdpnoinst_LIBRARIES = libbfd.a
63438889Sjdplibbfd_a_SOURCES =
63538889Sjdp
63638889Sjdpstamp-lib: libbfd.la
63760484Sobrien	libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
63860484Sobrien	if [ -f $$libtooldir/libbfd.a ]; then \
63960484Sobrien	  cp $$libtooldir/libbfd.a libbfd.tmp; \
64078828Sobrien	  $(RANLIB) libbfd.tmp; \
64138889Sjdp	  $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
64238889Sjdp	else true; fi
64338889Sjdp	touch stamp-lib
64438889Sjdp
64538889Sjdplibbfd.a: stamp-lib ; @true
64638889Sjdp
64738889Sjdp# This file holds an array associating configuration triplets and
64838889Sjdp# vector names.  It is built from config.bfd.  It is not compiled by
64938889Sjdp# itself, but is included by targets.c.
65038889Sjdptargmatch.h: config.bfd targmatch.sed
65138889Sjdp	rm -f targmatch.h
65238889Sjdp	sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
65338889Sjdp	mv -f targmatch.new targmatch.h
65438889Sjdp
65538889Sjdp# When compiling archures.c and targets.c, supply the default target
65638889Sjdp# info from configure.
65738889Sjdp
65838889Sjdptargets.lo: targets.c config.status
65938889Sjdp	$(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
66038889Sjdp
66138889Sjdparchures.lo: archures.c config.status
66238889Sjdp	$(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
66338889Sjdp
66438889Sjdpelf32-target.h : elfxx-target.h
66538889Sjdp	rm -f elf32-target.h
66638889Sjdp	sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
66738889Sjdp	mv -f elf32-target.new elf32-target.h
66838889Sjdp
66938889Sjdpelf64-target.h : elfxx-target.h
67038889Sjdp	rm -f elf64-target.h
67138889Sjdp	sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
67238889Sjdp	mv -f elf64-target.new elf64-target.h
67338889Sjdp
67477298Sobrienelf32-ia64.c : elfxx-ia64.c
67577298Sobrien	rm -f elf32-ia64.c
67677298Sobrien	sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
67777298Sobrien	mv -f elf32-ia64.new elf32-ia64.c
67877298Sobrien
67977298Sobrienelf64-ia64.c : elfxx-ia64.c
68077298Sobrien	rm -f elf64-ia64.c
68177298Sobrien	sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
68277298Sobrien	mv -f elf64-ia64.new elf64-ia64.c
68377298Sobrien
68478828Sobrienpeigen.c : peXXigen.c
68578828Sobrien	rm -f peigen.c
68678828Sobrien	sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
68778828Sobrien	mv -f peigen.new peigen.c
68878828Sobrien
68978828Sobrienpepigen.c : peXXigen.c
69078828Sobrien	rm -f pepigen.c
69178828Sobrien	sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
69278828Sobrien	mv -f pepigen.new pepigen.c
69378828Sobrien
69489857SobrienBFD_H_DEPS= $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
69538889SjdpLOCAL_H_DEPS= libbfd.h sysdep.h config.h
69689857Sobrien$(BFD32_LIBS) \
69789857Sobrien $(BFD64_LIBS) \
69889857Sobrien $(ALL_MACHINES) \
69989857Sobrien $(BFD32_BACKENDS) \
70089857Sobrien $(BFD64_BACKENDS) \
70189857Sobrien $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
70238889Sjdp
703104834Sobrieninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd
70460484Sobrien	@$(NORMAL_INSTALL)
70538889Sjdp
706104834Sobrienuninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd
707104834Sobrien	@$(NORMAL_UNINSTALL)
708104834Sobrien
709104834Sobrien.PHONY: install_libbfd uninstall_libbfd
710104834Sobrieninstall_libbfd: $(bfdlib_LTLIBRARIES) $(BFD_H)
711104834Sobrien	$(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
712104834Sobrien	$(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
713104834Sobrien	@list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
714104834Sobrien	  if test -f $$p; then \
715104834Sobrien	    echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
716104834Sobrien	    $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
717104834Sobrien	  else :; fi; \
718104834Sobrien	done
719104834Sobrien	$(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(bfdincludedir)/bfd.h
720104834Sobrien	$(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(bfdincludedir)/ansidecl.h
721104834Sobrien	$(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(bfdincludedir)/symcat.h
722104834Sobrien	$(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(bfdincludedir)/bfdlink.h
723104834Sobrien
724104834Sobrienuninstall_libbfd:
725104834Sobrien	list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
726104834Sobrien	  $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
727104834Sobrien	done
728104834Sobrien	rm -f $(DESTDIR)$(bfdincludedir)/bfd.h
729104834Sobrien	rm -f $(DESTDIR)$(bfdincludedir)/ansidecl.h
730104834Sobrien	rm -f $(DESTDIR)$(bfdincludedir)/symcat.h
731104834Sobrien	rm -f $(DESTDIR)$(bfdincludedir)/bfdlink.h
732104834Sobrien
73389857SobrienMakefile: $(srcdir)/configure.in
73477298Sobrien
73560484Sobrien# Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
73660484SobrienDEP: dep.sed $(CFILES) $(HFILES) bfd.h
73760484Sobrien	rm -f DEP1
73860484Sobrien	$(MAKE) MKDEP="$(MKDEP)" DEP1
73977298Sobrien	sed -f dep.sed < DEP1 > DEPA
74077298Sobrien	echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
74177298Sobrien	if grep ' /' DEPA > /dev/null 2> /dev/null; then \
74277298Sobrien	  echo 'make DEP failed!'; exit 1; \
74377298Sobrien	else \
74477298Sobrien	  mv -f DEPA $@; \
74577298Sobrien	fi
74638889Sjdp
74760484SobrienDEP1: $(CFILES)
74860484Sobrien	echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
74960484Sobrien	echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
75060484Sobrien	$(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
75160484Sobrien	mv -f DEP2 $@
75238889Sjdp
75338889Sjdpdep.sed: dep-in.sed config.status
75438889Sjdp	sed <$(srcdir)/dep-in.sed >dep.sed	\
75538889Sjdp		-e 's!@BFD_H@!$(BFD_H)!'	\
75694536Sobrien		-e 's!@SRCDIR@!$(srcdir)!'	\
75794536Sobrien		-e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!'
75838889Sjdp
75960484Sobriendep: DEP
76038889Sjdp	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
76160484Sobrien	cat DEP >> tmp-Makefile
76238889Sjdp	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
76338889Sjdp
76460484Sobriendep-in: DEP
76538889Sjdp	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
76660484Sobrien	cat DEP >> tmp-Makefile.in
76738889Sjdp	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
76838889Sjdp
76960484Sobriendep-am: DEP
77038889Sjdp	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
77160484Sobrien	cat DEP >> tmp-Makefile.am
77238889Sjdp	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
77338889Sjdp
77438889Sjdphost-aout.lo: Makefile
77538889Sjdp
77638889Sjdp# The following program can be used to generate a simple config file
77738889Sjdp# which can be folded into an h-XXX file for a new host, with some editing.
77838889Sjdpaout-params.h: gen-aout
77938889Sjdp	./gen-aout host > aout-params.h
78038889Sjdpgen-aout: $(srcdir)/gen-aout.c Makefile
78138889Sjdp	$(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
78238889Sjdp
78338889Sjdp$(BFD_H): stmp-bfd-h ; @true
78438889Sjdp
78538889Sjdpstmp-bfd-h: bfd-in3.h
78638889Sjdp	rm -f bfd-tmp.h
78738889Sjdp	cp bfd-in3.h bfd-tmp.h
78838889Sjdp	$(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
78938889Sjdp	rm -f bfd-tmp.h
79038889Sjdp	touch stmp-bfd-h
79138889Sjdp
79238889SjdpBFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
79389857Sobrien	reloc.c syms.c bfd.c archive.c corefile.c targets.c format.c version.h
79489857SobrienBFD64_H_FILES = archive64.c
79538889SjdpLIBBFD_H_FILES = libbfd-in.h init.c libbfd.c cache.c reloc.c archures.c elf.c
79638889SjdpLIBCOFF_H_FILES = libcoff-in.h coffcode.h
79738889Sjdp
79838889Sjdp# Could really use a "copy-if-change"...
79938889Sjdpheaders:
80038889Sjdp	(cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
80138889Sjdp	cp $(docdir)/bfd.h bfd-in2.h-new
80238889Sjdp	$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
80338889Sjdp	cp $(docdir)/libbfd.h libbfd.h-new
80438889Sjdp	$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
80538889Sjdp	cp $(docdir)/libcoff.h libcoff.h-new
80638889Sjdp	$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
80738889Sjdp
80838889Sjdp# We only rebuild the header files automatically if we have been
80938889Sjdp# configured with --enable-maintainer-mode.
81038889Sjdp
81138889Sjdp$(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
81289857Sobrienstmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
81338889Sjdp	(cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
81438889Sjdp	cp $(docdir)/bfd.h bfd-in2.h-new
81538889Sjdp	$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
81638889Sjdp	touch stmp-bin2-h
81738889Sjdp
81838889Sjdp$(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
81938889Sjdpstmp-lbfd-h: $(LIBBFD_H_FILES)
82038889Sjdp	(cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
82138889Sjdp	cp $(docdir)/libbfd.h libbfd.h-new
82238889Sjdp	$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
82338889Sjdp	touch stmp-lbfd-h
82438889Sjdp
82538889Sjdp$(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
82638889Sjdpstmp-lcoff-h: $(LIBCOFF_H_FILES)
82738889Sjdp	(cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
82838889Sjdp	cp $(docdir)/libcoff.h libcoff.h-new
82938889Sjdp	$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
83038889Sjdp	touch stmp-lcoff-h
83138889Sjdp
83278828SobrienMOSTLYCLEANFILES = ofiles stamp-ofiles
83338889Sjdp
83477298SobrienCLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
83538889Sjdp	stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
83638889Sjdp
83778828SobrienDISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES)
83878828Sobrien
83960484Sobrien# We want to rerun configure if config.bfd or configure.host change.
84060484Sobrienconfig.status: $(srcdir)/configure $(srcdir)/config.bfd $(srcdir)/configure.host
84160484Sobrien	$(SHELL) ./config.status --recheck
84238889Sjdp
84338889Sjdp# What appears below is generated by a hacked mkdep using gcc -MM.
84438889Sjdp
84538889Sjdp# DO NOT DELETE THIS LINE -- mkdep uses it.
84638889Sjdp# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
84777298Sobrienarchive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
84889857Sobrien  $(INCDIR)/aout/ranlib.h $(INCDIR)/safe-ctype.h
84989857Sobrienarchures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
85077298Sobrienbfd.lo: bfd.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
85189857Sobrien  $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
85289857Sobrien  $(INCDIR)/coff/sym.h libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h \
85389857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
85489857Sobrien  $(INCDIR)/elf/external.h
85577298Sobriencache.lo: cache.c $(INCDIR)/filenames.h
85677298Sobriencoffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
85777298Sobrien  libcoff.h $(INCDIR)/bfdlink.h
85877298Sobriencorefile.lo: corefile.c $(INCDIR)/filenames.h
85977298Sobrienformat.lo: format.c $(INCDIR)/filenames.h
86077298Sobrieninit.lo: init.c $(INCDIR)/filenames.h
86177298Sobrienlibbfd.lo: libbfd.c $(INCDIR)/filenames.h
86277298Sobrienopncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h
86377298Sobrienreloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
86477298Sobriensection.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
86589857Sobriensyms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
86689857Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
86777298Sobrientargets.lo: targets.c $(INCDIR)/filenames.h $(INCDIR)/fnmatch.h \
86877298Sobrien  targmatch.h
86977298Sobrienhash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h
87077298Sobrienlinker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
87177298Sobrien  genlink.h
87289857Sobriensrec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
87389857Sobrien  $(INCDIR)/safe-ctype.h
87489857Sobrienbinary.lo: binary.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
87577298Sobrientekhex.lo: tekhex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
87689857Sobrienihex.lo: ihex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
87789857Sobrien  $(INCDIR)/safe-ctype.h
87877298Sobrienstabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/aout/stab_gnu.h \
87989857Sobrien  $(INCDIR)/aout/stab.def $(INCDIR)/safe-ctype.h
88038889Sjdpstab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
88138889Sjdp  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
882104834Sobrienmerge.lo: merge.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
883104834Sobrien  $(INCDIR)/libiberty.h
88478828Sobriendwarf2.lo: dwarf2.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
88578828Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
88678828Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
88789857Sobrienarchive64.lo: archive64.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h
88877298Sobriencpu-a29k.lo: cpu-a29k.c $(INCDIR)/filenames.h
88977298Sobriencpu-alpha.lo: cpu-alpha.c $(INCDIR)/filenames.h
89077298Sobriencpu-arc.lo: cpu-arc.c $(INCDIR)/filenames.h
89177298Sobriencpu-arm.lo: cpu-arm.c $(INCDIR)/filenames.h
89277298Sobriencpu-avr.lo: cpu-avr.c $(INCDIR)/filenames.h
89377298Sobriencpu-cris.lo: cpu-cris.c $(INCDIR)/filenames.h
89477298Sobriencpu-d10v.lo: cpu-d10v.c $(INCDIR)/filenames.h
89577298Sobriencpu-d30v.lo: cpu-d30v.c $(INCDIR)/filenames.h
896104834Sobriencpu-dlx.lo: cpu-dlx.c $(INCDIR)/filenames.h
89777298Sobriencpu-fr30.lo: cpu-fr30.c $(INCDIR)/filenames.h
898104834Sobriencpu-frv.lo: cpu-frv.c $(INCDIR)/filenames.h
89977298Sobriencpu-h8300.lo: cpu-h8300.c $(INCDIR)/filenames.h
90077298Sobriencpu-h8500.lo: cpu-h8500.c $(INCDIR)/filenames.h
90177298Sobriencpu-hppa.lo: cpu-hppa.c $(INCDIR)/filenames.h
90277298Sobriencpu-ia64.lo: cpu-ia64.c $(INCDIR)/filenames.h cpu-ia64-opc.c \
90377298Sobrien  $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h
90477298Sobriencpu-i370.lo: cpu-i370.c $(INCDIR)/filenames.h
90577298Sobriencpu-i386.lo: cpu-i386.c $(INCDIR)/filenames.h
90677298Sobriencpu-i860.lo: cpu-i860.c $(INCDIR)/filenames.h
90777298Sobriencpu-i960.lo: cpu-i960.c $(INCDIR)/filenames.h
90877298Sobriencpu-m32r.lo: cpu-m32r.c $(INCDIR)/filenames.h
90977298Sobriencpu-m68hc11.lo: cpu-m68hc11.c $(INCDIR)/filenames.h
91077298Sobriencpu-m68hc12.lo: cpu-m68hc12.c $(INCDIR)/filenames.h
91177298Sobriencpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h
91277298Sobriencpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h
91377298Sobriencpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h
91477298Sobriencpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h
91577298Sobriencpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h
91677298Sobriencpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h
91789857Sobriencpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h
91891041Sobriencpu-or32.lo: cpu-or32.c $(INCDIR)/filenames.h
91977298Sobriencpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h ns32k.h
92089857Sobriencpu-openrisc.lo: cpu-openrisc.c $(INCDIR)/filenames.h
92189857Sobriencpu-pdp11.lo: cpu-pdp11.c $(INCDIR)/filenames.h
92277298Sobriencpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h
92377298Sobriencpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h
92477298Sobriencpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h
92589857Sobriencpu-s390.lo: cpu-s390.c $(INCDIR)/filenames.h
92677298Sobriencpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h
92777298Sobriencpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h
92877298Sobriencpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h
92977298Sobriencpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h
93077298Sobriencpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h
93189857Sobriencpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
93277298Sobriencpu-vax.lo: cpu-vax.c $(INCDIR)/filenames.h
93377298Sobriencpu-we32k.lo: cpu-we32k.c $(INCDIR)/filenames.h
93477298Sobriencpu-w65.lo: cpu-w65.c $(INCDIR)/filenames.h
93589857Sobriencpu-xstormy16.lo: cpu-xstormy16.c $(INCDIR)/filenames.h
93677298Sobriencpu-z8k.lo: cpu-z8k.c $(INCDIR)/filenames.h
93777298Sobrienaout-adobe.lo: aout-adobe.c $(INCDIR)/filenames.h $(INCDIR)/aout/adobe.h \
93838889Sjdp  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
93938889Sjdp  $(INCDIR)/bfdlink.h
94077298Sobrienaout-arm.lo: aout-arm.c $(INCDIR)/filenames.h libaout.h \
94177298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aoutx.h \
94289857Sobrien  $(INCDIR)/safe-ctype.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
94389857Sobrien  $(INCDIR)/aout/ar.h aout-target.h
94477298Sobrienaout-cris.lo: aout-cris.c aout32.c aoutx.h $(INCDIR)/filenames.h \
94589857Sobrien  $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h libaout.h \
94689857Sobrien  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
94789857Sobrien  $(INCDIR)/aout/ar.h aout-target.h
94838889Sjdpaout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
94989857Sobrien  ns32k.h libaout.h $(INCDIR)/bfdlink.h aoutx.h $(INCDIR)/filenames.h \
95089857Sobrien  $(INCDIR)/safe-ctype.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
95189857Sobrien  $(INCDIR)/aout/ar.h
95238889Sjdpaout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
95377298Sobrien  libaout.h aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
95477298Sobrien  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
95577298Sobrien  $(INCDIR)/aout/ar.h aout-target.h
95677298Sobrienaout-tic30.lo: aout-tic30.c $(INCDIR)/filenames.h libaout.h \
95777298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
95889857Sobrien  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aoutx.h \
95989857Sobrien  $(INCDIR)/safe-ctype.h
96077298Sobrienaout0.lo: aout0.c aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
96177298Sobrien  libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
96238889Sjdp  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
96338889Sjdp  aout-target.h
96489857Sobrienaout32.lo: aout32.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
96589857Sobrien  $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
96689857Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
96777298Sobrienarmnetbsd.lo: armnetbsd.c netbsd.h $(INCDIR)/filenames.h \
96877298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
96977298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
97077298Sobrienbout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
97177298Sobrien  genlink.h $(INCDIR)/bout.h $(INCDIR)/aout/stab_gnu.h \
97277298Sobrien  $(INCDIR)/aout/stab.def libaout.h
97377298Sobriencf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \
97489857Sobrien  coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
97589857Sobrien  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
97689857Sobrien  coffcode.h coffswap.h
97789857Sobriencf-m68klynx.lo: cf-m68klynx.c coff-m68k.c $(INCDIR)/filenames.h \
97889857Sobrien  $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
97977298Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
98077298Sobriencf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \
98189857Sobrien  $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
98289857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
98377298Sobriencoff-a29k.lo: coff-a29k.c $(INCDIR)/filenames.h $(INCDIR)/coff/a29k.h \
98489857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
98589857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
98677298Sobriencoff-apollo.lo: coff-apollo.c $(INCDIR)/filenames.h \
98789857Sobrien  $(INCDIR)/coff/apollo.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
98889857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
98977298Sobriencoff-arm.lo: coff-arm.c $(INCDIR)/filenames.h $(INCDIR)/coff/arm.h \
99089857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
99189857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
99277298Sobriencoff-aux.lo: coff-aux.c $(INCDIR)/filenames.h $(INCDIR)/coff/aux-coff.h \
99389857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
99489857Sobrien  coff-m68k.c libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
99589857Sobrien  coffswap.h
99677298Sobriencoff-h8300.lo: coff-h8300.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
99789857Sobrien  genlink.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h \
99889857Sobrien  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
99989857Sobriencoff-h8500.lo: coff-h8500.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
100089857Sobrien  $(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
100177298Sobrien  libcoff.h coffcode.h coffswap.h
100277298Sobriencoff-i386.lo: coff-i386.c $(INCDIR)/filenames.h $(INCDIR)/coff/i386.h \
100389857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
100489857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
100577298Sobriencoff-i860.lo: coff-i860.c $(INCDIR)/filenames.h $(INCDIR)/coff/i860.h \
100689857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
100789857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
100877298Sobriencoff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/filenames.h \
100989857Sobrien  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
101089857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
101177298Sobriencoff-i960.lo: coff-i960.c $(INCDIR)/filenames.h $(INCDIR)/coff/i960.h \
101277298Sobrien  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
101338889Sjdp  coffcode.h coffswap.h
101477298Sobriencoff-m68k.lo: coff-m68k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m68k.h \
101589857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
101689857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
101777298Sobriencoff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m88k.h \
101889857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
101989857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
102077298Sobriencoff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
102177298Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
102289857Sobrien  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
102389857Sobrien  libcoff.h libecoff.h coffswap.h ecoffswap.h
102491041Sobriencoff-or32.lo: coff-or32.c $(INCDIR)/filenames.h $(INCDIR)/coff/or32.h \
102591041Sobrien  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
102691041Sobrien  coffcode.h coffswap.h
102777298Sobriencoff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \
102889857Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
102989857Sobrien  $(INCDIR)/coff/rs6000.h libcoff.h libxcoff.h coffcode.h \
103089857Sobrien  coffswap.h
103189857Sobriencoff-sh.lo: coff-sh.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
103289857Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
103389857Sobrien  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
103477298Sobriencoff-sparc.lo: coff-sparc.c $(INCDIR)/filenames.h $(INCDIR)/coff/sparc.h \
103589857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
103689857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
103777298Sobriencoff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/filenames.h \
103889857Sobrien  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
103989857Sobrien  $(INCDIR)/coff/go32exe.h libcoff.h $(INCDIR)/bfdlink.h \
104089857Sobrien  coffcode.h coffswap.h go32stub.h
104177298Sobriencoff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/filenames.h \
104289857Sobrien  $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
104389857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
104477298Sobriencoff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
104589857Sobrien  $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
104689857Sobrien  libcoff.h coffcode.h coffswap.h
104777298Sobriencoff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \
104877298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
104938889Sjdp  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
105077298Sobriencoff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h $(INCDIR)/filenames.h \
105189857Sobrien  $(INCDIR)/coff/tic80.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
105289857Sobrien  libcoff.h coffcode.h coffswap.h
105377298Sobriencoff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/filenames.h \
105489857Sobrien  $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
105589857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
105677298Sobriencoff-we32k.lo: coff-we32k.c $(INCDIR)/filenames.h $(INCDIR)/coff/we32k.h \
105789857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
105889857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
105977298Sobriencoff-w65.lo: coff-w65.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
106089857Sobrien  $(INCDIR)/coff/w65.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
106189857Sobrien  libcoff.h coffcode.h coffswap.h
106277298Sobriencoff-z8k.lo: coff-z8k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
106389857Sobrien  $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
106489857Sobrien  libcoff.h coffcode.h coffswap.h
106577298Sobriencofflink.lo: cofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
106677298Sobrien  $(INCDIR)/coff/internal.h libcoff.h
106777298Sobriendwarf1.lo: dwarf1.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
106877298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
106977298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf.h
107077298Sobrienecoff.lo: ecoff.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
107177298Sobrien  $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h $(INCDIR)/aout/stab_gnu.h \
107277298Sobrien  $(INCDIR)/aout/stab.def libaout.h $(INCDIR)/aout/aout64.h \
107377298Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
107477298Sobrien  $(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
107577298Sobrienecofflink.lo: ecofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
107677298Sobrien  $(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
107777298Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
107877298Sobrien  $(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
107977298Sobrienefi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \
108089857Sobrien  coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
108189857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
108289857Sobrien  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
108377298Sobrienelf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
108477298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
108589857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/libiberty.h
108677298Sobrienelf32-arc.lo: elf32-arc.c $(INCDIR)/filenames.h elf-bfd.h \
108760484Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
108877298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
108989857Sobrien  $(INCDIR)/libiberty.h elf32-target.h
109077298Sobrienelfarm-oabi.lo: elfarm-oabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
109177298Sobrien  $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
109238889Sjdp  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
109360484Sobrien  elf32-arm.h elf32-target.h
109460484Sobrienelfarm-nabi.lo: elfarm-nabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
109577298Sobrien  $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
109660484Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
109777298Sobrien  elf32-arm.h elf32-target.h
109877298Sobrienelf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h elf-bfd.h \
109977298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
110077298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h $(INCDIR)/elf/reloc-macros.h \
110138889Sjdp  elf32-target.h
110277298Sobrienelf32-cris.lo: elf32-cris.c $(INCDIR)/filenames.h elf-bfd.h \
110377298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
110477298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/cris.h $(INCDIR)/elf/reloc-macros.h \
110560484Sobrien  elf32-target.h
110677298Sobrienelf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h elf-bfd.h \
110777298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
110877298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h $(INCDIR)/elf/reloc-macros.h \
110938889Sjdp  elf32-target.h
111077298Sobrienelf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h elf-bfd.h \
111138889Sjdp  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
111277298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h $(INCDIR)/elf/reloc-macros.h \
111377298Sobrien  elf32-target.h
1114104834Sobrienelf32-dlx.lo: elf32-dlx.c $(INCDIR)/filenames.h elf-bfd.h \
1115104834Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1116104834Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/dlx.h $(INCDIR)/elf/reloc-macros.h \
1117104834Sobrien  elf32-target.h
111877298Sobrienelf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h elf-bfd.h \
111938889Sjdp  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
112077298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h $(INCDIR)/elf/reloc-macros.h \
112138889Sjdp  elf32-target.h
1122104834Sobrienelf32-frv.lo: elf32-frv.c $(INCDIR)/filenames.h elf-bfd.h \
1123104834Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1124104834Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h \
1125104834Sobrien  elf32-target.h
112677298Sobrienelf32-gen.lo: elf32-gen.c $(INCDIR)/filenames.h elf-bfd.h \
112738889Sjdp  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
112877298Sobrien  $(INCDIR)/bfdlink.h elf32-target.h
112989857Sobrienelf32-h8300.lo: elf32-h8300.c $(INCDIR)/filenames.h \
113089857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
113189857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/h8.h \
113289857Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
113377298Sobrienelf32-hppa.lo: elf32-hppa.c $(INCDIR)/filenames.h elf-bfd.h \
113477298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
113577298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
113677298Sobrien  libhppa.h elf32-hppa.h elf-hppa.h elf32-target.h
113777298Sobrienelf32-i370.lo: elf32-i370.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
113877298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
113977298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/i370.h elf32-target.h
114077298Sobrienelf32-i386.lo: elf32-i386.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
114177298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
114277298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h \
114338889Sjdp  elf32-target.h
1144104834Sobrienelf32-i386-fbsd.lo: elf32-i386-fbsd.c elf32-i386.c $(INCDIR)/filenames.h \
1145104834Sobrien  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1146104834Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/i386.h \
1147104834Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1148104834Sobrienelf32-i386qnx.lo: elf32-i386qnx.c elf32-i386.c $(INCDIR)/filenames.h \
1149104834Sobrien  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1150104834Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/i386.h \
1151104834Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
115277298Sobrienelf32-i860.lo: elf32-i860.c $(INCDIR)/filenames.h elf-bfd.h \
115377298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
115477298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/i860.h $(INCDIR)/elf/reloc-macros.h \
115538889Sjdp  elf32-target.h
115677298Sobrienelf32-i960.lo: elf32-i960.c $(INCDIR)/filenames.h elf-bfd.h \
115777298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
115877298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/i960.h $(INCDIR)/elf/reloc-macros.h \
115938889Sjdp  elf32-target.h
116077298Sobrienelf32-m32r.lo: elf32-m32r.c $(INCDIR)/filenames.h elf-bfd.h \
116177298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
116277298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32r.h $(INCDIR)/elf/reloc-macros.h \
116360484Sobrien  elf32-target.h
116477298Sobrienelf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
116560484Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
116677298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/m68k.h $(INCDIR)/elf/reloc-macros.h \
116760484Sobrien  elf32-target.h
116877298Sobrienelf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \
116977298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
117077298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m68hc11.h \
117177298Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
117277298Sobrienelf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \
117377298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
117477298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m68hc11.h \
117577298Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
117677298Sobrienelf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h elf-bfd.h \
117760484Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
117877298Sobrien  $(INCDIR)/bfdlink.h elf32-target.h
117977298Sobrienelf-m10200.lo: elf-m10200.c $(INCDIR)/filenames.h elf-bfd.h \
118038889Sjdp  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
118177298Sobrien  $(INCDIR)/bfdlink.h elf32-target.h
118277298Sobrienelf-m10300.lo: elf-m10300.c $(INCDIR)/filenames.h elf-bfd.h \
118338889Sjdp  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
118477298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h $(INCDIR)/elf/reloc-macros.h \
118560484Sobrien  elf32-target.h
118677298Sobrienelf32-mcore.lo: elf32-mcore.c $(INCDIR)/filenames.h \
118777298Sobrien  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
118877298Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/mcore.h \
118977298Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1190104834Sobrienelfxx-mips.lo: elfxx-mips.c $(INCDIR)/filenames.h elf-bfd.h \
1191104834Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1192104834Sobrien  $(INCDIR)/bfdlink.h elfxx-mips.h $(INCDIR)/elf/mips.h \
1193104834Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1194104834Sobrien  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h
119577298Sobrienelf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
119677298Sobrien  genlink.h elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1197104834Sobrien  $(INCDIR)/elf/external.h elfxx-mips.h $(INCDIR)/elf/mips.h \
1198104834Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1199104834Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h \
1200104834Sobrien  $(INCDIR)/coff/external.h ecoffswap.h elf32-target.h
120189857Sobrienelf32-openrisc.lo: elf32-openrisc.c $(INCDIR)/filenames.h \
120289857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
120389857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/openrisc.h \
120489857Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
120577298Sobrien  elf32-target.h
120691041Sobrienelf32-or32.lo: elf32-or32.c $(INCDIR)/filenames.h elf-bfd.h \
120791041Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
120891041Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/or32.h $(INCDIR)/elf/reloc-macros.h \
120991041Sobrien  $(INCDIR)/libiberty.h elf32-target.h
121077298Sobrienelf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
121177298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
121277298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/pj.h $(INCDIR)/elf/reloc-macros.h \
121377298Sobrien  elf32-target.h
121477298Sobrienelf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
121577298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
121677298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
121777298Sobrien  elf32-target.h
121891041Sobrienelf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \
121991041Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
122094536Sobrien  $(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \
122194536Sobrien  elf32-sh.c $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
122294536Sobrien  elf32-target.h
1223104834Sobrienelf32-sh64-com.lo: elf32-sh64-com.c $(INCDIR)/filenames.h \
1224104834Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1225104834Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h \
1226104834Sobrien  $(INCDIR)/elf/reloc-macros.h $(srcdir)/../opcodes/sh64-opc.h
122789857Sobrienelf32-s390.lo: elf32-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
122889857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
122989857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h \
123089857Sobrien  elf32-target.h
123177298Sobrienelf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
123277298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
123377298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
123477298Sobrien  elf32-target.h
123589857Sobrienelf32-sh-lin.lo: elf32-sh-lin.c $(INCDIR)/filenames.h \
123689857Sobrien  $(INCDIR)/elf/internal.h elf-bfd.h $(INCDIR)/elf/common.h \
123789857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf32-sh.c \
123889857Sobrien  $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
123989857Sobrienelf32-sh-nbsd.lo: elf32-sh-nbsd.c elf32-sh.c $(INCDIR)/filenames.h \
124077298Sobrien  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
124177298Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h \
124277298Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1243104834Sobrienelf32-sh64-nbsd.lo: elf32-sh64-nbsd.c elf32-sh64.c \
1244104834Sobrien  $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
1245104834Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1246104834Sobrien  $(srcdir)/../opcodes/sh64-opc.h elf32-sh.c $(INCDIR)/elf/sh.h \
1247104834Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
124877298Sobrienelf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \
124977298Sobrien  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
125077298Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sparc.h \
125177298Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \
125277298Sobrien  elf32-target.h
125377298Sobrienelf32-v850.lo: elf32-v850.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
125477298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
125577298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h \
125689857Sobrien  $(INCDIR)/libiberty.h elf32-target.h
1257104834Sobrienelf32-vax.lo: elf32-vax.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1258104834Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1259104834Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/vax.h $(INCDIR)/elf/reloc-macros.h \
1260104834Sobrien  elf32-target.h
126189857Sobrienelf32-xstormy16.lo: elf32-xstormy16.c $(INCDIR)/filenames.h \
126289857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
126389857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/xstormy16.h \
126489857Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
126577298Sobrien  elf32-target.h
126689857Sobrienelf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
126789857Sobrien  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
126889857Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h \
126989857Sobrien  elflink.h
127077298Sobrienelflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
127177298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
127277298Sobrien  $(INCDIR)/elf/external.h
127389857Sobrienelf-strtab.lo: elf-strtab.c $(INCDIR)/filenames.h elf-bfd.h \
127489857Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1275104834Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
127689857Sobrienelf-eh-frame.lo: elf-eh-frame.c $(INCDIR)/filenames.h \
127789857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
127889857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
127977298Sobrienepoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c $(INCDIR)/filenames.h \
128089857Sobrien  coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
128189857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
128289857Sobrien  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
128377298Sobrienepoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c $(INCDIR)/filenames.h \
128489857Sobrien  coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
128589857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
128689857Sobrien  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
128777298Sobrienhp300bsd.lo: hp300bsd.c $(INCDIR)/filenames.h libaout.h \
128877298Sobrien  $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
128977298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
129038889Sjdphp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
129189857Sobrien  aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
129289857Sobrien  $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
129389857Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
129489857Sobrien  aout-target.h
129577298Sobriensom.lo: som.c $(INCDIR)/alloca-conf.h $(INCDIR)/filenames.h
129677298Sobrieni386aout.lo: i386aout.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
129777298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
129838889Sjdp  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
129977298Sobrieni386bsd.lo: i386bsd.c $(INCDIR)/filenames.h libaout.h \
130077298Sobrien  $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
130177298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
130238889Sjdpi386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
130389857Sobrien  $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \
130489857Sobrien  libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
130589857Sobrien  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
130677298Sobrieni386freebsd.lo: i386freebsd.c freebsd.h $(INCDIR)/filenames.h \
130777298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
130877298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
130977298Sobrieni386linux.lo: i386linux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
131038889Sjdp  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
131177298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h
131277298Sobrieni386lynx.lo: i386lynx.c $(INCDIR)/filenames.h libaout.h \
131377298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
131477298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
131577298Sobrieni386msdos.lo: i386msdos.c $(INCDIR)/filenames.h libaout.h \
131677298Sobrien  $(INCDIR)/bfdlink.h
131777298Sobrieni386netbsd.lo: i386netbsd.c netbsd.h $(INCDIR)/filenames.h \
131877298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
131977298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
132077298Sobrieni386mach3.lo: i386mach3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
132177298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
132277298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h
132377298Sobrieni386os9k.lo: i386os9k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
132477298Sobrien  libaout.h $(INCDIR)/os9k.h
132577298Sobrienieee.lo: ieee.c $(INCDIR)/filenames.h $(INCDIR)/ieee.h \
132689857Sobrien  libieee.h $(INCDIR)/safe-ctype.h
132777298Sobrienm68k4knetbsd.lo: m68k4knetbsd.c netbsd.h $(INCDIR)/filenames.h \
132877298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
132977298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
133077298Sobrienm68klinux.lo: m68klinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
133177298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
133277298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h
133377298Sobrienm68klynx.lo: m68klynx.c $(INCDIR)/filenames.h libaout.h \
133477298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
133577298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
133677298Sobrienm68knetbsd.lo: m68knetbsd.c netbsd.h $(INCDIR)/filenames.h \
133777298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
133877298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
133977298Sobrienm88kmach3.lo: m88kmach3.c $(INCDIR)/filenames.h libaout.h \
134038889Sjdp  $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
134138889Sjdp  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
134277298Sobrienmipsbsd.lo: mipsbsd.c $(INCDIR)/filenames.h libaout.h \
134377298Sobrien  $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
134477298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
134577298Sobriennewsos3.lo: newsos3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
134677298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
134777298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h
134877298Sobriennlm.lo: nlm.c $(INCDIR)/filenames.h libnlm.h $(INCDIR)/nlm/common.h \
134977298Sobrien  $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
135077298Sobriennlm32-i386.lo: nlm32-i386.c $(INCDIR)/filenames.h $(INCDIR)/nlm/i386-ext.h \
135138889Sjdp  libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
135238889Sjdp  $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
135377298Sobriennlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/filenames.h \
135477298Sobrien  $(INCDIR)/nlm/sparc32-ext.h libnlm.h $(INCDIR)/nlm/common.h \
135577298Sobrien  $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
135677298Sobrien  nlm-target.h
135777298Sobriennlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/nlm/ppc-ext.h \
135838889Sjdp  libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
135938889Sjdp  $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
136077298Sobriennlm32.lo: nlm32.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
136177298Sobrien  $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
136277298Sobrienns32knetbsd.lo: ns32knetbsd.c netbsd.h $(INCDIR)/filenames.h \
136377298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
136477298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
136589857Sobrienoasys.lo: oasys.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
136689857Sobrien  $(INCDIR)/oasys.h liboasys.h
136777298Sobrienpc532-mach.lo: pc532-mach.c $(INCDIR)/filenames.h libaout.h \
136877298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
136977298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
137089857Sobrienpdp11.lo: pdp11.c $(INCDIR)/filenames.h libaout.h $(INCDIR)/bfdlink.h \
137189857Sobrien  aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
137289857Sobrien  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h $(INCDIR)/safe-ctype.h
137377298Sobrienpe-arm.lo: pe-arm.c $(INCDIR)/filenames.h coff-arm.c \
137489857Sobrien  $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
137589857Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
137689857Sobrien  peicode.h libpei.h
137777298Sobrienpei-arm.lo: pei-arm.c $(INCDIR)/filenames.h coff-arm.c \
137889857Sobrien  $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
137989857Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
138089857Sobrien  peicode.h libpei.h
138177298Sobrienpe-i386.lo: pe-i386.c $(INCDIR)/filenames.h coff-i386.c \
138289857Sobrien  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
138389857Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
138489857Sobrien  peicode.h libpei.h
138577298Sobrienpei-i386.lo: pei-i386.c $(INCDIR)/filenames.h coff-i386.c \
138689857Sobrien  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
138789857Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
138889857Sobrien  peicode.h libpei.h
138977298Sobrienpe-mcore.lo: pe-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
139089857Sobrien  $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
139189857Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
139289857Sobrien  peicode.h libpei.h
139377298Sobrienpei-mcore.lo: pei-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
139489857Sobrien  $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
139560484Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
139660484Sobrien  peicode.h libpei.h
139789857Sobrienpe-ppc.lo: pe-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
139889857Sobrien  $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
139989857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
140089857Sobrien  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
140177298Sobrienpei-ppc.lo: pei-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
140289857Sobrien  $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
140389857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
140489857Sobrien  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
140589857Sobrienpe-sh.lo: pe-sh.c $(INCDIR)/filenames.h coff-sh.c $(INCDIR)/libiberty.h \
140689857Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
140789857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
140889857Sobrien  coffcode.h peicode.h libpei.h
140977298Sobrienpei-sh.lo: pei-sh.c $(INCDIR)/filenames.h coff-sh.c \
141089857Sobrien  $(INCDIR)/libiberty.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
141189857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
141277298Sobrien  $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
141377298Sobrien  libpei.h
141477298Sobrienpe-mips.lo: pe-mips.c $(INCDIR)/filenames.h $(INCDIR)/coff/mipspe.h \
141589857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
141689857Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
141789857Sobrien  peicode.h libpei.h
141877298Sobrienpei-mips.lo: pei-mips.c $(INCDIR)/filenames.h pe-mips.c \
141989857Sobrien  $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
142089857Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
142189857Sobrien  peicode.h libpei.h
142289857Sobrienppcboot.lo: ppcboot.c $(INCDIR)/safe-ctype.h $(INCDIR)/filenames.h
142377298Sobrienreloc16.lo: reloc16.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
142477298Sobrien  genlink.h $(INCDIR)/coff/internal.h libcoff.h
142577298Sobrienriscix.lo: riscix.c $(INCDIR)/filenames.h libaout.h \
142677298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
142777298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
142877298Sobriensparclinux.lo: sparclinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
142938889Sjdp  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
143038889Sjdp  libaout.h $(INCDIR)/bfdlink.h aout-target.h
143177298Sobriensparclynx.lo: sparclynx.c $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
143277298Sobrien  libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
143377298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
143477298Sobrien  aout-target.h
143577298Sobriensparcnetbsd.lo: sparcnetbsd.c netbsd.h $(INCDIR)/filenames.h \
143677298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
143777298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
143838889Sjdpsunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
143977298Sobrien  $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h \
144077298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
144177298Sobrien  aout-target.h
144277298Sobrienvaxnetbsd.lo: vaxnetbsd.c netbsd.h $(INCDIR)/filenames.h \
144377298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
144477298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1445104834Sobrienvax1knetbsd.lo: vax1knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1446104834Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1447104834Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1448104834Sobrienvaxbsd.lo: vaxbsd.c $(INCDIR)/filenames.h libaout.h \
1449104834Sobrien  $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1450104834Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
145177298Sobrienversados.lo: versados.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
145277298Sobrienvms.lo: vms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
145377298Sobrien  vms.h
145477298Sobrienvms-gsd.lo: vms-gsd.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
145577298Sobrien  vms.h
145677298Sobrienvms-hdr.lo: vms-hdr.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
145789857Sobrien  $(INCDIR)/safe-ctype.h vms.h
145877298Sobrienvms-misc.lo: vms-misc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
145977298Sobrien  vms.h
146077298Sobrienvms-tir.lo: vms-tir.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
146177298Sobrien  vms.h
146277298Sobrienxcofflink.lo: xcofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
146389857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h libcoff.h \
146489857Sobrien  libxcoff.h
1465104834Sobrienaix5ppc-core.lo: aix5ppc-core.c
146689857Sobrienaout64.lo: aout64.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
146789857Sobrien  $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
146889857Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
146977298Sobriencoff-alpha.lo: coff-alpha.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
147077298Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
147177298Sobrien  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h \
147277298Sobrien  libcoff.h libecoff.h coffswap.h ecoffswap.h
147377298Sobriencoff64-rs6000.lo: coff64-rs6000.c $(INCDIR)/filenames.h \
147489857Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
147589857Sobrien  $(INCDIR)/coff/rs6k64.h libcoff.h libxcoff.h coffcode.h \
147689857Sobrien  coffswap.h
147777298Sobriendemo64.lo: demo64.c aoutf1.h $(INCDIR)/filenames.h \
147877298Sobrien  $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
147938889Sjdp  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
148077298Sobrien  $(INCDIR)/aout/ar.h aout-target.h
148177298Sobrienefi-app-ia64.lo: efi-app-ia64.c $(INCDIR)/filenames.h \
148289857Sobrien  coff-ia64.c $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h \
148389857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
148489857Sobrien  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
148578828Sobrienelf64-x86-64.lo: elf64-x86-64.c $(INCDIR)/filenames.h \
1486104834Sobrien  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1487104834Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/x86-64.h \
148878828Sobrien  $(INCDIR)/elf/reloc-macros.h elf64-target.h
148977298Sobrienelf64-alpha.lo: elf64-alpha.c $(INCDIR)/filenames.h \
149077298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
149177298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/alpha.h \
149277298Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \
149338889Sjdp  $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
149438889Sjdp  $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
149577298Sobrien  libecoff.h ecoffswap.h elf64-target.h
1496104834Sobrienelf64-alpha-fbsd.lo: elf64-alpha-fbsd.c elf64-alpha.c $(INCDIR)/filenames.h \
1497104834Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1498104834Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/alpha.h \
1499104834Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \
1500104834Sobrien  $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1501104834Sobrien  $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
1502104834Sobrien  libecoff.h ecoffswap.h elf64-target.h
150378828Sobrienelf64-hppa.lo: elf64-hppa.c $(INCDIR)/alloca-conf.h \
150478828Sobrien  $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
150578828Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
150678828Sobrien  $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h libhppa.h \
150778828Sobrien  elf64-hppa.h elf-hppa.h elf64-target.h
150877298Sobrienelf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h elf-bfd.h \
150977298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
151077298Sobrien  $(INCDIR)/bfdlink.h elf64-target.h
151177298Sobrienelf64-mips.lo: elf64-mips.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
151277298Sobrien  $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1513104834Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfxx-mips.h \
1514104834Sobrien  $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h \
1515104834Sobrien  $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1516104834Sobrien  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \
1517104834Sobrien  elf64-target.h
151889857Sobrienelf64-mmix.lo: elf64-mmix.c $(INCDIR)/filenames.h elf-bfd.h \
151989857Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
152089857Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h \
152189857Sobrien  $(INCDIR)/opcode/mmix.h elf64-target.h
152289857Sobrienelf64-ppc.lo: elf64-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
152389857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
152489857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
152589857Sobrien  elf64-ppc.h elf64-target.h
152689857Sobrienelf64-s390.lo: elf64-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
152789857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
152889857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h \
152989857Sobrien  elf64-target.h
153094536Sobrienelf64-sh64.lo: elf64-sh64.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
153194536Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
153294536Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
153394536Sobrien  elf64-target.h
1534104834Sobrienelf64-sh64-nbsd.lo: elf64-sh64-nbsd.c elf64-sh64.c \
1535104834Sobrien  $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h elf-bfd.h \
1536104834Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1537104834Sobrien  $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf64-target.h
153877298Sobrienelf64-sparc.lo: elf64-sparc.c $(INCDIR)/filenames.h \
153977298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
154077298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/sparc.h \
154160484Sobrien  $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
154260484Sobrien  elf64-target.h
154389857Sobrienelf64.lo: elf64.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
154489857Sobrien  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
154589857Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h \
154689857Sobrien  elflink.h
154789857Sobrienmmo.lo: mmo.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
154889857Sobrien  $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h
154977298Sobriennlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/filenames.h \
155077298Sobrien  $(INCDIR)/nlm/alpha-ext.h libnlm.h $(INCDIR)/nlm/common.h \
155177298Sobrien  $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
155277298Sobrien  nlm-target.h
155377298Sobriennlm64.lo: nlm64.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
155477298Sobrien  $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
155577298Sobrienaix386-core.lo: aix386-core.c $(INCDIR)/filenames.h \
155689857Sobrien  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
155789857Sobrien  libcoff.h $(INCDIR)/bfdlink.h
155877298Sobrienhpux-core.lo: hpux-core.c $(INCDIR)/filenames.h
155977298Sobrienirix-core.lo: irix-core.c $(INCDIR)/filenames.h
156077298Sobrienlynx-core.lo: lynx-core.c $(INCDIR)/filenames.h
156177298Sobrienosf-core.lo: osf-core.c $(INCDIR)/filenames.h
156277298Sobriensco5-core.lo: sco5-core.c $(INCDIR)/filenames.h libaout.h \
156377298Sobrien  $(INCDIR)/bfdlink.h
156477298Sobrientrad-core.lo: trad-core.c $(INCDIR)/filenames.h libaout.h \
156577298Sobrien  $(INCDIR)/bfdlink.h
156677298Sobriencisco-core.lo: cisco-core.c $(INCDIR)/filenames.h
156778828Sobrienelf32-ia64.lo: elf32-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
156878828Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
156978828Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
157078828Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
157178828Sobrienelf64-ia64.lo: elf64-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
157278828Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
157378828Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
157478828Sobrien  $(INCDIR)/elf/reloc-macros.h elf64-target.h
157578828Sobrienpeigen.lo: peigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
157689857Sobrien  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/pe.h \
157789857Sobrien  libcoff.h $(INCDIR)/bfdlink.h libpei.h
157878828Sobrienpepigen.lo: pepigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
157989857Sobrien  $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h $(INCDIR)/coff/pe.h \
158089857Sobrien  libcoff.h $(INCDIR)/bfdlink.h libpei.h
158138889Sjdp# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
1582