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