Makefile.am revision 91041
1186681Sed## Process this file with automake to generate Makefile.in
2186681Sed
3186681SedAUTOMAKE_OPTIONS = cygnus
4186681Sed
5186681SedINCDIR = $(srcdir)/../include
6186681SedCSEARCH = -I. -I$(srcdir) -I$(INCDIR)
7186681SedMKDEP = gcc -MM
8186681Sed
9186681SedSUBDIRS = doc po
10186681Sed
11186681Seddocdir = doc
12186681Sed
13186681Sedlib_LTLIBRARIES = libbfd.la
14186681Sed
15186681SedWARN_CFLAGS = @WARN_CFLAGS@
16186681SedAM_CFLAGS = $(WARN_CFLAGS)
17186681Sed
18186681Sed# bfd.h goes here, for now
19186681SedBFD_H = bfd.h
20186681Sed
21186681Sed# Jim Kingdon notes:
22186681Sed# Writing S-records should be included in all (or at least most)
23186681Sed# *-*-coff, *-*-aout, etc., configurations, because people will want to
24186681Sed# be able to use objcopy to create S-records.  (S-records are not useful
25186681Sed# for the debugger, so if you are downloading things as S-records you
26186681Sed# need two copies of the executable, one to download and one for the
27186681Sed# debugger).
28186681SedBFD32_LIBS = \
29186681Sed	archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo \
30186681Sed	format.lo init.lo libbfd.lo opncls.lo reloc.lo \
31186681Sed	section.lo syms.lo targets.lo hash.lo linker.lo \
32186681Sed	srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
33187469Sed	merge.lo dwarf2.lo
34186681Sed
35186681SedBFD64_LIBS = archive64.lo
36186681Sed
37186681SedBFD32_LIBS_CFILES = \
38186681Sed	archive.c archures.c bfd.c cache.c coffgen.c corefile.c \
39186681Sed	format.c init.c libbfd.c opncls.c reloc.c \
40190157Sed	section.c syms.c targets.c hash.c linker.c \
41190158Sed	srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
42186681Sed	merge.c dwarf2.c
43186681Sed
44186681SedBFD64_LIBS_CFILES = archive64.c
45186681Sed
46186681Sed# This list is alphabetized to make it easier to keep in sync
47186681Sed# with the decls and initializer in archures.c.
48186681SedALL_MACHINES = \
49186681Sed	cpu-a29k.lo \
50186681Sed	cpu-alpha.lo \
51186681Sed	cpu-arc.lo \
52186681Sed	cpu-arm.lo \
53186681Sed	cpu-avr.lo \
54190157Sed	cpu-cris.lo \
55190157Sed	cpu-d10v.lo \
56186681Sed	cpu-d30v.lo \
57186681Sed	cpu-fr30.lo \
58186681Sed	cpu-h8300.lo \
59186681Sed	cpu-h8500.lo \
60186681Sed	cpu-hppa.lo \
61186681Sed	cpu-ia64.lo \
62186681Sed	cpu-i370.lo \
63186681Sed	cpu-i386.lo \
64186681Sed	cpu-i860.lo \
65186681Sed	cpu-i960.lo \
66186681Sed	cpu-m32r.lo \
67186681Sed	cpu-m68hc11.lo \
68190157Sed	cpu-m68hc12.lo \
69190157Sed	cpu-m68k.lo \
70186681Sed	cpu-m88k.lo \
71186681Sed	cpu-m10200.lo \
72186681Sed	cpu-m10300.lo \
73186681Sed	cpu-mcore.lo \
74186681Sed	cpu-mips.lo \
75186681Sed	cpu-mmix.lo \
76186681Sed	cpu-or32.lo \
77186681Sed	cpu-ns32k.lo \
78186681Sed	cpu-openrisc.lo \
79186681Sed	cpu-pdp11.lo \
80186681Sed	cpu-pj.lo \
81186681Sed	cpu-powerpc.lo \
82186681Sed	cpu-rs6000.lo \
83186681Sed	cpu-s390.lo \
84186681Sed	cpu-sh.lo \
85186681Sed	cpu-sparc.lo \
86186681Sed	cpu-tic30.lo \
87186681Sed	cpu-tic54x.lo \
88186681Sed	cpu-tic80.lo \
89186681Sed	cpu-v850.lo \
90186681Sed	cpu-vax.lo \
91186681Sed	cpu-we32k.lo \
92186681Sed	cpu-w65.lo \
93186681Sed	cpu-xstormy16.lo \
94186681Sed	cpu-z8k.lo
95186681Sed
96186681SedALL_MACHINES_CFILES = \
97186681Sed	cpu-a29k.c \
98186681Sed	cpu-alpha.c \
99186681Sed	cpu-arc.c \
100186681Sed	cpu-arm.c \
101186681Sed	cpu-avr.c \
102186681Sed	cpu-cris.c \
103186681Sed	cpu-d10v.c \
104186681Sed	cpu-d30v.c \
105186681Sed	cpu-fr30.c \
106186681Sed	cpu-h8300.c \
107186681Sed	cpu-h8500.c \
108186681Sed	cpu-hppa.c \
109186681Sed	cpu-ia64.c \
110186681Sed	cpu-i370.c \
111186681Sed	cpu-i386.c \
112186681Sed	cpu-i860.c \
113186681Sed	cpu-i960.c \
114186681Sed	cpu-m32r.c \
115186681Sed	cpu-m68hc11.c \
116186681Sed	cpu-m68hc12.c \
117186681Sed	cpu-m68k.c \
118186681Sed	cpu-m88k.c \
119186681Sed	cpu-m10200.c \
120186681Sed	cpu-m10300.c \
121186681Sed	cpu-mcore.c \
122186681Sed	cpu-mips.c \
123186681Sed	cpu-mmix.c \
124186681Sed	cpu-or32.c \
125186681Sed	cpu-ns32k.c \
126186681Sed	cpu-openrisc.c \
127186681Sed	cpu-pdp11.c \
128186681Sed	cpu-pj.c \
129186681Sed	cpu-powerpc.c \
130186681Sed	cpu-rs6000.c \
131186681Sed	cpu-s390.c \
132186681Sed	cpu-sh.c \
133186681Sed	cpu-sparc.c \
134186681Sed	cpu-tic30.c \
135186681Sed	cpu-tic54x.c \
136186681Sed	cpu-tic80.c \
137186681Sed	cpu-v850.c \
138186681Sed	cpu-vax.c \
139186681Sed	cpu-we32k.c \
140186681Sed	cpu-w65.c \
141186681Sed	cpu-xstormy16.c \
142186681Sed	cpu-z8k.c
143186681Sed
144186681Sed# The .o files needed by all of the 32 bit vectors that are configured into
145186681Sed# target_vector in targets.c if configured with --enable-targets=all.
146186681SedBFD32_BACKENDS = \
147186681Sed	aout-adobe.lo \
148186681Sed	aout-arm.lo \
149186681Sed	aout-cris.lo \
150186681Sed	aout-ns32k.lo \
151186681Sed	aout-sparcle.lo \
152186681Sed	aout-tic30.lo \
153186681Sed	aout0.lo \
154186681Sed	aout32.lo \
155186681Sed	armnetbsd.lo \
156186681Sed	bout.lo \
157186681Sed	cf-i386lynx.lo \
158186681Sed	cf-m68klynx.lo \
159186681Sed	cf-sparclynx.lo \
160186681Sed	coff-a29k.lo \
161186681Sed	coff-apollo.lo \
162186681Sed	coff-arm.lo \
163186681Sed	coff-aux.lo \
164186681Sed	coff-h8300.lo \
165186681Sed	coff-h8500.lo \
166186681Sed	coff-i386.lo \
167186681Sed	coff-go32.lo \
168186681Sed	coff-i860.lo \
169186681Sed	coff-i960.lo \
170186681Sed	coff-m68k.lo \
171186681Sed	coff-m88k.lo \
172186681Sed	coff-mips.lo \
173186681Sed	coff-or32.lo \
174186681Sed	coff-rs6000.lo \
175186681Sed	coff-sh.lo \
176186681Sed	coff-sparc.lo \
177186681Sed	coff-stgo32.lo \
178186681Sed	coff-svm68k.lo \
179186681Sed	coff-tic30.lo \
180186681Sed	coff-tic54x.lo \
181186681Sed	coff-tic80.lo \
182186681Sed	coff-u68k.lo \
183186681Sed	coff-we32k.lo \
184186681Sed	coff-w65.lo \
185186681Sed	coff-z8k.lo \
186186681Sed	cofflink.lo \
187186681Sed	dwarf1.lo \
188197521Sed	ecoff.lo \
189186681Sed	ecofflink.lo \
190186681Sed	efi-app-ia32.lo \
191197521Sed	elf.lo \
192197521Sed	elf32-arc.lo \
193186681Sed	elfarm-oabi.lo \
194186681Sed	elfarm-nabi.lo \
195186681Sed	elf32-avr.lo \
196186681Sed	elf32-cris.lo \
197186681Sed	elf32-d10v.lo \
198186681Sed	elf32-d30v.lo \
199186681Sed	elf32-fr30.lo \
200186681Sed	elf32-gen.lo \
201186681Sed	elf32-h8300.lo \
202186681Sed	elf32-hppa.lo \
203186681Sed	elf32-i370.lo \
204186681Sed	elf32-i386.lo \
205197117Sed	elf32-i860.lo \
206197117Sed	elf32-i960.lo \
207197117Sed	elf32-ia64.lo \
208197117Sed	elf32-m32r.lo \
209197117Sed	elf32-m68hc11.lo \
210197117Sed	elf32-m68hc12.lo \
211197117Sed	elf32-m68k.lo \
212197117Sed	elf32-m88k.lo \
213197117Sed	elf-m10200.lo \
214197117Sed	elf-m10300.lo \
215197117Sed	elf32-mcore.lo \
216197117Sed	elf32-mips.lo \
217187367Sed	elf32-openrisc.lo \
218186753Sed	elf32-or32.lo \
219197117Sed	elf32-pj.lo \
220186753Sed	elf32-ppc.lo \
221186681Sed	elf32-s390.lo \
222186681Sed	elf32-sh.lo \
223186681Sed	elf32-sh-lin.lo \
224186681Sed	elf32-sh64.lo \
225186681Sed	elf32-sh-nbsd.lo \
226186681Sed	elf32-sparc.lo \
227186681Sed	elf32-v850.lo \
228186681Sed	elf32-xstormy16.lo \
229186681Sed	elf32.lo \
230186681Sed	elflink.lo \
231186681Sed	elf-strtab.lo \
232186681Sed	elf-eh-frame.lo \
233186681Sed	epoc-pe-arm.lo \
234186681Sed	epoc-pei-arm.lo \
235186681Sed	hp300bsd.lo \
236186681Sed	hp300hpux.lo \
237186681Sed	som.lo \
238186681Sed	i386aout.lo \
239186681Sed	i386bsd.lo \
240186681Sed	i386dynix.lo \
241186681Sed	i386freebsd.lo \
242186681Sed	i386linux.lo \
243186681Sed	i386lynx.lo \
244186681Sed	i386msdos.lo \
245186681Sed	i386netbsd.lo \
246186681Sed	i386mach3.lo \
247186681Sed	i386os9k.lo \
248186681Sed	ieee.lo \
249186681Sed	m68k4knetbsd.lo \
250186681Sed	m68klinux.lo \
251186681Sed	m68klynx.lo \
252186681Sed	m68knetbsd.lo \
253186681Sed	m88kmach3.lo \
254186681Sed	mipsbsd.lo \
255186681Sed	newsos3.lo \
256186681Sed	nlm.lo \
257186681Sed	nlm32-i386.lo \
258186681Sed	nlm32-sparc.lo \
259186681Sed	nlm32-ppc.lo \
260186681Sed	nlm32.lo \
261186681Sed	ns32knetbsd.lo \
262186681Sed	oasys.lo \
263186681Sed	pc532-mach.lo \
264186681Sed	pdp11.lo \
265186681Sed	pe-arm.lo \
266186681Sed	pei-arm.lo \
267186681Sed	pe-i386.lo \
268186729Sed	pei-i386.lo \
269186729Sed	pe-mcore.lo \
270186681Sed	pei-mcore.lo \
271186681Sed	pe-ppc.lo \
272186681Sed	pei-ppc.lo \
273186681Sed	pe-sh.lo \
274186681Sed	pei-sh.lo \
275186681Sed	pe-mips.lo \
276186681Sed	pei-mips.lo \
277186681Sed	peigen.lo \
278186681Sed	ppcboot.lo \
279186681Sed	reloc16.lo \
280186681Sed	riscix.lo \
281186681Sed	sparclinux.lo \
282186681Sed	sparclynx.lo \
283186681Sed	sparcnetbsd.lo \
284186681Sed	sunos.lo \
285186681Sed	vaxnetbsd.lo \
286186681Sed	versados.lo \
287186681Sed	vms.lo \
288186681Sed	vms-gsd.lo \
289186681Sed	vms-hdr.lo \
290186681Sed	vms-misc.lo \
291186681Sed	vms-tir.lo \
292186681Sed	xcofflink.lo
293186681Sed
294186681SedBFD32_BACKENDS_CFILES = \
295186681Sed	aout-adobe.c \
296186681Sed	aout-arm.c \
297186681Sed	aout-cris.c \
298186681Sed	aout-ns32k.c \
299186681Sed	aout-sparcle.c \
300186681Sed	aout-tic30.c \
301186681Sed	aout0.c \
302186681Sed	aout32.c \
303186681Sed	armnetbsd.c \
304186681Sed	bout.c \
305186681Sed	cf-i386lynx.c \
306186681Sed	cf-m68klynx.c \
307186681Sed	cf-sparclynx.c \
308186681Sed	coff-a29k.c \
309186681Sed	coff-apollo.c \
310186681Sed	coff-arm.c \
311186729Sed	coff-aux.c \
312186729Sed	coff-h8300.c \
313186681Sed	coff-h8500.c \
314186681Sed	coff-i386.c \
315186681Sed	coff-i860.c \
316186681Sed	coff-go32.c \
317186681Sed	coff-i960.c \
318186681Sed	coff-m68k.c \
319186681Sed	coff-m88k.c \
320186681Sed	coff-mips.c \
321186681Sed	coff-or32.c \
322186681Sed	coff-rs6000.c \
323186681Sed	coff-sh.c \
324186681Sed	coff-sparc.c \
325186681Sed	coff-stgo32.c \
326186681Sed	coff-svm68k.c \
327186681Sed	coff-tic30.c \
328186681Sed	coff-tic54x.c \
329186681Sed	coff-tic80.c \
330186681Sed	coff-u68k.c \
331186681Sed	coff-we32k.c \
332186681Sed	coff-w65.c \
333186681Sed	coff-z8k.c \
334186681Sed	cofflink.c \
335186681Sed	dwarf1.c \
336186681Sed	ecoff.c \
337186681Sed	ecofflink.c \
338186681Sed	efi-app-ia32.c \
339186681Sed	elf.c \
340186681Sed	elf32-arc.c \
341186681Sed	elfarm-oabi.c \
342186681Sed	elfarm-nabi.c \
343186681Sed	elf32-avr.c \
344186681Sed	elf32-cris.c \
345186681Sed	elf32-d10v.c \
346186681Sed	elf32-d30v.c \
347186681Sed	elf32-fr30.c \
348186681Sed	elf32-gen.c \
349186681Sed	elf32-h8300.c \
350186681Sed	elf32-hppa.c \
351186681Sed	elf32-i370.c \
352186681Sed	elf32-i386.c \
353186681Sed	elf32-i860.c \
354186681Sed	elf32-i960.c \
355186681Sed	elf32-m32r.c \
356186681Sed	elf32-m68k.c \
357186681Sed	elf32-m68hc11.c \
358186681Sed	elf32-m68hc12.c \
359186681Sed	elf32-m88k.c \
360186681Sed	elf-m10200.c \
361186681Sed	elf-m10300.c \
362186681Sed	elf32-mcore.c \
363186681Sed	elf32-mips.c \
364186681Sed	elf32-openrisc.c \
365186681Sed	elf32-or32.c \
366186681Sed	elf32-pj.c \
367186681Sed	elf32-ppc.c \
368186681Sed	elf32-sh64.c \
369186681Sed	elf32-s390.c \
370186681Sed	elf32-sh.c \
371186681Sed	elf32-sh-lin.c \
372186681Sed	elf32-sh-nbsd.c \
373186681Sed	elf32-sparc.c \
374186681Sed	elf32-v850.c \
375186681Sed	elf32-xstormy16.c \
376186681Sed	elf32.c \
377186681Sed	elflink.c \
378186681Sed	elf-strtab.c \
379186681Sed	elf-eh-frame.c \
380186681Sed	epoc-pe-arm.c \
381186681Sed	epoc-pei-arm.c \
382186681Sed	hp300bsd.c \
383186681Sed	hp300hpux.c \
384186681Sed	som.c \
385186681Sed	i386aout.c \
386186681Sed	i386bsd.c \
387186681Sed	i386dynix.c \
388186681Sed	i386freebsd.c \
389186681Sed	i386linux.c \
390186681Sed	i386lynx.c \
391186681Sed	i386msdos.c \
392186681Sed	i386netbsd.c \
393186681Sed	i386mach3.c \
394186681Sed	i386os9k.c \
395186681Sed	ieee.c \
396186681Sed	m68k4knetbsd.c \
397186681Sed	m68klinux.c \
398186681Sed	m68klynx.c \
399186681Sed	m68knetbsd.c \
400197480Sed	m88kmach3.c \
401197480Sed	mipsbsd.c \
402197480Sed	newsos3.c \
403197480Sed	nlm.c \
404197480Sed	nlm32-i386.c \
405186681Sed	nlm32-sparc.c \
406186681Sed	nlm32-ppc.c \
407186681Sed	nlm32.c \
408186681Sed	ns32knetbsd.c \
409186681Sed	oasys.c \
410186681Sed	pc532-mach.c \
411186681Sed	pdp11.c \
412186681Sed	pe-arm.c \
413186681Sed	pei-arm.c \
414186681Sed	pe-i386.c \
415186681Sed	pei-i386.c \
416186681Sed	pe-mcore.c \
417186681Sed	pei-mcore.c \
418186681Sed	pe-ppc.c \
419186681Sed	pei-ppc.c \
420186681Sed	pe-sh.c \
421186681Sed	pei-sh.c \
422186681Sed	pe-mips.c \
423186681Sed	pei-mips.c \
424186681Sed	ppcboot.c \
425186681Sed	reloc16.c \
426186681Sed	riscix.c \
427186681Sed	sparclinux.c \
428186681Sed	sparclynx.c \
429186681Sed	sparcnetbsd.c \
430186681Sed	sunos.c \
431186681Sed	vaxnetbsd.c \
432186681Sed	versados.c \
433186681Sed	vms.c \
434186681Sed	vms-gsd.c \
435186681Sed	vms-hdr.c \
436186681Sed	vms-misc.c \
437186681Sed	vms-tir.c \
438186681Sed	xcofflink.c
439186681Sed
440186681Sed# The .o files needed by all of the 64 bit vectors that are configured into
441186681Sed# target_vector in targets.c if configured with --enable-targets=all
442186681Sed# and --enable-64-bit-bfd.
443186681SedBFD64_BACKENDS = \
444186681Sed	aout64.lo \
445186681Sed	coff-alpha.lo \
446186681Sed	coff64-rs6000.lo \
447186681Sed	demo64.lo \
448186681Sed	efi-app-ia64.lo \
449186681Sed	elf64-x86-64.lo \
450186681Sed	elf64-alpha.lo \
451186681Sed	elf64-hppa.lo \
452186681Sed	elf64-ia64.lo \
453186681Sed	elf64-gen.lo \
454186681Sed	elf64-mips.lo \
455186681Sed	elf64-mmix.lo \
456186681Sed	elf64-sh64.lo \
457186681Sed	elf64-ppc.lo \
458186681Sed	elf64-s390.lo \
459186681Sed	elf64-sparc.lo \
460186681Sed	elf64.lo \
461186681Sed	mmo.lo \
462186681Sed	nlm32-alpha.lo \
463186681Sed	nlm64.lo \
464186681Sed	pepigen.lo
465186681Sed
466186681SedBFD64_BACKENDS_CFILES = \
467186681Sed	aout64.c \
468186681Sed	coff-alpha.c \
469186681Sed	coff64-rs6000.c \
470186681Sed	demo64.c \
471186681Sed	efi-app-ia64.c \
472186681Sed	elf64-x86-64.c \
473186681Sed	elf64-alpha.c \
474186681Sed	elf64-hppa.c \
475186681Sed	elf64-gen.c \
476186681Sed	elf64-mips.c \
477186681Sed	elf64-mmix.c \
478186681Sed	elf64-ppc.c \
479186681Sed	elf64-s390.c \
480186681Sed	elf64-sh64.c \
481186681Sed	elf64-sparc.c \
482186681Sed	elf64.c \
483186681Sed	mmo.c \
484186681Sed	nlm32-alpha.c \
485186681Sed	nlm64.c
486186681Sed
487186681SedOPTIONAL_BACKENDS = \
488186681Sed	aix386-core.lo \
489186681Sed	hpux-core.lo \
490186681Sed	irix-core.lo \
491186681Sed	lynx-core.lo \
492186681Sed	osf-core.lo \
493186681Sed	sco5-core.lo \
494186681Sed	trad-core.lo \
495186681Sed	cisco-core.lo
496186681Sed
497186681SedOPTIONAL_BACKENDS_CFILES = \
498186681Sed	aix386-core.c \
499186681Sed	hpux-core.c \
500186681Sed	irix-core.c \
501186681Sed	lynx-core.c \
502186681Sed	osf-core.c \
503186681Sed	sco5-core.c \
504186681Sed	trad-core.c \
505186681Sed	cisco-core.c
506186681Sed
507186681Sed# These are defined by configure.in:
508186681SedWORDSIZE = @wordsize@
509186681SedALL_BACKENDS = @all_backends@
510186681SedBFD_BACKENDS = @bfd_backends@
511186681SedBFD_LIBS = @bfd_libs@
512186681SedBFD_MACHINES = @bfd_machines@
513186681SedTDEFAULTS = @tdefaults@
514186681Sed
515186681SedINCLUDES = -D_GNU_SOURCE @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) -I$(srcdir)/../intl -I../intl
516186681Sed
517186681Sed# C source files that correspond to .o's.
518186681SedSOURCE_CFILES = \
519186681Sed	$(BFD32_LIBS_CFILES) \
520186681Sed	$(BFD64_LIBS_CFILES) \
521186681Sed	$(ALL_MACHINES_CFILES) \
522186681Sed	$(BFD32_BACKENDS_CFILES) \
523186681Sed	$(BFD64_BACKENDS_CFILES) \
524186681Sed	$(OPTIONAL_BACKENDS_CFILES)
525186681Sed
526186681SedBUILD_CFILES = \
527186681Sed	elf32-ia64.c elf64-ia64.c peigen.c pepigen.c
528186681Sed
529186681SedCFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
530186681Sed
531186681Sed## This is a list of all .h files which are in the source tree.
532186681SedSOURCE_HFILES = \
533186681Sed	aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
534186681Sed	elf-bfd.h elf-hppa.h elf32-arm.h elf32-hppa.h elf64-hppa.h \
535186681Sed	elfcode.h elfcore.h elflink.h freebsd.h genlink.h go32stub.h \
536186681Sed	libaout.h libbfd.h libcoff.h libecoff.h libhppa.h \
537186681Sed	libieee.h libnlm.h liboasys.h libpei.h netbsd.h nlm-target.h \
538186681Sed	nlmcode.h nlmswap.h ns32k.h peicode.h som.h vms.h libxcoff.h \
539186681Sed	xcoff-target.h version.h
540187469Sed
541187469Sed## ... and all .h files which are in the build tree.
542187469SedBUILD_HFILES = \
543197520Sed	elf32-target.h elf64-target.h targmatch.h
544187469Sed
545187469SedHFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
546187469Sed
547187469SedSRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
548187469SedBLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
549187469Sed
550197520Sedpo/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
551187469Sed	for file in $(SRC_POTFILES); do echo $$file; done | sort > tmp.src \
552187469Sed	  && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
553187469Sed
554187469Sedpo/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
555187469Sed	for file in $(BLD_POTFILES); do echo $$file; done | sort > tmp.bld \
556187469Sed	  && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
557197520Sed
558187469Sed# The following target is retained for upgrade purposes.
559187469Sed# This target used to exist in older versions of this makefile, and was
560187469Sed# referenced by <builddir>/po/Makefile (which is created from <srcdir>/po/Make-in)
561187469Sed# So old versions of <builddir>/po/Makefile will try to regenerate themselves
562187469Sed# when make is next run, but that dependency cannot be completed without a build
563187469Sed# of po/POTFILES.in.  Hence the presence of this rule.  This rule will be deleted
564197520Sed# once it is no longer needed - probably in the fall of 2001.
565187469Sedpo/POTFILES.in:
566187469Sed
567187469Sed
568187469Seddiststuff: info
569187469Sed
570187469Sed# Various kinds of .o files to put in libbfd.a:
571197520Sed# BFD_BACKENDS	Routines the configured targets need.
572187469Sed# BFD_MACHINES	Architecture-specific routines the configured targets need.
573187469Sed# COREFILE	Core file routines for a native configuration
574187469SedOFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@
575187469Sed
576187469Sedstamp-ofiles: Makefile
577187469Sed	rm -f tofiles
578197520Sed	f=""; \
579187469Sed	for i in $(OFILES) ; do \
580187469Sed	  case " $$f " in \
581187469Sed	    *" $$i "*) ;; \
582186681Sed	    *) f="$$f $$i" ;; \
583186681Sed	  esac ; \
584186681Sed	done ; \
585186681Sed	echo $$f > tofiles
586186681Sed	$(SHELL) $(srcdir)/../move-if-change tofiles ofiles
587186681Sed	touch stamp-ofiles
588186681Sed
589186681Sedofiles: stamp-ofiles ; @true
590186681Sed
591186681Sedlibbfd_la_SOURCES = $(BFD32_LIBS_CFILES) $(BFD64_LIBS_CFILES)
592186681Sedlibbfd_la_DEPENDENCIES = $(OFILES) ofiles
593186681Sedlibbfd_la_LIBADD = `cat ofiles` @WIN32LIBADD@
594186681Sedlibbfd_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
595186681Sed
596186681Sed# libtool will build .libs/libbfd.a.  We create libbfd.a in the build
597197117Sed# directory so that we don't have to convert all the programs that use
598197117Sed# libbfd.a simultaneously.  This is a hack which should be removed if
599197117Sed# everything else starts using libtool.  FIXME.
600197117Sed
601186681Sednoinst_LIBRARIES = libbfd.a
602197117Sedlibbfd_a_SOURCES =
603197117Sed
604197117Sedstamp-lib: libbfd.la
605197117Sed	libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
606187367Sed	if [ -f $$libtooldir/libbfd.a ]; then \
607197117Sed	  cp $$libtooldir/libbfd.a libbfd.tmp; \
608197117Sed	  $(RANLIB) libbfd.tmp; \
609197117Sed	  $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
610197117Sed	else true; fi
611186681Sed	touch stamp-lib
612186681Sed
613186681Sedlibbfd.a: stamp-lib ; @true
614186681Sed
615186681Sed# This file holds an array associating configuration triplets and
616186681Sed# vector names.  It is built from config.bfd.  It is not compiled by
617186681Sed# itself, but is included by targets.c.
618186681Sedtargmatch.h: config.bfd targmatch.sed
619186681Sed	rm -f targmatch.h
620186681Sed	sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
621186681Sed	mv -f targmatch.new targmatch.h
622186681Sed
623186681Sed# When compiling archures.c and targets.c, supply the default target
624186681Sed# info from configure.
625186681Sed
626186681Sedtargets.lo: targets.c config.status
627186681Sed	$(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
628186681Sed
629186681Sedarchures.lo: archures.c config.status
630186681Sed	$(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
631186681Sed
632186681Sedelf32-target.h : elfxx-target.h
633186681Sed	rm -f elf32-target.h
634186681Sed	sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
635186681Sed	mv -f elf32-target.new elf32-target.h
636186681Sed
637186681Sedelf64-target.h : elfxx-target.h
638186681Sed	rm -f elf64-target.h
639186681Sed	sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
640186681Sed	mv -f elf64-target.new elf64-target.h
641186681Sed
642186681Sedelf32-ia64.c : elfxx-ia64.c
643186681Sed	rm -f elf32-ia64.c
644186681Sed	sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
645186681Sed	mv -f elf32-ia64.new elf32-ia64.c
646186681Sed
647186681Sedelf64-ia64.c : elfxx-ia64.c
648186681Sed	rm -f elf64-ia64.c
649186681Sed	sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
650186681Sed	mv -f elf64-ia64.new elf64-ia64.c
651186681Sed
652186681Sedpeigen.c : peXXigen.c
653186681Sed	rm -f peigen.c
654186681Sed	sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
655186681Sed	mv -f peigen.new peigen.c
656186681Sed
657186681Sedpepigen.c : peXXigen.c
658186681Sed	rm -f pepigen.c
659186681Sed	sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
660186681Sed	mv -f pepigen.new pepigen.c
661186681Sed
662186681SedBFD_H_DEPS= $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
663186681SedLOCAL_H_DEPS= libbfd.h sysdep.h config.h
664197480Sed$(BFD32_LIBS) \
665197480Sed $(BFD64_LIBS) \
666197480Sed $(ALL_MACHINES) \
667197480Sed $(BFD32_BACKENDS) \
668197480Sed $(BFD64_BACKENDS) \
669186681Sed $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
670186681Sed
671186681Sed# Install BFD include file, and others that it needs.
672186681Sedinstall-data-local: $(BFD_H)
673186681Sed	@$(NORMAL_INSTALL)
674186681Sed	$(mkinstalldirs) $(DESTDIR)$(includedir)
675186681Sed	$(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(includedir)/bfd.h
676186681Sed	$(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(includedir)/ansidecl.h
677186681Sed	$(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(includedir)/symcat.h
678186681Sed	$(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(includedir)/bfdlink.h
679186681Sed
680186681SedMakefile: $(srcdir)/configure.in
681186681Sed
682186681Sed# Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
683186681SedDEP: dep.sed $(CFILES) $(HFILES) bfd.h
684186681Sed	rm -f DEP1
685186681Sed	$(MAKE) MKDEP="$(MKDEP)" DEP1
686186681Sed	sed -f dep.sed < DEP1 > DEPA
687186681Sed	echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
688186681Sed	if grep ' /' DEPA > /dev/null 2> /dev/null; then \
689186681Sed	  echo 'make DEP failed!'; exit 1; \
690186681Sed	else \
691186681Sed	  mv -f DEPA $@; \
692186681Sed	fi
693186681Sed
694186681SedDEP1: $(CFILES)
695186681Sed	echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
696186681Sed	echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
697186681Sed	$(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
698186681Sed	mv -f DEP2 $@
699186681Sed
700186681Seddep.sed: dep-in.sed config.status
701186681Sed	sed <$(srcdir)/dep-in.sed >dep.sed	\
702186681Sed		-e 's!@BFD_H@!$(BFD_H)!'	\
703186681Sed		-e 's!@INCDIR@!$(INCDIR)!'	\
704186681Sed		-e 's!@SRCDIR@!$(srcdir)!'
705186681Sed
706186681Seddep: DEP
707186681Sed	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
708186681Sed	cat DEP >> tmp-Makefile
709186681Sed	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
710186681Sed
711186681Seddep-in: DEP
712186681Sed	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
713186681Sed	cat DEP >> tmp-Makefile.in
714186681Sed	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
715186681Sed
716186681Seddep-am: DEP
717186681Sed	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
718186681Sed	cat DEP >> tmp-Makefile.am
719186681Sed	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
720186681Sed
721186798Sedhost-aout.lo: Makefile
722186798Sed
723187367Sed# The following program can be used to generate a simple config file
724197117Sed# which can be folded into an h-XXX file for a new host, with some editing.
725197117Sedaout-params.h: gen-aout
726186798Sed	./gen-aout host > aout-params.h
727197117Sedgen-aout: $(srcdir)/gen-aout.c Makefile
728197117Sed	$(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
729197117Sed
730186798Sed$(BFD_H): stmp-bfd-h ; @true
731197117Sed
732197117Sedstmp-bfd-h: bfd-in3.h
733197117Sed	rm -f bfd-tmp.h
734197117Sed	cp bfd-in3.h bfd-tmp.h
735197117Sed	$(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
736186798Sed	rm -f bfd-tmp.h
737186798Sed	touch stmp-bfd-h
738186798Sed
739186681SedBFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
740186681Sed	reloc.c syms.c bfd.c archive.c corefile.c targets.c format.c version.h
741186681SedBFD64_H_FILES = archive64.c
742186681SedLIBBFD_H_FILES = libbfd-in.h init.c libbfd.c cache.c reloc.c archures.c elf.c
743186681SedLIBCOFF_H_FILES = libcoff-in.h coffcode.h
744186681Sed
745186681Sed# Could really use a "copy-if-change"...
746186681Sedheaders:
747186681Sed	(cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
748186681Sed	cp $(docdir)/bfd.h bfd-in2.h-new
749186681Sed	$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
750186681Sed	cp $(docdir)/libbfd.h libbfd.h-new
751186681Sed	$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
752186681Sed	cp $(docdir)/libcoff.h libcoff.h-new
753186681Sed	$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
754186681Sed
755186681Sed# We only rebuild the header files automatically if we have been
756186681Sed# configured with --enable-maintainer-mode.
757186681Sed
758186681Sed$(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
759186681Sedstmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
760186681Sed	(cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
761186681Sed	cp $(docdir)/bfd.h bfd-in2.h-new
762186681Sed	$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
763186681Sed	touch stmp-bin2-h
764186681Sed
765186681Sed$(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
766186681Sedstmp-lbfd-h: $(LIBBFD_H_FILES)
767186681Sed	(cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
768186681Sed	cp $(docdir)/libbfd.h libbfd.h-new
769186681Sed	$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
770186681Sed	touch stmp-lbfd-h
771186681Sed
772186681Sed$(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
773186681Sedstmp-lcoff-h: $(LIBCOFF_H_FILES)
774186681Sed	(cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
775186681Sed	cp $(docdir)/libcoff.h libcoff.h-new
776186681Sed	$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
777186681Sed	touch stmp-lcoff-h
778186681Sed
779186681SedMOSTLYCLEANFILES = ofiles stamp-ofiles
780186681Sed
781186681SedCLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
782186681Sed	stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
783186681Sed
784186681SedDISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES)
785186681Sed
786186681Sed# We want to rerun configure if config.bfd or configure.host change.
787186681Sedconfig.status: $(srcdir)/configure $(srcdir)/config.bfd $(srcdir)/configure.host
788186681Sed	$(SHELL) ./config.status --recheck
789186681Sed
790186681Sed
791186681Sed# What appears below is generated by a hacked mkdep using gcc -MM.
792197117Sed
793197117Sed# DO NOT DELETE THIS LINE -- mkdep uses it.
794197117Sed# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
795197117Sedarchive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
796197117Sed  $(INCDIR)/aout/ranlib.h $(INCDIR)/safe-ctype.h
797197117Sedarchures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
798197117Sedbfd.lo: bfd.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
799197117Sed  $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
800197117Sed  $(INCDIR)/coff/sym.h libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h \
801197117Sed  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
802197117Sed  $(INCDIR)/elf/external.h
803197117Sedcache.lo: cache.c $(INCDIR)/filenames.h
804197117Sedcoffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
805197117Sed  libcoff.h $(INCDIR)/bfdlink.h
806186681Sedcorefile.lo: corefile.c $(INCDIR)/filenames.h
807186681Sedformat.lo: format.c $(INCDIR)/filenames.h
808186681Sedinit.lo: init.c $(INCDIR)/filenames.h
809186681Sedlibbfd.lo: libbfd.c $(INCDIR)/filenames.h
810186681Sedopncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h
811186681Sedreloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
812186681Sedsection.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
813186681Sedsyms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
814197117Sed  $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
815197470Sedtargets.lo: targets.c $(INCDIR)/filenames.h $(INCDIR)/fnmatch.h \
816197115Sed  targmatch.h
817197470Sedhash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h
818197115Sedlinker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
819197115Sed  genlink.h
820197115Sedsrec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
821197115Sed  $(INCDIR)/safe-ctype.h
822197115Sedbinary.lo: binary.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
823197115Sedtekhex.lo: tekhex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
824197115Sedihex.lo: ihex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
825197115Sed  $(INCDIR)/safe-ctype.h
826186681Sedstabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/aout/stab_gnu.h \
827197117Sed  $(INCDIR)/aout/stab.def $(INCDIR)/safe-ctype.h
828197117Sedstab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
829197117Sed  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
830197117Sedmerge.lo: merge.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
831197117Seddwarf2.lo: dwarf2.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
832197117Sed  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
833197117Sed  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
834197117Sedarchive64.lo: archive64.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h
835197117Sedcpu-a29k.lo: cpu-a29k.c $(INCDIR)/filenames.h
836197117Sedcpu-alpha.lo: cpu-alpha.c $(INCDIR)/filenames.h
837197117Sedcpu-arc.lo: cpu-arc.c $(INCDIR)/filenames.h
838197117Sedcpu-arm.lo: cpu-arm.c $(INCDIR)/filenames.h
839197117Sedcpu-avr.lo: cpu-avr.c $(INCDIR)/filenames.h
840197117Sedcpu-cris.lo: cpu-cris.c $(INCDIR)/filenames.h
841197117Sedcpu-d10v.lo: cpu-d10v.c $(INCDIR)/filenames.h
842197117Sedcpu-d30v.lo: cpu-d30v.c $(INCDIR)/filenames.h
843197117Sedcpu-fr30.lo: cpu-fr30.c $(INCDIR)/filenames.h
844186681Sedcpu-h8300.lo: cpu-h8300.c $(INCDIR)/filenames.h
845186681Sedcpu-h8500.lo: cpu-h8500.c $(INCDIR)/filenames.h
846186681Sedcpu-hppa.lo: cpu-hppa.c $(INCDIR)/filenames.h
847186681Sedcpu-ia64.lo: cpu-ia64.c $(INCDIR)/filenames.h cpu-ia64-opc.c \
848186681Sed  $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h
849186681Sedcpu-i370.lo: cpu-i370.c $(INCDIR)/filenames.h
850186681Sedcpu-i386.lo: cpu-i386.c $(INCDIR)/filenames.h
851186681Sedcpu-i860.lo: cpu-i860.c $(INCDIR)/filenames.h
852186681Sedcpu-i960.lo: cpu-i960.c $(INCDIR)/filenames.h
853186681Sedcpu-m32r.lo: cpu-m32r.c $(INCDIR)/filenames.h
854186681Sedcpu-m68hc11.lo: cpu-m68hc11.c $(INCDIR)/filenames.h
855186681Sedcpu-m68hc12.lo: cpu-m68hc12.c $(INCDIR)/filenames.h
856186681Sedcpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h
857186681Sedcpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h
858186681Sedcpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h
859186681Sedcpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h
860186681Sedcpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h
861186681Sedcpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h
862186681Sedcpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h
863186681Sedcpu-or32.lo: cpu-or32.c $(INCDIR)/filenames.h
864186681Sedcpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h ns32k.h
865186681Sedcpu-openrisc.lo: cpu-openrisc.c $(INCDIR)/filenames.h
866186681Sedcpu-pdp11.lo: cpu-pdp11.c $(INCDIR)/filenames.h
867186681Sedcpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h
868186681Sedcpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h
869186681Sedcpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h
870186681Sedcpu-s390.lo: cpu-s390.c $(INCDIR)/filenames.h
871186681Sedcpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h
872186681Sedcpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h
873186681Sedcpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h
874186681Sedcpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h
875186681Sedcpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h
876186681Sedcpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
877186681Sedcpu-vax.lo: cpu-vax.c $(INCDIR)/filenames.h
878186681Sedcpu-we32k.lo: cpu-we32k.c $(INCDIR)/filenames.h
879186681Sedcpu-w65.lo: cpu-w65.c $(INCDIR)/filenames.h
880186681Sedcpu-xstormy16.lo: cpu-xstormy16.c $(INCDIR)/filenames.h
881186681Sedcpu-z8k.lo: cpu-z8k.c $(INCDIR)/filenames.h
882186681Sedaout-adobe.lo: aout-adobe.c $(INCDIR)/filenames.h $(INCDIR)/aout/adobe.h \
883186681Sed  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
884186681Sed  $(INCDIR)/bfdlink.h
885186681Sedaout-arm.lo: aout-arm.c $(INCDIR)/filenames.h libaout.h \
886186681Sed  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aoutx.h \
887186681Sed  $(INCDIR)/safe-ctype.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
888186681Sed  $(INCDIR)/aout/ar.h aout-target.h
889186681Sedaout-cris.lo: aout-cris.c aout32.c aoutx.h $(INCDIR)/filenames.h \
890186681Sed  $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h libaout.h \
891186681Sed  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
892186681Sed  $(INCDIR)/aout/ar.h aout-target.h
893186681Sedaout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
894186681Sed  ns32k.h libaout.h $(INCDIR)/bfdlink.h aoutx.h $(INCDIR)/filenames.h \
895186681Sed  $(INCDIR)/safe-ctype.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
896186681Sed  $(INCDIR)/aout/ar.h
897186681Sedaout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
898186681Sed  libaout.h aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
899186681Sed  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
900186681Sed  $(INCDIR)/aout/ar.h aout-target.h
901186681Sedaout-tic30.lo: aout-tic30.c $(INCDIR)/filenames.h libaout.h \
902186681Sed  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
903186681Sed  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aoutx.h \
904186681Sed  $(INCDIR)/safe-ctype.h
905186681Sedaout0.lo: aout0.c aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
906186681Sed  libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
907186681Sed  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
908186681Sed  aout-target.h
909186681Sedaout32.lo: aout32.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
910186681Sed  $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
911186681Sed  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
912186681Sedarmnetbsd.lo: armnetbsd.c netbsd.h $(INCDIR)/filenames.h \
913186681Sed  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
914186681Sed  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
915186681Sedbout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
916186681Sed  genlink.h $(INCDIR)/bout.h $(INCDIR)/aout/stab_gnu.h \
917186681Sed  $(INCDIR)/aout/stab.def libaout.h
918186681Sedcf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \
919186681Sed  coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
920186681Sed  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
921186681Sed  coffcode.h coffswap.h
922186681Sedcf-m68klynx.lo: cf-m68klynx.c coff-m68k.c $(INCDIR)/filenames.h \
923186681Sed  $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
924186681Sed  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
925186681Sedcf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \
926186681Sed  $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
927186681Sed  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
928186681Sedcoff-a29k.lo: coff-a29k.c $(INCDIR)/filenames.h $(INCDIR)/coff/a29k.h \
929186681Sed  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
930186681Sed  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
931186681Sedcoff-apollo.lo: coff-apollo.c $(INCDIR)/filenames.h \
932186681Sed  $(INCDIR)/coff/apollo.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
933186681Sed  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
934186681Sedcoff-arm.lo: coff-arm.c $(INCDIR)/filenames.h $(INCDIR)/coff/arm.h \
935197539Sed  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
936197539Sed  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
937197539Sedcoff-aux.lo: coff-aux.c $(INCDIR)/filenames.h $(INCDIR)/coff/aux-coff.h \
938186681Sed  $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
939186681Sed  coff-m68k.c libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
940186681Sed  coffswap.h
941186681Sedcoff-h8300.lo: coff-h8300.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
942186681Sed  genlink.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h \
943186681Sed  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
944186681Sedcoff-h8500.lo: coff-h8500.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
945186681Sed  $(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
946186681Sed  libcoff.h coffcode.h coffswap.h
947186681Sedcoff-i386.lo: coff-i386.c $(INCDIR)/filenames.h $(INCDIR)/coff/i386.h \
948186681Sed  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
949186681Sed  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
950186681Sedcoff-i860.lo: coff-i860.c $(INCDIR)/filenames.h $(INCDIR)/coff/i860.h \
951186681Sed  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
952186681Sed  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
953186681Sedcoff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/filenames.h \
954186681Sed  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
955186681Sed  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
956186681Sedcoff-i960.lo: coff-i960.c $(INCDIR)/filenames.h $(INCDIR)/coff/i960.h \
957186681Sed  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
958186681Sed  coffcode.h coffswap.h
959186681Sedcoff-m68k.lo: coff-m68k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m68k.h \
960187469Sed  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
961186681Sed  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
962197114Sedcoff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m88k.h \
963197114Sed  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
964197114Sed  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
965197117Sedcoff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
966197117Sed  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
967186681Sed  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
968197520Sed  libcoff.h libecoff.h coffswap.h ecoffswap.h
969197520Sedcoff-or32.lo: coff-or32.c $(INCDIR)/filenames.h $(INCDIR)/coff/or32.h \
970197520Sed  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
971187469Sed  coffcode.h coffswap.h
972187469Sedcoff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \
973186681Sed  $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
974186681Sed  $(INCDIR)/coff/rs6000.h libcoff.h libxcoff.h coffcode.h \
975186681Sed  coffswap.h
976186681Sedcoff-sh.lo: coff-sh.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
977186681Sed  $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
978186681Sed  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
979186681Sedcoff-sparc.lo: coff-sparc.c $(INCDIR)/filenames.h $(INCDIR)/coff/sparc.h \
980186681Sed  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
981186681Sed  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
982186753Sedcoff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/filenames.h \
983186681Sed  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
984186681Sed  $(INCDIR)/coff/go32exe.h libcoff.h $(INCDIR)/bfdlink.h \
985186681Sed  coffcode.h coffswap.h go32stub.h
986186681Sedcoff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/filenames.h \
987186681Sed  $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
988186681Sed  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
989186681Sedcoff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
990186681Sed  $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
991186681Sed  libcoff.h coffcode.h coffswap.h
992197520Sedcoff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \
993186681Sed  $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
994197521Sed  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
995197521Sedcoff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h $(INCDIR)/filenames.h \
996197521Sed  $(INCDIR)/coff/tic80.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
997197521Sed  libcoff.h coffcode.h coffswap.h
998197521Sedcoff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/filenames.h \
999197521Sed  $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1000197521Sed  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1001197521Sedcoff-we32k.lo: coff-we32k.c $(INCDIR)/filenames.h $(INCDIR)/coff/we32k.h \
1002197521Sed  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1003186681Sed  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1004186681Sedcoff-w65.lo: coff-w65.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1005186681Sed  $(INCDIR)/coff/w65.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1006186681Sed  libcoff.h coffcode.h coffswap.h
1007186681Sedcoff-z8k.lo: coff-z8k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1008186681Sed  $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1009186681Sed  libcoff.h coffcode.h coffswap.h
1010186681Sedcofflink.lo: cofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1011186681Sed  $(INCDIR)/coff/internal.h libcoff.h
1012186681Seddwarf1.lo: dwarf1.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1013186681Sed  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1014186681Sed  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf.h
1015186681Sedecoff.lo: ecoff.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1016186681Sed  $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h $(INCDIR)/aout/stab_gnu.h \
1017186681Sed  $(INCDIR)/aout/stab.def libaout.h $(INCDIR)/aout/aout64.h \
1018186681Sed  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1019186681Sed  $(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
1020186681Sedecofflink.lo: ecofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1021186681Sed  $(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1022186681Sed  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1023186681Sed  $(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
1024186681Sedefi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \
1025197520Sed  coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1026186681Sed  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1027186681Sed  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1028186681Sedelf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1029186681Sed  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1030186681Sed  $(INCDIR)/elf/external.h $(INCDIR)/libiberty.h
1031186681Sedelf32-arc.lo: elf32-arc.c $(INCDIR)/filenames.h elf-bfd.h \
1032186681Sed  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1033186681Sed  $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
1034186681Sed  $(INCDIR)/libiberty.h elf32-target.h
1035186681Sedelfarm-oabi.lo: elfarm-oabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
1036186681Sed  $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
1037186681Sed  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1038186681Sed  elf32-arm.h elf32-target.h
1039186681Sedelfarm-nabi.lo: elfarm-nabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
1040186681Sed  $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
1041186681Sed  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1042186681Sed  elf32-arm.h elf32-target.h
1043186681Sedelf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h elf-bfd.h \
1044186681Sed  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1045186681Sed  $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h $(INCDIR)/elf/reloc-macros.h \
1046186681Sed  elf32-target.h
1047186681Sedelf32-cris.lo: elf32-cris.c $(INCDIR)/filenames.h elf-bfd.h \
1048186681Sed  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1049186681Sed  $(INCDIR)/bfdlink.h $(INCDIR)/elf/cris.h $(INCDIR)/elf/reloc-macros.h \
1050186681Sed  elf32-target.h
1051186681Sedelf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h elf-bfd.h \
1052186681Sed  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1053186681Sed  $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h $(INCDIR)/elf/reloc-macros.h \
1054186681Sed  elf32-target.h
1055186681Sedelf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h elf-bfd.h \
1056186681Sed  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1057186681Sed  $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h $(INCDIR)/elf/reloc-macros.h \
1058186681Sed  elf32-target.h
1059186681Sedelf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h elf-bfd.h \
1060186681Sed  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1061186681Sed  $(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h $(INCDIR)/elf/reloc-macros.h \
1062186681Sed  elf32-target.h
1063186681Sedelf32-gen.lo: elf32-gen.c $(INCDIR)/filenames.h elf-bfd.h \
1064186681Sed  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1065186681Sed  $(INCDIR)/bfdlink.h elf32-target.h
1066186681Sedelf32-h8300.lo: elf32-h8300.c $(INCDIR)/filenames.h \
1067186681Sed  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1068186681Sed  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/h8.h \
1069186681Sed  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1070186681Sedelf32-hppa.lo: elf32-hppa.c $(INCDIR)/filenames.h elf-bfd.h \
1071186681Sed  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1072186681Sed  $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
1073186681Sed  libhppa.h elf32-hppa.h elf-hppa.h elf32-target.h
1074186681Sedelf32-i370.lo: elf32-i370.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1075186681Sed  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1076186681Sed  $(INCDIR)/elf/external.h $(INCDIR)/elf/i370.h elf32-target.h
1077186681Sedelf32-i386.lo: elf32-i386.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1078186681Sed  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1079186681Sed  $(INCDIR)/elf/external.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h \
1080186681Sed  elf32-target.h
1081186681Sedelf32-i860.lo: elf32-i860.c $(INCDIR)/filenames.h elf-bfd.h \
1082186681Sed  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1083186681Sed  $(INCDIR)/bfdlink.h $(INCDIR)/elf/i860.h $(INCDIR)/elf/reloc-macros.h \
1084197539Sed  elf32-target.h
1085197539Sedelf32-i960.lo: elf32-i960.c $(INCDIR)/filenames.h elf-bfd.h \
1086197539Sed  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1087186681Sed  $(INCDIR)/bfdlink.h $(INCDIR)/elf/i960.h $(INCDIR)/elf/reloc-macros.h \
1088186681Sed  elf32-target.h
1089186681Sedelf32-m32r.lo: elf32-m32r.c $(INCDIR)/filenames.h elf-bfd.h \
1090186681Sed  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1091186681Sed  $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32r.h $(INCDIR)/elf/reloc-macros.h \
1092186681Sed  elf32-target.h
1093186681Sedelf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1094186681Sed  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1095186681Sed  $(INCDIR)/elf/external.h $(INCDIR)/elf/m68k.h $(INCDIR)/elf/reloc-macros.h \
1096186681Sed  elf32-target.h
1097186681Sedelf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \
1098186681Sed  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1099186681Sed  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m68hc11.h \
1100186681Sed  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1101186681Sedelf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \
1102186681Sed  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1103186681Sed  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m68hc11.h \
1104186681Sed  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1105186681Sedelf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h elf-bfd.h \
1106186681Sed  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1107186681Sed  $(INCDIR)/bfdlink.h elf32-target.h
1108186681Sedelf-m10200.lo: elf-m10200.c $(INCDIR)/filenames.h elf-bfd.h \
1109186681Sed  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1110186681Sed  $(INCDIR)/bfdlink.h elf32-target.h
1111186681Sedelf-m10300.lo: elf-m10300.c $(INCDIR)/filenames.h elf-bfd.h \
1112186681Sed  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1113186681Sed  $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h $(INCDIR)/elf/reloc-macros.h \
1114186681Sed  elf32-target.h
1115186681Sedelf32-mcore.lo: elf32-mcore.c $(INCDIR)/filenames.h \
1116186681Sed  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1117186681Sed  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/mcore.h \
1118186681Sed  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1119186681Sedelf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1120186681Sed  genlink.h elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1121186681Sed  $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
1122186681Sed  $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1123186681Sed  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
1124186681Sed  ecoffswap.h elf32-target.h
1125186681Sedelf32-openrisc.lo: elf32-openrisc.c $(INCDIR)/filenames.h \
1126186681Sed  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1127186681Sed  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/openrisc.h \
1128186681Sed  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1129186681Sed  elf32-target.h
1130186681Sedelf32-or32.lo: elf32-or32.c $(INCDIR)/filenames.h elf-bfd.h \
1131186681Sed  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1132186681Sed  $(INCDIR)/bfdlink.h $(INCDIR)/elf/or32.h $(INCDIR)/elf/reloc-macros.h \
1133186681Sed  $(INCDIR)/libiberty.h elf32-target.h
1134186681Sedelf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1135186681Sed  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1136186681Sed  $(INCDIR)/elf/external.h $(INCDIR)/elf/pj.h $(INCDIR)/elf/reloc-macros.h \
1137186681Sed  elf32-target.h
1138186681Sedelf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1139186681Sed  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1140186681Sed  $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
1141186681Sed  elf32-target.h
1142186681Sedelf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \
1143186681Sed  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1144186681Sed  $(INCDIR)/bfdlink.h elf32-sh.c $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
1145186681Sed  elf32-target.h $(srcdir)/../opcodes/sh64-opc.h
1146186681Sedelf64-sh64.lo: elf64-sh64.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1147186681Sed  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1148186681Sed  $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
1149186681Sed  elf64-target.h
1150186681Sedelf32-s390.lo: elf32-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1151186681Sed  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1152186681Sed  $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h \
1153186681Sed  elf32-target.h
1154186681Sedelf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1155186681Sed  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1156186681Sed  $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
1157186681Sed  elf32-target.h
1158186681Sedelf32-sh-lin.lo: elf32-sh-lin.c $(INCDIR)/filenames.h \
1159197522Sed  $(INCDIR)/elf/internal.h elf-bfd.h $(INCDIR)/elf/common.h \
1160197522Sed  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf32-sh.c \
1161197522Sed  $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1162197522Sedelf32-sh-nbsd.lo: elf32-sh-nbsd.c elf32-sh.c $(INCDIR)/filenames.h \
1163197522Sed  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1164197522Sed  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h \
1165186681Sed  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1166186681Sedelf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \
1167186681Sed  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1168186681Sed  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sparc.h \
1169186681Sed  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \
1170186681Sed  elf32-target.h
1171186681Sedelf32-v850.lo: elf32-v850.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1172186681Sed  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1173186681Sed  $(INCDIR)/elf/external.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h \
1174186681Sed  $(INCDIR)/libiberty.h elf32-target.h
1175186681Sedelf32-xstormy16.lo: elf32-xstormy16.c $(INCDIR)/filenames.h \
1176186681Sed  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1177186681Sed  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/xstormy16.h \
1178197522Sed  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1179197522Sed  elf32-target.h
1180197522Sedelf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1181197522Sed  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1182197522Sed  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h \
1183197522Sed  elflink.h
1184186681Sedelflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1185186681Sed  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1186186681Sed  $(INCDIR)/elf/external.h
1187197522Sedelf-strtab.lo: elf-strtab.c $(INCDIR)/filenames.h elf-bfd.h \
1188197522Sed  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1189197522Sed  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h
1190197522Sedelf-eh-frame.lo: elf-eh-frame.c $(INCDIR)/filenames.h \
1191197522Sed  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1192197522Sed  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
1193197522Sedepoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c $(INCDIR)/filenames.h \
1194197522Sed  coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
1195197522Sed  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1196197522Sed  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1197197522Sedepoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c $(INCDIR)/filenames.h \
1198197522Sed  coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
1199197522Sed  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1200197522Sed  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1201197522Sedhp300bsd.lo: hp300bsd.c $(INCDIR)/filenames.h libaout.h \
1202197522Sed  $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1203197522Sed  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1204197522Sedhp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
1205197522Sed  aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1206197522Sed  $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1207186681Sed  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1208186681Sed  aout-target.h
1209186681Sedsom.lo: som.c $(INCDIR)/alloca-conf.h $(INCDIR)/filenames.h
1210186681Sedi386aout.lo: i386aout.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1211186681Sed  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1212186681Sed  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1213186681Sedi386bsd.lo: i386bsd.c $(INCDIR)/filenames.h libaout.h \
1214186681Sed  $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1215186681Sed  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1216186681Sedi386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
1217186681Sed  $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \
1218186681Sed  libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1219186681Sed  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1220186681Sedi386freebsd.lo: i386freebsd.c freebsd.h $(INCDIR)/filenames.h \
1221186681Sed  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1222186681Sed  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1223186681Sedi386linux.lo: i386linux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1224186681Sed  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1225186681Sed  libaout.h $(INCDIR)/bfdlink.h aout-target.h
1226186681Sedi386lynx.lo: i386lynx.c $(INCDIR)/filenames.h libaout.h \
1227186681Sed  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1228186681Sed  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1229186681Sedi386msdos.lo: i386msdos.c $(INCDIR)/filenames.h libaout.h \
1230186681Sed  $(INCDIR)/bfdlink.h
1231186681Sedi386netbsd.lo: i386netbsd.c netbsd.h $(INCDIR)/filenames.h \
1232186681Sed  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1233186681Sed  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1234186681Sedi386mach3.lo: i386mach3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1235186681Sed  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1236186681Sed  libaout.h $(INCDIR)/bfdlink.h aout-target.h
1237186681Sedi386os9k.lo: i386os9k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1238186681Sed  libaout.h $(INCDIR)/os9k.h
1239186681Sedieee.lo: ieee.c $(INCDIR)/filenames.h $(INCDIR)/ieee.h \
1240186681Sed  libieee.h $(INCDIR)/safe-ctype.h
1241186681Sedm68k4knetbsd.lo: m68k4knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1242186681Sed  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1243186681Sed  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1244186681Sedm68klinux.lo: m68klinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1245186681Sed  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1246186681Sed  libaout.h $(INCDIR)/bfdlink.h aout-target.h
1247186681Sedm68klynx.lo: m68klynx.c $(INCDIR)/filenames.h libaout.h \
1248186681Sed  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1249186681Sed  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1250186681Sedm68knetbsd.lo: m68knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1251186681Sed  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1252186681Sed  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1253186681Sedm88kmach3.lo: m88kmach3.c $(INCDIR)/filenames.h libaout.h \
1254186681Sed  $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1255186681Sed  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1256186681Sedmipsbsd.lo: mipsbsd.c $(INCDIR)/filenames.h libaout.h \
1257186681Sed  $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1258186681Sed  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1259186681Sednewsos3.lo: newsos3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1260186681Sed  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1261186681Sed  libaout.h $(INCDIR)/bfdlink.h aout-target.h
1262186681Sednlm.lo: nlm.c $(INCDIR)/filenames.h libnlm.h $(INCDIR)/nlm/common.h \
1263186681Sed  $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1264186681Sednlm32-i386.lo: nlm32-i386.c $(INCDIR)/filenames.h $(INCDIR)/nlm/i386-ext.h \
1265186681Sed  libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1266186681Sed  $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1267186681Sednlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/filenames.h \
1268186681Sed  $(INCDIR)/nlm/sparc32-ext.h libnlm.h $(INCDIR)/nlm/common.h \
1269186681Sed  $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
1270186681Sed  nlm-target.h
1271186681Sednlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/nlm/ppc-ext.h \
1272186681Sed  libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1273186681Sed  $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1274186681Sednlm32.lo: nlm32.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
1275186681Sed  $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1276186681Sedns32knetbsd.lo: ns32knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1277186681Sed  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1278186681Sed  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1279186681Sedoasys.lo: oasys.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1280186681Sed  $(INCDIR)/oasys.h liboasys.h
1281186681Sedpc532-mach.lo: pc532-mach.c $(INCDIR)/filenames.h libaout.h \
1282186681Sed  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1283186681Sed  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1284186681Sedpdp11.lo: pdp11.c $(INCDIR)/filenames.h libaout.h $(INCDIR)/bfdlink.h \
1285186681Sed  aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1286186681Sed  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h $(INCDIR)/safe-ctype.h
1287186681Sedpe-arm.lo: pe-arm.c $(INCDIR)/filenames.h coff-arm.c \
1288186681Sed  $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1289186681Sed  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1290  peicode.h libpei.h
1291pei-arm.lo: pei-arm.c $(INCDIR)/filenames.h coff-arm.c \
1292  $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1293  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1294  peicode.h libpei.h
1295pe-i386.lo: pe-i386.c $(INCDIR)/filenames.h coff-i386.c \
1296  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1297  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1298  peicode.h libpei.h
1299pei-i386.lo: pei-i386.c $(INCDIR)/filenames.h coff-i386.c \
1300  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1301  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1302  peicode.h libpei.h
1303pe-mcore.lo: pe-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
1304  $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1305  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1306  peicode.h libpei.h
1307pei-mcore.lo: pei-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
1308  $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1309  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1310  peicode.h libpei.h
1311pe-ppc.lo: pe-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
1312  $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
1313  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1314  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1315pei-ppc.lo: pei-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
1316  $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
1317  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1318  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1319pe-sh.lo: pe-sh.c $(INCDIR)/filenames.h coff-sh.c $(INCDIR)/libiberty.h \
1320  $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
1321  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1322  coffcode.h peicode.h libpei.h
1323pei-sh.lo: pei-sh.c $(INCDIR)/filenames.h coff-sh.c \
1324  $(INCDIR)/libiberty.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
1325  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1326  $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
1327  libpei.h
1328pe-mips.lo: pe-mips.c $(INCDIR)/filenames.h $(INCDIR)/coff/mipspe.h \
1329  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1330  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1331  peicode.h libpei.h
1332pei-mips.lo: pei-mips.c $(INCDIR)/filenames.h pe-mips.c \
1333  $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1334  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1335  peicode.h libpei.h
1336ppcboot.lo: ppcboot.c $(INCDIR)/safe-ctype.h $(INCDIR)/filenames.h
1337reloc16.lo: reloc16.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1338  genlink.h $(INCDIR)/coff/internal.h libcoff.h
1339riscix.lo: riscix.c $(INCDIR)/filenames.h libaout.h \
1340  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1341  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1342sparclinux.lo: sparclinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1343  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1344  libaout.h $(INCDIR)/bfdlink.h aout-target.h
1345sparclynx.lo: sparclynx.c $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
1346  libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1347  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1348  aout-target.h
1349sparcnetbsd.lo: sparcnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1350  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1351  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1352sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
1353  $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h \
1354  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1355  aout-target.h
1356vaxnetbsd.lo: vaxnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1357  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1358  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1359versados.lo: versados.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
1360vms.lo: vms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1361  vms.h
1362vms-gsd.lo: vms-gsd.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1363  vms.h
1364vms-hdr.lo: vms-hdr.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1365  $(INCDIR)/safe-ctype.h vms.h
1366vms-misc.lo: vms-misc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1367  vms.h
1368vms-tir.lo: vms-tir.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1369  vms.h
1370xcofflink.lo: xcofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1371  $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h libcoff.h \
1372  libxcoff.h
1373aout64.lo: aout64.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1374  $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1375  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1376coff-alpha.lo: coff-alpha.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1377  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1378  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h \
1379  libcoff.h libecoff.h coffswap.h ecoffswap.h
1380coff64-rs6000.lo: coff64-rs6000.c $(INCDIR)/filenames.h \
1381  $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
1382  $(INCDIR)/coff/rs6k64.h libcoff.h libxcoff.h coffcode.h \
1383  coffswap.h
1384demo64.lo: demo64.c aoutf1.h $(INCDIR)/filenames.h \
1385  $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
1386  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1387  $(INCDIR)/aout/ar.h aout-target.h
1388efi-app-ia64.lo: efi-app-ia64.c $(INCDIR)/filenames.h \
1389  coff-ia64.c $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h \
1390  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1391  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1392elf64-x86-64.lo: elf64-x86-64.c $(INCDIR)/filenames.h \
1393  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1394  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/x86-64.h \
1395  $(INCDIR)/elf/reloc-macros.h elf64-target.h
1396elf64-alpha.lo: elf64-alpha.c $(INCDIR)/filenames.h \
1397  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1398  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/alpha.h \
1399  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \
1400  $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1401  $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
1402  libecoff.h ecoffswap.h elf64-target.h
1403elf64-hppa.lo: elf64-hppa.c $(INCDIR)/alloca-conf.h \
1404  $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
1405  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1406  $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h libhppa.h \
1407  elf64-hppa.h elf-hppa.h elf64-target.h
1408elf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h elf-bfd.h \
1409  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1410  $(INCDIR)/bfdlink.h elf64-target.h
1411elf64-mips.lo: elf64-mips.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
1412  $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1413  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h \
1414  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1415  $(INCDIR)/coff/internal.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h \
1416  ecoffswap.h elf64-target.h
1417elf64-mmix.lo: elf64-mmix.c $(INCDIR)/filenames.h elf-bfd.h \
1418  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1419  $(INCDIR)/bfdlink.h $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h \
1420  $(INCDIR)/opcode/mmix.h elf64-target.h
1421elf64-ppc.lo: elf64-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1422  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1423  $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
1424  elf64-ppc.h elf64-target.h
1425elf64-s390.lo: elf64-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1426  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1427  $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h \
1428  elf64-target.h
1429elf64-sparc.lo: elf64-sparc.c $(INCDIR)/filenames.h \
1430  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1431  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/sparc.h \
1432  $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
1433  elf64-target.h
1434elf64.lo: elf64.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1435  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1436  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h \
1437  elflink.h
1438mmo.lo: mmo.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1439  $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h
1440nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/filenames.h \
1441  $(INCDIR)/nlm/alpha-ext.h libnlm.h $(INCDIR)/nlm/common.h \
1442  $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
1443  nlm-target.h
1444nlm64.lo: nlm64.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
1445  $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1446aix386-core.lo: aix386-core.c $(INCDIR)/filenames.h \
1447  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1448  libcoff.h $(INCDIR)/bfdlink.h
1449hpux-core.lo: hpux-core.c $(INCDIR)/filenames.h
1450irix-core.lo: irix-core.c $(INCDIR)/filenames.h
1451lynx-core.lo: lynx-core.c $(INCDIR)/filenames.h
1452osf-core.lo: osf-core.c $(INCDIR)/filenames.h
1453sco5-core.lo: sco5-core.c $(INCDIR)/filenames.h libaout.h \
1454  $(INCDIR)/bfdlink.h
1455trad-core.lo: trad-core.c $(INCDIR)/filenames.h libaout.h \
1456  $(INCDIR)/bfdlink.h
1457cisco-core.lo: cisco-core.c $(INCDIR)/filenames.h
1458elf32-ia64.lo: elf32-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
1459  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1460  $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
1461  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1462elf64-ia64.lo: elf64-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
1463  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1464  $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
1465  $(INCDIR)/elf/reloc-macros.h elf64-target.h
1466peigen.lo: peigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
1467  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/pe.h \
1468  libcoff.h $(INCDIR)/bfdlink.h libpei.h
1469pepigen.lo: pepigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
1470  $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h $(INCDIR)/coff/pe.h \
1471  libcoff.h $(INCDIR)/bfdlink.h libpei.h
1472# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
1473