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