config/
[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 \
5691d22d 57 $(top_srcdir)/../config/plugins.m4 \
8944f3c2 58 $(top_srcdir)/../config/po.m4 \
58c85be7 59 $(top_srcdir)/../config/proginstall.m4 \
20e95c23 60 $(top_srcdir)/../config/progtest.m4 \
5691d22d
NC
61 $(top_srcdir)/../config/stdint.m4 $(top_srcdir)/../bfd/bfd.m4 \
62 $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../libtool.m4 \
79887925 63 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
718a6fd8 64 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
718a6fd8 65 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
90c0a373
AM
66am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
67 $(ACLOCAL_M4)
68am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
69 configure.lineno configure.status.lineno
70mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
71CONFIG_HEADER = config.h
72CONFIG_CLEAN_FILES = bfd-in3.h po/Makefile.in
73LIBRARIES = $(noinst_LIBRARIES)
74ARFLAGS = cru
75libbfd_a_AR = $(AR) $(ARFLAGS)
76libbfd_a_LIBADD =
77am_libbfd_a_OBJECTS =
78libbfd_a_OBJECTS = $(am_libbfd_a_OBJECTS)
79am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
80am__vpath_adj = case $$p in \
81 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
82 *) f=$$p;; \
83 esac;
84am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
85am__installdirs = "$(DESTDIR)$(bfdlibdir)"
86bfdlibLTLIBRARIES_INSTALL = $(INSTALL)
87LTLIBRARIES = $(bfdlib_LTLIBRARIES)
ce3c775b 88am__DEPENDENCIES_1 =
90c0a373
AM
89am__objects_1 = archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
90 cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo \
91 opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo \
92 linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo \
c067354b
NC
93 stab-syms.lo merge.lo dwarf2.lo simple.lo compress.lo \
94 verilog.lo
21e40a48 95am_libbfd_la_OBJECTS = $(am__objects_1)
90c0a373
AM
96libbfd_la_OBJECTS = $(am_libbfd_la_OBJECTS)
97DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
98depcomp =
99am__depfiles_maybe =
100COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
101 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
d7040cdb 102LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
90c0a373
AM
103 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
104 $(AM_CFLAGS) $(CFLAGS)
105CCLD = $(CC)
d7040cdb 106LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
90c0a373
AM
107 $(AM_LDFLAGS) $(LDFLAGS) -o $@
108SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES)
109RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
110 html-recursive info-recursive install-data-recursive \
111 install-exec-recursive install-info-recursive \
112 install-recursive installcheck-recursive installdirs-recursive \
113 pdf-recursive ps-recursive uninstall-info-recursive \
114 uninstall-recursive
115ETAGS = etags
116CTAGS = ctags
117DIST_SUBDIRS = $(SUBDIRS)
118ACLOCAL = @ACLOCAL@
90c0a373
AM
119AMDEP_FALSE = @AMDEP_FALSE@
120AMDEP_TRUE = @AMDEP_TRUE@
121AMTAR = @AMTAR@
252b5132 122AR = @AR@
90c0a373
AM
123AUTOCONF = @AUTOCONF@
124AUTOHEADER = @AUTOHEADER@
125AUTOMAKE = @AUTOMAKE@
126AWK = @AWK@
a351bca6 127BFD_HOSTPTR_T = @BFD_HOSTPTR_T@
252b5132 128BFD_HOST_64BIT_LONG = @BFD_HOST_64BIT_LONG@
a351bca6 129BFD_HOST_64BIT_LONG_LONG = @BFD_HOST_64BIT_LONG_LONG@
252b5132
RH
130BFD_HOST_64_BIT = @BFD_HOST_64_BIT@
131BFD_HOST_64_BIT_DEFINED = @BFD_HOST_64_BIT_DEFINED@
132BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
133CATALOGS = @CATALOGS@
134CATOBJEXT = @CATOBJEXT@
135CC = @CC@
90c0a373 136CCDEPMODE = @CCDEPMODE@
252b5132 137CC_FOR_BUILD = @CC_FOR_BUILD@
90c0a373 138CFLAGS = @CFLAGS@
252b5132
RH
139COREFILE = @COREFILE@
140COREFLAG = @COREFLAG@
5464f5a1 141CPP = @CPP@
90c0a373
AM
142CPPFLAGS = @CPPFLAGS@
143CYGPATH_W = @CYGPATH_W@
252b5132 144DATADIRNAME = @DATADIRNAME@
0d4a1476 145DEBUGDIR = @DEBUGDIR@
90c0a373
AM
146DEFS = @DEFS@
147DEPDIR = @DEPDIR@
718a6fd8 148DSYMUTIL = @DSYMUTIL@
d7040cdb 149DUMPBIN = @DUMPBIN@
90c0a373
AM
150ECHO_C = @ECHO_C@
151ECHO_N = @ECHO_N@
152ECHO_T = @ECHO_T@
153EGREP = @EGREP@
252b5132
RH
154EXEEXT = @EXEEXT@
155EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
d7040cdb 156FGREP = @FGREP@
20e95c23 157GENCAT = @GENCAT@
d5fbea21
DJ
158GENINSRC_NEVER_FALSE = @GENINSRC_NEVER_FALSE@
159GENINSRC_NEVER_TRUE = @GENINSRC_NEVER_TRUE@
252b5132 160GMSGFMT = @GMSGFMT@
d7040cdb 161GREP = @GREP@
252b5132 162HDEFINES = @HDEFINES@
20e95c23 163INCINTL = @INCINTL@
90c0a373
AM
164INSTALL_DATA = @INSTALL_DATA@
165INSTALL_LIBBFD_FALSE = @INSTALL_LIBBFD_FALSE@
166INSTALL_LIBBFD_TRUE = @INSTALL_LIBBFD_TRUE@
167INSTALL_PROGRAM = @INSTALL_PROGRAM@
168INSTALL_SCRIPT = @INSTALL_SCRIPT@
169INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
252b5132 170INSTOBJEXT = @INSTOBJEXT@
d7040cdb 171LD = @LD@
90c0a373 172LDFLAGS = @LDFLAGS@
20e95c23
DJ
173LIBINTL = @LIBINTL@
174LIBINTL_DEP = @LIBINTL_DEP@
8d25cc3d 175LIBM = @LIBM@
90c0a373
AM
176LIBOBJS = @LIBOBJS@
177LIBS = @LIBS@
252b5132 178LIBTOOL = @LIBTOOL@
718a6fd8 179LIPO = @LIPO@
252b5132 180LN_S = @LN_S@
90c0a373 181LTLIBOBJS = @LTLIBOBJS@
252b5132 182MAINT = @MAINT@
90c0a373
AM
183MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
184MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
252b5132
RH
185MAKEINFO = @MAKEINFO@
186MKINSTALLDIRS = @MKINSTALLDIRS@
187MSGFMT = @MSGFMT@
20e95c23 188MSGMERGE = @MSGMERGE@
d7040cdb 189NM = @NM@
718a6fd8 190NMEDIT = @NMEDIT@
9e9b66a9 191NO_WERROR = @NO_WERROR@
718a6fd8 192OBJDUMP = @OBJDUMP@
7a6cc5fb 193OBJEXT = @OBJEXT@
718a6fd8
SE
194OTOOL = @OTOOL@
195OTOOL64 = @OTOOL64@
252b5132 196PACKAGE = @PACKAGE@
90c0a373
AM
197PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
198PACKAGE_NAME = @PACKAGE_NAME@
199PACKAGE_STRING = @PACKAGE_STRING@
200PACKAGE_TARNAME = @PACKAGE_TARNAME@
201PACKAGE_VERSION = @PACKAGE_VERSION@
202PATH_SEPARATOR = @PATH_SEPARATOR@
92f01d61 203PKGVERSION = @PKGVERSION@
ce3c775b
NC
204PLUGINS_FALSE = @PLUGINS_FALSE@
205PLUGINS_TRUE = @PLUGINS_TRUE@
252b5132
RH
206POSUB = @POSUB@
207RANLIB = @RANLIB@
c428fa83
L
208REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@
209REPORT_BUGS_TO = @REPORT_BUGS_TO@
d7040cdb 210SED = @SED@
90c0a373 211SET_MAKE = @SET_MAKE@
29670fb9
AM
212SHARED_LDFLAGS = @SHARED_LDFLAGS@
213SHARED_LIBADD = @SHARED_LIBADD@
90c0a373 214SHELL = @SHELL@
7a6cc5fb 215STRIP = @STRIP@
252b5132 216TDEFINES = @TDEFINES@
252b5132
RH
217USE_NLS = @USE_NLS@
218VERSION = @VERSION@
90c0a373 219WARN_CFLAGS = @WARN_CFLAGS@
90c0a373 220XGETTEXT = @XGETTEXT@
50e7d84b 221ac_ct_AR = @ac_ct_AR@
90c0a373 222ac_ct_CC = @ac_ct_CC@
718a6fd8 223ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@
d7040cdb 224ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
718a6fd8
SE
225ac_ct_LIPO = @ac_ct_LIPO@
226ac_ct_NMEDIT = @ac_ct_NMEDIT@
227ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
228ac_ct_OTOOL = @ac_ct_OTOOL@
229ac_ct_OTOOL64 = @ac_ct_OTOOL64@
50e7d84b
AM
230ac_ct_RANLIB = @ac_ct_RANLIB@
231ac_ct_STRIP = @ac_ct_STRIP@
252b5132 232all_backends = @all_backends@
90c0a373
AM
233am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
234am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
235am__include = @am__include@
236am__leading_dot = @am__leading_dot@
237am__quote = @am__quote@
238am__tar = @am__tar@
239am__untar = @am__untar@
21e40a48 240bfd64_libs = @bfd64_libs@
252b5132 241bfd_backends = @bfd_backends@
5bd4f169 242bfd_default_target_size = @bfd_default_target_size@
05864e2a 243bfd_file_ptr = @bfd_file_ptr@
252b5132 244bfd_machines = @bfd_machines@
05864e2a 245bfd_ufile_ptr = @bfd_ufile_ptr@
90c0a373
AM
246bfdincludedir = @bfdincludedir@
247bfdlibdir = @bfdlibdir@
248bindir = @bindir@
249build = @build@
250build_alias = @build_alias@
251build_cpu = @build_cpu@
252build_os = @build_os@
253build_vendor = @build_vendor@
254datadir = @datadir@
108a6f8e
CD
255datarootdir = @datarootdir@
256docdir = @docdir@
90c0a373
AM
257exec_prefix = @exec_prefix@
258host = @host@
259host_alias = @host_alias@
260host_cpu = @host_cpu@
5464f5a1 261host_noncanonical = @host_noncanonical@
90c0a373
AM
262host_os = @host_os@
263host_vendor = @host_vendor@
108a6f8e 264htmldir = @htmldir@
90c0a373
AM
265includedir = @includedir@
266infodir = @infodir@
267install_sh = @install_sh@
90c0a373
AM
268libdir = @libdir@
269libexecdir = @libexecdir@
270localstatedir = @localstatedir@
d7040cdb 271lt_ECHO = @lt_ECHO@
90c0a373
AM
272mandir = @mandir@
273mkdir_p = @mkdir_p@
274oldincludedir = @oldincludedir@
31dd3154 275pdfdir = @pdfdir@
90c0a373
AM
276prefix = @prefix@
277program_transform_name = @program_transform_name@
278sbindir = @sbindir@
279sharedstatedir = @sharedstatedir@
ce3c775b 280supports_plugins = @supports_plugins@
90c0a373
AM
281sysconfdir = @sysconfdir@
282target = @target@
283target_alias = @target_alias@
284target_cpu = @target_cpu@
5464f5a1 285target_noncanonical = @target_noncanonical@
90c0a373
AM
286target_os = @target_os@
287target_vendor = @target_vendor@
252b5132
RH
288tdefaults = @tdefaults@
289wordsize = @wordsize@
3f85e526 290AUTOMAKE_OPTIONS = 1.9 cygnus
79887925 291ACLOCAL_AMFLAGS = -I . -I .. -I ../config
252b5132 292
bc286f95
BE
293# Uncomment the following line when doing a release.
294# RELEASE=y
252b5132
RH
295INCDIR = $(srcdir)/../include
296CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
41b49281 297MKDEP = gcc -MM
252b5132 298SUBDIRS = doc po
108a6f8e 299bfddocdir = doc
a703a6ea 300bfdlib_LTLIBRARIES = libbfd.la
a2d91340 301AM_CFLAGS = $(WARN_CFLAGS)
ce3c775b
NC
302AM_CPPFLAGS = -DBINDIR='"$(bindir)"'
303@PLUGINS_TRUE@LIBDL = -ldl
a2d91340 304
252b5132
RH
305# bfd.h goes here, for now
306BFD_H = bfd.h
307
308# Jim Kingdon notes:
309# Writing S-records should be included in all (or at least most)
310# *-*-coff, *-*-aout, etc., configurations, because people will want to
311# be able to use objcopy to create S-records. (S-records are not useful
312# for the debugger, so if you are downloading things as S-records you
313# need two copies of the executable, one to download and one for the
314# debugger).
90c0a373
AM
315BFD32_LIBS = \
316 archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
317 cache.lo coffgen.lo corefile.lo \
318 format.lo init.lo libbfd.lo opncls.lo reloc.lo \
319 section.lo syms.lo targets.lo hash.lo linker.lo \
320 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
c067354b 321 merge.lo dwarf2.lo simple.lo compress.lo verilog.lo
252b5132 322
2858ef35 323BFD64_LIBS = archive64.lo
90c0a373
AM
324BFD32_LIBS_CFILES = \
325 archive.c archures.c bfd.c bfdio.c bfdwin.c \
326 cache.c coffgen.c corefile.c \
327 format.c init.c libbfd.c opncls.c reloc.c \
328 section.c syms.c targets.c hash.c linker.c \
329 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
c067354b 330 merge.c dwarf2.c simple.c compress.c verilog.c
252b5132 331
2858ef35
HPN
332BFD64_LIBS_CFILES = archive64.c
333
252b5132
RH
334# This list is alphabetized to make it easier to keep in sync
335# with the decls and initializer in archures.c.
90c0a373 336ALL_MACHINES = \
90c0a373
AM
337 cpu-alpha.lo \
338 cpu-arc.lo \
339 cpu-arm.lo \
340 cpu-avr.lo \
0f64bb02 341 cpu-bfin.lo \
3d3d428f 342 cpu-cr16.lo \
90c0a373
AM
343 cpu-cr16c.lo \
344 cpu-cris.lo \
345 cpu-crx.lo \
346 cpu-d10v.lo \
347 cpu-d30v.lo \
348 cpu-dlx.lo \
349 cpu-fr30.lo \
350 cpu-frv.lo \
351 cpu-h8300.lo \
352 cpu-h8500.lo \
353 cpu-hppa.lo \
90c0a373
AM
354 cpu-i370.lo \
355 cpu-i386.lo \
8a9036a4 356 cpu-l1om.lo \
90c0a373
AM
357 cpu-i860.lo \
358 cpu-i960.lo \
ce3c775b 359 cpu-ia64.lo \
90c0a373
AM
360 cpu-ip2k.lo \
361 cpu-iq2000.lo \
84e94c90 362 cpu-lm32.lo \
ce3c775b
NC
363 cpu-m10200.lo \
364 cpu-m10300.lo \
49f58d10 365 cpu-m32c.lo \
90c0a373
AM
366 cpu-m32r.lo \
367 cpu-m68hc11.lo \
368 cpu-m68hc12.lo \
369 cpu-m68k.lo \
370 cpu-m88k.lo \
7499d566 371 cpu-maxq.lo \
90c0a373 372 cpu-mcore.lo \
d9352518 373 cpu-mep.lo \
90c0a373
AM
374 cpu-mips.lo \
375 cpu-mmix.lo \
ce3c775b 376 cpu-moxie.lo \
90c0a373 377 cpu-msp430.lo \
ce3c775b 378 cpu-mt.lo \
90c0a373
AM
379 cpu-ns32k.lo \
380 cpu-openrisc.lo \
ce3c775b 381 cpu-or32.lo \
90c0a373
AM
382 cpu-pdp11.lo \
383 cpu-pj.lo \
ce3c775b 384 cpu-plugin.lo \
90c0a373
AM
385 cpu-powerpc.lo \
386 cpu-rs6000.lo \
387 cpu-s390.lo \
1c0d3aa6 388 cpu-score.lo \
90c0a373
AM
389 cpu-sh.lo \
390 cpu-sparc.lo \
e9f53129 391 cpu-spu.lo \
90c0a373
AM
392 cpu-tic30.lo \
393 cpu-tic4x.lo \
394 cpu-tic54x.lo \
395 cpu-tic80.lo \
396 cpu-v850.lo \
397 cpu-vax.lo \
90c0a373 398 cpu-w65.lo \
ce3c775b
NC
399 cpu-we32k.lo \
400 cpu-xc16x.lo \
90c0a373
AM
401 cpu-xstormy16.lo \
402 cpu-xtensa.lo \
3c9b82ba 403 cpu-z80.lo \
90c0a373
AM
404 cpu-z8k.lo
405
406ALL_MACHINES_CFILES = \
90c0a373
AM
407 cpu-alpha.c \
408 cpu-arc.c \
409 cpu-arm.c \
410 cpu-avr.c \
0f64bb02 411 cpu-bfin.c \
3d3d428f 412 cpu-cr16.c \
90c0a373 413 cpu-cr16c.c \
ce3c775b 414 cpu-cris.c \
90c0a373
AM
415 cpu-crx.c \
416 cpu-d10v.c \
417 cpu-d30v.c \
418 cpu-dlx.c \
419 cpu-fr30.c \
420 cpu-frv.c \
421 cpu-h8300.c \
422 cpu-h8500.c \
423 cpu-hppa.c \
90c0a373
AM
424 cpu-i370.c \
425 cpu-i386.c \
8a9036a4 426 cpu-l1om.c \
90c0a373
AM
427 cpu-i860.c \
428 cpu-i960.c \
ce3c775b 429 cpu-ia64.c \
90c0a373
AM
430 cpu-ip2k.c \
431 cpu-iq2000.c \
84e94c90 432 cpu-lm32.c \
ce3c775b
NC
433 cpu-m10200.c \
434 cpu-m10300.c \
49f58d10 435 cpu-m32c.c \
90c0a373
AM
436 cpu-m32r.c \
437 cpu-m68hc11.c \
438 cpu-m68hc12.c \
439 cpu-m68k.c \
440 cpu-m88k.c \
0306b3bf 441 cpu-maxq.c \
90c0a373 442 cpu-mcore.c \
d9352518 443 cpu-mep.c \
90c0a373
AM
444 cpu-mips.c \
445 cpu-mmix.c \
ce3c775b 446 cpu-moxie.c \
90c0a373 447 cpu-msp430.c \
ce3c775b 448 cpu-mt.c \
90c0a373
AM
449 cpu-ns32k.c \
450 cpu-openrisc.c \
ce3c775b 451 cpu-or32.c \
90c0a373
AM
452 cpu-pdp11.c \
453 cpu-pj.c \
ce3c775b 454 cpu-plugin.c \
90c0a373
AM
455 cpu-powerpc.c \
456 cpu-rs6000.c \
457 cpu-s390.c \
1c0d3aa6 458 cpu-score.c \
90c0a373
AM
459 cpu-sh.c \
460 cpu-sparc.c \
e9f53129 461 cpu-spu.c \
90c0a373
AM
462 cpu-tic30.c \
463 cpu-tic4x.c \
464 cpu-tic54x.c \
465 cpu-tic80.c \
466 cpu-v850.c \
467 cpu-vax.c \
90c0a373 468 cpu-w65.c \
ce3c775b
NC
469 cpu-we32k.c \
470 cpu-xc16x.c \
90c0a373
AM
471 cpu-xstormy16.c \
472 cpu-xtensa.c \
3c9b82ba 473 cpu-z80.c \
90c0a373 474 cpu-z8k.c
252b5132
RH
475
476
477# The .o files needed by all of the 32 bit vectors that are configured into
478# target_vector in targets.c if configured with --enable-targets=all.
90c0a373
AM
479BFD32_BACKENDS = \
480 aout-adobe.lo \
481 aout-arm.lo \
482 aout-cris.lo \
483 aout-ns32k.lo \
484 aout-sparcle.lo \
485 aout-tic30.lo \
486 aout0.lo \
487 aout32.lo \
488 armnetbsd.lo \
489 bout.lo \
490 cf-i386lynx.lo \
90c0a373 491 cf-sparclynx.lo \
90c0a373
AM
492 coff-apollo.lo \
493 coff-arm.lo \
494 coff-aux.lo \
ce3c775b 495 coff-go32.lo \
90c0a373
AM
496 coff-h8300.lo \
497 coff-h8500.lo \
498 coff-i386.lo \
90c0a373
AM
499 coff-i860.lo \
500 coff-i960.lo \
501 coff-m68k.lo \
502 coff-m88k.lo \
7499d566 503 coff-maxq.lo \
90c0a373
AM
504 coff-mips.lo \
505 coff-or32.lo \
506 coff-rs6000.lo \
507 coff-sh.lo \
508 coff-sparc.lo \
509 coff-stgo32.lo \
510 coff-svm68k.lo \
511 coff-tic30.lo \
512 coff-tic4x.lo \
513 coff-tic54x.lo \
514 coff-tic80.lo \
515 coff-u68k.lo \
90c0a373 516 coff-w65.lo \
ce3c775b 517 coff-we32k.lo \
3c9b82ba 518 coff-z80.lo \
90c0a373
AM
519 coff-z8k.lo \
520 cofflink.lo \
521 dwarf1.lo \
522 ecoff.lo \
523 ecofflink.lo \
ce3c775b
NC
524 elf-attrs.lo \
525 elf-eh-frame.lo \
6de2ae4a 526 elf-ifunc.lo \
ce3c775b
NC
527 elf-m10200.lo \
528 elf-m10300.lo \
529 elf-strtab.lo \
530 elf-vxworks.lo \
90c0a373
AM
531 elf.lo \
532 elf32-am33lin.lo \
533 elf32-arc.lo \
7f266840 534 elf32-arm.lo \
90c0a373 535 elf32-avr.lo \
0f64bb02 536 elf32-bfin.lo \
3d3d428f 537 elf32-cr16.lo \
90c0a373
AM
538 elf32-cr16c.lo \
539 elf32-cris.lo \
540 elf32-crx.lo \
541 elf32-d10v.lo \
542 elf32-d30v.lo \
543 elf32-dlx.lo \
544 elf32-fr30.lo \
545 elf32-frv.lo \
546 elf32-gen.lo \
547 elf32-h8300.lo \
548 elf32-hppa.lo \
549 elf32-i370.lo \
550 elf32-i386.lo \
551 elf32-i860.lo \
552 elf32-i960.lo \
90c0a373
AM
553 elf32-ip2k.lo \
554 elf32-iq2000.lo \
84e94c90 555 elf32-lm32.lo \
49f58d10 556 elf32-m32c.lo \
90c0a373
AM
557 elf32-m32r.lo \
558 elf32-m68hc11.lo \
559 elf32-m68hc12.lo \
560 elf32-m68hc1x.lo \
561 elf32-m68k.lo \
562 elf32-m88k.lo \
90c0a373 563 elf32-mcore.lo \
d9352518 564 elf32-mep.lo \
90c0a373 565 elf32-mips.lo \
ce3c775b 566 elf32-moxie.lo \
90c0a373 567 elf32-msp430.lo \
ce3c775b 568 elf32-mt.lo \
90c0a373
AM
569 elf32-openrisc.lo \
570 elf32-or32.lo \
571 elf32-pj.lo \
572 elf32-ppc.lo \
573 elf32-s390.lo \
90c0a373 574 elf32-sh-symbian.lo \
ce3c775b 575 elf32-sh.lo \
90c0a373 576 elf32-sh64-com.lo \
ce3c775b 577 elf32-sh64.lo \
90c0a373 578 elf32-sparc.lo \
e9f53129 579 elf32-spu.lo \
90c0a373
AM
580 elf32-v850.lo \
581 elf32-vax.lo \
ce3c775b 582 elf32-xc16x.lo \
90c0a373
AM
583 elf32-xstormy16.lo \
584 elf32-xtensa.lo \
585 elf32.lo \
586 elflink.lo \
ce3c775b
NC
587 elfxx-mips.lo \
588 elfxx-sparc.lo \
90c0a373
AM
589 epoc-pe-arm.lo \
590 epoc-pei-arm.lo \
591 hp300bsd.lo \
592 hp300hpux.lo \
90c0a373
AM
593 i386aout.lo \
594 i386bsd.lo \
595 i386dynix.lo \
596 i386freebsd.lo \
597 i386linux.lo \
598 i386lynx.lo \
ce3c775b 599 i386mach3.lo \
90c0a373
AM
600 i386msdos.lo \
601 i386netbsd.lo \
90c0a373
AM
602 i386os9k.lo \
603 ieee.lo \
604 m68k4knetbsd.lo \
605 m68klinux.lo \
90c0a373
AM
606 m68knetbsd.lo \
607 m88kmach3.lo \
608 m88kopenbsd.lo \
609 mach-o.lo \
9e93c730 610 mach-o-i386.lo \
90c0a373
AM
611 mipsbsd.lo \
612 newsos3.lo \
613 nlm.lo \
614 nlm32-i386.lo \
90c0a373 615 nlm32-ppc.lo \
ce3c775b 616 nlm32-sparc.lo \
90c0a373
AM
617 nlm32.lo \
618 ns32knetbsd.lo \
619 oasys.lo \
620 pc532-mach.lo \
621 pdp11.lo \
7148cc28 622 pe-arm-wince.lo \
ce3c775b 623 pe-arm.lo \
90c0a373 624 pe-i386.lo \
90c0a373 625 pe-mcore.lo \
ce3c775b 626 pe-mips.lo \
90c0a373 627 pe-ppc.lo \
90c0a373 628 pe-sh.lo \
ce3c775b
NC
629 pef.lo \
630 pei-arm-wince.lo \
631 pei-arm.lo \
632 pei-i386.lo \
633 pei-mcore.lo \
90c0a373 634 pei-mips.lo \
ce3c775b
NC
635 pei-ppc.lo \
636 pei-sh.lo \
90c0a373 637 peigen.lo \
ce3c775b 638 plugin.lo \
90c0a373
AM
639 ppcboot.lo \
640 reloc16.lo \
641 riscix.lo \
ce3c775b 642 som.lo \
90c0a373
AM
643 sparclinux.lo \
644 sparclynx.lo \
645 sparcnetbsd.lo \
646 sunos.lo \
90c0a373
AM
647 vax1knetbsd.lo \
648 vaxbsd.lo \
ce3c775b 649 vaxnetbsd.lo \
90c0a373 650 versados.lo \
90c0a373
AM
651 vms-gsd.lo \
652 vms-hdr.lo \
653 vms-misc.lo \
654 vms-tir.lo \
ce3c775b 655 vms.lo \
29670fb9 656 vmsutil.lo \
90c0a373
AM
657 xcofflink.lo \
658 xsym.lo \
659 xtensa-isa.lo \
660 xtensa-modules.lo
661
662BFD32_BACKENDS_CFILES = \
663 aout-adobe.c \
664 aout-arm.c \
665 aout-cris.c \
666 aout-ns32k.c \
667 aout-sparcle.c \
668 aout-tic30.c \
669 aout0.c \
670 aout32.c \
671 armnetbsd.c \
672 bout.c \
673 cf-i386lynx.c \
90c0a373 674 cf-sparclynx.c \
90c0a373
AM
675 coff-apollo.c \
676 coff-arm.c \
677 coff-aux.c \
ce3c775b 678 coff-go32.c \
90c0a373
AM
679 coff-h8300.c \
680 coff-h8500.c \
681 coff-i386.c \
682 coff-i860.c \
90c0a373
AM
683 coff-i960.c \
684 coff-m68k.c \
685 coff-m88k.c \
7499d566 686 coff-maxq.c \
90c0a373
AM
687 coff-mips.c \
688 coff-or32.c \
689 coff-rs6000.c \
690 coff-sh.c \
691 coff-sparc.c \
692 coff-stgo32.c \
693 coff-svm68k.c \
694 coff-tic30.c \
695 coff-tic4x.c \
696 coff-tic54x.c \
697 coff-tic80.c \
698 coff-u68k.c \
90c0a373 699 coff-w65.c \
ce3c775b 700 coff-we32k.c \
3c9b82ba 701 coff-z80.c \
90c0a373
AM
702 coff-z8k.c \
703 cofflink.c \
704 dwarf1.c \
705 ecoff.c \
706 ecofflink.c \
ce3c775b
NC
707 elf-attrs.c \
708 elf-eh-frame.c \
6de2ae4a 709 elf-ifunc.c \
ce3c775b
NC
710 elf-m10200.c \
711 elf-m10300.c \
712 elf-strtab.c \
713 elf-vxworks.c \
90c0a373
AM
714 elf.c \
715 elf32-am33lin.c \
716 elf32-arc.c \
7f266840 717 elf32-arm.c \
90c0a373 718 elf32-avr.c \
0f64bb02 719 elf32-bfin.c \
3d3d428f 720 elf32-cr16.c \
90c0a373
AM
721 elf32-cr16c.c \
722 elf32-cris.c \
723 elf32-crx.c \
724 elf32-d10v.c \
725 elf32-d30v.c \
726 elf32-dlx.c \
727 elf32-fr30.c \
728 elf32-frv.c \
729 elf32-gen.c \
730 elf32-h8300.c \
731 elf32-hppa.c \
732 elf32-i370.c \
733 elf32-i386.c \
734 elf32-i860.c \
735 elf32-i960.c \
736 elf32-ip2k.c \
737 elf32-iq2000.c \
84e94c90 738 elf32-lm32.c \
49f58d10 739 elf32-m32c.c \
90c0a373 740 elf32-m32r.c \
90c0a373
AM
741 elf32-m68hc11.c \
742 elf32-m68hc12.c \
743 elf32-m68hc1x.c \
ce3c775b 744 elf32-m68k.c \
90c0a373 745 elf32-m88k.c \
90c0a373 746 elf32-mcore.c \
d9352518 747 elf32-mep.c \
90c0a373 748 elf32-mips.c \
ce3c775b 749 elf32-moxie.c \
90c0a373 750 elf32-msp430.c \
ce3c775b 751 elf32-mt.c \
90c0a373
AM
752 elf32-openrisc.c \
753 elf32-or32.c \
754 elf32-pj.c \
755 elf32-ppc.c \
90c0a373 756 elf32-s390.c \
90c0a373 757 elf32-sh-symbian.c \
ce3c775b
NC
758 elf32-sh.c \
759 elf32-sh64-com.c \
760 elf32-sh64.c \
90c0a373 761 elf32-sparc.c \
e9f53129 762 elf32-spu.c \
90c0a373
AM
763 elf32-v850.c \
764 elf32-vax.c \
ce3c775b 765 elf32-xc16x.c \
90c0a373
AM
766 elf32-xstormy16.c \
767 elf32-xtensa.c \
768 elf32.c \
769 elflink.c \
ce3c775b
NC
770 elfxx-mips.c \
771 elfxx-sparc.c \
90c0a373
AM
772 epoc-pe-arm.c \
773 epoc-pei-arm.c \
774 hp300bsd.c \
775 hp300hpux.c \
90c0a373
AM
776 i386aout.c \
777 i386bsd.c \
778 i386dynix.c \
779 i386freebsd.c \
780 i386linux.c \
781 i386lynx.c \
ce3c775b 782 i386mach3.c \
90c0a373
AM
783 i386msdos.c \
784 i386netbsd.c \
90c0a373
AM
785 i386os9k.c \
786 ieee.c \
787 m68k4knetbsd.c \
788 m68klinux.c \
90c0a373
AM
789 m68knetbsd.c \
790 m88kmach3.c \
791 m88kopenbsd.c \
792 mach-o.c \
9e93c730 793 mach-o-i386.c \
90c0a373
AM
794 mipsbsd.c \
795 newsos3.c \
796 nlm.c \
797 nlm32-i386.c \
90c0a373 798 nlm32-ppc.c \
ce3c775b 799 nlm32-sparc.c \
90c0a373
AM
800 nlm32.c \
801 ns32knetbsd.c \
802 oasys.c \
803 pc532-mach.c \
804 pdp11.c \
7148cc28 805 pe-arm-wince.c \
ce3c775b 806 pe-arm.c \
90c0a373 807 pe-i386.c \
90c0a373 808 pe-mcore.c \
ce3c775b 809 pe-mips.c \
90c0a373 810 pe-ppc.c \
90c0a373 811 pe-sh.c \
ce3c775b
NC
812 pef.c \
813 pei-arm-wince.c \
814 pei-arm.c \
815 pei-i386.c \
816 pei-mcore.c \
90c0a373 817 pei-mips.c \
ce3c775b
NC
818 pei-ppc.c \
819 pei-sh.c \
820 plugin.c \
90c0a373
AM
821 ppcboot.c \
822 reloc16.c \
823 riscix.c \
ce3c775b 824 som.c \
90c0a373
AM
825 sparclinux.c \
826 sparclynx.c \
827 sparcnetbsd.c \
828 sunos.c \
90c0a373
AM
829 vax1knetbsd.c \
830 vaxbsd.c \
ce3c775b 831 vaxnetbsd.c \
90c0a373 832 versados.c \
90c0a373
AM
833 vms-gsd.c \
834 vms-hdr.c \
835 vms-misc.c \
836 vms-tir.c \
ce3c775b 837 vms.c \
29670fb9 838 vmsutil.c \
90c0a373
AM
839 xcofflink.c \
840 xsym.c \
841 xtensa-isa.c \
842 xtensa-modules.c
252b5132 843
6768c14a 844
252b5132
RH
845# The .o files needed by all of the 64 bit vectors that are configured into
846# target_vector in targets.c if configured with --enable-targets=all
847# and --enable-64-bit-bfd.
074d327a
NC
848# elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
849# BFD32_BACKENDS.
90c0a373
AM
850BFD64_BACKENDS = \
851 aix5ppc-core.lo \
852 aout64.lo \
853 coff-alpha.lo \
ce3c775b 854 coff-x86_64.lo \
90c0a373
AM
855 coff64-rs6000.lo \
856 demo64.lo \
ce3c775b
NC
857 elf32-ia64.lo \
858 elf32-score.lo \
859 elf32-score7.lo \
90c0a373 860 elf64-alpha.lo \
ce3c775b 861 elf64-gen.lo \
90c0a373
AM
862 elf64-hppa.lo \
863 elf64-ia64.lo \
90c0a373
AM
864 elf64-mips.lo \
865 elf64-mmix.lo \
90c0a373
AM
866 elf64-ppc.lo \
867 elf64-s390.lo \
ce3c775b 868 elf64-sh64.lo \
90c0a373 869 elf64-sparc.lo \
ce3c775b 870 elf64-x86-64.lo \
90c0a373 871 elf64.lo \
ce3c775b 872 elfn32-mips.lo \
90c0a373
AM
873 mmo.lo \
874 nlm32-alpha.lo \
875 nlm64.lo \
99ad8390 876 pe-x86_64.lo \
ce3c775b 877 pei-ia64.lo \
99ad8390
NC
878 pei-x86_64.lo \
879 pepigen.lo \
880 pex64igen.lo
90c0a373
AM
881
882BFD64_BACKENDS_CFILES = \
883 aix5ppc-core.c \
884 aout64.c \
885 coff-alpha.c \
ce3c775b 886 coff-x86_64.c \
90c0a373
AM
887 coff64-rs6000.c \
888 demo64.c \
ce3c775b
NC
889 elf32-score.c \
890 elf32-score7.c \
90c0a373 891 elf64-alpha.c \
90c0a373 892 elf64-gen.c \
ce3c775b 893 elf64-hppa.c \
90c0a373
AM
894 elf64-mips.c \
895 elf64-mmix.c \
896 elf64-ppc.c \
897 elf64-s390.c \
898 elf64-sh64.c \
899 elf64-sparc.c \
ce3c775b 900 elf64-x86-64.c \
90c0a373 901 elf64.c \
ce3c775b 902 elfn32-mips.c \
90c0a373
AM
903 mmo.c \
904 nlm32-alpha.c \
99ad8390 905 nlm64.c \
99ad8390 906 pe-x86_64.c \
ce3c775b 907 pei-ia64.c \
99ad8390 908 pei-x86_64.c
90c0a373
AM
909
910OPTIONAL_BACKENDS = \
911 aix386-core.lo \
ce3c775b 912 cisco-core.lo \
90c0a373
AM
913 hpux-core.lo \
914 irix-core.lo \
915 lynx-core.lo \
916 osf-core.lo \
917 sco5-core.lo \
ce3c775b 918 trad-core.lo
90c0a373
AM
919
920OPTIONAL_BACKENDS_CFILES = \
921 aix386-core.c \
ce3c775b 922 cisco-core.c \
90c0a373
AM
923 hpux-core.c \
924 irix-core.c \
925 lynx-core.c \
926 osf-core.c \
927 sco5-core.c \
ce3c775b 928 trad-core.c
252b5132
RH
929
930
3f85e526
L
931# We want to rerun configure if configure.in, config.bfd or
932# configure.host change. configure.in is needed since the version
933# number in Makefile comes from configure.in.
934CONFIG_STATUS_DEPENDENCIES = \
935 $(srcdir)/configure.in \
936 $(srcdir)/config.bfd \
937 $(srcdir)/configure.host
938
939
252b5132
RH
940# These are defined by configure.in:
941WORDSIZE = @wordsize@
942ALL_BACKENDS = @all_backends@
943BFD_BACKENDS = @bfd_backends@
944BFD_MACHINES = @bfd_machines@
945TDEFAULTS = @tdefaults@
20e95c23 946INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) @INCINTL@
252b5132
RH
947
948# C source files that correspond to .o's.
90c0a373
AM
949SOURCE_CFILES = \
950 $(BFD32_LIBS_CFILES) \
951 $(BFD64_LIBS_CFILES) \
952 $(ALL_MACHINES_CFILES) \
953 $(BFD32_BACKENDS_CFILES) \
954 $(BFD64_BACKENDS_CFILES) \
955 $(OPTIONAL_BACKENDS_CFILES)
252b5132 956
90c0a373 957BUILD_CFILES = \
99ad8390 958 elf32-ia64.c elf64-ia64.c peigen.c pepigen.c pex64igen.c
27b7e12d 959
55c80943 960CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
90c0a373 961SOURCE_HFILES = \
709d67f1
AM
962 aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
963 elf-bfd.h elf-hppa.h elf32-hppa.h \
90c0a373
AM
964 elf64-hppa.h elfcode.h elfcore.h \
965 freebsd.h genlink.h go32stub.h \
966 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
967 libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
968 netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
969 pef.h pef-traceback.h peicode.h som.h version.h \
970 vms.h xcoff-target.h xsym.h
971
972BUILD_HFILES = \
5eda1c47 973 bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h
252b5132 974
55c80943 975HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
55c80943
NC
976SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
977BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
252b5132
RH
978
979# Various kinds of .o files to put in libbfd.a:
980# BFD_BACKENDS Routines the configured targets need.
981# BFD_MACHINES Architecture-specific routines the configured targets need.
982# COREFILE Core file routines for a native configuration
21e40a48
L
983# bfd64_libs Routines for 64bit support
984OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
985
986# Since BFD64_LIBS is optional and we can't have substitution in
987# libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
988libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
252b5132 989libbfd_la_DEPENDENCIES = $(OFILES) ofiles
ce3c775b 990libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@ $(LIBDL)
29670fb9 991libbfd_la_LDFLAGS = -release `cat libtool-soversion` @SHARED_LDFLAGS@
252b5132
RH
992
993# libtool will build .libs/libbfd.a. We create libbfd.a in the build
994# directory so that we don't have to convert all the programs that use
995# libbfd.a simultaneously. This is a hack which should be removed if
996# everything else starts using libtool. FIXME.
252b5132
RH
997noinst_LIBRARIES = libbfd.a
998libbfd_a_SOURCES =
b13c7b49 999BFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
252b5132 1000LOCAL_H_DEPS = libbfd.h sysdep.h config.h
90c0a373
AM
1001BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
1002 reloc.c syms.c bfd.c bfdio.c bfdwin.c \
1b315056 1003 archive.c corefile.c targets.c format.c compress.c
252b5132 1004
2858ef35 1005BFD64_H_FILES = archive64.c
90c0a373
AM
1006LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \
1007 cache.c reloc.c archures.c elf.c
93509525 1008
252b5132 1009LIBCOFF_H_FILES = libcoff-in.h coffcode.h
55c80943 1010MOSTLYCLEANFILES = ofiles stamp-ofiles
90c0a373
AM
1011CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
1012 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
252b5132 1013
ee5c21a0 1014DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
90c0a373
AM
1015all: config.h
1016 $(MAKE) $(AM_MAKEFLAGS) all-recursive
252b5132 1017
252b5132 1018.SUFFIXES:
90c0a373
AM
1019.SUFFIXES: .c .lo .o .obj
1020am--refresh:
1021 @:
1022$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
1023 @for dep in $?; do \
1024 case '$(am__configure_deps)' in \
1025 *$$dep*) \
482c6ce9
L
1026 echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \
1027 cd $(srcdir) && $(AUTOMAKE) --cygnus \
90c0a373
AM
1028 && exit 0; \
1029 exit 1;; \
1030 esac; \
1031 done; \
482c6ce9 1032 echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
90c0a373 1033 cd $(top_srcdir) && \
482c6ce9 1034 $(AUTOMAKE) --cygnus Makefile
90c0a373 1035.PRECIOUS: Makefile
3f85e526
L
1036Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1037 @case '$?' in \
1038 *config.status*) \
1039 echo ' $(SHELL) ./config.status'; \
1040 $(SHELL) ./config.status;; \
1041 *) \
1042 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1043 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1044 esac;
252b5132 1045
90c0a373
AM
1046$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1047 $(SHELL) ./config.status --recheck
252b5132 1048
90c0a373 1049$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
252b5132 1050 cd $(srcdir) && $(AUTOCONF)
90c0a373
AM
1051$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1052 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
252b5132 1053
90c0a373 1054config.h: stamp-h1
252b5132 1055 @if test ! -f $@; then \
90c0a373
AM
1056 rm -f stamp-h1; \
1057 $(MAKE) stamp-h1; \
252b5132 1058 else :; fi
252b5132 1059
90c0a373
AM
1060stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
1061 @rm -f stamp-h1
1062 cd $(top_builddir) && $(SHELL) ./config.status config.h
1063$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1064 cd $(top_srcdir) && $(AUTOHEADER)
1065 rm -f stamp-h1
1066 touch $@
252b5132
RH
1067
1068distclean-hdr:
90c0a373
AM
1069 -rm -f config.h stamp-h1
1070bfd-in3.h: $(top_builddir)/config.status $(srcdir)/bfd-in2.h
1071 cd $(top_builddir) && $(SHELL) ./config.status $@
1072po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
1073 cd $(top_builddir) && $(SHELL) ./config.status $@
252b5132
RH
1074
1075clean-noinstLIBRARIES:
1076 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1077
90c0a373
AM
1078clean-bfdlibLTLIBRARIES:
1079 -test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
1080 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1081 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1082 test "$$dir" != "$$p" || dir=.; \
1083 echo "rm -f \"$${dir}/so_locations\""; \
1084 rm -f "$${dir}/so_locations"; \
1085 done
1086libbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES)
1087 $(LINK) -rpath $(bfdlibdir) $(libbfd_la_LDFLAGS) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
a2d91340 1088
252b5132 1089mostlyclean-compile:
7a6cc5fb 1090 -rm -f *.$(OBJEXT)
252b5132 1091
252b5132
RH
1092distclean-compile:
1093 -rm -f *.tab.c
1094
90c0a373
AM
1095.c.o:
1096 $(COMPILE) -c $<
a2d91340 1097
90c0a373
AM
1098.c.obj:
1099 $(COMPILE) -c `$(CYGPATH_W) '$<'`
a2d91340 1100
90c0a373
AM
1101.c.lo:
1102 $(LTCOMPILE) -c -o $@ $<
a2d91340 1103
252b5132
RH
1104mostlyclean-libtool:
1105 -rm -f *.lo
1106
1107clean-libtool:
1108 -rm -rf .libs _libs
1109
1110distclean-libtool:
90c0a373
AM
1111 -rm -f libtool
1112uninstall-info-am:
252b5132
RH
1113
1114# This directory's subdirectories are mostly independent; you can cd
1115# into them and run `make' without going through this Makefile.
1116# To change the values of `make' variables: instead of editing Makefiles,
1117# (1) if the variable is set in `config.status', edit `config.status'
1118# (which will cause the Makefiles to be regenerated when you run `make');
1119# (2) otherwise, pass the desired values on the `make' command line.
90c0a373 1120$(RECURSIVE_TARGETS):
5d038dee
L
1121 @failcom='exit 1'; \
1122 for f in x $$MAKEFLAGS; do \
1123 case $$f in \
1124 *=* | --[!k]*);; \
1125 *k*) failcom='fail=yes';; \
1126 esac; \
1127 done; \
252b5132
RH
1128 dot_seen=no; \
1129 target=`echo $@ | sed s/-recursive//`; \
1130 list='$(SUBDIRS)'; for subdir in $$list; do \
1131 echo "Making $$target in $$subdir"; \
1132 if test "$$subdir" = "."; then \
1133 dot_seen=yes; \
1134 local_target="$$target-am"; \
1135 else \
1136 local_target="$$target"; \
1137 fi; \
1138 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
5d038dee 1139 || eval $$failcom; \
252b5132
RH
1140 done; \
1141 if test "$$dot_seen" = "no"; then \
1142 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1143 fi; test -z "$$fail"
1144
1145mostlyclean-recursive clean-recursive distclean-recursive \
1146maintainer-clean-recursive:
5d038dee
L
1147 @failcom='exit 1'; \
1148 for f in x $$MAKEFLAGS; do \
1149 case $$f in \
1150 *=* | --[!k]*);; \
1151 *k*) failcom='fail=yes';; \
1152 esac; \
1153 done; \
252b5132 1154 dot_seen=no; \
90c0a373
AM
1155 case "$@" in \
1156 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1157 *) list='$(SUBDIRS)' ;; \
1158 esac; \
1159 rev=''; for subdir in $$list; do \
1160 if test "$$subdir" = "."; then :; else \
1161 rev="$$subdir $$rev"; \
1162 fi; \
252b5132 1163 done; \
90c0a373 1164 rev="$$rev ."; \
252b5132
RH
1165 target=`echo $@ | sed s/-recursive//`; \
1166 for subdir in $$rev; do \
1167 echo "Making $$target in $$subdir"; \
1168 if test "$$subdir" = "."; then \
1169 local_target="$$target-am"; \
1170 else \
1171 local_target="$$target"; \
1172 fi; \
1173 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
5d038dee 1174 || eval $$failcom; \
252b5132
RH
1175 done && test -z "$$fail"
1176tags-recursive:
1177 list='$(SUBDIRS)'; for subdir in $$list; do \
1178 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1179 done
90c0a373
AM
1180ctags-recursive:
1181 list='$(SUBDIRS)'; for subdir in $$list; do \
1182 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1183 done
252b5132 1184
90c0a373
AM
1185ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1186 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1187 unique=`for i in $$list; do \
1188 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1189 done | \
1190 $(AWK) ' { files[$$0] = 1; } \
252b5132 1191 END { for (i in files) print i; }'`; \
90c0a373
AM
1192 mkid -fID $$unique
1193tags: TAGS
252b5132 1194
90c0a373
AM
1195TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1196 $(TAGS_FILES) $(LISP)
252b5132
RH
1197 tags=; \
1198 here=`pwd`; \
90c0a373
AM
1199 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1200 include_option=--etags-include; \
1201 empty_fix=.; \
1202 else \
1203 include_option=--include; \
1204 empty_fix=; \
1205 fi; \
252b5132 1206 list='$(SUBDIRS)'; for subdir in $$list; do \
90c0a373
AM
1207 if test "$$subdir" = .; then :; else \
1208 test ! -f $$subdir/TAGS || \
1209 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1210 fi; \
252b5132 1211 done; \
90c0a373
AM
1212 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
1213 unique=`for i in $$list; do \
1214 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1215 done | \
1216 $(AWK) ' { files[$$0] = 1; } \
252b5132 1217 END { for (i in files) print i; }'`; \
90c0a373
AM
1218 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1219 test -n "$$unique" || unique=$$empty_fix; \
1220 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1221 $$tags $$unique; \
1222 fi
1223ctags: CTAGS
1224CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1225 $(TAGS_FILES) $(LISP)
1226 tags=; \
1227 here=`pwd`; \
1228 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
1229 unique=`for i in $$list; do \
1230 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1231 done | \
1232 $(AWK) ' { files[$$0] = 1; } \
1233 END { for (i in files) print i; }'`; \
1234 test -z "$(CTAGS_ARGS)$$tags$$unique" \
1235 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1236 $$tags $$unique
252b5132 1237
90c0a373
AM
1238GTAGS:
1239 here=`$(am__cd) $(top_builddir) && pwd` \
1240 && cd $(top_srcdir) \
1241 && gtags -i $(GTAGS_ARGS) $$here
252b5132
RH
1242
1243distclean-tags:
90c0a373 1244 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
252b5132
RH
1245check-am:
1246check: check-recursive
90c0a373
AM
1247all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
1248installdirs: installdirs-recursive
1249installdirs-am:
1250 for dir in "$(DESTDIR)$(bfdlibdir)"; do \
1251 test -z "$$dir" || $(mkdir_p) "$$dir"; \
1252 done
1253install: install-recursive
252b5132 1254install-exec: install-exec-recursive
252b5132 1255install-data: install-data-recursive
90c0a373 1256uninstall: uninstall-recursive
252b5132
RH
1257
1258install-am: all-am
1259 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
252b5132 1260
90c0a373
AM
1261installcheck: installcheck-recursive
1262install-strip:
1263 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1264 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1265 `test -z '$(STRIP)' || \
1266 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
252b5132
RH
1267mostlyclean-generic:
1268 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1269
1270clean-generic:
1271 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1272
1273distclean-generic:
90c0a373 1274 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
55c80943 1275 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
252b5132
RH
1276
1277maintainer-clean-generic:
90c0a373
AM
1278 @echo "This command is intended for maintainers to use"
1279 @echo "it deletes files that may require special tools to rebuild."
1280clean: clean-recursive
252b5132 1281
90c0a373
AM
1282clean-am: clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
1283 clean-noinstLIBRARIES mostlyclean-am
252b5132 1284
90c0a373
AM
1285distclean: distclean-recursive
1286 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1287 -rm -f Makefile
1288distclean-am: clean-am distclean-compile distclean-generic \
1289 distclean-hdr distclean-libtool distclean-tags
252b5132 1290
90c0a373 1291dvi: dvi-recursive
252b5132 1292
90c0a373 1293dvi-am:
252b5132 1294
90c0a373
AM
1295html: html-recursive
1296
1297info: info-recursive
1298
1299info-am:
1300
1301install-data-am: install-bfdlibLTLIBRARIES
1302
1303install-exec-am:
1304
1305install-info: install-info-recursive
1306
1307install-man:
1308
1309installcheck-am:
252b5132
RH
1310
1311maintainer-clean: maintainer-clean-recursive
90c0a373
AM
1312 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1313 -rm -rf $(top_srcdir)/autom4te.cache
1314 -rm -f Makefile
1315maintainer-clean-am: distclean-am maintainer-clean-generic
1316
1317mostlyclean: mostlyclean-recursive
1318
1319mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1320 mostlyclean-libtool
1321
1322pdf: pdf-recursive
1323
1324pdf-am:
1325
1326ps: ps-recursive
1327
1328ps-am:
1329
1330uninstall-am: uninstall-bfdlibLTLIBRARIES
1331
1332uninstall-info: uninstall-info-recursive
1333
1334.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
1335 check-am clean clean-bfdlibLTLIBRARIES clean-generic \
1336 clean-libtool clean-noinstLIBRARIES clean-recursive ctags \
1337 ctags-recursive distclean distclean-compile distclean-generic \
1338 distclean-hdr distclean-libtool distclean-recursive \
1339 distclean-tags dvi dvi-am html html-am info info-am install \
1340 install-am install-bfdlibLTLIBRARIES install-data \
1341 install-data-am install-exec install-exec-am install-info \
1342 install-info-am install-man install-strip installcheck \
1343 installcheck-am installdirs installdirs-am maintainer-clean \
1344 maintainer-clean-generic maintainer-clean-recursive \
1345 mostlyclean mostlyclean-compile mostlyclean-generic \
1346 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
1347 tags tags-recursive uninstall uninstall-am \
1348 uninstall-bfdlibLTLIBRARIES uninstall-info-am
252b5132
RH
1349
1350
55c80943 1351po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
fdc09da8 1352 for file in $(SRC_POTFILES); do echo $$file; done \
323ee3f4 1353 | LC_ALL=C sort > tmp.src \
01467f2a 1354 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
55c80943
NC
1355
1356po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
fdc09da8 1357 for file in $(BLD_POTFILES); do echo $$file; done \
323ee3f4 1358 | LC_ALL=C sort > tmp.bld \
01467f2a 1359 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
55c80943 1360
e3e71e27 1361all diststuff: info
252b5132 1362
31dd3154
JM
1363.PHONY: install-pdf install-pdf-am install-pdf-recursive
1364
1365install-pdf: install-pdf-recursive
1366
1367install-pdf-recursive:
1368 @failcom='exit 1'; \
1369 for f in x $$MAKEFLAGS; do \
1370 case $$f in \
1371 *=* | --[!k]*);; \
1372 *k*) failcom='fail=yes';; \
1373 esac; \
1374 done; \
1375 dot_seen=no; \
1376 target=`echo $@ | sed s/-recursive//`; \
1377 list='$(SUBDIRS)'; for subdir in $$list; do \
1378 echo "Making $$target in $$subdir"; \
1379 if test "$$subdir" = "."; then \
1380 dot_seen=yes; \
1381 local_target="$$target-am"; \
1382 else \
1383 local_target="$$target"; \
1384 fi; \
1385 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1386 || eval $$failcom; \
1387 done; \
1388 if test "$$dot_seen" = "no"; then \
1389 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1390 fi; test -z "$$fail"
1391
108a6f8e
CD
1392.PHONY: install-html install-html-am install-html-recursive
1393
1394install-html: install-html-recursive
1395
1396install-html-recursive:
1397 @failcom='exit 1'; \
1398 for f in x $$MAKEFLAGS; do \
1399 case $$f in \
1400 *=* | --[!k]*);; \
1401 *k*) failcom='fail=yes';; \
1402 esac; \
1403 done; \
1404 dot_seen=no; \
1405 target=`echo $@ | sed s/-recursive//`; \
1406 list='$(SUBDIRS)'; for subdir in $$list; do \
1407 echo "Making $$target in $$subdir"; \
1408 if test "$$subdir" = "."; then \
1409 dot_seen=yes; \
1410 local_target="$$target-am"; \
1411 else \
1412 local_target="$$target"; \
1413 fi; \
1414 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1415 || eval $$failcom; \
1416 done; \
1417 if test "$$dot_seen" = "no"; then \
1418 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1419 fi; test -z "$$fail"
1420
252b5132
RH
1421stamp-ofiles: Makefile
1422 rm -f tofiles
1423 f=""; \
1424 for i in $(OFILES) ; do \
1425 case " $$f " in \
1426 *" $$i "*) ;; \
1427 *) f="$$f $$i" ;; \
1428 esac ; \
1429 done ; \
1430 echo $$f > tofiles
1431 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
1432 touch stamp-ofiles
1433
1434ofiles: stamp-ofiles ; @true
1435
1436stamp-lib: libbfd.la
e56f75e9
ILT
1437 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
1438 if [ -f $$libtooldir/libbfd.a ]; then \
1439 cp $$libtooldir/libbfd.a libbfd.tmp; \
9f93bca5 1440 $(RANLIB) libbfd.tmp; \
252b5132
RH
1441 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
1442 else true; fi
1443 touch stamp-lib
1444
1445libbfd.a: stamp-lib ; @true
1446
1447# This file holds an array associating configuration triplets and
1448# vector names. It is built from config.bfd. It is not compiled by
1449# itself, but is included by targets.c.
1450targmatch.h: config.bfd targmatch.sed
1451 rm -f targmatch.h
1452 sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
1453 mv -f targmatch.new targmatch.h
1454
1455# When compiling archures.c and targets.c, supply the default target
1456# info from configure.
1457
840f0243 1458targets.lo: targets.c Makefile
252b5132
RH
1459 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
1460
840f0243 1461archures.lo: archures.c Makefile
252b5132
RH
1462 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
1463
0d4a1476
AS
1464dwarf2.lo: dwarf2.c Makefile
1465 $(LIBTOOL) --mode=compile $(COMPILE) -c -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
1466
252b5132
RH
1467elf32-target.h : elfxx-target.h
1468 rm -f elf32-target.h
1469 sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
1470 mv -f elf32-target.new elf32-target.h
1471
1472elf64-target.h : elfxx-target.h
1473 rm -f elf64-target.h
1474 sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
1475 mv -f elf64-target.new elf64-target.h
bbe66d08
JW
1476
1477elf32-ia64.c : elfxx-ia64.c
1478 rm -f elf32-ia64.c
1479 sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
1480 mv -f elf32-ia64.new elf32-ia64.c
1481
1482elf64-ia64.c : elfxx-ia64.c
1483 rm -f elf64-ia64.c
1484 sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
1485 mv -f elf64-ia64.new elf64-ia64.c
252b5132 1486
cbff5e0d
DD
1487peigen.c : peXXigen.c
1488 rm -f peigen.c
1489 sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
1490 mv -f peigen.new peigen.c
1491
1492pepigen.c : peXXigen.c
1493 rm -f pepigen.c
1494 sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
1495 mv -f pepigen.new pepigen.c
99ad8390
NC
1496
1497pex64igen.c: peXXigen.c
1498 rm -f pex64igen.c
1499 sed -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new
1500 mv -f pex64igen.new pex64igen.c
2858ef35
HPN
1501$(BFD32_LIBS) \
1502 $(BFD64_LIBS) \
b13c7b49
AM
1503 $(ALL_MACHINES) \
1504 $(BFD32_BACKENDS) \
1505 $(BFD64_BACKENDS) \
1506 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
cbff5e0d 1507
a703a6ea 1508install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd
252b5132 1509 @$(NORMAL_INSTALL)
a703a6ea
AM
1510
1511uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd
1512 @$(NORMAL_UNINSTALL)
1513
1514.PHONY: install_libbfd uninstall_libbfd
1515install_libbfd: $(bfdlib_LTLIBRARIES) $(BFD_H)
1516 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
1517 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
1518 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1519 if test -f $$p; then \
1520 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
1521 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
1522 else :; fi; \
1523 done
1524 $(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(bfdincludedir)/bfd.h
1525 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(bfdincludedir)/ansidecl.h
1526 $(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(bfdincludedir)/symcat.h
1527 $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(bfdincludedir)/bfdlink.h
1528
1529uninstall_libbfd:
1530 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1531 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
1532 done
1533 rm -f $(DESTDIR)$(bfdincludedir)/bfd.h
1534 rm -f $(DESTDIR)$(bfdincludedir)/ansidecl.h
1535 rm -f $(DESTDIR)$(bfdincludedir)/symcat.h
1536 rm -f $(DESTDIR)$(bfdincludedir)/bfdlink.h
252b5132 1537
74eeebea
ILT
1538# Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
1539DEP: dep.sed $(CFILES) $(HFILES) bfd.h
1540 rm -f DEP1
41b49281 1541 $(MAKE) MKDEP="$(MKDEP)" DEP1
9e097a72
AM
1542 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEP1
1543 if grep ' /' DEP1 > /dev/null 2> /dev/null; then \
1581f8c9
AM
1544 echo 'make DEP failed!'; exit 1; \
1545 else \
9e097a72 1546 mv -f DEP1 $@; \
1581f8c9 1547 fi
41b49281 1548
74eeebea 1549DEP1: $(CFILES)
74eeebea 1550 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
41b49281 1551 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
9e097a72
AM
1552 for f in $?; do \
1553 $(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
1554 sed -n -e '1s/\.o: .*/.lo: \\/p' -e q < DEPA >> DEP2; \
a1ef399e
AM
1555 sed -e '1s/.*: //' -f dep.sed < DEPA | \
1556 LC_ALL=C sort | LC_ALL=C uniq | \
9e097a72
AM
1557 sed -e 's/^[AB]/ /' -e '$$s/ \\$$//' >> DEP2; \
1558 done
1559 rm -f DEPA
41b49281 1560 mv -f DEP2 $@
252b5132
RH
1561
1562dep.sed: dep-in.sed config.status
1563 sed <$(srcdir)/dep-in.sed >dep.sed \
1564 -e 's!@BFD_H@!$(BFD_H)!' \
830629ab
AM
1565 -e 's!@SRCDIR@!$(srcdir)!' \
1566 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!'
252b5132 1567
74eeebea 1568dep: DEP
252b5132 1569 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
74eeebea 1570 cat DEP >> tmp-Makefile
252b5132
RH
1571 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
1572
74eeebea 1573dep-in: DEP
252b5132 1574 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
74eeebea 1575 cat DEP >> tmp-Makefile.in
252b5132
RH
1576 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1577
74eeebea 1578dep-am: DEP
252b5132 1579 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
74eeebea 1580 cat DEP >> tmp-Makefile.am
252b5132
RH
1581 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1582
1583host-aout.lo: Makefile
1584
1585# The following program can be used to generate a simple config file
1586# which can be folded into an h-XXX file for a new host, with some editing.
1587aout-params.h: gen-aout
1588 ./gen-aout host > aout-params.h
1589gen-aout: $(srcdir)/gen-aout.c Makefile
1590 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
1591
1592$(BFD_H): stmp-bfd-h ; @true
1593
1594stmp-bfd-h: bfd-in3.h
1595 rm -f bfd-tmp.h
1596 cp bfd-in3.h bfd-tmp.h
1597 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
1598 rm -f bfd-tmp.h
1599 touch stmp-bfd-h
1600
1601# Could really use a "copy-if-change"...
1602headers:
108a6f8e
CD
1603 (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
1604 cp $(bfddocdir)/bfd.h bfd-in2.h-new
252b5132 1605 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
108a6f8e 1606 cp $(bfddocdir)/libbfd.h libbfd.h-new
252b5132 1607 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
108a6f8e 1608 cp $(bfddocdir)/libcoff.h libcoff.h-new
252b5132
RH
1609 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1610
1611# We only rebuild the header files automatically if we have been
1612# configured with --enable-maintainer-mode.
1613
1614$(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
2858ef35 1615stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
108a6f8e
CD
1616 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
1617 cp $(bfddocdir)/bfd.h bfd-in2.h-new
252b5132
RH
1618 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1619 touch stmp-bin2-h
1620
1621$(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1622stmp-lbfd-h: $(LIBBFD_H_FILES)
108a6f8e
CD
1623 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
1624 cp $(bfddocdir)/libbfd.h libbfd.h-new
252b5132
RH
1625 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1626 touch stmp-lbfd-h
1627
1628$(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
1629stmp-lcoff-h: $(LIBCOFF_H_FILES)
108a6f8e
CD
1630 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
1631 cp $(bfddocdir)/libcoff.h libcoff.h-new
252b5132
RH
1632 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1633 touch stmp-lcoff-h
1634
d866f350 1635bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in
91506736 1636 @echo "creating $@"
bc286f95
BE
1637 @bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
1638 bfd_version_string="\"$(VERSION)\"" ;\
ee5c21a0 1639 bfd_soversion="$(VERSION)" ;\
92f01d61 1640 bfd_version_package="\"$(PKGVERSION)\"" ;\
c428fa83 1641 report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
bc286f95 1642 if test "x$(RELEASE)" = x ; then \
d866f350 1643 bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
066c2a57 1644 bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
ee5c21a0 1645 bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
bc286f95 1646 fi ;\
c428fa83
L
1647 sed -e "s,@bfd_version@,$$bfd_version," \
1648 -e "s,@bfd_version_string@,$$bfd_version_string," \
1649 -e "s,@bfd_version_package@,$$bfd_version_package," \
1650 -e "s,@report_bugs_to@,$$report_bugs_to," \
ee5c21a0
DJ
1651 < $(srcdir)/version.h > $@; \
1652 echo "$${bfd_soversion}" > libtool-soversion
bc286f95 1653
252b5132
RH
1654# What appears below is generated by a hacked mkdep using gcc -MM.
1655
1656# DO NOT DELETE THIS LINE -- mkdep uses it.
1657# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
9e097a72
AM
1658archive.lo: \
1659 archive.c \
1660 $(INCDIR)/aout/ar.h \
1661 $(INCDIR)/aout/ranlib.h \
1662 $(INCDIR)/filenames.h \
1663 $(INCDIR)/hashtab.h \
1664 $(INCDIR)/libiberty.h \
5d038dee 1665 $(INCDIR)/safe-ctype.h
9e097a72
AM
1666archures.lo: \
1667 archures.c \
1668 $(INCDIR)/filenames.h \
1669 $(INCDIR)/hashtab.h \
62d8ad4f 1670 $(INCDIR)/safe-ctype.h
9e097a72
AM
1671bfd.lo: \
1672 bfd.c \
1673 $(INCDIR)/bfdlink.h \
1674 $(INCDIR)/coff/ecoff.h \
1675 $(INCDIR)/coff/internal.h \
1676 $(INCDIR)/coff/sym.h \
1677 $(INCDIR)/demangle.h \
1678 $(INCDIR)/elf/common.h \
1679 $(INCDIR)/elf/external.h \
1680 $(INCDIR)/elf/internal.h \
1681 $(INCDIR)/filenames.h \
1682 $(INCDIR)/hashtab.h \
1683 $(INCDIR)/libiberty.h \
1684 $(INCDIR)/safe-ctype.h \
1685 bfdver.h \
1686 elf-bfd.h \
1687 libcoff.h \
1688 libecoff.h
1689bfdio.lo: \
1690 bfdio.c \
1691 $(INCDIR)/filenames.h \
1692 $(INCDIR)/hashtab.h
1693bfdwin.lo: \
1694 bfdwin.c \
1695 $(INCDIR)/filenames.h \
1696 $(INCDIR)/hashtab.h
1697cache.lo: \
1698 cache.c \
1699 $(INCDIR)/filenames.h \
1700 $(INCDIR)/hashtab.h \
62d8ad4f 1701 $(INCDIR)/libiberty.h
9e097a72
AM
1702coffgen.lo: \
1703 coffgen.c \
1704 $(INCDIR)/bfdlink.h \
1705 $(INCDIR)/coff/internal.h \
1706 $(INCDIR)/filenames.h \
1707 $(INCDIR)/hashtab.h \
1708 libcoff.h
1709corefile.lo: \
1710 corefile.c \
1711 $(INCDIR)/filenames.h \
1712 $(INCDIR)/hashtab.h
1713format.lo: \
1714 format.c \
1715 $(INCDIR)/filenames.h \
1716 $(INCDIR)/hashtab.h
1717init.lo: \
1718 init.c \
1719 $(INCDIR)/filenames.h \
1720 $(INCDIR)/hashtab.h
1721libbfd.lo: \
1722 libbfd.c \
1723 $(INCDIR)/filenames.h \
1724 $(INCDIR)/hashtab.h
1725opncls.lo: \
1726 opncls.c \
1727 $(INCDIR)/filenames.h \
1728 $(INCDIR)/hashtab.h \
1729 $(INCDIR)/libiberty.h \
1730 $(INCDIR)/objalloc.h
1731reloc.lo: \
1732 reloc.c \
1733 $(INCDIR)/bfdlink.h \
1734 $(INCDIR)/filenames.h \
1735 $(INCDIR)/hashtab.h
1736section.lo: \
1737 section.c \
1738 $(INCDIR)/bfdlink.h \
1739 $(INCDIR)/filenames.h \
1740 $(INCDIR)/hashtab.h
1741syms.lo: \
1742 syms.c \
1743 $(INCDIR)/aout/stab.def \
1744 $(INCDIR)/aout/stab_gnu.h \
1745 $(INCDIR)/bfdlink.h \
1746 $(INCDIR)/filenames.h \
1747 $(INCDIR)/hashtab.h \
1748 $(INCDIR)/safe-ctype.h
1749targets.lo: \
1750 targets.c \
1751 $(INCDIR)/filenames.h \
1752 $(INCDIR)/fnmatch.h \
1753 $(INCDIR)/hashtab.h \
1754 targmatch.h
1755hash.lo: \
1756 hash.c \
1757 $(INCDIR)/filenames.h \
1758 $(INCDIR)/hashtab.h \
1759 $(INCDIR)/libiberty.h \
1760 $(INCDIR)/objalloc.h
1761linker.lo: \
1762 linker.c \
1763 $(INCDIR)/bfdlink.h \
1764 $(INCDIR)/filenames.h \
1765 $(INCDIR)/hashtab.h \
1766 genlink.h
1767srec.lo: \
1768 srec.c \
1769 $(INCDIR)/filenames.h \
1770 $(INCDIR)/hashtab.h \
1771 $(INCDIR)/libiberty.h \
1772 $(INCDIR)/safe-ctype.h
1773binary.lo: \
1774 binary.c \
1775 $(INCDIR)/filenames.h \
1776 $(INCDIR)/hashtab.h \
1777 $(INCDIR)/safe-ctype.h
1778tekhex.lo: \
1779 tekhex.c \
1780 $(INCDIR)/filenames.h \
1781 $(INCDIR)/hashtab.h \
62d8ad4f 1782 $(INCDIR)/libiberty.h
9e097a72
AM
1783ihex.lo: \
1784 ihex.c \
1785 $(INCDIR)/filenames.h \
1786 $(INCDIR)/hashtab.h \
1787 $(INCDIR)/libiberty.h \
1788 $(INCDIR)/safe-ctype.h
1789stabs.lo: \
1790 stabs.c \
1791 $(INCDIR)/aout/stab.def \
1792 $(INCDIR)/aout/stab_gnu.h \
1793 $(INCDIR)/filenames.h \
1794 $(INCDIR)/hashtab.h \
1795 $(INCDIR)/safe-ctype.h
1796stab-syms.lo: \
1797 stab-syms.c \
1798 $(INCDIR)/aout/aout64.h \
1799 $(INCDIR)/aout/stab.def \
1800 $(INCDIR)/bfdlink.h \
1801 libaout.h
1802merge.lo: \
1803 merge.c \
1804 $(INCDIR)/filenames.h \
1805 $(INCDIR)/hashtab.h \
62d8ad4f 1806 $(INCDIR)/libiberty.h
9e097a72
AM
1807dwarf2.lo: \
1808 dwarf2.c \
1809 $(INCDIR)/bfdlink.h \
fa8f86ff 1810 $(INCDIR)/dwarf2.h \
8455dd2c 1811 $(INCDIR)/elf/common.h \
9e097a72
AM
1812 $(INCDIR)/elf/external.h \
1813 $(INCDIR)/elf/internal.h \
1814 $(INCDIR)/filenames.h \
1815 $(INCDIR)/hashtab.h \
1816 $(INCDIR)/libiberty.h \
1817 elf-bfd.h
1818simple.lo: \
1819 simple.c \
1820 $(INCDIR)/bfdlink.h \
1821 $(INCDIR)/filenames.h \
1822 $(INCDIR)/hashtab.h
1823compress.lo: \
1824 compress.c \
1825 $(INCDIR)/filenames.h \
1826 $(INCDIR)/hashtab.h
1827verilog.lo: \
1828 verilog.c \
1829 $(INCDIR)/filenames.h \
1830 $(INCDIR)/hashtab.h \
1831 $(INCDIR)/libiberty.h \
1832 $(INCDIR)/safe-ctype.h
1833archive64.lo: \
1834 archive64.c \
1835 $(INCDIR)/aout/ar.h \
1836 $(INCDIR)/filenames.h \
1837 $(INCDIR)/hashtab.h
1838cpu-alpha.lo: \
1839 cpu-alpha.c \
1840 $(INCDIR)/filenames.h \
1841 $(INCDIR)/hashtab.h
1842cpu-arc.lo: \
1843 cpu-arc.c \
1844 $(INCDIR)/filenames.h \
1845 $(INCDIR)/hashtab.h
1846cpu-arm.lo: \
1847 cpu-arm.c \
1848 $(INCDIR)/filenames.h \
1849 $(INCDIR)/hashtab.h \
62d8ad4f 1850 $(INCDIR)/libiberty.h
9e097a72
AM
1851cpu-avr.lo: \
1852 cpu-avr.c \
1853 $(INCDIR)/filenames.h \
1854 $(INCDIR)/hashtab.h
1855cpu-bfin.lo: \
1856 cpu-bfin.c \
1857 $(INCDIR)/filenames.h \
1858 $(INCDIR)/hashtab.h
1859cpu-cr16.lo: \
1860 cpu-cr16.c \
1861 $(INCDIR)/filenames.h \
1862 $(INCDIR)/hashtab.h
9e097a72
AM
1863cpu-cr16c.lo: \
1864 cpu-cr16c.c \
1865 $(INCDIR)/filenames.h \
1866 $(INCDIR)/hashtab.h
a1ef399e
AM
1867cpu-cris.lo: \
1868 cpu-cris.c \
1869 $(INCDIR)/filenames.h \
1870 $(INCDIR)/hashtab.h
9e097a72
AM
1871cpu-crx.lo: \
1872 cpu-crx.c \
1873 $(INCDIR)/filenames.h \
1874 $(INCDIR)/hashtab.h
1875cpu-d10v.lo: \
1876 cpu-d10v.c \
1877 $(INCDIR)/filenames.h \
1878 $(INCDIR)/hashtab.h
1879cpu-d30v.lo: \
1880 cpu-d30v.c \
1881 $(INCDIR)/filenames.h \
1882 $(INCDIR)/hashtab.h
1883cpu-dlx.lo: \
1884 cpu-dlx.c \
1885 $(INCDIR)/filenames.h \
1886 $(INCDIR)/hashtab.h
1887cpu-fr30.lo: \
1888 cpu-fr30.c \
1889 $(INCDIR)/filenames.h \
1890 $(INCDIR)/hashtab.h
1891cpu-frv.lo: \
1892 cpu-frv.c \
1893 $(INCDIR)/filenames.h \
1894 $(INCDIR)/hashtab.h
9e097a72
AM
1895cpu-h8300.lo: \
1896 cpu-h8300.c \
1897 $(INCDIR)/filenames.h \
1898 $(INCDIR)/hashtab.h
1899cpu-h8500.lo: \
1900 cpu-h8500.c \
1901 $(INCDIR)/filenames.h \
1902 $(INCDIR)/hashtab.h
1903cpu-hppa.lo: \
1904 cpu-hppa.c \
1905 $(INCDIR)/filenames.h \
1906 $(INCDIR)/hashtab.h
9e097a72
AM
1907cpu-i370.lo: \
1908 cpu-i370.c \
1909 $(INCDIR)/filenames.h \
1910 $(INCDIR)/hashtab.h
1911cpu-i386.lo: \
1912 cpu-i386.c \
1913 $(INCDIR)/filenames.h \
1914 $(INCDIR)/hashtab.h
8a9036a4
L
1915cpu-l1om.lo: \
1916 cpu-l1om.c \
1917 $(INCDIR)/filenames.h \
1918 $(INCDIR)/hashtab.h
9e097a72
AM
1919cpu-i860.lo: \
1920 cpu-i860.c \
1921 $(INCDIR)/filenames.h \
1922 $(INCDIR)/hashtab.h
1923cpu-i960.lo: \
1924 cpu-i960.c \
1925 $(INCDIR)/filenames.h \
1926 $(INCDIR)/hashtab.h
a1ef399e
AM
1927cpu-ia64.lo: \
1928 cpu-ia64.c \
1929 $(INCDIR)/filenames.h \
1930 $(INCDIR)/hashtab.h \
1931 $(INCDIR)/opcode/ia64.h \
1932 $(srcdir)/../opcodes/ia64-opc.h \
1933 cpu-ia64-opc.c
9e097a72
AM
1934cpu-ip2k.lo: \
1935 cpu-ip2k.c \
1936 $(INCDIR)/filenames.h \
1937 $(INCDIR)/hashtab.h
1938cpu-iq2000.lo: \
1939 cpu-iq2000.c \
1940 $(INCDIR)/filenames.h \
1941 $(INCDIR)/hashtab.h
1942cpu-lm32.lo: \
1943 cpu-lm32.c \
1944 $(INCDIR)/filenames.h \
1945 $(INCDIR)/hashtab.h
a1ef399e
AM
1946cpu-m10200.lo: \
1947 cpu-m10200.c \
1948 $(INCDIR)/filenames.h \
1949 $(INCDIR)/hashtab.h
1950cpu-m10300.lo: \
1951 cpu-m10300.c \
1952 $(INCDIR)/filenames.h \
1953 $(INCDIR)/hashtab.h
9e097a72
AM
1954cpu-m32c.lo: \
1955 cpu-m32c.c \
1956 $(INCDIR)/filenames.h \
1957 $(INCDIR)/hashtab.h
1958cpu-m32r.lo: \
1959 cpu-m32r.c \
1960 $(INCDIR)/filenames.h \
1961 $(INCDIR)/hashtab.h
1962cpu-m68hc11.lo: \
1963 cpu-m68hc11.c \
1964 $(INCDIR)/filenames.h \
1965 $(INCDIR)/hashtab.h
1966cpu-m68hc12.lo: \
1967 cpu-m68hc12.c \
1968 $(INCDIR)/filenames.h \
1969 $(INCDIR)/hashtab.h
1970cpu-m68k.lo: \
1971 cpu-m68k.c \
1972 $(INCDIR)/filenames.h \
1973 $(INCDIR)/hashtab.h \
66eb6687 1974 $(INCDIR)/opcode/m68k.h
9e097a72
AM
1975cpu-m88k.lo: \
1976 cpu-m88k.c \
1977 $(INCDIR)/filenames.h \
1978 $(INCDIR)/hashtab.h
9e097a72
AM
1979cpu-maxq.lo: \
1980 cpu-maxq.c \
1981 $(INCDIR)/filenames.h \
1982 $(INCDIR)/hashtab.h
1983cpu-mcore.lo: \
1984 cpu-mcore.c \
1985 $(INCDIR)/filenames.h \
1986 $(INCDIR)/hashtab.h
1987cpu-mep.lo: \
1988 cpu-mep.c \
1989 $(INCDIR)/filenames.h \
1990 $(INCDIR)/hashtab.h
1991cpu-mips.lo: \
1992 cpu-mips.c \
1993 $(INCDIR)/filenames.h \
1994 $(INCDIR)/hashtab.h
1995cpu-mmix.lo: \
1996 cpu-mmix.c \
1997 $(INCDIR)/filenames.h \
1998 $(INCDIR)/hashtab.h
ce3c775b
NC
1999cpu-moxie.lo: \
2000 cpu-moxie.c \
9e097a72
AM
2001 $(INCDIR)/filenames.h \
2002 $(INCDIR)/hashtab.h
2003cpu-msp430.lo: \
2004 cpu-msp430.c \
2005 $(INCDIR)/filenames.h \
2006 $(INCDIR)/hashtab.h
ce3c775b
NC
2007cpu-mt.lo: \
2008 cpu-mt.c \
2009 $(INCDIR)/filenames.h \
2010 $(INCDIR)/hashtab.h
9e097a72
AM
2011cpu-ns32k.lo: \
2012 cpu-ns32k.c \
2013 $(INCDIR)/filenames.h \
2014 $(INCDIR)/hashtab.h \
62d8ad4f 2015 ns32k.h
9e097a72
AM
2016cpu-openrisc.lo: \
2017 cpu-openrisc.c \
2018 $(INCDIR)/filenames.h \
2019 $(INCDIR)/hashtab.h
a1ef399e
AM
2020cpu-or32.lo: \
2021 cpu-or32.c \
2022 $(INCDIR)/filenames.h \
2023 $(INCDIR)/hashtab.h
9e097a72
AM
2024cpu-pdp11.lo: \
2025 cpu-pdp11.c \
2026 $(INCDIR)/filenames.h \
2027 $(INCDIR)/hashtab.h
2028cpu-pj.lo: \
2029 cpu-pj.c \
2030 $(INCDIR)/filenames.h \
2031 $(INCDIR)/hashtab.h
ce3c775b
NC
2032cpu-plugin.lo: \
2033 cpu-plugin.c \
2034 $(INCDIR)/filenames.h \
2035 $(INCDIR)/hashtab.h
9e097a72
AM
2036cpu-powerpc.lo: \
2037 cpu-powerpc.c \
2038 $(INCDIR)/filenames.h \
2039 $(INCDIR)/hashtab.h
2040cpu-rs6000.lo: \
2041 cpu-rs6000.c \
2042 $(INCDIR)/filenames.h \
2043 $(INCDIR)/hashtab.h
2044cpu-s390.lo: \
2045 cpu-s390.c \
2046 $(INCDIR)/filenames.h \
5d038dee 2047 $(INCDIR)/hashtab.h
9e097a72
AM
2048cpu-score.lo: \
2049 cpu-score.c \
2050 $(INCDIR)/filenames.h \
3c9b82ba 2051 $(INCDIR)/hashtab.h
9e097a72
AM
2052cpu-sh.lo: \
2053 cpu-sh.c \
2054 $(INCDIR)/filenames.h \
2055 $(INCDIR)/hashtab.h \
62d8ad4f 2056 $(srcdir)/../opcodes/sh-opc.h
9e097a72
AM
2057cpu-sparc.lo: \
2058 cpu-sparc.c \
2059 $(INCDIR)/filenames.h \
2060 $(INCDIR)/hashtab.h
2061cpu-spu.lo: \
2062 cpu-spu.c \
2063 $(INCDIR)/filenames.h \
2064 $(INCDIR)/hashtab.h
2065cpu-tic30.lo: \
2066 cpu-tic30.c \
2067 $(INCDIR)/filenames.h \
2068 $(INCDIR)/hashtab.h
2069cpu-tic4x.lo: \
2070 cpu-tic4x.c \
2071 $(INCDIR)/filenames.h \
2072 $(INCDIR)/hashtab.h
2073cpu-tic54x.lo: \
2074 cpu-tic54x.c \
2075 $(INCDIR)/filenames.h \
2076 $(INCDIR)/hashtab.h
2077cpu-tic80.lo: \
2078 cpu-tic80.c \
2079 $(INCDIR)/filenames.h \
2080 $(INCDIR)/hashtab.h
2081cpu-v850.lo: \
2082 cpu-v850.c \
2083 $(INCDIR)/filenames.h \
2084 $(INCDIR)/hashtab.h \
62d8ad4f 2085 $(INCDIR)/safe-ctype.h
9e097a72
AM
2086cpu-vax.lo: \
2087 cpu-vax.c \
2088 $(INCDIR)/filenames.h \
2089 $(INCDIR)/hashtab.h
a1ef399e
AM
2090cpu-w65.lo: \
2091 cpu-w65.c \
2092 $(INCDIR)/filenames.h \
2093 $(INCDIR)/hashtab.h
9e097a72
AM
2094cpu-we32k.lo: \
2095 cpu-we32k.c \
2096 $(INCDIR)/filenames.h \
2097 $(INCDIR)/hashtab.h
a1ef399e
AM
2098cpu-xc16x.lo: \
2099 cpu-xc16x.c \
9e097a72
AM
2100 $(INCDIR)/filenames.h \
2101 $(INCDIR)/hashtab.h
2102cpu-xstormy16.lo: \
2103 cpu-xstormy16.c \
2104 $(INCDIR)/filenames.h \
2105 $(INCDIR)/hashtab.h
2106cpu-xtensa.lo: \
2107 cpu-xtensa.c \
2108 $(INCDIR)/filenames.h \
2109 $(INCDIR)/hashtab.h
9e097a72
AM
2110cpu-z80.lo: \
2111 cpu-z80.c \
2112 $(INCDIR)/filenames.h \
2113 $(INCDIR)/hashtab.h
2114cpu-z8k.lo: \
2115 cpu-z8k.c \
2116 $(INCDIR)/filenames.h \
2117 $(INCDIR)/hashtab.h
2118aout-adobe.lo: \
2119 aout-adobe.c \
2120 $(INCDIR)/aout/adobe.h \
2121 $(INCDIR)/aout/stab.def \
2122 $(INCDIR)/aout/stab_gnu.h \
2123 $(INCDIR)/bfdlink.h \
2124 $(INCDIR)/filenames.h \
2125 $(INCDIR)/hashtab.h \
2126 libaout.h
2127aout-arm.lo: \
2128 aout-arm.c \
2129 $(INCDIR)/aout/aout64.h \
2130 $(INCDIR)/aout/ar.h \
2131 $(INCDIR)/aout/stab.def \
2132 $(INCDIR)/aout/stab_gnu.h \
2133 $(INCDIR)/bfdlink.h \
2134 $(INCDIR)/filenames.h \
2135 $(INCDIR)/hashtab.h \
2136 $(INCDIR)/safe-ctype.h \
2137 aout-target.h \
2138 aoutx.h \
2139 libaout.h
2140aout-cris.lo: \
2141 aout-cris.c \
2142 $(INCDIR)/aout/aout64.h \
2143 $(INCDIR)/aout/ar.h \
2144 $(INCDIR)/aout/stab.def \
2145 $(INCDIR)/aout/stab_gnu.h \
2146 $(INCDIR)/bfdlink.h \
2147 $(INCDIR)/filenames.h \
2148 $(INCDIR)/hashtab.h \
2149 $(INCDIR)/safe-ctype.h \
2150 aout-target.h \
2151 aout32.c \
2152 aoutx.h \
2153 libaout.h
2154aout-ns32k.lo: \
2155 aout-ns32k.c \
2156 $(INCDIR)/aout/aout64.h \
2157 $(INCDIR)/aout/ar.h \
2158 $(INCDIR)/aout/stab.def \
2159 $(INCDIR)/aout/stab_gnu.h \
2160 $(INCDIR)/bfdlink.h \
2161 $(INCDIR)/filenames.h \
2162 $(INCDIR)/hashtab.h \
2163 $(INCDIR)/safe-ctype.h \
2164 aoutx.h \
2165 libaout.h \
2166 ns32k.h
2167aout-sparcle.lo: \
2168 aout-sparcle.c \
2169 $(INCDIR)/aout/aout64.h \
2170 $(INCDIR)/aout/ar.h \
2171 $(INCDIR)/aout/stab.def \
2172 $(INCDIR)/aout/stab_gnu.h \
2173 $(INCDIR)/aout/sun4.h \
2174 $(INCDIR)/bfdlink.h \
2175 $(INCDIR)/filenames.h \
2176 $(INCDIR)/hashtab.h \
2177 aout-target.h \
2178 aoutf1.h \
2179 libaout.h
2180aout-tic30.lo: \
2181 aout-tic30.c \
2182 $(INCDIR)/aout/aout64.h \
2183 $(INCDIR)/aout/ar.h \
2184 $(INCDIR)/aout/stab.def \
2185 $(INCDIR)/aout/stab_gnu.h \
2186 $(INCDIR)/bfdlink.h \
2187 $(INCDIR)/filenames.h \
2188 $(INCDIR)/hashtab.h \
2189 $(INCDIR)/safe-ctype.h \
2190 aoutx.h \
2191 libaout.h
2192aout0.lo: \
2193 aout0.c \
2194 $(INCDIR)/aout/aout64.h \
2195 $(INCDIR)/aout/ar.h \
2196 $(INCDIR)/aout/stab.def \
2197 $(INCDIR)/aout/stab_gnu.h \
2198 $(INCDIR)/aout/sun4.h \
2199 $(INCDIR)/bfdlink.h \
2200 $(INCDIR)/filenames.h \
2201 $(INCDIR)/hashtab.h \
2202 aout-target.h \
2203 aoutf1.h \
2204 libaout.h
2205aout32.lo: \
2206 aout32.c \
2207 $(INCDIR)/aout/aout64.h \
2208 $(INCDIR)/aout/ar.h \
2209 $(INCDIR)/aout/stab.def \
2210 $(INCDIR)/aout/stab_gnu.h \
2211 $(INCDIR)/bfdlink.h \
2212 $(INCDIR)/filenames.h \
2213 $(INCDIR)/hashtab.h \
2214 $(INCDIR)/safe-ctype.h \
2215 aoutx.h \
2216 libaout.h
2217armnetbsd.lo: \
2218 armnetbsd.c \
2219 $(INCDIR)/aout/aout64.h \
2220 $(INCDIR)/aout/ar.h \
2221 $(INCDIR)/aout/stab.def \
2222 $(INCDIR)/aout/stab_gnu.h \
2223 $(INCDIR)/bfdlink.h \
2224 $(INCDIR)/filenames.h \
2225 $(INCDIR)/hashtab.h \
2226 aout-target.h \
2227 libaout.h \
2228 netbsd.h
2229bout.lo: \
2230 bout.c \
2231 $(INCDIR)/aout/stab.def \
2232 $(INCDIR)/aout/stab_gnu.h \
2233 $(INCDIR)/bfdlink.h \
2234 $(INCDIR)/bout.h \
2235 $(INCDIR)/filenames.h \
2236 $(INCDIR)/hashtab.h \
2237 $(INCDIR)/libiberty.h \
2238 genlink.h \
2239 libaout.h
2240cf-i386lynx.lo: \
2241 cf-i386lynx.c \
2242 $(INCDIR)/bfdlink.h \
2243 $(INCDIR)/coff/external.h \
2244 $(INCDIR)/coff/i386.h \
2245 $(INCDIR)/coff/internal.h \
2246 $(INCDIR)/filenames.h \
2247 $(INCDIR)/hashtab.h \
2248 coff-i386.c \
2249 coffcode.h \
2250 coffswap.h \
2251 libcoff.h
2252cf-sparclynx.lo: \
2253 cf-sparclynx.c \
2254 $(INCDIR)/bfdlink.h \
2255 $(INCDIR)/coff/external.h \
2256 $(INCDIR)/coff/internal.h \
2257 $(INCDIR)/coff/sparc.h \
2258 $(INCDIR)/filenames.h \
2259 $(INCDIR)/hashtab.h \
2260 coff-sparc.c \
2261 coffcode.h \
2262 coffswap.h \
2263 libcoff.h
2264coff-apollo.lo: \
2265 coff-apollo.c \
2266 $(INCDIR)/bfdlink.h \
2267 $(INCDIR)/coff/apollo.h \
2268 $(INCDIR)/coff/external.h \
2269 $(INCDIR)/coff/internal.h \
2270 $(INCDIR)/filenames.h \
2271 $(INCDIR)/hashtab.h \
2272 coffcode.h \
2273 coffswap.h \
2274 libcoff.h
2275coff-arm.lo: \
2276 coff-arm.c \
2277 $(INCDIR)/bfdlink.h \
2278 $(INCDIR)/coff/arm.h \
2279 $(INCDIR)/coff/external.h \
2280 $(INCDIR)/coff/internal.h \
2281 $(INCDIR)/filenames.h \
2282 $(INCDIR)/hashtab.h \
2283 coffcode.h \
2284 coffswap.h \
2285 libcoff.h
2286coff-aux.lo: \
2287 coff-aux.c \
2288 $(INCDIR)/bfdlink.h \
2289 $(INCDIR)/coff/aux-coff.h \
2290 $(INCDIR)/coff/external.h \
2291 $(INCDIR)/coff/internal.h \
2292 $(INCDIR)/coff/m68k.h \
2293 $(INCDIR)/filenames.h \
2294 $(INCDIR)/hashtab.h \
2295 coff-m68k.c \
2296 coffcode.h \
2297 coffswap.h \
2298 libcoff.h
a1ef399e
AM
2299coff-go32.lo: \
2300 coff-go32.c \
2301 $(INCDIR)/bfdlink.h \
2302 $(INCDIR)/coff/external.h \
2303 $(INCDIR)/coff/i386.h \
2304 $(INCDIR)/coff/internal.h \
2305 $(INCDIR)/filenames.h \
2306 $(INCDIR)/hashtab.h \
2307 coff-i386.c \
2308 coffcode.h \
2309 coffswap.h \
2310 libcoff.h
9e097a72
AM
2311coff-h8300.lo: \
2312 coff-h8300.c \
2313 $(INCDIR)/bfdlink.h \
2314 $(INCDIR)/coff/external.h \
2315 $(INCDIR)/coff/h8300.h \
2316 $(INCDIR)/coff/internal.h \
2317 $(INCDIR)/filenames.h \
2318 $(INCDIR)/hashtab.h \
2319 $(INCDIR)/libiberty.h \
2320 coffcode.h \
2321 coffswap.h \
2322 genlink.h \
2323 libcoff.h
2324coff-h8500.lo: \
2325 coff-h8500.c \
2326 $(INCDIR)/bfdlink.h \
2327 $(INCDIR)/coff/external.h \
2328 $(INCDIR)/coff/h8500.h \
2329 $(INCDIR)/coff/internal.h \
2330 $(INCDIR)/filenames.h \
2331 $(INCDIR)/hashtab.h \
2332 coffcode.h \
2333 coffswap.h \
2334 libcoff.h
2335coff-i386.lo: \
2336 coff-i386.c \
2337 $(INCDIR)/bfdlink.h \
2338 $(INCDIR)/coff/external.h \
2339 $(INCDIR)/coff/i386.h \
2340 $(INCDIR)/coff/internal.h \
2341 $(INCDIR)/filenames.h \
2342 $(INCDIR)/hashtab.h \
2343 coffcode.h \
2344 coffswap.h \
2345 libcoff.h
2346coff-i860.lo: \
2347 coff-i860.c \
2348 $(INCDIR)/bfdlink.h \
2349 $(INCDIR)/coff/external.h \
2350 $(INCDIR)/coff/i860.h \
2351 $(INCDIR)/coff/internal.h \
2352 $(INCDIR)/filenames.h \
2353 $(INCDIR)/hashtab.h \
2354 coffcode.h \
2355 coffswap.h \
2356 libcoff.h
9e097a72
AM
2357coff-i960.lo: \
2358 coff-i960.c \
2359 $(INCDIR)/bfdlink.h \
2360 $(INCDIR)/coff/i960.h \
2361 $(INCDIR)/coff/internal.h \
2362 $(INCDIR)/filenames.h \
2363 $(INCDIR)/hashtab.h \
2364 coffcode.h \
2365 coffswap.h \
2366 libcoff.h
2367coff-m68k.lo: \
2368 coff-m68k.c \
2369 $(INCDIR)/bfdlink.h \
2370 $(INCDIR)/coff/external.h \
2371 $(INCDIR)/coff/internal.h \
2372 $(INCDIR)/coff/m68k.h \
2373 $(INCDIR)/filenames.h \
2374 $(INCDIR)/hashtab.h \
2375 coffcode.h \
2376 coffswap.h \
2377 libcoff.h
2378coff-m88k.lo: \
2379 coff-m88k.c \
2380 $(INCDIR)/bfdlink.h \
2381 $(INCDIR)/coff/external.h \
2382 $(INCDIR)/coff/internal.h \
2383 $(INCDIR)/coff/m88k.h \
2384 $(INCDIR)/filenames.h \
2385 $(INCDIR)/hashtab.h \
2386 coffcode.h \
2387 coffswap.h \
2388 libcoff.h
2389coff-maxq.lo: \
2390 coff-maxq.c \
2391 $(INCDIR)/bfdlink.h \
2392 $(INCDIR)/coff/external.h \
2393 $(INCDIR)/coff/internal.h \
2394 $(INCDIR)/coff/maxq.h \
2395 $(INCDIR)/filenames.h \
2396 $(INCDIR)/hashtab.h \
2397 $(INCDIR)/libiberty.h \
2398 coffcode.h \
2399 coffswap.h \
2400 libcoff.h
2401coff-mips.lo: \
2402 coff-mips.c \
2403 $(INCDIR)/bfdlink.h \
2404 $(INCDIR)/coff/ecoff.h \
2405 $(INCDIR)/coff/external.h \
2406 $(INCDIR)/coff/internal.h \
2407 $(INCDIR)/coff/mips.h \
2408 $(INCDIR)/coff/sym.h \
2409 $(INCDIR)/coff/symconst.h \
2410 $(INCDIR)/filenames.h \
2411 $(INCDIR)/hashtab.h \
2412 coffswap.h \
2413 ecoffswap.h \
2414 libcoff.h \
62d8ad4f 2415 libecoff.h
9e097a72
AM
2416coff-or32.lo: \
2417 coff-or32.c \
2418 $(INCDIR)/bfdlink.h \
2419 $(INCDIR)/coff/internal.h \
2420 $(INCDIR)/coff/or32.h \
2421 $(INCDIR)/filenames.h \
2422 $(INCDIR)/hashtab.h \
2423 coffcode.h \
2424 coffswap.h \
2425 libcoff.h
2426coff-rs6000.lo: \
2427 coff-rs6000.c \
2428 $(INCDIR)/bfdlink.h \
2429 $(INCDIR)/coff/internal.h \
2430 $(INCDIR)/coff/rs6000.h \
2431 $(INCDIR)/coff/xcoff.h \
2432 $(INCDIR)/filenames.h \
2433 $(INCDIR)/hashtab.h \
2434 coffcode.h \
2435 coffswap.h \
2436 libcoff.h \
2437 libxcoff.h
2438coff-sh.lo: \
2439 coff-sh.c \
2440 $(INCDIR)/bfdlink.h \
2441 $(INCDIR)/coff/external.h \
2442 $(INCDIR)/coff/internal.h \
2443 $(INCDIR)/coff/sh.h \
2444 $(INCDIR)/filenames.h \
2445 $(INCDIR)/hashtab.h \
2446 $(INCDIR)/libiberty.h \
2447 coffcode.h \
2448 coffswap.h \
2449 libcoff.h
2450coff-sparc.lo: \
2451 coff-sparc.c \
2452 $(INCDIR)/bfdlink.h \
2453 $(INCDIR)/coff/external.h \
2454 $(INCDIR)/coff/internal.h \
2455 $(INCDIR)/coff/sparc.h \
2456 $(INCDIR)/filenames.h \
2457 $(INCDIR)/hashtab.h \
2458 coffcode.h \
2459 coffswap.h \
2460 libcoff.h
2461coff-stgo32.lo: \
2462 coff-stgo32.c \
2463 $(INCDIR)/bfdlink.h \
2464 $(INCDIR)/coff/external.h \
2465 $(INCDIR)/coff/go32exe.h \
2466 $(INCDIR)/coff/i386.h \
2467 $(INCDIR)/coff/internal.h \
2468 $(INCDIR)/filenames.h \
2469 $(INCDIR)/hashtab.h \
2470 coff-i386.c \
2471 coffcode.h \
2472 coffswap.h \
2473 go32stub.h \
2474 libcoff.h
2475coff-svm68k.lo: \
2476 coff-svm68k.c \
2477 $(INCDIR)/bfdlink.h \
2478 $(INCDIR)/coff/external.h \
2479 $(INCDIR)/coff/internal.h \
2480 $(INCDIR)/coff/m68k.h \
2481 $(INCDIR)/filenames.h \
2482 $(INCDIR)/hashtab.h \
2483 coff-m68k.c \
2484 coffcode.h \
2485 coffswap.h \
2486 libcoff.h
2487coff-tic30.lo: \
2488 coff-tic30.c \
2489 $(INCDIR)/bfdlink.h \
2490 $(INCDIR)/coff/external.h \
2491 $(INCDIR)/coff/internal.h \
2492 $(INCDIR)/coff/tic30.h \
2493 $(INCDIR)/filenames.h \
2494 $(INCDIR)/hashtab.h \
2495 coffcode.h \
2496 coffswap.h \
2497 libcoff.h
2498coff-tic4x.lo: \
2499 coff-tic4x.c \
2500 $(INCDIR)/bfdlink.h \
2501 $(INCDIR)/coff/internal.h \
2502 $(INCDIR)/coff/ti.h \
2503 $(INCDIR)/coff/tic4x.h \
2504 $(INCDIR)/filenames.h \
2505 $(INCDIR)/hashtab.h \
2506 coffcode.h \
2507 coffswap.h \
2508 libcoff.h
2509coff-tic54x.lo: \
2510 coff-tic54x.c \
2511 $(INCDIR)/bfdlink.h \
2512 $(INCDIR)/coff/internal.h \
2513 $(INCDIR)/coff/ti.h \
2514 $(INCDIR)/coff/tic54x.h \
2515 $(INCDIR)/filenames.h \
2516 $(INCDIR)/hashtab.h \
2517 coffcode.h \
2518 coffswap.h \
2519 libcoff.h
2520coff-tic80.lo: \
2521 coff-tic80.c \
2522 $(INCDIR)/bfdlink.h \
2523 $(INCDIR)/coff/external.h \
2524 $(INCDIR)/coff/internal.h \
2525 $(INCDIR)/coff/tic80.h \
2526 $(INCDIR)/filenames.h \
2527 $(INCDIR)/hashtab.h \
2528 coffcode.h \
2529 coffswap.h \
2530 libcoff.h
2531coff-u68k.lo: \
2532 coff-u68k.c \
2533 $(INCDIR)/bfdlink.h \
2534 $(INCDIR)/coff/external.h \
2535 $(INCDIR)/coff/internal.h \
2536 $(INCDIR)/coff/m68k.h \
2537 $(INCDIR)/filenames.h \
2538 $(INCDIR)/hashtab.h \
2539 coff-m68k.c \
2540 coffcode.h \
2541 coffswap.h \
2542 libcoff.h
a1ef399e
AM
2543coff-w65.lo: \
2544 coff-w65.c \
9e097a72
AM
2545 $(INCDIR)/bfdlink.h \
2546 $(INCDIR)/coff/external.h \
2547 $(INCDIR)/coff/internal.h \
a1ef399e 2548 $(INCDIR)/coff/w65.h \
9e097a72
AM
2549 $(INCDIR)/filenames.h \
2550 $(INCDIR)/hashtab.h \
2551 coffcode.h \
2552 coffswap.h \
2553 libcoff.h
a1ef399e
AM
2554coff-we32k.lo: \
2555 coff-we32k.c \
9e097a72
AM
2556 $(INCDIR)/bfdlink.h \
2557 $(INCDIR)/coff/external.h \
2558 $(INCDIR)/coff/internal.h \
a1ef399e 2559 $(INCDIR)/coff/we32k.h \
9e097a72
AM
2560 $(INCDIR)/filenames.h \
2561 $(INCDIR)/hashtab.h \
2562 coffcode.h \
2563 coffswap.h \
2564 libcoff.h
2565coff-z80.lo: \
2566 coff-z80.c \
2567 $(INCDIR)/bfdlink.h \
2568 $(INCDIR)/coff/external.h \
2569 $(INCDIR)/coff/internal.h \
2570 $(INCDIR)/coff/z80.h \
2571 $(INCDIR)/filenames.h \
2572 $(INCDIR)/hashtab.h \
2573 coffcode.h \
2574 coffswap.h \
2575 libcoff.h
2576coff-z8k.lo: \
2577 coff-z8k.c \
2578 $(INCDIR)/bfdlink.h \
2579 $(INCDIR)/coff/external.h \
2580 $(INCDIR)/coff/internal.h \
2581 $(INCDIR)/coff/z8k.h \
2582 $(INCDIR)/filenames.h \
2583 $(INCDIR)/hashtab.h \
2584 coffcode.h \
2585 coffswap.h \
2586 libcoff.h
2587cofflink.lo: \
2588 cofflink.c \
2589 $(INCDIR)/bfdlink.h \
2590 $(INCDIR)/coff/internal.h \
2591 $(INCDIR)/filenames.h \
2592 $(INCDIR)/hashtab.h \
2593 $(INCDIR)/safe-ctype.h \
2594 libcoff.h
2595dwarf1.lo: \
2596 dwarf1.c \
2597 $(INCDIR)/bfdlink.h \
2598 $(INCDIR)/elf/common.h \
2599 $(INCDIR)/elf/dwarf.h \
2600 $(INCDIR)/elf/external.h \
2601 $(INCDIR)/elf/internal.h \
2602 $(INCDIR)/filenames.h \
2603 $(INCDIR)/hashtab.h \
2604 $(INCDIR)/libiberty.h \
2605 elf-bfd.h
2606ecoff.lo: \
2607 ecoff.c \
2608 $(INCDIR)/aout/aout64.h \
2609 $(INCDIR)/aout/ar.h \
2610 $(INCDIR)/aout/ranlib.h \
2611 $(INCDIR)/aout/stab.def \
2612 $(INCDIR)/aout/stab_gnu.h \
2613 $(INCDIR)/bfdlink.h \
2614 $(INCDIR)/coff/ecoff.h \
2615 $(INCDIR)/coff/internal.h \
2616 $(INCDIR)/coff/sym.h \
2617 $(INCDIR)/coff/symconst.h \
2618 $(INCDIR)/filenames.h \
2619 $(INCDIR)/hashtab.h \
2620 $(INCDIR)/libiberty.h \
2621 libaout.h \
2622 libcoff.h \
2623 libecoff.h
2624ecofflink.lo: \
2625 ecofflink.c \
2626 $(INCDIR)/aout/stab.def \
2627 $(INCDIR)/aout/stab_gnu.h \
2628 $(INCDIR)/bfdlink.h \
2629 $(INCDIR)/coff/ecoff.h \
2630 $(INCDIR)/coff/internal.h \
2631 $(INCDIR)/coff/sym.h \
2632 $(INCDIR)/coff/symconst.h \
2633 $(INCDIR)/filenames.h \
2634 $(INCDIR)/hashtab.h \
2635 $(INCDIR)/objalloc.h \
2636 libcoff.h \
2637 libecoff.h
a1ef399e
AM
2638elf-attrs.lo: \
2639 elf-attrs.c \
2640 $(INCDIR)/bfdlink.h \
2641 $(INCDIR)/elf/common.h \
2642 $(INCDIR)/elf/external.h \
2643 $(INCDIR)/elf/internal.h \
2644 $(INCDIR)/filenames.h \
2645 $(INCDIR)/hashtab.h \
2646 $(INCDIR)/libiberty.h \
2647 elf-bfd.h
2648elf-eh-frame.lo: \
2649 elf-eh-frame.c \
2650 $(INCDIR)/bfdlink.h \
fa8f86ff 2651 $(INCDIR)/dwarf2.h \
8455dd2c 2652 $(INCDIR)/elf/common.h \
a1ef399e
AM
2653 $(INCDIR)/elf/external.h \
2654 $(INCDIR)/elf/internal.h \
2655 $(INCDIR)/filenames.h \
2656 $(INCDIR)/hashtab.h \
2657 elf-bfd.h
6de2ae4a
L
2658elf-ifunc.lo: \
2659 elf-ifunc.c \
2660 $(INCDIR)/bfdlink.h \
2661 $(INCDIR)/elf/common.h \
2662 $(INCDIR)/elf/external.h \
2663 $(INCDIR)/elf/internal.h \
2664 $(INCDIR)/filenames.h \
2665 $(INCDIR)/hashtab.h \
2666 $(INCDIR)/libiberty.h \
2667 $(INCDIR)/objalloc.h \
2668 $(INCDIR)/safe-ctype.h \
2669 elf-bfd.h
a1ef399e
AM
2670elf-m10200.lo: \
2671 elf-m10200.c \
2672 $(INCDIR)/bfdlink.h \
2673 $(INCDIR)/elf/common.h \
2674 $(INCDIR)/elf/external.h \
2675 $(INCDIR)/elf/internal.h \
2676 $(INCDIR)/filenames.h \
2677 $(INCDIR)/hashtab.h \
2678 elf-bfd.h \
2679 elf32-target.h
2680elf-m10300.lo: \
2681 elf-m10300.c \
2682 $(INCDIR)/bfdlink.h \
2683 $(INCDIR)/elf/common.h \
2684 $(INCDIR)/elf/external.h \
2685 $(INCDIR)/elf/internal.h \
2686 $(INCDIR)/elf/mn10300.h \
2687 $(INCDIR)/elf/reloc-macros.h \
2688 $(INCDIR)/filenames.h \
2689 $(INCDIR)/hashtab.h \
2690 $(INCDIR)/libiberty.h \
2691 elf-bfd.h \
2692 elf32-target.h
2693elf-strtab.lo: \
2694 elf-strtab.c \
2695 $(INCDIR)/bfdlink.h \
2696 $(INCDIR)/elf/common.h \
2697 $(INCDIR)/elf/external.h \
2698 $(INCDIR)/elf/internal.h \
2699 $(INCDIR)/filenames.h \
2700 $(INCDIR)/hashtab.h \
2701 $(INCDIR)/libiberty.h \
2702 elf-bfd.h
2703elf-vxworks.lo: \
2704 elf-vxworks.c \
2705 $(INCDIR)/bfdlink.h \
2706 $(INCDIR)/elf/common.h \
2707 $(INCDIR)/elf/external.h \
2708 $(INCDIR)/elf/internal.h \
2709 $(INCDIR)/elf/vxworks.h \
2710 $(INCDIR)/filenames.h \
2711 $(INCDIR)/hashtab.h \
2712 elf-bfd.h \
2713 elf-vxworks.h
9e097a72
AM
2714elf.lo: \
2715 elf.c \
2716 $(INCDIR)/bfdlink.h \
2717 $(INCDIR)/elf/common.h \
2718 $(INCDIR)/elf/external.h \
2719 $(INCDIR)/elf/internal.h \
2720 $(INCDIR)/filenames.h \
2721 $(INCDIR)/hashtab.h \
2722 $(INCDIR)/libiberty.h \
2723 $(INCDIR)/safe-ctype.h \
2724 elf-bfd.h
2725elf32-am33lin.lo: \
2726 elf32-am33lin.c \
2727 $(INCDIR)/bfdlink.h \
2728 $(INCDIR)/elf/common.h \
2729 $(INCDIR)/elf/external.h \
2730 $(INCDIR)/elf/internal.h \
2731 $(INCDIR)/elf/mn10300.h \
2732 $(INCDIR)/elf/reloc-macros.h \
2733 $(INCDIR)/filenames.h \
2734 $(INCDIR)/hashtab.h \
2735 $(INCDIR)/libiberty.h \
2736 elf-bfd.h \
2737 elf-m10300.c \
2738 elf32-target.h
2739elf32-arc.lo: \
2740 elf32-arc.c \
2741 $(INCDIR)/bfdlink.h \
2742 $(INCDIR)/elf/arc.h \
2743 $(INCDIR)/elf/common.h \
2744 $(INCDIR)/elf/external.h \
2745 $(INCDIR)/elf/internal.h \
2746 $(INCDIR)/elf/reloc-macros.h \
2747 $(INCDIR)/filenames.h \
2748 $(INCDIR)/hashtab.h \
2749 $(INCDIR)/libiberty.h \
2750 elf-bfd.h \
2751 elf32-target.h
2752elf32-arm.lo: \
2753 elf32-arm.c \
2754 $(INCDIR)/bfdlink.h \
2755 $(INCDIR)/elf/arm.h \
2756 $(INCDIR)/elf/common.h \
2757 $(INCDIR)/elf/external.h \
2758 $(INCDIR)/elf/internal.h \
2759 $(INCDIR)/elf/reloc-macros.h \
2760 $(INCDIR)/filenames.h \
2761 $(INCDIR)/hashtab.h \
2762 $(INCDIR)/libiberty.h \
2763 elf-bfd.h \
2764 elf-vxworks.h \
2765 elf32-target.h
2766elf32-avr.lo: \
2767 elf32-avr.c \
2768 $(INCDIR)/bfdlink.h \
2769 $(INCDIR)/elf/avr.h \
2770 $(INCDIR)/elf/common.h \
2771 $(INCDIR)/elf/external.h \
2772 $(INCDIR)/elf/internal.h \
2773 $(INCDIR)/elf/reloc-macros.h \
2774 $(INCDIR)/filenames.h \
2775 $(INCDIR)/hashtab.h \
2776 elf-bfd.h \
2777 elf32-avr.h \
2778 elf32-target.h
2779elf32-bfin.lo: \
2780 elf32-bfin.c \
2781 $(INCDIR)/bfdlink.h \
8455dd2c 2782 $(INCDIR)/dwarf2.h \
9e097a72
AM
2783 $(INCDIR)/elf/bfin.h \
2784 $(INCDIR)/elf/common.h \
9e097a72
AM
2785 $(INCDIR)/elf/external.h \
2786 $(INCDIR)/elf/internal.h \
2787 $(INCDIR)/elf/reloc-macros.h \
2788 $(INCDIR)/filenames.h \
2789 $(INCDIR)/hashtab.h \
2790 elf-bfd.h \
2791 elf32-target.h
2792elf32-cr16.lo: \
2793 elf32-cr16.c \
2794 $(INCDIR)/bfdlink.h \
2795 $(INCDIR)/elf/common.h \
2796 $(INCDIR)/elf/cr16.h \
2797 $(INCDIR)/elf/external.h \
2798 $(INCDIR)/elf/internal.h \
2799 $(INCDIR)/elf/reloc-macros.h \
2800 $(INCDIR)/filenames.h \
2801 $(INCDIR)/hashtab.h \
2802 $(INCDIR)/libiberty.h \
2803 elf-bfd.h \
2804 elf32-target.h
2805elf32-cr16c.lo: \
2806 elf32-cr16c.c \
2807 $(INCDIR)/bfdlink.h \
2808 $(INCDIR)/elf/common.h \
2809 $(INCDIR)/elf/cr16c.h \
2810 $(INCDIR)/elf/external.h \
2811 $(INCDIR)/elf/internal.h \
2812 $(INCDIR)/elf/reloc-macros.h \
2813 $(INCDIR)/filenames.h \
2814 $(INCDIR)/hashtab.h \
2815 elf-bfd.h \
2816 elf32-target.h
2817elf32-cris.lo: \
2818 elf32-cris.c \
2819 $(INCDIR)/bfdlink.h \
2820 $(INCDIR)/elf/common.h \
2821 $(INCDIR)/elf/cris.h \
2822 $(INCDIR)/elf/external.h \
2823 $(INCDIR)/elf/internal.h \
2824 $(INCDIR)/elf/reloc-macros.h \
2825 $(INCDIR)/filenames.h \
2826 $(INCDIR)/hashtab.h \
2827 elf-bfd.h \
2828 elf32-target.h
2829elf32-crx.lo: \
2830 elf32-crx.c \
2831 $(INCDIR)/bfdlink.h \
2832 $(INCDIR)/elf/common.h \
2833 $(INCDIR)/elf/crx.h \
2834 $(INCDIR)/elf/external.h \
2835 $(INCDIR)/elf/internal.h \
2836 $(INCDIR)/elf/reloc-macros.h \
2837 $(INCDIR)/filenames.h \
2838 $(INCDIR)/hashtab.h \
2839 elf-bfd.h \
2840 elf32-target.h
2841elf32-d10v.lo: \
2842 elf32-d10v.c \
2843 $(INCDIR)/bfdlink.h \
2844 $(INCDIR)/elf/common.h \
2845 $(INCDIR)/elf/d10v.h \
2846 $(INCDIR)/elf/external.h \
2847 $(INCDIR)/elf/internal.h \
2848 $(INCDIR)/elf/reloc-macros.h \
2849 $(INCDIR)/filenames.h \
2850 $(INCDIR)/hashtab.h \
2851 elf-bfd.h \
2852 elf32-target.h
2853elf32-d30v.lo: \
2854 elf32-d30v.c \
2855 $(INCDIR)/bfdlink.h \
2856 $(INCDIR)/elf/common.h \
2857 $(INCDIR)/elf/d30v.h \
2858 $(INCDIR)/elf/external.h \
2859 $(INCDIR)/elf/internal.h \
2860 $(INCDIR)/elf/reloc-macros.h \
2861 $(INCDIR)/filenames.h \
2862 $(INCDIR)/hashtab.h \
2863 elf-bfd.h \
2864 elf32-target.h
2865elf32-dlx.lo: \
2866 elf32-dlx.c \
2867 $(INCDIR)/bfdlink.h \
2868 $(INCDIR)/elf/common.h \
2869 $(INCDIR)/elf/dlx.h \
2870 $(INCDIR)/elf/external.h \
2871 $(INCDIR)/elf/internal.h \
2872 $(INCDIR)/elf/reloc-macros.h \
2873 $(INCDIR)/filenames.h \
2874 $(INCDIR)/hashtab.h \
2875 elf-bfd.h \
2876 elf32-target.h
2877elf32-fr30.lo: \
2878 elf32-fr30.c \
2879 $(INCDIR)/bfdlink.h \
2880 $(INCDIR)/elf/common.h \
2881 $(INCDIR)/elf/external.h \
2882 $(INCDIR)/elf/fr30.h \
2883 $(INCDIR)/elf/internal.h \
2884 $(INCDIR)/elf/reloc-macros.h \
2885 $(INCDIR)/filenames.h \
2886 $(INCDIR)/hashtab.h \
2887 elf-bfd.h \
2888 elf32-target.h
2889elf32-frv.lo: \
2890 elf32-frv.c \
2891 $(INCDIR)/bfdlink.h \
fa8f86ff 2892 $(INCDIR)/dwarf2.h \
8455dd2c 2893 $(INCDIR)/elf/common.h \
9e097a72
AM
2894 $(INCDIR)/elf/external.h \
2895 $(INCDIR)/elf/frv.h \
2896 $(INCDIR)/elf/internal.h \
2897 $(INCDIR)/elf/reloc-macros.h \
2898 $(INCDIR)/filenames.h \
2899 $(INCDIR)/hashtab.h \
2900 elf-bfd.h \
2901 elf32-target.h
9e097a72
AM
2902elf32-gen.lo: \
2903 elf32-gen.c \
2904 $(INCDIR)/bfdlink.h \
2905 $(INCDIR)/elf/common.h \
2906 $(INCDIR)/elf/external.h \
2907 $(INCDIR)/elf/internal.h \
2908 $(INCDIR)/filenames.h \
2909 $(INCDIR)/hashtab.h \
2910 elf-bfd.h \
62d8ad4f 2911 elf32-target.h
9e097a72
AM
2912elf32-h8300.lo: \
2913 elf32-h8300.c \
2914 $(INCDIR)/bfdlink.h \
2915 $(INCDIR)/elf/common.h \
2916 $(INCDIR)/elf/external.h \
2917 $(INCDIR)/elf/h8.h \
2918 $(INCDIR)/elf/internal.h \
2919 $(INCDIR)/elf/reloc-macros.h \
2920 $(INCDIR)/filenames.h \
2921 $(INCDIR)/hashtab.h \
2922 elf-bfd.h \
66eb6687 2923 elf32-target.h
9e097a72
AM
2924elf32-hppa.lo: \
2925 elf32-hppa.c \
2926 $(INCDIR)/bfdlink.h \
2927 $(INCDIR)/elf/common.h \
2928 $(INCDIR)/elf/external.h \
2929 $(INCDIR)/elf/hppa.h \
2930 $(INCDIR)/elf/internal.h \
2931 $(INCDIR)/elf/reloc-macros.h \
2932 $(INCDIR)/filenames.h \
2933 $(INCDIR)/hashtab.h \
2934 elf-bfd.h \
2935 elf-hppa.h \
2936 elf32-hppa.h \
2937 elf32-target.h \
2938 libhppa.h
2939elf32-i370.lo: \
2940 elf32-i370.c \
2941 $(INCDIR)/bfdlink.h \
2942 $(INCDIR)/elf/common.h \
2943 $(INCDIR)/elf/external.h \
2944 $(INCDIR)/elf/i370.h \
2945 $(INCDIR)/elf/internal.h \
2946 $(INCDIR)/elf/reloc-macros.h \
2947 $(INCDIR)/filenames.h \
2948 $(INCDIR)/hashtab.h \
2949 elf-bfd.h \
ec3fcc56 2950 elf32-target.h
9e097a72
AM
2951elf32-i386.lo: \
2952 elf32-i386.c \
2953 $(INCDIR)/bfdlink.h \
2954 $(INCDIR)/elf/common.h \
2955 $(INCDIR)/elf/external.h \
2956 $(INCDIR)/elf/i386.h \
2957 $(INCDIR)/elf/internal.h \
2958 $(INCDIR)/elf/reloc-macros.h \
2959 $(INCDIR)/filenames.h \
2960 $(INCDIR)/hashtab.h \
482c6ce9 2961 $(INCDIR)/objalloc.h \
9e097a72
AM
2962 bfd_stdint.h \
2963 elf-bfd.h \
2964 elf-vxworks.h \
62d8ad4f 2965 elf32-target.h
9e097a72
AM
2966elf32-i860.lo: \
2967 elf32-i860.c \
2968 $(INCDIR)/bfdlink.h \
2969 $(INCDIR)/elf/common.h \
2970 $(INCDIR)/elf/external.h \
2971 $(INCDIR)/elf/i860.h \
2972 $(INCDIR)/elf/internal.h \
2973 $(INCDIR)/elf/reloc-macros.h \
2974 $(INCDIR)/filenames.h \
2975 $(INCDIR)/hashtab.h \
2976 elf-bfd.h \
20135e4c 2977 elf32-target.h
9e097a72
AM
2978elf32-i960.lo: \
2979 elf32-i960.c \
2980 $(INCDIR)/bfdlink.h \
2981 $(INCDIR)/elf/common.h \
2982 $(INCDIR)/elf/external.h \
2983 $(INCDIR)/elf/i960.h \
2984 $(INCDIR)/elf/internal.h \
2985 $(INCDIR)/elf/reloc-macros.h \
2986 $(INCDIR)/filenames.h \
2987 $(INCDIR)/hashtab.h \
2988 elf-bfd.h \
a351bca6 2989 elf32-target.h
9e097a72
AM
2990elf32-ip2k.lo: \
2991 elf32-ip2k.c \
2992 $(INCDIR)/bfdlink.h \
2993 $(INCDIR)/elf/common.h \
2994 $(INCDIR)/elf/external.h \
2995 $(INCDIR)/elf/internal.h \
2996 $(INCDIR)/elf/ip2k.h \
2997 $(INCDIR)/elf/reloc-macros.h \
2998 $(INCDIR)/filenames.h \
2999 $(INCDIR)/hashtab.h \
3000 elf-bfd.h \
62d8ad4f 3001 elf32-target.h
9e097a72
AM
3002elf32-iq2000.lo: \
3003 elf32-iq2000.c \
3004 $(INCDIR)/bfdlink.h \
3005 $(INCDIR)/elf/common.h \
3006 $(INCDIR)/elf/external.h \
3007 $(INCDIR)/elf/internal.h \
3008 $(INCDIR)/elf/iq2000.h \
3009 $(INCDIR)/elf/reloc-macros.h \
3010 $(INCDIR)/filenames.h \
3011 $(INCDIR)/hashtab.h \
3012 elf-bfd.h \
62d8ad4f 3013 elf32-target.h
9e097a72
AM
3014elf32-lm32.lo: \
3015 elf32-lm32.c \
3016 $(INCDIR)/bfdlink.h \
3017 $(INCDIR)/elf/common.h \
3018 $(INCDIR)/elf/external.h \
3019 $(INCDIR)/elf/internal.h \
3020 $(INCDIR)/elf/lm32.h \
3021 $(INCDIR)/elf/reloc-macros.h \
3022 $(INCDIR)/filenames.h \
3023 $(INCDIR)/hashtab.h \
3024 elf-bfd.h \
66eb6687 3025 elf32-target.h
9e097a72
AM
3026elf32-m32c.lo: \
3027 elf32-m32c.c \
3028 $(INCDIR)/bfdlink.h \
3029 $(INCDIR)/elf/common.h \
3030 $(INCDIR)/elf/external.h \
3031 $(INCDIR)/elf/internal.h \
3032 $(INCDIR)/elf/m32c.h \
3033 $(INCDIR)/elf/reloc-macros.h \
3034 $(INCDIR)/filenames.h \
3035 $(INCDIR)/hashtab.h \
3036 $(INCDIR)/libiberty.h \
3037 elf-bfd.h \
dd323078 3038 elf32-target.h
9e097a72
AM
3039elf32-m32r.lo: \
3040 elf32-m32r.c \
3041 $(INCDIR)/bfdlink.h \
3042 $(INCDIR)/elf/common.h \
3043 $(INCDIR)/elf/external.h \
3044 $(INCDIR)/elf/internal.h \
3045 $(INCDIR)/elf/m32r.h \
3046 $(INCDIR)/elf/reloc-macros.h \
3047 $(INCDIR)/filenames.h \
3048 $(INCDIR)/hashtab.h \
3049 elf-bfd.h \
d9352518 3050 elf32-target.h
9e097a72
AM
3051elf32-m68hc11.lo: \
3052 elf32-m68hc11.c \
3053 $(INCDIR)/bfdlink.h \
3054 $(INCDIR)/elf/common.h \
3055 $(INCDIR)/elf/external.h \
3056 $(INCDIR)/elf/internal.h \
3057 $(INCDIR)/elf/m68hc11.h \
3058 $(INCDIR)/elf/reloc-macros.h \
3059 $(INCDIR)/filenames.h \
3060 $(INCDIR)/hashtab.h \
3061 $(INCDIR)/opcode/m68hc11.h \
3062 elf-bfd.h \
3063 elf32-m68hc1x.h \
62d8ad4f 3064 elf32-target.h
9e097a72
AM
3065elf32-m68hc12.lo: \
3066 elf32-m68hc12.c \
3067 $(INCDIR)/bfdlink.h \
3068 $(INCDIR)/elf/common.h \
3069 $(INCDIR)/elf/external.h \
3070 $(INCDIR)/elf/internal.h \
3071 $(INCDIR)/elf/m68hc11.h \
3072 $(INCDIR)/elf/reloc-macros.h \
3073 $(INCDIR)/filenames.h \
3074 $(INCDIR)/hashtab.h \
3075 $(INCDIR)/opcode/m68hc11.h \
3076 elf-bfd.h \
3077 elf32-m68hc1x.h \
62d8ad4f 3078 elf32-target.h
9e097a72
AM
3079elf32-m68hc1x.lo: \
3080 elf32-m68hc1x.c \
3081 $(INCDIR)/alloca-conf.h \
3082 $(INCDIR)/bfdlink.h \
3083 $(INCDIR)/elf/common.h \
3084 $(INCDIR)/elf/external.h \
3085 $(INCDIR)/elf/internal.h \
3086 $(INCDIR)/elf/m68hc11.h \
3087 $(INCDIR)/elf/reloc-macros.h \
3088 $(INCDIR)/filenames.h \
3089 $(INCDIR)/hashtab.h \
3090 $(INCDIR)/opcode/m68hc11.h \
3091 elf-bfd.h \
3092 elf32-m68hc1x.h
a1ef399e
AM
3093elf32-m68k.lo: \
3094 elf32-m68k.c \
9e097a72
AM
3095 $(INCDIR)/bfdlink.h \
3096 $(INCDIR)/elf/common.h \
3097 $(INCDIR)/elf/external.h \
3098 $(INCDIR)/elf/internal.h \
a1ef399e
AM
3099 $(INCDIR)/elf/m68k.h \
3100 $(INCDIR)/elf/reloc-macros.h \
9e097a72
AM
3101 $(INCDIR)/filenames.h \
3102 $(INCDIR)/hashtab.h \
a1ef399e 3103 $(INCDIR)/opcode/m68k.h \
9e097a72
AM
3104 elf-bfd.h \
3105 elf32-target.h
a1ef399e
AM
3106elf32-m88k.lo: \
3107 elf32-m88k.c \
9e097a72
AM
3108 $(INCDIR)/bfdlink.h \
3109 $(INCDIR)/elf/common.h \
3110 $(INCDIR)/elf/external.h \
3111 $(INCDIR)/elf/internal.h \
9e097a72
AM
3112 $(INCDIR)/filenames.h \
3113 $(INCDIR)/hashtab.h \
9e097a72
AM
3114 elf-bfd.h \
3115 elf32-target.h
3116elf32-mcore.lo: \
3117 elf32-mcore.c \
3118 $(INCDIR)/bfdlink.h \
3119 $(INCDIR)/elf/common.h \
3120 $(INCDIR)/elf/external.h \
3121 $(INCDIR)/elf/internal.h \
3122 $(INCDIR)/elf/mcore.h \
3123 $(INCDIR)/elf/reloc-macros.h \
3124 $(INCDIR)/filenames.h \
3125 $(INCDIR)/hashtab.h \
3126 elf-bfd.h \
3127 elf32-target.h
3128elf32-mep.lo: \
3129 elf32-mep.c \
3130 $(INCDIR)/bfdlink.h \
3131 $(INCDIR)/elf/common.h \
3132 $(INCDIR)/elf/external.h \
3133 $(INCDIR)/elf/internal.h \
3134 $(INCDIR)/elf/mep.h \
3135 $(INCDIR)/elf/reloc-macros.h \
3136 $(INCDIR)/filenames.h \
3137 $(INCDIR)/hashtab.h \
3138 $(INCDIR)/libiberty.h \
3139 elf-bfd.h \
3140 elf32-target.h
9e097a72
AM
3141elf32-mips.lo: \
3142 elf32-mips.c \
3143 $(INCDIR)/bfdlink.h \
3144 $(INCDIR)/coff/ecoff.h \
3145 $(INCDIR)/coff/external.h \
3146 $(INCDIR)/coff/internal.h \
3147 $(INCDIR)/coff/mips.h \
3148 $(INCDIR)/coff/sym.h \
3149 $(INCDIR)/coff/symconst.h \
3150 $(INCDIR)/elf/common.h \
3151 $(INCDIR)/elf/external.h \
3152 $(INCDIR)/elf/internal.h \
3153 $(INCDIR)/elf/mips.h \
3154 $(INCDIR)/elf/reloc-macros.h \
3155 $(INCDIR)/filenames.h \
3156 $(INCDIR)/hashtab.h \
3157 ecoffswap.h \
3158 elf-bfd.h \
3159 elf-vxworks.h \
3160 elf32-target.h \
3161 elfxx-mips.h \
3162 genlink.h
ce3c775b
NC
3163elf32-moxie.lo: \
3164 elf32-moxie.c \
9e097a72
AM
3165 $(INCDIR)/bfdlink.h \
3166 $(INCDIR)/elf/common.h \
3167 $(INCDIR)/elf/external.h \
3168 $(INCDIR)/elf/internal.h \
ce3c775b 3169 $(INCDIR)/elf/moxie.h \
9e097a72
AM
3170 $(INCDIR)/elf/reloc-macros.h \
3171 $(INCDIR)/filenames.h \
3172 $(INCDIR)/hashtab.h \
3173 elf-bfd.h \
3174 elf32-target.h
3175elf32-msp430.lo: \
3176 elf32-msp430.c \
3177 $(INCDIR)/bfdlink.h \
3178 $(INCDIR)/elf/common.h \
3179 $(INCDIR)/elf/external.h \
3180 $(INCDIR)/elf/internal.h \
3181 $(INCDIR)/elf/msp430.h \
3182 $(INCDIR)/elf/reloc-macros.h \
3183 $(INCDIR)/filenames.h \
3184 $(INCDIR)/hashtab.h \
3185 $(INCDIR)/libiberty.h \
3186 elf-bfd.h \
3187 elf32-target.h
ce3c775b
NC
3188elf32-mt.lo: \
3189 elf32-mt.c \
3190 $(INCDIR)/bfdlink.h \
3191 $(INCDIR)/elf/common.h \
3192 $(INCDIR)/elf/external.h \
3193 $(INCDIR)/elf/internal.h \
3194 $(INCDIR)/elf/mt.h \
3195 $(INCDIR)/elf/reloc-macros.h \
3196 $(INCDIR)/filenames.h \
3197 $(INCDIR)/hashtab.h \
3198 elf-bfd.h \
3199 elf32-target.h
9e097a72
AM
3200elf32-openrisc.lo: \
3201 elf32-openrisc.c \
3202 $(INCDIR)/bfdlink.h \
3203 $(INCDIR)/elf/common.h \
3204 $(INCDIR)/elf/external.h \
3205 $(INCDIR)/elf/internal.h \
3206 $(INCDIR)/elf/openrisc.h \
3207 $(INCDIR)/elf/reloc-macros.h \
3208 $(INCDIR)/filenames.h \
3209 $(INCDIR)/hashtab.h \
3210 $(INCDIR)/libiberty.h \
3211 elf-bfd.h \
3212 elf32-target.h
3213elf32-or32.lo: \
3214 elf32-or32.c \
3215 $(INCDIR)/bfdlink.h \
3216 $(INCDIR)/elf/common.h \
3217 $(INCDIR)/elf/external.h \
3218 $(INCDIR)/elf/internal.h \
3219 $(INCDIR)/elf/or32.h \
3220 $(INCDIR)/elf/reloc-macros.h \
3221 $(INCDIR)/filenames.h \
3222 $(INCDIR)/hashtab.h \
3223 $(INCDIR)/libiberty.h \
3224 elf-bfd.h \
3225 elf32-target.h
3226elf32-pj.lo: \
3227 elf32-pj.c \
3228 $(INCDIR)/bfdlink.h \
3229 $(INCDIR)/elf/common.h \
3230 $(INCDIR)/elf/external.h \
3231 $(INCDIR)/elf/internal.h \
3232 $(INCDIR)/elf/pj.h \
3233 $(INCDIR)/elf/reloc-macros.h \
3234 $(INCDIR)/filenames.h \
3235 $(INCDIR)/hashtab.h \
3236 elf-bfd.h \
3237 elf32-target.h
3238elf32-ppc.lo: \
3239 elf32-ppc.c \
3240 $(INCDIR)/bfdlink.h \
3241 $(INCDIR)/elf/common.h \
3242 $(INCDIR)/elf/external.h \
3243 $(INCDIR)/elf/internal.h \
3244 $(INCDIR)/elf/ppc.h \
3245 $(INCDIR)/elf/reloc-macros.h \
3246 $(INCDIR)/filenames.h \
3247 $(INCDIR)/hashtab.h \
3248 elf-bfd.h \
3249 elf-vxworks.h \
3250 elf32-ppc.h \
3251 elf32-target.h
a1ef399e
AM
3252elf32-s390.lo: \
3253 elf32-s390.c \
9e097a72
AM
3254 $(INCDIR)/bfdlink.h \
3255 $(INCDIR)/elf/common.h \
3256 $(INCDIR)/elf/external.h \
3257 $(INCDIR)/elf/internal.h \
3258 $(INCDIR)/elf/reloc-macros.h \
a1ef399e 3259 $(INCDIR)/elf/s390.h \
9e097a72
AM
3260 $(INCDIR)/filenames.h \
3261 $(INCDIR)/hashtab.h \
9e097a72 3262 elf-bfd.h \
9e097a72 3263 elf32-target.h
a1ef399e
AM
3264elf32-sh-symbian.lo: \
3265 elf32-sh-symbian.c \
9e097a72
AM
3266 $(INCDIR)/bfdlink.h \
3267 $(INCDIR)/elf/common.h \
3268 $(INCDIR)/elf/external.h \
3269 $(INCDIR)/elf/internal.h \
3270 $(INCDIR)/elf/reloc-macros.h \
3271 $(INCDIR)/elf/sh.h \
3272 $(INCDIR)/filenames.h \
3273 $(INCDIR)/hashtab.h \
a1ef399e
AM
3274 $(INCDIR)/libiberty.h \
3275 $(srcdir)/../opcodes/sh-opc.h \
9e097a72 3276 elf-bfd.h \
a1ef399e
AM
3277 elf-vxworks.h \
3278 elf32-sh-relocs.h \
3279 elf32-sh.c \
9e097a72
AM
3280 elf32-target.h
3281elf32-sh.lo: \
3282 elf32-sh.c \
3283 $(INCDIR)/bfdlink.h \
3284 $(INCDIR)/elf/common.h \
3285 $(INCDIR)/elf/external.h \
3286 $(INCDIR)/elf/internal.h \
3287 $(INCDIR)/elf/reloc-macros.h \
3288 $(INCDIR)/elf/sh.h \
3289 $(INCDIR)/filenames.h \
3290 $(INCDIR)/hashtab.h \
3291 $(INCDIR)/libiberty.h \
3292 $(srcdir)/../opcodes/sh-opc.h \
3293 elf-bfd.h \
3294 elf-vxworks.h \
3295 elf32-sh-relocs.h \
3296 elf32-target.h
a1ef399e
AM
3297elf32-sh64-com.lo: \
3298 elf32-sh64-com.c \
9e097a72
AM
3299 $(INCDIR)/bfdlink.h \
3300 $(INCDIR)/elf/common.h \
3301 $(INCDIR)/elf/external.h \
3302 $(INCDIR)/elf/internal.h \
3303 $(INCDIR)/elf/reloc-macros.h \
3304 $(INCDIR)/elf/sh.h \
3305 $(INCDIR)/filenames.h \
3306 $(INCDIR)/hashtab.h \
a1ef399e 3307 $(srcdir)/../opcodes/sh64-opc.h \
9e097a72 3308 elf-bfd.h \
a1ef399e
AM
3309 elf32-sh64.h
3310elf32-sh64.lo: \
3311 elf32-sh64.c \
9e097a72
AM
3312 $(INCDIR)/bfdlink.h \
3313 $(INCDIR)/elf/common.h \
3314 $(INCDIR)/elf/external.h \
3315 $(INCDIR)/elf/internal.h \
3316 $(INCDIR)/elf/reloc-macros.h \
a1ef399e 3317 $(INCDIR)/elf/sh.h \
9e097a72
AM
3318 $(INCDIR)/filenames.h \
3319 $(INCDIR)/hashtab.h \
3320 $(INCDIR)/libiberty.h \
a1ef399e
AM
3321 $(srcdir)/../opcodes/sh-opc.h \
3322 $(srcdir)/../opcodes/sh64-opc.h \
9e097a72
AM
3323 elf-bfd.h \
3324 elf-vxworks.h \
a1ef399e
AM
3325 elf32-sh-relocs.h \
3326 elf32-sh.c \
3327 elf32-sh64.h \
3328 elf32-target.h
9e097a72
AM
3329elf32-sparc.lo: \
3330 elf32-sparc.c \
3331 $(INCDIR)/bfdlink.h \
3332 $(INCDIR)/elf/common.h \
3333 $(INCDIR)/elf/external.h \
3334 $(INCDIR)/elf/internal.h \
3335 $(INCDIR)/elf/reloc-macros.h \
3336 $(INCDIR)/elf/sparc.h \
3337 $(INCDIR)/filenames.h \
3338 $(INCDIR)/hashtab.h \
3339 $(INCDIR)/opcode/sparc.h \
3340 elf-bfd.h \
3341 elf-vxworks.h \
3342 elf32-target.h \
3343 elfxx-sparc.h
3344elf32-spu.lo: \
3345 elf32-spu.c \
3346 $(INCDIR)/bfdlink.h \
3347 $(INCDIR)/elf/common.h \
3348 $(INCDIR)/elf/external.h \
3349 $(INCDIR)/elf/internal.h \
3350 $(INCDIR)/elf/reloc-macros.h \
3351 $(INCDIR)/elf/spu.h \
3352 $(INCDIR)/filenames.h \
3353 $(INCDIR)/hashtab.h \
3354 $(INCDIR)/libiberty.h \
3355 elf-bfd.h \
3356 elf32-spu.h \
3357 elf32-target.h
3358elf32-v850.lo: \
3359 elf32-v850.c \
3360 $(INCDIR)/bfdlink.h \
3361 $(INCDIR)/elf/common.h \
3362 $(INCDIR)/elf/external.h \
3363 $(INCDIR)/elf/internal.h \
3364 $(INCDIR)/elf/reloc-macros.h \
3365 $(INCDIR)/elf/v850.h \
3366 $(INCDIR)/filenames.h \
3367 $(INCDIR)/hashtab.h \
3368 $(INCDIR)/libiberty.h \
3369 elf-bfd.h \
3370 elf32-target.h
3371elf32-vax.lo: \
3372 elf32-vax.c \
3373 $(INCDIR)/bfdlink.h \
3374 $(INCDIR)/elf/common.h \
3375 $(INCDIR)/elf/external.h \
3376 $(INCDIR)/elf/internal.h \
3377 $(INCDIR)/elf/reloc-macros.h \
3378 $(INCDIR)/elf/vax.h \
3379 $(INCDIR)/filenames.h \
3380 $(INCDIR)/hashtab.h \
3381 elf-bfd.h \
3382 elf32-target.h
a1ef399e
AM
3383elf32-xc16x.lo: \
3384 elf32-xc16x.c \
9e097a72 3385 $(INCDIR)/bfdlink.h \
fa8f86ff 3386 $(INCDIR)/dwarf2.h \
8455dd2c 3387 $(INCDIR)/elf/common.h \
9e097a72
AM
3388 $(INCDIR)/elf/external.h \
3389 $(INCDIR)/elf/internal.h \
3390 $(INCDIR)/elf/reloc-macros.h \
a1ef399e 3391 $(INCDIR)/elf/xc16x.h \
9e097a72
AM
3392 $(INCDIR)/filenames.h \
3393 $(INCDIR)/hashtab.h \
3394 $(INCDIR)/libiberty.h \
3395 elf-bfd.h \
3396 elf32-target.h
a1ef399e
AM
3397elf32-xstormy16.lo: \
3398 elf32-xstormy16.c \
9e097a72
AM
3399 $(INCDIR)/bfdlink.h \
3400 $(INCDIR)/elf/common.h \
3401 $(INCDIR)/elf/external.h \
3402 $(INCDIR)/elf/internal.h \
3403 $(INCDIR)/elf/reloc-macros.h \
a1ef399e 3404 $(INCDIR)/elf/xstormy16.h \
9e097a72
AM
3405 $(INCDIR)/filenames.h \
3406 $(INCDIR)/hashtab.h \
a1ef399e 3407 $(INCDIR)/libiberty.h \
9e097a72
AM
3408 elf-bfd.h \
3409 elf32-target.h
a1ef399e
AM
3410elf32-xtensa.lo: \
3411 elf32-xtensa.c \
9e097a72
AM
3412 $(INCDIR)/bfdlink.h \
3413 $(INCDIR)/elf/common.h \
9e097a72
AM
3414 $(INCDIR)/elf/external.h \
3415 $(INCDIR)/elf/internal.h \
3416 $(INCDIR)/elf/reloc-macros.h \
a1ef399e 3417 $(INCDIR)/elf/xtensa.h \
9e097a72
AM
3418 $(INCDIR)/filenames.h \
3419 $(INCDIR)/hashtab.h \
a1ef399e
AM
3420 $(INCDIR)/xtensa-config.h \
3421 $(INCDIR)/xtensa-isa.h \
9e097a72
AM
3422 elf-bfd.h \
3423 elf32-target.h
3424elf32.lo: \
3425 elf32.c \
3426 $(INCDIR)/bfdlink.h \
3427 $(INCDIR)/elf/common.h \
3428 $(INCDIR)/elf/external.h \
3429 $(INCDIR)/elf/internal.h \
3430 $(INCDIR)/filenames.h \
3431 $(INCDIR)/hashtab.h \
3432 $(INCDIR)/libiberty.h \
3433 elf-bfd.h \
3434 elfcode.h \
3435 elfcore.h
3436elflink.lo: \
3437 elflink.c \
3438 $(INCDIR)/bfdlink.h \
3439 $(INCDIR)/elf/common.h \
3440 $(INCDIR)/elf/external.h \
3441 $(INCDIR)/elf/internal.h \
3442 $(INCDIR)/filenames.h \
3443 $(INCDIR)/hashtab.h \
3444 $(INCDIR)/libiberty.h \
3445 $(INCDIR)/objalloc.h \
3446 $(INCDIR)/safe-ctype.h \
3447 elf-bfd.h
a1ef399e
AM
3448elfxx-mips.lo: \
3449 elfxx-mips.c \
9e097a72 3450 $(INCDIR)/bfdlink.h \
a1ef399e
AM
3451 $(INCDIR)/coff/ecoff.h \
3452 $(INCDIR)/coff/external.h \
3453 $(INCDIR)/coff/mips.h \
3454 $(INCDIR)/coff/sym.h \
3455 $(INCDIR)/coff/symconst.h \
9e097a72
AM
3456 $(INCDIR)/elf/common.h \
3457 $(INCDIR)/elf/external.h \
3458 $(INCDIR)/elf/internal.h \
a1ef399e
AM
3459 $(INCDIR)/elf/mips.h \
3460 $(INCDIR)/elf/reloc-macros.h \
9e097a72
AM
3461 $(INCDIR)/filenames.h \
3462 $(INCDIR)/hashtab.h \
3463 $(INCDIR)/libiberty.h \
a1ef399e
AM
3464 elf-bfd.h \
3465 elf-vxworks.h \
3466 elfxx-mips.h
3467elfxx-sparc.lo: \
3468 elfxx-sparc.c \
9e097a72
AM
3469 $(INCDIR)/bfdlink.h \
3470 $(INCDIR)/elf/common.h \
3471 $(INCDIR)/elf/external.h \
3472 $(INCDIR)/elf/internal.h \
a1ef399e
AM
3473 $(INCDIR)/elf/reloc-macros.h \
3474 $(INCDIR)/elf/sparc.h \
9e097a72
AM
3475 $(INCDIR)/filenames.h \
3476 $(INCDIR)/hashtab.h \
3477 $(INCDIR)/libiberty.h \
a1ef399e 3478 $(INCDIR)/opcode/sparc.h \
9e097a72 3479 elf-bfd.h \
a1ef399e
AM
3480 elf-vxworks.h \
3481 elfxx-sparc.h
9e097a72
AM
3482epoc-pe-arm.lo: \
3483 epoc-pe-arm.c \
3484 $(INCDIR)/bfdlink.h \
3485 $(INCDIR)/coff/arm.h \
3486 $(INCDIR)/coff/external.h \
3487 $(INCDIR)/coff/internal.h \
3488 $(INCDIR)/coff/pe.h \
3489 $(INCDIR)/filenames.h \
3490 $(INCDIR)/hashtab.h \
3491 coff-arm.c \
3492 coffcode.h \
3493 libcoff.h \
3494 libpei.h \
3495 pe-arm.c \
3496 peicode.h
3497epoc-pei-arm.lo: \
3498 epoc-pei-arm.c \
3499 $(INCDIR)/bfdlink.h \
3500 $(INCDIR)/coff/arm.h \
3501 $(INCDIR)/coff/external.h \
3502 $(INCDIR)/coff/internal.h \
3503 $(INCDIR)/coff/pe.h \
3504 $(INCDIR)/filenames.h \
3505 $(INCDIR)/hashtab.h \
3506 coff-arm.c \
3507 coffcode.h \
3508 libcoff.h \
3509 libpei.h \
3510 pei-arm.c \
3511 peicode.h
3512hp300bsd.lo: \
3513 hp300bsd.c \
3514 $(INCDIR)/aout/aout64.h \
3515 $(INCDIR)/aout/ar.h \
3516 $(INCDIR)/aout/stab.def \
3517 $(INCDIR)/aout/stab_gnu.h \
3518 $(INCDIR)/bfdlink.h \
3519 $(INCDIR)/filenames.h \
3520 $(INCDIR)/hashtab.h \
3521 aout-target.h \
3522 libaout.h
3523hp300hpux.lo: \
3524 hp300hpux.c \
3525 $(INCDIR)/aout/aout64.h \
3526 $(INCDIR)/aout/ar.h \
3527 $(INCDIR)/aout/hp300hpux.h \
3528 $(INCDIR)/aout/stab.def \
3529 $(INCDIR)/aout/stab_gnu.h \
3530 $(INCDIR)/bfdlink.h \
3531 $(INCDIR)/filenames.h \
3532 $(INCDIR)/hashtab.h \
3533 $(INCDIR)/safe-ctype.h \
3534 aout-target.h \
3535 aoutx.h \
3536 libaout.h
9e097a72
AM
3537i386aout.lo: \
3538 i386aout.c \
3539 $(INCDIR)/aout/aout64.h \
3540 $(INCDIR)/aout/ar.h \
3541 $(INCDIR)/aout/stab.def \
3542 $(INCDIR)/aout/stab_gnu.h \
3543 $(INCDIR)/bfdlink.h \
3544 $(INCDIR)/filenames.h \
3545 $(INCDIR)/hashtab.h \
3546 aout-target.h \
3547 libaout.h
3548i386bsd.lo: \
3549 i386bsd.c \
3550 $(INCDIR)/aout/aout64.h \
3551 $(INCDIR)/aout/ar.h \
3552 $(INCDIR)/aout/stab.def \
3553 $(INCDIR)/aout/stab_gnu.h \
3554 $(INCDIR)/bfdlink.h \
3555 $(INCDIR)/filenames.h \
3556 $(INCDIR)/hashtab.h \
3557 aout-target.h \
3558 libaout.h
3559i386dynix.lo: \
3560 i386dynix.c \
3561 $(INCDIR)/aout/aout64.h \
3562 $(INCDIR)/aout/ar.h \
3563 $(INCDIR)/aout/dynix3.h \
3564 $(INCDIR)/aout/stab.def \
3565 $(INCDIR)/aout/stab_gnu.h \
3566 $(INCDIR)/bfdlink.h \
3567 $(INCDIR)/filenames.h \
3568 $(INCDIR)/hashtab.h \
3569 $(INCDIR)/safe-ctype.h \
3570 aout-target.h \
3571 aoutx.h \
3572 libaout.h
3573i386freebsd.lo: \
3574 i386freebsd.c \
3575 $(INCDIR)/aout/aout64.h \
3576 $(INCDIR)/aout/ar.h \
3577 $(INCDIR)/aout/stab.def \
3578 $(INCDIR)/aout/stab_gnu.h \
3579 $(INCDIR)/bfdlink.h \
3580 $(INCDIR)/filenames.h \
3581 $(INCDIR)/hashtab.h \
3582 aout-target.h \
3583 freebsd.h \
3584 libaout.h
3585i386linux.lo: \
3586 i386linux.c \
3587 $(INCDIR)/aout/aout64.h \
3588 $(INCDIR)/aout/ar.h \
3589 $(INCDIR)/aout/stab.def \
3590 $(INCDIR)/aout/stab_gnu.h \
3591 $(INCDIR)/bfdlink.h \
3592 $(INCDIR)/filenames.h \
3593 $(INCDIR)/hashtab.h \
3594 aout-target.h \
3595 libaout.h
3596i386lynx.lo: \
3597 i386lynx.c \
3598 $(INCDIR)/aout/aout64.h \
3599 $(INCDIR)/aout/ar.h \
3600 $(INCDIR)/aout/stab.def \
3601 $(INCDIR)/aout/stab_gnu.h \
3602 $(INCDIR)/bfdlink.h \
3603 $(INCDIR)/filenames.h \
3604 $(INCDIR)/hashtab.h \
3605 aout-target.h \
3606 libaout.h
a1ef399e
AM
3607i386mach3.lo: \
3608 i386mach3.c \
3609 $(INCDIR)/aout/aout64.h \
3610 $(INCDIR)/aout/ar.h \
3611 $(INCDIR)/aout/stab.def \
3612 $(INCDIR)/aout/stab_gnu.h \
3613 $(INCDIR)/bfdlink.h \
3614 $(INCDIR)/filenames.h \
3615 $(INCDIR)/hashtab.h \
3616 aout-target.h \
3617 libaout.h
9e097a72
AM
3618i386msdos.lo: \
3619 i386msdos.c \
3620 $(INCDIR)/bfdlink.h \
3621 $(INCDIR)/filenames.h \
3622 $(INCDIR)/hashtab.h \
3623 libaout.h
3624i386netbsd.lo: \
3625 i386netbsd.c \
3626 $(INCDIR)/aout/aout64.h \
3627 $(INCDIR)/aout/ar.h \
3628 $(INCDIR)/aout/stab.def \
3629 $(INCDIR)/aout/stab_gnu.h \
3630 $(INCDIR)/bfdlink.h \
3631 $(INCDIR)/filenames.h \
3632 $(INCDIR)/hashtab.h \
3633 aout-target.h \
3634 libaout.h \
3635 netbsd.h
9e097a72
AM
3636i386os9k.lo: \
3637 i386os9k.c \
3638 $(INCDIR)/bfdlink.h \
3639 $(INCDIR)/filenames.h \
3640 $(INCDIR)/hashtab.h \
3641 $(INCDIR)/os9k.h \
3642 libaout.h
3643ieee.lo: \
3644 ieee.c \
3645 $(INCDIR)/filenames.h \
3646 $(INCDIR)/hashtab.h \
3647 $(INCDIR)/ieee.h \
3648 $(INCDIR)/safe-ctype.h \
3649 libieee.h
3650m68k4knetbsd.lo: \
3651 m68k4knetbsd.c \
3652 $(INCDIR)/aout/aout64.h \
3653 $(INCDIR)/aout/ar.h \
3654 $(INCDIR)/aout/stab.def \
3655 $(INCDIR)/aout/stab_gnu.h \
3656 $(INCDIR)/bfdlink.h \
3657 $(INCDIR)/filenames.h \
3658 $(INCDIR)/hashtab.h \
3659 aout-target.h \
3660 libaout.h \
3661 netbsd.h
3662m68klinux.lo: \
3663 m68klinux.c \
3664 $(INCDIR)/aout/aout64.h \
3665 $(INCDIR)/aout/ar.h \
3666 $(INCDIR)/aout/stab.def \
3667 $(INCDIR)/aout/stab_gnu.h \
3668 $(INCDIR)/bfdlink.h \
3669 $(INCDIR)/filenames.h \
3670 $(INCDIR)/hashtab.h \
3671 aout-target.h \
3672 libaout.h
3673m68knetbsd.lo: \
3674 m68knetbsd.c \
3675 $(INCDIR)/aout/aout64.h \
3676 $(INCDIR)/aout/ar.h \
3677 $(INCDIR)/aout/stab.def \
3678 $(INCDIR)/aout/stab_gnu.h \
3679 $(INCDIR)/bfdlink.h \
3680 $(INCDIR)/filenames.h \
3681 $(INCDIR)/hashtab.h \
3682 aout-target.h \
3683 libaout.h \
3684 netbsd.h
3685m88kmach3.lo: \
3686 m88kmach3.c \
3687 $(INCDIR)/aout/aout64.h \
3688 $(INCDIR)/aout/ar.h \
3689 $(INCDIR)/aout/stab.def \
3690 $(INCDIR)/aout/stab_gnu.h \
3691 $(INCDIR)/bfdlink.h \
3692 $(INCDIR)/filenames.h \
3693 $(INCDIR)/hashtab.h \
3694 aout-target.h \
3695 libaout.h
3696m88kopenbsd.lo: \
3697 m88kopenbsd.c \
3698 $(INCDIR)/aout/aout64.h \
3699 $(INCDIR)/aout/ar.h \
3700 $(INCDIR)/aout/stab.def \
3701 $(INCDIR)/aout/stab_gnu.h \
3702 $(INCDIR)/bfdlink.h \
3703 $(INCDIR)/filenames.h \
3704 $(INCDIR)/hashtab.h \
3705 aout-target.h \
3706 libaout.h \
3707 netbsd.h
3708mach-o.lo: \
3709 mach-o.c \
3710 $(INCDIR)/aout/stab.def \
3711 $(INCDIR)/aout/stab_gnu.h \
3712 $(INCDIR)/filenames.h \
3713 $(INCDIR)/hashtab.h \
3714 $(INCDIR)/libiberty.h \
3715 mach-o-target.c \
3716 mach-o.h
9e93c730
JK
3717mach-o-i386.lo: \
3718 mach-o-i386.c \
3719 $(INCDIR)/filenames.h \
3720 $(INCDIR)/hashtab.h \
3721 $(INCDIR)/libiberty.h \
3722 mach-o-target.c \
3723 mach-o.h
9e097a72
AM
3724mipsbsd.lo: \
3725 mipsbsd.c \
3726 $(INCDIR)/aout/aout64.h \
3727 $(INCDIR)/aout/ar.h \
3728 $(INCDIR)/aout/stab.def \
3729 $(INCDIR)/aout/stab_gnu.h \
3730 $(INCDIR)/bfdlink.h \
3731 $(INCDIR)/filenames.h \
3732 $(INCDIR)/hashtab.h \
3733 aout-target.h \
3734 libaout.h
3735newsos3.lo: \
3736 newsos3.c \
3737 $(INCDIR)/aout/aout64.h \
3738 $(INCDIR)/aout/ar.h \
3739 $(INCDIR)/aout/stab.def \
3740 $(INCDIR)/aout/stab_gnu.h \
3741 $(INCDIR)/bfdlink.h \
3742 $(INCDIR)/filenames.h \
3743 $(INCDIR)/hashtab.h \
3744 aout-target.h \
3745 libaout.h
3746nlm.lo: \
3747 nlm.c \
3748 $(INCDIR)/filenames.h \
3749 $(INCDIR)/hashtab.h \
3750 $(INCDIR)/nlm/common.h \
3751 $(INCDIR)/nlm/external.h \
3752 $(INCDIR)/nlm/internal.h \
3753 libnlm.h
3754nlm32-i386.lo: \
3755 nlm32-i386.c \
3756 $(INCDIR)/filenames.h \
3757 $(INCDIR)/hashtab.h \
3758 $(INCDIR)/nlm/common.h \
3759 $(INCDIR)/nlm/external.h \
3760 $(INCDIR)/nlm/i386-ext.h \
3761 $(INCDIR)/nlm/internal.h \
3762 libnlm.h \
3763 nlm-target.h \
3764 nlmswap.h
a1ef399e
AM
3765nlm32-ppc.lo: \
3766 nlm32-ppc.c \
9e097a72
AM
3767 $(INCDIR)/filenames.h \
3768 $(INCDIR)/hashtab.h \
3769 $(INCDIR)/nlm/common.h \
3770 $(INCDIR)/nlm/external.h \
3771 $(INCDIR)/nlm/internal.h \
a1ef399e 3772 $(INCDIR)/nlm/ppc-ext.h \
9e097a72
AM
3773 libnlm.h \
3774 nlm-target.h \
3775 nlmswap.h
a1ef399e
AM
3776nlm32-sparc.lo: \
3777 nlm32-sparc.c \
9e097a72
AM
3778 $(INCDIR)/filenames.h \
3779 $(INCDIR)/hashtab.h \
3780 $(INCDIR)/nlm/common.h \
3781 $(INCDIR)/nlm/external.h \
3782 $(INCDIR)/nlm/internal.h \
a1ef399e 3783 $(INCDIR)/nlm/sparc32-ext.h \
9e097a72
AM
3784 libnlm.h \
3785 nlm-target.h \
3786 nlmswap.h
3787nlm32.lo: \
3788 nlm32.c \
3789 $(INCDIR)/filenames.h \
3790 $(INCDIR)/hashtab.h \
3791 $(INCDIR)/nlm/common.h \
3792 $(INCDIR)/nlm/external.h \
3793 $(INCDIR)/nlm/internal.h \
3794 libnlm.h \
3795 nlmcode.h
3796ns32knetbsd.lo: \
3797 ns32knetbsd.c \
3798 $(INCDIR)/aout/aout64.h \
3799 $(INCDIR)/aout/ar.h \
3800 $(INCDIR)/aout/stab.def \
3801 $(INCDIR)/aout/stab_gnu.h \
3802 $(INCDIR)/bfdlink.h \
3803 $(INCDIR)/filenames.h \
3804 $(INCDIR)/hashtab.h \
3805 aout-target.h \
3806 libaout.h \
3807 netbsd.h
3808oasys.lo: \
3809 oasys.c \
3810 $(INCDIR)/filenames.h \
3811 $(INCDIR)/hashtab.h \
3812 $(INCDIR)/oasys.h \
3813 $(INCDIR)/safe-ctype.h \
3814 liboasys.h
3815pc532-mach.lo: \
3816 pc532-mach.c \
3817 $(INCDIR)/aout/aout64.h \
3818 $(INCDIR)/aout/ar.h \
3819 $(INCDIR)/aout/stab.def \
3820 $(INCDIR)/aout/stab_gnu.h \
3821 $(INCDIR)/bfdlink.h \
3822 $(INCDIR)/filenames.h \
3823 $(INCDIR)/hashtab.h \
3824 aout-target.h \
3825 libaout.h
3826pdp11.lo: \
3827 pdp11.c \
3828 $(INCDIR)/aout/aout64.h \
3829 $(INCDIR)/aout/ar.h \
3830 $(INCDIR)/aout/stab.def \
3831 $(INCDIR)/aout/stab_gnu.h \
3832 $(INCDIR)/bfdlink.h \
3833 $(INCDIR)/filenames.h \
3834 $(INCDIR)/hashtab.h \
3835 $(INCDIR)/safe-ctype.h \
3836 aout-target.h \
3837 libaout.h
a1ef399e
AM
3838pe-arm-wince.lo: \
3839 pe-arm-wince.c \
9e097a72
AM
3840 $(INCDIR)/bfdlink.h \
3841 $(INCDIR)/coff/arm.h \
3842 $(INCDIR)/coff/external.h \
3843 $(INCDIR)/coff/internal.h \
3844 $(INCDIR)/coff/pe.h \
3845 $(INCDIR)/filenames.h \
3846 $(INCDIR)/hashtab.h \
3847 coff-arm.c \
3848 coffcode.h \
3849 libcoff.h \
3850 libpei.h \
a1ef399e 3851 pe-arm.c \
9e097a72 3852 peicode.h
a1ef399e
AM
3853pe-arm.lo: \
3854 pe-arm.c \
9e097a72
AM
3855 $(INCDIR)/bfdlink.h \
3856 $(INCDIR)/coff/arm.h \
3857 $(INCDIR)/coff/external.h \
3858 $(INCDIR)/coff/internal.h \
3859 $(INCDIR)/coff/pe.h \
3860 $(INCDIR)/filenames.h \
3861 $(INCDIR)/hashtab.h \
3862 coff-arm.c \
3863 coffcode.h \
3864 libcoff.h \
3865 libpei.h \
3866 peicode.h
a1ef399e
AM
3867pe-i386.lo: \
3868 pe-i386.c \
9e097a72 3869 $(INCDIR)/bfdlink.h \
9e097a72 3870 $(INCDIR)/coff/external.h \
a1ef399e 3871 $(INCDIR)/coff/i386.h \
9e097a72
AM
3872 $(INCDIR)/coff/internal.h \
3873 $(INCDIR)/coff/pe.h \
3874 $(INCDIR)/filenames.h \
3875 $(INCDIR)/hashtab.h \
a1ef399e 3876 coff-i386.c \
9e097a72
AM
3877 coffcode.h \
3878 libcoff.h \
3879 libpei.h \
9e097a72 3880 peicode.h
a1ef399e
AM
3881pe-mcore.lo: \
3882 pe-mcore.c \
9e097a72 3883 $(INCDIR)/bfdlink.h \
9e097a72
AM
3884 $(INCDIR)/coff/external.h \
3885 $(INCDIR)/coff/internal.h \
a1ef399e 3886 $(INCDIR)/coff/mcore.h \
9e097a72
AM
3887 $(INCDIR)/coff/pe.h \
3888 $(INCDIR)/filenames.h \
3889 $(INCDIR)/hashtab.h \
a1ef399e 3890 coff-mcore.c \
9e097a72
AM
3891 coffcode.h \
3892 libcoff.h \
3893 libpei.h \
9e097a72 3894 peicode.h
a1ef399e
AM
3895pe-mips.lo: \
3896 pe-mips.c \
9e097a72
AM
3897 $(INCDIR)/bfdlink.h \
3898 $(INCDIR)/coff/external.h \
9e097a72 3899 $(INCDIR)/coff/internal.h \
a1ef399e 3900 $(INCDIR)/coff/mipspe.h \
9e097a72
AM
3901 $(INCDIR)/coff/pe.h \
3902 $(INCDIR)/filenames.h \
3903 $(INCDIR)/hashtab.h \
9e097a72
AM
3904 coffcode.h \
3905 libcoff.h \
3906 libpei.h \
3907 peicode.h
a1ef399e
AM
3908pe-ppc.lo: \
3909 pe-ppc.c \
9e097a72
AM
3910 $(INCDIR)/bfdlink.h \
3911 $(INCDIR)/coff/external.h \
9e097a72
AM
3912 $(INCDIR)/coff/internal.h \
3913 $(INCDIR)/coff/pe.h \
a1ef399e 3914 $(INCDIR)/coff/powerpc.h \
9e097a72
AM
3915 $(INCDIR)/filenames.h \
3916 $(INCDIR)/hashtab.h \
a1ef399e 3917 coff-ppc.c \
9e097a72
AM
3918 coffcode.h \
3919 libcoff.h \
3920 libpei.h \
3921 peicode.h
a1ef399e
AM
3922pe-sh.lo: \
3923 pe-sh.c \
9e097a72
AM
3924 $(INCDIR)/bfdlink.h \
3925 $(INCDIR)/coff/external.h \
3926 $(INCDIR)/coff/internal.h \
9e097a72 3927 $(INCDIR)/coff/pe.h \
a1ef399e 3928 $(INCDIR)/coff/sh.h \
9e097a72
AM
3929 $(INCDIR)/filenames.h \
3930 $(INCDIR)/hashtab.h \
a1ef399e
AM
3931 $(INCDIR)/libiberty.h \
3932 coff-sh.c \
9e097a72
AM
3933 coffcode.h \
3934 libcoff.h \
3935 libpei.h \
3936 peicode.h
a1ef399e
AM
3937pef.lo: \
3938 pef.c \
3939 $(INCDIR)/filenames.h \
3940 $(INCDIR)/hashtab.h \
3941 $(INCDIR)/libiberty.h \
3942 $(INCDIR)/safe-ctype.h \
3943 pef-traceback.h \
3944 pef.h
3945pei-arm-wince.lo: \
3946 pei-arm-wince.c \
9e097a72 3947 $(INCDIR)/bfdlink.h \
a1ef399e 3948 $(INCDIR)/coff/arm.h \
9e097a72
AM
3949 $(INCDIR)/coff/external.h \
3950 $(INCDIR)/coff/internal.h \
9e097a72
AM
3951 $(INCDIR)/coff/pe.h \
3952 $(INCDIR)/filenames.h \
3953 $(INCDIR)/hashtab.h \
a1ef399e 3954 coff-arm.c \
9e097a72
AM
3955 coffcode.h \
3956 libcoff.h \
3957 libpei.h \
a1ef399e 3958 pei-arm.c \
9e097a72 3959 peicode.h
a1ef399e
AM
3960pei-arm.lo: \
3961 pei-arm.c \
9e097a72 3962 $(INCDIR)/bfdlink.h \
a1ef399e 3963 $(INCDIR)/coff/arm.h \
9e097a72
AM
3964 $(INCDIR)/coff/external.h \
3965 $(INCDIR)/coff/internal.h \
3966 $(INCDIR)/coff/pe.h \
9e097a72
AM
3967 $(INCDIR)/filenames.h \
3968 $(INCDIR)/hashtab.h \
a1ef399e 3969 coff-arm.c \
9e097a72
AM
3970 coffcode.h \
3971 libcoff.h \
3972 libpei.h \
3973 peicode.h
a1ef399e
AM
3974pei-i386.lo: \
3975 pei-i386.c \
9e097a72
AM
3976 $(INCDIR)/bfdlink.h \
3977 $(INCDIR)/coff/external.h \
a1ef399e 3978 $(INCDIR)/coff/i386.h \
9e097a72
AM
3979 $(INCDIR)/coff/internal.h \
3980 $(INCDIR)/coff/pe.h \
9e097a72
AM
3981 $(INCDIR)/filenames.h \
3982 $(INCDIR)/hashtab.h \
a1ef399e 3983 coff-i386.c \
9e097a72
AM
3984 coffcode.h \
3985 libcoff.h \
3986 libpei.h \
3987 peicode.h
a1ef399e
AM
3988pei-mcore.lo: \
3989 pei-mcore.c \
9e097a72
AM
3990 $(INCDIR)/bfdlink.h \
3991 $(INCDIR)/coff/external.h \
3992 $(INCDIR)/coff/internal.h \
a1ef399e 3993 $(INCDIR)/coff/mcore.h \
9e097a72 3994 $(INCDIR)/coff/pe.h \
9e097a72
AM
3995 $(INCDIR)/filenames.h \
3996 $(INCDIR)/hashtab.h \
a1ef399e 3997 coff-mcore.c \
9e097a72
AM
3998 coffcode.h \
3999 libcoff.h \
4000 libpei.h \
4001 peicode.h
a1ef399e
AM
4002pei-mips.lo: \
4003 pei-mips.c \
9e097a72
AM
4004 $(INCDIR)/bfdlink.h \
4005 $(INCDIR)/coff/external.h \
4006 $(INCDIR)/coff/internal.h \
a1ef399e 4007 $(INCDIR)/coff/mipspe.h \
9e097a72 4008 $(INCDIR)/coff/pe.h \
9e097a72
AM
4009 $(INCDIR)/filenames.h \
4010 $(INCDIR)/hashtab.h \
9e097a72
AM
4011 coffcode.h \
4012 libcoff.h \
4013 libpei.h \
9e097a72 4014 pe-mips.c \
a1ef399e
AM
4015 peicode.h
4016pei-ppc.lo: \
4017 pei-ppc.c \
9e097a72
AM
4018 $(INCDIR)/bfdlink.h \
4019 $(INCDIR)/coff/external.h \
4020 $(INCDIR)/coff/internal.h \
9e097a72 4021 $(INCDIR)/coff/pe.h \
a1ef399e 4022 $(INCDIR)/coff/powerpc.h \
9e097a72
AM
4023 $(INCDIR)/filenames.h \
4024 $(INCDIR)/hashtab.h \
a1ef399e 4025 coff-ppc.c \
9e097a72
AM
4026 coffcode.h \
4027 libcoff.h \
4028 libpei.h \
4029 peicode.h
a1ef399e
AM
4030pei-sh.lo: \
4031 pei-sh.c \
9e097a72
AM
4032 $(INCDIR)/bfdlink.h \
4033 $(INCDIR)/coff/external.h \
4034 $(INCDIR)/coff/internal.h \
9e097a72 4035 $(INCDIR)/coff/pe.h \
a1ef399e 4036 $(INCDIR)/coff/sh.h \
9e097a72
AM
4037 $(INCDIR)/filenames.h \
4038 $(INCDIR)/hashtab.h \
a1ef399e
AM
4039 $(INCDIR)/libiberty.h \
4040 coff-sh.c \
9e097a72
AM
4041 coffcode.h \
4042 libcoff.h \
4043 libpei.h \
9e097a72 4044 peicode.h
ce3c775b
NC
4045plugin.lo: \
4046 plugin.c \
ce3c775b 4047 $(INCDIR)/filenames.h \
ce3c775b 4048 $(INCDIR)/hashtab.h \
a1ef399e
AM
4049 $(INCDIR)/libiberty.h \
4050 $(INCDIR)/plugin-api.h \
4051 plugin.h
9e097a72
AM
4052ppcboot.lo: \
4053 ppcboot.c \
4054 $(INCDIR)/filenames.h \
4055 $(INCDIR)/hashtab.h \
62d8ad4f 4056 $(INCDIR)/safe-ctype.h
9e097a72
AM
4057reloc16.lo: \
4058 reloc16.c \
4059 $(INCDIR)/bfdlink.h \
4060 $(INCDIR)/coff/internal.h \
4061 $(INCDIR)/filenames.h \
4062 $(INCDIR)/hashtab.h \
4063 genlink.h \
ceae3e33 4064 libcoff.h
9e097a72
AM
4065riscix.lo: \
4066 riscix.c \
4067 $(INCDIR)/aout/aout64.h \
4068 $(INCDIR)/aout/ar.h \
4069 $(INCDIR)/aout/stab.def \
4070 $(INCDIR)/aout/stab_gnu.h \
4071 $(INCDIR)/bfdlink.h \
4072 $(INCDIR)/filenames.h \
4073 $(INCDIR)/hashtab.h \
4074 aout-target.h \
4075 libaout.h
a1ef399e
AM
4076som.lo: \
4077 som.c \
4078 $(INCDIR)/alloca-conf.h \
4079 $(INCDIR)/filenames.h
9e097a72
AM
4080sparclinux.lo: \
4081 sparclinux.c \
4082 $(INCDIR)/aout/aout64.h \
4083 $(INCDIR)/aout/ar.h \
4084 $(INCDIR)/aout/stab.def \
4085 $(INCDIR)/aout/stab_gnu.h \
4086 $(INCDIR)/bfdlink.h \
4087 $(INCDIR)/filenames.h \
4088 $(INCDIR)/hashtab.h \
4089 aout-target.h \
4090 libaout.h
4091sparclynx.lo: \
4092 sparclynx.c \
4093 $(INCDIR)/aout/aout64.h \
4094 $(INCDIR)/aout/ar.h \
4095 $(INCDIR)/aout/stab.def \
4096 $(INCDIR)/aout/stab_gnu.h \
4097 $(INCDIR)/aout/sun4.h \
4098 $(INCDIR)/bfdlink.h \
4099 $(INCDIR)/filenames.h \
4100 $(INCDIR)/hashtab.h \
4101 aout-target.h \
4102 libaout.h
4103sparcnetbsd.lo: \
4104 sparcnetbsd.c \
4105 $(INCDIR)/aout/aout64.h \
4106 $(INCDIR)/aout/ar.h \
4107 $(INCDIR)/aout/stab.def \
4108 $(INCDIR)/aout/stab_gnu.h \
4109 $(INCDIR)/bfdlink.h \
4110 $(INCDIR)/filenames.h \
4111 $(INCDIR)/hashtab.h \
4112 aout-target.h \
4113 libaout.h \
4114 netbsd.h
4115sunos.lo: \
4116 sunos.c \
4117 $(INCDIR)/aout/aout64.h \
4118 $(INCDIR)/aout/ar.h \
4119 $(INCDIR)/aout/stab.def \
4120 $(INCDIR)/aout/stab_gnu.h \
4121 $(INCDIR)/aout/sun4.h \
4122 $(INCDIR)/bfdlink.h \
4123 $(INCDIR)/filenames.h \
4124 $(INCDIR)/hashtab.h \
4125 aout-target.h \
4126 aoutf1.h \
4127 libaout.h
a1ef399e
AM
4128vax1knetbsd.lo: \
4129 vax1knetbsd.c \
9e097a72
AM
4130 $(INCDIR)/aout/aout64.h \
4131 $(INCDIR)/aout/ar.h \
4132 $(INCDIR)/aout/stab.def \
4133 $(INCDIR)/aout/stab_gnu.h \
4134 $(INCDIR)/bfdlink.h \
4135 $(INCDIR)/filenames.h \
4136 $(INCDIR)/hashtab.h \
4137 aout-target.h \
4138 libaout.h \
4139 netbsd.h
a1ef399e
AM
4140vaxbsd.lo: \
4141 vaxbsd.c \
9e097a72
AM
4142 $(INCDIR)/aout/aout64.h \
4143 $(INCDIR)/aout/ar.h \
4144 $(INCDIR)/aout/stab.def \
4145 $(INCDIR)/aout/stab_gnu.h \
4146 $(INCDIR)/bfdlink.h \
4147 $(INCDIR)/filenames.h \
4148 $(INCDIR)/hashtab.h \
4149 aout-target.h \
a1ef399e
AM
4150 libaout.h
4151vaxnetbsd.lo: \
4152 vaxnetbsd.c \
9e097a72
AM
4153 $(INCDIR)/aout/aout64.h \
4154 $(INCDIR)/aout/ar.h \
4155 $(INCDIR)/aout/stab.def \
4156 $(INCDIR)/aout/stab_gnu.h \
4157 $(INCDIR)/bfdlink.h \
4158 $(INCDIR)/filenames.h \
4159 $(INCDIR)/hashtab.h \
4160 aout-target.h \
a1ef399e
AM
4161 libaout.h \
4162 netbsd.h
9e097a72
AM
4163versados.lo: \
4164 versados.c \
4165 $(INCDIR)/filenames.h \
4166 $(INCDIR)/hashtab.h \
62d8ad4f 4167 $(INCDIR)/libiberty.h
9e097a72
AM
4168vms-gsd.lo: \
4169 vms-gsd.c \
4170 $(INCDIR)/bfdlink.h \
4171 $(INCDIR)/filenames.h \
4172 $(INCDIR)/hashtab.h \
4173 vms.h
4174vms-hdr.lo: \
4175 vms-hdr.c \
4176 $(INCDIR)/bfdlink.h \
4177 $(INCDIR)/filenames.h \
4178 $(INCDIR)/hashtab.h \
4179 $(INCDIR)/safe-ctype.h \
4180 bfdver.h \
62d8ad4f 4181 vms.h
9e097a72
AM
4182vms-misc.lo: \
4183 vms-misc.c \
4184 $(INCDIR)/bfdlink.h \
4185 $(INCDIR)/filenames.h \
4186 $(INCDIR)/hashtab.h \
4187 vms.h
4188vms-tir.lo: \
4189 vms-tir.c \
4190 $(INCDIR)/bfdlink.h \
4191 $(INCDIR)/filenames.h \
4192 $(INCDIR)/hashtab.h \
4193 vms.h
a1ef399e
AM
4194vms.lo: \
4195 vms.c \
4196 $(INCDIR)/bfdlink.h \
4197 $(INCDIR)/filenames.h \
4198 $(INCDIR)/hashtab.h \
4199 vms.h
9e097a72
AM
4200vmsutil.lo: \
4201 vmsutil.c \
8455dd2c 4202 $(INCDIR)/filenames.h \
9e097a72
AM
4203 vmsutil.h
4204xcofflink.lo: \
4205 xcofflink.c \
4206 $(INCDIR)/bfdlink.h \
4207 $(INCDIR)/coff/internal.h \
4208 $(INCDIR)/coff/xcoff.h \
4209 $(INCDIR)/filenames.h \
4210 $(INCDIR)/hashtab.h \
4211 $(INCDIR)/libiberty.h \
4212 libcoff.h \
4213 libxcoff.h
4214xsym.lo: \
4215 xsym.c \
4216 $(INCDIR)/alloca-conf.h \
4217 $(INCDIR)/filenames.h \
4218 $(INCDIR)/hashtab.h \
4219 xsym.h
4220xtensa-isa.lo: \
4221 xtensa-isa.c \
4222 $(INCDIR)/filenames.h \
4223 $(INCDIR)/hashtab.h \
4224 $(INCDIR)/xtensa-isa-internal.h \
4225 $(INCDIR)/xtensa-isa.h
4226xtensa-modules.lo: \
4227 xtensa-modules.c \
4228 $(INCDIR)/xtensa-isa-internal.h \
4229 $(INCDIR)/xtensa-isa.h
4230aix5ppc-core.lo: \
4231 aix5ppc-core.c \
4232 $(INCDIR)/filenames.h
4233aout64.lo: \
4234 aout64.c \
4235 $(INCDIR)/aout/aout64.h \
4236 $(INCDIR)/aout/ar.h \
4237 $(INCDIR)/aout/stab.def \
4238 $(INCDIR)/aout/stab_gnu.h \
4239 $(INCDIR)/bfdlink.h \
4240 $(INCDIR)/filenames.h \
4241 $(INCDIR)/hashtab.h \
4242 $(INCDIR)/safe-ctype.h \
4243 aoutx.h \
4244 libaout.h
4245coff-alpha.lo: \
4246 coff-alpha.c \
4247 $(INCDIR)/aout/ar.h \
4248 $(INCDIR)/bfdlink.h \
4249 $(INCDIR)/coff/alpha.h \
4250 $(INCDIR)/coff/ecoff.h \
4251 $(INCDIR)/coff/internal.h \
4252 $(INCDIR)/coff/sym.h \
4253 $(INCDIR)/coff/symconst.h \
4254 $(INCDIR)/filenames.h \
4255 $(INCDIR)/hashtab.h \
4256 coffswap.h \
4257 ecoffswap.h \
4258 libcoff.h \
4259 libecoff.h
a1ef399e
AM
4260coff-x86_64.lo: \
4261 coff-x86_64.c \
4262 $(INCDIR)/bfdlink.h \
4263 $(INCDIR)/coff/external.h \
4264 $(INCDIR)/coff/internal.h \
4265 $(INCDIR)/coff/pe.h \
4266 $(INCDIR)/coff/x86_64.h \
4267 $(INCDIR)/filenames.h \
4268 $(INCDIR)/hashtab.h \
4269 $(INCDIR)/libiberty.h \
4270 coffcode.h \
4271 coffswap.h \
4272 libcoff.h
9e097a72
AM
4273coff64-rs6000.lo: \
4274 coff64-rs6000.c \
4275 $(INCDIR)/bfdlink.h \
4276 $(INCDIR)/coff/internal.h \
4277 $(INCDIR)/coff/rs6k64.h \
4278 $(INCDIR)/coff/xcoff.h \
4279 $(INCDIR)/filenames.h \
4280 $(INCDIR)/hashtab.h \
4281 coffcode.h \
4282 coffswap.h \
4283 libcoff.h \
4284 libxcoff.h
4285demo64.lo: \
4286 demo64.c \
4287 $(INCDIR)/aout/aout64.h \
4288 $(INCDIR)/aout/ar.h \
4289 $(INCDIR)/aout/stab.def \
4290 $(INCDIR)/aout/stab_gnu.h \
4291 $(INCDIR)/aout/sun4.h \
4292 $(INCDIR)/bfdlink.h \
4293 $(INCDIR)/filenames.h \
4294 $(INCDIR)/hashtab.h \
4295 aout-target.h \
4296 aoutf1.h \
4297 libaout.h
a1ef399e
AM
4298elf32-score.lo: \
4299 elf32-score.c \
9e097a72 4300 $(INCDIR)/bfdlink.h \
a1ef399e
AM
4301 $(INCDIR)/elf/common.h \
4302 $(INCDIR)/elf/external.h \
4303 $(INCDIR)/elf/internal.h \
4304 $(INCDIR)/elf/reloc-macros.h \
4305 $(INCDIR)/elf/score.h \
9e097a72
AM
4306 $(INCDIR)/filenames.h \
4307 $(INCDIR)/hashtab.h \
a1ef399e
AM
4308 $(INCDIR)/libiberty.h \
4309 elf-bfd.h \
4310 elf32-score.h \
4311 elf32-target.h
4312elf32-score7.lo: \
4313 elf32-score7.c \
9e097a72
AM
4314 $(INCDIR)/bfdlink.h \
4315 $(INCDIR)/elf/common.h \
4316 $(INCDIR)/elf/external.h \
4317 $(INCDIR)/elf/internal.h \
4318 $(INCDIR)/elf/reloc-macros.h \
a1ef399e 4319 $(INCDIR)/elf/score.h \
9e097a72
AM
4320 $(INCDIR)/filenames.h \
4321 $(INCDIR)/hashtab.h \
a1ef399e 4322 $(INCDIR)/libiberty.h \
9e097a72 4323 elf-bfd.h \
a1ef399e 4324 elf32-score.h
9e097a72
AM
4325elf64-alpha.lo: \
4326 elf64-alpha.c \
4327 $(INCDIR)/aout/ar.h \
4328 $(INCDIR)/bfdlink.h \
4329 $(INCDIR)/coff/alpha.h \
4330 $(INCDIR)/coff/ecoff.h \
4331 $(INCDIR)/coff/internal.h \
4332 $(INCDIR)/coff/sym.h \
4333 $(INCDIR)/coff/symconst.h \
4334 $(INCDIR)/elf/alpha.h \
4335 $(INCDIR)/elf/common.h \
4336 $(INCDIR)/elf/external.h \
4337 $(INCDIR)/elf/internal.h \
4338 $(INCDIR)/elf/reloc-macros.h \
4339 $(INCDIR)/filenames.h \
4340 $(INCDIR)/hashtab.h \
4341 ecoffswap.h \
4342 elf-bfd.h \
4343 elf64-target.h \
4344 libcoff.h \
4345 libecoff.h
9e097a72
AM
4346elf64-gen.lo: \
4347 elf64-gen.c \
4348 $(INCDIR)/bfdlink.h \
4349 $(INCDIR)/elf/common.h \
4350 $(INCDIR)/elf/external.h \
4351 $(INCDIR)/elf/internal.h \
4352 $(INCDIR)/filenames.h \
4353 $(INCDIR)/hashtab.h \
4354 elf-bfd.h \
4355 elf64-target.h
a1ef399e
AM
4356elf64-hppa.lo: \
4357 elf64-hppa.c \
4358 $(INCDIR)/alloca-conf.h \
9e097a72 4359 $(INCDIR)/bfdlink.h \
9e097a72
AM
4360 $(INCDIR)/elf/common.h \
4361 $(INCDIR)/elf/external.h \
a1ef399e 4362 $(INCDIR)/elf/hppa.h \
9e097a72 4363 $(INCDIR)/elf/internal.h \
9e097a72
AM
4364 $(INCDIR)/elf/reloc-macros.h \
4365 $(INCDIR)/filenames.h \
4366 $(INCDIR)/hashtab.h \
9e097a72 4367 elf-bfd.h \
a1ef399e
AM
4368 elf-hppa.h \
4369 elf64-hppa.h \
4370 elf64-target.h \
4371 libhppa.h
9e097a72
AM
4372elf64-mips.lo: \
4373 elf64-mips.c \
4374 $(INCDIR)/aout/ar.h \
4375 $(INCDIR)/bfdlink.h \
4376 $(INCDIR)/coff/alpha.h \
4377 $(INCDIR)/coff/ecoff.h \
4378 $(INCDIR)/coff/internal.h \
4379 $(INCDIR)/coff/sym.h \
4380 $(INCDIR)/coff/symconst.h \
4381 $(INCDIR)/elf/common.h \
4382 $(INCDIR)/elf/external.h \
4383 $(INCDIR)/elf/internal.h \
4384 $(INCDIR)/elf/mips.h \
4385 $(INCDIR)/elf/reloc-macros.h \
4386 $(INCDIR)/filenames.h \
4387 $(INCDIR)/hashtab.h \
4388 ecoffswap.h \
4389 elf-bfd.h \
4390 elf64-target.h \
4391 elfxx-mips.h \
4392 genlink.h
4393elf64-mmix.lo: \
4394 elf64-mmix.c \
4395 $(INCDIR)/bfdlink.h \
4396 $(INCDIR)/elf/common.h \
4397 $(INCDIR)/elf/external.h \
4398 $(INCDIR)/elf/internal.h \
4399 $(INCDIR)/elf/mmix.h \
4400 $(INCDIR)/elf/reloc-macros.h \
4401 $(INCDIR)/filenames.h \
4402 $(INCDIR)/hashtab.h \
4403 $(INCDIR)/opcode/mmix.h \
4404 elf-bfd.h \
4405 elf64-target.h
4406elf64-ppc.lo: \
4407 elf64-ppc.c \
4408 $(INCDIR)/bfdlink.h \
4409 $(INCDIR)/elf/common.h \
4410 $(INCDIR)/elf/external.h \
4411 $(INCDIR)/elf/internal.h \
4412 $(INCDIR)/elf/ppc64.h \
4413 $(INCDIR)/elf/reloc-macros.h \
4414 $(INCDIR)/filenames.h \
4415 $(INCDIR)/hashtab.h \
4416 elf-bfd.h \
4417 elf64-ppc.h \
62d8ad4f 4418 elf64-target.h
9e097a72
AM
4419elf64-s390.lo: \
4420 elf64-s390.c \
4421 $(INCDIR)/bfdlink.h \
4422 $(INCDIR)/elf/common.h \
4423 $(INCDIR)/elf/external.h \
4424 $(INCDIR)/elf/internal.h \
4425 $(INCDIR)/elf/reloc-macros.h \
4426 $(INCDIR)/elf/s390.h \
4427 $(INCDIR)/filenames.h \
4428 $(INCDIR)/hashtab.h \
4429 elf-bfd.h \
62d8ad4f 4430 elf64-target.h
a1ef399e
AM
4431elf64-sh64.lo: \
4432 elf64-sh64.c \
9e097a72
AM
4433 $(INCDIR)/bfdlink.h \
4434 $(INCDIR)/elf/common.h \
4435 $(INCDIR)/elf/external.h \
4436 $(INCDIR)/elf/internal.h \
4437 $(INCDIR)/elf/reloc-macros.h \
a1ef399e 4438 $(INCDIR)/elf/sh.h \
9e097a72
AM
4439 $(INCDIR)/filenames.h \
4440 $(INCDIR)/hashtab.h \
9e097a72 4441 elf-bfd.h \
a1ef399e
AM
4442 elf64-target.h
4443elf64-sparc.lo: \
4444 elf64-sparc.c \
9e097a72
AM
4445 $(INCDIR)/bfdlink.h \
4446 $(INCDIR)/elf/common.h \
4447 $(INCDIR)/elf/external.h \
4448 $(INCDIR)/elf/internal.h \
4449 $(INCDIR)/elf/reloc-macros.h \
a1ef399e 4450 $(INCDIR)/elf/sparc.h \
9e097a72
AM
4451 $(INCDIR)/filenames.h \
4452 $(INCDIR)/hashtab.h \
a1ef399e 4453 $(INCDIR)/opcode/sparc.h \
9e097a72 4454 elf-bfd.h \
a1ef399e
AM
4455 elf64-target.h \
4456 elfxx-sparc.h
4457elf64-x86-64.lo: \
4458 elf64-x86-64.c \
9e097a72
AM
4459 $(INCDIR)/bfdlink.h \
4460 $(INCDIR)/elf/common.h \
4461 $(INCDIR)/elf/external.h \
4462 $(INCDIR)/elf/internal.h \
4463 $(INCDIR)/elf/reloc-macros.h \
a1ef399e 4464 $(INCDIR)/elf/x86-64.h \
9e097a72
AM
4465 $(INCDIR)/filenames.h \
4466 $(INCDIR)/hashtab.h \
482c6ce9 4467 $(INCDIR)/objalloc.h \
a1ef399e 4468 bfd_stdint.h \
9e097a72
AM
4469 elf-bfd.h \
4470 elf64-target.h
a1ef399e
AM
4471elf64.lo: \
4472 elf64.c \
9e097a72
AM
4473 $(INCDIR)/bfdlink.h \
4474 $(INCDIR)/elf/common.h \
4475 $(INCDIR)/elf/external.h \
4476 $(INCDIR)/elf/internal.h \
9e097a72
AM
4477 $(INCDIR)/filenames.h \
4478 $(INCDIR)/hashtab.h \
a1ef399e 4479 $(INCDIR)/libiberty.h \
9e097a72 4480 elf-bfd.h \
a1ef399e
AM
4481 elfcode.h \
4482 elfcore.h
4483elfn32-mips.lo: \
4484 elfn32-mips.c \
9e097a72 4485 $(INCDIR)/bfdlink.h \
a1ef399e
AM
4486 $(INCDIR)/coff/ecoff.h \
4487 $(INCDIR)/coff/external.h \
4488 $(INCDIR)/coff/internal.h \
4489 $(INCDIR)/coff/mips.h \
4490 $(INCDIR)/coff/sym.h \
4491 $(INCDIR)/coff/symconst.h \
9e097a72
AM
4492 $(INCDIR)/elf/common.h \
4493 $(INCDIR)/elf/external.h \
4494 $(INCDIR)/elf/internal.h \
a1ef399e
AM
4495 $(INCDIR)/elf/mips.h \
4496 $(INCDIR)/elf/reloc-macros.h \
9e097a72
AM
4497 $(INCDIR)/filenames.h \
4498 $(INCDIR)/hashtab.h \
a1ef399e 4499 ecoffswap.h \
9e097a72 4500 elf-bfd.h \
a1ef399e
AM
4501 elf32-target.h \
4502 elfxx-mips.h \
4503 genlink.h
9e097a72
AM
4504mmo.lo: \
4505 mmo.c \
4506 $(INCDIR)/elf/mmix.h \
4507 $(INCDIR)/elf/reloc-macros.h \
4508 $(INCDIR)/filenames.h \
4509 $(INCDIR)/hashtab.h \
4510 $(INCDIR)/libiberty.h \
62d8ad4f 4511 $(INCDIR)/opcode/mmix.h
9e097a72
AM
4512nlm32-alpha.lo: \
4513 nlm32-alpha.c \
4514 $(INCDIR)/filenames.h \
4515 $(INCDIR)/hashtab.h \
4516 $(INCDIR)/nlm/alpha-ext.h \
4517 $(INCDIR)/nlm/common.h \
4518 $(INCDIR)/nlm/external.h \
4519 $(INCDIR)/nlm/internal.h \
4520 libnlm.h \
4521 nlm-target.h \
4522 nlmswap.h
4523nlm64.lo: \
4524 nlm64.c \
4525 $(INCDIR)/filenames.h \
4526 $(INCDIR)/hashtab.h \
4527 $(INCDIR)/nlm/common.h \
4528 $(INCDIR)/nlm/external.h \
4529 $(INCDIR)/nlm/internal.h \
4530 libnlm.h \
4531 nlmcode.h
a1ef399e
AM
4532pe-x86_64.lo: \
4533 pe-x86_64.c \
9e097a72
AM
4534 $(INCDIR)/bfdlink.h \
4535 $(INCDIR)/coff/external.h \
4536 $(INCDIR)/coff/internal.h \
4537 $(INCDIR)/coff/pe.h \
4538 $(INCDIR)/coff/x86_64.h \
4539 $(INCDIR)/filenames.h \
4540 $(INCDIR)/hashtab.h \
4541 $(INCDIR)/libiberty.h \
a1ef399e 4542 coff-x86_64.c \
9e097a72 4543 coffcode.h \
a1ef399e
AM
4544 libcoff.h \
4545 libpei.h \
4546 peicode.h
4547pei-ia64.lo: \
4548 pei-ia64.c \
9e097a72
AM
4549 $(INCDIR)/bfdlink.h \
4550 $(INCDIR)/coff/external.h \
a1ef399e 4551 $(INCDIR)/coff/ia64.h \
9e097a72
AM
4552 $(INCDIR)/coff/internal.h \
4553 $(INCDIR)/coff/pe.h \
9e097a72
AM
4554 $(INCDIR)/filenames.h \
4555 $(INCDIR)/hashtab.h \
a1ef399e 4556 coff-ia64.c \
9e097a72
AM
4557 coffcode.h \
4558 libcoff.h \
4559 libpei.h \
4560 peicode.h
4561pei-x86_64.lo: \
4562 pei-x86_64.c \
4563 $(INCDIR)/bfdlink.h \
4564 $(INCDIR)/coff/external.h \
4565 $(INCDIR)/coff/internal.h \
4566 $(INCDIR)/coff/pe.h \
4567 $(INCDIR)/coff/x86_64.h \
4568 $(INCDIR)/filenames.h \
4569 $(INCDIR)/hashtab.h \
4570 $(INCDIR)/libiberty.h \
4571 coff-x86_64.c \
4572 coffcode.h \
4573 libcoff.h \
4574 libpei.h \
4575 peicode.h
4576aix386-core.lo: \
4577 aix386-core.c \
4578 $(INCDIR)/bfdlink.h \
4579 $(INCDIR)/coff/external.h \
4580 $(INCDIR)/coff/i386.h \
4581 $(INCDIR)/coff/internal.h \
4582 $(INCDIR)/filenames.h \
4583 $(INCDIR)/hashtab.h \
4584 libcoff.h
a1ef399e
AM
4585cisco-core.lo: \
4586 cisco-core.c \
4587 $(INCDIR)/filenames.h \
4588 $(INCDIR)/hashtab.h
9e097a72
AM
4589hpux-core.lo: \
4590 hpux-core.c \
4591 $(INCDIR)/filenames.h \
4592 $(INCDIR)/hashtab.h
4593irix-core.lo: \
4594 irix-core.c \
4595 $(INCDIR)/filenames.h \
4596 $(INCDIR)/hashtab.h
4597lynx-core.lo: \
4598 lynx-core.c \
4599 $(INCDIR)/filenames.h \
4600 $(INCDIR)/hashtab.h
4601osf-core.lo: \
4602 osf-core.c \
4603 $(INCDIR)/filenames.h \
4604 $(INCDIR)/hashtab.h
4605sco5-core.lo: \
4606 sco5-core.c \
4607 $(INCDIR)/bfdlink.h \
4608 $(INCDIR)/filenames.h \
4609 $(INCDIR)/hashtab.h \
4610 libaout.h
4611trad-core.lo: \
4612 trad-core.c \
4613 $(INCDIR)/bfdlink.h \
4614 $(INCDIR)/filenames.h \
4615 $(INCDIR)/hashtab.h \
4616 libaout.h
9e097a72
AM
4617elf32-ia64.lo: \
4618 elf32-ia64.c \
4619 $(INCDIR)/bfdlink.h \
4620 $(INCDIR)/elf/common.h \
4621 $(INCDIR)/elf/external.h \
4622 $(INCDIR)/elf/ia64.h \
4623 $(INCDIR)/elf/internal.h \
4624 $(INCDIR)/elf/reloc-macros.h \
4625 $(INCDIR)/filenames.h \
4626 $(INCDIR)/hashtab.h \
4627 $(INCDIR)/objalloc.h \
4628 $(INCDIR)/opcode/ia64.h \
4629 elf-bfd.h \
782e11fd 4630 elf32-target.h
9e097a72
AM
4631elf64-ia64.lo: \
4632 elf64-ia64.c \
4633 $(INCDIR)/bfdlink.h \
4634 $(INCDIR)/elf/common.h \
4635 $(INCDIR)/elf/external.h \
4636 $(INCDIR)/elf/ia64.h \
4637 $(INCDIR)/elf/internal.h \
4638 $(INCDIR)/elf/reloc-macros.h \
4639 $(INCDIR)/filenames.h \
4640 $(INCDIR)/hashtab.h \
4641 $(INCDIR)/objalloc.h \
4642 $(INCDIR)/opcode/ia64.h \
4643 elf-bfd.h \
782e11fd 4644 elf64-target.h
9e097a72
AM
4645peigen.lo: \
4646 peigen.c \
4647 $(INCDIR)/bfdlink.h \
4648 $(INCDIR)/coff/external.h \
4649 $(INCDIR)/coff/i386.h \
4650 $(INCDIR)/coff/internal.h \
4651 $(INCDIR)/coff/pe.h \
4652 $(INCDIR)/filenames.h \
4653 $(INCDIR)/hashtab.h \
4654 libcoff.h \
4655 libpei.h
4656pepigen.lo: \
4657 pepigen.c \
4658 $(INCDIR)/bfdlink.h \
4659 $(INCDIR)/coff/external.h \
4660 $(INCDIR)/coff/ia64.h \
4661 $(INCDIR)/coff/internal.h \
4662 $(INCDIR)/coff/pe.h \
4663 $(INCDIR)/filenames.h \
4664 $(INCDIR)/hashtab.h \
4665 libcoff.h \
4666 libpei.h
4667pex64igen.lo: \
4668 pex64igen.c \
4669 $(INCDIR)/bfdlink.h \
4670 $(INCDIR)/coff/external.h \
4671 $(INCDIR)/coff/internal.h \
4672 $(INCDIR)/coff/pe.h \
4673 $(INCDIR)/coff/x86_64.h \
4674 $(INCDIR)/filenames.h \
4675 $(INCDIR)/hashtab.h \
4676 libcoff.h \
4677 libpei.h
252b5132 4678# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
85fbca6a
NC
4679# Tell versions [3.59,3.63) of GNU make to not export all variables.
4680# Otherwise a system limit (for SysV at least) may be exceeded.
4681.NOEXPORT:
This page took 0.670167 seconds and 4 git commands to generate.