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