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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gdb-6.8/] [bfd/] [Makefile.in] - Blame information for rev 175

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

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

powered by: WebSVN 2.1.0

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