Makefile.in revision 104834
1# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60build_alias = @build_alias@
61build_triplet = @build@
62host_alias = @host_alias@
63host_triplet = @host@
64target_alias = @target_alias@
65target_triplet = @target@
66AR = @AR@
67AS = @AS@
68BFD_HOST_64BIT_LONG = @BFD_HOST_64BIT_LONG@
69BFD_HOST_64_BIT = @BFD_HOST_64_BIT@
70BFD_HOST_64_BIT_DEFINED = @BFD_HOST_64_BIT_DEFINED@
71BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
72CATALOGS = @CATALOGS@
73CATOBJEXT = @CATOBJEXT@
74CC = @CC@
75CC_FOR_BUILD = @CC_FOR_BUILD@
76COREFILE = @COREFILE@
77COREFLAG = @COREFLAG@
78CXX = @CXX@
79CXXCPP = @CXXCPP@
80DATADIRNAME = @DATADIRNAME@
81DLLTOOL = @DLLTOOL@
82EXEEXT = @EXEEXT@
83EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
84GCJ = @GCJ@
85GCJFLAGS = @GCJFLAGS@
86GMOFILES = @GMOFILES@
87GMSGFMT = @GMSGFMT@
88GT_NO = @GT_NO@
89GT_YES = @GT_YES@
90HDEFINES = @HDEFINES@
91INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
92INSTOBJEXT = @INSTOBJEXT@
93INTLDEPS = @INTLDEPS@
94INTLLIBS = @INTLLIBS@
95INTLOBJS = @INTLOBJS@
96LIBTOOL = @LIBTOOL@
97LN_S = @LN_S@
98MAINT = @MAINT@
99MAKEINFO = @MAKEINFO@
100MKINSTALLDIRS = @MKINSTALLDIRS@
101MSGFMT = @MSGFMT@
102OBJDUMP = @OBJDUMP@
103OBJEXT = @OBJEXT@
104PACKAGE = @PACKAGE@
105POFILES = @POFILES@
106POSUB = @POSUB@
107RANLIB = @RANLIB@
108STRIP = @STRIP@
109TDEFINES = @TDEFINES@
110USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
111USE_NLS = @USE_NLS@
112VERSION = @VERSION@
113WIN32LDFLAGS = @WIN32LDFLAGS@
114WIN32LIBADD = @WIN32LIBADD@
115all_backends = @all_backends@
116bfd_backends = @bfd_backends@
117bfd_default_target_size = @bfd_default_target_size@
118bfd_libs = @bfd_libs@
119bfd_machines = @bfd_machines@
120bfd_version = @bfd_version@
121bfd_version_date = @bfd_version_date@
122bfd_version_string = @bfd_version_string@
123l = @l@
124tdefaults = @tdefaults@
125wordsize = @wordsize@
126
127AUTOMAKE_OPTIONS = cygnus
128
129INCDIR = $(srcdir)/../include
130CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
131MKDEP = gcc -MM
132
133SUBDIRS = doc po
134
135docdir = doc
136bfdlibdir = @bfdlibdir@
137bfdincludedir = @bfdincludedir@
138
139bfdlib_LTLIBRARIES = libbfd.la
140
141WARN_CFLAGS = @WARN_CFLAGS@
142AM_CFLAGS = $(WARN_CFLAGS)
143
144# bfd.h goes here, for now
145BFD_H = bfd.h
146
147# Jim Kingdon notes:
148# Writing S-records should be included in all (or at least most)
149# *-*-coff, *-*-aout, etc., configurations, because people will want to
150# be able to use objcopy to create S-records.  (S-records are not useful
151# for the debugger, so if you are downloading things as S-records you
152# need two copies of the executable, one to download and one for the
153# debugger).
154BFD32_LIBS = \
155	archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo \
156	format.lo init.lo libbfd.lo opncls.lo reloc.lo \
157	section.lo syms.lo targets.lo hash.lo linker.lo \
158	srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
159	merge.lo dwarf2.lo
160
161
162BFD64_LIBS = archive64.lo
163
164BFD32_LIBS_CFILES = \
165	archive.c archures.c bfd.c cache.c coffgen.c corefile.c \
166	format.c init.c libbfd.c opncls.c reloc.c \
167	section.c syms.c targets.c hash.c linker.c \
168	srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
169	merge.c dwarf2.c
170
171
172BFD64_LIBS_CFILES = archive64.c
173
174# This list is alphabetized to make it easier to keep in sync
175# with the decls and initializer in archures.c.
176ALL_MACHINES = \
177	cpu-a29k.lo \
178	cpu-alpha.lo \
179	cpu-arc.lo \
180	cpu-arm.lo \
181	cpu-avr.lo \
182	cpu-cris.lo \
183	cpu-d10v.lo \
184	cpu-d30v.lo \
185	cpu-dlx.lo \
186	cpu-fr30.lo \
187	cpu-frv.lo \
188	cpu-h8300.lo \
189	cpu-h8500.lo \
190	cpu-hppa.lo \
191	cpu-ia64.lo \
192	cpu-i370.lo \
193	cpu-i386.lo \
194	cpu-i860.lo \
195	cpu-i960.lo \
196	cpu-m32r.lo \
197	cpu-m68hc11.lo \
198	cpu-m68hc12.lo \
199	cpu-m68k.lo \
200	cpu-m88k.lo \
201	cpu-m10200.lo \
202	cpu-m10300.lo \
203	cpu-mcore.lo \
204	cpu-mips.lo \
205	cpu-mmix.lo \
206	cpu-or32.lo \
207	cpu-ns32k.lo \
208	cpu-openrisc.lo \
209	cpu-pdp11.lo \
210	cpu-pj.lo \
211	cpu-powerpc.lo \
212	cpu-rs6000.lo \
213	cpu-s390.lo \
214	cpu-sh.lo \
215	cpu-sparc.lo \
216	cpu-tic30.lo \
217	cpu-tic54x.lo \
218	cpu-tic80.lo \
219	cpu-v850.lo \
220	cpu-vax.lo \
221	cpu-we32k.lo \
222	cpu-w65.lo \
223	cpu-xstormy16.lo \
224	cpu-z8k.lo
225
226
227ALL_MACHINES_CFILES = \
228	cpu-a29k.c \
229	cpu-alpha.c \
230	cpu-arc.c \
231	cpu-arm.c \
232	cpu-avr.c \
233	cpu-cris.c \
234	cpu-d10v.c \
235	cpu-d30v.c \
236	cpu-dlx.c \
237	cpu-fr30.c \
238	cpu-frv.c \
239	cpu-h8300.c \
240	cpu-h8500.c \
241	cpu-hppa.c \
242	cpu-ia64.c \
243	cpu-i370.c \
244	cpu-i386.c \
245	cpu-i860.c \
246	cpu-i960.c \
247	cpu-m32r.c \
248	cpu-m68hc11.c \
249	cpu-m68hc12.c \
250	cpu-m68k.c \
251	cpu-m88k.c \
252	cpu-m10200.c \
253	cpu-m10300.c \
254	cpu-mcore.c \
255	cpu-mips.c \
256	cpu-mmix.c \
257	cpu-or32.c \
258	cpu-ns32k.c \
259	cpu-openrisc.c \
260	cpu-pdp11.c \
261	cpu-pj.c \
262	cpu-powerpc.c \
263	cpu-rs6000.c \
264	cpu-s390.c \
265	cpu-sh.c \
266	cpu-sparc.c \
267	cpu-tic30.c \
268	cpu-tic54x.c \
269	cpu-tic80.c \
270	cpu-v850.c \
271	cpu-vax.c \
272	cpu-we32k.c \
273	cpu-w65.c \
274	cpu-xstormy16.c \
275	cpu-z8k.c
276
277
278# The .o files needed by all of the 32 bit vectors that are configured into
279# target_vector in targets.c if configured with --enable-targets=all.
280BFD32_BACKENDS = \
281	aout-adobe.lo \
282	aout-arm.lo \
283	aout-cris.lo \
284	aout-ns32k.lo \
285	aout-sparcle.lo \
286	aout-tic30.lo \
287	aout0.lo \
288	aout32.lo \
289	armnetbsd.lo \
290	bout.lo \
291	cf-i386lynx.lo \
292	cf-m68klynx.lo \
293	cf-sparclynx.lo \
294	coff-a29k.lo \
295	coff-apollo.lo \
296	coff-arm.lo \
297	coff-aux.lo \
298	coff-h8300.lo \
299	coff-h8500.lo \
300	coff-i386.lo \
301	coff-go32.lo \
302	coff-i860.lo \
303	coff-i960.lo \
304	coff-m68k.lo \
305	coff-m88k.lo \
306	coff-mips.lo \
307	coff-or32.lo \
308	coff-rs6000.lo \
309	coff-sh.lo \
310	coff-sparc.lo \
311	coff-stgo32.lo \
312	coff-svm68k.lo \
313	coff-tic30.lo \
314	coff-tic54x.lo \
315	coff-tic80.lo \
316	coff-u68k.lo \
317	coff-we32k.lo \
318	coff-w65.lo \
319	coff-z8k.lo \
320	cofflink.lo \
321	dwarf1.lo \
322	ecoff.lo \
323	ecofflink.lo \
324	efi-app-ia32.lo \
325	elf.lo \
326	elf32-arc.lo \
327	elfarm-oabi.lo \
328	elfarm-nabi.lo \
329	elf32-avr.lo \
330	elf32-cris.lo \
331	elf32-d10v.lo \
332	elf32-d30v.lo \
333	elf32-dlx.lo \
334	elf32-fr30.lo \
335	elf32-frv.lo \
336	elf32-gen.lo \
337	elf32-h8300.lo \
338	elf32-hppa.lo \
339	elf32-i370.lo \
340	elf32-i386.lo \
341	elf32-i386-fbsd.lo \
342	elf32-i386qnx.lo \
343	elf32-i860.lo \
344	elf32-i960.lo \
345	elf32-ia64.lo \
346	elf32-m32r.lo \
347	elf32-m68hc11.lo \
348	elf32-m68hc12.lo \
349	elf32-m68k.lo \
350	elf32-m88k.lo \
351	elf-m10200.lo \
352	elf-m10300.lo \
353	elf32-mcore.lo \
354	elfxx-mips.lo \
355	elf32-mips.lo \
356	elf32-openrisc.lo \
357	elf32-or32.lo \
358	elf32-pj.lo \
359	elf32-ppc.lo \
360	elf32-s390.lo \
361	elf32-sh.lo \
362	elf32-sh-lin.lo \
363	elf32-sh64.lo \
364	elf32-sh64-com.lo \
365	elf32-sh-nbsd.lo \
366	elf32-sh64-nbsd.lo \
367	elf32-sparc.lo \
368	elf32-v850.lo \
369	elf32-vax.lo \
370	elf32-xstormy16.lo \
371	elf32.lo \
372	elflink.lo \
373	elf-strtab.lo \
374	elf-eh-frame.lo \
375	epoc-pe-arm.lo \
376	epoc-pei-arm.lo \
377	hp300bsd.lo \
378	hp300hpux.lo \
379	som.lo \
380	i386aout.lo \
381	i386bsd.lo \
382	i386dynix.lo \
383	i386freebsd.lo \
384	i386linux.lo \
385	i386lynx.lo \
386	i386msdos.lo \
387	i386netbsd.lo \
388	i386mach3.lo \
389	i386os9k.lo \
390	ieee.lo \
391	m68k4knetbsd.lo \
392	m68klinux.lo \
393	m68klynx.lo \
394	m68knetbsd.lo \
395	m88kmach3.lo \
396	mipsbsd.lo \
397	newsos3.lo \
398	nlm.lo \
399	nlm32-i386.lo \
400	nlm32-sparc.lo \
401	nlm32-ppc.lo \
402	nlm32.lo \
403	ns32knetbsd.lo \
404	oasys.lo \
405	pc532-mach.lo \
406	pdp11.lo \
407	pe-arm.lo \
408	pei-arm.lo \
409	pe-i386.lo \
410	pei-i386.lo \
411	pe-mcore.lo \
412	pei-mcore.lo \
413	pe-ppc.lo \
414	pei-ppc.lo \
415	pe-sh.lo \
416	pei-sh.lo \
417	pe-mips.lo \
418	pei-mips.lo \
419	peigen.lo \
420	ppcboot.lo \
421	reloc16.lo \
422	riscix.lo \
423	sparclinux.lo \
424	sparclynx.lo \
425	sparcnetbsd.lo \
426	sunos.lo \
427	vaxnetbsd.lo \
428	vax1knetbsd.lo \
429	vaxbsd.lo \
430	versados.lo \
431	vms.lo \
432	vms-gsd.lo \
433	vms-hdr.lo \
434	vms-misc.lo \
435	vms-tir.lo \
436	xcofflink.lo
437
438
439BFD32_BACKENDS_CFILES = \
440	aout-adobe.c \
441	aout-arm.c \
442	aout-cris.c \
443	aout-ns32k.c \
444	aout-sparcle.c \
445	aout-tic30.c \
446	aout0.c \
447	aout32.c \
448	armnetbsd.c \
449	bout.c \
450	cf-i386lynx.c \
451	cf-m68klynx.c \
452	cf-sparclynx.c \
453	coff-a29k.c \
454	coff-apollo.c \
455	coff-arm.c \
456	coff-aux.c \
457	coff-h8300.c \
458	coff-h8500.c \
459	coff-i386.c \
460	coff-i860.c \
461	coff-go32.c \
462	coff-i960.c \
463	coff-m68k.c \
464	coff-m88k.c \
465	coff-mips.c \
466	coff-or32.c \
467	coff-rs6000.c \
468	coff-sh.c \
469	coff-sparc.c \
470	coff-stgo32.c \
471	coff-svm68k.c \
472	coff-tic30.c \
473	coff-tic54x.c \
474	coff-tic80.c \
475	coff-u68k.c \
476	coff-we32k.c \
477	coff-w65.c \
478	coff-z8k.c \
479	cofflink.c \
480	dwarf1.c \
481	ecoff.c \
482	ecofflink.c \
483	efi-app-ia32.c \
484	elf.c \
485	elf32-arc.c \
486	elfarm-oabi.c \
487	elfarm-nabi.c \
488	elf32-avr.c \
489	elf32-cris.c \
490	elf32-d10v.c \
491	elf32-d30v.c \
492	elf32-dlx.c \
493	elf32-fr30.c \
494	elf32-frv.c \
495	elf32-gen.c \
496	elf32-h8300.c \
497	elf32-hppa.c \
498	elf32-i370.c \
499	elf32-i386.c \
500	elf32-i386-fbsd.c \
501	elf32-i386qnx.c \
502	elf32-i860.c \
503	elf32-i960.c \
504	elf32-m32r.c \
505	elf32-m68k.c \
506	elf32-m68hc11.c \
507	elf32-m68hc12.c \
508	elf32-m88k.c \
509	elf-m10200.c \
510	elf-m10300.c \
511	elf32-mcore.c \
512	elfxx-mips.c \
513	elf32-mips.c \
514	elf32-openrisc.c \
515	elf32-or32.c \
516	elf32-pj.c \
517	elf32-ppc.c \
518	elf32-sh64.c \
519	elf32-sh64-com.c \
520	elf32-s390.c \
521	elf32-sh.c \
522	elf32-sh-lin.c \
523	elf32-sh-nbsd.c \
524	elf32-sh64-nbsd.c \
525	elf32-sparc.c \
526	elf32-v850.c \
527	elf32-vax.c \
528	elf32-xstormy16.c \
529	elf32.c \
530	elflink.c \
531	elf-strtab.c \
532	elf-eh-frame.c \
533	epoc-pe-arm.c \
534	epoc-pei-arm.c \
535	hp300bsd.c \
536	hp300hpux.c \
537	som.c \
538	i386aout.c \
539	i386bsd.c \
540	i386dynix.c \
541	i386freebsd.c \
542	i386linux.c \
543	i386lynx.c \
544	i386msdos.c \
545	i386netbsd.c \
546	i386mach3.c \
547	i386os9k.c \
548	ieee.c \
549	m68k4knetbsd.c \
550	m68klinux.c \
551	m68klynx.c \
552	m68knetbsd.c \
553	m88kmach3.c \
554	mipsbsd.c \
555	newsos3.c \
556	nlm.c \
557	nlm32-i386.c \
558	nlm32-sparc.c \
559	nlm32-ppc.c \
560	nlm32.c \
561	ns32knetbsd.c \
562	oasys.c \
563	pc532-mach.c \
564	pdp11.c \
565	pe-arm.c \
566	pei-arm.c \
567	pe-i386.c \
568	pei-i386.c \
569	pe-mcore.c \
570	pei-mcore.c \
571	pe-ppc.c \
572	pei-ppc.c \
573	pe-sh.c \
574	pei-sh.c \
575	pe-mips.c \
576	pei-mips.c \
577	ppcboot.c \
578	reloc16.c \
579	riscix.c \
580	sparclinux.c \
581	sparclynx.c \
582	sparcnetbsd.c \
583	sunos.c \
584	vaxnetbsd.c \
585	vax1knetbsd.c \
586	vaxbsd.c \
587	versados.c \
588	vms.c \
589	vms-gsd.c \
590	vms-hdr.c \
591	vms-misc.c \
592	vms-tir.c \
593	xcofflink.c
594
595
596# The .o files needed by all of the 64 bit vectors that are configured into
597# target_vector in targets.c if configured with --enable-targets=all
598# and --enable-64-bit-bfd.
599BFD64_BACKENDS = \
600	aix5ppc-core.lo \
601	aout64.lo \
602	coff-alpha.lo \
603	coff64-rs6000.lo \
604	demo64.lo \
605	efi-app-ia64.lo \
606	elf64-x86-64.lo \
607	elf64-alpha.lo \
608	elf64-alpha-fbsd.lo \
609	elf64-hppa.lo \
610	elf64-ia64.lo \
611	elf64-gen.lo \
612	elf64-mips.lo \
613	elf64-mmix.lo \
614	elf64-sh64.lo \
615	elf64-sh64-nbsd.lo \
616	elf64-ppc.lo \
617	elf64-s390.lo \
618	elf64-sparc.lo \
619	elf64.lo \
620	mmo.lo \
621	nlm32-alpha.lo \
622	nlm64.lo \
623	pepigen.lo
624
625
626BFD64_BACKENDS_CFILES = \
627	aix5ppc-core.c \
628	aout64.c \
629	coff-alpha.c \
630	coff64-rs6000.c \
631	demo64.c \
632	efi-app-ia64.c \
633	elf64-x86-64.c \
634	elf64-alpha.c \
635	elf64-alpha-fbsd.c \
636	elf64-hppa.c \
637	elf64-gen.c \
638	elf64-mips.c \
639	elf64-mmix.c \
640	elf64-ppc.c \
641	elf64-s390.c \
642	elf64-sh64.c \
643	elf64-sh64-nbsd.c \
644	elf64-sparc.c \
645	elf64.c \
646	mmo.c \
647	nlm32-alpha.c \
648	nlm64.c
649
650
651OPTIONAL_BACKENDS = \
652	aix386-core.lo \
653	hpux-core.lo \
654	irix-core.lo \
655	lynx-core.lo \
656	osf-core.lo \
657	sco5-core.lo \
658	trad-core.lo \
659	cisco-core.lo
660
661
662OPTIONAL_BACKENDS_CFILES = \
663	aix386-core.c \
664	hpux-core.c \
665	irix-core.c \
666	lynx-core.c \
667	osf-core.c \
668	sco5-core.c \
669	trad-core.c \
670	cisco-core.c
671
672
673# These are defined by configure.in:
674WORDSIZE = @wordsize@
675ALL_BACKENDS = @all_backends@
676BFD_BACKENDS = @bfd_backends@
677BFD_LIBS = @bfd_libs@
678BFD_MACHINES = @bfd_machines@
679TDEFAULTS = @tdefaults@
680
681INCLUDES = -D_GNU_SOURCE @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) -I$(srcdir)/../intl -I../intl
682
683# C source files that correspond to .o's.
684SOURCE_CFILES = \
685	$(BFD32_LIBS_CFILES) \
686	$(BFD64_LIBS_CFILES) \
687	$(ALL_MACHINES_CFILES) \
688	$(BFD32_BACKENDS_CFILES) \
689	$(BFD64_BACKENDS_CFILES) \
690	$(OPTIONAL_BACKENDS_CFILES)
691
692
693BUILD_CFILES = \
694	elf32-ia64.c elf64-ia64.c peigen.c pepigen.c
695
696
697CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
698
699SOURCE_HFILES = \
700	aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
701	elf-bfd.h elf-hppa.h elf32-arm.h elf32-hppa.h elf64-hppa.h \
702	elfcode.h elfcore.h elflink.h freebsd.h genlink.h go32stub.h \
703	libaout.h libbfd.h libcoff.h libecoff.h libhppa.h \
704	libieee.h libnlm.h liboasys.h libpei.h netbsd.h nlm-target.h \
705	nlmcode.h nlmswap.h ns32k.h peicode.h som.h vms.h libxcoff.h \
706	xcoff-target.h version.h
707
708
709BUILD_HFILES = \
710	elf32-target.h elf64-target.h targmatch.h
711
712
713HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
714
715SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
716BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
717
718# Various kinds of .o files to put in libbfd.a:
719# BFD_BACKENDS	Routines the configured targets need.
720# BFD_MACHINES	Architecture-specific routines the configured targets need.
721# COREFILE	Core file routines for a native configuration
722OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@
723
724libbfd_la_SOURCES = $(BFD32_LIBS_CFILES) $(BFD64_LIBS_CFILES)
725libbfd_la_DEPENDENCIES = $(OFILES) ofiles
726libbfd_la_LIBADD = `cat ofiles` @WIN32LIBADD@
727libbfd_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
728
729# libtool will build .libs/libbfd.a.  We create libbfd.a in the build
730# directory so that we don't have to convert all the programs that use
731# libbfd.a simultaneously.  This is a hack which should be removed if
732# everything else starts using libtool.  FIXME.
733
734noinst_LIBRARIES = libbfd.a
735libbfd_a_SOURCES = 
736
737BFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
738LOCAL_H_DEPS = libbfd.h sysdep.h config.h
739
740BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
741	reloc.c syms.c bfd.c archive.c corefile.c targets.c format.c version.h
742
743BFD64_H_FILES = archive64.c
744LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c cache.c reloc.c archures.c elf.c
745LIBCOFF_H_FILES = libcoff-in.h coffcode.h
746
747MOSTLYCLEANFILES = ofiles stamp-ofiles
748
749CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
750	stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
751
752
753DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES)
754ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
755mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
756CONFIG_HEADER = config.h
757CONFIG_CLEAN_FILES =  bfd-in3.h
758LIBRARIES =  $(noinst_LIBRARIES)
759
760
761DEFS = @DEFS@ -I. -I$(srcdir) -I.
762CPPFLAGS = @CPPFLAGS@
763LDFLAGS = @LDFLAGS@
764LIBS = @LIBS@
765libbfd_a_LIBADD = 
766libbfd_a_OBJECTS = 
767LTLIBRARIES =  $(bfdlib_LTLIBRARIES)
768
769libbfd_la_OBJECTS =  archive.lo archures.lo bfd.lo cache.lo coffgen.lo \
770corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo \
771syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo \
772ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo archive64.lo
773CFLAGS = @CFLAGS@
774COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
775LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
776CCLD = $(CC)
777LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
778DIST_COMMON =  README ./stamp-h.in COPYING ChangeLog Makefile.am \
779Makefile.in TODO acinclude.m4 aclocal.m4 bfd-in2.h config.in configure \
780configure.in
781
782
783DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
784
785TAR = tar
786GZIP_ENV = --best
787SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES)
788OBJECTS = $(libbfd_a_OBJECTS) $(libbfd_la_OBJECTS)
789
790all: all-redirect
791.SUFFIXES:
792.SUFFIXES: .S .c .lo .o .obj .s
793$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
794	cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
795
796Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
797	cd $(top_builddir) \
798	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
799
800$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
801	cd $(srcdir) && $(ACLOCAL)
802$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
803	cd $(srcdir) && $(AUTOCONF)
804
805config.h: stamp-h
806	@if test ! -f $@; then \
807		rm -f stamp-h; \
808		$(MAKE) stamp-h; \
809	else :; fi
810stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
811	cd $(top_builddir) \
812	  && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
813	     $(SHELL) ./config.status
814	@echo timestamp > stamp-h 2> /dev/null
815$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
816	@if test ! -f $@; then \
817		rm -f $(srcdir)/stamp-h.in; \
818		$(MAKE) $(srcdir)/stamp-h.in; \
819	else :; fi
820$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
821	cd $(top_srcdir) && $(AUTOHEADER)
822	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
823
824mostlyclean-hdr:
825
826clean-hdr:
827
828distclean-hdr:
829	-rm -f config.h
830
831maintainer-clean-hdr:
832bfd-in3.h: $(top_builddir)/config.status bfd-in2.h
833	cd $(top_builddir) && CONFIG_FILES=$@:bfd-in2.h CONFIG_HEADERS= $(SHELL) ./config.status
834
835mostlyclean-noinstLIBRARIES:
836
837clean-noinstLIBRARIES:
838	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
839
840distclean-noinstLIBRARIES:
841
842maintainer-clean-noinstLIBRARIES:
843
844.c.o:
845	$(COMPILE) -c $<
846
847# FIXME: We should only use cygpath when building on Windows,
848# and only if it is available.
849.c.obj:
850	$(COMPILE) -c `cygpath -w $<`
851
852.s.o:
853	$(COMPILE) -c $<
854
855.S.o:
856	$(COMPILE) -c $<
857
858mostlyclean-compile:
859	-rm -f *.o core *.core
860	-rm -f *.$(OBJEXT)
861
862clean-compile:
863
864distclean-compile:
865	-rm -f *.tab.c
866
867maintainer-clean-compile:
868
869.c.lo:
870	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
871
872.s.lo:
873	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
874
875.S.lo:
876	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
877
878mostlyclean-libtool:
879	-rm -f *.lo
880
881clean-libtool:
882	-rm -rf .libs _libs
883
884distclean-libtool:
885
886maintainer-clean-libtool:
887
888mostlyclean-bfdlibLTLIBRARIES:
889
890clean-bfdlibLTLIBRARIES:
891	-test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
892
893distclean-bfdlibLTLIBRARIES:
894
895maintainer-clean-bfdlibLTLIBRARIES:
896
897libbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES)
898	$(LINK) -rpath $(bfdlibdir) $(libbfd_la_LDFLAGS) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
899
900# This directory's subdirectories are mostly independent; you can cd
901# into them and run `make' without going through this Makefile.
902# To change the values of `make' variables: instead of editing Makefiles,
903# (1) if the variable is set in `config.status', edit `config.status'
904#     (which will cause the Makefiles to be regenerated when you run `make');
905# (2) otherwise, pass the desired values on the `make' command line.
906
907@SET_MAKE@
908
909all-recursive install-data-recursive install-exec-recursive \
910installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
911check-recursive installcheck-recursive info-recursive dvi-recursive:
912	@set fnord $(MAKEFLAGS); amf=$$2; \
913	dot_seen=no; \
914	target=`echo $@ | sed s/-recursive//`; \
915	list='$(SUBDIRS)'; for subdir in $$list; do \
916	  echo "Making $$target in $$subdir"; \
917	  if test "$$subdir" = "."; then \
918	    dot_seen=yes; \
919	    local_target="$$target-am"; \
920	  else \
921	    local_target="$$target"; \
922	  fi; \
923	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
924	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
925	done; \
926	if test "$$dot_seen" = "no"; then \
927	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
928	fi; test -z "$$fail"
929
930mostlyclean-recursive clean-recursive distclean-recursive \
931maintainer-clean-recursive:
932	@set fnord $(MAKEFLAGS); amf=$$2; \
933	dot_seen=no; \
934	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
935	  rev="$$subdir $$rev"; \
936	  test "$$subdir" != "." || dot_seen=yes; \
937	done; \
938	test "$$dot_seen" = "no" && rev=". $$rev"; \
939	target=`echo $@ | sed s/-recursive//`; \
940	for subdir in $$rev; do \
941	  echo "Making $$target in $$subdir"; \
942	  if test "$$subdir" = "."; then \
943	    local_target="$$target-am"; \
944	  else \
945	    local_target="$$target"; \
946	  fi; \
947	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
948	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
949	done && test -z "$$fail"
950tags-recursive:
951	list='$(SUBDIRS)'; for subdir in $$list; do \
952	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
953	done
954
955tags: TAGS
956
957ID: $(HEADERS) $(SOURCES) $(LISP)
958	list='$(SOURCES) $(HEADERS)'; \
959	unique=`for i in $$list; do echo $$i; done | \
960	  awk '    { files[$$0] = 1; } \
961	       END { for (i in files) print i; }'`; \
962	here=`pwd` && cd $(srcdir) \
963	  && mkid -f$$here/ID $$unique $(LISP)
964
965TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
966	tags=; \
967	here=`pwd`; \
968	list='$(SUBDIRS)'; for subdir in $$list; do \
969   if test "$$subdir" = .; then :; else \
970	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
971   fi; \
972	done; \
973	list='$(SOURCES) $(HEADERS)'; \
974	unique=`for i in $$list; do echo $$i; done | \
975	  awk '    { files[$$0] = 1; } \
976	       END { for (i in files) print i; }'`; \
977	test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
978	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
979
980mostlyclean-tags:
981
982clean-tags:
983
984distclean-tags:
985	-rm -f TAGS ID
986
987maintainer-clean-tags:
988
989distdir = $(PACKAGE)-$(VERSION)
990top_distdir = $(distdir)
991
992# This target untars the dist file and tries a VPATH configuration.  Then
993# it guarantees that the distribution is self-contained by making another
994# tarfile.
995distcheck: dist
996	-rm -rf $(distdir)
997	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
998	mkdir $(distdir)/=build
999	mkdir $(distdir)/=inst
1000	dc_install_base=`cd $(distdir)/=inst && pwd`; \
1001	cd $(distdir)/=build \
1002	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
1003	  && $(MAKE) $(AM_MAKEFLAGS) \
1004	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
1005	  && $(MAKE) $(AM_MAKEFLAGS) check \
1006	  && $(MAKE) $(AM_MAKEFLAGS) install \
1007	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1008	  && $(MAKE) $(AM_MAKEFLAGS) dist
1009	-rm -rf $(distdir)
1010	@banner="$(distdir).tar.gz is ready for distribution"; \
1011	dashes=`echo "$$banner" | sed s/./=/g`; \
1012	echo "$$dashes"; \
1013	echo "$$banner"; \
1014	echo "$$dashes"
1015dist: distdir
1016	-chmod -R a+r $(distdir)
1017	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
1018	-rm -rf $(distdir)
1019dist-all: distdir
1020	-chmod -R a+r $(distdir)
1021	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
1022	-rm -rf $(distdir)
1023distdir: $(DISTFILES)
1024	-rm -rf $(distdir)
1025	mkdir $(distdir)
1026	-chmod 777 $(distdir)
1027	@for file in $(DISTFILES); do \
1028	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
1029	  if test -d $$d/$$file; then \
1030	    cp -pr $$d/$$file $(distdir)/$$file; \
1031	  else \
1032	    test -f $(distdir)/$$file \
1033	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
1034	    || cp -p $$d/$$file $(distdir)/$$file || :; \
1035	  fi; \
1036	done
1037	for subdir in $(SUBDIRS); do \
1038	  if test "$$subdir" = .; then :; else \
1039	    test -d $(distdir)/$$subdir \
1040	    || mkdir $(distdir)/$$subdir \
1041	    || exit 1; \
1042	    chmod 777 $(distdir)/$$subdir; \
1043	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
1044	      || exit 1; \
1045	  fi; \
1046	done
1047info-am:
1048info: info-recursive
1049dvi-am:
1050dvi: dvi-recursive
1051check-am:
1052check: check-recursive
1053installcheck-am:
1054installcheck: installcheck-recursive
1055install-info-am: 
1056install-info: install-info-recursive
1057all-recursive-am: config.h
1058	$(MAKE) $(AM_MAKEFLAGS) all-recursive
1059
1060install-exec-am:
1061install-exec: install-exec-recursive
1062
1063install-data-am: install-bfdlibLTLIBRARIES
1064install-data: install-data-recursive
1065
1066install-am: all-am
1067	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1068install: install-recursive
1069uninstall-am: uninstall-bfdlibLTLIBRARIES
1070uninstall: uninstall-recursive
1071all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
1072all-redirect: all-recursive-am
1073install-strip:
1074	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
1075installdirs: installdirs-recursive
1076installdirs-am:
1077	$(mkinstalldirs)  $(DESTDIR)$(bfdlibdir)
1078
1079
1080mostlyclean-generic:
1081	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1082
1083clean-generic:
1084	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1085
1086distclean-generic:
1087	-rm -f Makefile $(CONFIG_CLEAN_FILES)
1088	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
1089	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1090
1091maintainer-clean-generic:
1092mostlyclean-am:  mostlyclean-hdr mostlyclean-noinstLIBRARIES \
1093		mostlyclean-compile mostlyclean-libtool \
1094		mostlyclean-bfdlibLTLIBRARIES mostlyclean-tags \
1095		mostlyclean-generic
1096
1097mostlyclean: mostlyclean-recursive
1098
1099clean-am:  clean-hdr clean-noinstLIBRARIES clean-compile clean-libtool \
1100		clean-bfdlibLTLIBRARIES clean-tags clean-generic \
1101		mostlyclean-am
1102
1103clean: clean-recursive
1104
1105distclean-am:  distclean-hdr distclean-noinstLIBRARIES distclean-compile \
1106		distclean-libtool distclean-bfdlibLTLIBRARIES \
1107		distclean-tags distclean-generic clean-am
1108	-rm -f libtool
1109
1110distclean: distclean-recursive
1111	-rm -f config.status
1112
1113maintainer-clean-am:  maintainer-clean-hdr \
1114		maintainer-clean-noinstLIBRARIES \
1115		maintainer-clean-compile maintainer-clean-libtool \
1116		maintainer-clean-bfdlibLTLIBRARIES \
1117		maintainer-clean-tags maintainer-clean-generic \
1118		distclean-am
1119	@echo "This command is intended for maintainers to use;"
1120	@echo "it deletes files that may require special tools to rebuild."
1121
1122maintainer-clean: maintainer-clean-recursive
1123	-rm -f config.status
1124
1125.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
1126mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
1127clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
1128mostlyclean-compile distclean-compile clean-compile \
1129maintainer-clean-compile mostlyclean-libtool distclean-libtool \
1130clean-libtool maintainer-clean-libtool mostlyclean-bfdlibLTLIBRARIES \
1131distclean-bfdlibLTLIBRARIES clean-bfdlibLTLIBRARIES \
1132maintainer-clean-bfdlibLTLIBRARIES uninstall-bfdlibLTLIBRARIES \
1133install-bfdlibLTLIBRARIES install-data-recursive \
1134uninstall-data-recursive install-exec-recursive \
1135uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
1136all-recursive check-recursive installcheck-recursive info-recursive \
1137dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
1138maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
1139distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
1140dvi-am dvi check check-am installcheck-am installcheck install-info-am \
1141install-info all-recursive-am install-exec-am install-exec \
1142install-data-am install-data install-am install uninstall-am uninstall \
1143all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
1144distclean-generic clean-generic maintainer-clean-generic clean \
1145mostlyclean distclean maintainer-clean
1146
1147
1148po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
1149	for file in $(SRC_POTFILES); do echo $$file; done | sort > tmp.src \
1150	  && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
1151
1152po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
1153	for file in $(BLD_POTFILES); do echo $$file; done | sort > tmp.bld \
1154	  && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
1155
1156# The following target is retained for upgrade purposes.
1157# This target used to exist in older versions of this makefile, and was
1158# referenced by <builddir>/po/Makefile (which is created from <srcdir>/po/Make-in)
1159# So old versions of <builddir>/po/Makefile will try to regenerate themselves
1160# when make is next run, but that dependency cannot be completed without a build
1161# of po/POTFILES.in.  Hence the presence of this rule.  This rule will be deleted
1162# once it is no longer needed - probably in the fall of 2001.
1163po/POTFILES.in:
1164
1165diststuff: info
1166
1167stamp-ofiles: Makefile
1168	rm -f tofiles
1169	f=""; \
1170	for i in $(OFILES) ; do \
1171	  case " $$f " in \
1172	    *" $$i "*) ;; \
1173	    *) f="$$f $$i" ;; \
1174	  esac ; \
1175	done ; \
1176	echo $$f > tofiles
1177	$(SHELL) $(srcdir)/../move-if-change tofiles ofiles
1178	touch stamp-ofiles
1179
1180ofiles: stamp-ofiles ; @true
1181
1182stamp-lib: libbfd.la
1183	libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
1184	if [ -f $$libtooldir/libbfd.a ]; then \
1185	  cp $$libtooldir/libbfd.a libbfd.tmp; \
1186	  $(RANLIB) libbfd.tmp; \
1187	  $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
1188	else true; fi
1189	touch stamp-lib
1190
1191libbfd.a: stamp-lib ; @true
1192
1193# This file holds an array associating configuration triplets and
1194# vector names.  It is built from config.bfd.  It is not compiled by
1195# itself, but is included by targets.c.
1196targmatch.h: config.bfd targmatch.sed
1197	rm -f targmatch.h
1198	sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
1199	mv -f targmatch.new targmatch.h
1200
1201# When compiling archures.c and targets.c, supply the default target
1202# info from configure.
1203
1204targets.lo: targets.c config.status
1205	$(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
1206
1207archures.lo: archures.c config.status
1208	$(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
1209
1210elf32-target.h : elfxx-target.h
1211	rm -f elf32-target.h
1212	sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
1213	mv -f elf32-target.new elf32-target.h
1214
1215elf64-target.h : elfxx-target.h
1216	rm -f elf64-target.h
1217	sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
1218	mv -f elf64-target.new elf64-target.h
1219
1220elf32-ia64.c : elfxx-ia64.c
1221	rm -f elf32-ia64.c
1222	sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
1223	mv -f elf32-ia64.new elf32-ia64.c
1224
1225elf64-ia64.c : elfxx-ia64.c
1226	rm -f elf64-ia64.c
1227	sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
1228	mv -f elf64-ia64.new elf64-ia64.c
1229
1230peigen.c : peXXigen.c
1231	rm -f peigen.c
1232	sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
1233	mv -f peigen.new peigen.c
1234
1235pepigen.c : peXXigen.c
1236	rm -f pepigen.c
1237	sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
1238	mv -f pepigen.new pepigen.c
1239$(BFD32_LIBS) \
1240 $(BFD64_LIBS) \
1241 $(ALL_MACHINES) \
1242 $(BFD32_BACKENDS) \
1243 $(BFD64_BACKENDS) \
1244 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
1245
1246install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd
1247	@$(NORMAL_INSTALL)
1248
1249uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd
1250	@$(NORMAL_UNINSTALL)
1251
1252.PHONY: install_libbfd uninstall_libbfd
1253install_libbfd: $(bfdlib_LTLIBRARIES) $(BFD_H)
1254	$(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
1255	$(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
1256	@list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1257	  if test -f $$p; then \
1258	    echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
1259	    $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
1260	  else :; fi; \
1261	done
1262	$(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(bfdincludedir)/bfd.h
1263	$(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(bfdincludedir)/ansidecl.h
1264	$(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(bfdincludedir)/symcat.h
1265	$(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(bfdincludedir)/bfdlink.h
1266
1267uninstall_libbfd:
1268	list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1269	  $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
1270	done
1271	rm -f $(DESTDIR)$(bfdincludedir)/bfd.h
1272	rm -f $(DESTDIR)$(bfdincludedir)/ansidecl.h
1273	rm -f $(DESTDIR)$(bfdincludedir)/symcat.h
1274	rm -f $(DESTDIR)$(bfdincludedir)/bfdlink.h
1275
1276Makefile: $(srcdir)/configure.in
1277
1278# Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
1279DEP: dep.sed $(CFILES) $(HFILES) bfd.h
1280	rm -f DEP1
1281	$(MAKE) MKDEP="$(MKDEP)" DEP1
1282	sed -f dep.sed < DEP1 > DEPA
1283	echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
1284	if grep ' /' DEPA > /dev/null 2> /dev/null; then \
1285	  echo 'make DEP failed!'; exit 1; \
1286	else \
1287	  mv -f DEPA $@; \
1288	fi
1289
1290DEP1: $(CFILES)
1291	echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
1292	echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
1293	$(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
1294	mv -f DEP2 $@
1295
1296dep.sed: dep-in.sed config.status
1297	sed <$(srcdir)/dep-in.sed >dep.sed	\
1298		-e 's!@BFD_H@!$(BFD_H)!'	\
1299		-e 's!@SRCDIR@!$(srcdir)!'	\
1300		-e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!'
1301
1302dep: DEP
1303	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
1304	cat DEP >> tmp-Makefile
1305	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
1306
1307dep-in: DEP
1308	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
1309	cat DEP >> tmp-Makefile.in
1310	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1311
1312dep-am: DEP
1313	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
1314	cat DEP >> tmp-Makefile.am
1315	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1316
1317host-aout.lo: Makefile
1318
1319# The following program can be used to generate a simple config file
1320# which can be folded into an h-XXX file for a new host, with some editing.
1321aout-params.h: gen-aout
1322	./gen-aout host > aout-params.h
1323gen-aout: $(srcdir)/gen-aout.c Makefile
1324	$(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
1325
1326$(BFD_H): stmp-bfd-h ; @true
1327
1328stmp-bfd-h: bfd-in3.h
1329	rm -f bfd-tmp.h
1330	cp bfd-in3.h bfd-tmp.h
1331	$(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
1332	rm -f bfd-tmp.h
1333	touch stmp-bfd-h
1334
1335# Could really use a "copy-if-change"...
1336headers:
1337	(cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
1338	cp $(docdir)/bfd.h bfd-in2.h-new
1339	$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1340	cp $(docdir)/libbfd.h libbfd.h-new
1341	$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1342	cp $(docdir)/libcoff.h libcoff.h-new
1343	$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1344
1345# We only rebuild the header files automatically if we have been
1346# configured with --enable-maintainer-mode.
1347
1348$(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
1349stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
1350	(cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
1351	cp $(docdir)/bfd.h bfd-in2.h-new
1352	$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1353	touch stmp-bin2-h
1354
1355$(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1356stmp-lbfd-h: $(LIBBFD_H_FILES)
1357	(cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
1358	cp $(docdir)/libbfd.h libbfd.h-new
1359	$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1360	touch stmp-lbfd-h
1361
1362$(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
1363stmp-lcoff-h: $(LIBCOFF_H_FILES)
1364	(cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
1365	cp $(docdir)/libcoff.h libcoff.h-new
1366	$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1367	touch stmp-lcoff-h
1368
1369# We want to rerun configure if config.bfd or configure.host change.
1370config.status: $(srcdir)/configure $(srcdir)/config.bfd $(srcdir)/configure.host
1371	$(SHELL) ./config.status --recheck
1372
1373# What appears below is generated by a hacked mkdep using gcc -MM.
1374
1375# DO NOT DELETE THIS LINE -- mkdep uses it.
1376# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1377archive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
1378  $(INCDIR)/aout/ranlib.h $(INCDIR)/safe-ctype.h
1379archures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
1380bfd.lo: bfd.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1381  $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1382  $(INCDIR)/coff/sym.h libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h \
1383  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1384  $(INCDIR)/elf/external.h
1385cache.lo: cache.c $(INCDIR)/filenames.h
1386coffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
1387  libcoff.h $(INCDIR)/bfdlink.h
1388corefile.lo: corefile.c $(INCDIR)/filenames.h
1389format.lo: format.c $(INCDIR)/filenames.h
1390init.lo: init.c $(INCDIR)/filenames.h
1391libbfd.lo: libbfd.c $(INCDIR)/filenames.h
1392opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h
1393reloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
1394section.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
1395syms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1396  $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
1397targets.lo: targets.c $(INCDIR)/filenames.h $(INCDIR)/fnmatch.h \
1398  targmatch.h
1399hash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h
1400linker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1401  genlink.h
1402srec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1403  $(INCDIR)/safe-ctype.h
1404binary.lo: binary.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
1405tekhex.lo: tekhex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
1406ihex.lo: ihex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1407  $(INCDIR)/safe-ctype.h
1408stabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/aout/stab_gnu.h \
1409  $(INCDIR)/aout/stab.def $(INCDIR)/safe-ctype.h
1410stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
1411  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
1412merge.lo: merge.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1413  $(INCDIR)/libiberty.h
1414dwarf2.lo: dwarf2.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1415  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1416  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
1417archive64.lo: archive64.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h
1418cpu-a29k.lo: cpu-a29k.c $(INCDIR)/filenames.h
1419cpu-alpha.lo: cpu-alpha.c $(INCDIR)/filenames.h
1420cpu-arc.lo: cpu-arc.c $(INCDIR)/filenames.h
1421cpu-arm.lo: cpu-arm.c $(INCDIR)/filenames.h
1422cpu-avr.lo: cpu-avr.c $(INCDIR)/filenames.h
1423cpu-cris.lo: cpu-cris.c $(INCDIR)/filenames.h
1424cpu-d10v.lo: cpu-d10v.c $(INCDIR)/filenames.h
1425cpu-d30v.lo: cpu-d30v.c $(INCDIR)/filenames.h
1426cpu-dlx.lo: cpu-dlx.c $(INCDIR)/filenames.h
1427cpu-fr30.lo: cpu-fr30.c $(INCDIR)/filenames.h
1428cpu-frv.lo: cpu-frv.c $(INCDIR)/filenames.h
1429cpu-h8300.lo: cpu-h8300.c $(INCDIR)/filenames.h
1430cpu-h8500.lo: cpu-h8500.c $(INCDIR)/filenames.h
1431cpu-hppa.lo: cpu-hppa.c $(INCDIR)/filenames.h
1432cpu-ia64.lo: cpu-ia64.c $(INCDIR)/filenames.h cpu-ia64-opc.c \
1433  $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h
1434cpu-i370.lo: cpu-i370.c $(INCDIR)/filenames.h
1435cpu-i386.lo: cpu-i386.c $(INCDIR)/filenames.h
1436cpu-i860.lo: cpu-i860.c $(INCDIR)/filenames.h
1437cpu-i960.lo: cpu-i960.c $(INCDIR)/filenames.h
1438cpu-m32r.lo: cpu-m32r.c $(INCDIR)/filenames.h
1439cpu-m68hc11.lo: cpu-m68hc11.c $(INCDIR)/filenames.h
1440cpu-m68hc12.lo: cpu-m68hc12.c $(INCDIR)/filenames.h
1441cpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h
1442cpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h
1443cpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h
1444cpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h
1445cpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h
1446cpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h
1447cpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h
1448cpu-or32.lo: cpu-or32.c $(INCDIR)/filenames.h
1449cpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h ns32k.h
1450cpu-openrisc.lo: cpu-openrisc.c $(INCDIR)/filenames.h
1451cpu-pdp11.lo: cpu-pdp11.c $(INCDIR)/filenames.h
1452cpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h
1453cpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h
1454cpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h
1455cpu-s390.lo: cpu-s390.c $(INCDIR)/filenames.h
1456cpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h
1457cpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h
1458cpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h
1459cpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h
1460cpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h
1461cpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
1462cpu-vax.lo: cpu-vax.c $(INCDIR)/filenames.h
1463cpu-we32k.lo: cpu-we32k.c $(INCDIR)/filenames.h
1464cpu-w65.lo: cpu-w65.c $(INCDIR)/filenames.h
1465cpu-xstormy16.lo: cpu-xstormy16.c $(INCDIR)/filenames.h
1466cpu-z8k.lo: cpu-z8k.c $(INCDIR)/filenames.h
1467aout-adobe.lo: aout-adobe.c $(INCDIR)/filenames.h $(INCDIR)/aout/adobe.h \
1468  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
1469  $(INCDIR)/bfdlink.h
1470aout-arm.lo: aout-arm.c $(INCDIR)/filenames.h libaout.h \
1471  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aoutx.h \
1472  $(INCDIR)/safe-ctype.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1473  $(INCDIR)/aout/ar.h aout-target.h
1474aout-cris.lo: aout-cris.c aout32.c aoutx.h $(INCDIR)/filenames.h \
1475  $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h libaout.h \
1476  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1477  $(INCDIR)/aout/ar.h aout-target.h
1478aout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
1479  ns32k.h libaout.h $(INCDIR)/bfdlink.h aoutx.h $(INCDIR)/filenames.h \
1480  $(INCDIR)/safe-ctype.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1481  $(INCDIR)/aout/ar.h
1482aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
1483  libaout.h aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
1484  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1485  $(INCDIR)/aout/ar.h aout-target.h
1486aout-tic30.lo: aout-tic30.c $(INCDIR)/filenames.h libaout.h \
1487  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1488  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aoutx.h \
1489  $(INCDIR)/safe-ctype.h
1490aout0.lo: aout0.c aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
1491  libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1492  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1493  aout-target.h
1494aout32.lo: aout32.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1495  $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1496  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1497armnetbsd.lo: armnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1498  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1499  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1500bout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1501  genlink.h $(INCDIR)/bout.h $(INCDIR)/aout/stab_gnu.h \
1502  $(INCDIR)/aout/stab.def libaout.h
1503cf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \
1504  coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1505  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1506  coffcode.h coffswap.h
1507cf-m68klynx.lo: cf-m68klynx.c coff-m68k.c $(INCDIR)/filenames.h \
1508  $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1509  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1510cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \
1511  $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1512  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1513coff-a29k.lo: coff-a29k.c $(INCDIR)/filenames.h $(INCDIR)/coff/a29k.h \
1514  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1515  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1516coff-apollo.lo: coff-apollo.c $(INCDIR)/filenames.h \
1517  $(INCDIR)/coff/apollo.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1518  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1519coff-arm.lo: coff-arm.c $(INCDIR)/filenames.h $(INCDIR)/coff/arm.h \
1520  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1521  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1522coff-aux.lo: coff-aux.c $(INCDIR)/filenames.h $(INCDIR)/coff/aux-coff.h \
1523  $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1524  coff-m68k.c libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1525  coffswap.h
1526coff-h8300.lo: coff-h8300.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1527  genlink.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h \
1528  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1529coff-h8500.lo: coff-h8500.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1530  $(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1531  libcoff.h coffcode.h coffswap.h
1532coff-i386.lo: coff-i386.c $(INCDIR)/filenames.h $(INCDIR)/coff/i386.h \
1533  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1534  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1535coff-i860.lo: coff-i860.c $(INCDIR)/filenames.h $(INCDIR)/coff/i860.h \
1536  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1537  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1538coff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/filenames.h \
1539  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1540  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1541coff-i960.lo: coff-i960.c $(INCDIR)/filenames.h $(INCDIR)/coff/i960.h \
1542  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1543  coffcode.h coffswap.h
1544coff-m68k.lo: coff-m68k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m68k.h \
1545  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1546  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1547coff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m88k.h \
1548  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1549  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1550coff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1551  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1552  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
1553  libcoff.h libecoff.h coffswap.h ecoffswap.h
1554coff-or32.lo: coff-or32.c $(INCDIR)/filenames.h $(INCDIR)/coff/or32.h \
1555  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1556  coffcode.h coffswap.h
1557coff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \
1558  $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
1559  $(INCDIR)/coff/rs6000.h libcoff.h libxcoff.h coffcode.h \
1560  coffswap.h
1561coff-sh.lo: coff-sh.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1562  $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
1563  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1564coff-sparc.lo: coff-sparc.c $(INCDIR)/filenames.h $(INCDIR)/coff/sparc.h \
1565  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1566  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1567coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/filenames.h \
1568  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1569  $(INCDIR)/coff/go32exe.h libcoff.h $(INCDIR)/bfdlink.h \
1570  coffcode.h coffswap.h go32stub.h
1571coff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/filenames.h \
1572  $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1573  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1574coff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1575  $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1576  libcoff.h coffcode.h coffswap.h
1577coff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \
1578  $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
1579  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1580coff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h $(INCDIR)/filenames.h \
1581  $(INCDIR)/coff/tic80.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1582  libcoff.h coffcode.h coffswap.h
1583coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/filenames.h \
1584  $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1585  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1586coff-we32k.lo: coff-we32k.c $(INCDIR)/filenames.h $(INCDIR)/coff/we32k.h \
1587  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1588  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1589coff-w65.lo: coff-w65.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1590  $(INCDIR)/coff/w65.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1591  libcoff.h coffcode.h coffswap.h
1592coff-z8k.lo: coff-z8k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1593  $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1594  libcoff.h coffcode.h coffswap.h
1595cofflink.lo: cofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1596  $(INCDIR)/coff/internal.h libcoff.h
1597dwarf1.lo: dwarf1.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1598  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1599  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf.h
1600ecoff.lo: ecoff.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1601  $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h $(INCDIR)/aout/stab_gnu.h \
1602  $(INCDIR)/aout/stab.def libaout.h $(INCDIR)/aout/aout64.h \
1603  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1604  $(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
1605ecofflink.lo: ecofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1606  $(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1607  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1608  $(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
1609efi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \
1610  coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1611  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1612  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1613elf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1614  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1615  $(INCDIR)/elf/external.h $(INCDIR)/libiberty.h
1616elf32-arc.lo: elf32-arc.c $(INCDIR)/filenames.h elf-bfd.h \
1617  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1618  $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
1619  $(INCDIR)/libiberty.h elf32-target.h
1620elfarm-oabi.lo: elfarm-oabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
1621  $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
1622  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1623  elf32-arm.h elf32-target.h
1624elfarm-nabi.lo: elfarm-nabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
1625  $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
1626  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1627  elf32-arm.h elf32-target.h
1628elf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h elf-bfd.h \
1629  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1630  $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h $(INCDIR)/elf/reloc-macros.h \
1631  elf32-target.h
1632elf32-cris.lo: elf32-cris.c $(INCDIR)/filenames.h elf-bfd.h \
1633  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1634  $(INCDIR)/bfdlink.h $(INCDIR)/elf/cris.h $(INCDIR)/elf/reloc-macros.h \
1635  elf32-target.h
1636elf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h elf-bfd.h \
1637  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1638  $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h $(INCDIR)/elf/reloc-macros.h \
1639  elf32-target.h
1640elf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h elf-bfd.h \
1641  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1642  $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h $(INCDIR)/elf/reloc-macros.h \
1643  elf32-target.h
1644elf32-dlx.lo: elf32-dlx.c $(INCDIR)/filenames.h elf-bfd.h \
1645  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1646  $(INCDIR)/bfdlink.h $(INCDIR)/elf/dlx.h $(INCDIR)/elf/reloc-macros.h \
1647  elf32-target.h
1648elf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h elf-bfd.h \
1649  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1650  $(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h $(INCDIR)/elf/reloc-macros.h \
1651  elf32-target.h
1652elf32-frv.lo: elf32-frv.c $(INCDIR)/filenames.h elf-bfd.h \
1653  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1654  $(INCDIR)/bfdlink.h $(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h \
1655  elf32-target.h
1656elf32-gen.lo: elf32-gen.c $(INCDIR)/filenames.h elf-bfd.h \
1657  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1658  $(INCDIR)/bfdlink.h elf32-target.h
1659elf32-h8300.lo: elf32-h8300.c $(INCDIR)/filenames.h \
1660  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1661  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/h8.h \
1662  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1663elf32-hppa.lo: elf32-hppa.c $(INCDIR)/filenames.h elf-bfd.h \
1664  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1665  $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
1666  libhppa.h elf32-hppa.h elf-hppa.h elf32-target.h
1667elf32-i370.lo: elf32-i370.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1668  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1669  $(INCDIR)/elf/external.h $(INCDIR)/elf/i370.h elf32-target.h
1670elf32-i386.lo: elf32-i386.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1671  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1672  $(INCDIR)/elf/external.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h \
1673  elf32-target.h
1674elf32-i386-fbsd.lo: elf32-i386-fbsd.c elf32-i386.c $(INCDIR)/filenames.h \
1675  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1676  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/i386.h \
1677  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1678elf32-i386qnx.lo: elf32-i386qnx.c elf32-i386.c $(INCDIR)/filenames.h \
1679  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1680  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/i386.h \
1681  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1682elf32-i860.lo: elf32-i860.c $(INCDIR)/filenames.h elf-bfd.h \
1683  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1684  $(INCDIR)/bfdlink.h $(INCDIR)/elf/i860.h $(INCDIR)/elf/reloc-macros.h \
1685  elf32-target.h
1686elf32-i960.lo: elf32-i960.c $(INCDIR)/filenames.h elf-bfd.h \
1687  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1688  $(INCDIR)/bfdlink.h $(INCDIR)/elf/i960.h $(INCDIR)/elf/reloc-macros.h \
1689  elf32-target.h
1690elf32-m32r.lo: elf32-m32r.c $(INCDIR)/filenames.h elf-bfd.h \
1691  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1692  $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32r.h $(INCDIR)/elf/reloc-macros.h \
1693  elf32-target.h
1694elf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1695  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1696  $(INCDIR)/elf/external.h $(INCDIR)/elf/m68k.h $(INCDIR)/elf/reloc-macros.h \
1697  elf32-target.h
1698elf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \
1699  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1700  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m68hc11.h \
1701  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1702elf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \
1703  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1704  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m68hc11.h \
1705  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1706elf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h elf-bfd.h \
1707  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1708  $(INCDIR)/bfdlink.h elf32-target.h
1709elf-m10200.lo: elf-m10200.c $(INCDIR)/filenames.h elf-bfd.h \
1710  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1711  $(INCDIR)/bfdlink.h elf32-target.h
1712elf-m10300.lo: elf-m10300.c $(INCDIR)/filenames.h elf-bfd.h \
1713  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1714  $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h $(INCDIR)/elf/reloc-macros.h \
1715  elf32-target.h
1716elf32-mcore.lo: elf32-mcore.c $(INCDIR)/filenames.h \
1717  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1718  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/mcore.h \
1719  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1720elfxx-mips.lo: elfxx-mips.c $(INCDIR)/filenames.h elf-bfd.h \
1721  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1722  $(INCDIR)/bfdlink.h elfxx-mips.h $(INCDIR)/elf/mips.h \
1723  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1724  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h
1725elf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1726  genlink.h elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1727  $(INCDIR)/elf/external.h elfxx-mips.h $(INCDIR)/elf/mips.h \
1728  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1729  $(INCDIR)/coff/internal.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h \
1730  $(INCDIR)/coff/external.h ecoffswap.h elf32-target.h
1731elf32-openrisc.lo: elf32-openrisc.c $(INCDIR)/filenames.h \
1732  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1733  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/openrisc.h \
1734  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1735  elf32-target.h
1736elf32-or32.lo: elf32-or32.c $(INCDIR)/filenames.h elf-bfd.h \
1737  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1738  $(INCDIR)/bfdlink.h $(INCDIR)/elf/or32.h $(INCDIR)/elf/reloc-macros.h \
1739  $(INCDIR)/libiberty.h elf32-target.h
1740elf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1741  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1742  $(INCDIR)/elf/external.h $(INCDIR)/elf/pj.h $(INCDIR)/elf/reloc-macros.h \
1743  elf32-target.h
1744elf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1745  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1746  $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
1747  elf32-target.h
1748elf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \
1749  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1750  $(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \
1751  elf32-sh.c $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
1752  elf32-target.h
1753elf32-sh64-com.lo: elf32-sh64-com.c $(INCDIR)/filenames.h \
1754  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1755  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h \
1756  $(INCDIR)/elf/reloc-macros.h $(srcdir)/../opcodes/sh64-opc.h
1757elf32-s390.lo: elf32-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1758  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1759  $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h \
1760  elf32-target.h
1761elf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1762  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1763  $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
1764  elf32-target.h
1765elf32-sh-lin.lo: elf32-sh-lin.c $(INCDIR)/filenames.h \
1766  $(INCDIR)/elf/internal.h elf-bfd.h $(INCDIR)/elf/common.h \
1767  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf32-sh.c \
1768  $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1769elf32-sh-nbsd.lo: elf32-sh-nbsd.c elf32-sh.c $(INCDIR)/filenames.h \
1770  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1771  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h \
1772  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1773elf32-sh64-nbsd.lo: elf32-sh64-nbsd.c elf32-sh64.c \
1774  $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
1775  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1776  $(srcdir)/../opcodes/sh64-opc.h elf32-sh.c $(INCDIR)/elf/sh.h \
1777  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1778elf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \
1779  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1780  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sparc.h \
1781  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \
1782  elf32-target.h
1783elf32-v850.lo: elf32-v850.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1784  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1785  $(INCDIR)/elf/external.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h \
1786  $(INCDIR)/libiberty.h elf32-target.h
1787elf32-vax.lo: elf32-vax.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1788  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1789  $(INCDIR)/elf/external.h $(INCDIR)/elf/vax.h $(INCDIR)/elf/reloc-macros.h \
1790  elf32-target.h
1791elf32-xstormy16.lo: elf32-xstormy16.c $(INCDIR)/filenames.h \
1792  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1793  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/xstormy16.h \
1794  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1795  elf32-target.h
1796elf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1797  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1798  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h \
1799  elflink.h
1800elflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1801  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1802  $(INCDIR)/elf/external.h
1803elf-strtab.lo: elf-strtab.c $(INCDIR)/filenames.h elf-bfd.h \
1804  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1805  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
1806elf-eh-frame.lo: elf-eh-frame.c $(INCDIR)/filenames.h \
1807  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1808  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
1809epoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c $(INCDIR)/filenames.h \
1810  coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
1811  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1812  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1813epoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c $(INCDIR)/filenames.h \
1814  coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
1815  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1816  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1817hp300bsd.lo: hp300bsd.c $(INCDIR)/filenames.h libaout.h \
1818  $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1819  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1820hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
1821  aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1822  $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1823  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1824  aout-target.h
1825som.lo: som.c $(INCDIR)/alloca-conf.h $(INCDIR)/filenames.h
1826i386aout.lo: i386aout.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1827  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1828  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1829i386bsd.lo: i386bsd.c $(INCDIR)/filenames.h libaout.h \
1830  $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1831  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1832i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
1833  $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \
1834  libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1835  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1836i386freebsd.lo: i386freebsd.c freebsd.h $(INCDIR)/filenames.h \
1837  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1838  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1839i386linux.lo: i386linux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1840  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1841  libaout.h $(INCDIR)/bfdlink.h aout-target.h
1842i386lynx.lo: i386lynx.c $(INCDIR)/filenames.h libaout.h \
1843  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1844  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1845i386msdos.lo: i386msdos.c $(INCDIR)/filenames.h libaout.h \
1846  $(INCDIR)/bfdlink.h
1847i386netbsd.lo: i386netbsd.c netbsd.h $(INCDIR)/filenames.h \
1848  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1849  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1850i386mach3.lo: i386mach3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1851  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1852  libaout.h $(INCDIR)/bfdlink.h aout-target.h
1853i386os9k.lo: i386os9k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1854  libaout.h $(INCDIR)/os9k.h
1855ieee.lo: ieee.c $(INCDIR)/filenames.h $(INCDIR)/ieee.h \
1856  libieee.h $(INCDIR)/safe-ctype.h
1857m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1858  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1859  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1860m68klinux.lo: m68klinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1861  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1862  libaout.h $(INCDIR)/bfdlink.h aout-target.h
1863m68klynx.lo: m68klynx.c $(INCDIR)/filenames.h libaout.h \
1864  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1865  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1866m68knetbsd.lo: m68knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1867  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1868  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1869m88kmach3.lo: m88kmach3.c $(INCDIR)/filenames.h libaout.h \
1870  $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1871  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1872mipsbsd.lo: mipsbsd.c $(INCDIR)/filenames.h libaout.h \
1873  $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1874  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1875newsos3.lo: newsos3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1876  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1877  libaout.h $(INCDIR)/bfdlink.h aout-target.h
1878nlm.lo: nlm.c $(INCDIR)/filenames.h libnlm.h $(INCDIR)/nlm/common.h \
1879  $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1880nlm32-i386.lo: nlm32-i386.c $(INCDIR)/filenames.h $(INCDIR)/nlm/i386-ext.h \
1881  libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1882  $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1883nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/filenames.h \
1884  $(INCDIR)/nlm/sparc32-ext.h libnlm.h $(INCDIR)/nlm/common.h \
1885  $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
1886  nlm-target.h
1887nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/nlm/ppc-ext.h \
1888  libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1889  $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1890nlm32.lo: nlm32.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
1891  $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1892ns32knetbsd.lo: ns32knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1893  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1894  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1895oasys.lo: oasys.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1896  $(INCDIR)/oasys.h liboasys.h
1897pc532-mach.lo: pc532-mach.c $(INCDIR)/filenames.h libaout.h \
1898  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1899  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1900pdp11.lo: pdp11.c $(INCDIR)/filenames.h libaout.h $(INCDIR)/bfdlink.h \
1901  aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1902  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h $(INCDIR)/safe-ctype.h
1903pe-arm.lo: pe-arm.c $(INCDIR)/filenames.h coff-arm.c \
1904  $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1905  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1906  peicode.h libpei.h
1907pei-arm.lo: pei-arm.c $(INCDIR)/filenames.h coff-arm.c \
1908  $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1909  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1910  peicode.h libpei.h
1911pe-i386.lo: pe-i386.c $(INCDIR)/filenames.h coff-i386.c \
1912  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1913  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1914  peicode.h libpei.h
1915pei-i386.lo: pei-i386.c $(INCDIR)/filenames.h coff-i386.c \
1916  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1917  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1918  peicode.h libpei.h
1919pe-mcore.lo: pe-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
1920  $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1921  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1922  peicode.h libpei.h
1923pei-mcore.lo: pei-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
1924  $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1925  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1926  peicode.h libpei.h
1927pe-ppc.lo: pe-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
1928  $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
1929  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1930  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1931pei-ppc.lo: pei-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
1932  $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
1933  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1934  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1935pe-sh.lo: pe-sh.c $(INCDIR)/filenames.h coff-sh.c $(INCDIR)/libiberty.h \
1936  $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
1937  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1938  coffcode.h peicode.h libpei.h
1939pei-sh.lo: pei-sh.c $(INCDIR)/filenames.h coff-sh.c \
1940  $(INCDIR)/libiberty.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
1941  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1942  $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
1943  libpei.h
1944pe-mips.lo: pe-mips.c $(INCDIR)/filenames.h $(INCDIR)/coff/mipspe.h \
1945  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1946  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1947  peicode.h libpei.h
1948pei-mips.lo: pei-mips.c $(INCDIR)/filenames.h pe-mips.c \
1949  $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1950  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1951  peicode.h libpei.h
1952ppcboot.lo: ppcboot.c $(INCDIR)/safe-ctype.h $(INCDIR)/filenames.h
1953reloc16.lo: reloc16.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1954  genlink.h $(INCDIR)/coff/internal.h libcoff.h
1955riscix.lo: riscix.c $(INCDIR)/filenames.h libaout.h \
1956  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1957  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1958sparclinux.lo: sparclinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1959  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1960  libaout.h $(INCDIR)/bfdlink.h aout-target.h
1961sparclynx.lo: sparclynx.c $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
1962  libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1963  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1964  aout-target.h
1965sparcnetbsd.lo: sparcnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1966  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1967  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1968sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
1969  $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h \
1970  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1971  aout-target.h
1972vaxnetbsd.lo: vaxnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1973  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1974  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1975vax1knetbsd.lo: vax1knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1976  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1977  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1978vaxbsd.lo: vaxbsd.c $(INCDIR)/filenames.h libaout.h \
1979  $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1980  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1981versados.lo: versados.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
1982vms.lo: vms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1983  vms.h
1984vms-gsd.lo: vms-gsd.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1985  vms.h
1986vms-hdr.lo: vms-hdr.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1987  $(INCDIR)/safe-ctype.h vms.h
1988vms-misc.lo: vms-misc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1989  vms.h
1990vms-tir.lo: vms-tir.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1991  vms.h
1992xcofflink.lo: xcofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1993  $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h libcoff.h \
1994  libxcoff.h
1995aix5ppc-core.lo: aix5ppc-core.c
1996aout64.lo: aout64.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1997  $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1998  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1999coff-alpha.lo: coff-alpha.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2000  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
2001  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h \
2002  libcoff.h libecoff.h coffswap.h ecoffswap.h
2003coff64-rs6000.lo: coff64-rs6000.c $(INCDIR)/filenames.h \
2004  $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
2005  $(INCDIR)/coff/rs6k64.h libcoff.h libxcoff.h coffcode.h \
2006  coffswap.h
2007demo64.lo: demo64.c aoutf1.h $(INCDIR)/filenames.h \
2008  $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
2009  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2010  $(INCDIR)/aout/ar.h aout-target.h
2011efi-app-ia64.lo: efi-app-ia64.c $(INCDIR)/filenames.h \
2012  coff-ia64.c $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h \
2013  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2014  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2015elf64-x86-64.lo: elf64-x86-64.c $(INCDIR)/filenames.h \
2016  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
2017  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/x86-64.h \
2018  $(INCDIR)/elf/reloc-macros.h elf64-target.h
2019elf64-alpha.lo: elf64-alpha.c $(INCDIR)/filenames.h \
2020  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2021  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/alpha.h \
2022  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \
2023  $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
2024  $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
2025  libecoff.h ecoffswap.h elf64-target.h
2026elf64-alpha-fbsd.lo: elf64-alpha-fbsd.c elf64-alpha.c $(INCDIR)/filenames.h \
2027  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2028  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/alpha.h \
2029  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \
2030  $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
2031  $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
2032  libecoff.h ecoffswap.h elf64-target.h
2033elf64-hppa.lo: elf64-hppa.c $(INCDIR)/alloca-conf.h \
2034  $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
2035  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2036  $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h libhppa.h \
2037  elf64-hppa.h elf-hppa.h elf64-target.h
2038elf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h elf-bfd.h \
2039  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2040  $(INCDIR)/bfdlink.h elf64-target.h
2041elf64-mips.lo: elf64-mips.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
2042  $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \
2043  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfxx-mips.h \
2044  $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h \
2045  $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
2046  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \
2047  elf64-target.h
2048elf64-mmix.lo: elf64-mmix.c $(INCDIR)/filenames.h elf-bfd.h \
2049  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2050  $(INCDIR)/bfdlink.h $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h \
2051  $(INCDIR)/opcode/mmix.h elf64-target.h
2052elf64-ppc.lo: elf64-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2053  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2054  $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
2055  elf64-ppc.h elf64-target.h
2056elf64-s390.lo: elf64-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2057  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2058  $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h \
2059  elf64-target.h
2060elf64-sh64.lo: elf64-sh64.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2061  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2062  $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
2063  elf64-target.h
2064elf64-sh64-nbsd.lo: elf64-sh64-nbsd.c elf64-sh64.c \
2065  $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h elf-bfd.h \
2066  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2067  $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf64-target.h
2068elf64-sparc.lo: elf64-sparc.c $(INCDIR)/filenames.h \
2069  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2070  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/sparc.h \
2071  $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
2072  elf64-target.h
2073elf64.lo: elf64.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
2074  $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
2075  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h \
2076  elflink.h
2077mmo.lo: mmo.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
2078  $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h
2079nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/filenames.h \
2080  $(INCDIR)/nlm/alpha-ext.h libnlm.h $(INCDIR)/nlm/common.h \
2081  $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
2082  nlm-target.h
2083nlm64.lo: nlm64.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
2084  $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
2085aix386-core.lo: aix386-core.c $(INCDIR)/filenames.h \
2086  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2087  libcoff.h $(INCDIR)/bfdlink.h
2088hpux-core.lo: hpux-core.c $(INCDIR)/filenames.h
2089irix-core.lo: irix-core.c $(INCDIR)/filenames.h
2090lynx-core.lo: lynx-core.c $(INCDIR)/filenames.h
2091osf-core.lo: osf-core.c $(INCDIR)/filenames.h
2092sco5-core.lo: sco5-core.c $(INCDIR)/filenames.h libaout.h \
2093  $(INCDIR)/bfdlink.h
2094trad-core.lo: trad-core.c $(INCDIR)/filenames.h libaout.h \
2095  $(INCDIR)/bfdlink.h
2096cisco-core.lo: cisco-core.c $(INCDIR)/filenames.h
2097elf32-ia64.lo: elf32-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
2098  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2099  $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
2100  $(INCDIR)/elf/reloc-macros.h elf32-target.h
2101elf64-ia64.lo: elf64-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
2102  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2103  $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
2104  $(INCDIR)/elf/reloc-macros.h elf64-target.h
2105peigen.lo: peigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
2106  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/pe.h \
2107  libcoff.h $(INCDIR)/bfdlink.h libpei.h
2108pepigen.lo: pepigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
2109  $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h $(INCDIR)/coff/pe.h \
2110  libcoff.h $(INCDIR)/bfdlink.h libpei.h
2111# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
2112
2113# Tell versions [3.59,3.63) of GNU make to not export all variables.
2114# Otherwise a system limit (for SysV at least) may be exceeded.
2115.NOEXPORT:
2116