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