1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005  Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21pkgdatadir = $(datadir)/@PACKAGE@
22pkglibdir = $(libdir)/@PACKAGE@
23pkgincludedir = $(includedir)/@PACKAGE@
24top_builddir = .
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38build_triplet = @build@
39host_triplet = @host@
40target_triplet = @target@
41DIST_COMMON = $(srcdir)/../config.guess $(srcdir)/../config.sub README \
42	ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
43	$(top_srcdir)/configure $(am__configure_deps) \
44	$(srcdir)/config.in $(srcdir)/../mkinstalldirs \
45	$(srcdir)/bfd-in2.h $(top_srcdir)/po/Make-in \
46	$(srcdir)/../ltmain.sh $(srcdir)/../config.guess \
47	$(srcdir)/../config.sub
48subdir = .
49ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
50am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
51	$(top_srcdir)/../config/depstand.m4 \
52	$(top_srcdir)/../config/gettext-sister.m4 \
53	$(top_srcdir)/../config/lead-dot.m4 \
54	$(top_srcdir)/../config/nls.m4 $(top_srcdir)/../config/po.m4 \
55	$(top_srcdir)/../config/progtest.m4 \
56	$(top_srcdir)/../config/stdint.m4 $(top_srcdir)/../libtool.m4 \
57	$(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
58	$(top_srcdir)/../ltversion.m4 $(top_srcdir)/bfd.m4 \
59	$(top_srcdir)/warning.m4 $(top_srcdir)/acinclude.m4 \
60	$(top_srcdir)/configure.in
61am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62	$(ACLOCAL_M4)
63am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
64 configure.lineno configure.status.lineno
65mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
66CONFIG_HEADER = config.h
67CONFIG_CLEAN_FILES = bfd-in3.h po/Makefile.in
68LIBRARIES = $(noinst_LIBRARIES)
69ARFLAGS = cru
70libbfd_a_AR = $(AR) $(ARFLAGS)
71libbfd_a_LIBADD =
72am_libbfd_a_OBJECTS =
73libbfd_a_OBJECTS = $(am_libbfd_a_OBJECTS)
74am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
75am__vpath_adj = case $$p in \
76    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
77    *) f=$$p;; \
78  esac;
79am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
80am__installdirs = "$(DESTDIR)$(bfdlibdir)"
81bfdlibLTLIBRARIES_INSTALL = $(INSTALL)
82LTLIBRARIES = $(bfdlib_LTLIBRARIES)
83am__objects_1 = archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
84	cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo \
85	opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo \
86	linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo \
87	stab-syms.lo merge.lo dwarf2.lo simple.lo
88am_libbfd_la_OBJECTS = $(am__objects_1)
89libbfd_la_OBJECTS = $(am_libbfd_la_OBJECTS)
90DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
91depcomp =
92am__depfiles_maybe =
93COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
94	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
96	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
97	$(AM_CFLAGS) $(CFLAGS)
98CCLD = $(CC)
99LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
100	$(AM_LDFLAGS) $(LDFLAGS) -o $@
101SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES)
102RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
103	html-recursive info-recursive install-data-recursive \
104	install-exec-recursive install-info-recursive \
105	install-recursive installcheck-recursive installdirs-recursive \
106	pdf-recursive ps-recursive uninstall-info-recursive \
107	uninstall-recursive
108ETAGS = etags
109CTAGS = ctags
110DIST_SUBDIRS = $(SUBDIRS)
111ACLOCAL = @ACLOCAL@
112AMDEP_FALSE = @AMDEP_FALSE@
113AMDEP_TRUE = @AMDEP_TRUE@
114AMTAR = @AMTAR@
115AR = @AR@
116AUTOCONF = @AUTOCONF@
117AUTOHEADER = @AUTOHEADER@
118AUTOMAKE = @AUTOMAKE@
119AWK = @AWK@
120BFD_HOSTPTR_T = @BFD_HOSTPTR_T@
121BFD_HOST_64BIT_LONG = @BFD_HOST_64BIT_LONG@
122BFD_HOST_64BIT_LONG_LONG = @BFD_HOST_64BIT_LONG_LONG@
123BFD_HOST_64_BIT = @BFD_HOST_64_BIT@
124BFD_HOST_64_BIT_DEFINED = @BFD_HOST_64_BIT_DEFINED@
125BFD_HOST_LONG_LONG = @BFD_HOST_LONG_LONG@
126BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
127CATALOGS = @CATALOGS@
128CATOBJEXT = @CATOBJEXT@
129CC = @CC@
130CCDEPMODE = @CCDEPMODE@
131CC_FOR_BUILD = @CC_FOR_BUILD@
132CFLAGS = @CFLAGS@
133COREFILE = @COREFILE@
134COREFLAG = @COREFLAG@
135CPP = @CPP@
136CPPFLAGS = @CPPFLAGS@
137CYGPATH_W = @CYGPATH_W@
138DATADIRNAME = @DATADIRNAME@
139DEBUGDIR = @DEBUGDIR@
140DEFS = @DEFS@
141DEPDIR = @DEPDIR@
142DUMPBIN = @DUMPBIN@
143ECHO_C = @ECHO_C@
144ECHO_N = @ECHO_N@
145ECHO_T = @ECHO_T@
146EGREP = @EGREP@
147EXEEXT = @EXEEXT@
148EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
149FGREP = @FGREP@
150GENCAT = @GENCAT@
151GENINSRC_NEVER_FALSE = @GENINSRC_NEVER_FALSE@
152GENINSRC_NEVER_TRUE = @GENINSRC_NEVER_TRUE@
153GMSGFMT = @GMSGFMT@
154GREP = @GREP@
155HDEFINES = @HDEFINES@
156INCINTL = @INCINTL@
157INSTALL_DATA = @INSTALL_DATA@
158INSTALL_LIBBFD_FALSE = @INSTALL_LIBBFD_FALSE@
159INSTALL_LIBBFD_TRUE = @INSTALL_LIBBFD_TRUE@
160INSTALL_PROGRAM = @INSTALL_PROGRAM@
161INSTALL_SCRIPT = @INSTALL_SCRIPT@
162INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
163INSTOBJEXT = @INSTOBJEXT@
164LD = @LD@
165LDFLAGS = @LDFLAGS@
166LIBINTL = @LIBINTL@
167LIBINTL_DEP = @LIBINTL_DEP@
168LIBOBJS = @LIBOBJS@
169LIBS = @LIBS@
170LIBTOOL = @LIBTOOL@
171LN_S = @LN_S@
172LTLIBOBJS = @LTLIBOBJS@
173MAINT = @MAINT@
174MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
175MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
176MAKEINFO = @MAKEINFO@
177MKINSTALLDIRS = @MKINSTALLDIRS@
178MSGFMT = @MSGFMT@
179MSGMERGE = @MSGMERGE@
180NM = @NM@
181NO_WERROR = @NO_WERROR@
182OBJEXT = @OBJEXT@
183PACKAGE = @PACKAGE@
184PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
185PACKAGE_NAME = @PACKAGE_NAME@
186PACKAGE_STRING = @PACKAGE_STRING@
187PACKAGE_TARNAME = @PACKAGE_TARNAME@
188PACKAGE_VERSION = @PACKAGE_VERSION@
189PATH_SEPARATOR = @PATH_SEPARATOR@
190PKGVERSION = @PKGVERSION@
191POSUB = @POSUB@
192RANLIB = @RANLIB@
193REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@
194REPORT_BUGS_TO = @REPORT_BUGS_TO@
195SED = @SED@
196SET_MAKE = @SET_MAKE@
197SHELL = @SHELL@
198STRIP = @STRIP@
199TDEFINES = @TDEFINES@
200USE_NLS = @USE_NLS@
201VERSION = @VERSION@
202WARN_CFLAGS = @WARN_CFLAGS@
203WIN32LDFLAGS = @WIN32LDFLAGS@
204WIN32LIBADD = @WIN32LIBADD@
205XGETTEXT = @XGETTEXT@
206ac_ct_CC = @ac_ct_CC@
207ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
208all_backends = @all_backends@
209am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
210am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
211am__include = @am__include@
212am__leading_dot = @am__leading_dot@
213am__quote = @am__quote@
214am__tar = @am__tar@
215am__untar = @am__untar@
216bfd64_libs = @bfd64_libs@
217bfd_backends = @bfd_backends@
218bfd_default_target_size = @bfd_default_target_size@
219bfd_file_ptr = @bfd_file_ptr@
220bfd_machines = @bfd_machines@
221bfd_ufile_ptr = @bfd_ufile_ptr@
222bfdincludedir = @bfdincludedir@
223bfdlibdir = @bfdlibdir@
224bindir = @bindir@
225build = @build@
226build_alias = @build_alias@
227build_cpu = @build_cpu@
228build_os = @build_os@
229build_vendor = @build_vendor@
230datadir = @datadir@
231datarootdir = @datarootdir@
232docdir = @docdir@
233dvidir = @dvidir@
234exec_prefix = @exec_prefix@
235host = @host@
236host_alias = @host_alias@
237host_cpu = @host_cpu@
238host_noncanonical = @host_noncanonical@
239host_os = @host_os@
240host_vendor = @host_vendor@
241htmldir = @htmldir@
242includedir = @includedir@
243infodir = @infodir@
244install_sh = @install_sh@
245libdir = @libdir@
246libexecdir = @libexecdir@
247localedir = @localedir@
248localstatedir = @localstatedir@
249lt_ECHO = @lt_ECHO@
250mandir = @mandir@
251mkdir_p = @mkdir_p@
252oldincludedir = @oldincludedir@
253pdfdir = @pdfdir@
254prefix = @prefix@
255program_transform_name = @program_transform_name@
256psdir = @psdir@
257sbindir = @sbindir@
258sharedstatedir = @sharedstatedir@
259sysconfdir = @sysconfdir@
260target = @target@
261target_alias = @target_alias@
262target_cpu = @target_cpu@
263target_noncanonical = @target_noncanonical@
264target_os = @target_os@
265target_vendor = @target_vendor@
266tdefaults = @tdefaults@
267wordsize = @wordsize@
268AUTOMAKE_OPTIONS = 1.9 cygnus
269ACLOCAL_AMFLAGS = -I . -I .. -I ../config
270
271# Uncomment the following line when doing a release.
272# RELEASE=y
273INCDIR = $(srcdir)/../include
274CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
275MKDEP = gcc -MM
276SUBDIRS = doc po
277bfddocdir = doc
278bfdlib_LTLIBRARIES = libbfd.la
279AM_CFLAGS = $(WARN_CFLAGS)
280
281# bfd.h goes here, for now
282BFD_H = bfd.h
283
284# Jim Kingdon notes:
285# Writing S-records should be included in all (or at least most)
286# *-*-coff, *-*-aout, etc., configurations, because people will want to
287# be able to use objcopy to create S-records.  (S-records are not useful
288# for the debugger, so if you are downloading things as S-records you
289# need two copies of the executable, one to download and one for the
290# debugger).
291BFD32_LIBS = \
292	archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
293	cache.lo coffgen.lo corefile.lo \
294	format.lo init.lo libbfd.lo opncls.lo reloc.lo \
295	section.lo syms.lo targets.lo hash.lo linker.lo \
296	srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
297	merge.lo dwarf2.lo simple.lo
298
299BFD64_LIBS = archive64.lo
300BFD32_LIBS_CFILES = \
301	archive.c archures.c bfd.c bfdio.c bfdwin.c \
302	cache.c coffgen.c corefile.c \
303	format.c init.c libbfd.c opncls.c reloc.c \
304	section.c syms.c targets.c hash.c linker.c \
305	srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
306	merge.c dwarf2.c simple.c
307
308BFD64_LIBS_CFILES = archive64.c
309
310# This list is alphabetized to make it easier to keep in sync
311# with the decls and initializer in archures.c.
312ALL_MACHINES = \
313	cpu-alpha.lo \
314	cpu-arc.lo \
315	cpu-arm.lo \
316	cpu-avr.lo \
317	cpu-bfin.lo \
318	cpu-cr16.lo \
319	cpu-cr16c.lo \
320	cpu-cris.lo \
321	cpu-crx.lo \
322	cpu-d10v.lo \
323	cpu-d30v.lo \
324	cpu-dlx.lo \
325	cpu-fr30.lo \
326	cpu-frv.lo \
327	cpu-h8300.lo \
328	cpu-h8500.lo \
329	cpu-hppa.lo \
330	cpu-ia64.lo \
331	cpu-i370.lo \
332	cpu-i386.lo \
333	cpu-i860.lo \
334	cpu-i960.lo \
335	cpu-ip2k.lo \
336	cpu-iq2000.lo \
337	cpu-m32c.lo \
338	cpu-m32r.lo \
339	cpu-m68hc11.lo \
340	cpu-m68hc12.lo \
341	cpu-m68k.lo \
342	cpu-m88k.lo \
343	cpu-m10200.lo \
344	cpu-m10300.lo \
345	cpu-maxq.lo \
346	cpu-mcore.lo \
347	cpu-mep.lo \
348	cpu-mips.lo \
349	cpu-mmix.lo \
350	cpu-mt.lo \
351	cpu-msp430.lo \
352	cpu-or32.lo \
353	cpu-ns32k.lo \
354	cpu-openrisc.lo \
355	cpu-pdp11.lo \
356	cpu-pj.lo \
357	cpu-powerpc.lo \
358	cpu-rs6000.lo \
359	cpu-s390.lo \
360	cpu-score.lo \
361	cpu-sh.lo \
362	cpu-sparc.lo \
363	cpu-spu.lo \
364	cpu-tic30.lo \
365	cpu-tic4x.lo \
366	cpu-tic54x.lo \
367	cpu-tic80.lo \
368	cpu-v850.lo \
369	cpu-vax.lo \
370	cpu-we32k.lo \
371	cpu-w65.lo \
372	cpu-xstormy16.lo \
373	cpu-xtensa.lo \
374	cpu-xc16x.lo \
375	cpu-z80.lo \
376	cpu-z8k.lo
377
378ALL_MACHINES_CFILES = \
379	cpu-alpha.c \
380	cpu-arc.c \
381	cpu-arm.c \
382	cpu-avr.c \
383	cpu-bfin.c \
384	cpu-cr16.c \
385	cpu-cris.c \
386	cpu-cr16c.c \
387	cpu-crx.c \
388	cpu-d10v.c \
389	cpu-d30v.c \
390	cpu-dlx.c \
391	cpu-fr30.c \
392	cpu-frv.c \
393	cpu-h8300.c \
394	cpu-h8500.c \
395	cpu-hppa.c \
396	cpu-ia64.c \
397	cpu-i370.c \
398	cpu-i386.c \
399	cpu-i860.c \
400	cpu-i960.c \
401	cpu-ip2k.c \
402	cpu-iq2000.c \
403	cpu-m32c.c \
404	cpu-m32r.c \
405	cpu-m68hc11.c \
406	cpu-m68hc12.c \
407	cpu-m68k.c \
408	cpu-m88k.c \
409	cpu-m10200.c \
410	cpu-m10300.c \
411	cpu-maxq.c \
412	cpu-mcore.c \
413	cpu-mep.c \
414	cpu-mips.c \
415	cpu-mmix.c \
416	cpu-mt.c \
417	cpu-msp430.c \
418	cpu-or32.c \
419	cpu-ns32k.c \
420	cpu-openrisc.c \
421	cpu-pdp11.c \
422	cpu-pj.c \
423	cpu-powerpc.c \
424	cpu-rs6000.c \
425	cpu-s390.c \
426	cpu-score.c \
427	cpu-sh.c \
428	cpu-sparc.c \
429	cpu-spu.c \
430	cpu-tic30.c \
431	cpu-tic4x.c \
432	cpu-tic54x.c \
433	cpu-tic80.c \
434	cpu-v850.c \
435	cpu-vax.c \
436	cpu-we32k.c \
437	cpu-w65.c \
438	cpu-xstormy16.c \
439	cpu-xtensa.c \
440	cpu-xc16x.c \
441	cpu-z80.c \
442	cpu-z8k.c
443
444
445# The .o files needed by all of the 32 bit vectors that are configured into
446# target_vector in targets.c if configured with --enable-targets=all.
447BFD32_BACKENDS = \
448	aout-adobe.lo \
449	aout-arm.lo \
450	aout-cris.lo \
451	aout-ns32k.lo \
452	aout-sparcle.lo \
453	aout-tic30.lo \
454	aout0.lo \
455	aout32.lo \
456	armnetbsd.lo \
457	bout.lo \
458	cf-i386lynx.lo \
459	cf-sparclynx.lo \
460	coff-apollo.lo \
461	coff-arm.lo \
462	coff-aux.lo \
463	coff-h8300.lo \
464	coff-h8500.lo \
465	coff-i386.lo \
466	coff-go32.lo \
467	coff-i860.lo \
468	coff-i960.lo \
469	coff-m68k.lo \
470	coff-m88k.lo \
471	coff-maxq.lo \
472	coff-mips.lo \
473	coff-or32.lo \
474	coff-rs6000.lo \
475	coff-sh.lo \
476	coff-sparc.lo \
477	coff-stgo32.lo \
478	coff-svm68k.lo \
479	coff-tic30.lo \
480	coff-tic4x.lo \
481	coff-tic54x.lo \
482	coff-tic80.lo \
483	coff-u68k.lo \
484	coff-we32k.lo \
485	coff-w65.lo \
486	coff-z80.lo \
487	coff-z8k.lo \
488	cofflink.lo \
489	dwarf1.lo \
490	ecoff.lo \
491	ecofflink.lo \
492	efi-app-ia32.lo \
493	elf.lo \
494	elf32-am33lin.lo \
495	elf32-arc.lo \
496	elf32-arm.lo \
497	elf32-avr.lo \
498	elf32-bfin.lo \
499	elf32-cr16.lo \
500	elf32-cr16c.lo \
501	elf32-cris.lo \
502	elf32-crx.lo \
503	elf32-d10v.lo \
504	elf32-d30v.lo \
505	elf32-dlx.lo \
506	elf32-fr30.lo \
507	elf32-frv.lo \
508	elf32-gen.lo \
509	elf32-h8300.lo \
510	elf32-hppa.lo \
511	elf32-i370.lo \
512	elf32-i386.lo \
513	elf32-i860.lo \
514	elf32-i960.lo \
515	elf32-ip2k.lo \
516	elf32-iq2000.lo \
517	elf32-m32c.lo \
518	elf32-m32r.lo \
519	elf32-m68hc11.lo \
520	elf32-m68hc12.lo \
521	elf32-m68hc1x.lo \
522	elf32-m68k.lo \
523	elf32-m88k.lo \
524	elf-m10200.lo \
525	elf-m10300.lo \
526	elf32-mcore.lo \
527	elf32-mep.lo \
528	elfxx-mips.lo \
529	elf32-mips.lo \
530	elf32-mt.lo \
531	elf32-msp430.lo \
532	elf32-openrisc.lo \
533	elf32-or32.lo \
534	elf32-pj.lo \
535	elf32-ppc.lo \
536	elf32-s390.lo \
537	elf32-score.lo \
538	elf32-sh.lo \
539	elf32-sh-symbian.lo \
540	elf32-sh64.lo \
541	elf32-sh64-com.lo \
542	elfxx-sparc.lo \
543	elf32-sparc.lo \
544	elf32-spu.lo \
545	elf32-v850.lo \
546	elf32-vax.lo \
547	elf32-xstormy16.lo \
548	elf32-xtensa.lo \
549	elf32-xc16x.lo \
550	elf32.lo \
551	elflink.lo \
552	elf-attrs.lo \
553	elf-strtab.lo \
554	elf-eh-frame.lo \
555	elf-vxworks.lo \
556	epoc-pe-arm.lo \
557	epoc-pei-arm.lo \
558	hp300bsd.lo \
559	hp300hpux.lo \
560	som.lo \
561	i386aout.lo \
562	i386bsd.lo \
563	i386dynix.lo \
564	i386freebsd.lo \
565	i386linux.lo \
566	i386lynx.lo \
567	i386msdos.lo \
568	i386netbsd.lo \
569	i386mach3.lo \
570	i386os9k.lo \
571	ieee.lo \
572	m68k4knetbsd.lo \
573	m68klinux.lo \
574	m68knetbsd.lo \
575	m88kmach3.lo \
576	m88kopenbsd.lo \
577	mach-o.lo \
578	mipsbsd.lo \
579	newsos3.lo \
580	nlm.lo \
581	nlm32-i386.lo \
582	nlm32-sparc.lo \
583	nlm32-ppc.lo \
584	nlm32.lo \
585	ns32knetbsd.lo \
586	oasys.lo \
587	pc532-mach.lo \
588	pdp11.lo \
589	pef.lo \
590	pe-arm.lo \
591	pei-arm.lo \
592	pe-arm-wince.lo \
593	pei-arm-wince.lo \
594	pe-i386.lo \
595	pei-i386.lo \
596	pe-mcore.lo \
597	pei-mcore.lo \
598	pe-ppc.lo \
599	pei-ppc.lo \
600	pe-sh.lo \
601	pei-sh.lo \
602	pe-mips.lo \
603	pei-mips.lo \
604	peigen.lo \
605	ppcboot.lo \
606	reloc16.lo \
607	riscix.lo \
608	sparclinux.lo \
609	sparclynx.lo \
610	sparcnetbsd.lo \
611	sunos.lo \
612	vaxnetbsd.lo \
613	vax1knetbsd.lo \
614	vaxbsd.lo \
615	versados.lo \
616	vms.lo \
617	vms-gsd.lo \
618	vms-hdr.lo \
619	vms-misc.lo \
620	vms-tir.lo \
621	xcofflink.lo \
622	xsym.lo \
623	xtensa-isa.lo \
624	xtensa-modules.lo
625
626BFD32_BACKENDS_CFILES = \
627	aout-adobe.c \
628	aout-arm.c \
629	aout-cris.c \
630	aout-ns32k.c \
631	aout-sparcle.c \
632	aout-tic30.c \
633	aout0.c \
634	aout32.c \
635	armnetbsd.c \
636	bout.c \
637	cf-i386lynx.c \
638	cf-sparclynx.c \
639	coff-apollo.c \
640	coff-arm.c \
641	coff-aux.c \
642	coff-h8300.c \
643	coff-h8500.c \
644	coff-i386.c \
645	coff-i860.c \
646	coff-go32.c \
647	coff-i960.c \
648	coff-m68k.c \
649	coff-m88k.c \
650	coff-maxq.c \
651	coff-mips.c \
652	coff-or32.c \
653	coff-rs6000.c \
654	coff-sh.c \
655	coff-sparc.c \
656	coff-stgo32.c \
657	coff-svm68k.c \
658	coff-tic30.c \
659	coff-tic4x.c \
660	coff-tic54x.c \
661	coff-tic80.c \
662	coff-u68k.c \
663	coff-we32k.c \
664	coff-w65.c \
665	coff-z80.c \
666	coff-z8k.c \
667	cofflink.c \
668	dwarf1.c \
669	ecoff.c \
670	ecofflink.c \
671	efi-app-ia32.c \
672	elf.c \
673	elf32-am33lin.c \
674	elf32-arc.c \
675	elf32-arm.c \
676	elf32-avr.c \
677	elf32-bfin.c \
678	elf32-cr16.c \
679	elf32-cr16c.c \
680	elf32-cris.c \
681	elf32-crx.c \
682	elf32-d10v.c \
683	elf32-d30v.c \
684	elf32-dlx.c \
685	elf32-fr30.c \
686	elf32-frv.c \
687	elf32-gen.c \
688	elf32-h8300.c \
689	elf32-hppa.c \
690	elf32-i370.c \
691	elf32-i386.c \
692	elf32-i860.c \
693	elf32-i960.c \
694	elf32-ip2k.c \
695	elf32-iq2000.c \
696	elf32-m32c.c \
697	elf32-m32r.c \
698	elf32-m68k.c \
699	elf32-m68hc11.c \
700	elf32-m68hc12.c \
701	elf32-m68hc1x.c \
702	elf32-m88k.c \
703	elf-m10200.c \
704	elf-m10300.c \
705	elf32-mcore.c \
706	elf32-mep.c \
707	elfxx-mips.c \
708	elf32-mips.c \
709	elf32-mt.c \
710	elf32-msp430.c \
711	elf32-openrisc.c \
712	elf32-or32.c \
713	elf32-pj.c \
714	elf32-ppc.c \
715	elf32-sh64.c \
716	elf32-sh64-com.c \
717	elf32-s390.c \
718	elf32-score.c \
719	elf32-sh.c \
720	elf32-sh-symbian.c \
721	elfxx-sparc.c \
722	elf32-sparc.c \
723	elf32-spu.c \
724	elf32-v850.c \
725	elf32-vax.c \
726	elf32-xstormy16.c \
727	elf32-xtensa.c \
728	elf32-xc16x.c \
729	elf32.c \
730	elflink.c \
731	elf-attrs.c \
732	elf-strtab.c \
733	elf-eh-frame.c \
734	elf-vxworks.c \
735	epoc-pe-arm.c \
736	epoc-pei-arm.c \
737	hp300bsd.c \
738	hp300hpux.c \
739	som.c \
740	i386aout.c \
741	i386bsd.c \
742	i386dynix.c \
743	i386freebsd.c \
744	i386linux.c \
745	i386lynx.c \
746	i386msdos.c \
747	i386netbsd.c \
748	i386mach3.c \
749	i386os9k.c \
750	ieee.c \
751	m68k4knetbsd.c \
752	m68klinux.c \
753	m68knetbsd.c \
754	m88kmach3.c \
755	m88kopenbsd.c \
756	mach-o.c \
757	mipsbsd.c \
758	newsos3.c \
759	nlm.c \
760	nlm32-i386.c \
761	nlm32-sparc.c \
762	nlm32-ppc.c \
763	nlm32.c \
764	ns32knetbsd.c \
765	oasys.c \
766	pc532-mach.c \
767	pdp11.c \
768	pef.c \
769	pe-arm.c \
770	pei-arm.c \
771	pe-arm-wince.c \
772	pei-arm-wince.c \
773	pe-i386.c \
774	pei-i386.c \
775	pe-mcore.c \
776	pei-mcore.c \
777	pe-ppc.c \
778	pei-ppc.c \
779	pe-sh.c \
780	pei-sh.c \
781	pe-mips.c \
782	pei-mips.c \
783	ppcboot.c \
784	reloc16.c \
785	riscix.c \
786	sparclinux.c \
787	sparclynx.c \
788	sparcnetbsd.c \
789	sunos.c \
790	vaxnetbsd.c \
791	vax1knetbsd.c \
792	vaxbsd.c \
793	versados.c \
794	vms.c \
795	vms-gsd.c \
796	vms-hdr.c \
797	vms-misc.c \
798	vms-tir.c \
799	xcofflink.c \
800	xsym.c \
801	xtensa-isa.c \
802	xtensa-modules.c
803
804
805# The .o files needed by all of the 64 bit vectors that are configured into
806# target_vector in targets.c if configured with --enable-targets=all
807# and --enable-64-bit-bfd.
808# elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
809# BFD32_BACKENDS.
810BFD64_BACKENDS = \
811	aix5ppc-core.lo \
812	aout64.lo \
813	coff-alpha.lo \
814	coff64-rs6000.lo \
815	demo64.lo \
816	efi-app-ia64.lo \
817	efi-app-x86_64.lo \
818	elf64-x86-64.lo \
819	elf64-alpha.lo \
820	elf64-hppa.lo \
821	elf32-ia64.lo \
822	elf64-ia64.lo \
823	elf64-gen.lo \
824	elfn32-mips.lo \
825	elf64-mips.lo \
826	elf64-mmix.lo \
827	elf64-sh64.lo \
828	elf64-ppc.lo \
829	elf64-s390.lo \
830	elf64-sparc.lo \
831	elf64.lo \
832	mmo.lo \
833	nlm32-alpha.lo \
834	nlm64.lo \
835	coff-x86_64.lo \
836	pe-x86_64.lo \
837	pei-x86_64.lo \
838	pepigen.lo \
839	pex64igen.lo
840
841BFD64_BACKENDS_CFILES = \
842	aix5ppc-core.c \
843	aout64.c \
844	coff-alpha.c \
845	coff64-rs6000.c \
846	demo64.c \
847	efi-app-ia64.c \
848	efi-app-x86_64.c \
849	elf64-x86-64.c \
850	elf64-alpha.c \
851	elf64-hppa.c \
852	elf64-gen.c \
853	elfn32-mips.c \
854	elf64-mips.c \
855	elf64-mmix.c \
856	elf64-ppc.c \
857	elf64-s390.c \
858	elf64-sh64.c \
859	elf64-sparc.c \
860	elf64.c \
861	mmo.c \
862	nlm32-alpha.c \
863	nlm64.c \
864	coff-x86_64.c \
865	pe-x86_64.c \
866	pei-x86_64.c
867
868OPTIONAL_BACKENDS = \
869	aix386-core.lo \
870	hpux-core.lo \
871	irix-core.lo \
872	lynx-core.lo \
873	osf-core.lo \
874	sco5-core.lo \
875	trad-core.lo \
876	cisco-core.lo
877
878OPTIONAL_BACKENDS_CFILES = \
879	aix386-core.c \
880	hpux-core.c \
881	irix-core.c \
882	lynx-core.c \
883	osf-core.c \
884	sco5-core.c \
885	trad-core.c \
886	cisco-core.c
887
888
889# We want to rerun configure if configure.in, config.bfd or
890# configure.host change. configure.in is needed since the version
891# number in Makefile comes from configure.in.
892CONFIG_STATUS_DEPENDENCIES = \
893	$(srcdir)/configure.in \
894	$(srcdir)/config.bfd \
895	$(srcdir)/configure.host
896
897
898# These are defined by configure.in:
899WORDSIZE = @wordsize@
900ALL_BACKENDS = @all_backends@
901BFD_BACKENDS = @bfd_backends@
902BFD_MACHINES = @bfd_machines@
903TDEFAULTS = @tdefaults@
904INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) @INCINTL@
905
906# C source files that correspond to .o's.
907SOURCE_CFILES = \
908	$(BFD32_LIBS_CFILES) \
909	$(BFD64_LIBS_CFILES) \
910	$(ALL_MACHINES_CFILES) \
911	$(BFD32_BACKENDS_CFILES) \
912	$(BFD64_BACKENDS_CFILES) \
913	$(OPTIONAL_BACKENDS_CFILES)
914
915BUILD_CFILES = \
916	elf32-ia64.c elf64-ia64.c peigen.c pepigen.c pex64igen.c
917
918CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
919SOURCE_HFILES = \
920	aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
921	elf-bfd.h elf-hppa.h elf32-hppa.h \
922	elf64-hppa.h elfcode.h elfcore.h \
923	freebsd.h genlink.h go32stub.h \
924	libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
925	libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
926	netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
927	pef.h pef-traceback.h peicode.h som.h version.h \
928	vms.h xcoff-target.h xsym.h
929
930BUILD_HFILES = \
931	bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h
932
933HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
934SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
935BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
936
937# Various kinds of .o files to put in libbfd.a:
938# BFD_BACKENDS	Routines the configured targets need.
939# BFD_MACHINES	Architecture-specific routines the configured targets need.
940# COREFILE	Core file routines for a native configuration
941# bfd64_libs	Routines for 64bit support
942OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
943
944# Since BFD64_LIBS is optional and we can't have substitution in
945# libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
946libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
947libbfd_la_DEPENDENCIES = $(OFILES) ofiles
948libbfd_la_LIBADD = `cat ofiles` @WIN32LIBADD@
949libbfd_la_LDFLAGS = -release `cat libtool-soversion` @WIN32LDFLAGS@
950
951# libtool will build .libs/libbfd.a.  We create libbfd.a in the build
952# directory so that we don't have to convert all the programs that use
953# libbfd.a simultaneously.  This is a hack which should be removed if
954# everything else starts using libtool.  FIXME.
955noinst_LIBRARIES = libbfd.a
956libbfd_a_SOURCES = 
957BFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
958LOCAL_H_DEPS = libbfd.h sysdep.h config.h
959BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
960	reloc.c syms.c bfd.c bfdio.c bfdwin.c \
961	archive.c corefile.c targets.c format.c
962
963BFD64_H_FILES = archive64.c
964LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \
965	cache.c reloc.c archures.c elf.c
966
967LIBCOFF_H_FILES = libcoff-in.h coffcode.h
968MOSTLYCLEANFILES = ofiles stamp-ofiles
969CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
970	stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
971
972DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
973all: config.h
974	$(MAKE) $(AM_MAKEFLAGS) all-recursive
975
976.SUFFIXES:
977.SUFFIXES: .c .lo .o .obj
978am--refresh:
979	@:
980$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
981	@for dep in $?; do \
982	  case '$(am__configure_deps)' in \
983	    *$$dep*) \
984	      echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \
985	      cd $(srcdir) && $(AUTOMAKE) --cygnus  \
986		&& exit 0; \
987	      exit 1;; \
988	  esac; \
989	done; \
990	echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus  Makefile'; \
991	cd $(top_srcdir) && \
992	  $(AUTOMAKE) --cygnus  Makefile
993.PRECIOUS: Makefile
994Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
995	@case '$?' in \
996	  *config.status*) \
997	    echo ' $(SHELL) ./config.status'; \
998	    $(SHELL) ./config.status;; \
999	  *) \
1000	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1001	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1002	esac;
1003
1004$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1005	$(SHELL) ./config.status --recheck
1006
1007$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1008	cd $(srcdir) && $(AUTOCONF)
1009$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1010	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1011
1012config.h: stamp-h1
1013	@if test ! -f $@; then \
1014	  rm -f stamp-h1; \
1015	  $(MAKE) stamp-h1; \
1016	else :; fi
1017
1018stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
1019	@rm -f stamp-h1
1020	cd $(top_builddir) && $(SHELL) ./config.status config.h
1021$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
1022	cd $(top_srcdir) && $(AUTOHEADER)
1023	rm -f stamp-h1
1024	touch $@
1025
1026distclean-hdr:
1027	-rm -f config.h stamp-h1
1028bfd-in3.h: $(top_builddir)/config.status $(srcdir)/bfd-in2.h
1029	cd $(top_builddir) && $(SHELL) ./config.status $@
1030po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
1031	cd $(top_builddir) && $(SHELL) ./config.status $@
1032
1033clean-noinstLIBRARIES:
1034	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1035
1036clean-bfdlibLTLIBRARIES:
1037	-test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
1038	@list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1039	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1040	  test "$$dir" != "$$p" || dir=.; \
1041	  echo "rm -f \"$${dir}/so_locations\""; \
1042	  rm -f "$${dir}/so_locations"; \
1043	done
1044libbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES) 
1045	$(LINK) -rpath $(bfdlibdir) $(libbfd_la_LDFLAGS) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
1046
1047mostlyclean-compile:
1048	-rm -f *.$(OBJEXT)
1049
1050distclean-compile:
1051	-rm -f *.tab.c
1052
1053.c.o:
1054	$(COMPILE) -c $<
1055
1056.c.obj:
1057	$(COMPILE) -c `$(CYGPATH_W) '$<'`
1058
1059.c.lo:
1060	$(LTCOMPILE) -c -o $@ $<
1061
1062mostlyclean-libtool:
1063	-rm -f *.lo
1064
1065clean-libtool:
1066	-rm -rf .libs _libs
1067
1068distclean-libtool:
1069	-rm -f libtool
1070uninstall-info-am:
1071
1072# This directory's subdirectories are mostly independent; you can cd
1073# into them and run `make' without going through this Makefile.
1074# To change the values of `make' variables: instead of editing Makefiles,
1075# (1) if the variable is set in `config.status', edit `config.status'
1076#     (which will cause the Makefiles to be regenerated when you run `make');
1077# (2) otherwise, pass the desired values on the `make' command line.
1078$(RECURSIVE_TARGETS):
1079	@failcom='exit 1'; \
1080	for f in x $$MAKEFLAGS; do \
1081	  case $$f in \
1082	    *=* | --[!k]*);; \
1083	    *k*) failcom='fail=yes';; \
1084	  esac; \
1085	done; \
1086	dot_seen=no; \
1087	target=`echo $@ | sed s/-recursive//`; \
1088	list='$(SUBDIRS)'; for subdir in $$list; do \
1089	  echo "Making $$target in $$subdir"; \
1090	  if test "$$subdir" = "."; then \
1091	    dot_seen=yes; \
1092	    local_target="$$target-am"; \
1093	  else \
1094	    local_target="$$target"; \
1095	  fi; \
1096	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1097	  || eval $$failcom; \
1098	done; \
1099	if test "$$dot_seen" = "no"; then \
1100	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1101	fi; test -z "$$fail"
1102
1103mostlyclean-recursive clean-recursive distclean-recursive \
1104maintainer-clean-recursive:
1105	@failcom='exit 1'; \
1106	for f in x $$MAKEFLAGS; do \
1107	  case $$f in \
1108	    *=* | --[!k]*);; \
1109	    *k*) failcom='fail=yes';; \
1110	  esac; \
1111	done; \
1112	dot_seen=no; \
1113	case "$@" in \
1114	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1115	  *) list='$(SUBDIRS)' ;; \
1116	esac; \
1117	rev=''; for subdir in $$list; do \
1118	  if test "$$subdir" = "."; then :; else \
1119	    rev="$$subdir $$rev"; \
1120	  fi; \
1121	done; \
1122	rev="$$rev ."; \
1123	target=`echo $@ | sed s/-recursive//`; \
1124	for subdir in $$rev; do \
1125	  echo "Making $$target in $$subdir"; \
1126	  if test "$$subdir" = "."; then \
1127	    local_target="$$target-am"; \
1128	  else \
1129	    local_target="$$target"; \
1130	  fi; \
1131	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1132	  || eval $$failcom; \
1133	done && test -z "$$fail"
1134tags-recursive:
1135	list='$(SUBDIRS)'; for subdir in $$list; do \
1136	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1137	done
1138ctags-recursive:
1139	list='$(SUBDIRS)'; for subdir in $$list; do \
1140	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1141	done
1142
1143ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1144	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1145	unique=`for i in $$list; do \
1146	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1147	  done | \
1148	  $(AWK) '    { files[$$0] = 1; } \
1149	       END { for (i in files) print i; }'`; \
1150	mkid -fID $$unique
1151tags: TAGS
1152
1153TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1154		$(TAGS_FILES) $(LISP)
1155	tags=; \
1156	here=`pwd`; \
1157	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1158	  include_option=--etags-include; \
1159	  empty_fix=.; \
1160	else \
1161	  include_option=--include; \
1162	  empty_fix=; \
1163	fi; \
1164	list='$(SUBDIRS)'; for subdir in $$list; do \
1165	  if test "$$subdir" = .; then :; else \
1166	    test ! -f $$subdir/TAGS || \
1167	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1168	  fi; \
1169	done; \
1170	list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
1171	unique=`for i in $$list; do \
1172	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1173	  done | \
1174	  $(AWK) '    { files[$$0] = 1; } \
1175	       END { for (i in files) print i; }'`; \
1176	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1177	  test -n "$$unique" || unique=$$empty_fix; \
1178	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1179	    $$tags $$unique; \
1180	fi
1181ctags: CTAGS
1182CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1183		$(TAGS_FILES) $(LISP)
1184	tags=; \
1185	here=`pwd`; \
1186	list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
1187	unique=`for i in $$list; do \
1188	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1189	  done | \
1190	  $(AWK) '    { files[$$0] = 1; } \
1191	       END { for (i in files) print i; }'`; \
1192	test -z "$(CTAGS_ARGS)$$tags$$unique" \
1193	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1194	     $$tags $$unique
1195
1196GTAGS:
1197	here=`$(am__cd) $(top_builddir) && pwd` \
1198	  && cd $(top_srcdir) \
1199	  && gtags -i $(GTAGS_ARGS) $$here
1200
1201distclean-tags:
1202	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1203check-am:
1204check: check-recursive
1205all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
1206installdirs: installdirs-recursive
1207installdirs-am:
1208	for dir in "$(DESTDIR)$(bfdlibdir)"; do \
1209	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
1210	done
1211install: install-recursive
1212install-exec: install-exec-recursive
1213install-data: install-data-recursive
1214uninstall: uninstall-recursive
1215
1216install-am: all-am
1217	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1218
1219installcheck: installcheck-recursive
1220install-strip:
1221	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1222	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1223	  `test -z '$(STRIP)' || \
1224	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1225mostlyclean-generic:
1226	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1227
1228clean-generic:
1229	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1230
1231distclean-generic:
1232	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1233	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1234
1235maintainer-clean-generic:
1236	@echo "This command is intended for maintainers to use"
1237	@echo "it deletes files that may require special tools to rebuild."
1238clean: clean-recursive
1239
1240clean-am: clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
1241	clean-noinstLIBRARIES mostlyclean-am
1242
1243distclean: distclean-recursive
1244	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1245	-rm -f Makefile
1246distclean-am: clean-am distclean-compile distclean-generic \
1247	distclean-hdr distclean-libtool distclean-tags
1248
1249dvi: dvi-recursive
1250
1251dvi-am:
1252
1253html: html-recursive
1254
1255info: info-recursive
1256
1257info-am:
1258
1259install-data-am: install-bfdlibLTLIBRARIES
1260
1261install-exec-am:
1262
1263install-info: install-info-recursive
1264
1265install-man:
1266
1267installcheck-am:
1268
1269maintainer-clean: maintainer-clean-recursive
1270	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1271	-rm -rf $(top_srcdir)/autom4te.cache
1272	-rm -f Makefile
1273maintainer-clean-am: distclean-am maintainer-clean-generic
1274
1275mostlyclean: mostlyclean-recursive
1276
1277mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1278	mostlyclean-libtool
1279
1280pdf: pdf-recursive
1281
1282pdf-am:
1283
1284ps: ps-recursive
1285
1286ps-am:
1287
1288uninstall-am: uninstall-bfdlibLTLIBRARIES
1289
1290uninstall-info: uninstall-info-recursive
1291
1292.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
1293	check-am clean clean-bfdlibLTLIBRARIES clean-generic \
1294	clean-libtool clean-noinstLIBRARIES clean-recursive ctags \
1295	ctags-recursive distclean distclean-compile distclean-generic \
1296	distclean-hdr distclean-libtool distclean-recursive \
1297	distclean-tags dvi dvi-am html html-am info info-am install \
1298	install-am install-bfdlibLTLIBRARIES install-data \
1299	install-data-am install-exec install-exec-am install-info \
1300	install-info-am install-man install-strip installcheck \
1301	installcheck-am installdirs installdirs-am maintainer-clean \
1302	maintainer-clean-generic maintainer-clean-recursive \
1303	mostlyclean mostlyclean-compile mostlyclean-generic \
1304	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
1305	tags tags-recursive uninstall uninstall-am \
1306	uninstall-bfdlibLTLIBRARIES uninstall-info-am
1307
1308
1309po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
1310	for file in $(SRC_POTFILES); do echo $$file; done \
1311	  | LC_COLLATE= sort > tmp.src \
1312	  && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
1313
1314po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
1315	for file in $(BLD_POTFILES); do echo $$file; done \
1316	  | LC_COLLATE= sort > tmp.bld \
1317	  && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
1318
1319all diststuff: info
1320
1321.PHONY: install-html install-html-am install-html-recursive
1322
1323install-html:	install-html-recursive
1324
1325install-html-recursive:
1326	@failcom='exit 1'; \
1327	for f in x $$MAKEFLAGS; do \
1328	  case $$f in \
1329	    *=* | --[!k]*);; \
1330	    *k*) failcom='fail=yes';; \
1331	  esac; \
1332	done; \
1333	dot_seen=no; \
1334	target=`echo $@ | sed s/-recursive//`; \
1335	list='$(SUBDIRS)'; for subdir in $$list; do \
1336	  echo "Making $$target in $$subdir"; \
1337	  if test "$$subdir" = "."; then \
1338	    dot_seen=yes; \
1339	    local_target="$$target-am"; \
1340	  else \
1341	    local_target="$$target"; \
1342	  fi; \
1343	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1344	  || eval $$failcom; \
1345	done; \
1346	if test "$$dot_seen" = "no"; then \
1347	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1348	fi; test -z "$$fail"
1349
1350stamp-ofiles: Makefile
1351	rm -f tofiles
1352	f=""; \
1353	for i in $(OFILES) ; do \
1354	  case " $$f " in \
1355	    *" $$i "*) ;; \
1356	    *) f="$$f $$i" ;; \
1357	  esac ; \
1358	done ; \
1359	echo $$f > tofiles
1360	$(SHELL) $(srcdir)/../move-if-change tofiles ofiles
1361	touch stamp-ofiles
1362
1363ofiles: stamp-ofiles ; @true
1364
1365stamp-lib: libbfd.la
1366	libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
1367	if [ -f $$libtooldir/libbfd.a ]; then \
1368	  cp $$libtooldir/libbfd.a libbfd.tmp; \
1369	  $(RANLIB) libbfd.tmp; \
1370	  $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
1371	else true; fi
1372	touch stamp-lib
1373
1374libbfd.a: stamp-lib ; @true
1375
1376# This file holds an array associating configuration triplets and
1377# vector names.  It is built from config.bfd.  It is not compiled by
1378# itself, but is included by targets.c.
1379targmatch.h: config.bfd targmatch.sed
1380	rm -f targmatch.h
1381	sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
1382	mv -f targmatch.new targmatch.h
1383
1384# When compiling archures.c and targets.c, supply the default target
1385# info from configure.
1386
1387targets.lo: targets.c Makefile
1388	$(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
1389
1390archures.lo: archures.c Makefile
1391	$(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
1392
1393dwarf2.lo: dwarf2.c Makefile
1394	$(LIBTOOL) --mode=compile $(COMPILE) -c -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
1395
1396elf32-target.h : elfxx-target.h
1397	rm -f elf32-target.h
1398	sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
1399	mv -f elf32-target.new elf32-target.h
1400
1401elf64-target.h : elfxx-target.h
1402	rm -f elf64-target.h
1403	sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
1404	mv -f elf64-target.new elf64-target.h
1405
1406elf32-ia64.c : elfxx-ia64.c
1407	rm -f elf32-ia64.c
1408	sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
1409	mv -f elf32-ia64.new elf32-ia64.c
1410
1411elf64-ia64.c : elfxx-ia64.c
1412	rm -f elf64-ia64.c
1413	sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
1414	mv -f elf64-ia64.new elf64-ia64.c
1415
1416peigen.c : peXXigen.c
1417	rm -f peigen.c
1418	sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
1419	mv -f peigen.new peigen.c
1420
1421pepigen.c : peXXigen.c
1422	rm -f pepigen.c
1423	sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
1424	mv -f pepigen.new pepigen.c
1425
1426pex64igen.c: peXXigen.c
1427	rm -f pex64igen.c
1428	sed -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new
1429	mv -f pex64igen.new pex64igen.c
1430$(BFD32_LIBS) \
1431 $(BFD64_LIBS) \
1432 $(ALL_MACHINES) \
1433 $(BFD32_BACKENDS) \
1434 $(BFD64_BACKENDS) \
1435 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
1436
1437install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd
1438	@$(NORMAL_INSTALL)
1439
1440uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd
1441	@$(NORMAL_UNINSTALL)
1442
1443.PHONY: install_libbfd uninstall_libbfd
1444install_libbfd: $(bfdlib_LTLIBRARIES) $(BFD_H)
1445	$(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
1446	$(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
1447	@list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1448	  if test -f $$p; then \
1449	    echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
1450	    $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
1451	  else :; fi; \
1452	done
1453	$(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(bfdincludedir)/bfd.h
1454	$(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(bfdincludedir)/ansidecl.h
1455	$(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(bfdincludedir)/symcat.h
1456	$(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(bfdincludedir)/bfdlink.h
1457
1458uninstall_libbfd:
1459	list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1460	  $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
1461	done
1462	rm -f $(DESTDIR)$(bfdincludedir)/bfd.h
1463	rm -f $(DESTDIR)$(bfdincludedir)/ansidecl.h
1464	rm -f $(DESTDIR)$(bfdincludedir)/symcat.h
1465	rm -f $(DESTDIR)$(bfdincludedir)/bfdlink.h
1466
1467# Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
1468DEP: dep.sed $(CFILES) $(HFILES) bfd.h
1469	rm -f DEP1
1470	$(MAKE) MKDEP="$(MKDEP)" DEP1
1471	sed -f dep.sed < DEP1 > DEPA
1472	echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
1473	if grep ' /' DEPA > /dev/null 2> /dev/null; then \
1474	  echo 'make DEP failed!'; exit 1; \
1475	else \
1476	  mv -f DEPA $@; \
1477	fi
1478
1479DEP1: $(CFILES)
1480	echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
1481	echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
1482	$(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
1483	mv -f DEP2 $@
1484
1485dep.sed: dep-in.sed config.status
1486	sed <$(srcdir)/dep-in.sed >dep.sed	\
1487		-e 's!@BFD_H@!$(BFD_H)!'	\
1488		-e 's!@SRCDIR@!$(srcdir)!'	\
1489		-e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!'
1490
1491dep: DEP
1492	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
1493	cat DEP >> tmp-Makefile
1494	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
1495
1496dep-in: DEP
1497	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
1498	cat DEP >> tmp-Makefile.in
1499	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1500
1501dep-am: DEP
1502	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
1503	cat DEP >> tmp-Makefile.am
1504	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1505
1506host-aout.lo: Makefile
1507
1508# The following program can be used to generate a simple config file
1509# which can be folded into an h-XXX file for a new host, with some editing.
1510aout-params.h: gen-aout
1511	./gen-aout host > aout-params.h
1512gen-aout: $(srcdir)/gen-aout.c Makefile
1513	$(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
1514
1515$(BFD_H): stmp-bfd-h ; @true
1516
1517stmp-bfd-h: bfd-in3.h
1518	rm -f bfd-tmp.h
1519	cp bfd-in3.h bfd-tmp.h
1520	$(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
1521	rm -f bfd-tmp.h
1522	touch stmp-bfd-h
1523
1524# Could really use a "copy-if-change"...
1525headers:
1526	(cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
1527	cp $(bfddocdir)/bfd.h bfd-in2.h-new
1528	$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1529	cp $(bfddocdir)/libbfd.h libbfd.h-new
1530	$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1531	cp $(bfddocdir)/libcoff.h libcoff.h-new
1532	$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1533
1534# We only rebuild the header files automatically if we have been
1535# configured with --enable-maintainer-mode.
1536
1537$(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
1538stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
1539	(cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
1540	cp $(bfddocdir)/bfd.h bfd-in2.h-new
1541	$(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1542	touch stmp-bin2-h
1543
1544$(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1545stmp-lbfd-h: $(LIBBFD_H_FILES)
1546	(cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
1547	cp $(bfddocdir)/libbfd.h libbfd.h-new
1548	$(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1549	touch stmp-lbfd-h
1550
1551$(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
1552stmp-lcoff-h: $(LIBCOFF_H_FILES)
1553	(cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
1554	cp $(bfddocdir)/libcoff.h libcoff.h-new
1555	$(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1556	touch stmp-lcoff-h
1557
1558bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in
1559	@echo "creating $@"
1560	@bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
1561	bfd_version_string="\"$(VERSION)\"" ;\
1562	bfd_soversion="$(VERSION)" ;\
1563	bfd_version_package="\"$(PKGVERSION)\"" ;\
1564	report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
1565	if test "x$(RELEASE)" = x ; then \
1566	  bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
1567	  bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
1568	  bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
1569	fi ;\
1570	sed -e "s,@bfd_version@,$$bfd_version," \
1571	    -e "s,@bfd_version_string@,$$bfd_version_string," \
1572	    -e "s,@bfd_version_package@,$$bfd_version_package," \
1573	    -e "s,@report_bugs_to@,$$report_bugs_to," \
1574	    < $(srcdir)/version.h > $@; \
1575	echo "$${bfd_soversion}" > libtool-soversion
1576
1577# What appears below is generated by a hacked mkdep using gcc -MM.
1578
1579# DO NOT DELETE THIS LINE -- mkdep uses it.
1580# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1581archive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1582  $(INCDIR)/hashtab.h $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h \
1583  $(INCDIR)/safe-ctype.h
1584archures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1585  $(INCDIR)/safe-ctype.h
1586bfd.lo: bfd.c $(INCDIR)/filenames.h bfdver.h $(INCDIR)/libiberty.h \
1587  $(INCDIR)/demangle.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h \
1588  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \
1589  $(INCDIR)/coff/sym.h libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h \
1590  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1591  $(INCDIR)/elf/external.h
1592bfdio.lo: bfdio.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1593bfdwin.lo: bfdwin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1594cache.lo: cache.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1595  $(INCDIR)/libiberty.h
1596coffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1597  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h
1598corefile.lo: corefile.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1599format.lo: format.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1600init.lo: init.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1601libbfd.lo: libbfd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1602opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h \
1603  $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
1604reloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1605  $(INCDIR)/hashtab.h
1606section.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1607  $(INCDIR)/bfdlink.h
1608syms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1609  $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h \
1610  $(INCDIR)/aout/stab.def
1611targets.lo: targets.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1612  $(INCDIR)/fnmatch.h targmatch.h
1613hash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1614  $(INCDIR)/objalloc.h $(INCDIR)/libiberty.h
1615linker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1616  $(INCDIR)/bfdlink.h genlink.h
1617srec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1618  $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1619binary.lo: binary.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1620  $(INCDIR)/hashtab.h
1621tekhex.lo: tekhex.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1622  $(INCDIR)/libiberty.h
1623ihex.lo: ihex.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1624  $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1625stabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1626  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/safe-ctype.h
1627stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
1628  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
1629merge.lo: merge.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1630  $(INCDIR)/libiberty.h
1631dwarf2.lo: dwarf2.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1632  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1633  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1634  $(INCDIR)/elf/dwarf2.h
1635simple.lo: simple.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1636  $(INCDIR)/bfdlink.h
1637archive64.lo: archive64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1638  $(INCDIR)/aout/ar.h
1639cpu-alpha.lo: cpu-alpha.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1640cpu-arc.lo: cpu-arc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1641cpu-arm.lo: cpu-arm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1642  $(INCDIR)/libiberty.h
1643cpu-avr.lo: cpu-avr.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1644cpu-bfin.lo: cpu-bfin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1645cpu-cr16.lo: cpu-cr16.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1646cpu-cris.lo: cpu-cris.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1647cpu-cr16c.lo: cpu-cr16c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1648cpu-crx.lo: cpu-crx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1649cpu-d10v.lo: cpu-d10v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1650cpu-d30v.lo: cpu-d30v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1651cpu-dlx.lo: cpu-dlx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1652cpu-fr30.lo: cpu-fr30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1653cpu-frv.lo: cpu-frv.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1654cpu-h8300.lo: cpu-h8300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1655cpu-h8500.lo: cpu-h8500.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1656cpu-hppa.lo: cpu-hppa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1657cpu-ia64.lo: cpu-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1658  cpu-ia64-opc.c $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h
1659cpu-i370.lo: cpu-i370.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1660cpu-i386.lo: cpu-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1661cpu-i860.lo: cpu-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1662cpu-i960.lo: cpu-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1663cpu-ip2k.lo: cpu-ip2k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1664cpu-iq2000.lo: cpu-iq2000.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1665cpu-m32c.lo: cpu-m32c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1666cpu-m32r.lo: cpu-m32r.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1667cpu-m68hc11.lo: cpu-m68hc11.c $(INCDIR)/filenames.h \
1668  $(INCDIR)/hashtab.h
1669cpu-m68hc12.lo: cpu-m68hc12.c $(INCDIR)/filenames.h \
1670  $(INCDIR)/hashtab.h
1671cpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1672  $(INCDIR)/opcode/m68k.h
1673cpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1674cpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1675cpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1676cpu-maxq.lo: cpu-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1677cpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1678cpu-mep.lo: cpu-mep.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1679cpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1680cpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1681cpu-mt.lo: cpu-mt.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1682cpu-msp430.lo: cpu-msp430.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1683cpu-or32.lo: cpu-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1684cpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1685  ns32k.h
1686cpu-openrisc.lo: cpu-openrisc.c $(INCDIR)/filenames.h \
1687  $(INCDIR)/hashtab.h
1688cpu-pdp11.lo: cpu-pdp11.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1689cpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1690cpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h \
1691  $(INCDIR)/hashtab.h
1692cpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1693cpu-s390.lo: cpu-s390.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1694cpu-score.lo: cpu-score.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1695cpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1696  $(srcdir)/../opcodes/sh-opc.h
1697cpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1698cpu-spu.lo: cpu-spu.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1699cpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1700cpu-tic4x.lo: cpu-tic4x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1701cpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1702cpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1703cpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1704  $(INCDIR)/safe-ctype.h
1705cpu-vax.lo: cpu-vax.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1706cpu-we32k.lo: cpu-we32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1707cpu-w65.lo: cpu-w65.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1708cpu-xstormy16.lo: cpu-xstormy16.c $(INCDIR)/filenames.h \
1709  $(INCDIR)/hashtab.h
1710cpu-xtensa.lo: cpu-xtensa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1711cpu-xc16x.lo: cpu-xc16x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1712cpu-z80.lo: cpu-z80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1713cpu-z8k.lo: cpu-z8k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1714aout-adobe.lo: aout-adobe.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1715  $(INCDIR)/aout/adobe.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1716  libaout.h $(INCDIR)/bfdlink.h
1717aout-arm.lo: aout-arm.c $(INCDIR)/filenames.h libaout.h \
1718  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aoutx.h \
1719  $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h $(INCDIR)/aout/stab_gnu.h \
1720  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1721aout-cris.lo: aout-cris.c aout32.c aoutx.h $(INCDIR)/filenames.h \
1722  $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h libaout.h \
1723  $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1724  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1725aout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
1726  ns32k.h libaout.h $(INCDIR)/bfdlink.h aoutx.h $(INCDIR)/filenames.h \
1727  $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h $(INCDIR)/aout/stab_gnu.h \
1728  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1729aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
1730  libaout.h aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1731  $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1732  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1733aout-tic30.lo: aout-tic30.c $(INCDIR)/filenames.h libaout.h \
1734  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1735  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aoutx.h \
1736  $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h
1737aout0.lo: aout0.c aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1738  $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
1739  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1740  $(INCDIR)/aout/ar.h aout-target.h
1741aout32.lo: aout32.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1742  $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
1743  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1744armnetbsd.lo: armnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1745  $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1746  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1747  $(INCDIR)/aout/ar.h
1748bout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1749  $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/bout.h $(INCDIR)/libiberty.h \
1750  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h
1751cf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \
1752  coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \
1753  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1754  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1755cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \
1756  $(INCDIR)/hashtab.h $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h \
1757  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1758  coffcode.h coffswap.h
1759coff-apollo.lo: coff-apollo.c $(INCDIR)/filenames.h \
1760  $(INCDIR)/hashtab.h $(INCDIR)/coff/apollo.h $(INCDIR)/coff/external.h \
1761  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1762  coffcode.h coffswap.h
1763coff-arm.lo: coff-arm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1764  $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1765  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1766coff-aux.lo: coff-aux.c $(INCDIR)/filenames.h $(INCDIR)/coff/aux-coff.h \
1767  $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1768  coff-m68k.c $(INCDIR)/hashtab.h $(INCDIR)/coff/m68k.h \
1769  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1770  coffcode.h coffswap.h
1771coff-h8300.lo: coff-h8300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1772  $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/coff/h8300.h \
1773  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1774  libcoff.h $(INCDIR)/libiberty.h coffcode.h coffswap.h
1775coff-h8500.lo: coff-h8500.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1776  $(INCDIR)/bfdlink.h $(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h \
1777  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1778coff-i386.lo: coff-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1779  $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1780  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1781coff-i860.lo: coff-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1782  $(INCDIR)/coff/i860.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1783  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1784coff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/filenames.h \
1785  $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1786  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1787  coffcode.h coffswap.h
1788coff-i960.lo: coff-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1789  $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h libcoff.h \
1790  $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1791coff-m68k.lo: coff-m68k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1792  $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1793  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1794coff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1795  $(INCDIR)/coff/m88k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1796  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1797coff-maxq.lo: coff-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1798  $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1799  libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \
1800  coffcode.h coffswap.h
1801coff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1802  $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1803  $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h \
1804  $(INCDIR)/coff/external.h libcoff.h libecoff.h coffswap.h \
1805  ecoffswap.h
1806coff-or32.lo: coff-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1807  $(INCDIR)/coff/or32.h $(INCDIR)/coff/internal.h libcoff.h \
1808  $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1809coff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \
1810  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \
1811  $(INCDIR)/coff/xcoff.h $(INCDIR)/coff/rs6000.h libcoff.h \
1812  libxcoff.h coffcode.h coffswap.h
1813coff-sh.lo: coff-sh.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1814  $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
1815  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1816  libcoff.h coffcode.h coffswap.h
1817coff-sparc.lo: coff-sparc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1818  $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1819  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1820coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/filenames.h \
1821  $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1822  $(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \
1823  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \
1824  go32stub.h
1825coff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/filenames.h \
1826  $(INCDIR)/hashtab.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1827  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1828  coffcode.h coffswap.h
1829coff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1830  $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h \
1831  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1832coff-tic4x.lo: coff-tic4x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1833  $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h \
1834  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1835coff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \
1836  $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h \
1837  $(INCDIR)/coff/ti.h $(INCDIR)/coff/internal.h libcoff.h \
1838  coffcode.h coffswap.h
1839coff-tic80.lo: coff-tic80.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1840  $(INCDIR)/hashtab.h $(INCDIR)/coff/tic80.h $(INCDIR)/coff/external.h \
1841  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1842coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/filenames.h \
1843  $(INCDIR)/hashtab.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1844  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1845  coffcode.h coffswap.h
1846coff-we32k.lo: coff-we32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1847  $(INCDIR)/coff/we32k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1848  libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1849coff-w65.lo: coff-w65.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1850  $(INCDIR)/bfdlink.h $(INCDIR)/coff/w65.h $(INCDIR)/coff/external.h \
1851  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1852coff-z80.lo: coff-z80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1853  $(INCDIR)/bfdlink.h $(INCDIR)/coff/z80.h $(INCDIR)/coff/external.h \
1854  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1855coff-z8k.lo: coff-z8k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1856  $(INCDIR)/bfdlink.h $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h \
1857  $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1858cofflink.lo: cofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1859  $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h libcoff.h \
1860  $(INCDIR)/safe-ctype.h
1861dwarf1.lo: dwarf1.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1862  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1863  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1864  $(INCDIR)/elf/dwarf.h
1865ecoff.lo: ecoff.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1866  $(INCDIR)/hashtab.h $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h \
1867  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
1868  $(INCDIR)/aout/aout64.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1869  $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h libcoff.h \
1870  libecoff.h $(INCDIR)/libiberty.h
1871ecofflink.lo: ecofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1872  $(INCDIR)/hashtab.h $(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h \
1873  $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1874  $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h libcoff.h \
1875  libecoff.h
1876efi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \
1877  coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \
1878  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1879  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1880  peicode.h libpei.h
1881elf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1882  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1883  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/libiberty.h \
1884  $(INCDIR)/safe-ctype.h
1885elf32-am33lin.lo: elf32-am33lin.c $(INCDIR)/filenames.h \
1886  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1887  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \
1888  $(INCDIR)/elf/reloc-macros.h elf-m10300.c $(INCDIR)/hashtab.h \
1889  elf32-target.h
1890elf32-arc.lo: elf32-arc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1891  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1892  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h \
1893  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1894  elf32-target.h
1895elf32-arm.lo: elf32-arm.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1896  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1897  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1898  elf-vxworks.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
1899  elf32-target.h
1900elf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1901  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1902  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h \
1903  $(INCDIR)/elf/reloc-macros.h elf32-avr.h elf32-target.h
1904elf32-bfin.lo: elf32-bfin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1905  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1906  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/bfin.h \
1907  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/dwarf2.h \
1908  elf32-target.h
1909elf32-cr16.lo: elf32-cr16.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1910  $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h elf-bfd.h \
1911  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1912  $(INCDIR)/elf/cr16.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1913elf32-cr16c.lo: elf32-cr16c.c $(INCDIR)/filenames.h \
1914  $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/cr16c.h \
1915  $(INCDIR)/elf/reloc-macros.h elf-bfd.h $(INCDIR)/elf/common.h \
1916  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-target.h
1917elf32-cris.lo: elf32-cris.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1918  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1919  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/cris.h \
1920  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1921elf32-crx.lo: elf32-crx.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1922  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1923  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/crx.h \
1924  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1925elf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1926  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1927  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h \
1928  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1929elf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1930  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1931  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h \
1932  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1933elf32-dlx.lo: elf32-dlx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1934  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1935  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dlx.h \
1936  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1937elf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1938  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1939  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h \
1940  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1941elf32-frv.lo: elf32-frv.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1942  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1943  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/frv.h \
1944  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/dwarf2.h \
1945  elf32-target.h
1946elf32-gen.lo: elf32-gen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1947  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1948  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf32-target.h
1949elf32-h8300.lo: elf32-h8300.c $(INCDIR)/filenames.h \
1950  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1951  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1952  $(INCDIR)/elf/h8.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1953elf32-hppa.lo: elf32-hppa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1954  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1955  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h \
1956  $(INCDIR)/elf/reloc-macros.h libhppa.h elf32-hppa.h \
1957  elf-hppa.h elf32-target.h
1958elf32-i370.lo: elf32-i370.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1959  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1960  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/i370.h \
1961  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1962elf32-i386.lo: elf32-i386.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1963  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1964  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf-vxworks.h \
1965  bfd_stdint.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h \
1966  elf32-target.h
1967elf32-i860.lo: elf32-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1968  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1969  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/i860.h \
1970  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1971elf32-i960.lo: elf32-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1972  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1973  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/i960.h \
1974  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1975elf32-ip2k.lo: elf32-ip2k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1976  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1977  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/ip2k.h \
1978  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1979elf32-iq2000.lo: elf32-iq2000.c $(INCDIR)/filenames.h \
1980  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1981  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1982  $(INCDIR)/elf/iq2000.h $(INCDIR)/elf/reloc-macros.h \
1983  elf32-target.h
1984elf32-m32c.lo: elf32-m32c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1985  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1986  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32c.h \
1987  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1988  elf32-target.h
1989elf32-m32r.lo: elf32-m32r.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1990  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1991  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32r.h \
1992  $(INCDIR)/elf/reloc-macros.h elf32-target.h
1993elf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1994  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
1995  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/m68k.h \
1996  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/m68k.h \
1997  elf32-target.h
1998elf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \
1999  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2000  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-m68hc1x.h \
2001  $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
2002  $(INCDIR)/opcode/m68hc11.h elf32-target.h
2003elf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \
2004  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2005  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-m68hc1x.h \
2006  $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
2007  $(INCDIR)/opcode/m68hc11.h elf32-target.h
2008elf32-m68hc1x.lo: elf32-m68hc1x.c $(INCDIR)/filenames.h \
2009  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2010  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-m68hc1x.h \
2011  $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
2012  $(INCDIR)/opcode/m68hc11.h
2013elf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2014  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2015  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf32-target.h
2016elf-m10200.lo: elf-m10200.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2017  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2018  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf32-target.h
2019elf-m10300.lo: elf-m10300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2020  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2021  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \
2022  $(INCDIR)/elf/reloc-macros.h elf32-target.h
2023elf32-mcore.lo: elf32-mcore.c $(INCDIR)/filenames.h \
2024  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2025  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/mcore.h \
2026  $(INCDIR)/elf/reloc-macros.h elf32-target.h
2027elf32-mep.lo: elf32-mep.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2028  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2029  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mep.h \
2030  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
2031  elf32-target.h
2032elfxx-mips.lo: elfxx-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2033  $(INCDIR)/libiberty.h elf-bfd.h $(INCDIR)/elf/common.h \
2034  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2035  elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
2036  elf-vxworks.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
2037  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h
2038elf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2039  $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \
2040  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfxx-mips.h \
2041  $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h elf-vxworks.h \
2042  $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
2043  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
2044  ecoffswap.h elf32-target.h
2045elf32-mt.lo: elf32-mt.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2046  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2047  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mt.h \
2048  $(INCDIR)/elf/reloc-macros.h elf32-target.h
2049elf32-msp430.lo: elf32-msp430.c $(INCDIR)/filenames.h \
2050  $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h elf-bfd.h \
2051  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2052  $(INCDIR)/bfdlink.h $(INCDIR)/elf/msp430.h $(INCDIR)/elf/reloc-macros.h \
2053  elf32-target.h
2054elf32-openrisc.lo: elf32-openrisc.c $(INCDIR)/filenames.h \
2055  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2056  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2057  $(INCDIR)/elf/openrisc.h $(INCDIR)/elf/reloc-macros.h \
2058  $(INCDIR)/libiberty.h elf32-target.h
2059elf32-or32.lo: elf32-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2060  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2061  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/or32.h \
2062  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
2063  elf32-target.h
2064elf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2065  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2066  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/pj.h \
2067  $(INCDIR)/elf/reloc-macros.h elf32-target.h
2068elf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2069  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2070  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h \
2071  $(INCDIR)/elf/reloc-macros.h elf32-ppc.h elf-vxworks.h \
2072  elf32-target.h
2073elf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \
2074  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2075  $(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \
2076  elf32-sh64.h elf32-sh.c $(INCDIR)/hashtab.h elf-vxworks.h \
2077  $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
2078  $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
2079elf32-sh64-com.lo: elf32-sh64-com.c $(INCDIR)/filenames.h \
2080  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2081  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2082  $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf32-sh64.h \
2083  $(srcdir)/../opcodes/sh64-opc.h
2084elf32-s390.lo: elf32-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2085  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2086  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h \
2087  $(INCDIR)/elf/reloc-macros.h elf32-target.h
2088elf32-score.lo: elf32-score.c $(INCDIR)/filenames.h \
2089  $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h elf-bfd.h \
2090  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2091  $(INCDIR)/bfdlink.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h \
2092  elf32-target.h
2093elf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2094  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2095  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf-vxworks.h \
2096  $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
2097  $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
2098elf32-sh-symbian.lo: elf32-sh-symbian.c elf32-sh.c \
2099  $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h \
2100  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2101  $(INCDIR)/elf/external.h elf-vxworks.h $(INCDIR)/elf/sh.h \
2102  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
2103  $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
2104elfxx-sparc.lo: elfxx-sparc.c $(INCDIR)/filenames.h \
2105  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h \
2106  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2107  $(INCDIR)/elf/external.h $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
2108  $(INCDIR)/opcode/sparc.h elfxx-sparc.h elf-vxworks.h
2109elf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \
2110  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2111  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sparc.h \
2112  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \
2113  elfxx-sparc.h elf-vxworks.h elf32-target.h
2114elf32-spu.lo: elf32-spu.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2115  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2116  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/spu.h \
2117  $(INCDIR)/elf/reloc-macros.h elf32-spu.h elf32-target.h
2118elf32-v850.lo: elf32-v850.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2119  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2120  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/v850.h \
2121  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
2122  elf32-target.h
2123elf32-vax.lo: elf32-vax.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2124  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2125  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/vax.h \
2126  $(INCDIR)/elf/reloc-macros.h elf32-target.h
2127elf32-xstormy16.lo: elf32-xstormy16.c $(INCDIR)/filenames.h \
2128  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2129  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2130  $(INCDIR)/elf/xstormy16.h $(INCDIR)/elf/reloc-macros.h \
2131  $(INCDIR)/libiberty.h elf32-target.h
2132elf32-xtensa.lo: elf32-xtensa.c $(INCDIR)/filenames.h \
2133  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2134  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/xtensa.h \
2135  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/xtensa-isa.h \
2136  $(INCDIR)/xtensa-config.h elf32-target.h
2137elf32-xc16x.lo: elf32-xc16x.c $(INCDIR)/filenames.h \
2138  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2139  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2140  $(INCDIR)/elf/xc16x.h $(INCDIR)/elf/reloc-macros.h \
2141  $(INCDIR)/elf/dwarf2.h $(INCDIR)/libiberty.h elf32-target.h
2142elf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
2143  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2144  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h
2145elflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2146  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2147  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/safe-ctype.h \
2148  $(INCDIR)/libiberty.h $(INCDIR)/objalloc.h
2149elf-attrs.lo: elf-attrs.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
2150  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2151  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h
2152elf-strtab.lo: elf-strtab.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2153  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2154  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h
2155elf-eh-frame.lo: elf-eh-frame.c $(INCDIR)/filenames.h \
2156  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2157  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2158  $(INCDIR)/elf/dwarf2.h
2159elf-vxworks.lo: elf-vxworks.c $(INCDIR)/filenames.h \
2160  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2161  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2162  elf-vxworks.h
2163epoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c $(INCDIR)/filenames.h \
2164  coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
2165  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2166  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2167  peicode.h libpei.h
2168epoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c $(INCDIR)/filenames.h \
2169  coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
2170  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2171  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2172  peicode.h libpei.h
2173hp300bsd.lo: hp300bsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2174  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
2175  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2176hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
2177  aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
2178  $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
2179  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
2180  aout-target.h
2181som.lo: som.c $(INCDIR)/alloca-conf.h $(INCDIR)/filenames.h
2182i386aout.lo: i386aout.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2183  $(INCDIR)/aout/aout64.h libaout.h $(INCDIR)/bfdlink.h \
2184  aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2185  $(INCDIR)/aout/ar.h
2186i386bsd.lo: i386bsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2187  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
2188  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2189i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
2190  $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \
2191  libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
2192  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
2193  aout-target.h
2194i386freebsd.lo: i386freebsd.c freebsd.h $(INCDIR)/filenames.h \
2195  $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
2196  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2197  $(INCDIR)/aout/ar.h
2198i386linux.lo: i386linux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2199  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2200  $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
2201i386lynx.lo: i386lynx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2202  libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
2203  aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2204  $(INCDIR)/aout/ar.h
2205i386msdos.lo: i386msdos.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2206  libaout.h $(INCDIR)/bfdlink.h
2207i386netbsd.lo: i386netbsd.c netbsd.h $(INCDIR)/filenames.h \
2208  $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
2209  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2210  $(INCDIR)/aout/ar.h
2211i386mach3.lo: i386mach3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2212  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2213  $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
2214i386os9k.lo: i386os9k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2215  $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/os9k.h
2216ieee.lo: ieee.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2217  $(INCDIR)/ieee.h libieee.h $(INCDIR)/safe-ctype.h
2218m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h $(INCDIR)/filenames.h \
2219  $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
2220  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2221  $(INCDIR)/aout/ar.h
2222m68klinux.lo: m68klinux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2223  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2224  $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
2225m68knetbsd.lo: m68knetbsd.c netbsd.h $(INCDIR)/filenames.h \
2226  $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
2227  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2228  $(INCDIR)/aout/ar.h
2229m88kmach3.lo: m88kmach3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2230  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
2231  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2232m88kopenbsd.lo: m88kopenbsd.c netbsd.h $(INCDIR)/filenames.h \
2233  $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
2234  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2235  $(INCDIR)/aout/ar.h
2236mach-o.lo: mach-o.c $(INCDIR)/filenames.h mach-o.h \
2237  $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h mach-o-target.c
2238mipsbsd.lo: mipsbsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2239  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
2240  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2241newsos3.lo: newsos3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2242  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2243  $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
2244nlm.lo: nlm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2245  libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
2246  $(INCDIR)/nlm/external.h
2247nlm32-i386.lo: nlm32-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2248  $(INCDIR)/nlm/i386-ext.h libnlm.h $(INCDIR)/nlm/common.h \
2249  $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
2250  nlm-target.h
2251nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/filenames.h \
2252  $(INCDIR)/hashtab.h $(INCDIR)/nlm/sparc32-ext.h libnlm.h \
2253  $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \
2254  nlmswap.h nlm-target.h
2255nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2256  $(INCDIR)/nlm/ppc-ext.h libnlm.h $(INCDIR)/nlm/common.h \
2257  $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
2258  nlm-target.h
2259nlm32.lo: nlm32.c nlmcode.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2260  libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
2261  $(INCDIR)/nlm/external.h
2262ns32knetbsd.lo: ns32knetbsd.c netbsd.h $(INCDIR)/filenames.h \
2263  $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
2264  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2265  $(INCDIR)/aout/ar.h
2266oasys.lo: oasys.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
2267  $(INCDIR)/hashtab.h $(INCDIR)/oasys.h liboasys.h
2268pc532-mach.lo: pc532-mach.c $(INCDIR)/filenames.h libaout.h \
2269  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
2270  aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2271  $(INCDIR)/aout/ar.h
2272pdp11.lo: pdp11.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2273  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
2274  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
2275  $(INCDIR)/safe-ctype.h
2276pef.lo: pef.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
2277  pef.h pef-traceback.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
2278pe-arm.lo: pe-arm.c $(INCDIR)/filenames.h coff-arm.c \
2279  $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
2280  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2281  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2282pei-arm.lo: pei-arm.c $(INCDIR)/filenames.h coff-arm.c \
2283  $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
2284  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2285  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2286pe-arm-wince.lo: pe-arm-wince.c pe-arm.c $(INCDIR)/filenames.h \
2287  coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
2288  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2289  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2290  peicode.h libpei.h
2291pei-arm-wince.lo: pei-arm-wince.c pei-arm.c $(INCDIR)/filenames.h \
2292  coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
2293  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2294  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2295  peicode.h libpei.h
2296pe-i386.lo: pe-i386.c $(INCDIR)/filenames.h coff-i386.c \
2297  $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
2298  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2299  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2300pei-i386.lo: pei-i386.c $(INCDIR)/filenames.h coff-i386.c \
2301  $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
2302  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2303  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2304pe-mcore.lo: pe-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
2305  $(INCDIR)/hashtab.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \
2306  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2307  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2308pei-mcore.lo: pei-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
2309  $(INCDIR)/hashtab.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \
2310  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2311  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2312pe-ppc.lo: pe-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
2313  $(INCDIR)/hashtab.h $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
2314  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2315  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2316pei-ppc.lo: pei-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
2317  $(INCDIR)/hashtab.h $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
2318  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2319  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2320pe-sh.lo: pe-sh.c $(INCDIR)/filenames.h coff-sh.c $(INCDIR)/libiberty.h \
2321  $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
2322  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2323  $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
2324  libpei.h
2325pei-sh.lo: pei-sh.c $(INCDIR)/filenames.h coff-sh.c \
2326  $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h \
2327  $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2328  $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
2329  libpei.h
2330pe-mips.lo: pe-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2331  $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2332  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2333  peicode.h libpei.h
2334pei-mips.lo: pei-mips.c $(INCDIR)/filenames.h pe-mips.c \
2335  $(INCDIR)/hashtab.h $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h \
2336  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2337  $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2338ppcboot.lo: ppcboot.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
2339  $(INCDIR)/hashtab.h
2340reloc16.lo: reloc16.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2341  $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/coff/internal.h \
2342  libcoff.h
2343riscix.lo: riscix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2344  libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
2345  aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2346  $(INCDIR)/aout/ar.h
2347sparclinux.lo: sparclinux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2348  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2349  $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
2350sparclynx.lo: sparclynx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2351  $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
2352  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2353  $(INCDIR)/aout/ar.h aout-target.h
2354sparcnetbsd.lo: sparcnetbsd.c netbsd.h $(INCDIR)/filenames.h \
2355  $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
2356  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2357  $(INCDIR)/aout/ar.h
2358sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
2359  $(INCDIR)/filenames.h $(INCDIR)/hashtab.h $(INCDIR)/aout/sun4.h \
2360  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2361  $(INCDIR)/aout/ar.h aout-target.h
2362vaxnetbsd.lo: vaxnetbsd.c netbsd.h $(INCDIR)/filenames.h \
2363  $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
2364  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2365  $(INCDIR)/aout/ar.h
2366vax1knetbsd.lo: vax1knetbsd.c netbsd.h $(INCDIR)/filenames.h \
2367  $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
2368  $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2369  $(INCDIR)/aout/ar.h
2370vaxbsd.lo: vaxbsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2371  libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
2372  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2373versados.lo: versados.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2374  $(INCDIR)/libiberty.h
2375vms.lo: vms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2376  $(INCDIR)/hashtab.h vms.h
2377vms-gsd.lo: vms-gsd.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2378  $(INCDIR)/hashtab.h vms.h
2379vms-hdr.lo: vms-hdr.c $(INCDIR)/filenames.h bfdver.h \
2380  $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h \
2381  vms.h
2382vms-misc.lo: vms-misc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2383  $(INCDIR)/hashtab.h vms.h
2384vms-tir.lo: vms-tir.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2385  $(INCDIR)/hashtab.h vms.h
2386xcofflink.lo: xcofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2387  $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
2388  libcoff.h libxcoff.h
2389xsym.lo: xsym.c $(INCDIR)/filenames.h xsym.h $(INCDIR)/hashtab.h
2390xtensa-isa.lo: xtensa-isa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2391  $(INCDIR)/xtensa-isa.h $(INCDIR)/xtensa-isa-internal.h
2392xtensa-modules.lo: xtensa-modules.c $(INCDIR)/xtensa-isa.h \
2393  $(INCDIR)/xtensa-isa-internal.h
2394aix5ppc-core.lo: aix5ppc-core.c $(INCDIR)/filenames.h
2395aout64.lo: aout64.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
2396  $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
2397  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2398coff-alpha.lo: coff-alpha.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2399  $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
2400  $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h \
2401  $(INCDIR)/aout/ar.h libcoff.h libecoff.h coffswap.h \
2402  ecoffswap.h
2403coff64-rs6000.lo: coff64-rs6000.c $(INCDIR)/filenames.h \
2404  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \
2405  $(INCDIR)/coff/xcoff.h $(INCDIR)/coff/rs6k64.h libcoff.h \
2406  libxcoff.h coffcode.h coffswap.h
2407demo64.lo: demo64.c aoutf1.h $(INCDIR)/filenames.h \
2408  $(INCDIR)/hashtab.h $(INCDIR)/aout/sun4.h libaout.h \
2409  $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
2410  $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
2411efi-app-ia64.lo: efi-app-ia64.c $(INCDIR)/filenames.h \
2412  coff-ia64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/ia64.h \
2413  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2414  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2415  peicode.h libpei.h
2416efi-app-x86_64.lo: efi-app-x86_64.c $(INCDIR)/filenames.h \
2417  coff-x86_64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h \
2418  $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2419  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \
2420  coffcode.h peicode.h libpei.h
2421elf64-x86-64.lo: elf64-x86-64.c $(INCDIR)/filenames.h \
2422  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2423  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h bfd_stdint.h \
2424  $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h \
2425  elf64-target.h
2426elf64-alpha.lo: elf64-alpha.c $(INCDIR)/filenames.h \
2427  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2428  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2429  $(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \
2430  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
2431  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h \
2432  libcoff.h libecoff.h ecoffswap.h elf64-target.h
2433elf64-hppa.lo: elf64-hppa.c $(INCDIR)/alloca-conf.h \
2434  $(INCDIR)/filenames.h $(INCDIR)/hashtab.h elf-bfd.h \
2435  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2436  $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
2437  libhppa.h elf64-hppa.h elf-hppa.h elf64-target.h
2438elf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2439  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2440  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf64-target.h
2441elfn32-mips.lo: elfn32-mips.c $(INCDIR)/filenames.h \
2442  $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h genlink.h elf-bfd.h \
2443  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2444  elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
2445  $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
2446  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
2447  ecoffswap.h elf32-target.h
2448elf64-mips.lo: elf64-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2449  $(INCDIR)/aout/ar.h $(INCDIR)/bfdlink.h genlink.h elf-bfd.h \
2450  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2451  elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
2452  $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
2453  $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \
2454  elf64-target.h
2455elf64-mmix.lo: elf64-mmix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2456  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2457  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mmix.h \
2458  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h \
2459  elf64-target.h
2460elf64-ppc.lo: elf64-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2461  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2462  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc64.h \
2463  $(INCDIR)/elf/reloc-macros.h elf64-ppc.h elf64-target.h
2464elf64-s390.lo: elf64-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2465  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2466  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h \
2467  $(INCDIR)/elf/reloc-macros.h elf64-target.h
2468elf64-sh64.lo: elf64-sh64.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2469  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2470  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h \
2471  $(INCDIR)/elf/reloc-macros.h elf64-target.h
2472elf64-sparc.lo: elf64-sparc.c $(INCDIR)/filenames.h \
2473  $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2474  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2475  $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
2476  $(INCDIR)/opcode/sparc.h elfxx-sparc.h elf64-target.h
2477elf64.lo: elf64.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
2478  $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
2479  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h
2480mmo.lo: mmo.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2481  $(INCDIR)/libiberty.h $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h \
2482  $(INCDIR)/opcode/mmix.h
2483nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/filenames.h \
2484  $(INCDIR)/hashtab.h $(INCDIR)/nlm/alpha-ext.h libnlm.h \
2485  $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \
2486  nlmswap.h nlm-target.h
2487nlm64.lo: nlm64.c nlmcode.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2488  libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
2489  $(INCDIR)/nlm/external.h
2490coff-x86_64.lo: coff-x86_64.c $(INCDIR)/filenames.h \
2491  $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
2492  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2493  $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h coffcode.h \
2494  coffswap.h
2495pe-x86_64.lo: pe-x86_64.c $(INCDIR)/filenames.h coff-x86_64.c \
2496  $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
2497  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2498  $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h coffcode.h \
2499  peicode.h libpei.h
2500pei-x86_64.lo: pei-x86_64.c $(INCDIR)/filenames.h coff-x86_64.c \
2501  $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
2502  $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2503  $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h coffcode.h \
2504  peicode.h libpei.h
2505aix386-core.lo: aix386-core.c $(INCDIR)/filenames.h \
2506  $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
2507  $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h
2508hpux-core.lo: hpux-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2509irix-core.lo: irix-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2510lynx-core.lo: lynx-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2511osf-core.lo: osf-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2512sco5-core.lo: sco5-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2513  libaout.h $(INCDIR)/bfdlink.h
2514trad-core.lo: trad-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2515  libaout.h $(INCDIR)/bfdlink.h
2516cisco-core.lo: cisco-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2517elf32-ia64.lo: elf32-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2518  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2519  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h \
2520  $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h \
2521  $(INCDIR)/hashtab.h elf32-target.h
2522elf64-ia64.lo: elf64-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2523  elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2524  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h \
2525  $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h \
2526  $(INCDIR)/hashtab.h elf64-target.h
2527peigen.lo: peigen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2528  $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
2529  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h
2530pepigen.lo: pepigen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2531  $(INCDIR)/coff/internal.h $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h \
2532  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h
2533pex64igen.lo: pex64igen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2534  $(INCDIR)/coff/internal.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
2535  $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h
2536# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
2537# Tell versions [3.59,3.63) of GNU make to not export all variables.
2538# Otherwise a system limit (for SysV at least) may be exceeded.
2539.NOEXPORT:
2540