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