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