Makefile.in revision 94536
194536Sobrien# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
238889Sjdp
394536Sobrien# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
438889Sjdp# This Makefile.in is free software; the Free Software Foundation
538889Sjdp# gives unlimited permission to copy and/or distribute it,
638889Sjdp# with or without modifications, as long as this notice is preserved.
738889Sjdp
833965Sjdp# This program is distributed in the hope that it will be useful,
938889Sjdp# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
1038889Sjdp# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1138889Sjdp# PARTICULAR PURPOSE.
1233965Sjdp
1338889Sjdp
1438889SjdpSHELL = @SHELL@
1538889Sjdp
1638889Sjdpsrcdir = @srcdir@
1738889Sjdptop_srcdir = @top_srcdir@
1833965SjdpVPATH = @srcdir@
1933965Sjdpprefix = @prefix@
2038889Sjdpexec_prefix = @exec_prefix@
2133965Sjdp
2233965Sjdpbindir = @bindir@
2338889Sjdpsbindir = @sbindir@
2438889Sjdplibexecdir = @libexecdir@
2538889Sjdpdatadir = @datadir@
2638889Sjdpsysconfdir = @sysconfdir@
2738889Sjdpsharedstatedir = @sharedstatedir@
2838889Sjdplocalstatedir = @localstatedir@
2933965Sjdplibdir = @libdir@
3038889Sjdpinfodir = @infodir@
3133965Sjdpmandir = @mandir@
3233965Sjdpincludedir = @includedir@
3338889Sjdpoldincludedir = /usr/include
3433965Sjdp
3560484SobrienDESTDIR =
3660484Sobrien
3738889Sjdppkgdatadir = $(datadir)/@PACKAGE@
3838889Sjdppkglibdir = $(libdir)/@PACKAGE@
3938889Sjdppkgincludedir = $(includedir)/@PACKAGE@
4033965Sjdp
4138889Sjdptop_builddir = .
4238889Sjdp
4338889SjdpACLOCAL = @ACLOCAL@
4438889SjdpAUTOCONF = @AUTOCONF@
4538889SjdpAUTOMAKE = @AUTOMAKE@
4638889SjdpAUTOHEADER = @AUTOHEADER@
4738889Sjdp
4833965SjdpINSTALL = @INSTALL@
4960484SobrienINSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
5033965SjdpINSTALL_DATA = @INSTALL_DATA@
5138889SjdpINSTALL_SCRIPT = @INSTALL_SCRIPT@
5238889Sjdptransform = @program_transform_name@
5333965Sjdp
5438889SjdpNORMAL_INSTALL = :
5538889SjdpPRE_INSTALL = :
5638889SjdpPOST_INSTALL = :
5738889SjdpNORMAL_UNINSTALL = :
5838889SjdpPRE_UNINSTALL = :
5938889SjdpPOST_UNINSTALL = :
6038889Sjdpbuild_alias = @build_alias@
6138889Sjdpbuild_triplet = @build@
6238889Sjdphost_alias = @host_alias@
6338889Sjdphost_triplet = @host@
6438889Sjdptarget_alias = @target_alias@
6538889Sjdptarget_triplet = @target@
6633965SjdpAR = @AR@
6760484SobrienAS = @AS@
6838889SjdpBFD_HOST_64BIT_LONG = @BFD_HOST_64BIT_LONG@
6938889SjdpBFD_HOST_64_BIT = @BFD_HOST_64_BIT@
7038889SjdpBFD_HOST_64_BIT_DEFINED = @BFD_HOST_64_BIT_DEFINED@
7138889SjdpBFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
7260484SobrienCATALOGS = @CATALOGS@
7360484SobrienCATOBJEXT = @CATOBJEXT@
7433965SjdpCC = @CC@
7538889SjdpCC_FOR_BUILD = @CC_FOR_BUILD@
7638889SjdpCOREFILE = @COREFILE@
7738889SjdpCOREFLAG = @COREFLAG@
7877298SobrienCXX = @CXX@
7977298SobrienCXXCPP = @CXXCPP@
8060484SobrienDATADIRNAME = @DATADIRNAME@
8160484SobrienDLLTOOL = @DLLTOOL@
8238889SjdpEXEEXT = @EXEEXT@
8338889SjdpEXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
8477298SobrienGCJ = @GCJ@
8577298SobrienGCJFLAGS = @GCJFLAGS@
8660484SobrienGMOFILES = @GMOFILES@
8760484SobrienGMSGFMT = @GMSGFMT@
8860484SobrienGT_NO = @GT_NO@
8960484SobrienGT_YES = @GT_YES@
9038889SjdpHDEFINES = @HDEFINES@
9160484SobrienINCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
9260484SobrienINSTOBJEXT = @INSTOBJEXT@
9360484SobrienINTLDEPS = @INTLDEPS@
9460484SobrienINTLLIBS = @INTLLIBS@
9560484SobrienINTLOBJS = @INTLOBJS@
9638889SjdpLIBTOOL = @LIBTOOL@
9738889SjdpLN_S = @LN_S@
9838889SjdpMAINT = @MAINT@
9938889SjdpMAKEINFO = @MAKEINFO@
10060484SobrienMKINSTALLDIRS = @MKINSTALLDIRS@
10160484SobrienMSGFMT = @MSGFMT@
10260484SobrienOBJDUMP = @OBJDUMP@
10377298SobrienOBJEXT = @OBJEXT@
10438889SjdpPACKAGE = @PACKAGE@
10560484SobrienPOFILES = @POFILES@
10660484SobrienPOSUB = @POSUB@
10733965SjdpRANLIB = @RANLIB@
10877298SobrienSTRIP = @STRIP@
10938889SjdpTDEFINES = @TDEFINES@
11060484SobrienUSE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
11160484SobrienUSE_NLS = @USE_NLS@
11238889SjdpVERSION = @VERSION@
11360484SobrienWIN32LDFLAGS = @WIN32LDFLAGS@
11460484SobrienWIN32LIBADD = @WIN32LIBADD@
11538889Sjdpall_backends = @all_backends@
11638889Sjdpbfd_backends = @bfd_backends@
11789857Sobrienbfd_default_target_size = @bfd_default_target_size@
11889857Sobrienbfd_libs = @bfd_libs@
11938889Sjdpbfd_machines = @bfd_machines@
12089857Sobrienbfd_version = @bfd_version@
12189857Sobrienbfd_version_date = @bfd_version_date@
12289857Sobrienbfd_version_string = @bfd_version_string@
12360484Sobrienl = @l@
12438889Sjdptdefaults = @tdefaults@
12538889Sjdpwordsize = @wordsize@
12633965Sjdp
12738889SjdpAUTOMAKE_OPTIONS = cygnus
12833965Sjdp
12933965SjdpINCDIR = $(srcdir)/../include
13033965SjdpCSEARCH = -I. -I$(srcdir) -I$(INCDIR)
13160484SobrienMKDEP = gcc -MM
13233965Sjdp
13360484SobrienSUBDIRS = doc po
13433965Sjdp
13538889Sjdpdocdir = doc
13633965Sjdp
13738889Sjdplib_LTLIBRARIES = libbfd.la
13838889Sjdp
13977298SobrienWARN_CFLAGS = @WARN_CFLAGS@
14077298SobrienAM_CFLAGS = $(WARN_CFLAGS)
14177298Sobrien
14233965Sjdp# bfd.h goes here, for now
14333965SjdpBFD_H = bfd.h
14433965Sjdp
14538889Sjdp# Jim Kingdon notes:
14633965Sjdp# Writing S-records should be included in all (or at least most)
14733965Sjdp# *-*-coff, *-*-aout, etc., configurations, because people will want to
14833965Sjdp# be able to use objcopy to create S-records.  (S-records are not useful
14933965Sjdp# for the debugger, so if you are downloading things as S-records you
15033965Sjdp# need two copies of the executable, one to download and one for the
15133965Sjdp# debugger).
15289857SobrienBFD32_LIBS = \
15378828Sobrien	archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo \
15478828Sobrien	format.lo init.lo libbfd.lo opncls.lo reloc.lo \
15578828Sobrien	section.lo syms.lo targets.lo hash.lo linker.lo \
15678828Sobrien	srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
15789857Sobrien	merge.lo dwarf2.lo
15833965Sjdp
15960484Sobrien
16089857SobrienBFD64_LIBS = archive64.lo
16189857Sobrien
16289857SobrienBFD32_LIBS_CFILES = \
16378828Sobrien	archive.c archures.c bfd.c cache.c coffgen.c corefile.c \
16478828Sobrien	format.c init.c libbfd.c opncls.c reloc.c \
16578828Sobrien	section.c syms.c targets.c hash.c linker.c \
16678828Sobrien	srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
16789857Sobrien	merge.c dwarf2.c
16833965Sjdp
16960484Sobrien
17089857SobrienBFD64_LIBS_CFILES = archive64.c
17189857Sobrien
17233965Sjdp# This list is alphabetized to make it easier to keep in sync
17333965Sjdp# with the decls and initializer in archures.c.
17478828SobrienALL_MACHINES = \
17578828Sobrien	cpu-a29k.lo \
17678828Sobrien	cpu-alpha.lo \
17778828Sobrien	cpu-arc.lo \
17878828Sobrien	cpu-arm.lo \
17978828Sobrien	cpu-avr.lo \
18078828Sobrien	cpu-cris.lo \
18178828Sobrien	cpu-d10v.lo \
18278828Sobrien	cpu-d30v.lo \
18378828Sobrien	cpu-fr30.lo \
18478828Sobrien	cpu-h8300.lo \
18578828Sobrien	cpu-h8500.lo \
18678828Sobrien	cpu-hppa.lo \
18778828Sobrien	cpu-ia64.lo \
18878828Sobrien	cpu-i370.lo \
18978828Sobrien	cpu-i386.lo \
19078828Sobrien	cpu-i860.lo \
19178828Sobrien	cpu-i960.lo \
19278828Sobrien	cpu-m32r.lo \
19378828Sobrien	cpu-m68hc11.lo \
19478828Sobrien	cpu-m68hc12.lo \
19578828Sobrien	cpu-m68k.lo \
19678828Sobrien	cpu-m88k.lo \
19778828Sobrien	cpu-m10200.lo \
19878828Sobrien	cpu-m10300.lo \
19978828Sobrien	cpu-mcore.lo \
20078828Sobrien	cpu-mips.lo \
20189857Sobrien	cpu-mmix.lo \
20291041Sobrien	cpu-or32.lo \
20378828Sobrien	cpu-ns32k.lo \
20489857Sobrien	cpu-openrisc.lo \
20589857Sobrien	cpu-pdp11.lo \
20678828Sobrien	cpu-pj.lo \
20778828Sobrien	cpu-powerpc.lo \
20878828Sobrien	cpu-rs6000.lo \
20989857Sobrien	cpu-s390.lo \
21078828Sobrien	cpu-sh.lo \
21178828Sobrien	cpu-sparc.lo \
21278828Sobrien	cpu-tic30.lo \
21378828Sobrien	cpu-tic54x.lo \
21478828Sobrien	cpu-tic80.lo \
21578828Sobrien	cpu-v850.lo \
21678828Sobrien	cpu-vax.lo \
21778828Sobrien	cpu-we32k.lo \
21878828Sobrien	cpu-w65.lo \
21989857Sobrien	cpu-xstormy16.lo \
22078828Sobrien	cpu-z8k.lo
22133965Sjdp
22260484Sobrien
22378828SobrienALL_MACHINES_CFILES = \
22478828Sobrien	cpu-a29k.c \
22578828Sobrien	cpu-alpha.c \
22678828Sobrien	cpu-arc.c \
22778828Sobrien	cpu-arm.c \
22878828Sobrien	cpu-avr.c \
22978828Sobrien	cpu-cris.c \
23078828Sobrien	cpu-d10v.c \
23178828Sobrien	cpu-d30v.c \
23278828Sobrien	cpu-fr30.c \
23378828Sobrien	cpu-h8300.c \
23478828Sobrien	cpu-h8500.c \
23578828Sobrien	cpu-hppa.c \
23678828Sobrien	cpu-ia64.c \
23778828Sobrien	cpu-i370.c \
23878828Sobrien	cpu-i386.c \
23978828Sobrien	cpu-i860.c \
24078828Sobrien	cpu-i960.c \
24178828Sobrien	cpu-m32r.c \
24278828Sobrien	cpu-m68hc11.c \
24378828Sobrien	cpu-m68hc12.c \
24478828Sobrien	cpu-m68k.c \
24578828Sobrien	cpu-m88k.c \
24678828Sobrien	cpu-m10200.c \
24778828Sobrien	cpu-m10300.c \
24878828Sobrien	cpu-mcore.c \
24978828Sobrien	cpu-mips.c \
25089857Sobrien	cpu-mmix.c \
25191041Sobrien	cpu-or32.c \
25278828Sobrien	cpu-ns32k.c \
25389857Sobrien	cpu-openrisc.c \
25489857Sobrien	cpu-pdp11.c \
25578828Sobrien	cpu-pj.c \
25678828Sobrien	cpu-powerpc.c \
25778828Sobrien	cpu-rs6000.c \
25889857Sobrien	cpu-s390.c \
25978828Sobrien	cpu-sh.c \
26078828Sobrien	cpu-sparc.c \
26178828Sobrien	cpu-tic30.c \
26278828Sobrien	cpu-tic54x.c \
26378828Sobrien	cpu-tic80.c \
26478828Sobrien	cpu-v850.c \
26578828Sobrien	cpu-vax.c \
26678828Sobrien	cpu-we32k.c \
26778828Sobrien	cpu-w65.c \
26889857Sobrien	cpu-xstormy16.c \
26978828Sobrien	cpu-z8k.c
27033965Sjdp
27160484Sobrien
27233965Sjdp# The .o files needed by all of the 32 bit vectors that are configured into
27333965Sjdp# target_vector in targets.c if configured with --enable-targets=all.
27478828SobrienBFD32_BACKENDS = \
27578828Sobrien	aout-adobe.lo \
27678828Sobrien	aout-arm.lo \
27778828Sobrien	aout-cris.lo \
27878828Sobrien	aout-ns32k.lo \
27978828Sobrien	aout-sparcle.lo \
28078828Sobrien	aout-tic30.lo \
28178828Sobrien	aout0.lo \
28278828Sobrien	aout32.lo \
28378828Sobrien	armnetbsd.lo \
28478828Sobrien	bout.lo \
28578828Sobrien	cf-i386lynx.lo \
28678828Sobrien	cf-m68klynx.lo \
28778828Sobrien	cf-sparclynx.lo \
28878828Sobrien	coff-a29k.lo \
28978828Sobrien	coff-apollo.lo \
29078828Sobrien	coff-arm.lo \
29178828Sobrien	coff-aux.lo \
29278828Sobrien	coff-h8300.lo \
29378828Sobrien	coff-h8500.lo \
29478828Sobrien	coff-i386.lo \
29578828Sobrien	coff-go32.lo \
29678828Sobrien	coff-i860.lo \
29778828Sobrien	coff-i960.lo \
29878828Sobrien	coff-m68k.lo \
29978828Sobrien	coff-m88k.lo \
30078828Sobrien	coff-mips.lo \
30191041Sobrien	coff-or32.lo \
30278828Sobrien	coff-rs6000.lo \
30378828Sobrien	coff-sh.lo \
30478828Sobrien	coff-sparc.lo \
30578828Sobrien	coff-stgo32.lo \
30678828Sobrien	coff-svm68k.lo \
30778828Sobrien	coff-tic30.lo \
30878828Sobrien	coff-tic54x.lo \
30978828Sobrien	coff-tic80.lo \
31078828Sobrien	coff-u68k.lo \
31178828Sobrien	coff-we32k.lo \
31278828Sobrien	coff-w65.lo \
31378828Sobrien	coff-z8k.lo \
31478828Sobrien	cofflink.lo \
31578828Sobrien	dwarf1.lo \
31678828Sobrien	ecoff.lo \
31778828Sobrien	ecofflink.lo \
31878828Sobrien	efi-app-ia32.lo \
31978828Sobrien	elf.lo \
32078828Sobrien	elf32-arc.lo \
32178828Sobrien	elfarm-oabi.lo \
32278828Sobrien	elfarm-nabi.lo \
32378828Sobrien	elf32-avr.lo \
32478828Sobrien	elf32-cris.lo \
32578828Sobrien	elf32-d10v.lo \
32678828Sobrien	elf32-d30v.lo \
32778828Sobrien	elf32-fr30.lo \
32878828Sobrien	elf32-gen.lo \
32989857Sobrien	elf32-h8300.lo \
33078828Sobrien	elf32-hppa.lo \
33178828Sobrien	elf32-i370.lo \
33278828Sobrien	elf32-i386.lo \
33378828Sobrien	elf32-i860.lo \
33478828Sobrien	elf32-i960.lo \
33578828Sobrien	elf32-ia64.lo \
33678828Sobrien	elf32-m32r.lo \
33778828Sobrien	elf32-m68hc11.lo \
33878828Sobrien	elf32-m68hc12.lo \
33978828Sobrien	elf32-m68k.lo \
34078828Sobrien	elf32-m88k.lo \
34178828Sobrien	elf-m10200.lo \
34278828Sobrien	elf-m10300.lo \
34378828Sobrien	elf32-mcore.lo \
34478828Sobrien	elf32-mips.lo \
34589857Sobrien	elf32-openrisc.lo \
34691041Sobrien	elf32-or32.lo \
34778828Sobrien	elf32-pj.lo \
34878828Sobrien	elf32-ppc.lo \
34989857Sobrien	elf32-s390.lo \
35078828Sobrien	elf32-sh.lo \
35178828Sobrien	elf32-sh-lin.lo \
35291041Sobrien	elf32-sh64.lo \
35389857Sobrien	elf32-sh-nbsd.lo \
35478828Sobrien	elf32-sparc.lo \
35578828Sobrien	elf32-v850.lo \
35689857Sobrien	elf32-xstormy16.lo \
35778828Sobrien	elf32.lo \
35878828Sobrien	elflink.lo \
35989857Sobrien	elf-strtab.lo \
36089857Sobrien	elf-eh-frame.lo \
36178828Sobrien	epoc-pe-arm.lo \
36278828Sobrien	epoc-pei-arm.lo \
36378828Sobrien	hp300bsd.lo \
36478828Sobrien	hp300hpux.lo \
36578828Sobrien	som.lo \
36678828Sobrien	i386aout.lo \
36778828Sobrien	i386bsd.lo \
36878828Sobrien	i386dynix.lo \
36978828Sobrien	i386freebsd.lo \
37078828Sobrien	i386linux.lo \
37178828Sobrien	i386lynx.lo \
37278828Sobrien	i386msdos.lo \
37378828Sobrien	i386netbsd.lo \
37478828Sobrien	i386mach3.lo \
37578828Sobrien	i386os9k.lo \
37678828Sobrien	ieee.lo \
37778828Sobrien	m68k4knetbsd.lo \
37878828Sobrien	m68klinux.lo \
37978828Sobrien	m68klynx.lo \
38078828Sobrien	m68knetbsd.lo \
38178828Sobrien	m88kmach3.lo \
38278828Sobrien	mipsbsd.lo \
38378828Sobrien	newsos3.lo \
38478828Sobrien	nlm.lo \
38578828Sobrien	nlm32-i386.lo \
38678828Sobrien	nlm32-sparc.lo \
38778828Sobrien	nlm32-ppc.lo \
38878828Sobrien	nlm32.lo \
38978828Sobrien	ns32knetbsd.lo \
39078828Sobrien	oasys.lo \
39178828Sobrien	pc532-mach.lo \
39289857Sobrien	pdp11.lo \
39378828Sobrien	pe-arm.lo \
39478828Sobrien	pei-arm.lo \
39578828Sobrien	pe-i386.lo \
39678828Sobrien	pei-i386.lo \
39778828Sobrien	pe-mcore.lo \
39878828Sobrien	pei-mcore.lo \
39978828Sobrien	pe-ppc.lo \
40078828Sobrien	pei-ppc.lo \
40178828Sobrien	pe-sh.lo \
40278828Sobrien	pei-sh.lo \
40378828Sobrien	pe-mips.lo \
40478828Sobrien	pei-mips.lo \
40578828Sobrien	peigen.lo \
40678828Sobrien	ppcboot.lo \
40778828Sobrien	reloc16.lo \
40878828Sobrien	riscix.lo \
40978828Sobrien	sparclinux.lo \
41078828Sobrien	sparclynx.lo \
41178828Sobrien	sparcnetbsd.lo \
41278828Sobrien	sunos.lo \
41378828Sobrien	vaxnetbsd.lo \
41478828Sobrien	versados.lo \
41578828Sobrien	vms.lo \
41678828Sobrien	vms-gsd.lo \
41778828Sobrien	vms-hdr.lo \
41878828Sobrien	vms-misc.lo \
41978828Sobrien	vms-tir.lo \
42078828Sobrien	xcofflink.lo
42133965Sjdp
42260484Sobrien
42378828SobrienBFD32_BACKENDS_CFILES = \
42478828Sobrien	aout-adobe.c \
42578828Sobrien	aout-arm.c \
42678828Sobrien	aout-cris.c \
42778828Sobrien	aout-ns32k.c \
42878828Sobrien	aout-sparcle.c \
42978828Sobrien	aout-tic30.c \
43078828Sobrien	aout0.c \
43178828Sobrien	aout32.c \
43278828Sobrien	armnetbsd.c \
43378828Sobrien	bout.c \
43478828Sobrien	cf-i386lynx.c \
43578828Sobrien	cf-m68klynx.c \
43678828Sobrien	cf-sparclynx.c \
43778828Sobrien	coff-a29k.c \
43878828Sobrien	coff-apollo.c \
43978828Sobrien	coff-arm.c \
44078828Sobrien	coff-aux.c \
44178828Sobrien	coff-h8300.c \
44278828Sobrien	coff-h8500.c \
44378828Sobrien	coff-i386.c \
44478828Sobrien	coff-i860.c \
44578828Sobrien	coff-go32.c \
44678828Sobrien	coff-i960.c \
44778828Sobrien	coff-m68k.c \
44878828Sobrien	coff-m88k.c \
44978828Sobrien	coff-mips.c \
45091041Sobrien	coff-or32.c \
45178828Sobrien	coff-rs6000.c \
45278828Sobrien	coff-sh.c \
45378828Sobrien	coff-sparc.c \
45478828Sobrien	coff-stgo32.c \
45578828Sobrien	coff-svm68k.c \
45678828Sobrien	coff-tic30.c \
45778828Sobrien	coff-tic54x.c \
45878828Sobrien	coff-tic80.c \
45978828Sobrien	coff-u68k.c \
46078828Sobrien	coff-we32k.c \
46178828Sobrien	coff-w65.c \
46278828Sobrien	coff-z8k.c \
46378828Sobrien	cofflink.c \
46478828Sobrien	dwarf1.c \
46578828Sobrien	ecoff.c \
46678828Sobrien	ecofflink.c \
46778828Sobrien	efi-app-ia32.c \
46878828Sobrien	elf.c \
46978828Sobrien	elf32-arc.c \
47078828Sobrien	elfarm-oabi.c \
47178828Sobrien	elfarm-nabi.c \
47278828Sobrien	elf32-avr.c \
47378828Sobrien	elf32-cris.c \
47478828Sobrien	elf32-d10v.c \
47578828Sobrien	elf32-d30v.c \
47678828Sobrien	elf32-fr30.c \
47778828Sobrien	elf32-gen.c \
47889857Sobrien	elf32-h8300.c \
47978828Sobrien	elf32-hppa.c \
48078828Sobrien	elf32-i370.c \
48178828Sobrien	elf32-i386.c \
48278828Sobrien	elf32-i860.c \
48378828Sobrien	elf32-i960.c \
48478828Sobrien	elf32-m32r.c \
48578828Sobrien	elf32-m68k.c \
48678828Sobrien	elf32-m68hc11.c \
48778828Sobrien	elf32-m68hc12.c \
48878828Sobrien	elf32-m88k.c \
48978828Sobrien	elf-m10200.c \
49078828Sobrien	elf-m10300.c \
49178828Sobrien	elf32-mcore.c \
49278828Sobrien	elf32-mips.c \
49389857Sobrien	elf32-openrisc.c \
49491041Sobrien	elf32-or32.c \
49578828Sobrien	elf32-pj.c \
49678828Sobrien	elf32-ppc.c \
49791041Sobrien	elf32-sh64.c \
49889857Sobrien	elf32-s390.c \
49978828Sobrien	elf32-sh.c \
50078828Sobrien	elf32-sh-lin.c \
50189857Sobrien	elf32-sh-nbsd.c \
50278828Sobrien	elf32-sparc.c \
50378828Sobrien	elf32-v850.c \
50489857Sobrien	elf32-xstormy16.c \
50578828Sobrien	elf32.c \
50678828Sobrien	elflink.c \
50789857Sobrien	elf-strtab.c \
50889857Sobrien	elf-eh-frame.c \
50978828Sobrien	epoc-pe-arm.c \
51078828Sobrien	epoc-pei-arm.c \
51178828Sobrien	hp300bsd.c \
51278828Sobrien	hp300hpux.c \
51378828Sobrien	som.c \
51478828Sobrien	i386aout.c \
51578828Sobrien	i386bsd.c \
51678828Sobrien	i386dynix.c \
51778828Sobrien	i386freebsd.c \
51878828Sobrien	i386linux.c \
51978828Sobrien	i386lynx.c \
52078828Sobrien	i386msdos.c \
52178828Sobrien	i386netbsd.c \
52278828Sobrien	i386mach3.c \
52378828Sobrien	i386os9k.c \
52478828Sobrien	ieee.c \
52578828Sobrien	m68k4knetbsd.c \
52678828Sobrien	m68klinux.c \
52778828Sobrien	m68klynx.c \
52878828Sobrien	m68knetbsd.c \
52978828Sobrien	m88kmach3.c \
53078828Sobrien	mipsbsd.c \
53178828Sobrien	newsos3.c \
53278828Sobrien	nlm.c \
53378828Sobrien	nlm32-i386.c \
53478828Sobrien	nlm32-sparc.c \
53578828Sobrien	nlm32-ppc.c \
53678828Sobrien	nlm32.c \
53778828Sobrien	ns32knetbsd.c \
53878828Sobrien	oasys.c \
53978828Sobrien	pc532-mach.c \
54089857Sobrien	pdp11.c \
54178828Sobrien	pe-arm.c \
54278828Sobrien	pei-arm.c \
54378828Sobrien	pe-i386.c \
54478828Sobrien	pei-i386.c \
54578828Sobrien	pe-mcore.c \
54678828Sobrien	pei-mcore.c \
54778828Sobrien	pe-ppc.c \
54878828Sobrien	pei-ppc.c \
54978828Sobrien	pe-sh.c \
55078828Sobrien	pei-sh.c \
55178828Sobrien	pe-mips.c \
55278828Sobrien	pei-mips.c \
55378828Sobrien	ppcboot.c \
55478828Sobrien	reloc16.c \
55578828Sobrien	riscix.c \
55678828Sobrien	sparclinux.c \
55778828Sobrien	sparclynx.c \
55878828Sobrien	sparcnetbsd.c \
55978828Sobrien	sunos.c \
56078828Sobrien	vaxnetbsd.c \
56178828Sobrien	versados.c \
56278828Sobrien	vms.c \
56378828Sobrien	vms-gsd.c \
56478828Sobrien	vms-hdr.c \
56578828Sobrien	vms-misc.c \
56678828Sobrien	vms-tir.c \
56778828Sobrien	xcofflink.c
56833965Sjdp
56960484Sobrien
57033965Sjdp# The .o files needed by all of the 64 bit vectors that are configured into
57133965Sjdp# target_vector in targets.c if configured with --enable-targets=all
57233965Sjdp# and --enable-64-bit-bfd.
57378828SobrienBFD64_BACKENDS = \
57478828Sobrien	aout64.lo \
57578828Sobrien	coff-alpha.lo \
57678828Sobrien	coff64-rs6000.lo \
57778828Sobrien	demo64.lo \
57878828Sobrien	efi-app-ia64.lo \
57978828Sobrien	elf64-x86-64.lo \
58078828Sobrien	elf64-alpha.lo \
58178828Sobrien	elf64-hppa.lo \
58278828Sobrien	elf64-ia64.lo \
58378828Sobrien	elf64-gen.lo \
58478828Sobrien	elf64-mips.lo \
58589857Sobrien	elf64-mmix.lo \
58691041Sobrien	elf64-sh64.lo \
58789857Sobrien	elf64-ppc.lo \
58889857Sobrien	elf64-s390.lo \
58978828Sobrien	elf64-sparc.lo \
59078828Sobrien	elf64.lo \
59189857Sobrien	mmo.lo \
59278828Sobrien	nlm32-alpha.lo \
59378828Sobrien	nlm64.lo \
59478828Sobrien	pepigen.lo
59533965Sjdp
59660484Sobrien
59778828SobrienBFD64_BACKENDS_CFILES = \
59878828Sobrien	aout64.c \
59978828Sobrien	coff-alpha.c \
60078828Sobrien	coff64-rs6000.c \
60178828Sobrien	demo64.c \
60278828Sobrien	efi-app-ia64.c \
60378828Sobrien	elf64-x86-64.c \
60478828Sobrien	elf64-alpha.c \
60578828Sobrien	elf64-hppa.c \
60678828Sobrien	elf64-gen.c \
60778828Sobrien	elf64-mips.c \
60889857Sobrien	elf64-mmix.c \
60989857Sobrien	elf64-ppc.c \
61089857Sobrien	elf64-s390.c \
61191041Sobrien	elf64-sh64.c \
61278828Sobrien	elf64-sparc.c \
61378828Sobrien	elf64.c \
61489857Sobrien	mmo.c \
61578828Sobrien	nlm32-alpha.c \
61678828Sobrien	nlm64.c
61733965Sjdp
61860484Sobrien
61978828SobrienOPTIONAL_BACKENDS = \
62078828Sobrien	aix386-core.lo \
62178828Sobrien	hpux-core.lo \
62278828Sobrien	irix-core.lo \
62378828Sobrien	lynx-core.lo \
62478828Sobrien	osf-core.lo \
62578828Sobrien	sco5-core.lo \
62678828Sobrien	trad-core.lo \
62778828Sobrien	cisco-core.lo
62833965Sjdp
62960484Sobrien
63078828SobrienOPTIONAL_BACKENDS_CFILES = \
63178828Sobrien	aix386-core.c \
63278828Sobrien	hpux-core.c \
63378828Sobrien	irix-core.c \
63478828Sobrien	lynx-core.c \
63578828Sobrien	osf-core.c \
63678828Sobrien	sco5-core.c \
63778828Sobrien	trad-core.c \
63878828Sobrien	cisco-core.c
63933965Sjdp
64060484Sobrien
64133965Sjdp# These are defined by configure.in:
64233965SjdpWORDSIZE = @wordsize@
64333965SjdpALL_BACKENDS = @all_backends@
64433965SjdpBFD_BACKENDS = @bfd_backends@
64589857SobrienBFD_LIBS = @bfd_libs@
64633965SjdpBFD_MACHINES = @bfd_machines@
64733965SjdpTDEFAULTS = @tdefaults@
64833965Sjdp
64960484SobrienINCLUDES = -D_GNU_SOURCE @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) -I$(srcdir)/../intl -I../intl
65033965Sjdp
65133965Sjdp# C source files that correspond to .o's.
65278828SobrienSOURCE_CFILES = \
65389857Sobrien	$(BFD32_LIBS_CFILES) \
65489857Sobrien	$(BFD64_LIBS_CFILES) \
65578828Sobrien	$(ALL_MACHINES_CFILES) \
65678828Sobrien	$(BFD32_BACKENDS_CFILES) \
65778828Sobrien	$(BFD64_BACKENDS_CFILES) \
65878828Sobrien	$(OPTIONAL_BACKENDS_CFILES)
65933965Sjdp
66060484Sobrien
66178828SobrienBUILD_CFILES = \
66278828Sobrien	elf32-ia64.c elf64-ia64.c peigen.c pepigen.c
66333965Sjdp
66460484Sobrien
66578828SobrienCFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
66660484Sobrien
66778828SobrienSOURCE_HFILES = \
66878828Sobrien	aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
66978828Sobrien	elf-bfd.h elf-hppa.h elf32-arm.h elf32-hppa.h elf64-hppa.h \
67078828Sobrien	elfcode.h elfcore.h elflink.h freebsd.h genlink.h go32stub.h \
67178828Sobrien	libaout.h libbfd.h libcoff.h libecoff.h libhppa.h \
67278828Sobrien	libieee.h libnlm.h liboasys.h libpei.h netbsd.h nlm-target.h \
67389857Sobrien	nlmcode.h nlmswap.h ns32k.h peicode.h som.h vms.h libxcoff.h \
67489857Sobrien	xcoff-target.h version.h
67560484Sobrien
67660484Sobrien
67778828SobrienBUILD_HFILES = \
67878828Sobrien	elf32-target.h elf64-target.h targmatch.h
67978828Sobrien
68078828Sobrien
68178828SobrienHFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
68278828Sobrien
68378828SobrienSRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
68478828SobrienBLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
68578828Sobrien
68638889Sjdp# Various kinds of .o files to put in libbfd.a:
68738889Sjdp# BFD_BACKENDS	Routines the configured targets need.
68838889Sjdp# BFD_MACHINES	Architecture-specific routines the configured targets need.
68938889Sjdp# COREFILE	Core file routines for a native configuration
69038889SjdpOFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@
69133965Sjdp
69289857Sobrienlibbfd_la_SOURCES = $(BFD32_LIBS_CFILES) $(BFD64_LIBS_CFILES)
69338889Sjdplibbfd_la_DEPENDENCIES = $(OFILES) ofiles
69460484Sobrienlibbfd_la_LIBADD = `cat ofiles` @WIN32LIBADD@
69560484Sobrienlibbfd_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
69633965Sjdp
69738889Sjdp# libtool will build .libs/libbfd.a.  We create libbfd.a in the build
69838889Sjdp# directory so that we don't have to convert all the programs that use
69938889Sjdp# libbfd.a simultaneously.  This is a hack which should be removed if
70038889Sjdp# everything else starts using libtool.  FIXME.
70138889Sjdp
70238889Sjdpnoinst_LIBRARIES = libbfd.a
70360484Sobrienlibbfd_a_SOURCES = 
70438889Sjdp
70589857SobrienBFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
70660484SobrienLOCAL_H_DEPS = libbfd.h sysdep.h config.h
70738889Sjdp
70878828SobrienBFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
70989857Sobrien	reloc.c syms.c bfd.c archive.c corefile.c targets.c format.c version.h
71060484Sobrien
71189857SobrienBFD64_H_FILES = archive64.c
71238889SjdpLIBBFD_H_FILES = libbfd-in.h init.c libbfd.c cache.c reloc.c archures.c elf.c
71338889SjdpLIBCOFF_H_FILES = libcoff-in.h coffcode.h
71438889Sjdp
71578828SobrienMOSTLYCLEANFILES = ofiles stamp-ofiles
71638889Sjdp
71778828SobrienCLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
71878828Sobrien	stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
71960484Sobrien
72060484Sobrien
72178828SobrienDISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES)
72238889SjdpACLOCAL_M4 = $(top_srcdir)/aclocal.m4
72338889Sjdpmkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
72438889SjdpCONFIG_HEADER = config.h
72538889SjdpCONFIG_CLEAN_FILES =  bfd-in3.h
72638889SjdpLIBRARIES =  $(noinst_LIBRARIES)
72738889Sjdp
72838889Sjdp
72938889SjdpDEFS = @DEFS@ -I. -I$(srcdir) -I.
73038889SjdpCPPFLAGS = @CPPFLAGS@
73138889SjdpLDFLAGS = @LDFLAGS@
73238889SjdpLIBS = @LIBS@
73338889Sjdplibbfd_a_LIBADD = 
73438889Sjdplibbfd_a_OBJECTS = 
73538889SjdpLTLIBRARIES =  $(lib_LTLIBRARIES)
73638889Sjdp
73738889Sjdplibbfd_la_OBJECTS =  archive.lo archures.lo bfd.lo cache.lo coffgen.lo \
73838889Sjdpcorefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo \
73938889Sjdpsyms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo \
74089857Sobrienihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo archive64.lo
74138889SjdpCFLAGS = @CFLAGS@
74260484SobrienCOMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74360484SobrienLTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74460484SobrienCCLD = $(CC)
74560484SobrienLINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
74660484SobrienDIST_COMMON =  README ./stamp-h.in COPYING ChangeLog Makefile.am \
74760484SobrienMakefile.in TODO acinclude.m4 aclocal.m4 bfd-in2.h config.in configure \
74860484Sobrienconfigure.in
74938889Sjdp
75038889Sjdp
75138889SjdpDISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
75238889Sjdp
75394536SobrienTAR = tar
75460484SobrienGZIP_ENV = --best
75538889SjdpSOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES)
75638889SjdpOBJECTS = $(libbfd_a_OBJECTS) $(libbfd_la_OBJECTS)
75738889Sjdp
75860484Sobrienall: all-redirect
75938889Sjdp.SUFFIXES:
76077298Sobrien.SUFFIXES: .S .c .lo .o .obj .s
76160484Sobrien$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
76238889Sjdp	cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
76338889Sjdp
76460484SobrienMakefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
76538889Sjdp	cd $(top_builddir) \
76638889Sjdp	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
76738889Sjdp
76860484Sobrien$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
76938889Sjdp	cd $(srcdir) && $(ACLOCAL)
77060484Sobrien$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
77138889Sjdp	cd $(srcdir) && $(AUTOCONF)
77238889Sjdp
77338889Sjdpconfig.h: stamp-h
77460484Sobrien	@if test ! -f $@; then \
77560484Sobrien		rm -f stamp-h; \
77660484Sobrien		$(MAKE) stamp-h; \
77760484Sobrien	else :; fi
77838889Sjdpstamp-h: $(srcdir)/config.in $(top_builddir)/config.status
77938889Sjdp	cd $(top_builddir) \
78038889Sjdp	  && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
78138889Sjdp	     $(SHELL) ./config.status
78260484Sobrien	@echo timestamp > stamp-h 2> /dev/null
78360484Sobrien$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
78460484Sobrien	@if test ! -f $@; then \
78560484Sobrien		rm -f $(srcdir)/stamp-h.in; \
78660484Sobrien		$(MAKE) $(srcdir)/stamp-h.in; \
78760484Sobrien	else :; fi
78860484Sobrien$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
78938889Sjdp	cd $(top_srcdir) && $(AUTOHEADER)
79060484Sobrien	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
79138889Sjdp
79238889Sjdpmostlyclean-hdr:
79338889Sjdp
79438889Sjdpclean-hdr:
79538889Sjdp
79638889Sjdpdistclean-hdr:
79738889Sjdp	-rm -f config.h
79838889Sjdp
79938889Sjdpmaintainer-clean-hdr:
80038889Sjdpbfd-in3.h: $(top_builddir)/config.status bfd-in2.h
80160484Sobrien	cd $(top_builddir) && CONFIG_FILES=$@:bfd-in2.h CONFIG_HEADERS= $(SHELL) ./config.status
80238889Sjdp
80338889Sjdpmostlyclean-noinstLIBRARIES:
80438889Sjdp
80538889Sjdpclean-noinstLIBRARIES:
80638889Sjdp	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
80738889Sjdp
80838889Sjdpdistclean-noinstLIBRARIES:
80938889Sjdp
81038889Sjdpmaintainer-clean-noinstLIBRARIES:
81138889Sjdp
81238889Sjdp.c.o:
81338889Sjdp	$(COMPILE) -c $<
81438889Sjdp
81577298Sobrien# FIXME: We should only use cygpath when building on Windows,
81677298Sobrien# and only if it is available.
81777298Sobrien.c.obj:
81877298Sobrien	$(COMPILE) -c `cygpath -w $<`
81977298Sobrien
82038889Sjdp.s.o:
82138889Sjdp	$(COMPILE) -c $<
82238889Sjdp
82338889Sjdp.S.o:
82438889Sjdp	$(COMPILE) -c $<
82538889Sjdp
82638889Sjdpmostlyclean-compile:
82738889Sjdp	-rm -f *.o core *.core
82877298Sobrien	-rm -f *.$(OBJEXT)
82938889Sjdp
83038889Sjdpclean-compile:
83138889Sjdp
83238889Sjdpdistclean-compile:
83338889Sjdp	-rm -f *.tab.c
83438889Sjdp
83538889Sjdpmaintainer-clean-compile:
83638889Sjdp
83738889Sjdp.c.lo:
83838889Sjdp	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
83938889Sjdp
84038889Sjdp.s.lo:
84138889Sjdp	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
84238889Sjdp
84338889Sjdp.S.lo:
84438889Sjdp	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
84538889Sjdp
84638889Sjdpmostlyclean-libtool:
84738889Sjdp	-rm -f *.lo
84838889Sjdp
84938889Sjdpclean-libtool:
85038889Sjdp	-rm -rf .libs _libs
85138889Sjdp
85238889Sjdpdistclean-libtool:
85338889Sjdp
85438889Sjdpmaintainer-clean-libtool:
85538889Sjdp
85638889Sjdpmostlyclean-libLTLIBRARIES:
85738889Sjdp
85838889Sjdpclean-libLTLIBRARIES:
85938889Sjdp	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
86038889Sjdp
86138889Sjdpdistclean-libLTLIBRARIES:
86238889Sjdp
86338889Sjdpmaintainer-clean-libLTLIBRARIES:
86438889Sjdp
86538889Sjdpinstall-libLTLIBRARIES: $(lib_LTLIBRARIES)
86638889Sjdp	@$(NORMAL_INSTALL)
86760484Sobrien	$(mkinstalldirs) $(DESTDIR)$(libdir)
86838889Sjdp	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
86938889Sjdp	  if test -f $$p; then \
87060484Sobrien	    echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
87160484Sobrien	    $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
87238889Sjdp	  else :; fi; \
87338889Sjdp	done
87438889Sjdp
87538889Sjdpuninstall-libLTLIBRARIES:
87660484Sobrien	@$(NORMAL_UNINSTALL)
87738889Sjdp	list='$(lib_LTLIBRARIES)'; for p in $$list; do \
87860484Sobrien	  $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
87938889Sjdp	done
88038889Sjdp
88138889Sjdplibbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES)
88238889Sjdp	$(LINK) -rpath $(libdir) $(libbfd_la_LDFLAGS) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
88338889Sjdp
88438889Sjdp# This directory's subdirectories are mostly independent; you can cd
88538889Sjdp# into them and run `make' without going through this Makefile.
88638889Sjdp# To change the values of `make' variables: instead of editing Makefiles,
88738889Sjdp# (1) if the variable is set in `config.status', edit `config.status'
88838889Sjdp#     (which will cause the Makefiles to be regenerated when you run `make');
88938889Sjdp# (2) otherwise, pass the desired values on the `make' command line.
89038889Sjdp
89138889Sjdp@SET_MAKE@
89238889Sjdp
89338889Sjdpall-recursive install-data-recursive install-exec-recursive \
89438889Sjdpinstalldirs-recursive install-recursive uninstall-recursive install-info-recursive \
89538889Sjdpcheck-recursive installcheck-recursive info-recursive dvi-recursive:
89638889Sjdp	@set fnord $(MAKEFLAGS); amf=$$2; \
89760484Sobrien	dot_seen=no; \
89860484Sobrien	target=`echo $@ | sed s/-recursive//`; \
89938889Sjdp	list='$(SUBDIRS)'; for subdir in $$list; do \
90038889Sjdp	  echo "Making $$target in $$subdir"; \
90160484Sobrien	  if test "$$subdir" = "."; then \
90260484Sobrien	    dot_seen=yes; \
90360484Sobrien	    local_target="$$target-am"; \
90460484Sobrien	  else \
90560484Sobrien	    local_target="$$target"; \
90660484Sobrien	  fi; \
90760484Sobrien	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
90838889Sjdp	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
90960484Sobrien	done; \
91060484Sobrien	if test "$$dot_seen" = "no"; then \
91160484Sobrien	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
91260484Sobrien	fi; test -z "$$fail"
91338889Sjdp
91438889Sjdpmostlyclean-recursive clean-recursive distclean-recursive \
91538889Sjdpmaintainer-clean-recursive:
91638889Sjdp	@set fnord $(MAKEFLAGS); amf=$$2; \
91760484Sobrien	dot_seen=no; \
91838889Sjdp	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
91938889Sjdp	  rev="$$subdir $$rev"; \
92094536Sobrien	  test "$$subdir" != "." || dot_seen=yes; \
92138889Sjdp	done; \
92260484Sobrien	test "$$dot_seen" = "no" && rev=". $$rev"; \
92360484Sobrien	target=`echo $@ | sed s/-recursive//`; \
92438889Sjdp	for subdir in $$rev; do \
92538889Sjdp	  echo "Making $$target in $$subdir"; \
92660484Sobrien	  if test "$$subdir" = "."; then \
92760484Sobrien	    local_target="$$target-am"; \
92860484Sobrien	  else \
92960484Sobrien	    local_target="$$target"; \
93060484Sobrien	  fi; \
93160484Sobrien	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
93238889Sjdp	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
93338889Sjdp	done && test -z "$$fail"
93438889Sjdptags-recursive:
93538889Sjdp	list='$(SUBDIRS)'; for subdir in $$list; do \
93660484Sobrien	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
93738889Sjdp	done
93838889Sjdp
93938889Sjdptags: TAGS
94038889Sjdp
94138889SjdpID: $(HEADERS) $(SOURCES) $(LISP)
94260484Sobrien	list='$(SOURCES) $(HEADERS)'; \
94360484Sobrien	unique=`for i in $$list; do echo $$i; done | \
94460484Sobrien	  awk '    { files[$$0] = 1; } \
94560484Sobrien	       END { for (i in files) print i; }'`; \
94638889Sjdp	here=`pwd` && cd $(srcdir) \
94760484Sobrien	  && mkid -f$$here/ID $$unique $(LISP)
94838889Sjdp
94938889SjdpTAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
95038889Sjdp	tags=; \
95138889Sjdp	here=`pwd`; \
95238889Sjdp	list='$(SUBDIRS)'; for subdir in $$list; do \
95360484Sobrien   if test "$$subdir" = .; then :; else \
95460484Sobrien	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
95560484Sobrien   fi; \
95638889Sjdp	done; \
95738889Sjdp	list='$(SOURCES) $(HEADERS)'; \
95838889Sjdp	unique=`for i in $$list; do echo $$i; done | \
95938889Sjdp	  awk '    { files[$$0] = 1; } \
96038889Sjdp	       END { for (i in files) print i; }'`; \
96138889Sjdp	test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
96238889Sjdp	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
96338889Sjdp
96438889Sjdpmostlyclean-tags:
96538889Sjdp
96638889Sjdpclean-tags:
96738889Sjdp
96838889Sjdpdistclean-tags:
96938889Sjdp	-rm -f TAGS ID
97038889Sjdp
97138889Sjdpmaintainer-clean-tags:
97238889Sjdp
97338889Sjdpdistdir = $(PACKAGE)-$(VERSION)
97438889Sjdptop_distdir = $(distdir)
97538889Sjdp
97638889Sjdp# This target untars the dist file and tries a VPATH configuration.  Then
97738889Sjdp# it guarantees that the distribution is self-contained by making another
97838889Sjdp# tarfile.
97938889Sjdpdistcheck: dist
98038889Sjdp	-rm -rf $(distdir)
98160484Sobrien	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
98238889Sjdp	mkdir $(distdir)/=build
98338889Sjdp	mkdir $(distdir)/=inst
98438889Sjdp	dc_install_base=`cd $(distdir)/=inst && pwd`; \
98538889Sjdp	cd $(distdir)/=build \
98638889Sjdp	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
98760484Sobrien	  && $(MAKE) $(AM_MAKEFLAGS) \
98860484Sobrien	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
98960484Sobrien	  && $(MAKE) $(AM_MAKEFLAGS) check \
99060484Sobrien	  && $(MAKE) $(AM_MAKEFLAGS) install \
99160484Sobrien	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
99260484Sobrien	  && $(MAKE) $(AM_MAKEFLAGS) dist
99338889Sjdp	-rm -rf $(distdir)
99460484Sobrien	@banner="$(distdir).tar.gz is ready for distribution"; \
99560484Sobrien	dashes=`echo "$$banner" | sed s/./=/g`; \
99660484Sobrien	echo "$$dashes"; \
99760484Sobrien	echo "$$banner"; \
99860484Sobrien	echo "$$dashes"
99938889Sjdpdist: distdir
100038889Sjdp	-chmod -R a+r $(distdir)
100160484Sobrien	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
100238889Sjdp	-rm -rf $(distdir)
100338889Sjdpdist-all: distdir
100438889Sjdp	-chmod -R a+r $(distdir)
100560484Sobrien	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
100638889Sjdp	-rm -rf $(distdir)
100738889Sjdpdistdir: $(DISTFILES)
100838889Sjdp	-rm -rf $(distdir)
100938889Sjdp	mkdir $(distdir)
101038889Sjdp	-chmod 777 $(distdir)
101138889Sjdp	@for file in $(DISTFILES); do \
101238889Sjdp	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
101360484Sobrien	  if test -d $$d/$$file; then \
101478828Sobrien	    cp -pr $$d/$$file $(distdir)/$$file; \
101560484Sobrien	  else \
101660484Sobrien	    test -f $(distdir)/$$file \
101760484Sobrien	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
101860484Sobrien	    || cp -p $$d/$$file $(distdir)/$$file || :; \
101960484Sobrien	  fi; \
102038889Sjdp	done
102138889Sjdp	for subdir in $(SUBDIRS); do \
102260484Sobrien	  if test "$$subdir" = .; then :; else \
102360484Sobrien	    test -d $(distdir)/$$subdir \
102460484Sobrien	    || mkdir $(distdir)/$$subdir \
102538889Sjdp	    || exit 1; \
102660484Sobrien	    chmod 777 $(distdir)/$$subdir; \
102760484Sobrien	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
102860484Sobrien	      || exit 1; \
102960484Sobrien	  fi; \
103038889Sjdp	done
103160484Sobrieninfo-am:
103238889Sjdpinfo: info-recursive
103360484Sobriendvi-am:
103438889Sjdpdvi: dvi-recursive
103560484Sobriencheck-am:
103660484Sobriencheck: check-recursive
103760484Sobrieninstallcheck-am:
103838889Sjdpinstallcheck: installcheck-recursive
103960484Sobrieninstall-info-am: 
104038889Sjdpinstall-info: install-info-recursive
104138889Sjdpall-recursive-am: config.h
104260484Sobrien	$(MAKE) $(AM_MAKEFLAGS) all-recursive
104333965Sjdp
104438889Sjdpinstall-exec-am: install-libLTLIBRARIES
104560484Sobrieninstall-exec: install-exec-recursive
104633965Sjdp
104738889Sjdpinstall-data-am: install-data-local
104860484Sobrieninstall-data: install-data-recursive
104933965Sjdp
105060484Sobrieninstall-am: all-am
105160484Sobrien	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
105260484Sobrieninstall: install-recursive
105338889Sjdpuninstall-am: uninstall-libLTLIBRARIES
105460484Sobrienuninstall: uninstall-recursive
105560484Sobrienall-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
105660484Sobrienall-redirect: all-recursive-am
105738889Sjdpinstall-strip:
105860484Sobrien	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
105938889Sjdpinstalldirs: installdirs-recursive
106060484Sobrieninstalldirs-am:
106160484Sobrien	$(mkinstalldirs)  $(DESTDIR)$(libdir)
106238889Sjdp
106338889Sjdp
106438889Sjdpmostlyclean-generic:
106538889Sjdp	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
106638889Sjdp
106738889Sjdpclean-generic:
106838889Sjdp	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
106938889Sjdp
107038889Sjdpdistclean-generic:
107160484Sobrien	-rm -f Makefile $(CONFIG_CLEAN_FILES)
107238889Sjdp	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
107378828Sobrien	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
107438889Sjdp
107538889Sjdpmaintainer-clean-generic:
107638889Sjdpmostlyclean-am:  mostlyclean-hdr mostlyclean-noinstLIBRARIES \
107738889Sjdp		mostlyclean-compile mostlyclean-libtool \
107838889Sjdp		mostlyclean-libLTLIBRARIES mostlyclean-tags \
107938889Sjdp		mostlyclean-generic
108038889Sjdp
108160484Sobrienmostlyclean: mostlyclean-recursive
108260484Sobrien
108338889Sjdpclean-am:  clean-hdr clean-noinstLIBRARIES clean-compile clean-libtool \
108438889Sjdp		clean-libLTLIBRARIES clean-tags clean-generic \
108538889Sjdp		mostlyclean-am
108638889Sjdp
108760484Sobrienclean: clean-recursive
108860484Sobrien
108938889Sjdpdistclean-am:  distclean-hdr distclean-noinstLIBRARIES distclean-compile \
109038889Sjdp		distclean-libtool distclean-libLTLIBRARIES \
109138889Sjdp		distclean-tags distclean-generic clean-am
109260484Sobrien	-rm -f libtool
109338889Sjdp
109460484Sobriendistclean: distclean-recursive
109560484Sobrien	-rm -f config.status
109660484Sobrien
109738889Sjdpmaintainer-clean-am:  maintainer-clean-hdr \
109838889Sjdp		maintainer-clean-noinstLIBRARIES \
109938889Sjdp		maintainer-clean-compile maintainer-clean-libtool \
110038889Sjdp		maintainer-clean-libLTLIBRARIES maintainer-clean-tags \
110138889Sjdp		maintainer-clean-generic distclean-am
110238889Sjdp	@echo "This command is intended for maintainers to use;"
110338889Sjdp	@echo "it deletes files that may require special tools to rebuild."
110460484Sobrien
110560484Sobrienmaintainer-clean: maintainer-clean-recursive
110638889Sjdp	-rm -f config.status
110738889Sjdp
110860484Sobrien.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
110960484Sobrienmostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
111060484Sobrienclean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
111160484Sobrienmostlyclean-compile distclean-compile clean-compile \
111260484Sobrienmaintainer-clean-compile mostlyclean-libtool distclean-libtool \
111360484Sobrienclean-libtool maintainer-clean-libtool mostlyclean-libLTLIBRARIES \
111460484Sobriendistclean-libLTLIBRARIES clean-libLTLIBRARIES \
111560484Sobrienmaintainer-clean-libLTLIBRARIES uninstall-libLTLIBRARIES \
111660484Sobrieninstall-libLTLIBRARIES install-data-recursive uninstall-data-recursive \
111760484Sobrieninstall-exec-recursive uninstall-exec-recursive installdirs-recursive \
111860484Sobrienuninstalldirs-recursive all-recursive check-recursive \
111960484Sobrieninstallcheck-recursive info-recursive dvi-recursive \
112060484Sobrienmostlyclean-recursive distclean-recursive clean-recursive \
112138889Sjdpmaintainer-clean-recursive tags tags-recursive mostlyclean-tags \
112260484Sobriendistclean-tags clean-tags maintainer-clean-tags distdir info-am info \
112360484Sobriendvi-am dvi check check-am installcheck-am installcheck install-info-am \
112460484Sobrieninstall-info all-recursive-am install-exec-am install-exec \
112560484Sobrieninstall-data-local install-data-am install-data install-am install \
112660484Sobrienuninstall-am uninstall all-redirect all-am all installdirs-am \
112760484Sobrieninstalldirs mostlyclean-generic distclean-generic clean-generic \
112860484Sobrienmaintainer-clean-generic clean mostlyclean distclean maintainer-clean
112938889Sjdp
113038889Sjdp
113178828Sobrienpo/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
113289857Sobrien	for file in $(SRC_POTFILES); do echo $$file; done | sort > tmp.src \
113389857Sobrien	  && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
113460484Sobrien
113578828Sobrienpo/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
113689857Sobrien	for file in $(BLD_POTFILES); do echo $$file; done | sort > tmp.bld \
113789857Sobrien	  && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
113878828Sobrien
113978828Sobrien# The following target is retained for upgrade purposes.
114078828Sobrien# This target used to exist in older versions of this makefile, and was
114178828Sobrien# referenced by <builddir>/po/Makefile (which is created from <srcdir>/po/Make-in)
114278828Sobrien# So old versions of <builddir>/po/Makefile will try to regenerate themselves
114378828Sobrien# when make is next run, but that dependency cannot be completed without a build
114478828Sobrien# of po/POTFILES.in.  Hence the presence of this rule.  This rule will be deleted
114578828Sobrien# once it is no longer needed - probably in the fall of 2001.
114678828Sobrienpo/POTFILES.in:
114778828Sobrien
114833965Sjdpdiststuff: info
114933965Sjdp
115033965Sjdpstamp-ofiles: Makefile
115133965Sjdp	rm -f tofiles
115233965Sjdp	f=""; \
115333965Sjdp	for i in $(OFILES) ; do \
115433965Sjdp	  case " $$f " in \
115533965Sjdp	    *" $$i "*) ;; \
115633965Sjdp	    *) f="$$f $$i" ;; \
115733965Sjdp	  esac ; \
115833965Sjdp	done ; \
115933965Sjdp	echo $$f > tofiles
116033965Sjdp	$(SHELL) $(srcdir)/../move-if-change tofiles ofiles
116133965Sjdp	touch stamp-ofiles
116233965Sjdp
116333965Sjdpofiles: stamp-ofiles ; @true
116433965Sjdp
116538889Sjdpstamp-lib: libbfd.la
116660484Sobrien	libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
116760484Sobrien	if [ -f $$libtooldir/libbfd.a ]; then \
116860484Sobrien	  cp $$libtooldir/libbfd.a libbfd.tmp; \
116978828Sobrien	  $(RANLIB) libbfd.tmp; \
117038889Sjdp	  $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
117133965Sjdp	else true; fi
117238889Sjdp	touch stamp-lib
117333965Sjdp
117438889Sjdplibbfd.a: stamp-lib ; @true
117533965Sjdp
117633965Sjdp# This file holds an array associating configuration triplets and
117733965Sjdp# vector names.  It is built from config.bfd.  It is not compiled by
117833965Sjdp# itself, but is included by targets.c.
117933965Sjdptargmatch.h: config.bfd targmatch.sed
118033965Sjdp	rm -f targmatch.h
118133965Sjdp	sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
118233965Sjdp	mv -f targmatch.new targmatch.h
118333965Sjdp
118433965Sjdp# When compiling archures.c and targets.c, supply the default target
118533965Sjdp# info from configure.
118633965Sjdp
118738889Sjdptargets.lo: targets.c config.status
118838889Sjdp	$(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
118933965Sjdp
119038889Sjdparchures.lo: archures.c config.status
119138889Sjdp	$(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
119233965Sjdp
119333965Sjdpelf32-target.h : elfxx-target.h
119433965Sjdp	rm -f elf32-target.h
119533965Sjdp	sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
119633965Sjdp	mv -f elf32-target.new elf32-target.h
119733965Sjdp
119833965Sjdpelf64-target.h : elfxx-target.h
119933965Sjdp	rm -f elf64-target.h
120033965Sjdp	sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
120133965Sjdp	mv -f elf64-target.new elf64-target.h
120277298Sobrien
120377298Sobrienelf32-ia64.c : elfxx-ia64.c
120477298Sobrien	rm -f elf32-ia64.c
120577298Sobrien	sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
120677298Sobrien	mv -f elf32-ia64.new elf32-ia64.c
120777298Sobrien
120877298Sobrienelf64-ia64.c : elfxx-ia64.c
120977298Sobrien	rm -f elf64-ia64.c
121077298Sobrien	sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
121177298Sobrien	mv -f elf64-ia64.new elf64-ia64.c
121278828Sobrien
121378828Sobrienpeigen.c : peXXigen.c
121478828Sobrien	rm -f peigen.c
121578828Sobrien	sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
121678828Sobrien	mv -f peigen.new peigen.c
121778828Sobrien
121878828Sobrienpepigen.c : peXXigen.c
121978828Sobrien	rm -f pepigen.c
122078828Sobrien	sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
122178828Sobrien	mv -f pepigen.new pepigen.c
122289857Sobrien$(BFD32_LIBS) \
122389857Sobrien $(BFD64_LIBS) \
122489857Sobrien $(ALL_MACHINES) \
122589857Sobrien $(BFD32_BACKENDS) \
122689857Sobrien $(BFD64_BACKENDS) \
122789857Sobrien $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
122833965Sjdp
122938889Sjdp# Install BFD include file, and others that it needs.
123038889Sjdpinstall-data-local: $(BFD_H)
123160484Sobrien	@$(NORMAL_INSTALL)
123277298Sobrien	$(mkinstalldirs) $(DESTDIR)$(includedir)
123377298Sobrien	$(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(includedir)/bfd.h
123477298Sobrien	$(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(includedir)/ansidecl.h
123589857Sobrien	$(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(includedir)/symcat.h
123677298Sobrien	$(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(includedir)/bfdlink.h
123733965Sjdp
123889857SobrienMakefile: $(srcdir)/configure.in
123989857Sobrien
124060484Sobrien# Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
124160484SobrienDEP: dep.sed $(CFILES) $(HFILES) bfd.h
124260484Sobrien	rm -f DEP1
124360484Sobrien	$(MAKE) MKDEP="$(MKDEP)" DEP1
124477298Sobrien	sed -f dep.sed < DEP1 > DEPA
124577298Sobrien	echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
124677298Sobrien	if grep ' /' DEPA > /dev/null 2> /dev/null; then \
124777298Sobrien	  echo 'make DEP failed!'; exit 1; \
124877298Sobrien	else \
124977298Sobrien	  mv -f DEPA $@; \
125077298Sobrien	fi
125133965Sjdp
125260484SobrienDEP1: $(CFILES)
125360484Sobrien	echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
125460484Sobrien	echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
125560484Sobrien	$(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
125660484Sobrien	mv -f DEP2 $@
125733965Sjdp
125833965Sjdpdep.sed: dep-in.sed config.status
125933965Sjdp	sed <$(srcdir)/dep-in.sed >dep.sed	\
126033965Sjdp		-e 's!@BFD_H@!$(BFD_H)!'	\
126194536Sobrien		-e 's!@SRCDIR@!$(srcdir)!'	\
126294536Sobrien		-e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!'
126333965Sjdp
126460484Sobriendep: DEP
126533965Sjdp	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
126660484Sobrien	cat DEP >> tmp-Makefile
126733965Sjdp	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
126833965Sjdp
126960484Sobriendep-in: DEP
127033965Sjdp	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
127160484Sobrien	cat DEP >> tmp-Makefile.in
127233965Sjdp	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
127333965Sjdp
127460484Sobriendep-am: DEP
127538889Sjdp	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
127660484Sobrien	cat DEP >> tmp-Makefile.am
127738889Sjdp	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
127833965Sjdp
127938889Sjdphost-aout.lo: Makefile
128038889Sjdp
128133965Sjdp# The following program can be used to generate a simple config file
128233965Sjdp# which can be folded into an h-XXX file for a new host, with some editing.
128333965Sjdpaout-params.h: gen-aout
128433965Sjdp	./gen-aout host > aout-params.h
128533965Sjdpgen-aout: $(srcdir)/gen-aout.c Makefile
128633965Sjdp	$(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
128733965Sjdp
128838889Sjdp$(BFD_H): stmp-bfd-h ; @true
128933965Sjdp
129038889Sjdpstmp-bfd-h: bfd-in3.h
129133965Sjdp	rm -f bfd-tmp.h
129233965Sjdp	cp bfd-in3.h bfd-tmp.h
129333965Sjdp	$(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
129433965Sjdp	rm -f bfd-tmp.h
129538889Sjdp	touch stmp-bfd-h
129633965Sjdp
129733965Sjdp# Could really use a "copy-if-change"...
129833965Sjdpheaders:
129933965Sjdp	(cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
130033965Sjdp	cp $(docdir)/bfd.h bfd-in2.h-new
130133965Sjdp	$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
130233965Sjdp	cp $(docdir)/libbfd.h libbfd.h-new
130333965Sjdp	$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
130433965Sjdp	cp $(docdir)/libcoff.h libcoff.h-new
130533965Sjdp	$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
130633965Sjdp
130738889Sjdp# We only rebuild the header files automatically if we have been
130838889Sjdp# configured with --enable-maintainer-mode.
130938889Sjdp
131038889Sjdp$(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
131189857Sobrienstmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
131238889Sjdp	(cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
131333965Sjdp	cp $(docdir)/bfd.h bfd-in2.h-new
131433965Sjdp	$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
131538889Sjdp	touch stmp-bin2-h
131638889Sjdp
131738889Sjdp$(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
131838889Sjdpstmp-lbfd-h: $(LIBBFD_H_FILES)
131938889Sjdp	(cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
132033965Sjdp	cp $(docdir)/libbfd.h libbfd.h-new
132133965Sjdp	$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
132238889Sjdp	touch stmp-lbfd-h
132338889Sjdp
132438889Sjdp$(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
132538889Sjdpstmp-lcoff-h: $(LIBCOFF_H_FILES)
132638889Sjdp	(cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
132733965Sjdp	cp $(docdir)/libcoff.h libcoff.h-new
132833965Sjdp	$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
132938889Sjdp	touch stmp-lcoff-h
133033965Sjdp
133160484Sobrien# We want to rerun configure if config.bfd or configure.host change.
133260484Sobrienconfig.status: $(srcdir)/configure $(srcdir)/config.bfd $(srcdir)/configure.host
133360484Sobrien	$(SHELL) ./config.status --recheck
133460484Sobrien
133533965Sjdp# What appears below is generated by a hacked mkdep using gcc -MM.
133633965Sjdp
133733965Sjdp# DO NOT DELETE THIS LINE -- mkdep uses it.
133833965Sjdp# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
133977298Sobrienarchive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
134089857Sobrien  $(INCDIR)/aout/ranlib.h $(INCDIR)/safe-ctype.h
134189857Sobrienarchures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
134277298Sobrienbfd.lo: bfd.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
134389857Sobrien  $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
134489857Sobrien  $(INCDIR)/coff/sym.h libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h \
134589857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
134689857Sobrien  $(INCDIR)/elf/external.h
134777298Sobriencache.lo: cache.c $(INCDIR)/filenames.h
134877298Sobriencoffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
134977298Sobrien  libcoff.h $(INCDIR)/bfdlink.h
135077298Sobriencorefile.lo: corefile.c $(INCDIR)/filenames.h
135177298Sobrienformat.lo: format.c $(INCDIR)/filenames.h
135277298Sobrieninit.lo: init.c $(INCDIR)/filenames.h
135377298Sobrienlibbfd.lo: libbfd.c $(INCDIR)/filenames.h
135477298Sobrienopncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h
135577298Sobrienreloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
135677298Sobriensection.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
135789857Sobriensyms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
135889857Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
135977298Sobrientargets.lo: targets.c $(INCDIR)/filenames.h $(INCDIR)/fnmatch.h \
136077298Sobrien  targmatch.h
136177298Sobrienhash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h
136277298Sobrienlinker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
136377298Sobrien  genlink.h
136489857Sobriensrec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
136589857Sobrien  $(INCDIR)/safe-ctype.h
136689857Sobrienbinary.lo: binary.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
136777298Sobrientekhex.lo: tekhex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
136889857Sobrienihex.lo: ihex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
136989857Sobrien  $(INCDIR)/safe-ctype.h
137077298Sobrienstabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/aout/stab_gnu.h \
137189857Sobrien  $(INCDIR)/aout/stab.def $(INCDIR)/safe-ctype.h
137238889Sjdpstab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
137333965Sjdp  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
137489857Sobrienmerge.lo: merge.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
137578828Sobriendwarf2.lo: dwarf2.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
137678828Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
137778828Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
137889857Sobrienarchive64.lo: archive64.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h
137977298Sobriencpu-a29k.lo: cpu-a29k.c $(INCDIR)/filenames.h
138077298Sobriencpu-alpha.lo: cpu-alpha.c $(INCDIR)/filenames.h
138177298Sobriencpu-arc.lo: cpu-arc.c $(INCDIR)/filenames.h
138277298Sobriencpu-arm.lo: cpu-arm.c $(INCDIR)/filenames.h
138377298Sobriencpu-avr.lo: cpu-avr.c $(INCDIR)/filenames.h
138477298Sobriencpu-cris.lo: cpu-cris.c $(INCDIR)/filenames.h
138577298Sobriencpu-d10v.lo: cpu-d10v.c $(INCDIR)/filenames.h
138677298Sobriencpu-d30v.lo: cpu-d30v.c $(INCDIR)/filenames.h
138777298Sobriencpu-fr30.lo: cpu-fr30.c $(INCDIR)/filenames.h
138877298Sobriencpu-h8300.lo: cpu-h8300.c $(INCDIR)/filenames.h
138977298Sobriencpu-h8500.lo: cpu-h8500.c $(INCDIR)/filenames.h
139077298Sobriencpu-hppa.lo: cpu-hppa.c $(INCDIR)/filenames.h
139177298Sobriencpu-ia64.lo: cpu-ia64.c $(INCDIR)/filenames.h cpu-ia64-opc.c \
139277298Sobrien  $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h
139377298Sobriencpu-i370.lo: cpu-i370.c $(INCDIR)/filenames.h
139477298Sobriencpu-i386.lo: cpu-i386.c $(INCDIR)/filenames.h
139577298Sobriencpu-i860.lo: cpu-i860.c $(INCDIR)/filenames.h
139677298Sobriencpu-i960.lo: cpu-i960.c $(INCDIR)/filenames.h
139777298Sobriencpu-m32r.lo: cpu-m32r.c $(INCDIR)/filenames.h
139877298Sobriencpu-m68hc11.lo: cpu-m68hc11.c $(INCDIR)/filenames.h
139977298Sobriencpu-m68hc12.lo: cpu-m68hc12.c $(INCDIR)/filenames.h
140077298Sobriencpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h
140177298Sobriencpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h
140277298Sobriencpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h
140377298Sobriencpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h
140477298Sobriencpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h
140577298Sobriencpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h
140689857Sobriencpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h
140791041Sobriencpu-or32.lo: cpu-or32.c $(INCDIR)/filenames.h
140877298Sobriencpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h ns32k.h
140989857Sobriencpu-openrisc.lo: cpu-openrisc.c $(INCDIR)/filenames.h
141089857Sobriencpu-pdp11.lo: cpu-pdp11.c $(INCDIR)/filenames.h
141177298Sobriencpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h
141277298Sobriencpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h
141377298Sobriencpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h
141489857Sobriencpu-s390.lo: cpu-s390.c $(INCDIR)/filenames.h
141577298Sobriencpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h
141677298Sobriencpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h
141777298Sobriencpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h
141877298Sobriencpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h
141977298Sobriencpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h
142089857Sobriencpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
142177298Sobriencpu-vax.lo: cpu-vax.c $(INCDIR)/filenames.h
142277298Sobriencpu-we32k.lo: cpu-we32k.c $(INCDIR)/filenames.h
142377298Sobriencpu-w65.lo: cpu-w65.c $(INCDIR)/filenames.h
142489857Sobriencpu-xstormy16.lo: cpu-xstormy16.c $(INCDIR)/filenames.h
142577298Sobriencpu-z8k.lo: cpu-z8k.c $(INCDIR)/filenames.h
142677298Sobrienaout-adobe.lo: aout-adobe.c $(INCDIR)/filenames.h $(INCDIR)/aout/adobe.h \
142738889Sjdp  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
142838889Sjdp  $(INCDIR)/bfdlink.h
142977298Sobrienaout-arm.lo: aout-arm.c $(INCDIR)/filenames.h libaout.h \
143077298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aoutx.h \
143189857Sobrien  $(INCDIR)/safe-ctype.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
143289857Sobrien  $(INCDIR)/aout/ar.h aout-target.h
143377298Sobrienaout-cris.lo: aout-cris.c aout32.c aoutx.h $(INCDIR)/filenames.h \
143489857Sobrien  $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h libaout.h \
143589857Sobrien  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
143689857Sobrien  $(INCDIR)/aout/ar.h aout-target.h
143738889Sjdpaout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
143889857Sobrien  ns32k.h libaout.h $(INCDIR)/bfdlink.h aoutx.h $(INCDIR)/filenames.h \
143989857Sobrien  $(INCDIR)/safe-ctype.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
144089857Sobrien  $(INCDIR)/aout/ar.h
144138889Sjdpaout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
144277298Sobrien  libaout.h aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
144377298Sobrien  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
144477298Sobrien  $(INCDIR)/aout/ar.h aout-target.h
144577298Sobrienaout-tic30.lo: aout-tic30.c $(INCDIR)/filenames.h libaout.h \
144677298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
144789857Sobrien  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aoutx.h \
144889857Sobrien  $(INCDIR)/safe-ctype.h
144977298Sobrienaout0.lo: aout0.c aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
145077298Sobrien  libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
145133965Sjdp  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
145233965Sjdp  aout-target.h
145389857Sobrienaout32.lo: aout32.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
145489857Sobrien  $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
145589857Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
145677298Sobrienarmnetbsd.lo: armnetbsd.c netbsd.h $(INCDIR)/filenames.h \
145777298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
145877298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
145977298Sobrienbout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
146077298Sobrien  genlink.h $(INCDIR)/bout.h $(INCDIR)/aout/stab_gnu.h \
146177298Sobrien  $(INCDIR)/aout/stab.def libaout.h
146277298Sobriencf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \
146389857Sobrien  coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
146489857Sobrien  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
146589857Sobrien  coffcode.h coffswap.h
146689857Sobriencf-m68klynx.lo: cf-m68klynx.c coff-m68k.c $(INCDIR)/filenames.h \
146789857Sobrien  $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
146877298Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
146977298Sobriencf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \
147089857Sobrien  $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
147189857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
147277298Sobriencoff-a29k.lo: coff-a29k.c $(INCDIR)/filenames.h $(INCDIR)/coff/a29k.h \
147389857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
147489857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
147577298Sobriencoff-apollo.lo: coff-apollo.c $(INCDIR)/filenames.h \
147689857Sobrien  $(INCDIR)/coff/apollo.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
147789857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
147877298Sobriencoff-arm.lo: coff-arm.c $(INCDIR)/filenames.h $(INCDIR)/coff/arm.h \
147989857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
148089857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
148177298Sobriencoff-aux.lo: coff-aux.c $(INCDIR)/filenames.h $(INCDIR)/coff/aux-coff.h \
148289857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
148389857Sobrien  coff-m68k.c libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
148489857Sobrien  coffswap.h
148577298Sobriencoff-h8300.lo: coff-h8300.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
148689857Sobrien  genlink.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h \
148789857Sobrien  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
148889857Sobriencoff-h8500.lo: coff-h8500.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
148989857Sobrien  $(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
149077298Sobrien  libcoff.h coffcode.h coffswap.h
149177298Sobriencoff-i386.lo: coff-i386.c $(INCDIR)/filenames.h $(INCDIR)/coff/i386.h \
149289857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
149389857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
149477298Sobriencoff-i860.lo: coff-i860.c $(INCDIR)/filenames.h $(INCDIR)/coff/i860.h \
149589857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
149689857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
149777298Sobriencoff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/filenames.h \
149889857Sobrien  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
149989857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
150077298Sobriencoff-i960.lo: coff-i960.c $(INCDIR)/filenames.h $(INCDIR)/coff/i960.h \
150177298Sobrien  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
150233965Sjdp  coffcode.h coffswap.h
150377298Sobriencoff-m68k.lo: coff-m68k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m68k.h \
150489857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
150589857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
150677298Sobriencoff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m88k.h \
150789857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
150889857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
150977298Sobriencoff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
151077298Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
151189857Sobrien  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
151289857Sobrien  libcoff.h libecoff.h coffswap.h ecoffswap.h
151391041Sobriencoff-or32.lo: coff-or32.c $(INCDIR)/filenames.h $(INCDIR)/coff/or32.h \
151491041Sobrien  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
151591041Sobrien  coffcode.h coffswap.h
151677298Sobriencoff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \
151789857Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
151889857Sobrien  $(INCDIR)/coff/rs6000.h libcoff.h libxcoff.h coffcode.h \
151989857Sobrien  coffswap.h
152089857Sobriencoff-sh.lo: coff-sh.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
152189857Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
152289857Sobrien  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
152377298Sobriencoff-sparc.lo: coff-sparc.c $(INCDIR)/filenames.h $(INCDIR)/coff/sparc.h \
152489857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
152589857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
152677298Sobriencoff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/filenames.h \
152789857Sobrien  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
152889857Sobrien  $(INCDIR)/coff/go32exe.h libcoff.h $(INCDIR)/bfdlink.h \
152989857Sobrien  coffcode.h coffswap.h go32stub.h
153077298Sobriencoff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/filenames.h \
153189857Sobrien  $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
153289857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
153377298Sobriencoff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
153489857Sobrien  $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
153589857Sobrien  libcoff.h coffcode.h coffswap.h
153677298Sobriencoff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \
153777298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
153833965Sjdp  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
153977298Sobriencoff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h $(INCDIR)/filenames.h \
154089857Sobrien  $(INCDIR)/coff/tic80.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
154189857Sobrien  libcoff.h coffcode.h coffswap.h
154277298Sobriencoff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/filenames.h \
154389857Sobrien  $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
154489857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
154577298Sobriencoff-we32k.lo: coff-we32k.c $(INCDIR)/filenames.h $(INCDIR)/coff/we32k.h \
154689857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
154789857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
154877298Sobriencoff-w65.lo: coff-w65.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
154989857Sobrien  $(INCDIR)/coff/w65.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
155089857Sobrien  libcoff.h coffcode.h coffswap.h
155177298Sobriencoff-z8k.lo: coff-z8k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
155289857Sobrien  $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
155389857Sobrien  libcoff.h coffcode.h coffswap.h
155477298Sobriencofflink.lo: cofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
155577298Sobrien  $(INCDIR)/coff/internal.h libcoff.h
155677298Sobriendwarf1.lo: dwarf1.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
155777298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
155877298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf.h
155977298Sobrienecoff.lo: ecoff.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
156077298Sobrien  $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h $(INCDIR)/aout/stab_gnu.h \
156177298Sobrien  $(INCDIR)/aout/stab.def libaout.h $(INCDIR)/aout/aout64.h \
156277298Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
156377298Sobrien  $(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
156477298Sobrienecofflink.lo: ecofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
156577298Sobrien  $(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
156677298Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
156777298Sobrien  $(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
156877298Sobrienefi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \
156989857Sobrien  coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
157089857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
157189857Sobrien  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
157277298Sobrienelf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
157377298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
157489857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/libiberty.h
157577298Sobrienelf32-arc.lo: elf32-arc.c $(INCDIR)/filenames.h elf-bfd.h \
157660484Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
157777298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
157889857Sobrien  $(INCDIR)/libiberty.h elf32-target.h
157977298Sobrienelfarm-oabi.lo: elfarm-oabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
158077298Sobrien  $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
158133965Sjdp  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
158260484Sobrien  elf32-arm.h elf32-target.h
158360484Sobrienelfarm-nabi.lo: elfarm-nabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
158477298Sobrien  $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
158560484Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
158677298Sobrien  elf32-arm.h elf32-target.h
158777298Sobrienelf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h elf-bfd.h \
158877298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
158977298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h $(INCDIR)/elf/reloc-macros.h \
159033965Sjdp  elf32-target.h
159177298Sobrienelf32-cris.lo: elf32-cris.c $(INCDIR)/filenames.h elf-bfd.h \
159277298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
159377298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/cris.h $(INCDIR)/elf/reloc-macros.h \
159460484Sobrien  elf32-target.h
159577298Sobrienelf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h elf-bfd.h \
159677298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
159777298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h $(INCDIR)/elf/reloc-macros.h \
159838889Sjdp  elf32-target.h
159977298Sobrienelf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h elf-bfd.h \
160033965Sjdp  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
160177298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h $(INCDIR)/elf/reloc-macros.h \
160277298Sobrien  elf32-target.h
160377298Sobrienelf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h elf-bfd.h \
160433965Sjdp  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
160577298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h $(INCDIR)/elf/reloc-macros.h \
160633965Sjdp  elf32-target.h
160777298Sobrienelf32-gen.lo: elf32-gen.c $(INCDIR)/filenames.h elf-bfd.h \
160833965Sjdp  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
160977298Sobrien  $(INCDIR)/bfdlink.h elf32-target.h
161089857Sobrienelf32-h8300.lo: elf32-h8300.c $(INCDIR)/filenames.h \
161189857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
161289857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/h8.h \
161389857Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
161477298Sobrienelf32-hppa.lo: elf32-hppa.c $(INCDIR)/filenames.h elf-bfd.h \
161577298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
161677298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
161777298Sobrien  libhppa.h elf32-hppa.h elf-hppa.h elf32-target.h
161877298Sobrienelf32-i370.lo: elf32-i370.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
161977298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
162077298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/i370.h elf32-target.h
162177298Sobrienelf32-i386.lo: elf32-i386.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
162277298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
162377298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h \
162433965Sjdp  elf32-target.h
162577298Sobrienelf32-i860.lo: elf32-i860.c $(INCDIR)/filenames.h elf-bfd.h \
162677298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
162777298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/i860.h $(INCDIR)/elf/reloc-macros.h \
162833965Sjdp  elf32-target.h
162977298Sobrienelf32-i960.lo: elf32-i960.c $(INCDIR)/filenames.h elf-bfd.h \
163077298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
163177298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/i960.h $(INCDIR)/elf/reloc-macros.h \
163233965Sjdp  elf32-target.h
163377298Sobrienelf32-m32r.lo: elf32-m32r.c $(INCDIR)/filenames.h elf-bfd.h \
163477298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
163577298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32r.h $(INCDIR)/elf/reloc-macros.h \
163660484Sobrien  elf32-target.h
163777298Sobrienelf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
163860484Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
163977298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/m68k.h $(INCDIR)/elf/reloc-macros.h \
164060484Sobrien  elf32-target.h
164177298Sobrienelf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \
164277298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
164377298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m68hc11.h \
164477298Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
164577298Sobrienelf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \
164677298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
164777298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m68hc11.h \
164877298Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
164977298Sobrienelf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h elf-bfd.h \
165060484Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
165177298Sobrien  $(INCDIR)/bfdlink.h elf32-target.h
165277298Sobrienelf-m10200.lo: elf-m10200.c $(INCDIR)/filenames.h elf-bfd.h \
165333965Sjdp  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
165477298Sobrien  $(INCDIR)/bfdlink.h elf32-target.h
165577298Sobrienelf-m10300.lo: elf-m10300.c $(INCDIR)/filenames.h elf-bfd.h \
165633965Sjdp  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
165777298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h $(INCDIR)/elf/reloc-macros.h \
165860484Sobrien  elf32-target.h
165977298Sobrienelf32-mcore.lo: elf32-mcore.c $(INCDIR)/filenames.h \
166077298Sobrien  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
166177298Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/mcore.h \
166277298Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
166377298Sobrienelf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
166477298Sobrien  genlink.h elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
166577298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
166677298Sobrien  $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
166789857Sobrien  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
166889857Sobrien  ecoffswap.h elf32-target.h
166989857Sobrienelf32-openrisc.lo: elf32-openrisc.c $(INCDIR)/filenames.h \
167089857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
167189857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/openrisc.h \
167289857Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
167377298Sobrien  elf32-target.h
167491041Sobrienelf32-or32.lo: elf32-or32.c $(INCDIR)/filenames.h elf-bfd.h \
167591041Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
167691041Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/or32.h $(INCDIR)/elf/reloc-macros.h \
167791041Sobrien  $(INCDIR)/libiberty.h elf32-target.h
167877298Sobrienelf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
167977298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
168077298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/pj.h $(INCDIR)/elf/reloc-macros.h \
168177298Sobrien  elf32-target.h
168277298Sobrienelf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
168377298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
168477298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
168577298Sobrien  elf32-target.h
168691041Sobrienelf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \
168791041Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
168894536Sobrien  $(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \
168994536Sobrien  elf32-sh.c $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
169094536Sobrien  elf32-target.h
169189857Sobrienelf32-s390.lo: elf32-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
169289857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
169389857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h \
169489857Sobrien  elf32-target.h
169577298Sobrienelf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
169677298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
169777298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
169877298Sobrien  elf32-target.h
169989857Sobrienelf32-sh-lin.lo: elf32-sh-lin.c $(INCDIR)/filenames.h \
170089857Sobrien  $(INCDIR)/elf/internal.h elf-bfd.h $(INCDIR)/elf/common.h \
170189857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf32-sh.c \
170289857Sobrien  $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
170389857Sobrienelf32-sh-nbsd.lo: elf32-sh-nbsd.c elf32-sh.c $(INCDIR)/filenames.h \
170477298Sobrien  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
170577298Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h \
170677298Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
170777298Sobrienelf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \
170877298Sobrien  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
170977298Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sparc.h \
171077298Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \
171177298Sobrien  elf32-target.h
171277298Sobrienelf32-v850.lo: elf32-v850.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
171377298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
171477298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h \
171589857Sobrien  $(INCDIR)/libiberty.h elf32-target.h
171689857Sobrienelf32-xstormy16.lo: elf32-xstormy16.c $(INCDIR)/filenames.h \
171789857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
171889857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/xstormy16.h \
171989857Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
172077298Sobrien  elf32-target.h
172189857Sobrienelf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
172289857Sobrien  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
172389857Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h \
172489857Sobrien  elflink.h
172577298Sobrienelflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
172677298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
172777298Sobrien  $(INCDIR)/elf/external.h
172889857Sobrienelf-strtab.lo: elf-strtab.c $(INCDIR)/filenames.h elf-bfd.h \
172989857Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
173089857Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h
173189857Sobrienelf-eh-frame.lo: elf-eh-frame.c $(INCDIR)/filenames.h \
173289857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
173389857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
173477298Sobrienepoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c $(INCDIR)/filenames.h \
173589857Sobrien  coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
173689857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
173789857Sobrien  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
173877298Sobrienepoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c $(INCDIR)/filenames.h \
173989857Sobrien  coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
174089857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
174189857Sobrien  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
174277298Sobrienhp300bsd.lo: hp300bsd.c $(INCDIR)/filenames.h libaout.h \
174377298Sobrien  $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
174477298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
174538889Sjdphp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
174689857Sobrien  aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
174789857Sobrien  $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
174889857Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
174989857Sobrien  aout-target.h
175077298Sobriensom.lo: som.c $(INCDIR)/alloca-conf.h $(INCDIR)/filenames.h
175177298Sobrieni386aout.lo: i386aout.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
175277298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
175333965Sjdp  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
175477298Sobrieni386bsd.lo: i386bsd.c $(INCDIR)/filenames.h libaout.h \
175577298Sobrien  $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
175677298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
175738889Sjdpi386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
175889857Sobrien  $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \
175989857Sobrien  libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
176089857Sobrien  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
176177298Sobrieni386freebsd.lo: i386freebsd.c freebsd.h $(INCDIR)/filenames.h \
176277298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
176377298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
176477298Sobrieni386linux.lo: i386linux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
176533965Sjdp  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
176677298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h
176777298Sobrieni386lynx.lo: i386lynx.c $(INCDIR)/filenames.h libaout.h \
176877298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
176977298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
177077298Sobrieni386msdos.lo: i386msdos.c $(INCDIR)/filenames.h libaout.h \
177177298Sobrien  $(INCDIR)/bfdlink.h
177277298Sobrieni386netbsd.lo: i386netbsd.c netbsd.h $(INCDIR)/filenames.h \
177377298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
177477298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
177577298Sobrieni386mach3.lo: i386mach3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
177677298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
177777298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h
177877298Sobrieni386os9k.lo: i386os9k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
177977298Sobrien  libaout.h $(INCDIR)/os9k.h
178077298Sobrienieee.lo: ieee.c $(INCDIR)/filenames.h $(INCDIR)/ieee.h \
178189857Sobrien  libieee.h $(INCDIR)/safe-ctype.h
178277298Sobrienm68k4knetbsd.lo: m68k4knetbsd.c netbsd.h $(INCDIR)/filenames.h \
178377298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
178477298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
178577298Sobrienm68klinux.lo: m68klinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
178677298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
178777298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h
178877298Sobrienm68klynx.lo: m68klynx.c $(INCDIR)/filenames.h libaout.h \
178977298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
179077298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
179177298Sobrienm68knetbsd.lo: m68knetbsd.c netbsd.h $(INCDIR)/filenames.h \
179277298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
179377298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
179477298Sobrienm88kmach3.lo: m88kmach3.c $(INCDIR)/filenames.h libaout.h \
179538889Sjdp  $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
179638889Sjdp  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
179777298Sobrienmipsbsd.lo: mipsbsd.c $(INCDIR)/filenames.h libaout.h \
179877298Sobrien  $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
179977298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
180077298Sobriennewsos3.lo: newsos3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
180177298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
180277298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h
180377298Sobriennlm.lo: nlm.c $(INCDIR)/filenames.h libnlm.h $(INCDIR)/nlm/common.h \
180477298Sobrien  $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
180577298Sobriennlm32-i386.lo: nlm32-i386.c $(INCDIR)/filenames.h $(INCDIR)/nlm/i386-ext.h \
180633965Sjdp  libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
180733965Sjdp  $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
180877298Sobriennlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/filenames.h \
180977298Sobrien  $(INCDIR)/nlm/sparc32-ext.h libnlm.h $(INCDIR)/nlm/common.h \
181077298Sobrien  $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
181177298Sobrien  nlm-target.h
181277298Sobriennlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/nlm/ppc-ext.h \
181333965Sjdp  libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
181433965Sjdp  $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
181577298Sobriennlm32.lo: nlm32.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
181677298Sobrien  $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
181777298Sobrienns32knetbsd.lo: ns32knetbsd.c netbsd.h $(INCDIR)/filenames.h \
181877298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
181977298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
182089857Sobrienoasys.lo: oasys.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
182189857Sobrien  $(INCDIR)/oasys.h liboasys.h
182277298Sobrienpc532-mach.lo: pc532-mach.c $(INCDIR)/filenames.h libaout.h \
182377298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
182477298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
182589857Sobrienpdp11.lo: pdp11.c $(INCDIR)/filenames.h libaout.h $(INCDIR)/bfdlink.h \
182689857Sobrien  aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
182789857Sobrien  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h $(INCDIR)/safe-ctype.h
182877298Sobrienpe-arm.lo: pe-arm.c $(INCDIR)/filenames.h coff-arm.c \
182989857Sobrien  $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
183089857Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
183189857Sobrien  peicode.h libpei.h
183277298Sobrienpei-arm.lo: pei-arm.c $(INCDIR)/filenames.h coff-arm.c \
183389857Sobrien  $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
183489857Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
183589857Sobrien  peicode.h libpei.h
183677298Sobrienpe-i386.lo: pe-i386.c $(INCDIR)/filenames.h coff-i386.c \
183789857Sobrien  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
183889857Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
183989857Sobrien  peicode.h libpei.h
184077298Sobrienpei-i386.lo: pei-i386.c $(INCDIR)/filenames.h coff-i386.c \
184189857Sobrien  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
184289857Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
184389857Sobrien  peicode.h libpei.h
184477298Sobrienpe-mcore.lo: pe-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
184589857Sobrien  $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
184689857Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
184789857Sobrien  peicode.h libpei.h
184877298Sobrienpei-mcore.lo: pei-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
184989857Sobrien  $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
185060484Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
185160484Sobrien  peicode.h libpei.h
185289857Sobrienpe-ppc.lo: pe-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
185389857Sobrien  $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
185489857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
185589857Sobrien  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
185677298Sobrienpei-ppc.lo: pei-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
185789857Sobrien  $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
185889857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
185989857Sobrien  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
186089857Sobrienpe-sh.lo: pe-sh.c $(INCDIR)/filenames.h coff-sh.c $(INCDIR)/libiberty.h \
186189857Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
186289857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
186389857Sobrien  coffcode.h peicode.h libpei.h
186477298Sobrienpei-sh.lo: pei-sh.c $(INCDIR)/filenames.h coff-sh.c \
186589857Sobrien  $(INCDIR)/libiberty.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
186689857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
186777298Sobrien  $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
186877298Sobrien  libpei.h
186977298Sobrienpe-mips.lo: pe-mips.c $(INCDIR)/filenames.h $(INCDIR)/coff/mipspe.h \
187089857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
187189857Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
187289857Sobrien  peicode.h libpei.h
187377298Sobrienpei-mips.lo: pei-mips.c $(INCDIR)/filenames.h pe-mips.c \
187489857Sobrien  $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
187589857Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
187689857Sobrien  peicode.h libpei.h
187789857Sobrienppcboot.lo: ppcboot.c $(INCDIR)/safe-ctype.h $(INCDIR)/filenames.h
187877298Sobrienreloc16.lo: reloc16.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
187977298Sobrien  genlink.h $(INCDIR)/coff/internal.h libcoff.h
188077298Sobrienriscix.lo: riscix.c $(INCDIR)/filenames.h libaout.h \
188177298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
188277298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
188377298Sobriensparclinux.lo: sparclinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
188433965Sjdp  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
188533965Sjdp  libaout.h $(INCDIR)/bfdlink.h aout-target.h
188677298Sobriensparclynx.lo: sparclynx.c $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
188777298Sobrien  libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
188877298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
188977298Sobrien  aout-target.h
189077298Sobriensparcnetbsd.lo: sparcnetbsd.c netbsd.h $(INCDIR)/filenames.h \
189177298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
189277298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
189338889Sjdpsunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
189477298Sobrien  $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h \
189577298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
189677298Sobrien  aout-target.h
189777298Sobrienvaxnetbsd.lo: vaxnetbsd.c netbsd.h $(INCDIR)/filenames.h \
189877298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
189977298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
190077298Sobrienversados.lo: versados.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
190177298Sobrienvms.lo: vms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
190277298Sobrien  vms.h
190377298Sobrienvms-gsd.lo: vms-gsd.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
190477298Sobrien  vms.h
190577298Sobrienvms-hdr.lo: vms-hdr.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
190689857Sobrien  $(INCDIR)/safe-ctype.h vms.h
190777298Sobrienvms-misc.lo: vms-misc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
190877298Sobrien  vms.h
190977298Sobrienvms-tir.lo: vms-tir.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
191077298Sobrien  vms.h
191177298Sobrienxcofflink.lo: xcofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
191289857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h libcoff.h \
191389857Sobrien  libxcoff.h
191489857Sobrienaout64.lo: aout64.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
191589857Sobrien  $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
191689857Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
191777298Sobriencoff-alpha.lo: coff-alpha.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
191877298Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
191977298Sobrien  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h \
192077298Sobrien  libcoff.h libecoff.h coffswap.h ecoffswap.h
192177298Sobriencoff64-rs6000.lo: coff64-rs6000.c $(INCDIR)/filenames.h \
192289857Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
192389857Sobrien  $(INCDIR)/coff/rs6k64.h libcoff.h libxcoff.h coffcode.h \
192489857Sobrien  coffswap.h
192577298Sobriendemo64.lo: demo64.c aoutf1.h $(INCDIR)/filenames.h \
192677298Sobrien  $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
192733965Sjdp  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
192877298Sobrien  $(INCDIR)/aout/ar.h aout-target.h
192977298Sobrienefi-app-ia64.lo: efi-app-ia64.c $(INCDIR)/filenames.h \
193089857Sobrien  coff-ia64.c $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h \
193189857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
193289857Sobrien  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
193378828Sobrienelf64-x86-64.lo: elf64-x86-64.c $(INCDIR)/filenames.h \
193478828Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
193578828Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/x86-64.h \
193678828Sobrien  $(INCDIR)/elf/reloc-macros.h elf64-target.h
193777298Sobrienelf64-alpha.lo: elf64-alpha.c $(INCDIR)/filenames.h \
193877298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
193977298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/alpha.h \
194077298Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \
194133965Sjdp  $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
194233965Sjdp  $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
194377298Sobrien  libecoff.h ecoffswap.h elf64-target.h
194478828Sobrienelf64-hppa.lo: elf64-hppa.c $(INCDIR)/alloca-conf.h \
194578828Sobrien  $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
194678828Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
194778828Sobrien  $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h libhppa.h \
194878828Sobrien  elf64-hppa.h elf-hppa.h elf64-target.h
194977298Sobrienelf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h elf-bfd.h \
195077298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
195177298Sobrien  $(INCDIR)/bfdlink.h elf64-target.h
195277298Sobrienelf64-mips.lo: elf64-mips.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
195377298Sobrien  $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \
195477298Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h \
195577298Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
195677298Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h \
195777298Sobrien  ecoffswap.h elf64-target.h
195889857Sobrienelf64-mmix.lo: elf64-mmix.c $(INCDIR)/filenames.h elf-bfd.h \
195989857Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
196089857Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h \
196189857Sobrien  $(INCDIR)/opcode/mmix.h elf64-target.h
196289857Sobrienelf64-ppc.lo: elf64-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
196389857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
196489857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
196589857Sobrien  elf64-ppc.h elf64-target.h
196689857Sobrienelf64-s390.lo: elf64-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
196789857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
196889857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h \
196989857Sobrien  elf64-target.h
197094536Sobrienelf64-sh64.lo: elf64-sh64.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
197194536Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
197294536Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
197394536Sobrien  elf64-target.h
197477298Sobrienelf64-sparc.lo: elf64-sparc.c $(INCDIR)/filenames.h \
197577298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
197677298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/sparc.h \
197760484Sobrien  $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
197860484Sobrien  elf64-target.h
197989857Sobrienelf64.lo: elf64.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
198089857Sobrien  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
198189857Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h \
198289857Sobrien  elflink.h
198389857Sobrienmmo.lo: mmo.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
198489857Sobrien  $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h
198577298Sobriennlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/filenames.h \
198677298Sobrien  $(INCDIR)/nlm/alpha-ext.h libnlm.h $(INCDIR)/nlm/common.h \
198777298Sobrien  $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
198877298Sobrien  nlm-target.h
198977298Sobriennlm64.lo: nlm64.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
199077298Sobrien  $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
199177298Sobrienaix386-core.lo: aix386-core.c $(INCDIR)/filenames.h \
199289857Sobrien  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
199389857Sobrien  libcoff.h $(INCDIR)/bfdlink.h
199477298Sobrienhpux-core.lo: hpux-core.c $(INCDIR)/filenames.h
199577298Sobrienirix-core.lo: irix-core.c $(INCDIR)/filenames.h
199677298Sobrienlynx-core.lo: lynx-core.c $(INCDIR)/filenames.h
199777298Sobrienosf-core.lo: osf-core.c $(INCDIR)/filenames.h
199877298Sobriensco5-core.lo: sco5-core.c $(INCDIR)/filenames.h libaout.h \
199977298Sobrien  $(INCDIR)/bfdlink.h
200077298Sobrientrad-core.lo: trad-core.c $(INCDIR)/filenames.h libaout.h \
200177298Sobrien  $(INCDIR)/bfdlink.h
200277298Sobriencisco-core.lo: cisco-core.c $(INCDIR)/filenames.h
200378828Sobrienelf32-ia64.lo: elf32-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
200478828Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
200578828Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
200678828Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
200778828Sobrienelf64-ia64.lo: elf64-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
200878828Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
200978828Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
201078828Sobrien  $(INCDIR)/elf/reloc-macros.h elf64-target.h
201178828Sobrienpeigen.lo: peigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
201289857Sobrien  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/pe.h \
201389857Sobrien  libcoff.h $(INCDIR)/bfdlink.h libpei.h
201478828Sobrienpepigen.lo: pepigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
201589857Sobrien  $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h $(INCDIR)/coff/pe.h \
201689857Sobrien  libcoff.h $(INCDIR)/bfdlink.h libpei.h
201733965Sjdp# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
201838889Sjdp
201938889Sjdp# Tell versions [3.59,3.63) of GNU make to not export all variables.
202038889Sjdp# Otherwise a system limit (for SysV at least) may be exceeded.
202138889Sjdp.NOEXPORT:
2022