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