bfd:
[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
AC
28AM_CFLAGS = $(WARN_CFLAGS)
29
252b5132
RH
30# bfd.h goes here, for now
31BFD_H = bfd.h
32
33# Jim Kingdon notes:
34# Writing S-records should be included in all (or at least most)
35# *-*-coff, *-*-aout, etc., configurations, because people will want to
36# be able to use objcopy to create S-records. (S-records are not useful
37# for the debugger, so if you are downloading things as S-records you
38# need two copies of the executable, one to download and one for the
39# debugger).
36b45482 40BFD32_LIBS = \
93509525
KD
41 archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
42 cache.lo coffgen.lo corefile.lo \
252b5132
RH
43 format.lo init.lo libbfd.lo opncls.lo reloc.lo \
44 section.lo syms.lo targets.lo hash.lo linker.lo \
51db3708 45 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
1b315056 46 merge.lo dwarf2.lo simple.lo compress.lo
252b5132 47
36b45482
TS
48BFD64_LIBS = archive64.lo
49
50BFD32_LIBS_CFILES = \
93509525
KD
51 archive.c archures.c bfd.c bfdio.c bfdwin.c \
52 cache.c coffgen.c corefile.c \
252b5132
RH
53 format.c init.c libbfd.c opncls.c reloc.c \
54 section.c syms.c targets.c hash.c linker.c \
51db3708 55 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
1b315056 56 merge.c dwarf2.c simple.c compress.c
252b5132 57
36b45482
TS
58BFD64_LIBS_CFILES = archive64.c
59
252b5132
RH
60# This list is alphabetized to make it easier to keep in sync
61# with the decls and initializer in archures.c.
62ALL_MACHINES = \
252b5132
RH
63 cpu-alpha.lo \
64 cpu-arc.lo \
65 cpu-arm.lo \
adde6300 66 cpu-avr.lo \
0f64bb02 67 cpu-bfin.lo \
3d3d428f 68 cpu-cr16.lo \
0949843d 69 cpu-cr16c.lo \
06c15ad7 70 cpu-cris.lo \
1fe1f39c 71 cpu-crx.lo \
252b5132
RH
72 cpu-d10v.lo \
73 cpu-d30v.lo \
d172d4ba 74 cpu-dlx.lo \
252b5132 75 cpu-fr30.lo \
4e5ba5b7 76 cpu-frv.lo \
252b5132
RH
77 cpu-h8300.lo \
78 cpu-h8500.lo \
79 cpu-hppa.lo \
800eeca4 80 cpu-ia64.lo \
5b93d8bb 81 cpu-i370.lo \
252b5132
RH
82 cpu-i386.lo \
83 cpu-i860.lo \
84 cpu-i960.lo \
cf88bb9f 85 cpu-ip2k.lo \
a75473eb 86 cpu-iq2000.lo \
84e94c90 87 cpu-lm32.lo \
49f58d10 88 cpu-m32c.lo \
252b5132 89 cpu-m32r.lo \
60bcf0fa
NC
90 cpu-m68hc11.lo \
91 cpu-m68hc12.lo \
252b5132
RH
92 cpu-m68k.lo \
93 cpu-m88k.lo \
94 cpu-m10200.lo \
95 cpu-m10300.lo \
7499d566 96 cpu-maxq.lo \
252b5132 97 cpu-mcore.lo \
d9352518 98 cpu-mep.lo \
252b5132 99 cpu-mips.lo \
3c3bdf30 100 cpu-mmix.lo \
4970f871 101 cpu-mt.lo \
32d95f29 102 cpu-msp430.lo \
3b16e843 103 cpu-or32.lo \
252b5132 104 cpu-ns32k.lo \
b3baf5d0 105 cpu-openrisc.lo \
e135f41b 106 cpu-pdp11.lo \
0bcb993b 107 cpu-pj.lo \
252b5132
RH
108 cpu-powerpc.lo \
109 cpu-rs6000.lo \
a85d7ed0 110 cpu-s390.lo \
1c0d3aa6 111 cpu-score.lo \
252b5132
RH
112 cpu-sh.lo \
113 cpu-sparc.lo \
e9f53129 114 cpu-spu.lo \
252b5132 115 cpu-tic30.lo \
026df7c5 116 cpu-tic4x.lo \
81635ce4 117 cpu-tic54x.lo \
252b5132
RH
118 cpu-tic80.lo \
119 cpu-v850.lo \
120 cpu-vax.lo \
121 cpu-we32k.lo \
122 cpu-w65.lo \
93fbbb04 123 cpu-xstormy16.lo \
e0001a05 124 cpu-xtensa.lo \
d70c5fc7 125 cpu-xc16x.lo \
3c9b82ba 126 cpu-z80.lo \
252b5132
RH
127 cpu-z8k.lo
128
129ALL_MACHINES_CFILES = \
252b5132
RH
130 cpu-alpha.c \
131 cpu-arc.c \
132 cpu-arm.c \
adde6300 133 cpu-avr.c \
0f64bb02 134 cpu-bfin.c \
3d3d428f 135 cpu-cr16.c \
06c15ad7 136 cpu-cris.c \
0949843d 137 cpu-cr16c.c \
1fe1f39c 138 cpu-crx.c \
252b5132
RH
139 cpu-d10v.c \
140 cpu-d30v.c \
d172d4ba 141 cpu-dlx.c \
252b5132 142 cpu-fr30.c \
4e5ba5b7 143 cpu-frv.c \
252b5132
RH
144 cpu-h8300.c \
145 cpu-h8500.c \
146 cpu-hppa.c \
800eeca4 147 cpu-ia64.c \
5b93d8bb 148 cpu-i370.c \
252b5132
RH
149 cpu-i386.c \
150 cpu-i860.c \
151 cpu-i960.c \
cf88bb9f 152 cpu-ip2k.c \
a75473eb 153 cpu-iq2000.c \
84e94c90 154 cpu-lm32.c \
49f58d10 155 cpu-m32c.c \
252b5132 156 cpu-m32r.c \
60bcf0fa
NC
157 cpu-m68hc11.c \
158 cpu-m68hc12.c \
252b5132
RH
159 cpu-m68k.c \
160 cpu-m88k.c \
161 cpu-m10200.c \
162 cpu-m10300.c \
0306b3bf 163 cpu-maxq.c \
252b5132 164 cpu-mcore.c \
d9352518 165 cpu-mep.c \
252b5132 166 cpu-mips.c \
3c3bdf30 167 cpu-mmix.c \
4970f871 168 cpu-mt.c \
2469cfa2 169 cpu-msp430.c \
3b16e843 170 cpu-or32.c \
252b5132 171 cpu-ns32k.c \
b3baf5d0 172 cpu-openrisc.c \
e135f41b 173 cpu-pdp11.c \
0bcb993b 174 cpu-pj.c \
252b5132
RH
175 cpu-powerpc.c \
176 cpu-rs6000.c \
a85d7ed0 177 cpu-s390.c \
1c0d3aa6 178 cpu-score.c \
252b5132
RH
179 cpu-sh.c \
180 cpu-sparc.c \
e9f53129 181 cpu-spu.c \
252b5132 182 cpu-tic30.c \
026df7c5 183 cpu-tic4x.c \
81635ce4 184 cpu-tic54x.c \
252b5132
RH
185 cpu-tic80.c \
186 cpu-v850.c \
187 cpu-vax.c \
188 cpu-we32k.c \
189 cpu-w65.c \
93fbbb04 190 cpu-xstormy16.c \
e0001a05 191 cpu-xtensa.c \
d70c5fc7 192 cpu-xc16x.c \
3c9b82ba 193 cpu-z80.c \
252b5132
RH
194 cpu-z8k.c
195
196# The .o files needed by all of the 32 bit vectors that are configured into
197# target_vector in targets.c if configured with --enable-targets=all.
198BFD32_BACKENDS = \
199 aout-adobe.lo \
200 aout-arm.lo \
06c15ad7 201 aout-cris.lo \
252b5132
RH
202 aout-ns32k.lo \
203 aout-sparcle.lo \
204 aout-tic30.lo \
205 aout0.lo \
206 aout32.lo \
021e3cc0 207 armnetbsd.lo \
252b5132
RH
208 bout.lo \
209 cf-i386lynx.lo \
252b5132 210 cf-sparclynx.lo \
252b5132
RH
211 coff-apollo.lo \
212 coff-arm.lo \
213 coff-aux.lo \
214 coff-h8300.lo \
215 coff-h8500.lo \
216 coff-i386.lo \
217 coff-go32.lo \
218 coff-i860.lo \
219 coff-i960.lo \
220 coff-m68k.lo \
221 coff-m88k.lo \
7499d566 222 coff-maxq.lo \
252b5132 223 coff-mips.lo \
3b16e843 224 coff-or32.lo \
252b5132
RH
225 coff-rs6000.lo \
226 coff-sh.lo \
227 coff-sparc.lo \
228 coff-stgo32.lo \
229 coff-svm68k.lo \
230 coff-tic30.lo \
026df7c5 231 coff-tic4x.lo \
81635ce4 232 coff-tic54x.lo \
252b5132
RH
233 coff-tic80.lo \
234 coff-u68k.lo \
235 coff-we32k.lo \
236 coff-w65.lo \
3c9b82ba 237 coff-z80.lo \
252b5132
RH
238 coff-z8k.lo \
239 cofflink.lo \
4a54b465 240 dwarf1.lo \
252b5132
RH
241 ecoff.lo \
242 ecofflink.lo \
85e22c7e 243 efi-app-ia32.lo \
e81819a5
NC
244 efi-bsdrv-ia32.lo \
245 efi-rtdrv-ia32.lo \
252b5132 246 elf.lo \
942e0f42 247 elf32-am33lin.lo \
252b5132 248 elf32-arc.lo \
7f266840 249 elf32-arm.lo \
adde6300 250 elf32-avr.lo \
0f64bb02 251 elf32-bfin.lo \
3d3d428f 252 elf32-cr16.lo \
0949843d 253 elf32-cr16c.lo \
06c15ad7 254 elf32-cris.lo \
1fe1f39c 255 elf32-crx.lo \
252b5132
RH
256 elf32-d10v.lo \
257 elf32-d30v.lo \
d172d4ba 258 elf32-dlx.lo \
252b5132 259 elf32-fr30.lo \
4e5ba5b7 260 elf32-frv.lo \
252b5132 261 elf32-gen.lo \
ee8a3a3b 262 elf32-h8300.lo \
e0afaebd 263 elf32-hppa.lo \
5b93d8bb 264 elf32-i370.lo \
252b5132
RH
265 elf32-i386.lo \
266 elf32-i860.lo \
b2ef150d 267 elf32-i960.lo \
58378160 268 elf32-ip2k.lo \
a75473eb 269 elf32-iq2000.lo \
84e94c90 270 elf32-lm32.lo \
49f58d10 271 elf32-m32c.lo \
252b5132 272 elf32-m32r.lo \
60bcf0fa
NC
273 elf32-m68hc11.lo \
274 elf32-m68hc12.lo \
f5a6f915 275 elf32-m68hc1x.lo \
252b5132
RH
276 elf32-m68k.lo \
277 elf32-m88k.lo \
278 elf-m10200.lo \
279 elf-m10300.lo \
280 elf32-mcore.lo \
d9352518 281 elf32-mep.lo \
c6e90b02 282 elfxx-mips.lo \
252b5132 283 elf32-mips.lo \
4970f871 284 elf32-mt.lo \
32d95f29 285 elf32-msp430.lo \
b3baf5d0 286 elf32-openrisc.lo \
3b16e843 287 elf32-or32.lo \
0bcb993b 288 elf32-pj.lo \
252b5132 289 elf32-ppc.lo \
a85d7ed0 290 elf32-s390.lo \
1c0d3aa6 291 elf32-score.lo \
252b5132 292 elf32-sh.lo \
85fbca6a 293 elf32-sh-symbian.lo \
fbca6ad9 294 elf32-sh64.lo \
9cba27b2 295 elf32-sh64-com.lo \
fa0d1cab 296 elfxx-sparc.lo \
252b5132 297 elf32-sparc.lo \
e9f53129 298 elf32-spu.lo \
252b5132 299 elf32-v850.lo \
90ace9e9 300 elf32-vax.lo \
93fbbb04 301 elf32-xstormy16.lo \
e0001a05 302 elf32-xtensa.lo \
d70c5fc7 303 elf32-xc16x.lo \
252b5132
RH
304 elf32.lo \
305 elflink.lo \
104d59d1 306 elf-attrs.lo \
2b0f7ef9 307 elf-strtab.lo \
65765700 308 elf-eh-frame.lo \
eac338cf 309 elf-vxworks.lo \
10ab5357
NC
310 epoc-pe-arm.lo \
311 epoc-pei-arm.lo \
252b5132
RH
312 hp300bsd.lo \
313 hp300hpux.lo \
314 som.lo \
315 i386aout.lo \
316 i386bsd.lo \
317 i386dynix.lo \
318 i386freebsd.lo \
319 i386linux.lo \
320 i386lynx.lo \
321 i386msdos.lo \
322 i386netbsd.lo \
323 i386mach3.lo \
324 i386os9k.lo \
325 ieee.lo \
326 m68k4knetbsd.lo \
327 m68klinux.lo \
252b5132
RH
328 m68knetbsd.lo \
329 m88kmach3.lo \
c6f8758f 330 m88kopenbsd.lo \
3af9a47b 331 mach-o.lo \
252b5132
RH
332 mipsbsd.lo \
333 newsos3.lo \
334 nlm.lo \
335 nlm32-i386.lo \
336 nlm32-sparc.lo \
337 nlm32-ppc.lo \
338 nlm32.lo \
339 ns32knetbsd.lo \
340 oasys.lo \
341 pc532-mach.lo \
e135f41b 342 pdp11.lo \
3af9a47b 343 pef.lo \
252b5132
RH
344 pe-arm.lo \
345 pei-arm.lo \
7148cc28
NC
346 pe-arm-wince.lo \
347 pei-arm-wince.lo \
252b5132
RH
348 pe-i386.lo \
349 pei-i386.lo \
350 pe-mcore.lo \
351 pei-mcore.lo \
352 pe-ppc.lo \
353 pei-ppc.lo \
17505c5c
NC
354 pe-sh.lo \
355 pei-sh.lo \
356 pe-mips.lo \
357 pei-mips.lo \
277d1b5e 358 peigen.lo \
252b5132
RH
359 ppcboot.lo \
360 reloc16.lo \
361 riscix.lo \
362 sparclinux.lo \
363 sparclynx.lo \
364 sparcnetbsd.lo \
365 sunos.lo \
366 vaxnetbsd.lo \
3c2bfad6 367 vax1knetbsd.lo \
ba26fd96 368 vaxbsd.lo \
252b5132
RH
369 versados.lo \
370 vms.lo \
371 vms-gsd.lo \
372 vms-hdr.lo \
373 vms-misc.lo \
374 vms-tir.lo \
01e1a5bc 375 vmsutil.lo \
3af9a47b 376 xcofflink.lo \
e0001a05
NC
377 xsym.lo \
378 xtensa-isa.lo \
379 xtensa-modules.lo
252b5132
RH
380
381BFD32_BACKENDS_CFILES = \
382 aout-adobe.c \
383 aout-arm.c \
06c15ad7 384 aout-cris.c \
252b5132
RH
385 aout-ns32k.c \
386 aout-sparcle.c \
387 aout-tic30.c \
388 aout0.c \
389 aout32.c \
021e3cc0 390 armnetbsd.c \
252b5132
RH
391 bout.c \
392 cf-i386lynx.c \
252b5132 393 cf-sparclynx.c \
252b5132
RH
394 coff-apollo.c \
395 coff-arm.c \
396 coff-aux.c \
397 coff-h8300.c \
398 coff-h8500.c \
399 coff-i386.c \
400 coff-i860.c \
401 coff-go32.c \
402 coff-i960.c \
403 coff-m68k.c \
404 coff-m88k.c \
7499d566 405 coff-maxq.c \
252b5132 406 coff-mips.c \
3b16e843 407 coff-or32.c \
252b5132
RH
408 coff-rs6000.c \
409 coff-sh.c \
410 coff-sparc.c \
411 coff-stgo32.c \
412 coff-svm68k.c \
413 coff-tic30.c \
026df7c5 414 coff-tic4x.c \
81635ce4 415 coff-tic54x.c \
252b5132
RH
416 coff-tic80.c \
417 coff-u68k.c \
418 coff-we32k.c \
419 coff-w65.c \
3c9b82ba 420 coff-z80.c \
252b5132
RH
421 coff-z8k.c \
422 cofflink.c \
4a54b465 423 dwarf1.c \
252b5132
RH
424 ecoff.c \
425 ecofflink.c \
85e22c7e 426 efi-app-ia32.c \
e81819a5
NC
427 efi-bsdrv-ia32.c \
428 efi-rtdrv-ia32.c \
252b5132 429 elf.c \
942e0f42 430 elf32-am33lin.c \
252b5132 431 elf32-arc.c \
7f266840 432 elf32-arm.c \
adde6300 433 elf32-avr.c \
0f64bb02 434 elf32-bfin.c \
3d3d428f 435 elf32-cr16.c \
0949843d 436 elf32-cr16c.c \
06c15ad7 437 elf32-cris.c \
1fe1f39c 438 elf32-crx.c \
252b5132
RH
439 elf32-d10v.c \
440 elf32-d30v.c \
d172d4ba 441 elf32-dlx.c \
252b5132 442 elf32-fr30.c \
4e5ba5b7 443 elf32-frv.c \
252b5132 444 elf32-gen.c \
ee8a3a3b 445 elf32-h8300.c \
3f9b03b5 446 elf32-hppa.c \
5b93d8bb 447 elf32-i370.c \
252b5132
RH
448 elf32-i386.c \
449 elf32-i860.c \
b2ef150d 450 elf32-i960.c \
cf88bb9f 451 elf32-ip2k.c \
a75473eb 452 elf32-iq2000.c \
84e94c90 453 elf32-lm32.c \
49f58d10 454 elf32-m32c.c \
252b5132
RH
455 elf32-m32r.c \
456 elf32-m68k.c \
60bcf0fa
NC
457 elf32-m68hc11.c \
458 elf32-m68hc12.c \
f5a6f915 459 elf32-m68hc1x.c \
252b5132
RH
460 elf32-m88k.c \
461 elf-m10200.c \
462 elf-m10300.c \
463 elf32-mcore.c \
d9352518 464 elf32-mep.c \
c6e90b02 465 elfxx-mips.c \
252b5132 466 elf32-mips.c \
4970f871 467 elf32-mt.c \
2469cfa2 468 elf32-msp430.c \
b3baf5d0 469 elf32-openrisc.c \
3b16e843 470 elf32-or32.c \
0bcb993b 471 elf32-pj.c \
252b5132 472 elf32-ppc.c \
fbca6ad9 473 elf32-sh64.c \
9cba27b2 474 elf32-sh64-com.c \
a85d7ed0 475 elf32-s390.c \
1c0d3aa6 476 elf32-score.c \
252b5132 477 elf32-sh.c \
85fbca6a 478 elf32-sh-symbian.c \
fa0d1cab 479 elfxx-sparc.c \
252b5132 480 elf32-sparc.c \
e9f53129 481 elf32-spu.c \
252b5132 482 elf32-v850.c \
90ace9e9 483 elf32-vax.c \
93fbbb04 484 elf32-xstormy16.c \
e0001a05 485 elf32-xtensa.c \
d70c5fc7 486 elf32-xc16x.c \
252b5132
RH
487 elf32.c \
488 elflink.c \
104d59d1 489 elf-attrs.c \
2b0f7ef9 490 elf-strtab.c \
65765700 491 elf-eh-frame.c \
eac338cf 492 elf-vxworks.c \
10ab5357
NC
493 epoc-pe-arm.c \
494 epoc-pei-arm.c \
252b5132
RH
495 hp300bsd.c \
496 hp300hpux.c \
497 som.c \
498 i386aout.c \
499 i386bsd.c \
500 i386dynix.c \
501 i386freebsd.c \
502 i386linux.c \
503 i386lynx.c \
504 i386msdos.c \
505 i386netbsd.c \
506 i386mach3.c \
507 i386os9k.c \
508 ieee.c \
509 m68k4knetbsd.c \
510 m68klinux.c \
252b5132
RH
511 m68knetbsd.c \
512 m88kmach3.c \
c6f8758f 513 m88kopenbsd.c \
3af9a47b 514 mach-o.c \
252b5132
RH
515 mipsbsd.c \
516 newsos3.c \
517 nlm.c \
518 nlm32-i386.c \
519 nlm32-sparc.c \
520 nlm32-ppc.c \
521 nlm32.c \
522 ns32knetbsd.c \
523 oasys.c \
524 pc532-mach.c \
e135f41b 525 pdp11.c \
3af9a47b 526 pef.c \
252b5132
RH
527 pe-arm.c \
528 pei-arm.c \
7148cc28
NC
529 pe-arm-wince.c \
530 pei-arm-wince.c \
252b5132
RH
531 pe-i386.c \
532 pei-i386.c \
533 pe-mcore.c \
534 pei-mcore.c \
535 pe-ppc.c \
536 pei-ppc.c \
17505c5c
NC
537 pe-sh.c \
538 pei-sh.c \
539 pe-mips.c \
540 pei-mips.c \
252b5132
RH
541 ppcboot.c \
542 reloc16.c \
543 riscix.c \
544 sparclinux.c \
545 sparclynx.c \
546 sparcnetbsd.c \
547 sunos.c \
548 vaxnetbsd.c \
3c2bfad6 549 vax1knetbsd.c \
ba26fd96 550 vaxbsd.c \
252b5132
RH
551 versados.c \
552 vms.c \
553 vms-gsd.c \
554 vms-hdr.c \
555 vms-misc.c \
556 vms-tir.c \
01e1a5bc 557 vmsutil.c \
3af9a47b 558 xcofflink.c \
e0001a05
NC
559 xsym.c \
560 xtensa-isa.c \
561 xtensa-modules.c
252b5132
RH
562
563# The .o files needed by all of the 64 bit vectors that are configured into
564# target_vector in targets.c if configured with --enable-targets=all
565# and --enable-64-bit-bfd.
074d327a
NC
566# elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in
567# BFD32_BACKENDS.
252b5132 568BFD64_BACKENDS = \
eb1e0e80 569 aix5ppc-core.lo \
252b5132
RH
570 aout64.lo \
571 coff-alpha.lo \
14958a43 572 coff64-rs6000.lo \
252b5132 573 demo64.lo \
85e22c7e 574 efi-app-ia64.lo \
e81819a5
NC
575 efi-bsdrv-ia64.lo \
576 efi-rtdrv-ia64.lo \
9c6fc49d 577 efi-app-x86_64.lo \
e81819a5
NC
578 efi-bsdrv-x86_64.lo \
579 efi-rtdrv-x86_64.lo \
8d88c4ca 580 elf64-x86-64.lo \
252b5132 581 elf64-alpha.lo \
d403336c 582 elf64-hppa.lo \
074d327a 583 elf32-ia64.lo \
800eeca4 584 elf64-ia64.lo \
252b5132 585 elf64-gen.lo \
8a397dad 586 elfn32-mips.lo \
252b5132 587 elf64-mips.lo \
3c3bdf30 588 elf64-mmix.lo \
fbca6ad9 589 elf64-sh64.lo \
5bd4f169 590 elf64-ppc.lo \
a85d7ed0 591 elf64-s390.lo \
252b5132
RH
592 elf64-sparc.lo \
593 elf64.lo \
3c3bdf30 594 mmo.lo \
252b5132 595 nlm32-alpha.lo \
825b47db 596 nlm64.lo \
99ad8390
NC
597 coff-x86_64.lo \
598 pe-x86_64.lo \
599 pei-x86_64.lo \
600 pepigen.lo \
601 pex64igen.lo
252b5132
RH
602
603BFD64_BACKENDS_CFILES = \
eb1e0e80 604 aix5ppc-core.c \
252b5132
RH
605 aout64.c \
606 coff-alpha.c \
14958a43 607 coff64-rs6000.c \
252b5132 608 demo64.c \
85e22c7e 609 efi-app-ia64.c \
e81819a5
NC
610 efi-bsdrv-ia64.c \
611 efi-rtdrv-ia64.c \
9c6fc49d 612 efi-app-x86_64.c \
e81819a5
NC
613 efi-bsdrv-x86_64.c \
614 efi-rtdrv-x86_64.c \
8d88c4ca 615 elf64-x86-64.c \
252b5132 616 elf64-alpha.c \
d403336c 617 elf64-hppa.c \
252b5132 618 elf64-gen.c \
8a397dad 619 elfn32-mips.c \
252b5132 620 elf64-mips.c \
3c3bdf30 621 elf64-mmix.c \
5bd4f169 622 elf64-ppc.c \
a85d7ed0 623 elf64-s390.c \
fbca6ad9 624 elf64-sh64.c \
252b5132
RH
625 elf64-sparc.c \
626 elf64.c \
3c3bdf30 627 mmo.c \
252b5132 628 nlm32-alpha.c \
99ad8390
NC
629 nlm64.c \
630 coff-x86_64.c \
631 pe-x86_64.c \
632 pei-x86_64.c
252b5132
RH
633
634OPTIONAL_BACKENDS = \
635 aix386-core.lo \
636 hpux-core.lo \
637 irix-core.lo \
638 lynx-core.lo \
639 osf-core.lo \
640 sco5-core.lo \
641 trad-core.lo \
642 cisco-core.lo
643
644OPTIONAL_BACKENDS_CFILES = \
645 aix386-core.c \
646 hpux-core.c \
647 irix-core.c \
648 lynx-core.c \
649 osf-core.c \
650 sco5-core.c \
651 trad-core.c \
652 cisco-core.c
653
3f85e526
L
654# We want to rerun configure if configure.in, config.bfd or
655# configure.host change. configure.in is needed since the version
656# number in Makefile comes from configure.in.
657CONFIG_STATUS_DEPENDENCIES = \
658 $(srcdir)/configure.in \
659 $(srcdir)/config.bfd \
660 $(srcdir)/configure.host
661
252b5132
RH
662# These are defined by configure.in:
663WORDSIZE = @wordsize@
664ALL_BACKENDS = @all_backends@
665BFD_BACKENDS = @bfd_backends@
666BFD_MACHINES = @bfd_machines@
667TDEFAULTS = @tdefaults@
668
20e95c23 669INCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) @INCINTL@
252b5132
RH
670
671# C source files that correspond to .o's.
27b7e12d 672SOURCE_CFILES = \
36b45482
TS
673 $(BFD32_LIBS_CFILES) \
674 $(BFD64_LIBS_CFILES) \
252b5132
RH
675 $(ALL_MACHINES_CFILES) \
676 $(BFD32_BACKENDS_CFILES) \
677 $(BFD64_BACKENDS_CFILES) \
678 $(OPTIONAL_BACKENDS_CFILES)
679
55c80943 680BUILD_CFILES = \
99ad8390 681 elf32-ia64.c elf64-ia64.c peigen.c pepigen.c pex64igen.c
27b7e12d 682
55c80943
NC
683CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
684
252b5132
RH
685## This is a list of all .h files which are in the source tree.
686SOURCE_HFILES = \
709d67f1
AM
687 aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
688 elf-bfd.h elf-hppa.h elf32-hppa.h \
c152c796 689 elf64-hppa.h elfcode.h elfcore.h \
2bc3c89a
AM
690 freebsd.h genlink.h go32stub.h \
691 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
3af9a47b 692 libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
2bc3c89a 693 netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
3af9a47b
NC
694 pef.h pef-traceback.h peicode.h som.h version.h \
695 vms.h xcoff-target.h xsym.h
252b5132 696
55c80943
NC
697## ... and all .h files which are in the build tree.
698BUILD_HFILES = \
5eda1c47 699 bfdver.h elf32-target.h elf64-target.h targmatch.h bfd_stdint.h
55c80943
NC
700
701HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
702
703SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
704BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
252b5132 705
55c80943 706po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
fdc09da8 707 for file in $(SRC_POTFILES); do echo $$file; done \
323ee3f4 708 | LC_ALL=C sort > tmp.src \
01467f2a 709 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
55c80943
NC
710
711po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
fdc09da8 712 for file in $(BLD_POTFILES); do echo $$file; done \
323ee3f4 713 | LC_ALL=C sort > tmp.bld \
01467f2a 714 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
55c80943 715
e3e71e27 716all diststuff: info
252b5132 717
31dd3154
JM
718.PHONY: install-pdf install-pdf-am install-pdf-recursive
719
720install-pdf: install-pdf-recursive
721
722install-pdf-recursive:
723 @failcom='exit 1'; \
724 for f in x $$MAKEFLAGS; do \
725 case $$f in \
726 *=* | --[!k]*);; \
727 *k*) failcom='fail=yes';; \
728 esac; \
729 done; \
730 dot_seen=no; \
731 target=`echo $@ | sed s/-recursive//`; \
732 list='$(SUBDIRS)'; for subdir in $$list; do \
733 echo "Making $$target in $$subdir"; \
734 if test "$$subdir" = "."; then \
735 dot_seen=yes; \
736 local_target="$$target-am"; \
737 else \
738 local_target="$$target"; \
739 fi; \
740 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
741 || eval $$failcom; \
742 done; \
743 if test "$$dot_seen" = "no"; then \
744 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
745 fi; test -z "$$fail"
746
108a6f8e
CD
747.PHONY: install-html install-html-am install-html-recursive
748
749install-html: install-html-recursive
750
751install-html-recursive:
752 @failcom='exit 1'; \
753 for f in x $$MAKEFLAGS; do \
754 case $$f in \
755 *=* | --[!k]*);; \
756 *k*) failcom='fail=yes';; \
757 esac; \
758 done; \
759 dot_seen=no; \
760 target=`echo $@ | sed s/-recursive//`; \
761 list='$(SUBDIRS)'; for subdir in $$list; do \
762 echo "Making $$target in $$subdir"; \
763 if test "$$subdir" = "."; then \
764 dot_seen=yes; \
765 local_target="$$target-am"; \
766 else \
767 local_target="$$target"; \
768 fi; \
769 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
770 || eval $$failcom; \
771 done; \
772 if test "$$dot_seen" = "no"; then \
773 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
774 fi; test -z "$$fail"
775
252b5132
RH
776# Various kinds of .o files to put in libbfd.a:
777# BFD_BACKENDS Routines the configured targets need.
778# BFD_MACHINES Architecture-specific routines the configured targets need.
779# COREFILE Core file routines for a native configuration
21e40a48
L
780# bfd64_libs Routines for 64bit support
781OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ @bfd64_libs@
252b5132
RH
782
783stamp-ofiles: Makefile
784 rm -f tofiles
785 f=""; \
786 for i in $(OFILES) ; do \
787 case " $$f " in \
788 *" $$i "*) ;; \
789 *) f="$$f $$i" ;; \
790 esac ; \
791 done ; \
792 echo $$f > tofiles
793 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
794 touch stamp-ofiles
795
796ofiles: stamp-ofiles ; @true
797
21e40a48
L
798# Since BFD64_LIBS is optional and we can't have substitution in
799# libbfd_la_SOURCES, we put BFD64_LIBS in OFILES instead.
800libbfd_la_SOURCES = $(BFD32_LIBS_CFILES)
252b5132 801libbfd_la_DEPENDENCIES = $(OFILES) ofiles
29670fb9
AM
802libbfd_la_LIBADD = `cat ofiles` @SHARED_LIBADD@
803libbfd_la_LDFLAGS = -release `cat libtool-soversion` @SHARED_LDFLAGS@
252b5132
RH
804
805# libtool will build .libs/libbfd.a. We create libbfd.a in the build
806# directory so that we don't have to convert all the programs that use
807# libbfd.a simultaneously. This is a hack which should be removed if
808# everything else starts using libtool. FIXME.
809
810noinst_LIBRARIES = libbfd.a
811libbfd_a_SOURCES =
812
813stamp-lib: libbfd.la
e56f75e9
ILT
814 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
815 if [ -f $$libtooldir/libbfd.a ]; then \
816 cp $$libtooldir/libbfd.a libbfd.tmp; \
9f93bca5 817 $(RANLIB) libbfd.tmp; \
252b5132
RH
818 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
819 else true; fi
820 touch stamp-lib
821
822libbfd.a: stamp-lib ; @true
823
824# This file holds an array associating configuration triplets and
825# vector names. It is built from config.bfd. It is not compiled by
826# itself, but is included by targets.c.
827targmatch.h: config.bfd targmatch.sed
828 rm -f targmatch.h
829 sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
830 mv -f targmatch.new targmatch.h
831
832# When compiling archures.c and targets.c, supply the default target
833# info from configure.
834
840f0243 835targets.lo: targets.c Makefile
252b5132
RH
836 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
837
840f0243 838archures.lo: archures.c Makefile
252b5132
RH
839 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
840
0d4a1476
AS
841dwarf2.lo: dwarf2.c Makefile
842 $(LIBTOOL) --mode=compile $(COMPILE) -c -DDEBUGDIR=\"$(DEBUGDIR)\" $(srcdir)/dwarf2.c
843
252b5132
RH
844elf32-target.h : elfxx-target.h
845 rm -f elf32-target.h
846 sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
847 mv -f elf32-target.new elf32-target.h
848
849elf64-target.h : elfxx-target.h
850 rm -f elf64-target.h
851 sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
852 mv -f elf64-target.new elf64-target.h
853
bbe66d08
JW
854elf32-ia64.c : elfxx-ia64.c
855 rm -f elf32-ia64.c
856 sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
857 mv -f elf32-ia64.new elf32-ia64.c
858
859elf64-ia64.c : elfxx-ia64.c
860 rm -f elf64-ia64.c
861 sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
862 mv -f elf64-ia64.new elf64-ia64.c
863
825b47db
NC
864peigen.c : peXXigen.c
865 rm -f peigen.c
866 sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
867 mv -f peigen.new peigen.c
868
869pepigen.c : peXXigen.c
870 rm -f pepigen.c
871 sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
872 mv -f pepigen.new pepigen.c
873
99ad8390
NC
874pex64igen.c: peXXigen.c
875 rm -f pex64igen.c
876 sed -e s/XX/pex64/g < $(srcdir)/peXXigen.c > pex64igen.new
877 mv -f pex64igen.new pex64igen.c
878
b13c7b49 879BFD_H_DEPS= $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
252b5132 880LOCAL_H_DEPS= libbfd.h sysdep.h config.h
36b45482
TS
881$(BFD32_LIBS) \
882 $(BFD64_LIBS) \
b13c7b49
AM
883 $(ALL_MACHINES) \
884 $(BFD32_BACKENDS) \
885 $(BFD64_BACKENDS) \
886 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
252b5132 887
a703a6ea 888install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd
252b5132 889 @$(NORMAL_INSTALL)
a703a6ea
AM
890
891uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd
892 @$(NORMAL_UNINSTALL)
893
894.PHONY: install_libbfd uninstall_libbfd
895install_libbfd: $(bfdlib_LTLIBRARIES) $(BFD_H)
896 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
897 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
898 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
899 if test -f $$p; then \
900 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
901 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
902 else :; fi; \
903 done
904 $(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(bfdincludedir)/bfd.h
905 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(bfdincludedir)/ansidecl.h
906 $(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(bfdincludedir)/symcat.h
907 $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(bfdincludedir)/bfdlink.h
908
909uninstall_libbfd:
910 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
911 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
912 done
913 rm -f $(DESTDIR)$(bfdincludedir)/bfd.h
914 rm -f $(DESTDIR)$(bfdincludedir)/ansidecl.h
915 rm -f $(DESTDIR)$(bfdincludedir)/symcat.h
916 rm -f $(DESTDIR)$(bfdincludedir)/bfdlink.h
ee0bebb8 917
74eeebea
ILT
918# Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
919DEP: dep.sed $(CFILES) $(HFILES) bfd.h
920 rm -f DEP1
41b49281 921 $(MAKE) MKDEP="$(MKDEP)" DEP1
0bdaf48b
AM
922 sed -f dep.sed < DEP1 > DEPA
923 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
924 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
1581f8c9
AM
925 echo 'make DEP failed!'; exit 1; \
926 else \
0bdaf48b 927 mv -f DEPA $@; \
1581f8c9 928 fi
41b49281 929
74eeebea 930DEP1: $(CFILES)
74eeebea 931 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
41b49281
AM
932 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
933 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
934 mv -f DEP2 $@
252b5132
RH
935
936dep.sed: dep-in.sed config.status
937 sed <$(srcdir)/dep-in.sed >dep.sed \
938 -e 's!@BFD_H@!$(BFD_H)!' \
830629ab
AM
939 -e 's!@SRCDIR@!$(srcdir)!' \
940 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!'
252b5132 941
74eeebea 942dep: DEP
252b5132 943 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
74eeebea 944 cat DEP >> tmp-Makefile
252b5132
RH
945 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
946
74eeebea 947dep-in: DEP
252b5132 948 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
74eeebea 949 cat DEP >> tmp-Makefile.in
252b5132
RH
950 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
951
74eeebea 952dep-am: DEP
252b5132 953 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
74eeebea 954 cat DEP >> tmp-Makefile.am
252b5132
RH
955 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
956
957host-aout.lo: Makefile
958
959# The following program can be used to generate a simple config file
960# which can be folded into an h-XXX file for a new host, with some editing.
961aout-params.h: gen-aout
962 ./gen-aout host > aout-params.h
963gen-aout: $(srcdir)/gen-aout.c Makefile
964 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
965
966$(BFD_H): stmp-bfd-h ; @true
967
968stmp-bfd-h: bfd-in3.h
969 rm -f bfd-tmp.h
970 cp bfd-in3.h bfd-tmp.h
971 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
972 rm -f bfd-tmp.h
973 touch stmp-bfd-h
974
975BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
93509525 976 reloc.c syms.c bfd.c bfdio.c bfdwin.c \
1b315056 977 archive.c corefile.c targets.c format.c compress.c
36b45482 978BFD64_H_FILES = archive64.c
93509525
KD
979LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \
980 cache.c reloc.c archures.c elf.c
252b5132
RH
981LIBCOFF_H_FILES = libcoff-in.h coffcode.h
982
983# Could really use a "copy-if-change"...
984headers:
108a6f8e
CD
985 (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS))
986 cp $(bfddocdir)/bfd.h bfd-in2.h-new
252b5132 987 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
108a6f8e 988 cp $(bfddocdir)/libbfd.h libbfd.h-new
252b5132 989 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
108a6f8e 990 cp $(bfddocdir)/libcoff.h libcoff.h-new
252b5132
RH
991 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
992
993# We only rebuild the header files automatically if we have been
994# configured with --enable-maintainer-mode.
995
996$(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
36b45482 997stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
108a6f8e
CD
998 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
999 cp $(bfddocdir)/bfd.h bfd-in2.h-new
252b5132
RH
1000 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1001 touch stmp-bin2-h
1002
1003$(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1004stmp-lbfd-h: $(LIBBFD_H_FILES)
108a6f8e
CD
1005 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
1006 cp $(bfddocdir)/libbfd.h libbfd.h-new
252b5132
RH
1007 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1008 touch stmp-lbfd-h
1009
1010$(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
1011stmp-lcoff-h: $(LIBCOFF_H_FILES)
108a6f8e
CD
1012 (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
1013 cp $(bfddocdir)/libcoff.h libcoff.h-new
252b5132
RH
1014 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1015 touch stmp-lcoff-h
1016
55c80943 1017MOSTLYCLEANFILES = ofiles stamp-ofiles
252b5132 1018
0bdaf48b 1019CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
252b5132
RH
1020 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
1021
ee5c21a0 1022DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) libtool-soversion
55c80943 1023
d866f350 1024bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in
91506736 1025 @echo "creating $@"
bc286f95
BE
1026 @bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
1027 bfd_version_string="\"$(VERSION)\"" ;\
ee5c21a0 1028 bfd_soversion="$(VERSION)" ;\
92f01d61 1029 bfd_version_package="\"$(PKGVERSION)\"" ;\
c428fa83 1030 report_bugs_to="\"$(REPORT_BUGS_TO)\"" ;\
bc286f95 1031 if test "x$(RELEASE)" = x ; then \
d866f350 1032 bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
066c2a57 1033 bfd_version_string="\"$(VERSION).$${bfd_version_date}\"" ;\
ee5c21a0 1034 bfd_soversion="$(VERSION).$${bfd_version_date}" ;\
bc286f95 1035 fi ;\
c428fa83
L
1036 sed -e "s,@bfd_version@,$$bfd_version," \
1037 -e "s,@bfd_version_string@,$$bfd_version_string," \
1038 -e "s,@bfd_version_package@,$$bfd_version_package," \
1039 -e "s,@report_bugs_to@,$$report_bugs_to," \
ee5c21a0
DJ
1040 < $(srcdir)/version.h > $@; \
1041 echo "$${bfd_soversion}" > libtool-soversion
bc286f95 1042
252b5132
RH
1043# What appears below is generated by a hacked mkdep using gcc -MM.
1044
1045# DO NOT DELETE THIS LINE -- mkdep uses it.
1046# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
62d8ad4f
MK
1047archive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1048 $(INCDIR)/hashtab.h $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h \
5d038dee 1049 $(INCDIR)/safe-ctype.h
62d8ad4f
MK
1050archures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1051 $(INCDIR)/safe-ctype.h
3db64b00 1052bfd.lo: bfd.c $(INCDIR)/filenames.h bfdver.h $(INCDIR)/libiberty.h \
01e76792
AM
1053 $(INCDIR)/demangle.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h \
1054 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \
1055 $(INCDIR)/coff/sym.h libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h \
50e7d84b
AM
1056 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1057 $(INCDIR)/elf/internal.h
62d8ad4f
MK
1058bfdio.lo: bfdio.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1059bfdwin.lo: bfdwin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1060cache.lo: cache.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1061 $(INCDIR)/libiberty.h
1062coffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1063 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h
1064corefile.lo: corefile.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1065format.lo: format.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1066init.lo: init.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1067libbfd.lo: libbfd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1068opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h \
5d038dee 1069 $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
62d8ad4f 1070reloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
5d038dee 1071 $(INCDIR)/hashtab.h
62d8ad4f
MK
1072section.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1073 $(INCDIR)/bfdlink.h
1074syms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1075 $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h \
1076 $(INCDIR)/aout/stab.def
1077targets.lo: targets.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1078 $(INCDIR)/fnmatch.h targmatch.h
1079hash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1080 $(INCDIR)/objalloc.h $(INCDIR)/libiberty.h
1081linker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1082 $(INCDIR)/bfdlink.h genlink.h
1083srec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1084 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1085binary.lo: binary.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
5d038dee 1086 $(INCDIR)/hashtab.h
62d8ad4f
MK
1087tekhex.lo: tekhex.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1088 $(INCDIR)/libiberty.h
1089ihex.lo: ihex.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1090 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1091stabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1092 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/safe-ctype.h
1093stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
1094 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
1095merge.lo: merge.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1096 $(INCDIR)/libiberty.h
1097dwarf2.lo: dwarf2.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1098 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1099 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
709d67f1 1100 $(INCDIR)/elf/dwarf2.h
62d8ad4f
MK
1101simple.lo: simple.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1102 $(INCDIR)/bfdlink.h
1b315056 1103compress.lo: compress.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
62d8ad4f
MK
1104archive64.lo: archive64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1105 $(INCDIR)/aout/ar.h
1106cpu-alpha.lo: cpu-alpha.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1107cpu-arc.lo: cpu-arc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1108cpu-arm.lo: cpu-arm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1109 $(INCDIR)/libiberty.h
1110cpu-avr.lo: cpu-avr.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1111cpu-bfin.lo: cpu-bfin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
3d3d428f 1112cpu-cr16.lo: cpu-cr16.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
62d8ad4f
MK
1113cpu-cris.lo: cpu-cris.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1114cpu-cr16c.lo: cpu-cr16c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1115cpu-crx.lo: cpu-crx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1116cpu-d10v.lo: cpu-d10v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1117cpu-d30v.lo: cpu-d30v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1118cpu-dlx.lo: cpu-dlx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1119cpu-fr30.lo: cpu-fr30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1120cpu-frv.lo: cpu-frv.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1121cpu-h8300.lo: cpu-h8300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1122cpu-h8500.lo: cpu-h8500.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1123cpu-hppa.lo: cpu-hppa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1124cpu-ia64.lo: cpu-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1125 cpu-ia64-opc.c $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h
1126cpu-i370.lo: cpu-i370.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1127cpu-i386.lo: cpu-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1128cpu-i860.lo: cpu-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1129cpu-i960.lo: cpu-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1130cpu-ip2k.lo: cpu-ip2k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1131cpu-iq2000.lo: cpu-iq2000.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
84e94c90 1132cpu-lm32.lo: cpu-lm32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
62d8ad4f
MK
1133cpu-m32c.lo: cpu-m32c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1134cpu-m32r.lo: cpu-m32r.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1135cpu-m68hc11.lo: cpu-m68hc11.c $(INCDIR)/filenames.h \
5d038dee 1136 $(INCDIR)/hashtab.h
62d8ad4f 1137cpu-m68hc12.lo: cpu-m68hc12.c $(INCDIR)/filenames.h \
5d038dee 1138 $(INCDIR)/hashtab.h
66eb6687
AM
1139cpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1140 $(INCDIR)/opcode/m68k.h
62d8ad4f
MK
1141cpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1142cpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1143cpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1144cpu-maxq.lo: cpu-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1145cpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
d9352518 1146cpu-mep.lo: cpu-mep.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
62d8ad4f
MK
1147cpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1148cpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
4970f871 1149cpu-mt.lo: cpu-mt.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
62d8ad4f
MK
1150cpu-msp430.lo: cpu-msp430.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1151cpu-or32.lo: cpu-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1152cpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1153 ns32k.h
1154cpu-openrisc.lo: cpu-openrisc.c $(INCDIR)/filenames.h \
5d038dee 1155 $(INCDIR)/hashtab.h
62d8ad4f
MK
1156cpu-pdp11.lo: cpu-pdp11.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1157cpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1158cpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h \
3c9b82ba 1159 $(INCDIR)/hashtab.h
62d8ad4f
MK
1160cpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1161cpu-s390.lo: cpu-s390.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
e9f53129 1162cpu-score.lo: cpu-score.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
62d8ad4f
MK
1163cpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1164 $(srcdir)/../opcodes/sh-opc.h
1165cpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
e9f53129 1166cpu-spu.lo: cpu-spu.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
62d8ad4f
MK
1167cpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1168cpu-tic4x.lo: cpu-tic4x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1169cpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1170cpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1171cpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1172 $(INCDIR)/safe-ctype.h
1173cpu-vax.lo: cpu-vax.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1174cpu-we32k.lo: cpu-we32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1175cpu-w65.lo: cpu-w65.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1176cpu-xstormy16.lo: cpu-xstormy16.c $(INCDIR)/filenames.h \
5d038dee 1177 $(INCDIR)/hashtab.h
62d8ad4f 1178cpu-xtensa.lo: cpu-xtensa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
d70c5fc7 1179cpu-xc16x.lo: cpu-xc16x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
62d8ad4f
MK
1180cpu-z80.lo: cpu-z80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1181cpu-z8k.lo: cpu-z8k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1182aout-adobe.lo: aout-adobe.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1183 $(INCDIR)/aout/adobe.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1184 libaout.h $(INCDIR)/bfdlink.h
1185aout-arm.lo: aout-arm.c $(INCDIR)/filenames.h libaout.h \
1186 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aoutx.h \
1187 $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h $(INCDIR)/aout/stab_gnu.h \
ceae3e33 1188 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
62d8ad4f 1189aout-cris.lo: aout-cris.c aout32.c aoutx.h $(INCDIR)/filenames.h \
e43d48cc 1190 $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h libaout.h \
ceae3e33 1191 $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
62d8ad4f
MK
1192 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1193aout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
1194 ns32k.h libaout.h $(INCDIR)/bfdlink.h aoutx.h $(INCDIR)/filenames.h \
1195 $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h $(INCDIR)/aout/stab_gnu.h \
ceae3e33 1196 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
62d8ad4f
MK
1197aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
1198 libaout.h aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1199 $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1200 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1201aout-tic30.lo: aout-tic30.c $(INCDIR)/filenames.h libaout.h \
1202 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1203 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aoutx.h \
1204 $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h
1205aout0.lo: aout0.c aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1206 $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
1207 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1208 $(INCDIR)/aout/ar.h aout-target.h
1209aout32.lo: aout32.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1210 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
b13c7b49 1211 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
62d8ad4f
MK
1212armnetbsd.lo: armnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1213 $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1214 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1215 $(INCDIR)/aout/ar.h
1216bout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1217 $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/bout.h $(INCDIR)/libiberty.h \
1218 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h
1219cf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \
ceae3e33
AM
1220 coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \
1221 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1222 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
62d8ad4f
MK
1223cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \
1224 $(INCDIR)/hashtab.h $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h \
ceae3e33
AM
1225 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1226 coffcode.h coffswap.h
62d8ad4f
MK
1227coff-apollo.lo: coff-apollo.c $(INCDIR)/filenames.h \
1228 $(INCDIR)/hashtab.h $(INCDIR)/coff/apollo.h $(INCDIR)/coff/external.h \
ceae3e33
AM
1229 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1230 coffcode.h coffswap.h
62d8ad4f
MK
1231coff-arm.lo: coff-arm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1232 $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
b13c7b49 1233 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
62d8ad4f
MK
1234coff-aux.lo: coff-aux.c $(INCDIR)/filenames.h $(INCDIR)/coff/aux-coff.h \
1235 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
782e11fd 1236 coff-m68k.c $(INCDIR)/hashtab.h libcoff.h $(INCDIR)/bfdlink.h \
62d8ad4f
MK
1237 coffcode.h coffswap.h
1238coff-h8300.lo: coff-h8300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1239 $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/coff/h8300.h \
b13c7b49 1240 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
ceae3e33 1241 libcoff.h $(INCDIR)/libiberty.h coffcode.h coffswap.h
62d8ad4f
MK
1242coff-h8500.lo: coff-h8500.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1243 $(INCDIR)/bfdlink.h $(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h \
1244 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1245coff-i386.lo: coff-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1246 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1247 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1248coff-i860.lo: coff-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1249 $(INCDIR)/coff/i860.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1250 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1251coff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/filenames.h \
ceae3e33 1252 $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
2114f57b 1253 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
252b5132 1254 coffcode.h coffswap.h
62d8ad4f
MK
1255coff-i960.lo: coff-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1256 $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h libcoff.h \
1257 $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1258coff-m68k.lo: coff-m68k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1259 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
8a5cc6be 1260 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
62d8ad4f
MK
1261coff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1262 $(INCDIR)/coff/m88k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
8a5cc6be 1263 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
62d8ad4f
MK
1264coff-maxq.lo: coff-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1265 $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1266 libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \
5d038dee 1267 coffcode.h coffswap.h
62d8ad4f
MK
1268coff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1269 $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1270 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h \
1271 $(INCDIR)/coff/external.h libcoff.h libecoff.h coffswap.h \
1272 ecoffswap.h
1273coff-or32.lo: coff-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1274 $(INCDIR)/coff/or32.h $(INCDIR)/coff/internal.h libcoff.h \
1275 $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1276coff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \
ceae3e33
AM
1277 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \
1278 $(INCDIR)/coff/xcoff.h $(INCDIR)/coff/rs6000.h libcoff.h \
1279 libxcoff.h coffcode.h coffswap.h
62d8ad4f
MK
1280coff-sh.lo: coff-sh.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1281 $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
5d038dee
L
1282 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1283 libcoff.h coffcode.h coffswap.h
62d8ad4f
MK
1284coff-sparc.lo: coff-sparc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1285 $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1286 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1287coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/filenames.h \
1288 $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1289 $(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \
1290 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \
1291 go32stub.h
1292coff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/filenames.h \
1293 $(INCDIR)/hashtab.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1294 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
5d038dee 1295 coffcode.h coffswap.h
62d8ad4f
MK
1296coff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1297 $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h \
1298 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1299coff-tic4x.lo: coff-tic4x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1300 $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h \
1301 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1302coff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \
ceae3e33
AM
1303 $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h \
1304 $(INCDIR)/coff/ti.h $(INCDIR)/coff/internal.h libcoff.h \
1305 coffcode.h coffswap.h
3db64b00 1306coff-tic80.lo: coff-tic80.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
62d8ad4f
MK
1307 $(INCDIR)/hashtab.h $(INCDIR)/coff/tic80.h $(INCDIR)/coff/external.h \
1308 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1309coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/filenames.h \
1310 $(INCDIR)/hashtab.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
ceae3e33
AM
1311 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1312 coffcode.h coffswap.h
62d8ad4f
MK
1313coff-we32k.lo: coff-we32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1314 $(INCDIR)/coff/we32k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1315 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1316coff-w65.lo: coff-w65.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1317 $(INCDIR)/bfdlink.h $(INCDIR)/coff/w65.h $(INCDIR)/coff/external.h \
1318 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1319coff-z80.lo: coff-z80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1320 $(INCDIR)/bfdlink.h $(INCDIR)/coff/z80.h $(INCDIR)/coff/external.h \
1321 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1322coff-z8k.lo: coff-z8k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1323 $(INCDIR)/bfdlink.h $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h \
1324 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1325cofflink.lo: cofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1326 $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h libcoff.h \
1327 $(INCDIR)/safe-ctype.h
1328dwarf1.lo: dwarf1.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1329 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1330 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
62d8ad4f
MK
1331 $(INCDIR)/elf/dwarf.h
1332ecoff.lo: ecoff.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1333 $(INCDIR)/hashtab.h $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h \
1334 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
1335 $(INCDIR)/aout/aout64.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1336 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h libcoff.h \
1337 libecoff.h $(INCDIR)/libiberty.h
1338ecofflink.lo: ecofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1339 $(INCDIR)/hashtab.h $(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h \
1340 $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1341 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h libcoff.h \
1342 libecoff.h
1343efi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \
1344 coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \
ceae3e33
AM
1345 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1346 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1347 peicode.h libpei.h
e81819a5
NC
1348efi-bsdrv-ia32.lo: efi-bsdrv-ia32.c $(INCDIR)/filenames.h \
1349 coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \
1350 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1351 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1352 peicode.h libpei.h
1353efi-rtdrv-ia32.lo: efi-rtdrv-ia32.c $(INCDIR)/filenames.h \
1354 coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \
1355 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1356 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1357 peicode.h libpei.h
62d8ad4f 1358elf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
5d038dee 1359 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1360 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/libiberty.h \
a351bca6 1361 $(INCDIR)/safe-ctype.h
62d8ad4f 1362elf32-am33lin.lo: elf32-am33lin.c $(INCDIR)/filenames.h \
50e7d84b
AM
1363 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1364 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \
62d8ad4f 1365 $(INCDIR)/elf/reloc-macros.h elf-m10300.c $(INCDIR)/hashtab.h \
dd323078 1366 $(INCDIR)/libiberty.h elf32-target.h
62d8ad4f 1367elf32-arc.lo: elf32-arc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1368 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1369 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h \
62d8ad4f
MK
1370 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1371 elf32-target.h
66eb6687
AM
1372elf32-arm.lo: elf32-arm.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1373 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1374 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
66eb6687
AM
1375 elf-vxworks.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
1376 elf32-target.h
62d8ad4f 1377elf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1378 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1379 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h \
7ff1a5b5 1380 $(INCDIR)/elf/reloc-macros.h elf32-avr.h elf32-target.h
62d8ad4f 1381elf32-bfin.lo: elf32-bfin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1382 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1383 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/bfin.h \
ec3fcc56
AM
1384 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/dwarf2.h \
1385 elf32-target.h
ae351704
AM
1386elf32-cr16.lo: elf32-cr16.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1387 $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h elf-bfd.h \
50e7d84b 1388 $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
ae351704 1389 $(INCDIR)/elf/cr16.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
62d8ad4f 1390elf32-cr16c.lo: elf32-cr16c.c $(INCDIR)/filenames.h \
ceae3e33 1391 $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/cr16c.h \
62d8ad4f 1392 $(INCDIR)/elf/reloc-macros.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1393 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf32-target.h
62d8ad4f 1394elf32-cris.lo: elf32-cris.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1395 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1396 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/cris.h \
62d8ad4f
MK
1397 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1398elf32-crx.lo: elf32-crx.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
ceae3e33 1399 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1400 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/crx.h \
62d8ad4f
MK
1401 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1402elf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1403 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1404 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h \
62d8ad4f
MK
1405 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1406elf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1407 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1408 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h \
62d8ad4f
MK
1409 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1410elf32-dlx.lo: elf32-dlx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1411 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1412 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dlx.h \
62d8ad4f
MK
1413 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1414elf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1415 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1416 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h \
62d8ad4f
MK
1417 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1418elf32-frv.lo: elf32-frv.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1419 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1420 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/frv.h \
62d8ad4f
MK
1421 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/dwarf2.h \
1422 elf32-target.h
1423elf32-gen.lo: elf32-gen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1424 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1425 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h elf32-target.h
62d8ad4f 1426elf32-h8300.lo: elf32-h8300.c $(INCDIR)/filenames.h \
ceae3e33 1427 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1428 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
62d8ad4f
MK
1429 $(INCDIR)/elf/h8.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1430elf32-hppa.lo: elf32-hppa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1431 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1432 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h \
62d8ad4f
MK
1433 $(INCDIR)/elf/reloc-macros.h libhppa.h elf32-hppa.h \
1434 elf-hppa.h elf32-target.h
1435elf32-i370.lo: elf32-i370.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
ceae3e33 1436 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1437 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/i370.h \
62d8ad4f
MK
1438 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1439elf32-i386.lo: elf32-i386.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
5d038dee 1440 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1441 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf-vxworks.h \
a351bca6
L
1442 bfd_stdint.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h \
1443 elf32-target.h
62d8ad4f 1444elf32-i860.lo: elf32-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1445 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1446 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/i860.h \
62d8ad4f
MK
1447 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1448elf32-i960.lo: elf32-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1449 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1450 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/i960.h \
62d8ad4f
MK
1451 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1452elf32-ip2k.lo: elf32-ip2k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1453 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1454 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/ip2k.h \
62d8ad4f
MK
1455 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1456elf32-iq2000.lo: elf32-iq2000.c $(INCDIR)/filenames.h \
5d038dee 1457 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1458 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
62d8ad4f
MK
1459 $(INCDIR)/elf/iq2000.h $(INCDIR)/elf/reloc-macros.h \
1460 elf32-target.h
1461elf32-m32c.lo: elf32-m32c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1462 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1463 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32c.h \
62d8ad4f
MK
1464 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1465 elf32-target.h
84e94c90
NC
1466elf32-lm32.lo: elf32-lm32.c $(INCDIR)/filenames.h elf-bfd.h \
1467 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1468 $(INCDIR)/bfdlink.h $(INCDIR)/elf/lm32.h $(INCDIR)/elf/reloc-macros.h \
1469 elf32-target.h
62d8ad4f 1470elf32-m32r.lo: elf32-m32r.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1471 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1472 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32r.h \
62d8ad4f
MK
1473 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1474elf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
5d038dee 1475 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1476 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/m68k.h \
66eb6687
AM
1477 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/m68k.h \
1478 elf32-target.h
62d8ad4f 1479elf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \
ceae3e33 1480 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1481 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf32-m68hc1x.h \
62d8ad4f
MK
1482 $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
1483 $(INCDIR)/opcode/m68hc11.h elf32-target.h
1484elf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \
ceae3e33 1485 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1486 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf32-m68hc1x.h \
62d8ad4f
MK
1487 $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
1488 $(INCDIR)/opcode/m68hc11.h elf32-target.h
1489elf32-m68hc1x.lo: elf32-m68hc1x.c $(INCDIR)/filenames.h \
ceae3e33 1490 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1491 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf32-m68hc1x.h \
62d8ad4f
MK
1492 $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
1493 $(INCDIR)/opcode/m68hc11.h
1494elf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1495 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1496 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h elf32-target.h
62d8ad4f 1497elf-m10200.lo: elf-m10200.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1498 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1499 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h elf32-target.h
62d8ad4f 1500elf-m10300.lo: elf-m10300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1501 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1502 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \
dd323078
AM
1503 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1504 elf32-target.h
62d8ad4f 1505elf32-mcore.lo: elf32-mcore.c $(INCDIR)/filenames.h \
ceae3e33 1506 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1507 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/mcore.h \
62d8ad4f 1508 $(INCDIR)/elf/reloc-macros.h elf32-target.h
9c6fc49d 1509elf32-mep.lo: elf32-mep.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1510 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1511 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mep.h \
9c6fc49d 1512 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
d9352518 1513 elf32-target.h
62d8ad4f
MK
1514elfxx-mips.lo: elfxx-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1515 $(INCDIR)/libiberty.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1516 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
ceae3e33 1517 elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
ec3fcc56
AM
1518 elf-vxworks.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1519 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h
62d8ad4f
MK
1520elf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1521 $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1522 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elfxx-mips.h \
ec3fcc56
AM
1523 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h elf-vxworks.h \
1524 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
ceae3e33 1525 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
ec3fcc56 1526 ecoffswap.h elf32-target.h
4970f871 1527elf32-mt.lo: elf32-mt.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1528 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1529 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mt.h \
62d8ad4f
MK
1530 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1531elf32-msp430.lo: elf32-msp430.c $(INCDIR)/filenames.h \
1532 $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h elf-bfd.h \
50e7d84b 1533 $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
62d8ad4f
MK
1534 $(INCDIR)/bfdlink.h $(INCDIR)/elf/msp430.h $(INCDIR)/elf/reloc-macros.h \
1535 elf32-target.h
1536elf32-openrisc.lo: elf32-openrisc.c $(INCDIR)/filenames.h \
ceae3e33 1537 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1538 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
62d8ad4f
MK
1539 $(INCDIR)/elf/openrisc.h $(INCDIR)/elf/reloc-macros.h \
1540 $(INCDIR)/libiberty.h elf32-target.h
1541elf32-or32.lo: elf32-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1542 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1543 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/or32.h \
62d8ad4f
MK
1544 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1545 elf32-target.h
1546elf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1547 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1548 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/pj.h \
62d8ad4f
MK
1549 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1550elf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1551 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1552 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/ppc.h \
0f82ff91 1553 $(INCDIR)/elf/reloc-macros.h elf32-ppc.h elf-vxworks.h \
62d8ad4f
MK
1554 elf32-target.h
1555elf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \
50e7d84b 1556 $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
62d8ad4f 1557 $(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \
55e6e397
RS
1558 elf32-sh64.h elf32-sh.c $(INCDIR)/hashtab.h elf-vxworks.h \
1559 $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1560 $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
62d8ad4f
MK
1561elf32-sh64-com.lo: elf32-sh64-com.c $(INCDIR)/filenames.h \
1562 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1563 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
62d8ad4f
MK
1564 $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf32-sh64.h \
1565 $(srcdir)/../opcodes/sh64-opc.h
1566elf32-s390.lo: elf32-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1567 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1568 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/s390.h \
62d8ad4f 1569 $(INCDIR)/elf/reloc-macros.h elf32-target.h
e9f53129
AM
1570elf32-score.lo: elf32-score.c $(INCDIR)/filenames.h \
1571 $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h elf-bfd.h \
50e7d84b 1572 $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
e9f53129
AM
1573 $(INCDIR)/bfdlink.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h \
1574 elf32-target.h
62d8ad4f 1575elf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
5d038dee 1576 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1577 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elf-vxworks.h \
55e6e397
RS
1578 $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1579 $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
62d8ad4f
MK
1580elf32-sh-symbian.lo: elf32-sh-symbian.c elf32-sh.c \
1581 $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1582 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1583 $(INCDIR)/elf/internal.h elf-vxworks.h $(INCDIR)/elf/sh.h \
55e6e397
RS
1584 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1585 $(srcdir)/../opcodes/sh-opc.h elf32-sh-relocs.h elf32-target.h
62d8ad4f 1586elfxx-sparc.lo: elfxx-sparc.c $(INCDIR)/filenames.h \
ec3fcc56 1587 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h \
50e7d84b
AM
1588 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1589 $(INCDIR)/elf/internal.h $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
ec3fcc56 1590 $(INCDIR)/opcode/sparc.h elfxx-sparc.h elf-vxworks.h
62d8ad4f 1591elf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \
ceae3e33 1592 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1593 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/sparc.h \
b2b09913 1594 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \
ec3fcc56 1595 elfxx-sparc.h elf-vxworks.h elf32-target.h
8944f3c2
AM
1596elf32-spu.lo: elf32-spu.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1597 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1598 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/spu.h \
e9f53129 1599 $(INCDIR)/elf/reloc-macros.h elf32-spu.h elf32-target.h
62d8ad4f
MK
1600elf32-v850.lo: elf32-v850.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1601 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1602 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/v850.h \
c0ef99a7 1603 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
62d8ad4f
MK
1604 elf32-target.h
1605elf32-vax.lo: elf32-vax.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1606 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1607 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/vax.h \
62d8ad4f
MK
1608 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1609elf32-xstormy16.lo: elf32-xstormy16.c $(INCDIR)/filenames.h \
1610 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1611 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
62d8ad4f
MK
1612 $(INCDIR)/elf/xstormy16.h $(INCDIR)/elf/reloc-macros.h \
1613 $(INCDIR)/libiberty.h elf32-target.h
1614elf32-xtensa.lo: elf32-xtensa.c $(INCDIR)/filenames.h \
ceae3e33 1615 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1616 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/xtensa.h \
62d8ad4f
MK
1617 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/xtensa-isa.h \
1618 $(INCDIR)/xtensa-config.h elf32-target.h
d70c5fc7 1619elf32-xc16x.lo: elf32-xc16x.c $(INCDIR)/filenames.h \
66eb6687 1620 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1621 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
66eb6687
AM
1622 $(INCDIR)/elf/xc16x.h $(INCDIR)/elf/reloc-macros.h \
1623 $(INCDIR)/elf/dwarf2.h $(INCDIR)/libiberty.h elf32-target.h
62d8ad4f
MK
1624elf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1625 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1626 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elfcore.h
62d8ad4f
MK
1627elflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1628 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1629 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/safe-ctype.h \
66eb6687 1630 $(INCDIR)/libiberty.h $(INCDIR)/objalloc.h
104d59d1
JM
1631elf-attrs.lo: elf-attrs.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1632 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1633 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h
62d8ad4f 1634elf-strtab.lo: elf-strtab.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1635 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1636 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h
62d8ad4f 1637elf-eh-frame.lo: elf-eh-frame.c $(INCDIR)/filenames.h \
ceae3e33 1638 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1639 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
62d8ad4f
MK
1640 $(INCDIR)/elf/dwarf2.h
1641elf-vxworks.lo: elf-vxworks.c $(INCDIR)/filenames.h \
eac338cf 1642 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b
AM
1643 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1644 elf-vxworks.h $(INCDIR)/elf/vxworks.h
62d8ad4f
MK
1645epoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c $(INCDIR)/filenames.h \
1646 coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
1647 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
ceae3e33
AM
1648 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1649 peicode.h libpei.h
62d8ad4f
MK
1650epoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c $(INCDIR)/filenames.h \
1651 coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
1652 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
ceae3e33
AM
1653 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1654 peicode.h libpei.h
62d8ad4f
MK
1655hp300bsd.lo: hp300bsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1656 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1657 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
252b5132 1658hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
62d8ad4f 1659 aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
ceae3e33 1660 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
923f08ff
AM
1661 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1662 aout-target.h
dd323078 1663som.lo: som.c $(INCDIR)/filenames.h
62d8ad4f
MK
1664i386aout.lo: i386aout.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1665 $(INCDIR)/aout/aout64.h libaout.h $(INCDIR)/bfdlink.h \
1666 aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
ceae3e33 1667 $(INCDIR)/aout/ar.h
62d8ad4f
MK
1668i386bsd.lo: i386bsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1669 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1670 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
e43d48cc 1671i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
62d8ad4f
MK
1672 $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \
1673 libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
2114f57b 1674 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
ceae3e33 1675 aout-target.h
62d8ad4f
MK
1676i386freebsd.lo: i386freebsd.c freebsd.h $(INCDIR)/filenames.h \
1677 $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1678 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1679 $(INCDIR)/aout/ar.h
1680i386linux.lo: i386linux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1681 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1682 $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
1683i386lynx.lo: i386lynx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1684 libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
ceae3e33
AM
1685 aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1686 $(INCDIR)/aout/ar.h
62d8ad4f
MK
1687i386msdos.lo: i386msdos.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1688 libaout.h $(INCDIR)/bfdlink.h
1689i386netbsd.lo: i386netbsd.c netbsd.h $(INCDIR)/filenames.h \
ceae3e33
AM
1690 $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1691 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1692 $(INCDIR)/aout/ar.h
62d8ad4f
MK
1693i386mach3.lo: i386mach3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1694 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1695 $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
1696i386os9k.lo: i386os9k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1697 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/os9k.h
1698ieee.lo: ieee.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1699 $(INCDIR)/ieee.h libieee.h $(INCDIR)/safe-ctype.h
1700m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1701 $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1702 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1703 $(INCDIR)/aout/ar.h
1704m68klinux.lo: m68klinux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1705 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1706 $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
1707m68knetbsd.lo: m68knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1708 $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1709 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1710 $(INCDIR)/aout/ar.h
1711m88kmach3.lo: m88kmach3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1712 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
b13c7b49 1713 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
62d8ad4f 1714m88kopenbsd.lo: m88kopenbsd.c netbsd.h $(INCDIR)/filenames.h \
ceae3e33
AM
1715 $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1716 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1717 $(INCDIR)/aout/ar.h
3db64b00 1718mach-o.lo: mach-o.c $(INCDIR)/filenames.h mach-o.h \
62d8ad4f
MK
1719 $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h mach-o-target.c
1720mipsbsd.lo: mipsbsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1721 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1722 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1723newsos3.lo: newsos3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1724 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1725 $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
1726nlm.lo: nlm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1727 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1728 $(INCDIR)/nlm/external.h
1729nlm32-i386.lo: nlm32-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1730 $(INCDIR)/nlm/i386-ext.h libnlm.h $(INCDIR)/nlm/common.h \
1731 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
1732 nlm-target.h
1733nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/filenames.h \
ceae3e33
AM
1734 $(INCDIR)/hashtab.h $(INCDIR)/nlm/sparc32-ext.h libnlm.h \
1735 $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \
1736 nlmswap.h nlm-target.h
62d8ad4f
MK
1737nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1738 $(INCDIR)/nlm/ppc-ext.h libnlm.h $(INCDIR)/nlm/common.h \
1739 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
1740 nlm-target.h
1741nlm32.lo: nlm32.c nlmcode.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1742 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1743 $(INCDIR)/nlm/external.h
1744ns32knetbsd.lo: ns32knetbsd.c netbsd.h $(INCDIR)/filenames.h \
5d038dee
L
1745 $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1746 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
62d8ad4f
MK
1747 $(INCDIR)/aout/ar.h
1748oasys.lo: oasys.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1749 $(INCDIR)/hashtab.h $(INCDIR)/oasys.h liboasys.h
1750pc532-mach.lo: pc532-mach.c $(INCDIR)/filenames.h libaout.h \
1751 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
1752 aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1753 $(INCDIR)/aout/ar.h
1754pdp11.lo: pdp11.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1755 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1756 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1757 $(INCDIR)/safe-ctype.h
3db64b00
AM
1758pef.lo: pef.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1759 pef.h pef-traceback.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
62d8ad4f
MK
1760pe-arm.lo: pe-arm.c $(INCDIR)/filenames.h coff-arm.c \
1761 $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
1762 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1763 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1764pei-arm.lo: pei-arm.c $(INCDIR)/filenames.h coff-arm.c \
1765 $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
ceae3e33 1766 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
62d8ad4f 1767 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
782e11fd
AM
1768pe-arm-wince.lo: pe-arm-wince.c $(INCDIR)/filenames.h \
1769 pe-arm.c coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
7148cc28
NC
1770 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1771 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1772 peicode.h libpei.h
1773pei-arm-wince.lo: pei-arm-wince.c pei-arm.c $(INCDIR)/filenames.h \
1774 coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \
1775 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1776 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1777 peicode.h libpei.h
62d8ad4f
MK
1778pe-i386.lo: pe-i386.c $(INCDIR)/filenames.h coff-i386.c \
1779 $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
e43d48cc 1780 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
62d8ad4f
MK
1781 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1782pei-i386.lo: pei-i386.c $(INCDIR)/filenames.h coff-i386.c \
1783 $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
e43d48cc
AM
1784 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1785 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
62d8ad4f
MK
1786pe-mcore.lo: pe-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
1787 $(INCDIR)/hashtab.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \
1788 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1789 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1790pei-mcore.lo: pei-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
1791 $(INCDIR)/hashtab.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \
1792 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1793 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1794pe-ppc.lo: pe-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
1795 $(INCDIR)/hashtab.h $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
1796 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1797 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1798pei-ppc.lo: pei-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
1799 $(INCDIR)/hashtab.h $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
1800 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1801 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1802pe-sh.lo: pe-sh.c $(INCDIR)/filenames.h coff-sh.c $(INCDIR)/libiberty.h \
1803 $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
b13c7b49 1804 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
62d8ad4f
MK
1805 $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
1806 libpei.h
1807pei-sh.lo: pei-sh.c $(INCDIR)/filenames.h coff-sh.c \
1808 $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h \
1809 $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1810 $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
1811 libpei.h
1812pe-mips.lo: pe-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1813 $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
8a5cc6be
AM
1814 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1815 peicode.h libpei.h
62d8ad4f
MK
1816pei-mips.lo: pei-mips.c $(INCDIR)/filenames.h pe-mips.c \
1817 $(INCDIR)/hashtab.h $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h \
1818 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1819 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
3db64b00 1820ppcboot.lo: ppcboot.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
62d8ad4f
MK
1821 $(INCDIR)/hashtab.h
1822reloc16.lo: reloc16.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1823 $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/coff/internal.h \
ceae3e33 1824 libcoff.h
62d8ad4f
MK
1825riscix.lo: riscix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1826 libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
ceae3e33
AM
1827 aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1828 $(INCDIR)/aout/ar.h
62d8ad4f
MK
1829sparclinux.lo: sparclinux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1830 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1831 $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h
1832sparclynx.lo: sparclynx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1833 $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
1834 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1835 $(INCDIR)/aout/ar.h aout-target.h
1836sparcnetbsd.lo: sparcnetbsd.c netbsd.h $(INCDIR)/filenames.h \
ceae3e33
AM
1837 $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1838 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1839 $(INCDIR)/aout/ar.h
62d8ad4f
MK
1840sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
1841 $(INCDIR)/filenames.h $(INCDIR)/hashtab.h $(INCDIR)/aout/sun4.h \
1842 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1843 $(INCDIR)/aout/ar.h aout-target.h
1844vaxnetbsd.lo: vaxnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1845 $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1846 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1847 $(INCDIR)/aout/ar.h
1848vax1knetbsd.lo: vax1knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1849 $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \
1850 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1851 $(INCDIR)/aout/ar.h
1852vaxbsd.lo: vaxbsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1853 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1854 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1855versados.lo: versados.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1856 $(INCDIR)/libiberty.h
1857vms.lo: vms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
ceae3e33 1858 $(INCDIR)/hashtab.h vms.h
62d8ad4f
MK
1859vms-gsd.lo: vms-gsd.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1860 $(INCDIR)/hashtab.h vms.h
3db64b00 1861vms-hdr.lo: vms-hdr.c $(INCDIR)/filenames.h bfdver.h \
62d8ad4f
MK
1862 $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h \
1863 vms.h
1864vms-misc.lo: vms-misc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1865 $(INCDIR)/hashtab.h vms.h
1866vms-tir.lo: vms-tir.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1867 $(INCDIR)/hashtab.h vms.h
01e1a5bc 1868vmsutil.lo: vmsutil.c vmsutil.h $(INCDIR)/ansidecl.h
62d8ad4f
MK
1869xcofflink.lo: xcofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1870 $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
1871 libcoff.h libxcoff.h
3db64b00 1872xsym.lo: xsym.c $(INCDIR)/filenames.h xsym.h $(INCDIR)/hashtab.h
62d8ad4f
MK
1873xtensa-isa.lo: xtensa-isa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1874 $(INCDIR)/xtensa-isa.h $(INCDIR)/xtensa-isa-internal.h
7d3f158f
AM
1875xtensa-modules.lo: xtensa-modules.c $(INCDIR)/xtensa-isa.h \
1876 $(INCDIR)/xtensa-isa-internal.h
3db64b00 1877aix5ppc-core.lo: aix5ppc-core.c $(INCDIR)/filenames.h
62d8ad4f
MK
1878aout64.lo: aout64.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1879 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \
1880 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1881coff-alpha.lo: coff-alpha.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1882 $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1883 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h \
1884 $(INCDIR)/aout/ar.h libcoff.h libecoff.h coffswap.h \
1885 ecoffswap.h
1886coff64-rs6000.lo: coff64-rs6000.c $(INCDIR)/filenames.h \
ceae3e33 1887 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \
62d8ad4f
MK
1888 $(INCDIR)/coff/xcoff.h $(INCDIR)/coff/rs6k64.h libcoff.h \
1889 libxcoff.h coffcode.h coffswap.h
1890demo64.lo: demo64.c aoutf1.h $(INCDIR)/filenames.h \
ceae3e33
AM
1891 $(INCDIR)/hashtab.h $(INCDIR)/aout/sun4.h libaout.h \
1892 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1893 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
62d8ad4f
MK
1894efi-app-ia64.lo: efi-app-ia64.c $(INCDIR)/filenames.h \
1895 coff-ia64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/ia64.h \
1896 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
ceae3e33
AM
1897 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1898 peicode.h libpei.h
e81819a5
NC
1899efi-bsdrv-ia64.lo: efi-bsdrv-ia64.c $(INCDIR)/filenames.h \
1900 coff-ia64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/ia64.h \
1901 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1902 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1903 peicode.h libpei.h
1904efi-rtdrv-ia64.lo: efi-rtdrv-ia64.c $(INCDIR)/filenames.h \
1905 coff-ia64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/ia64.h \
1906 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1907 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1908 peicode.h libpei.h
9c6fc49d
AM
1909efi-app-x86_64.lo: efi-app-x86_64.c $(INCDIR)/filenames.h \
1910 coff-x86_64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h \
e81819a5
NC
1911 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1912 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \
1913 coffcode.h peicode.h libpei.h
1914efi-bsdrv-x86_64.lo: efi-bsdrv-x86_64.c $(INCDIR)/filenames.h \
1915 coff-x86_64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h \
1916 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1917 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \
1918 coffcode.h peicode.h libpei.h
1919efi-rtdrv-x86_64.lo: efi-rtdrv-x86_64.c $(INCDIR)/filenames.h \
1920 coff-x86_64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h \
9c6fc49d
AM
1921 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1922 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \
1923 coffcode.h peicode.h libpei.h
62d8ad4f
MK
1924elf64-x86-64.lo: elf64-x86-64.c $(INCDIR)/filenames.h \
1925 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1926 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h bfd_stdint.h \
a351bca6
L
1927 $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h \
1928 elf64-target.h
62d8ad4f 1929elf64-alpha.lo: elf64-alpha.c $(INCDIR)/filenames.h \
ceae3e33 1930 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1931 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
ceae3e33
AM
1932 $(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \
1933 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1934 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h \
62d8ad4f 1935 libcoff.h libecoff.h ecoffswap.h elf64-target.h
dd323078 1936elf64-hppa.lo: elf64-hppa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1937 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1938 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h \
dd323078
AM
1939 $(INCDIR)/elf/reloc-macros.h libhppa.h elf64-hppa.h \
1940 elf-hppa.h elf64-target.h
62d8ad4f 1941elf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1942 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1943 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h elf64-target.h
62d8ad4f 1944elfn32-mips.lo: elfn32-mips.c $(INCDIR)/filenames.h \
ceae3e33 1945 $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h genlink.h elf-bfd.h \
50e7d84b 1946 $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
ceae3e33
AM
1947 elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
1948 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
37f45cf8 1949 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
62d8ad4f
MK
1950 ecoffswap.h elf32-target.h
1951elf64-mips.lo: elf64-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1952 $(INCDIR)/aout/ar.h $(INCDIR)/bfdlink.h genlink.h elf-bfd.h \
50e7d84b 1953 $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h \
62d8ad4f
MK
1954 elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
1955 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1956 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \
1957 elf64-target.h
1958elf64-mmix.lo: elf64-mmix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
1959 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1960 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mmix.h \
62d8ad4f
MK
1961 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h \
1962 elf64-target.h
1963elf64-ppc.lo: elf64-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
ceae3e33 1964 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1965 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/ppc64.h \
62d8ad4f
MK
1966 $(INCDIR)/elf/reloc-macros.h elf64-ppc.h elf64-target.h
1967elf64-s390.lo: elf64-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1968 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1969 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/s390.h \
62d8ad4f
MK
1970 $(INCDIR)/elf/reloc-macros.h elf64-target.h
1971elf64-sh64.lo: elf64-sh64.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1972 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1973 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/sh.h \
62d8ad4f
MK
1974 $(INCDIR)/elf/reloc-macros.h elf64-target.h
1975elf64-sparc.lo: elf64-sparc.c $(INCDIR)/filenames.h \
b2b09913 1976 $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1977 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
b2b09913 1978 $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
62d8ad4f
MK
1979 $(INCDIR)/opcode/sparc.h elfxx-sparc.h elf64-target.h
1980elf64.lo: elf64.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1981 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \
50e7d84b 1982 $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h elfcore.h
62d8ad4f
MK
1983mmo.lo: mmo.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1984 $(INCDIR)/libiberty.h $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h \
1985 $(INCDIR)/opcode/mmix.h
1986nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/filenames.h \
ceae3e33
AM
1987 $(INCDIR)/hashtab.h $(INCDIR)/nlm/alpha-ext.h libnlm.h \
1988 $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \
1989 nlmswap.h nlm-target.h
62d8ad4f
MK
1990nlm64.lo: nlm64.c nlmcode.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1991 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1992 $(INCDIR)/nlm/external.h
e9f53129
AM
1993coff-x86_64.lo: coff-x86_64.c $(INCDIR)/filenames.h \
1994 $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
1995 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1996 $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h coffcode.h \
1997 coffswap.h
1998pe-x86_64.lo: pe-x86_64.c $(INCDIR)/filenames.h coff-x86_64.c \
1999 $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
2000 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2001 $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h coffcode.h \
2002 peicode.h libpei.h
2003pei-x86_64.lo: pei-x86_64.c $(INCDIR)/filenames.h coff-x86_64.c \
2004 $(INCDIR)/hashtab.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
2005 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2006 $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h coffcode.h \
2007 peicode.h libpei.h
62d8ad4f 2008aix386-core.lo: aix386-core.c $(INCDIR)/filenames.h \
ceae3e33
AM
2009 $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
2010 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h
62d8ad4f
MK
2011hpux-core.lo: hpux-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2012irix-core.lo: irix-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2013lynx-core.lo: lynx-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2014osf-core.lo: osf-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2015sco5-core.lo: sco5-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2016 libaout.h $(INCDIR)/bfdlink.h
2017trad-core.lo: trad-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2018 libaout.h $(INCDIR)/bfdlink.h
2019cisco-core.lo: cisco-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2020elf32-ia64.lo: elf32-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
2021 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
2022 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h \
62d8ad4f 2023 $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h \
782e11fd 2024 elf32-target.h
62d8ad4f 2025elf64-ia64.lo: elf64-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
50e7d84b
AM
2026 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
2027 $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h \
62d8ad4f 2028 $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h \
782e11fd 2029 elf64-target.h
62d8ad4f
MK
2030peigen.lo: peigen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2031 $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
2032 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h
2033pepigen.lo: pepigen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2034 $(INCDIR)/coff/internal.h $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h \
2035 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h
99ad8390
NC
2036pex64igen.lo: pex64igen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
2037 $(INCDIR)/coff/internal.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
2038 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h
252b5132 2039# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
This page took 0.752588 seconds and 4 git commands to generate.