Makefile.in revision 104834
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
136104834Sobrienbfdlibdir = @bfdlibdir@
137104834Sobrienbfdincludedir = @bfdincludedir@
13833965Sjdp
139104834Sobrienbfdlib_LTLIBRARIES = libbfd.la
14038889Sjdp
14177298SobrienWARN_CFLAGS = @WARN_CFLAGS@
14277298SobrienAM_CFLAGS = $(WARN_CFLAGS)
14377298Sobrien
14433965Sjdp# bfd.h goes here, for now
14533965SjdpBFD_H = bfd.h
14633965Sjdp
14738889Sjdp# Jim Kingdon notes:
14833965Sjdp# Writing S-records should be included in all (or at least most)
14933965Sjdp# *-*-coff, *-*-aout, etc., configurations, because people will want to
15033965Sjdp# be able to use objcopy to create S-records.  (S-records are not useful
15133965Sjdp# for the debugger, so if you are downloading things as S-records you
15233965Sjdp# need two copies of the executable, one to download and one for the
15333965Sjdp# debugger).
15489857SobrienBFD32_LIBS = \
15578828Sobrien	archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo \
15678828Sobrien	format.lo init.lo libbfd.lo opncls.lo reloc.lo \
15778828Sobrien	section.lo syms.lo targets.lo hash.lo linker.lo \
15878828Sobrien	srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
15989857Sobrien	merge.lo dwarf2.lo
16033965Sjdp
16160484Sobrien
16289857SobrienBFD64_LIBS = archive64.lo
16389857Sobrien
16489857SobrienBFD32_LIBS_CFILES = \
16578828Sobrien	archive.c archures.c bfd.c cache.c coffgen.c corefile.c \
16678828Sobrien	format.c init.c libbfd.c opncls.c reloc.c \
16778828Sobrien	section.c syms.c targets.c hash.c linker.c \
16878828Sobrien	srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
16989857Sobrien	merge.c dwarf2.c
17033965Sjdp
17160484Sobrien
17289857SobrienBFD64_LIBS_CFILES = archive64.c
17389857Sobrien
17433965Sjdp# This list is alphabetized to make it easier to keep in sync
17533965Sjdp# with the decls and initializer in archures.c.
17678828SobrienALL_MACHINES = \
17778828Sobrien	cpu-a29k.lo \
17878828Sobrien	cpu-alpha.lo \
17978828Sobrien	cpu-arc.lo \
18078828Sobrien	cpu-arm.lo \
18178828Sobrien	cpu-avr.lo \
18278828Sobrien	cpu-cris.lo \
18378828Sobrien	cpu-d10v.lo \
18478828Sobrien	cpu-d30v.lo \
185104834Sobrien	cpu-dlx.lo \
18678828Sobrien	cpu-fr30.lo \
187104834Sobrien	cpu-frv.lo \
18878828Sobrien	cpu-h8300.lo \
18978828Sobrien	cpu-h8500.lo \
19078828Sobrien	cpu-hppa.lo \
19178828Sobrien	cpu-ia64.lo \
19278828Sobrien	cpu-i370.lo \
19378828Sobrien	cpu-i386.lo \
19478828Sobrien	cpu-i860.lo \
19578828Sobrien	cpu-i960.lo \
19678828Sobrien	cpu-m32r.lo \
19778828Sobrien	cpu-m68hc11.lo \
19878828Sobrien	cpu-m68hc12.lo \
19978828Sobrien	cpu-m68k.lo \
20078828Sobrien	cpu-m88k.lo \
20178828Sobrien	cpu-m10200.lo \
20278828Sobrien	cpu-m10300.lo \
20378828Sobrien	cpu-mcore.lo \
20478828Sobrien	cpu-mips.lo \
20589857Sobrien	cpu-mmix.lo \
20691041Sobrien	cpu-or32.lo \
20778828Sobrien	cpu-ns32k.lo \
20889857Sobrien	cpu-openrisc.lo \
20989857Sobrien	cpu-pdp11.lo \
21078828Sobrien	cpu-pj.lo \
21178828Sobrien	cpu-powerpc.lo \
21278828Sobrien	cpu-rs6000.lo \
21389857Sobrien	cpu-s390.lo \
21478828Sobrien	cpu-sh.lo \
21578828Sobrien	cpu-sparc.lo \
21678828Sobrien	cpu-tic30.lo \
21778828Sobrien	cpu-tic54x.lo \
21878828Sobrien	cpu-tic80.lo \
21978828Sobrien	cpu-v850.lo \
22078828Sobrien	cpu-vax.lo \
22178828Sobrien	cpu-we32k.lo \
22278828Sobrien	cpu-w65.lo \
22389857Sobrien	cpu-xstormy16.lo \
22478828Sobrien	cpu-z8k.lo
22533965Sjdp
22660484Sobrien
22778828SobrienALL_MACHINES_CFILES = \
22878828Sobrien	cpu-a29k.c \
22978828Sobrien	cpu-alpha.c \
23078828Sobrien	cpu-arc.c \
23178828Sobrien	cpu-arm.c \
23278828Sobrien	cpu-avr.c \
23378828Sobrien	cpu-cris.c \
23478828Sobrien	cpu-d10v.c \
23578828Sobrien	cpu-d30v.c \
236104834Sobrien	cpu-dlx.c \
23778828Sobrien	cpu-fr30.c \
238104834Sobrien	cpu-frv.c \
23978828Sobrien	cpu-h8300.c \
24078828Sobrien	cpu-h8500.c \
24178828Sobrien	cpu-hppa.c \
24278828Sobrien	cpu-ia64.c \
24378828Sobrien	cpu-i370.c \
24478828Sobrien	cpu-i386.c \
24578828Sobrien	cpu-i860.c \
24678828Sobrien	cpu-i960.c \
24778828Sobrien	cpu-m32r.c \
24878828Sobrien	cpu-m68hc11.c \
24978828Sobrien	cpu-m68hc12.c \
25078828Sobrien	cpu-m68k.c \
25178828Sobrien	cpu-m88k.c \
25278828Sobrien	cpu-m10200.c \
25378828Sobrien	cpu-m10300.c \
25478828Sobrien	cpu-mcore.c \
25578828Sobrien	cpu-mips.c \
25689857Sobrien	cpu-mmix.c \
25791041Sobrien	cpu-or32.c \
25878828Sobrien	cpu-ns32k.c \
25989857Sobrien	cpu-openrisc.c \
26089857Sobrien	cpu-pdp11.c \
26178828Sobrien	cpu-pj.c \
26278828Sobrien	cpu-powerpc.c \
26378828Sobrien	cpu-rs6000.c \
26489857Sobrien	cpu-s390.c \
26578828Sobrien	cpu-sh.c \
26678828Sobrien	cpu-sparc.c \
26778828Sobrien	cpu-tic30.c \
26878828Sobrien	cpu-tic54x.c \
26978828Sobrien	cpu-tic80.c \
27078828Sobrien	cpu-v850.c \
27178828Sobrien	cpu-vax.c \
27278828Sobrien	cpu-we32k.c \
27378828Sobrien	cpu-w65.c \
27489857Sobrien	cpu-xstormy16.c \
27578828Sobrien	cpu-z8k.c
27633965Sjdp
27760484Sobrien
27833965Sjdp# The .o files needed by all of the 32 bit vectors that are configured into
27933965Sjdp# target_vector in targets.c if configured with --enable-targets=all.
28078828SobrienBFD32_BACKENDS = \
28178828Sobrien	aout-adobe.lo \
28278828Sobrien	aout-arm.lo \
28378828Sobrien	aout-cris.lo \
28478828Sobrien	aout-ns32k.lo \
28578828Sobrien	aout-sparcle.lo \
28678828Sobrien	aout-tic30.lo \
28778828Sobrien	aout0.lo \
28878828Sobrien	aout32.lo \
28978828Sobrien	armnetbsd.lo \
29078828Sobrien	bout.lo \
29178828Sobrien	cf-i386lynx.lo \
29278828Sobrien	cf-m68klynx.lo \
29378828Sobrien	cf-sparclynx.lo \
29478828Sobrien	coff-a29k.lo \
29578828Sobrien	coff-apollo.lo \
29678828Sobrien	coff-arm.lo \
29778828Sobrien	coff-aux.lo \
29878828Sobrien	coff-h8300.lo \
29978828Sobrien	coff-h8500.lo \
30078828Sobrien	coff-i386.lo \
30178828Sobrien	coff-go32.lo \
30278828Sobrien	coff-i860.lo \
30378828Sobrien	coff-i960.lo \
30478828Sobrien	coff-m68k.lo \
30578828Sobrien	coff-m88k.lo \
30678828Sobrien	coff-mips.lo \
30791041Sobrien	coff-or32.lo \
30878828Sobrien	coff-rs6000.lo \
30978828Sobrien	coff-sh.lo \
31078828Sobrien	coff-sparc.lo \
31178828Sobrien	coff-stgo32.lo \
31278828Sobrien	coff-svm68k.lo \
31378828Sobrien	coff-tic30.lo \
31478828Sobrien	coff-tic54x.lo \
31578828Sobrien	coff-tic80.lo \
31678828Sobrien	coff-u68k.lo \
31778828Sobrien	coff-we32k.lo \
31878828Sobrien	coff-w65.lo \
31978828Sobrien	coff-z8k.lo \
32078828Sobrien	cofflink.lo \
32178828Sobrien	dwarf1.lo \
32278828Sobrien	ecoff.lo \
32378828Sobrien	ecofflink.lo \
32478828Sobrien	efi-app-ia32.lo \
32578828Sobrien	elf.lo \
32678828Sobrien	elf32-arc.lo \
32778828Sobrien	elfarm-oabi.lo \
32878828Sobrien	elfarm-nabi.lo \
32978828Sobrien	elf32-avr.lo \
33078828Sobrien	elf32-cris.lo \
33178828Sobrien	elf32-d10v.lo \
33278828Sobrien	elf32-d30v.lo \
333104834Sobrien	elf32-dlx.lo \
33478828Sobrien	elf32-fr30.lo \
335104834Sobrien	elf32-frv.lo \
33678828Sobrien	elf32-gen.lo \
33789857Sobrien	elf32-h8300.lo \
33878828Sobrien	elf32-hppa.lo \
33978828Sobrien	elf32-i370.lo \
34078828Sobrien	elf32-i386.lo \
341104834Sobrien	elf32-i386-fbsd.lo \
342104834Sobrien	elf32-i386qnx.lo \
34378828Sobrien	elf32-i860.lo \
34478828Sobrien	elf32-i960.lo \
34578828Sobrien	elf32-ia64.lo \
34678828Sobrien	elf32-m32r.lo \
34778828Sobrien	elf32-m68hc11.lo \
34878828Sobrien	elf32-m68hc12.lo \
34978828Sobrien	elf32-m68k.lo \
35078828Sobrien	elf32-m88k.lo \
35178828Sobrien	elf-m10200.lo \
35278828Sobrien	elf-m10300.lo \
35378828Sobrien	elf32-mcore.lo \
354104834Sobrien	elfxx-mips.lo \
35578828Sobrien	elf32-mips.lo \
35689857Sobrien	elf32-openrisc.lo \
35791041Sobrien	elf32-or32.lo \
35878828Sobrien	elf32-pj.lo \
35978828Sobrien	elf32-ppc.lo \
36089857Sobrien	elf32-s390.lo \
36178828Sobrien	elf32-sh.lo \
36278828Sobrien	elf32-sh-lin.lo \
36391041Sobrien	elf32-sh64.lo \
364104834Sobrien	elf32-sh64-com.lo \
36589857Sobrien	elf32-sh-nbsd.lo \
366104834Sobrien	elf32-sh64-nbsd.lo \
36778828Sobrien	elf32-sparc.lo \
36878828Sobrien	elf32-v850.lo \
369104834Sobrien	elf32-vax.lo \
37089857Sobrien	elf32-xstormy16.lo \
37178828Sobrien	elf32.lo \
37278828Sobrien	elflink.lo \
37389857Sobrien	elf-strtab.lo \
37489857Sobrien	elf-eh-frame.lo \
37578828Sobrien	epoc-pe-arm.lo \
37678828Sobrien	epoc-pei-arm.lo \
37778828Sobrien	hp300bsd.lo \
37878828Sobrien	hp300hpux.lo \
37978828Sobrien	som.lo \
38078828Sobrien	i386aout.lo \
38178828Sobrien	i386bsd.lo \
38278828Sobrien	i386dynix.lo \
38378828Sobrien	i386freebsd.lo \
38478828Sobrien	i386linux.lo \
38578828Sobrien	i386lynx.lo \
38678828Sobrien	i386msdos.lo \
38778828Sobrien	i386netbsd.lo \
38878828Sobrien	i386mach3.lo \
38978828Sobrien	i386os9k.lo \
39078828Sobrien	ieee.lo \
39178828Sobrien	m68k4knetbsd.lo \
39278828Sobrien	m68klinux.lo \
39378828Sobrien	m68klynx.lo \
39478828Sobrien	m68knetbsd.lo \
39578828Sobrien	m88kmach3.lo \
39678828Sobrien	mipsbsd.lo \
39778828Sobrien	newsos3.lo \
39878828Sobrien	nlm.lo \
39978828Sobrien	nlm32-i386.lo \
40078828Sobrien	nlm32-sparc.lo \
40178828Sobrien	nlm32-ppc.lo \
40278828Sobrien	nlm32.lo \
40378828Sobrien	ns32knetbsd.lo \
40478828Sobrien	oasys.lo \
40578828Sobrien	pc532-mach.lo \
40689857Sobrien	pdp11.lo \
40778828Sobrien	pe-arm.lo \
40878828Sobrien	pei-arm.lo \
40978828Sobrien	pe-i386.lo \
41078828Sobrien	pei-i386.lo \
41178828Sobrien	pe-mcore.lo \
41278828Sobrien	pei-mcore.lo \
41378828Sobrien	pe-ppc.lo \
41478828Sobrien	pei-ppc.lo \
41578828Sobrien	pe-sh.lo \
41678828Sobrien	pei-sh.lo \
41778828Sobrien	pe-mips.lo \
41878828Sobrien	pei-mips.lo \
41978828Sobrien	peigen.lo \
42078828Sobrien	ppcboot.lo \
42178828Sobrien	reloc16.lo \
42278828Sobrien	riscix.lo \
42378828Sobrien	sparclinux.lo \
42478828Sobrien	sparclynx.lo \
42578828Sobrien	sparcnetbsd.lo \
42678828Sobrien	sunos.lo \
42778828Sobrien	vaxnetbsd.lo \
428104834Sobrien	vax1knetbsd.lo \
429104834Sobrien	vaxbsd.lo \
43078828Sobrien	versados.lo \
43178828Sobrien	vms.lo \
43278828Sobrien	vms-gsd.lo \
43378828Sobrien	vms-hdr.lo \
43478828Sobrien	vms-misc.lo \
43578828Sobrien	vms-tir.lo \
43678828Sobrien	xcofflink.lo
43733965Sjdp
43860484Sobrien
43978828SobrienBFD32_BACKENDS_CFILES = \
44078828Sobrien	aout-adobe.c \
44178828Sobrien	aout-arm.c \
44278828Sobrien	aout-cris.c \
44378828Sobrien	aout-ns32k.c \
44478828Sobrien	aout-sparcle.c \
44578828Sobrien	aout-tic30.c \
44678828Sobrien	aout0.c \
44778828Sobrien	aout32.c \
44878828Sobrien	armnetbsd.c \
44978828Sobrien	bout.c \
45078828Sobrien	cf-i386lynx.c \
45178828Sobrien	cf-m68klynx.c \
45278828Sobrien	cf-sparclynx.c \
45378828Sobrien	coff-a29k.c \
45478828Sobrien	coff-apollo.c \
45578828Sobrien	coff-arm.c \
45678828Sobrien	coff-aux.c \
45778828Sobrien	coff-h8300.c \
45878828Sobrien	coff-h8500.c \
45978828Sobrien	coff-i386.c \
46078828Sobrien	coff-i860.c \
46178828Sobrien	coff-go32.c \
46278828Sobrien	coff-i960.c \
46378828Sobrien	coff-m68k.c \
46478828Sobrien	coff-m88k.c \
46578828Sobrien	coff-mips.c \
46691041Sobrien	coff-or32.c \
46778828Sobrien	coff-rs6000.c \
46878828Sobrien	coff-sh.c \
46978828Sobrien	coff-sparc.c \
47078828Sobrien	coff-stgo32.c \
47178828Sobrien	coff-svm68k.c \
47278828Sobrien	coff-tic30.c \
47378828Sobrien	coff-tic54x.c \
47478828Sobrien	coff-tic80.c \
47578828Sobrien	coff-u68k.c \
47678828Sobrien	coff-we32k.c \
47778828Sobrien	coff-w65.c \
47878828Sobrien	coff-z8k.c \
47978828Sobrien	cofflink.c \
48078828Sobrien	dwarf1.c \
48178828Sobrien	ecoff.c \
48278828Sobrien	ecofflink.c \
48378828Sobrien	efi-app-ia32.c \
48478828Sobrien	elf.c \
48578828Sobrien	elf32-arc.c \
48678828Sobrien	elfarm-oabi.c \
48778828Sobrien	elfarm-nabi.c \
48878828Sobrien	elf32-avr.c \
48978828Sobrien	elf32-cris.c \
49078828Sobrien	elf32-d10v.c \
49178828Sobrien	elf32-d30v.c \
492104834Sobrien	elf32-dlx.c \
49378828Sobrien	elf32-fr30.c \
494104834Sobrien	elf32-frv.c \
49578828Sobrien	elf32-gen.c \
49689857Sobrien	elf32-h8300.c \
49778828Sobrien	elf32-hppa.c \
49878828Sobrien	elf32-i370.c \
49978828Sobrien	elf32-i386.c \
500104834Sobrien	elf32-i386-fbsd.c \
501104834Sobrien	elf32-i386qnx.c \
50278828Sobrien	elf32-i860.c \
50378828Sobrien	elf32-i960.c \
50478828Sobrien	elf32-m32r.c \
50578828Sobrien	elf32-m68k.c \
50678828Sobrien	elf32-m68hc11.c \
50778828Sobrien	elf32-m68hc12.c \
50878828Sobrien	elf32-m88k.c \
50978828Sobrien	elf-m10200.c \
51078828Sobrien	elf-m10300.c \
51178828Sobrien	elf32-mcore.c \
512104834Sobrien	elfxx-mips.c \
51378828Sobrien	elf32-mips.c \
51489857Sobrien	elf32-openrisc.c \
51591041Sobrien	elf32-or32.c \
51678828Sobrien	elf32-pj.c \
51778828Sobrien	elf32-ppc.c \
51891041Sobrien	elf32-sh64.c \
519104834Sobrien	elf32-sh64-com.c \
52089857Sobrien	elf32-s390.c \
52178828Sobrien	elf32-sh.c \
52278828Sobrien	elf32-sh-lin.c \
52389857Sobrien	elf32-sh-nbsd.c \
524104834Sobrien	elf32-sh64-nbsd.c \
52578828Sobrien	elf32-sparc.c \
52678828Sobrien	elf32-v850.c \
527104834Sobrien	elf32-vax.c \
52889857Sobrien	elf32-xstormy16.c \
52978828Sobrien	elf32.c \
53078828Sobrien	elflink.c \
53189857Sobrien	elf-strtab.c \
53289857Sobrien	elf-eh-frame.c \
53378828Sobrien	epoc-pe-arm.c \
53478828Sobrien	epoc-pei-arm.c \
53578828Sobrien	hp300bsd.c \
53678828Sobrien	hp300hpux.c \
53778828Sobrien	som.c \
53878828Sobrien	i386aout.c \
53978828Sobrien	i386bsd.c \
54078828Sobrien	i386dynix.c \
54178828Sobrien	i386freebsd.c \
54278828Sobrien	i386linux.c \
54378828Sobrien	i386lynx.c \
54478828Sobrien	i386msdos.c \
54578828Sobrien	i386netbsd.c \
54678828Sobrien	i386mach3.c \
54778828Sobrien	i386os9k.c \
54878828Sobrien	ieee.c \
54978828Sobrien	m68k4knetbsd.c \
55078828Sobrien	m68klinux.c \
55178828Sobrien	m68klynx.c \
55278828Sobrien	m68knetbsd.c \
55378828Sobrien	m88kmach3.c \
55478828Sobrien	mipsbsd.c \
55578828Sobrien	newsos3.c \
55678828Sobrien	nlm.c \
55778828Sobrien	nlm32-i386.c \
55878828Sobrien	nlm32-sparc.c \
55978828Sobrien	nlm32-ppc.c \
56078828Sobrien	nlm32.c \
56178828Sobrien	ns32knetbsd.c \
56278828Sobrien	oasys.c \
56378828Sobrien	pc532-mach.c \
56489857Sobrien	pdp11.c \
56578828Sobrien	pe-arm.c \
56678828Sobrien	pei-arm.c \
56778828Sobrien	pe-i386.c \
56878828Sobrien	pei-i386.c \
56978828Sobrien	pe-mcore.c \
57078828Sobrien	pei-mcore.c \
57178828Sobrien	pe-ppc.c \
57278828Sobrien	pei-ppc.c \
57378828Sobrien	pe-sh.c \
57478828Sobrien	pei-sh.c \
57578828Sobrien	pe-mips.c \
57678828Sobrien	pei-mips.c \
57778828Sobrien	ppcboot.c \
57878828Sobrien	reloc16.c \
57978828Sobrien	riscix.c \
58078828Sobrien	sparclinux.c \
58178828Sobrien	sparclynx.c \
58278828Sobrien	sparcnetbsd.c \
58378828Sobrien	sunos.c \
58478828Sobrien	vaxnetbsd.c \
585104834Sobrien	vax1knetbsd.c \
586104834Sobrien	vaxbsd.c \
58778828Sobrien	versados.c \
58878828Sobrien	vms.c \
58978828Sobrien	vms-gsd.c \
59078828Sobrien	vms-hdr.c \
59178828Sobrien	vms-misc.c \
59278828Sobrien	vms-tir.c \
59378828Sobrien	xcofflink.c
59433965Sjdp
59560484Sobrien
59633965Sjdp# The .o files needed by all of the 64 bit vectors that are configured into
59733965Sjdp# target_vector in targets.c if configured with --enable-targets=all
59833965Sjdp# and --enable-64-bit-bfd.
59978828SobrienBFD64_BACKENDS = \
600104834Sobrien	aix5ppc-core.lo \
60178828Sobrien	aout64.lo \
60278828Sobrien	coff-alpha.lo \
60378828Sobrien	coff64-rs6000.lo \
60478828Sobrien	demo64.lo \
60578828Sobrien	efi-app-ia64.lo \
60678828Sobrien	elf64-x86-64.lo \
60778828Sobrien	elf64-alpha.lo \
608104834Sobrien	elf64-alpha-fbsd.lo \
60978828Sobrien	elf64-hppa.lo \
61078828Sobrien	elf64-ia64.lo \
61178828Sobrien	elf64-gen.lo \
61278828Sobrien	elf64-mips.lo \
61389857Sobrien	elf64-mmix.lo \
61491041Sobrien	elf64-sh64.lo \
615104834Sobrien	elf64-sh64-nbsd.lo \
61689857Sobrien	elf64-ppc.lo \
61789857Sobrien	elf64-s390.lo \
61878828Sobrien	elf64-sparc.lo \
61978828Sobrien	elf64.lo \
62089857Sobrien	mmo.lo \
62178828Sobrien	nlm32-alpha.lo \
62278828Sobrien	nlm64.lo \
62378828Sobrien	pepigen.lo
62433965Sjdp
62560484Sobrien
62678828SobrienBFD64_BACKENDS_CFILES = \
627104834Sobrien	aix5ppc-core.c \
62878828Sobrien	aout64.c \
62978828Sobrien	coff-alpha.c \
63078828Sobrien	coff64-rs6000.c \
63178828Sobrien	demo64.c \
63278828Sobrien	efi-app-ia64.c \
63378828Sobrien	elf64-x86-64.c \
63478828Sobrien	elf64-alpha.c \
635104834Sobrien	elf64-alpha-fbsd.c \
63678828Sobrien	elf64-hppa.c \
63778828Sobrien	elf64-gen.c \
63878828Sobrien	elf64-mips.c \
63989857Sobrien	elf64-mmix.c \
64089857Sobrien	elf64-ppc.c \
64189857Sobrien	elf64-s390.c \
64291041Sobrien	elf64-sh64.c \
643104834Sobrien	elf64-sh64-nbsd.c \
64478828Sobrien	elf64-sparc.c \
64578828Sobrien	elf64.c \
64689857Sobrien	mmo.c \
64778828Sobrien	nlm32-alpha.c \
64878828Sobrien	nlm64.c
64933965Sjdp
65060484Sobrien
65178828SobrienOPTIONAL_BACKENDS = \
65278828Sobrien	aix386-core.lo \
65378828Sobrien	hpux-core.lo \
65478828Sobrien	irix-core.lo \
65578828Sobrien	lynx-core.lo \
65678828Sobrien	osf-core.lo \
65778828Sobrien	sco5-core.lo \
65878828Sobrien	trad-core.lo \
65978828Sobrien	cisco-core.lo
66033965Sjdp
66160484Sobrien
66278828SobrienOPTIONAL_BACKENDS_CFILES = \
66378828Sobrien	aix386-core.c \
66478828Sobrien	hpux-core.c \
66578828Sobrien	irix-core.c \
66678828Sobrien	lynx-core.c \
66778828Sobrien	osf-core.c \
66878828Sobrien	sco5-core.c \
66978828Sobrien	trad-core.c \
67078828Sobrien	cisco-core.c
67133965Sjdp
67260484Sobrien
67333965Sjdp# These are defined by configure.in:
67433965SjdpWORDSIZE = @wordsize@
67533965SjdpALL_BACKENDS = @all_backends@
67633965SjdpBFD_BACKENDS = @bfd_backends@
67789857SobrienBFD_LIBS = @bfd_libs@
67833965SjdpBFD_MACHINES = @bfd_machines@
67933965SjdpTDEFAULTS = @tdefaults@
68033965Sjdp
68160484SobrienINCLUDES = -D_GNU_SOURCE @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) -I$(srcdir)/../intl -I../intl
68233965Sjdp
68333965Sjdp# C source files that correspond to .o's.
68478828SobrienSOURCE_CFILES = \
68589857Sobrien	$(BFD32_LIBS_CFILES) \
68689857Sobrien	$(BFD64_LIBS_CFILES) \
68778828Sobrien	$(ALL_MACHINES_CFILES) \
68878828Sobrien	$(BFD32_BACKENDS_CFILES) \
68978828Sobrien	$(BFD64_BACKENDS_CFILES) \
69078828Sobrien	$(OPTIONAL_BACKENDS_CFILES)
69133965Sjdp
69260484Sobrien
69378828SobrienBUILD_CFILES = \
69478828Sobrien	elf32-ia64.c elf64-ia64.c peigen.c pepigen.c
69533965Sjdp
69660484Sobrien
69778828SobrienCFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
69860484Sobrien
69978828SobrienSOURCE_HFILES = \
70078828Sobrien	aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
70178828Sobrien	elf-bfd.h elf-hppa.h elf32-arm.h elf32-hppa.h elf64-hppa.h \
70278828Sobrien	elfcode.h elfcore.h elflink.h freebsd.h genlink.h go32stub.h \
70378828Sobrien	libaout.h libbfd.h libcoff.h libecoff.h libhppa.h \
70478828Sobrien	libieee.h libnlm.h liboasys.h libpei.h netbsd.h nlm-target.h \
70589857Sobrien	nlmcode.h nlmswap.h ns32k.h peicode.h som.h vms.h libxcoff.h \
70689857Sobrien	xcoff-target.h version.h
70760484Sobrien
70860484Sobrien
70978828SobrienBUILD_HFILES = \
71078828Sobrien	elf32-target.h elf64-target.h targmatch.h
71178828Sobrien
71278828Sobrien
71378828SobrienHFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
71478828Sobrien
71578828SobrienSRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
71678828SobrienBLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
71778828Sobrien
71838889Sjdp# Various kinds of .o files to put in libbfd.a:
71938889Sjdp# BFD_BACKENDS	Routines the configured targets need.
72038889Sjdp# BFD_MACHINES	Architecture-specific routines the configured targets need.
72138889Sjdp# COREFILE	Core file routines for a native configuration
72238889SjdpOFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@
72333965Sjdp
72489857Sobrienlibbfd_la_SOURCES = $(BFD32_LIBS_CFILES) $(BFD64_LIBS_CFILES)
72538889Sjdplibbfd_la_DEPENDENCIES = $(OFILES) ofiles
72660484Sobrienlibbfd_la_LIBADD = `cat ofiles` @WIN32LIBADD@
72760484Sobrienlibbfd_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
72833965Sjdp
72938889Sjdp# libtool will build .libs/libbfd.a.  We create libbfd.a in the build
73038889Sjdp# directory so that we don't have to convert all the programs that use
73138889Sjdp# libbfd.a simultaneously.  This is a hack which should be removed if
73238889Sjdp# everything else starts using libtool.  FIXME.
73338889Sjdp
73438889Sjdpnoinst_LIBRARIES = libbfd.a
73560484Sobrienlibbfd_a_SOURCES = 
73638889Sjdp
73789857SobrienBFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
73860484SobrienLOCAL_H_DEPS = libbfd.h sysdep.h config.h
73938889Sjdp
74078828SobrienBFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
74189857Sobrien	reloc.c syms.c bfd.c archive.c corefile.c targets.c format.c version.h
74260484Sobrien
74389857SobrienBFD64_H_FILES = archive64.c
74438889SjdpLIBBFD_H_FILES = libbfd-in.h init.c libbfd.c cache.c reloc.c archures.c elf.c
74538889SjdpLIBCOFF_H_FILES = libcoff-in.h coffcode.h
74638889Sjdp
74778828SobrienMOSTLYCLEANFILES = ofiles stamp-ofiles
74838889Sjdp
74978828SobrienCLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
75078828Sobrien	stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
75160484Sobrien
75260484Sobrien
75378828SobrienDISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES)
75438889SjdpACLOCAL_M4 = $(top_srcdir)/aclocal.m4
75538889Sjdpmkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
75638889SjdpCONFIG_HEADER = config.h
75738889SjdpCONFIG_CLEAN_FILES =  bfd-in3.h
75838889SjdpLIBRARIES =  $(noinst_LIBRARIES)
75938889Sjdp
76038889Sjdp
76138889SjdpDEFS = @DEFS@ -I. -I$(srcdir) -I.
76238889SjdpCPPFLAGS = @CPPFLAGS@
76338889SjdpLDFLAGS = @LDFLAGS@
76438889SjdpLIBS = @LIBS@
76538889Sjdplibbfd_a_LIBADD = 
76638889Sjdplibbfd_a_OBJECTS = 
767104834SobrienLTLIBRARIES =  $(bfdlib_LTLIBRARIES)
76838889Sjdp
76938889Sjdplibbfd_la_OBJECTS =  archive.lo archures.lo bfd.lo cache.lo coffgen.lo \
77038889Sjdpcorefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo \
77138889Sjdpsyms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo \
77289857Sobrienihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo archive64.lo
77338889SjdpCFLAGS = @CFLAGS@
77460484SobrienCOMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
77560484SobrienLTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
77660484SobrienCCLD = $(CC)
77760484SobrienLINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
77860484SobrienDIST_COMMON =  README ./stamp-h.in COPYING ChangeLog Makefile.am \
77960484SobrienMakefile.in TODO acinclude.m4 aclocal.m4 bfd-in2.h config.in configure \
78060484Sobrienconfigure.in
78138889Sjdp
78238889Sjdp
78338889SjdpDISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
78438889Sjdp
78594536SobrienTAR = tar
78660484SobrienGZIP_ENV = --best
78738889SjdpSOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES)
78838889SjdpOBJECTS = $(libbfd_a_OBJECTS) $(libbfd_la_OBJECTS)
78938889Sjdp
79060484Sobrienall: all-redirect
79138889Sjdp.SUFFIXES:
79277298Sobrien.SUFFIXES: .S .c .lo .o .obj .s
79360484Sobrien$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
79438889Sjdp	cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
79538889Sjdp
79660484SobrienMakefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
79738889Sjdp	cd $(top_builddir) \
79838889Sjdp	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
79938889Sjdp
80060484Sobrien$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
80138889Sjdp	cd $(srcdir) && $(ACLOCAL)
80260484Sobrien$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
80338889Sjdp	cd $(srcdir) && $(AUTOCONF)
80438889Sjdp
80538889Sjdpconfig.h: stamp-h
80660484Sobrien	@if test ! -f $@; then \
80760484Sobrien		rm -f stamp-h; \
80860484Sobrien		$(MAKE) stamp-h; \
80960484Sobrien	else :; fi
81038889Sjdpstamp-h: $(srcdir)/config.in $(top_builddir)/config.status
81138889Sjdp	cd $(top_builddir) \
81238889Sjdp	  && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
81338889Sjdp	     $(SHELL) ./config.status
81460484Sobrien	@echo timestamp > stamp-h 2> /dev/null
81560484Sobrien$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
81660484Sobrien	@if test ! -f $@; then \
81760484Sobrien		rm -f $(srcdir)/stamp-h.in; \
81860484Sobrien		$(MAKE) $(srcdir)/stamp-h.in; \
81960484Sobrien	else :; fi
82060484Sobrien$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
82138889Sjdp	cd $(top_srcdir) && $(AUTOHEADER)
82260484Sobrien	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
82338889Sjdp
82438889Sjdpmostlyclean-hdr:
82538889Sjdp
82638889Sjdpclean-hdr:
82738889Sjdp
82838889Sjdpdistclean-hdr:
82938889Sjdp	-rm -f config.h
83038889Sjdp
83138889Sjdpmaintainer-clean-hdr:
83238889Sjdpbfd-in3.h: $(top_builddir)/config.status bfd-in2.h
83360484Sobrien	cd $(top_builddir) && CONFIG_FILES=$@:bfd-in2.h CONFIG_HEADERS= $(SHELL) ./config.status
83438889Sjdp
83538889Sjdpmostlyclean-noinstLIBRARIES:
83638889Sjdp
83738889Sjdpclean-noinstLIBRARIES:
83838889Sjdp	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
83938889Sjdp
84038889Sjdpdistclean-noinstLIBRARIES:
84138889Sjdp
84238889Sjdpmaintainer-clean-noinstLIBRARIES:
84338889Sjdp
84438889Sjdp.c.o:
84538889Sjdp	$(COMPILE) -c $<
84638889Sjdp
84777298Sobrien# FIXME: We should only use cygpath when building on Windows,
84877298Sobrien# and only if it is available.
84977298Sobrien.c.obj:
85077298Sobrien	$(COMPILE) -c `cygpath -w $<`
85177298Sobrien
85238889Sjdp.s.o:
85338889Sjdp	$(COMPILE) -c $<
85438889Sjdp
85538889Sjdp.S.o:
85638889Sjdp	$(COMPILE) -c $<
85738889Sjdp
85838889Sjdpmostlyclean-compile:
85938889Sjdp	-rm -f *.o core *.core
86077298Sobrien	-rm -f *.$(OBJEXT)
86138889Sjdp
86238889Sjdpclean-compile:
86338889Sjdp
86438889Sjdpdistclean-compile:
86538889Sjdp	-rm -f *.tab.c
86638889Sjdp
86738889Sjdpmaintainer-clean-compile:
86838889Sjdp
86938889Sjdp.c.lo:
87038889Sjdp	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
87138889Sjdp
87238889Sjdp.s.lo:
87338889Sjdp	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
87438889Sjdp
87538889Sjdp.S.lo:
87638889Sjdp	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
87738889Sjdp
87838889Sjdpmostlyclean-libtool:
87938889Sjdp	-rm -f *.lo
88038889Sjdp
88138889Sjdpclean-libtool:
88238889Sjdp	-rm -rf .libs _libs
88338889Sjdp
88438889Sjdpdistclean-libtool:
88538889Sjdp
88638889Sjdpmaintainer-clean-libtool:
88738889Sjdp
888104834Sobrienmostlyclean-bfdlibLTLIBRARIES:
88938889Sjdp
890104834Sobrienclean-bfdlibLTLIBRARIES:
891104834Sobrien	-test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
89238889Sjdp
893104834Sobriendistclean-bfdlibLTLIBRARIES:
89438889Sjdp
895104834Sobrienmaintainer-clean-bfdlibLTLIBRARIES:
89638889Sjdp
89738889Sjdplibbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES)
898104834Sobrien	$(LINK) -rpath $(bfdlibdir) $(libbfd_la_LDFLAGS) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
89938889Sjdp
90038889Sjdp# This directory's subdirectories are mostly independent; you can cd
90138889Sjdp# into them and run `make' without going through this Makefile.
90238889Sjdp# To change the values of `make' variables: instead of editing Makefiles,
90338889Sjdp# (1) if the variable is set in `config.status', edit `config.status'
90438889Sjdp#     (which will cause the Makefiles to be regenerated when you run `make');
90538889Sjdp# (2) otherwise, pass the desired values on the `make' command line.
90638889Sjdp
90738889Sjdp@SET_MAKE@
90838889Sjdp
90938889Sjdpall-recursive install-data-recursive install-exec-recursive \
91038889Sjdpinstalldirs-recursive install-recursive uninstall-recursive install-info-recursive \
91138889Sjdpcheck-recursive installcheck-recursive info-recursive dvi-recursive:
91238889Sjdp	@set fnord $(MAKEFLAGS); amf=$$2; \
91360484Sobrien	dot_seen=no; \
91460484Sobrien	target=`echo $@ | sed s/-recursive//`; \
91538889Sjdp	list='$(SUBDIRS)'; for subdir in $$list; do \
91638889Sjdp	  echo "Making $$target in $$subdir"; \
91760484Sobrien	  if test "$$subdir" = "."; then \
91860484Sobrien	    dot_seen=yes; \
91960484Sobrien	    local_target="$$target-am"; \
92060484Sobrien	  else \
92160484Sobrien	    local_target="$$target"; \
92260484Sobrien	  fi; \
92360484Sobrien	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
92438889Sjdp	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
92560484Sobrien	done; \
92660484Sobrien	if test "$$dot_seen" = "no"; then \
92760484Sobrien	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
92860484Sobrien	fi; test -z "$$fail"
92938889Sjdp
93038889Sjdpmostlyclean-recursive clean-recursive distclean-recursive \
93138889Sjdpmaintainer-clean-recursive:
93238889Sjdp	@set fnord $(MAKEFLAGS); amf=$$2; \
93360484Sobrien	dot_seen=no; \
93438889Sjdp	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
93538889Sjdp	  rev="$$subdir $$rev"; \
93694536Sobrien	  test "$$subdir" != "." || dot_seen=yes; \
93738889Sjdp	done; \
93860484Sobrien	test "$$dot_seen" = "no" && rev=". $$rev"; \
93960484Sobrien	target=`echo $@ | sed s/-recursive//`; \
94038889Sjdp	for subdir in $$rev; do \
94138889Sjdp	  echo "Making $$target in $$subdir"; \
94260484Sobrien	  if test "$$subdir" = "."; then \
94360484Sobrien	    local_target="$$target-am"; \
94460484Sobrien	  else \
94560484Sobrien	    local_target="$$target"; \
94660484Sobrien	  fi; \
94760484Sobrien	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
94838889Sjdp	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
94938889Sjdp	done && test -z "$$fail"
95038889Sjdptags-recursive:
95138889Sjdp	list='$(SUBDIRS)'; for subdir in $$list; do \
95260484Sobrien	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
95338889Sjdp	done
95438889Sjdp
95538889Sjdptags: TAGS
95638889Sjdp
95738889SjdpID: $(HEADERS) $(SOURCES) $(LISP)
95860484Sobrien	list='$(SOURCES) $(HEADERS)'; \
95960484Sobrien	unique=`for i in $$list; do echo $$i; done | \
96060484Sobrien	  awk '    { files[$$0] = 1; } \
96160484Sobrien	       END { for (i in files) print i; }'`; \
96238889Sjdp	here=`pwd` && cd $(srcdir) \
96360484Sobrien	  && mkid -f$$here/ID $$unique $(LISP)
96438889Sjdp
96538889SjdpTAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
96638889Sjdp	tags=; \
96738889Sjdp	here=`pwd`; \
96838889Sjdp	list='$(SUBDIRS)'; for subdir in $$list; do \
96960484Sobrien   if test "$$subdir" = .; then :; else \
97060484Sobrien	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
97160484Sobrien   fi; \
97238889Sjdp	done; \
97338889Sjdp	list='$(SOURCES) $(HEADERS)'; \
97438889Sjdp	unique=`for i in $$list; do echo $$i; done | \
97538889Sjdp	  awk '    { files[$$0] = 1; } \
97638889Sjdp	       END { for (i in files) print i; }'`; \
97738889Sjdp	test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
97838889Sjdp	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
97938889Sjdp
98038889Sjdpmostlyclean-tags:
98138889Sjdp
98238889Sjdpclean-tags:
98338889Sjdp
98438889Sjdpdistclean-tags:
98538889Sjdp	-rm -f TAGS ID
98638889Sjdp
98738889Sjdpmaintainer-clean-tags:
98838889Sjdp
98938889Sjdpdistdir = $(PACKAGE)-$(VERSION)
99038889Sjdptop_distdir = $(distdir)
99138889Sjdp
99238889Sjdp# This target untars the dist file and tries a VPATH configuration.  Then
99338889Sjdp# it guarantees that the distribution is self-contained by making another
99438889Sjdp# tarfile.
99538889Sjdpdistcheck: dist
99638889Sjdp	-rm -rf $(distdir)
99760484Sobrien	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
99838889Sjdp	mkdir $(distdir)/=build
99938889Sjdp	mkdir $(distdir)/=inst
100038889Sjdp	dc_install_base=`cd $(distdir)/=inst && pwd`; \
100138889Sjdp	cd $(distdir)/=build \
100238889Sjdp	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
100360484Sobrien	  && $(MAKE) $(AM_MAKEFLAGS) \
100460484Sobrien	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
100560484Sobrien	  && $(MAKE) $(AM_MAKEFLAGS) check \
100660484Sobrien	  && $(MAKE) $(AM_MAKEFLAGS) install \
100760484Sobrien	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
100860484Sobrien	  && $(MAKE) $(AM_MAKEFLAGS) dist
100938889Sjdp	-rm -rf $(distdir)
101060484Sobrien	@banner="$(distdir).tar.gz is ready for distribution"; \
101160484Sobrien	dashes=`echo "$$banner" | sed s/./=/g`; \
101260484Sobrien	echo "$$dashes"; \
101360484Sobrien	echo "$$banner"; \
101460484Sobrien	echo "$$dashes"
101538889Sjdpdist: distdir
101638889Sjdp	-chmod -R a+r $(distdir)
101760484Sobrien	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
101838889Sjdp	-rm -rf $(distdir)
101938889Sjdpdist-all: distdir
102038889Sjdp	-chmod -R a+r $(distdir)
102160484Sobrien	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
102238889Sjdp	-rm -rf $(distdir)
102338889Sjdpdistdir: $(DISTFILES)
102438889Sjdp	-rm -rf $(distdir)
102538889Sjdp	mkdir $(distdir)
102638889Sjdp	-chmod 777 $(distdir)
102738889Sjdp	@for file in $(DISTFILES); do \
102838889Sjdp	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
102960484Sobrien	  if test -d $$d/$$file; then \
103078828Sobrien	    cp -pr $$d/$$file $(distdir)/$$file; \
103160484Sobrien	  else \
103260484Sobrien	    test -f $(distdir)/$$file \
103360484Sobrien	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
103460484Sobrien	    || cp -p $$d/$$file $(distdir)/$$file || :; \
103560484Sobrien	  fi; \
103638889Sjdp	done
103738889Sjdp	for subdir in $(SUBDIRS); do \
103860484Sobrien	  if test "$$subdir" = .; then :; else \
103960484Sobrien	    test -d $(distdir)/$$subdir \
104060484Sobrien	    || mkdir $(distdir)/$$subdir \
104138889Sjdp	    || exit 1; \
104260484Sobrien	    chmod 777 $(distdir)/$$subdir; \
104360484Sobrien	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
104460484Sobrien	      || exit 1; \
104560484Sobrien	  fi; \
104638889Sjdp	done
104760484Sobrieninfo-am:
104838889Sjdpinfo: info-recursive
104960484Sobriendvi-am:
105038889Sjdpdvi: dvi-recursive
105160484Sobriencheck-am:
105260484Sobriencheck: check-recursive
105360484Sobrieninstallcheck-am:
105438889Sjdpinstallcheck: installcheck-recursive
105560484Sobrieninstall-info-am: 
105638889Sjdpinstall-info: install-info-recursive
105738889Sjdpall-recursive-am: config.h
105860484Sobrien	$(MAKE) $(AM_MAKEFLAGS) all-recursive
105933965Sjdp
1060104834Sobrieninstall-exec-am:
106160484Sobrieninstall-exec: install-exec-recursive
106233965Sjdp
1063104834Sobrieninstall-data-am: install-bfdlibLTLIBRARIES
106460484Sobrieninstall-data: install-data-recursive
106533965Sjdp
106660484Sobrieninstall-am: all-am
106760484Sobrien	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
106860484Sobrieninstall: install-recursive
1069104834Sobrienuninstall-am: uninstall-bfdlibLTLIBRARIES
107060484Sobrienuninstall: uninstall-recursive
107160484Sobrienall-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
107260484Sobrienall-redirect: all-recursive-am
107338889Sjdpinstall-strip:
107460484Sobrien	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
107538889Sjdpinstalldirs: installdirs-recursive
107660484Sobrieninstalldirs-am:
1077104834Sobrien	$(mkinstalldirs)  $(DESTDIR)$(bfdlibdir)
107838889Sjdp
107938889Sjdp
108038889Sjdpmostlyclean-generic:
108138889Sjdp	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
108238889Sjdp
108338889Sjdpclean-generic:
108438889Sjdp	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
108538889Sjdp
108638889Sjdpdistclean-generic:
108760484Sobrien	-rm -f Makefile $(CONFIG_CLEAN_FILES)
108838889Sjdp	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
108978828Sobrien	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
109038889Sjdp
109138889Sjdpmaintainer-clean-generic:
109238889Sjdpmostlyclean-am:  mostlyclean-hdr mostlyclean-noinstLIBRARIES \
109338889Sjdp		mostlyclean-compile mostlyclean-libtool \
1094104834Sobrien		mostlyclean-bfdlibLTLIBRARIES mostlyclean-tags \
109538889Sjdp		mostlyclean-generic
109638889Sjdp
109760484Sobrienmostlyclean: mostlyclean-recursive
109860484Sobrien
109938889Sjdpclean-am:  clean-hdr clean-noinstLIBRARIES clean-compile clean-libtool \
1100104834Sobrien		clean-bfdlibLTLIBRARIES clean-tags clean-generic \
110138889Sjdp		mostlyclean-am
110238889Sjdp
110360484Sobrienclean: clean-recursive
110460484Sobrien
110538889Sjdpdistclean-am:  distclean-hdr distclean-noinstLIBRARIES distclean-compile \
1106104834Sobrien		distclean-libtool distclean-bfdlibLTLIBRARIES \
110738889Sjdp		distclean-tags distclean-generic clean-am
110860484Sobrien	-rm -f libtool
110938889Sjdp
111060484Sobriendistclean: distclean-recursive
111160484Sobrien	-rm -f config.status
111260484Sobrien
111338889Sjdpmaintainer-clean-am:  maintainer-clean-hdr \
111438889Sjdp		maintainer-clean-noinstLIBRARIES \
111538889Sjdp		maintainer-clean-compile maintainer-clean-libtool \
1116104834Sobrien		maintainer-clean-bfdlibLTLIBRARIES \
1117104834Sobrien		maintainer-clean-tags maintainer-clean-generic \
1118104834Sobrien		distclean-am
111938889Sjdp	@echo "This command is intended for maintainers to use;"
112038889Sjdp	@echo "it deletes files that may require special tools to rebuild."
112160484Sobrien
112260484Sobrienmaintainer-clean: maintainer-clean-recursive
112338889Sjdp	-rm -f config.status
112438889Sjdp
112560484Sobrien.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
112660484Sobrienmostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
112760484Sobrienclean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
112860484Sobrienmostlyclean-compile distclean-compile clean-compile \
112960484Sobrienmaintainer-clean-compile mostlyclean-libtool distclean-libtool \
1130104834Sobrienclean-libtool maintainer-clean-libtool mostlyclean-bfdlibLTLIBRARIES \
1131104834Sobriendistclean-bfdlibLTLIBRARIES clean-bfdlibLTLIBRARIES \
1132104834Sobrienmaintainer-clean-bfdlibLTLIBRARIES uninstall-bfdlibLTLIBRARIES \
1133104834Sobrieninstall-bfdlibLTLIBRARIES install-data-recursive \
1134104834Sobrienuninstall-data-recursive install-exec-recursive \
1135104834Sobrienuninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
1136104834Sobrienall-recursive check-recursive installcheck-recursive info-recursive \
1137104834Sobriendvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
113838889Sjdpmaintainer-clean-recursive tags tags-recursive mostlyclean-tags \
113960484Sobriendistclean-tags clean-tags maintainer-clean-tags distdir info-am info \
114060484Sobriendvi-am dvi check check-am installcheck-am installcheck install-info-am \
114160484Sobrieninstall-info all-recursive-am install-exec-am install-exec \
1142104834Sobrieninstall-data-am install-data install-am install uninstall-am uninstall \
1143104834Sobrienall-redirect all-am all installdirs-am installdirs mostlyclean-generic \
1144104834Sobriendistclean-generic clean-generic maintainer-clean-generic clean \
1145104834Sobrienmostlyclean distclean maintainer-clean
114638889Sjdp
114738889Sjdp
114878828Sobrienpo/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
114989857Sobrien	for file in $(SRC_POTFILES); do echo $$file; done | sort > tmp.src \
115089857Sobrien	  && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
115160484Sobrien
115278828Sobrienpo/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
115389857Sobrien	for file in $(BLD_POTFILES); do echo $$file; done | sort > tmp.bld \
115489857Sobrien	  && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
115578828Sobrien
115678828Sobrien# The following target is retained for upgrade purposes.
115778828Sobrien# This target used to exist in older versions of this makefile, and was
115878828Sobrien# referenced by <builddir>/po/Makefile (which is created from <srcdir>/po/Make-in)
115978828Sobrien# So old versions of <builddir>/po/Makefile will try to regenerate themselves
116078828Sobrien# when make is next run, but that dependency cannot be completed without a build
116178828Sobrien# of po/POTFILES.in.  Hence the presence of this rule.  This rule will be deleted
116278828Sobrien# once it is no longer needed - probably in the fall of 2001.
116378828Sobrienpo/POTFILES.in:
116478828Sobrien
116533965Sjdpdiststuff: info
116633965Sjdp
116733965Sjdpstamp-ofiles: Makefile
116833965Sjdp	rm -f tofiles
116933965Sjdp	f=""; \
117033965Sjdp	for i in $(OFILES) ; do \
117133965Sjdp	  case " $$f " in \
117233965Sjdp	    *" $$i "*) ;; \
117333965Sjdp	    *) f="$$f $$i" ;; \
117433965Sjdp	  esac ; \
117533965Sjdp	done ; \
117633965Sjdp	echo $$f > tofiles
117733965Sjdp	$(SHELL) $(srcdir)/../move-if-change tofiles ofiles
117833965Sjdp	touch stamp-ofiles
117933965Sjdp
118033965Sjdpofiles: stamp-ofiles ; @true
118133965Sjdp
118238889Sjdpstamp-lib: libbfd.la
118360484Sobrien	libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
118460484Sobrien	if [ -f $$libtooldir/libbfd.a ]; then \
118560484Sobrien	  cp $$libtooldir/libbfd.a libbfd.tmp; \
118678828Sobrien	  $(RANLIB) libbfd.tmp; \
118738889Sjdp	  $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
118833965Sjdp	else true; fi
118938889Sjdp	touch stamp-lib
119033965Sjdp
119138889Sjdplibbfd.a: stamp-lib ; @true
119233965Sjdp
119333965Sjdp# This file holds an array associating configuration triplets and
119433965Sjdp# vector names.  It is built from config.bfd.  It is not compiled by
119533965Sjdp# itself, but is included by targets.c.
119633965Sjdptargmatch.h: config.bfd targmatch.sed
119733965Sjdp	rm -f targmatch.h
119833965Sjdp	sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
119933965Sjdp	mv -f targmatch.new targmatch.h
120033965Sjdp
120133965Sjdp# When compiling archures.c and targets.c, supply the default target
120233965Sjdp# info from configure.
120333965Sjdp
120438889Sjdptargets.lo: targets.c config.status
120538889Sjdp	$(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
120633965Sjdp
120738889Sjdparchures.lo: archures.c config.status
120838889Sjdp	$(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
120933965Sjdp
121033965Sjdpelf32-target.h : elfxx-target.h
121133965Sjdp	rm -f elf32-target.h
121233965Sjdp	sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
121333965Sjdp	mv -f elf32-target.new elf32-target.h
121433965Sjdp
121533965Sjdpelf64-target.h : elfxx-target.h
121633965Sjdp	rm -f elf64-target.h
121733965Sjdp	sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
121833965Sjdp	mv -f elf64-target.new elf64-target.h
121977298Sobrien
122077298Sobrienelf32-ia64.c : elfxx-ia64.c
122177298Sobrien	rm -f elf32-ia64.c
122277298Sobrien	sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
122377298Sobrien	mv -f elf32-ia64.new elf32-ia64.c
122477298Sobrien
122577298Sobrienelf64-ia64.c : elfxx-ia64.c
122677298Sobrien	rm -f elf64-ia64.c
122777298Sobrien	sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
122877298Sobrien	mv -f elf64-ia64.new elf64-ia64.c
122978828Sobrien
123078828Sobrienpeigen.c : peXXigen.c
123178828Sobrien	rm -f peigen.c
123278828Sobrien	sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
123378828Sobrien	mv -f peigen.new peigen.c
123478828Sobrien
123578828Sobrienpepigen.c : peXXigen.c
123678828Sobrien	rm -f pepigen.c
123778828Sobrien	sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
123878828Sobrien	mv -f pepigen.new pepigen.c
123989857Sobrien$(BFD32_LIBS) \
124089857Sobrien $(BFD64_LIBS) \
124189857Sobrien $(ALL_MACHINES) \
124289857Sobrien $(BFD32_BACKENDS) \
124389857Sobrien $(BFD64_BACKENDS) \
124489857Sobrien $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
124533965Sjdp
1246104834Sobrieninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd
124760484Sobrien	@$(NORMAL_INSTALL)
124833965Sjdp
1249104834Sobrienuninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd
1250104834Sobrien	@$(NORMAL_UNINSTALL)
1251104834Sobrien
1252104834Sobrien.PHONY: install_libbfd uninstall_libbfd
1253104834Sobrieninstall_libbfd: $(bfdlib_LTLIBRARIES) $(BFD_H)
1254104834Sobrien	$(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
1255104834Sobrien	$(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
1256104834Sobrien	@list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1257104834Sobrien	  if test -f $$p; then \
1258104834Sobrien	    echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
1259104834Sobrien	    $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
1260104834Sobrien	  else :; fi; \
1261104834Sobrien	done
1262104834Sobrien	$(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(bfdincludedir)/bfd.h
1263104834Sobrien	$(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(bfdincludedir)/ansidecl.h
1264104834Sobrien	$(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(bfdincludedir)/symcat.h
1265104834Sobrien	$(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(bfdincludedir)/bfdlink.h
1266104834Sobrien
1267104834Sobrienuninstall_libbfd:
1268104834Sobrien	list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1269104834Sobrien	  $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
1270104834Sobrien	done
1271104834Sobrien	rm -f $(DESTDIR)$(bfdincludedir)/bfd.h
1272104834Sobrien	rm -f $(DESTDIR)$(bfdincludedir)/ansidecl.h
1273104834Sobrien	rm -f $(DESTDIR)$(bfdincludedir)/symcat.h
1274104834Sobrien	rm -f $(DESTDIR)$(bfdincludedir)/bfdlink.h
1275104834Sobrien
127689857SobrienMakefile: $(srcdir)/configure.in
127789857Sobrien
127860484Sobrien# Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
127960484SobrienDEP: dep.sed $(CFILES) $(HFILES) bfd.h
128060484Sobrien	rm -f DEP1
128160484Sobrien	$(MAKE) MKDEP="$(MKDEP)" DEP1
128277298Sobrien	sed -f dep.sed < DEP1 > DEPA
128377298Sobrien	echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
128477298Sobrien	if grep ' /' DEPA > /dev/null 2> /dev/null; then \
128577298Sobrien	  echo 'make DEP failed!'; exit 1; \
128677298Sobrien	else \
128777298Sobrien	  mv -f DEPA $@; \
128877298Sobrien	fi
128933965Sjdp
129060484SobrienDEP1: $(CFILES)
129160484Sobrien	echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
129260484Sobrien	echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
129360484Sobrien	$(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
129460484Sobrien	mv -f DEP2 $@
129533965Sjdp
129633965Sjdpdep.sed: dep-in.sed config.status
129733965Sjdp	sed <$(srcdir)/dep-in.sed >dep.sed	\
129833965Sjdp		-e 's!@BFD_H@!$(BFD_H)!'	\
129994536Sobrien		-e 's!@SRCDIR@!$(srcdir)!'	\
130094536Sobrien		-e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!'
130133965Sjdp
130260484Sobriendep: DEP
130333965Sjdp	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
130460484Sobrien	cat DEP >> tmp-Makefile
130533965Sjdp	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
130633965Sjdp
130760484Sobriendep-in: DEP
130833965Sjdp	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
130960484Sobrien	cat DEP >> tmp-Makefile.in
131033965Sjdp	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
131133965Sjdp
131260484Sobriendep-am: DEP
131338889Sjdp	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
131460484Sobrien	cat DEP >> tmp-Makefile.am
131538889Sjdp	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
131633965Sjdp
131738889Sjdphost-aout.lo: Makefile
131838889Sjdp
131933965Sjdp# The following program can be used to generate a simple config file
132033965Sjdp# which can be folded into an h-XXX file for a new host, with some editing.
132133965Sjdpaout-params.h: gen-aout
132233965Sjdp	./gen-aout host > aout-params.h
132333965Sjdpgen-aout: $(srcdir)/gen-aout.c Makefile
132433965Sjdp	$(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
132533965Sjdp
132638889Sjdp$(BFD_H): stmp-bfd-h ; @true
132733965Sjdp
132838889Sjdpstmp-bfd-h: bfd-in3.h
132933965Sjdp	rm -f bfd-tmp.h
133033965Sjdp	cp bfd-in3.h bfd-tmp.h
133133965Sjdp	$(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
133233965Sjdp	rm -f bfd-tmp.h
133338889Sjdp	touch stmp-bfd-h
133433965Sjdp
133533965Sjdp# Could really use a "copy-if-change"...
133633965Sjdpheaders:
133733965Sjdp	(cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
133833965Sjdp	cp $(docdir)/bfd.h bfd-in2.h-new
133933965Sjdp	$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
134033965Sjdp	cp $(docdir)/libbfd.h libbfd.h-new
134133965Sjdp	$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
134233965Sjdp	cp $(docdir)/libcoff.h libcoff.h-new
134333965Sjdp	$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
134433965Sjdp
134538889Sjdp# We only rebuild the header files automatically if we have been
134638889Sjdp# configured with --enable-maintainer-mode.
134738889Sjdp
134838889Sjdp$(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
134989857Sobrienstmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
135038889Sjdp	(cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
135133965Sjdp	cp $(docdir)/bfd.h bfd-in2.h-new
135233965Sjdp	$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
135338889Sjdp	touch stmp-bin2-h
135438889Sjdp
135538889Sjdp$(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
135638889Sjdpstmp-lbfd-h: $(LIBBFD_H_FILES)
135738889Sjdp	(cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
135833965Sjdp	cp $(docdir)/libbfd.h libbfd.h-new
135933965Sjdp	$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
136038889Sjdp	touch stmp-lbfd-h
136138889Sjdp
136238889Sjdp$(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
136338889Sjdpstmp-lcoff-h: $(LIBCOFF_H_FILES)
136438889Sjdp	(cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
136533965Sjdp	cp $(docdir)/libcoff.h libcoff.h-new
136633965Sjdp	$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
136738889Sjdp	touch stmp-lcoff-h
136833965Sjdp
136960484Sobrien# We want to rerun configure if config.bfd or configure.host change.
137060484Sobrienconfig.status: $(srcdir)/configure $(srcdir)/config.bfd $(srcdir)/configure.host
137160484Sobrien	$(SHELL) ./config.status --recheck
137260484Sobrien
137333965Sjdp# What appears below is generated by a hacked mkdep using gcc -MM.
137433965Sjdp
137533965Sjdp# DO NOT DELETE THIS LINE -- mkdep uses it.
137633965Sjdp# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
137777298Sobrienarchive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
137889857Sobrien  $(INCDIR)/aout/ranlib.h $(INCDIR)/safe-ctype.h
137989857Sobrienarchures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
138077298Sobrienbfd.lo: bfd.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
138189857Sobrien  $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
138289857Sobrien  $(INCDIR)/coff/sym.h libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h \
138389857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
138489857Sobrien  $(INCDIR)/elf/external.h
138577298Sobriencache.lo: cache.c $(INCDIR)/filenames.h
138677298Sobriencoffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
138777298Sobrien  libcoff.h $(INCDIR)/bfdlink.h
138877298Sobriencorefile.lo: corefile.c $(INCDIR)/filenames.h
138977298Sobrienformat.lo: format.c $(INCDIR)/filenames.h
139077298Sobrieninit.lo: init.c $(INCDIR)/filenames.h
139177298Sobrienlibbfd.lo: libbfd.c $(INCDIR)/filenames.h
139277298Sobrienopncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h
139377298Sobrienreloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
139477298Sobriensection.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
139589857Sobriensyms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
139689857Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
139777298Sobrientargets.lo: targets.c $(INCDIR)/filenames.h $(INCDIR)/fnmatch.h \
139877298Sobrien  targmatch.h
139977298Sobrienhash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h
140077298Sobrienlinker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
140177298Sobrien  genlink.h
140289857Sobriensrec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
140389857Sobrien  $(INCDIR)/safe-ctype.h
140489857Sobrienbinary.lo: binary.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
140577298Sobrientekhex.lo: tekhex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
140689857Sobrienihex.lo: ihex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
140789857Sobrien  $(INCDIR)/safe-ctype.h
140877298Sobrienstabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/aout/stab_gnu.h \
140989857Sobrien  $(INCDIR)/aout/stab.def $(INCDIR)/safe-ctype.h
141038889Sjdpstab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
141133965Sjdp  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
1412104834Sobrienmerge.lo: merge.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1413104834Sobrien  $(INCDIR)/libiberty.h
141478828Sobriendwarf2.lo: dwarf2.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
141578828Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
141678828Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
141789857Sobrienarchive64.lo: archive64.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h
141877298Sobriencpu-a29k.lo: cpu-a29k.c $(INCDIR)/filenames.h
141977298Sobriencpu-alpha.lo: cpu-alpha.c $(INCDIR)/filenames.h
142077298Sobriencpu-arc.lo: cpu-arc.c $(INCDIR)/filenames.h
142177298Sobriencpu-arm.lo: cpu-arm.c $(INCDIR)/filenames.h
142277298Sobriencpu-avr.lo: cpu-avr.c $(INCDIR)/filenames.h
142377298Sobriencpu-cris.lo: cpu-cris.c $(INCDIR)/filenames.h
142477298Sobriencpu-d10v.lo: cpu-d10v.c $(INCDIR)/filenames.h
142577298Sobriencpu-d30v.lo: cpu-d30v.c $(INCDIR)/filenames.h
1426104834Sobriencpu-dlx.lo: cpu-dlx.c $(INCDIR)/filenames.h
142777298Sobriencpu-fr30.lo: cpu-fr30.c $(INCDIR)/filenames.h
1428104834Sobriencpu-frv.lo: cpu-frv.c $(INCDIR)/filenames.h
142977298Sobriencpu-h8300.lo: cpu-h8300.c $(INCDIR)/filenames.h
143077298Sobriencpu-h8500.lo: cpu-h8500.c $(INCDIR)/filenames.h
143177298Sobriencpu-hppa.lo: cpu-hppa.c $(INCDIR)/filenames.h
143277298Sobriencpu-ia64.lo: cpu-ia64.c $(INCDIR)/filenames.h cpu-ia64-opc.c \
143377298Sobrien  $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h
143477298Sobriencpu-i370.lo: cpu-i370.c $(INCDIR)/filenames.h
143577298Sobriencpu-i386.lo: cpu-i386.c $(INCDIR)/filenames.h
143677298Sobriencpu-i860.lo: cpu-i860.c $(INCDIR)/filenames.h
143777298Sobriencpu-i960.lo: cpu-i960.c $(INCDIR)/filenames.h
143877298Sobriencpu-m32r.lo: cpu-m32r.c $(INCDIR)/filenames.h
143977298Sobriencpu-m68hc11.lo: cpu-m68hc11.c $(INCDIR)/filenames.h
144077298Sobriencpu-m68hc12.lo: cpu-m68hc12.c $(INCDIR)/filenames.h
144177298Sobriencpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h
144277298Sobriencpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h
144377298Sobriencpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h
144477298Sobriencpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h
144577298Sobriencpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h
144677298Sobriencpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h
144789857Sobriencpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h
144891041Sobriencpu-or32.lo: cpu-or32.c $(INCDIR)/filenames.h
144977298Sobriencpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h ns32k.h
145089857Sobriencpu-openrisc.lo: cpu-openrisc.c $(INCDIR)/filenames.h
145189857Sobriencpu-pdp11.lo: cpu-pdp11.c $(INCDIR)/filenames.h
145277298Sobriencpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h
145377298Sobriencpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h
145477298Sobriencpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h
145589857Sobriencpu-s390.lo: cpu-s390.c $(INCDIR)/filenames.h
145677298Sobriencpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h
145777298Sobriencpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h
145877298Sobriencpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h
145977298Sobriencpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h
146077298Sobriencpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h
146189857Sobriencpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
146277298Sobriencpu-vax.lo: cpu-vax.c $(INCDIR)/filenames.h
146377298Sobriencpu-we32k.lo: cpu-we32k.c $(INCDIR)/filenames.h
146477298Sobriencpu-w65.lo: cpu-w65.c $(INCDIR)/filenames.h
146589857Sobriencpu-xstormy16.lo: cpu-xstormy16.c $(INCDIR)/filenames.h
146677298Sobriencpu-z8k.lo: cpu-z8k.c $(INCDIR)/filenames.h
146777298Sobrienaout-adobe.lo: aout-adobe.c $(INCDIR)/filenames.h $(INCDIR)/aout/adobe.h \
146838889Sjdp  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
146938889Sjdp  $(INCDIR)/bfdlink.h
147077298Sobrienaout-arm.lo: aout-arm.c $(INCDIR)/filenames.h libaout.h \
147177298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aoutx.h \
147289857Sobrien  $(INCDIR)/safe-ctype.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
147389857Sobrien  $(INCDIR)/aout/ar.h aout-target.h
147477298Sobrienaout-cris.lo: aout-cris.c aout32.c aoutx.h $(INCDIR)/filenames.h \
147589857Sobrien  $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h libaout.h \
147689857Sobrien  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
147789857Sobrien  $(INCDIR)/aout/ar.h aout-target.h
147838889Sjdpaout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
147989857Sobrien  ns32k.h libaout.h $(INCDIR)/bfdlink.h aoutx.h $(INCDIR)/filenames.h \
148089857Sobrien  $(INCDIR)/safe-ctype.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
148189857Sobrien  $(INCDIR)/aout/ar.h
148238889Sjdpaout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
148377298Sobrien  libaout.h aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
148477298Sobrien  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
148577298Sobrien  $(INCDIR)/aout/ar.h aout-target.h
148677298Sobrienaout-tic30.lo: aout-tic30.c $(INCDIR)/filenames.h libaout.h \
148777298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
148889857Sobrien  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aoutx.h \
148989857Sobrien  $(INCDIR)/safe-ctype.h
149077298Sobrienaout0.lo: aout0.c aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
149177298Sobrien  libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
149233965Sjdp  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
149333965Sjdp  aout-target.h
149489857Sobrienaout32.lo: aout32.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
149589857Sobrien  $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
149689857Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
149777298Sobrienarmnetbsd.lo: armnetbsd.c netbsd.h $(INCDIR)/filenames.h \
149877298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
149977298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
150077298Sobrienbout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
150177298Sobrien  genlink.h $(INCDIR)/bout.h $(INCDIR)/aout/stab_gnu.h \
150277298Sobrien  $(INCDIR)/aout/stab.def libaout.h
150377298Sobriencf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \
150489857Sobrien  coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
150589857Sobrien  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
150689857Sobrien  coffcode.h coffswap.h
150789857Sobriencf-m68klynx.lo: cf-m68klynx.c coff-m68k.c $(INCDIR)/filenames.h \
150889857Sobrien  $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
150977298Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
151077298Sobriencf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \
151189857Sobrien  $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
151289857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
151377298Sobriencoff-a29k.lo: coff-a29k.c $(INCDIR)/filenames.h $(INCDIR)/coff/a29k.h \
151489857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
151589857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
151677298Sobriencoff-apollo.lo: coff-apollo.c $(INCDIR)/filenames.h \
151789857Sobrien  $(INCDIR)/coff/apollo.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
151889857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
151977298Sobriencoff-arm.lo: coff-arm.c $(INCDIR)/filenames.h $(INCDIR)/coff/arm.h \
152089857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
152189857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
152277298Sobriencoff-aux.lo: coff-aux.c $(INCDIR)/filenames.h $(INCDIR)/coff/aux-coff.h \
152389857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
152489857Sobrien  coff-m68k.c libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
152589857Sobrien  coffswap.h
152677298Sobriencoff-h8300.lo: coff-h8300.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
152789857Sobrien  genlink.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h \
152889857Sobrien  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
152989857Sobriencoff-h8500.lo: coff-h8500.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
153089857Sobrien  $(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
153177298Sobrien  libcoff.h coffcode.h coffswap.h
153277298Sobriencoff-i386.lo: coff-i386.c $(INCDIR)/filenames.h $(INCDIR)/coff/i386.h \
153389857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
153489857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
153577298Sobriencoff-i860.lo: coff-i860.c $(INCDIR)/filenames.h $(INCDIR)/coff/i860.h \
153689857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
153789857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
153877298Sobriencoff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/filenames.h \
153989857Sobrien  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
154089857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
154177298Sobriencoff-i960.lo: coff-i960.c $(INCDIR)/filenames.h $(INCDIR)/coff/i960.h \
154277298Sobrien  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
154333965Sjdp  coffcode.h coffswap.h
154477298Sobriencoff-m68k.lo: coff-m68k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m68k.h \
154589857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
154689857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
154777298Sobriencoff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m88k.h \
154889857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
154989857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
155077298Sobriencoff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
155177298Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
155289857Sobrien  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
155389857Sobrien  libcoff.h libecoff.h coffswap.h ecoffswap.h
155491041Sobriencoff-or32.lo: coff-or32.c $(INCDIR)/filenames.h $(INCDIR)/coff/or32.h \
155591041Sobrien  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
155691041Sobrien  coffcode.h coffswap.h
155777298Sobriencoff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \
155889857Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
155989857Sobrien  $(INCDIR)/coff/rs6000.h libcoff.h libxcoff.h coffcode.h \
156089857Sobrien  coffswap.h
156189857Sobriencoff-sh.lo: coff-sh.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
156289857Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
156389857Sobrien  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
156477298Sobriencoff-sparc.lo: coff-sparc.c $(INCDIR)/filenames.h $(INCDIR)/coff/sparc.h \
156589857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
156689857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
156777298Sobriencoff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/filenames.h \
156889857Sobrien  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
156989857Sobrien  $(INCDIR)/coff/go32exe.h libcoff.h $(INCDIR)/bfdlink.h \
157089857Sobrien  coffcode.h coffswap.h go32stub.h
157177298Sobriencoff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/filenames.h \
157289857Sobrien  $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
157389857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
157477298Sobriencoff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
157589857Sobrien  $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
157689857Sobrien  libcoff.h coffcode.h coffswap.h
157777298Sobriencoff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \
157877298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
157933965Sjdp  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
158077298Sobriencoff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h $(INCDIR)/filenames.h \
158189857Sobrien  $(INCDIR)/coff/tic80.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
158289857Sobrien  libcoff.h coffcode.h coffswap.h
158377298Sobriencoff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/filenames.h \
158489857Sobrien  $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
158589857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
158677298Sobriencoff-we32k.lo: coff-we32k.c $(INCDIR)/filenames.h $(INCDIR)/coff/we32k.h \
158789857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
158889857Sobrien  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
158977298Sobriencoff-w65.lo: coff-w65.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
159089857Sobrien  $(INCDIR)/coff/w65.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
159189857Sobrien  libcoff.h coffcode.h coffswap.h
159277298Sobriencoff-z8k.lo: coff-z8k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
159389857Sobrien  $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
159489857Sobrien  libcoff.h coffcode.h coffswap.h
159577298Sobriencofflink.lo: cofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
159677298Sobrien  $(INCDIR)/coff/internal.h libcoff.h
159777298Sobriendwarf1.lo: dwarf1.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
159877298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
159977298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf.h
160077298Sobrienecoff.lo: ecoff.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
160177298Sobrien  $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h $(INCDIR)/aout/stab_gnu.h \
160277298Sobrien  $(INCDIR)/aout/stab.def libaout.h $(INCDIR)/aout/aout64.h \
160377298Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
160477298Sobrien  $(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
160577298Sobrienecofflink.lo: ecofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
160677298Sobrien  $(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
160777298Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
160877298Sobrien  $(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
160977298Sobrienefi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \
161089857Sobrien  coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
161189857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
161289857Sobrien  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
161377298Sobrienelf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
161477298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
161589857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/libiberty.h
161677298Sobrienelf32-arc.lo: elf32-arc.c $(INCDIR)/filenames.h elf-bfd.h \
161760484Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
161877298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
161989857Sobrien  $(INCDIR)/libiberty.h elf32-target.h
162077298Sobrienelfarm-oabi.lo: elfarm-oabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
162177298Sobrien  $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
162233965Sjdp  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
162360484Sobrien  elf32-arm.h elf32-target.h
162460484Sobrienelfarm-nabi.lo: elfarm-nabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
162577298Sobrien  $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
162660484Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
162777298Sobrien  elf32-arm.h elf32-target.h
162877298Sobrienelf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h elf-bfd.h \
162977298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
163077298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h $(INCDIR)/elf/reloc-macros.h \
163133965Sjdp  elf32-target.h
163277298Sobrienelf32-cris.lo: elf32-cris.c $(INCDIR)/filenames.h elf-bfd.h \
163377298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
163477298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/cris.h $(INCDIR)/elf/reloc-macros.h \
163560484Sobrien  elf32-target.h
163677298Sobrienelf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h elf-bfd.h \
163777298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
163877298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h $(INCDIR)/elf/reloc-macros.h \
163938889Sjdp  elf32-target.h
164077298Sobrienelf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h elf-bfd.h \
164133965Sjdp  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
164277298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h $(INCDIR)/elf/reloc-macros.h \
164377298Sobrien  elf32-target.h
1644104834Sobrienelf32-dlx.lo: elf32-dlx.c $(INCDIR)/filenames.h elf-bfd.h \
1645104834Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1646104834Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/dlx.h $(INCDIR)/elf/reloc-macros.h \
1647104834Sobrien  elf32-target.h
164877298Sobrienelf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h elf-bfd.h \
164933965Sjdp  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
165077298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h $(INCDIR)/elf/reloc-macros.h \
165133965Sjdp  elf32-target.h
1652104834Sobrienelf32-frv.lo: elf32-frv.c $(INCDIR)/filenames.h elf-bfd.h \
1653104834Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1654104834Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h \
1655104834Sobrien  elf32-target.h
165677298Sobrienelf32-gen.lo: elf32-gen.c $(INCDIR)/filenames.h elf-bfd.h \
165733965Sjdp  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
165877298Sobrien  $(INCDIR)/bfdlink.h elf32-target.h
165989857Sobrienelf32-h8300.lo: elf32-h8300.c $(INCDIR)/filenames.h \
166089857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
166189857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/h8.h \
166289857Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
166377298Sobrienelf32-hppa.lo: elf32-hppa.c $(INCDIR)/filenames.h elf-bfd.h \
166477298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
166577298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
166677298Sobrien  libhppa.h elf32-hppa.h elf-hppa.h elf32-target.h
166777298Sobrienelf32-i370.lo: elf32-i370.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
166877298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
166977298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/i370.h elf32-target.h
167077298Sobrienelf32-i386.lo: elf32-i386.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
167177298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
167277298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h \
167333965Sjdp  elf32-target.h
1674104834Sobrienelf32-i386-fbsd.lo: elf32-i386-fbsd.c elf32-i386.c $(INCDIR)/filenames.h \
1675104834Sobrien  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1676104834Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/i386.h \
1677104834Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1678104834Sobrienelf32-i386qnx.lo: elf32-i386qnx.c elf32-i386.c $(INCDIR)/filenames.h \
1679104834Sobrien  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1680104834Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/i386.h \
1681104834Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
168277298Sobrienelf32-i860.lo: elf32-i860.c $(INCDIR)/filenames.h elf-bfd.h \
168377298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
168477298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/i860.h $(INCDIR)/elf/reloc-macros.h \
168533965Sjdp  elf32-target.h
168677298Sobrienelf32-i960.lo: elf32-i960.c $(INCDIR)/filenames.h elf-bfd.h \
168777298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
168877298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/i960.h $(INCDIR)/elf/reloc-macros.h \
168933965Sjdp  elf32-target.h
169077298Sobrienelf32-m32r.lo: elf32-m32r.c $(INCDIR)/filenames.h elf-bfd.h \
169177298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
169277298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32r.h $(INCDIR)/elf/reloc-macros.h \
169360484Sobrien  elf32-target.h
169477298Sobrienelf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
169560484Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
169677298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/m68k.h $(INCDIR)/elf/reloc-macros.h \
169760484Sobrien  elf32-target.h
169877298Sobrienelf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \
169977298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
170077298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m68hc11.h \
170177298Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
170277298Sobrienelf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \
170377298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
170477298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m68hc11.h \
170577298Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
170677298Sobrienelf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h elf-bfd.h \
170760484Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
170877298Sobrien  $(INCDIR)/bfdlink.h elf32-target.h
170977298Sobrienelf-m10200.lo: elf-m10200.c $(INCDIR)/filenames.h elf-bfd.h \
171033965Sjdp  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
171177298Sobrien  $(INCDIR)/bfdlink.h elf32-target.h
171277298Sobrienelf-m10300.lo: elf-m10300.c $(INCDIR)/filenames.h elf-bfd.h \
171333965Sjdp  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
171477298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h $(INCDIR)/elf/reloc-macros.h \
171560484Sobrien  elf32-target.h
171677298Sobrienelf32-mcore.lo: elf32-mcore.c $(INCDIR)/filenames.h \
171777298Sobrien  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
171877298Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/mcore.h \
171977298Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1720104834Sobrienelfxx-mips.lo: elfxx-mips.c $(INCDIR)/filenames.h elf-bfd.h \
1721104834Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1722104834Sobrien  $(INCDIR)/bfdlink.h elfxx-mips.h $(INCDIR)/elf/mips.h \
1723104834Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1724104834Sobrien  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h
172577298Sobrienelf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
172677298Sobrien  genlink.h elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1727104834Sobrien  $(INCDIR)/elf/external.h elfxx-mips.h $(INCDIR)/elf/mips.h \
1728104834Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1729104834Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h \
1730104834Sobrien  $(INCDIR)/coff/external.h ecoffswap.h elf32-target.h
173189857Sobrienelf32-openrisc.lo: elf32-openrisc.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/openrisc.h \
173489857Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
173577298Sobrien  elf32-target.h
173691041Sobrienelf32-or32.lo: elf32-or32.c $(INCDIR)/filenames.h elf-bfd.h \
173791041Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
173891041Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/or32.h $(INCDIR)/elf/reloc-macros.h \
173991041Sobrien  $(INCDIR)/libiberty.h elf32-target.h
174077298Sobrienelf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
174177298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
174277298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/pj.h $(INCDIR)/elf/reloc-macros.h \
174377298Sobrien  elf32-target.h
174477298Sobrienelf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
174577298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
174677298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
174777298Sobrien  elf32-target.h
174891041Sobrienelf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \
174991041Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
175094536Sobrien  $(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \
175194536Sobrien  elf32-sh.c $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
175294536Sobrien  elf32-target.h
1753104834Sobrienelf32-sh64-com.lo: elf32-sh64-com.c $(INCDIR)/filenames.h \
1754104834Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1755104834Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h \
1756104834Sobrien  $(INCDIR)/elf/reloc-macros.h $(srcdir)/../opcodes/sh64-opc.h
175789857Sobrienelf32-s390.lo: elf32-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
175889857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
175989857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h \
176089857Sobrien  elf32-target.h
176177298Sobrienelf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
176277298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
176377298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
176477298Sobrien  elf32-target.h
176589857Sobrienelf32-sh-lin.lo: elf32-sh-lin.c $(INCDIR)/filenames.h \
176689857Sobrien  $(INCDIR)/elf/internal.h elf-bfd.h $(INCDIR)/elf/common.h \
176789857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf32-sh.c \
176889857Sobrien  $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
176989857Sobrienelf32-sh-nbsd.lo: elf32-sh-nbsd.c elf32-sh.c $(INCDIR)/filenames.h \
177077298Sobrien  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
177177298Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h \
177277298Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1773104834Sobrienelf32-sh64-nbsd.lo: elf32-sh64-nbsd.c elf32-sh64.c \
1774104834Sobrien  $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
1775104834Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1776104834Sobrien  $(srcdir)/../opcodes/sh64-opc.h elf32-sh.c $(INCDIR)/elf/sh.h \
1777104834Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
177877298Sobrienelf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \
177977298Sobrien  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
178077298Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sparc.h \
178177298Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \
178277298Sobrien  elf32-target.h
178377298Sobrienelf32-v850.lo: elf32-v850.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
178477298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
178577298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h \
178689857Sobrien  $(INCDIR)/libiberty.h elf32-target.h
1787104834Sobrienelf32-vax.lo: elf32-vax.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1788104834Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1789104834Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/vax.h $(INCDIR)/elf/reloc-macros.h \
1790104834Sobrien  elf32-target.h
179189857Sobrienelf32-xstormy16.lo: elf32-xstormy16.c $(INCDIR)/filenames.h \
179289857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
179389857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/xstormy16.h \
179489857Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
179577298Sobrien  elf32-target.h
179689857Sobrienelf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
179789857Sobrien  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
179889857Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h \
179989857Sobrien  elflink.h
180077298Sobrienelflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
180177298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
180277298Sobrien  $(INCDIR)/elf/external.h
180389857Sobrienelf-strtab.lo: elf-strtab.c $(INCDIR)/filenames.h elf-bfd.h \
180489857Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1805104834Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
180689857Sobrienelf-eh-frame.lo: elf-eh-frame.c $(INCDIR)/filenames.h \
180789857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
180889857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
180977298Sobrienepoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c $(INCDIR)/filenames.h \
181089857Sobrien  coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
181189857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
181289857Sobrien  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
181377298Sobrienepoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c $(INCDIR)/filenames.h \
181489857Sobrien  coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
181589857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
181689857Sobrien  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
181777298Sobrienhp300bsd.lo: hp300bsd.c $(INCDIR)/filenames.h libaout.h \
181877298Sobrien  $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
181977298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
182038889Sjdphp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
182189857Sobrien  aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
182289857Sobrien  $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
182389857Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
182489857Sobrien  aout-target.h
182577298Sobriensom.lo: som.c $(INCDIR)/alloca-conf.h $(INCDIR)/filenames.h
182677298Sobrieni386aout.lo: i386aout.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
182777298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
182833965Sjdp  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
182977298Sobrieni386bsd.lo: i386bsd.c $(INCDIR)/filenames.h libaout.h \
183077298Sobrien  $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
183177298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
183238889Sjdpi386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
183389857Sobrien  $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \
183489857Sobrien  libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
183589857Sobrien  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
183677298Sobrieni386freebsd.lo: i386freebsd.c freebsd.h $(INCDIR)/filenames.h \
183777298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
183877298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
183977298Sobrieni386linux.lo: i386linux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
184033965Sjdp  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
184177298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h
184277298Sobrieni386lynx.lo: i386lynx.c $(INCDIR)/filenames.h libaout.h \
184377298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
184477298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
184577298Sobrieni386msdos.lo: i386msdos.c $(INCDIR)/filenames.h libaout.h \
184677298Sobrien  $(INCDIR)/bfdlink.h
184777298Sobrieni386netbsd.lo: i386netbsd.c netbsd.h $(INCDIR)/filenames.h \
184877298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
184977298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
185077298Sobrieni386mach3.lo: i386mach3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
185177298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
185277298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h
185377298Sobrieni386os9k.lo: i386os9k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
185477298Sobrien  libaout.h $(INCDIR)/os9k.h
185577298Sobrienieee.lo: ieee.c $(INCDIR)/filenames.h $(INCDIR)/ieee.h \
185689857Sobrien  libieee.h $(INCDIR)/safe-ctype.h
185777298Sobrienm68k4knetbsd.lo: m68k4knetbsd.c netbsd.h $(INCDIR)/filenames.h \
185877298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
185977298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
186077298Sobrienm68klinux.lo: m68klinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
186177298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
186277298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h
186377298Sobrienm68klynx.lo: m68klynx.c $(INCDIR)/filenames.h libaout.h \
186477298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
186577298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
186677298Sobrienm68knetbsd.lo: m68knetbsd.c netbsd.h $(INCDIR)/filenames.h \
186777298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
186877298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
186977298Sobrienm88kmach3.lo: m88kmach3.c $(INCDIR)/filenames.h libaout.h \
187038889Sjdp  $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
187138889Sjdp  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
187277298Sobrienmipsbsd.lo: mipsbsd.c $(INCDIR)/filenames.h libaout.h \
187377298Sobrien  $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
187477298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
187577298Sobriennewsos3.lo: newsos3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
187677298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
187777298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h
187877298Sobriennlm.lo: nlm.c $(INCDIR)/filenames.h libnlm.h $(INCDIR)/nlm/common.h \
187977298Sobrien  $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
188077298Sobriennlm32-i386.lo: nlm32-i386.c $(INCDIR)/filenames.h $(INCDIR)/nlm/i386-ext.h \
188133965Sjdp  libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
188233965Sjdp  $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
188377298Sobriennlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/filenames.h \
188477298Sobrien  $(INCDIR)/nlm/sparc32-ext.h libnlm.h $(INCDIR)/nlm/common.h \
188577298Sobrien  $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
188677298Sobrien  nlm-target.h
188777298Sobriennlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/nlm/ppc-ext.h \
188833965Sjdp  libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
188933965Sjdp  $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
189077298Sobriennlm32.lo: nlm32.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
189177298Sobrien  $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
189277298Sobrienns32knetbsd.lo: ns32knetbsd.c netbsd.h $(INCDIR)/filenames.h \
189377298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
189477298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
189589857Sobrienoasys.lo: oasys.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
189689857Sobrien  $(INCDIR)/oasys.h liboasys.h
189777298Sobrienpc532-mach.lo: pc532-mach.c $(INCDIR)/filenames.h libaout.h \
189877298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
189977298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
190089857Sobrienpdp11.lo: pdp11.c $(INCDIR)/filenames.h libaout.h $(INCDIR)/bfdlink.h \
190189857Sobrien  aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
190289857Sobrien  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h $(INCDIR)/safe-ctype.h
190377298Sobrienpe-arm.lo: pe-arm.c $(INCDIR)/filenames.h coff-arm.c \
190489857Sobrien  $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
190589857Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
190689857Sobrien  peicode.h libpei.h
190777298Sobrienpei-arm.lo: pei-arm.c $(INCDIR)/filenames.h coff-arm.c \
190889857Sobrien  $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
190989857Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
191089857Sobrien  peicode.h libpei.h
191177298Sobrienpe-i386.lo: pe-i386.c $(INCDIR)/filenames.h coff-i386.c \
191289857Sobrien  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
191389857Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
191489857Sobrien  peicode.h libpei.h
191577298Sobrienpei-i386.lo: pei-i386.c $(INCDIR)/filenames.h coff-i386.c \
191689857Sobrien  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
191789857Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
191889857Sobrien  peicode.h libpei.h
191977298Sobrienpe-mcore.lo: pe-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
192089857Sobrien  $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
192189857Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
192289857Sobrien  peicode.h libpei.h
192377298Sobrienpei-mcore.lo: pei-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
192489857Sobrien  $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
192560484Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
192660484Sobrien  peicode.h libpei.h
192789857Sobrienpe-ppc.lo: pe-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
192889857Sobrien  $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
192989857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
193089857Sobrien  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
193177298Sobrienpei-ppc.lo: pei-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
193289857Sobrien  $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
193389857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
193489857Sobrien  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
193589857Sobrienpe-sh.lo: pe-sh.c $(INCDIR)/filenames.h coff-sh.c $(INCDIR)/libiberty.h \
193689857Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
193789857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
193889857Sobrien  coffcode.h peicode.h libpei.h
193977298Sobrienpei-sh.lo: pei-sh.c $(INCDIR)/filenames.h coff-sh.c \
194089857Sobrien  $(INCDIR)/libiberty.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
194189857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
194277298Sobrien  $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
194377298Sobrien  libpei.h
194477298Sobrienpe-mips.lo: pe-mips.c $(INCDIR)/filenames.h $(INCDIR)/coff/mipspe.h \
194589857Sobrien  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
194689857Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
194789857Sobrien  peicode.h libpei.h
194877298Sobrienpei-mips.lo: pei-mips.c $(INCDIR)/filenames.h pe-mips.c \
194989857Sobrien  $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
195089857Sobrien  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
195189857Sobrien  peicode.h libpei.h
195289857Sobrienppcboot.lo: ppcboot.c $(INCDIR)/safe-ctype.h $(INCDIR)/filenames.h
195377298Sobrienreloc16.lo: reloc16.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
195477298Sobrien  genlink.h $(INCDIR)/coff/internal.h libcoff.h
195577298Sobrienriscix.lo: riscix.c $(INCDIR)/filenames.h libaout.h \
195677298Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
195777298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
195877298Sobriensparclinux.lo: sparclinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
195933965Sjdp  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
196033965Sjdp  libaout.h $(INCDIR)/bfdlink.h aout-target.h
196177298Sobriensparclynx.lo: sparclynx.c $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
196277298Sobrien  libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
196377298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
196477298Sobrien  aout-target.h
196577298Sobriensparcnetbsd.lo: sparcnetbsd.c netbsd.h $(INCDIR)/filenames.h \
196677298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
196777298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
196838889Sjdpsunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
196977298Sobrien  $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h \
197077298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
197177298Sobrien  aout-target.h
197277298Sobrienvaxnetbsd.lo: vaxnetbsd.c netbsd.h $(INCDIR)/filenames.h \
197377298Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
197477298Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1975104834Sobrienvax1knetbsd.lo: vax1knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1976104834Sobrien  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1977104834Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1978104834Sobrienvaxbsd.lo: vaxbsd.c $(INCDIR)/filenames.h libaout.h \
1979104834Sobrien  $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1980104834Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
198177298Sobrienversados.lo: versados.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
198277298Sobrienvms.lo: vms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
198377298Sobrien  vms.h
198477298Sobrienvms-gsd.lo: vms-gsd.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
198577298Sobrien  vms.h
198677298Sobrienvms-hdr.lo: vms-hdr.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
198789857Sobrien  $(INCDIR)/safe-ctype.h vms.h
198877298Sobrienvms-misc.lo: vms-misc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
198977298Sobrien  vms.h
199077298Sobrienvms-tir.lo: vms-tir.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
199177298Sobrien  vms.h
199277298Sobrienxcofflink.lo: xcofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
199389857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h libcoff.h \
199489857Sobrien  libxcoff.h
1995104834Sobrienaix5ppc-core.lo: aix5ppc-core.c
199689857Sobrienaout64.lo: aout64.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
199789857Sobrien  $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
199889857Sobrien  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
199977298Sobriencoff-alpha.lo: coff-alpha.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
200077298Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
200177298Sobrien  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h \
200277298Sobrien  libcoff.h libecoff.h coffswap.h ecoffswap.h
200377298Sobriencoff64-rs6000.lo: coff64-rs6000.c $(INCDIR)/filenames.h \
200489857Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
200589857Sobrien  $(INCDIR)/coff/rs6k64.h libcoff.h libxcoff.h coffcode.h \
200689857Sobrien  coffswap.h
200777298Sobriendemo64.lo: demo64.c aoutf1.h $(INCDIR)/filenames.h \
200877298Sobrien  $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
200933965Sjdp  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
201077298Sobrien  $(INCDIR)/aout/ar.h aout-target.h
201177298Sobrienefi-app-ia64.lo: efi-app-ia64.c $(INCDIR)/filenames.h \
201289857Sobrien  coff-ia64.c $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h \
201389857Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
201489857Sobrien  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
201578828Sobrienelf64-x86-64.lo: elf64-x86-64.c $(INCDIR)/filenames.h \
2016104834Sobrien  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
2017104834Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/x86-64.h \
201878828Sobrien  $(INCDIR)/elf/reloc-macros.h elf64-target.h
201977298Sobrienelf64-alpha.lo: elf64-alpha.c $(INCDIR)/filenames.h \
202077298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
202177298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/alpha.h \
202277298Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \
202333965Sjdp  $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
202433965Sjdp  $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
202577298Sobrien  libecoff.h ecoffswap.h elf64-target.h
2026104834Sobrienelf64-alpha-fbsd.lo: elf64-alpha-fbsd.c elf64-alpha.c $(INCDIR)/filenames.h \
2027104834Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2028104834Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/alpha.h \
2029104834Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \
2030104834Sobrien  $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
2031104834Sobrien  $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
2032104834Sobrien  libecoff.h ecoffswap.h elf64-target.h
203378828Sobrienelf64-hppa.lo: elf64-hppa.c $(INCDIR)/alloca-conf.h \
203478828Sobrien  $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
203578828Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
203678828Sobrien  $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h libhppa.h \
203778828Sobrien  elf64-hppa.h elf-hppa.h elf64-target.h
203877298Sobrienelf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h elf-bfd.h \
203977298Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
204077298Sobrien  $(INCDIR)/bfdlink.h elf64-target.h
204177298Sobrienelf64-mips.lo: elf64-mips.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
204277298Sobrien  $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \
2043104834Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfxx-mips.h \
2044104834Sobrien  $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h \
2045104834Sobrien  $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
2046104834Sobrien  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \
2047104834Sobrien  elf64-target.h
204889857Sobrienelf64-mmix.lo: elf64-mmix.c $(INCDIR)/filenames.h elf-bfd.h \
204989857Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
205089857Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h \
205189857Sobrien  $(INCDIR)/opcode/mmix.h elf64-target.h
205289857Sobrienelf64-ppc.lo: elf64-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
205389857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
205489857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
205589857Sobrien  elf64-ppc.h elf64-target.h
205689857Sobrienelf64-s390.lo: elf64-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
205789857Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
205889857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h \
205989857Sobrien  elf64-target.h
206094536Sobrienelf64-sh64.lo: elf64-sh64.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
206194536Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
206294536Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
206394536Sobrien  elf64-target.h
2064104834Sobrienelf64-sh64-nbsd.lo: elf64-sh64-nbsd.c elf64-sh64.c \
2065104834Sobrien  $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h elf-bfd.h \
2066104834Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2067104834Sobrien  $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf64-target.h
206877298Sobrienelf64-sparc.lo: elf64-sparc.c $(INCDIR)/filenames.h \
206977298Sobrien  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
207077298Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/sparc.h \
207160484Sobrien  $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
207260484Sobrien  elf64-target.h
207389857Sobrienelf64.lo: elf64.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
207489857Sobrien  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
207589857Sobrien  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h \
207689857Sobrien  elflink.h
207789857Sobrienmmo.lo: mmo.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
207889857Sobrien  $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h
207977298Sobriennlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/filenames.h \
208077298Sobrien  $(INCDIR)/nlm/alpha-ext.h libnlm.h $(INCDIR)/nlm/common.h \
208177298Sobrien  $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
208277298Sobrien  nlm-target.h
208377298Sobriennlm64.lo: nlm64.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
208477298Sobrien  $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
208577298Sobrienaix386-core.lo: aix386-core.c $(INCDIR)/filenames.h \
208689857Sobrien  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
208789857Sobrien  libcoff.h $(INCDIR)/bfdlink.h
208877298Sobrienhpux-core.lo: hpux-core.c $(INCDIR)/filenames.h
208977298Sobrienirix-core.lo: irix-core.c $(INCDIR)/filenames.h
209077298Sobrienlynx-core.lo: lynx-core.c $(INCDIR)/filenames.h
209177298Sobrienosf-core.lo: osf-core.c $(INCDIR)/filenames.h
209277298Sobriensco5-core.lo: sco5-core.c $(INCDIR)/filenames.h libaout.h \
209377298Sobrien  $(INCDIR)/bfdlink.h
209477298Sobrientrad-core.lo: trad-core.c $(INCDIR)/filenames.h libaout.h \
209577298Sobrien  $(INCDIR)/bfdlink.h
209677298Sobriencisco-core.lo: cisco-core.c $(INCDIR)/filenames.h
209778828Sobrienelf32-ia64.lo: elf32-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
209878828Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
209978828Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
210078828Sobrien  $(INCDIR)/elf/reloc-macros.h elf32-target.h
210178828Sobrienelf64-ia64.lo: elf64-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
210278828Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
210378828Sobrien  $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
210478828Sobrien  $(INCDIR)/elf/reloc-macros.h elf64-target.h
210578828Sobrienpeigen.lo: peigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
210689857Sobrien  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/pe.h \
210789857Sobrien  libcoff.h $(INCDIR)/bfdlink.h libpei.h
210878828Sobrienpepigen.lo: pepigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
210989857Sobrien  $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h $(INCDIR)/coff/pe.h \
211089857Sobrien  libcoff.h $(INCDIR)/bfdlink.h libpei.h
211133965Sjdp# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
211238889Sjdp
211338889Sjdp# Tell versions [3.59,3.63) of GNU make to not export all variables.
211438889Sjdp# Otherwise a system limit (for SysV at least) may be exceeded.
211538889Sjdp.NOEXPORT:
2116