OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [bfd/] [Makefile.in] - Blame information for rev 853

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.