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