13d8817e4Smiod## Process this file with automake to generate Makefile.in 23d8817e4Smiod 33d8817e4SmiodAUTOMAKE_OPTIONS = 1.9 cygnus 43d8817e4Smiod 53d8817e4Smiod# Uncomment the following line when doing a release. 63d8817e4SmiodRELEASE=y 73d8817e4Smiod 83d8817e4SmiodINCDIR = $(srcdir)/../include 93d8817e4SmiodCSEARCH = -I. -I$(srcdir) -I$(INCDIR) 103d8817e4SmiodMKDEP = gcc -MM 113d8817e4Smiod 123d8817e4SmiodSUBDIRS = doc po 133d8817e4Smiod 143d8817e4Smiodbfddocdir = doc 153d8817e4Smiodbfdlibdir = @bfdlibdir@ 163d8817e4Smiodbfdincludedir = @bfdincludedir@ 173d8817e4Smiod 183d8817e4Smioddatarootdir = @datarootdir@ 193d8817e4Smioddocdir = @docdir@ 203d8817e4Smiodhtmldir = @htmldir@ 213d8817e4Smiod 223d8817e4Smiodbfdlib_LTLIBRARIES = libbfd.la 233d8817e4Smiod 243d8817e4SmiodWARN_CFLAGS = @WARN_CFLAGS@ 253d8817e4SmiodNO_WERROR = @NO_WERROR@ 263d8817e4SmiodAM_CFLAGS = $(WARN_CFLAGS) 273d8817e4Smiod 283d8817e4Smiod# bfd.h goes here, for now 293d8817e4SmiodBFD_H = bfd.h 303d8817e4Smiod 313d8817e4Smiod# Jim Kingdon notes: 323d8817e4Smiod# Writing S-records should be included in all (or at least most) 333d8817e4Smiod# *-*-coff, *-*-aout, etc., configurations, because people will want to 343d8817e4Smiod# be able to use objcopy to create S-records. (S-records are not useful 353d8817e4Smiod# for the debugger, so if you are downloading things as S-records you 363d8817e4Smiod# need two copies of the executable, one to download and one for the 373d8817e4Smiod# debugger). 383d8817e4SmiodBFD32_LIBS = \ 393d8817e4Smiod archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \ 403d8817e4Smiod cache.lo coffgen.lo corefile.lo \ 413d8817e4Smiod format.lo init.lo libbfd.lo opncls.lo reloc.lo \ 423d8817e4Smiod section.lo syms.lo targets.lo hash.lo linker.lo \ 433d8817e4Smiod srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \ 443d8817e4Smiod merge.lo dwarf2.lo simple.lo 453d8817e4Smiod 463d8817e4SmiodBFD64_LIBS = archive64.lo 473d8817e4Smiod 483d8817e4SmiodBFD32_LIBS_CFILES = \ 493d8817e4Smiod archive.c archures.c bfd.c bfdio.c bfdwin.c \ 503d8817e4Smiod cache.c coffgen.c corefile.c \ 513d8817e4Smiod format.c init.c libbfd.c opncls.c reloc.c \ 523d8817e4Smiod section.c syms.c targets.c hash.c linker.c \ 533d8817e4Smiod srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \ 543d8817e4Smiod merge.c dwarf2.c simple.c 553d8817e4Smiod 563d8817e4SmiodBFD64_LIBS_CFILES = archive64.c 573d8817e4Smiod 583d8817e4Smiod# This list is alphabetized to make it easier to keep in sync 593d8817e4Smiod# with the decls and initializer in archures.c. 603d8817e4SmiodALL_MACHINES = \ 61*844bf7aaSjsg cpu-aarch64.lo \ 623d8817e4Smiod cpu-alpha.lo \ 633d8817e4Smiod cpu-arc.lo \ 643d8817e4Smiod cpu-arm.lo \ 653d8817e4Smiod cpu-avr.lo \ 663d8817e4Smiod cpu-bfin.lo \ 673d8817e4Smiod cpu-cr16c.lo \ 683d8817e4Smiod cpu-cris.lo \ 693d8817e4Smiod cpu-crx.lo \ 703d8817e4Smiod cpu-d10v.lo \ 713d8817e4Smiod cpu-d30v.lo \ 723d8817e4Smiod cpu-dlx.lo \ 733d8817e4Smiod cpu-fr30.lo \ 743d8817e4Smiod cpu-frv.lo \ 753d8817e4Smiod cpu-h8300.lo \ 763d8817e4Smiod cpu-h8500.lo \ 773d8817e4Smiod cpu-hppa.lo \ 783d8817e4Smiod cpu-ia64.lo \ 793d8817e4Smiod cpu-i370.lo \ 803d8817e4Smiod cpu-i386.lo \ 813d8817e4Smiod cpu-i860.lo \ 823d8817e4Smiod cpu-i960.lo \ 833d8817e4Smiod cpu-ip2k.lo \ 843d8817e4Smiod cpu-iq2000.lo \ 853d8817e4Smiod cpu-m32c.lo \ 863d8817e4Smiod cpu-m32r.lo \ 873d8817e4Smiod cpu-m68hc11.lo \ 883d8817e4Smiod cpu-m68hc12.lo \ 893d8817e4Smiod cpu-m68k.lo \ 903d8817e4Smiod cpu-m88k.lo \ 913d8817e4Smiod cpu-m10200.lo \ 923d8817e4Smiod cpu-m10300.lo \ 933d8817e4Smiod cpu-maxq.lo \ 943d8817e4Smiod cpu-mcore.lo \ 953d8817e4Smiod cpu-mips.lo \ 963d8817e4Smiod cpu-mmix.lo \ 973d8817e4Smiod cpu-mt.lo \ 983d8817e4Smiod cpu-msp430.lo \ 993d8817e4Smiod cpu-or32.lo \ 1003d8817e4Smiod cpu-ns32k.lo \ 1013d8817e4Smiod cpu-openrisc.lo \ 1023d8817e4Smiod cpu-pdp11.lo \ 1033d8817e4Smiod cpu-pj.lo \ 1043d8817e4Smiod cpu-powerpc.lo \ 10559dab872Sderaadt cpu-riscv64.lo \ 1063d8817e4Smiod cpu-rs6000.lo \ 1073d8817e4Smiod cpu-s390.lo \ 1083d8817e4Smiod cpu-sh.lo \ 1093d8817e4Smiod cpu-sparc.lo \ 1103d8817e4Smiod cpu-tic30.lo \ 1113d8817e4Smiod cpu-tic4x.lo \ 1123d8817e4Smiod cpu-tic54x.lo \ 1133d8817e4Smiod cpu-tic80.lo \ 1143d8817e4Smiod cpu-v850.lo \ 1153d8817e4Smiod cpu-vax.lo \ 1163d8817e4Smiod cpu-we32k.lo \ 1173d8817e4Smiod cpu-w65.lo \ 1183d8817e4Smiod cpu-xstormy16.lo \ 1193d8817e4Smiod cpu-xtensa.lo \ 1203d8817e4Smiod cpu-xc16x.lo \ 1213d8817e4Smiod cpu-z80.lo \ 1223d8817e4Smiod cpu-z8k.lo 1233d8817e4Smiod 1243d8817e4SmiodALL_MACHINES_CFILES = \ 125*844bf7aaSjsg cpu-aarch64.c \ 1263d8817e4Smiod cpu-alpha.c \ 1273d8817e4Smiod cpu-arc.c \ 1283d8817e4Smiod cpu-arm.c \ 1293d8817e4Smiod cpu-avr.c \ 1303d8817e4Smiod cpu-bfin.c \ 1313d8817e4Smiod cpu-cris.c \ 1323d8817e4Smiod cpu-cr16c.c \ 1333d8817e4Smiod cpu-crx.c \ 1343d8817e4Smiod cpu-d10v.c \ 1353d8817e4Smiod cpu-d30v.c \ 1363d8817e4Smiod cpu-dlx.c \ 1373d8817e4Smiod cpu-fr30.c \ 1383d8817e4Smiod cpu-frv.c \ 1393d8817e4Smiod cpu-h8300.c \ 1403d8817e4Smiod cpu-h8500.c \ 1413d8817e4Smiod cpu-hppa.c \ 1423d8817e4Smiod cpu-ia64.c \ 1433d8817e4Smiod cpu-i370.c \ 1443d8817e4Smiod cpu-i386.c \ 1453d8817e4Smiod cpu-i860.c \ 1463d8817e4Smiod cpu-i960.c \ 1473d8817e4Smiod cpu-ip2k.c \ 1483d8817e4Smiod cpu-iq2000.c \ 1493d8817e4Smiod cpu-m32c.c \ 1503d8817e4Smiod cpu-m32r.c \ 1513d8817e4Smiod cpu-m68hc11.c \ 1523d8817e4Smiod cpu-m68hc12.c \ 1533d8817e4Smiod cpu-m68k.c \ 1543d8817e4Smiod cpu-m88k.c \ 1553d8817e4Smiod cpu-m10200.c \ 1563d8817e4Smiod cpu-m10300.c \ 1573d8817e4Smiod cpu-maxq.c \ 1583d8817e4Smiod cpu-mcore.c \ 1593d8817e4Smiod cpu-mips.c \ 1603d8817e4Smiod cpu-mmix.c \ 1613d8817e4Smiod cpu-mt.c \ 1623d8817e4Smiod cpu-msp430.c \ 1633d8817e4Smiod cpu-or32.c \ 1643d8817e4Smiod cpu-ns32k.c \ 1653d8817e4Smiod cpu-openrisc.c \ 1663d8817e4Smiod cpu-pdp11.c \ 1673d8817e4Smiod cpu-pj.c \ 1683d8817e4Smiod cpu-powerpc.c \ 16959dab872Sderaadt cpu-riscv64.c \ 1703d8817e4Smiod cpu-rs6000.c \ 1713d8817e4Smiod cpu-s390.c \ 1723d8817e4Smiod cpu-sh.c \ 1733d8817e4Smiod cpu-sparc.c \ 1743d8817e4Smiod cpu-tic30.c \ 1753d8817e4Smiod cpu-tic4x.c \ 1763d8817e4Smiod cpu-tic54x.c \ 1773d8817e4Smiod cpu-tic80.c \ 1783d8817e4Smiod cpu-v850.c \ 1793d8817e4Smiod cpu-vax.c \ 1803d8817e4Smiod cpu-we32k.c \ 1813d8817e4Smiod cpu-w65.c \ 1823d8817e4Smiod cpu-xstormy16.c \ 1833d8817e4Smiod cpu-xtensa.c \ 1843d8817e4Smiod cpu-xc16x.c \ 1853d8817e4Smiod cpu-z80.c \ 1863d8817e4Smiod cpu-z8k.c 1873d8817e4Smiod 1883d8817e4Smiod# The .o files needed by all of the 32 bit vectors that are configured into 1893d8817e4Smiod# target_vector in targets.c if configured with --enable-targets=all. 1903d8817e4SmiodBFD32_BACKENDS = \ 1913d8817e4Smiod aout-adobe.lo \ 1923d8817e4Smiod aout-arm.lo \ 1933d8817e4Smiod aout-cris.lo \ 1943d8817e4Smiod aout-ns32k.lo \ 1953d8817e4Smiod aout-sparcle.lo \ 1963d8817e4Smiod aout-tic30.lo \ 1973d8817e4Smiod aout0.lo \ 1983d8817e4Smiod aout32.lo \ 1993d8817e4Smiod armnetbsd.lo \ 2003d8817e4Smiod bout.lo \ 2013d8817e4Smiod cf-i386lynx.lo \ 2023d8817e4Smiod cf-sparclynx.lo \ 2033d8817e4Smiod coff-apollo.lo \ 2043d8817e4Smiod coff-arm.lo \ 2053d8817e4Smiod coff-aux.lo \ 2063d8817e4Smiod coff-h8300.lo \ 2073d8817e4Smiod coff-h8500.lo \ 2083d8817e4Smiod coff-i386.lo \ 2093d8817e4Smiod coff-go32.lo \ 2103d8817e4Smiod coff-i860.lo \ 2113d8817e4Smiod coff-i960.lo \ 2123d8817e4Smiod coff-m68k.lo \ 2133d8817e4Smiod coff-m88k.lo \ 2143d8817e4Smiod coff-maxq.lo \ 2153d8817e4Smiod coff-mips.lo \ 2163d8817e4Smiod coff-or32.lo \ 2173d8817e4Smiod coff-rs6000.lo \ 2183d8817e4Smiod coff-sh.lo \ 2193d8817e4Smiod coff-sparc.lo \ 2203d8817e4Smiod coff-stgo32.lo \ 2213d8817e4Smiod coff-svm68k.lo \ 2223d8817e4Smiod coff-tic30.lo \ 2233d8817e4Smiod coff-tic4x.lo \ 2243d8817e4Smiod coff-tic54x.lo \ 2253d8817e4Smiod coff-tic80.lo \ 2263d8817e4Smiod coff-u68k.lo \ 2273d8817e4Smiod coff-we32k.lo \ 2283d8817e4Smiod coff-w65.lo \ 2293d8817e4Smiod coff-z80.lo \ 2303d8817e4Smiod coff-z8k.lo \ 2313d8817e4Smiod cofflink.lo \ 2323d8817e4Smiod dwarf1.lo \ 2333d8817e4Smiod ecoff.lo \ 2343d8817e4Smiod ecofflink.lo \ 2353d8817e4Smiod efi-app-ia32.lo \ 2363d8817e4Smiod elf.lo \ 2373d8817e4Smiod elf32-am33lin.lo \ 2383d8817e4Smiod elf32-arc.lo \ 2393d8817e4Smiod elf32-arm.lo \ 2403d8817e4Smiod elf32-avr.lo \ 2413d8817e4Smiod elf32-bfin.lo \ 2423d8817e4Smiod elf32-cr16c.lo \ 2433d8817e4Smiod elf32-cris.lo \ 2443d8817e4Smiod elf32-crx.lo \ 2453d8817e4Smiod elf32-d10v.lo \ 2463d8817e4Smiod elf32-d30v.lo \ 2473d8817e4Smiod elf32-dlx.lo \ 2483d8817e4Smiod elf32-fr30.lo \ 2493d8817e4Smiod elf32-frv.lo \ 2503d8817e4Smiod elf32-gen.lo \ 2513d8817e4Smiod elf32-h8300.lo \ 2523d8817e4Smiod elf32-hppa.lo \ 2533d8817e4Smiod elf32-i370.lo \ 2543d8817e4Smiod elf32-i386.lo \ 2553d8817e4Smiod elf32-i860.lo \ 2563d8817e4Smiod elf32-i960.lo \ 2573d8817e4Smiod elf32-ip2k.lo \ 2583d8817e4Smiod elf32-iq2000.lo \ 2593d8817e4Smiod elf32-m32c.lo \ 2603d8817e4Smiod elf32-m32r.lo \ 2613d8817e4Smiod elf32-m68hc11.lo \ 2623d8817e4Smiod elf32-m68hc12.lo \ 2633d8817e4Smiod elf32-m68hc1x.lo \ 2643d8817e4Smiod elf32-m68k.lo \ 2653d8817e4Smiod elf32-m88k.lo \ 2663d8817e4Smiod elf-m10200.lo \ 2673d8817e4Smiod elf-m10300.lo \ 2683d8817e4Smiod elf32-mcore.lo \ 2693d8817e4Smiod elfxx-mips.lo \ 2703d8817e4Smiod elf32-mips.lo \ 2713d8817e4Smiod elf32-mt.lo \ 2723d8817e4Smiod elf32-msp430.lo \ 2733d8817e4Smiod elf32-openrisc.lo \ 2743d8817e4Smiod elf32-or32.lo \ 2753d8817e4Smiod elf32-pj.lo \ 2763d8817e4Smiod elf32-ppc.lo \ 2773d8817e4Smiod elf32-s390.lo \ 2783d8817e4Smiod elf32-sh.lo \ 2793d8817e4Smiod elf32-sh-symbian.lo \ 2803d8817e4Smiod elf32-sh64.lo \ 2813d8817e4Smiod elf32-sh64-com.lo \ 2823d8817e4Smiod elfxx-sparc.lo \ 2833d8817e4Smiod elf32-sparc.lo \ 2843d8817e4Smiod elf32-v850.lo \ 2853d8817e4Smiod elf32-vax.lo \ 2863d8817e4Smiod elf32-xstormy16.lo \ 2873d8817e4Smiod elf32-xtensa.lo \ 2883d8817e4Smiod elf32-xc16x.lo \ 2893d8817e4Smiod elf32.lo \ 2903d8817e4Smiod elflink.lo \ 2913d8817e4Smiod elf-strtab.lo \ 2923d8817e4Smiod elf-eh-frame.lo \ 2933d8817e4Smiod elf-vxworks.lo \ 2943d8817e4Smiod epoc-pe-arm.lo \ 2953d8817e4Smiod epoc-pei-arm.lo \ 2963d8817e4Smiod hp300bsd.lo \ 2973d8817e4Smiod hp300hpux.lo \ 2983d8817e4Smiod som.lo \ 2993d8817e4Smiod i386aout.lo \ 3003d8817e4Smiod i386bsd.lo \ 3013d8817e4Smiod i386dynix.lo \ 3023d8817e4Smiod i386freebsd.lo \ 3033d8817e4Smiod i386linux.lo \ 3043d8817e4Smiod i386lynx.lo \ 3053d8817e4Smiod i386msdos.lo \ 3063d8817e4Smiod i386netbsd.lo \ 3073d8817e4Smiod i386mach3.lo \ 3083d8817e4Smiod i386os9k.lo \ 3093d8817e4Smiod ieee.lo \ 3103d8817e4Smiod m68k4knetbsd.lo \ 3113d8817e4Smiod m68klinux.lo \ 3123d8817e4Smiod m68knetbsd.lo \ 3133d8817e4Smiod m88kmach3.lo \ 3143d8817e4Smiod m88kopenbsd.lo \ 3153d8817e4Smiod mach-o.lo \ 3163d8817e4Smiod mipsbsd.lo \ 3173d8817e4Smiod newsos3.lo \ 3183d8817e4Smiod nlm.lo \ 3193d8817e4Smiod nlm32-i386.lo \ 3203d8817e4Smiod nlm32-sparc.lo \ 3213d8817e4Smiod nlm32-ppc.lo \ 3223d8817e4Smiod nlm32.lo \ 3233d8817e4Smiod ns32knetbsd.lo \ 3243d8817e4Smiod oasys.lo \ 3253d8817e4Smiod pc532-mach.lo \ 3263d8817e4Smiod pdp11.lo \ 3273d8817e4Smiod pef.lo \ 3283d8817e4Smiod pe-arm.lo \ 3293d8817e4Smiod pei-arm.lo \ 3303d8817e4Smiod pe-i386.lo \ 3313d8817e4Smiod pei-i386.lo \ 3323d8817e4Smiod pe-mcore.lo \ 3333d8817e4Smiod pei-mcore.lo \ 3343d8817e4Smiod pe-ppc.lo \ 3353d8817e4Smiod pei-ppc.lo \ 3363d8817e4Smiod pe-sh.lo \ 3373d8817e4Smiod pei-sh.lo \ 3383d8817e4Smiod pe-mips.lo \ 3393d8817e4Smiod pei-mips.lo \ 3403d8817e4Smiod peigen.lo \ 3413d8817e4Smiod ppcboot.lo \ 3423d8817e4Smiod reloc16.lo \ 3433d8817e4Smiod riscix.lo \ 3443d8817e4Smiod sparclinux.lo \ 3453d8817e4Smiod sparclynx.lo \ 3463d8817e4Smiod sparcnetbsd.lo \ 3473d8817e4Smiod sunos.lo \ 3483d8817e4Smiod vaxnetbsd.lo \ 3493d8817e4Smiod vax1knetbsd.lo \ 3503d8817e4Smiod vaxbsd.lo \ 3513d8817e4Smiod versados.lo \ 3523d8817e4Smiod vms.lo \ 3533d8817e4Smiod vms-gsd.lo \ 3543d8817e4Smiod vms-hdr.lo \ 3553d8817e4Smiod vms-misc.lo \ 3563d8817e4Smiod vms-tir.lo \ 3573d8817e4Smiod xcofflink.lo \ 3583d8817e4Smiod xsym.lo \ 3593d8817e4Smiod xtensa-isa.lo \ 3603d8817e4Smiod xtensa-modules.lo 3613d8817e4Smiod 3623d8817e4SmiodBFD32_BACKENDS_CFILES = \ 3633d8817e4Smiod aout-adobe.c \ 3643d8817e4Smiod aout-arm.c \ 3653d8817e4Smiod aout-cris.c \ 3663d8817e4Smiod aout-ns32k.c \ 3673d8817e4Smiod aout-sparcle.c \ 3683d8817e4Smiod aout-tic30.c \ 3693d8817e4Smiod aout0.c \ 3703d8817e4Smiod aout32.c \ 3713d8817e4Smiod armnetbsd.c \ 3723d8817e4Smiod bout.c \ 3733d8817e4Smiod cf-i386lynx.c \ 3743d8817e4Smiod cf-sparclynx.c \ 3753d8817e4Smiod coff-apollo.c \ 3763d8817e4Smiod coff-arm.c \ 3773d8817e4Smiod coff-aux.c \ 3783d8817e4Smiod coff-h8300.c \ 3793d8817e4Smiod coff-h8500.c \ 3803d8817e4Smiod coff-i386.c \ 3813d8817e4Smiod coff-i860.c \ 3823d8817e4Smiod coff-go32.c \ 3833d8817e4Smiod coff-i960.c \ 3843d8817e4Smiod coff-m68k.c \ 3853d8817e4Smiod coff-m88k.c \ 3863d8817e4Smiod coff-maxq.c \ 3873d8817e4Smiod coff-mips.c \ 3883d8817e4Smiod coff-or32.c \ 3893d8817e4Smiod coff-rs6000.c \ 3903d8817e4Smiod coff-sh.c \ 3913d8817e4Smiod coff-sparc.c \ 3923d8817e4Smiod coff-stgo32.c \ 3933d8817e4Smiod coff-svm68k.c \ 3943d8817e4Smiod coff-tic30.c \ 3953d8817e4Smiod coff-tic4x.c \ 3963d8817e4Smiod coff-tic54x.c \ 3973d8817e4Smiod coff-tic80.c \ 3983d8817e4Smiod coff-u68k.c \ 3993d8817e4Smiod coff-we32k.c \ 4003d8817e4Smiod coff-w65.c \ 4013d8817e4Smiod coff-z80.c \ 4023d8817e4Smiod coff-z8k.c \ 4033d8817e4Smiod cofflink.c \ 4043d8817e4Smiod dwarf1.c \ 4053d8817e4Smiod ecoff.c \ 4063d8817e4Smiod ecofflink.c \ 4073d8817e4Smiod efi-app-ia32.c \ 4083d8817e4Smiod elf.c \ 4093d8817e4Smiod elf32-am33lin.c \ 4103d8817e4Smiod elf32-arc.c \ 4113d8817e4Smiod elf32-arm.c \ 4123d8817e4Smiod elf32-avr.c \ 4133d8817e4Smiod elf32-bfin.c \ 4143d8817e4Smiod elf32-cr16c.c \ 4153d8817e4Smiod elf32-cris.c \ 4163d8817e4Smiod elf32-crx.c \ 4173d8817e4Smiod elf32-d10v.c \ 4183d8817e4Smiod elf32-d30v.c \ 4193d8817e4Smiod elf32-dlx.c \ 4203d8817e4Smiod elf32-fr30.c \ 4213d8817e4Smiod elf32-frv.c \ 4223d8817e4Smiod elf32-gen.c \ 4233d8817e4Smiod elf32-h8300.c \ 4243d8817e4Smiod elf32-hppa.c \ 4253d8817e4Smiod elf32-i370.c \ 4263d8817e4Smiod elf32-i386.c \ 4273d8817e4Smiod elf32-i860.c \ 4283d8817e4Smiod elf32-i960.c \ 4293d8817e4Smiod elf32-ip2k.c \ 4303d8817e4Smiod elf32-iq2000.c \ 4313d8817e4Smiod elf32-m32c.c \ 4323d8817e4Smiod elf32-m32r.c \ 4333d8817e4Smiod elf32-m68k.c \ 4343d8817e4Smiod elf32-m68hc11.c \ 4353d8817e4Smiod elf32-m68hc12.c \ 4363d8817e4Smiod elf32-m68hc1x.c \ 4373d8817e4Smiod elf32-m88k.c \ 4383d8817e4Smiod elf-m10200.c \ 4393d8817e4Smiod elf-m10300.c \ 4403d8817e4Smiod elf32-mcore.c \ 4413d8817e4Smiod elfxx-mips.c \ 4423d8817e4Smiod elf32-mips.c \ 4433d8817e4Smiod elf32-mt.c \ 4443d8817e4Smiod elf32-msp430.c \ 4453d8817e4Smiod elf32-openrisc.c \ 4463d8817e4Smiod elf32-or32.c \ 4473d8817e4Smiod elf32-pj.c \ 4483d8817e4Smiod elf32-ppc.c \ 4493d8817e4Smiod elf32-sh64.c \ 4503d8817e4Smiod elf32-sh64-com.c \ 4513d8817e4Smiod elf32-s390.c \ 4523d8817e4Smiod elf32-sh.c \ 4533d8817e4Smiod elf32-sh-symbian.c \ 4543d8817e4Smiod elfxx-sparc.c \ 4553d8817e4Smiod elf32-sparc.c \ 4563d8817e4Smiod elf32-v850.c \ 4573d8817e4Smiod elf32-vax.c \ 4583d8817e4Smiod elf32-xstormy16.c \ 4593d8817e4Smiod elf32-xtensa.c \ 4603d8817e4Smiod elf32-xc16x.c \ 4613d8817e4Smiod elf32.c \ 4623d8817e4Smiod elflink.c \ 4633d8817e4Smiod elf-strtab.c \ 4643d8817e4Smiod elf-eh-frame.c \ 4653d8817e4Smiod elf-vxworks.c \ 4663d8817e4Smiod epoc-pe-arm.c \ 4673d8817e4Smiod epoc-pei-arm.c \ 4683d8817e4Smiod hp300bsd.c \ 4693d8817e4Smiod hp300hpux.c \ 4703d8817e4Smiod som.c \ 4713d8817e4Smiod i386aout.c \ 4723d8817e4Smiod i386bsd.c \ 4733d8817e4Smiod i386dynix.c \ 4743d8817e4Smiod i386freebsd.c \ 4753d8817e4Smiod i386linux.c \ 4763d8817e4Smiod i386lynx.c \ 4773d8817e4Smiod i386msdos.c \ 4783d8817e4Smiod i386netbsd.c \ 4793d8817e4Smiod i386mach3.c \ 4803d8817e4Smiod i386os9k.c \ 4813d8817e4Smiod ieee.c \ 4823d8817e4Smiod m68k4knetbsd.c \ 4833d8817e4Smiod m68klinux.c \ 4843d8817e4Smiod m68knetbsd.c \ 4853d8817e4Smiod m88kmach3.c \ 4863d8817e4Smiod m88kopenbsd.c \ 4873d8817e4Smiod mach-o.c \ 4883d8817e4Smiod mipsbsd.c \ 4893d8817e4Smiod newsos3.c \ 4903d8817e4Smiod nlm.c \ 4913d8817e4Smiod nlm32-i386.c \ 4923d8817e4Smiod nlm32-sparc.c \ 4933d8817e4Smiod nlm32-ppc.c \ 4943d8817e4Smiod nlm32.c \ 4953d8817e4Smiod ns32knetbsd.c \ 4963d8817e4Smiod oasys.c \ 4973d8817e4Smiod pc532-mach.c \ 4983d8817e4Smiod pdp11.c \ 4993d8817e4Smiod pef.c \ 5003d8817e4Smiod pe-arm.c \ 5013d8817e4Smiod pei-arm.c \ 5023d8817e4Smiod pe-i386.c \ 5033d8817e4Smiod pei-i386.c \ 5043d8817e4Smiod pe-mcore.c \ 5053d8817e4Smiod pei-mcore.c \ 5063d8817e4Smiod pe-ppc.c \ 5073d8817e4Smiod pei-ppc.c \ 5083d8817e4Smiod pe-sh.c \ 5093d8817e4Smiod pei-sh.c \ 5103d8817e4Smiod pe-mips.c \ 5113d8817e4Smiod pei-mips.c \ 5123d8817e4Smiod ppcboot.c \ 5133d8817e4Smiod reloc16.c \ 5143d8817e4Smiod riscix.c \ 5153d8817e4Smiod sparclinux.c \ 5163d8817e4Smiod sparclynx.c \ 5173d8817e4Smiod sparcnetbsd.c \ 5183d8817e4Smiod sunos.c \ 5193d8817e4Smiod vaxnetbsd.c \ 5203d8817e4Smiod vax1knetbsd.c \ 5213d8817e4Smiod vaxbsd.c \ 5223d8817e4Smiod versados.c \ 5233d8817e4Smiod vms.c \ 5243d8817e4Smiod vms-gsd.c \ 5253d8817e4Smiod vms-hdr.c \ 5263d8817e4Smiod vms-misc.c \ 5273d8817e4Smiod vms-tir.c \ 5283d8817e4Smiod xcofflink.c \ 5293d8817e4Smiod xsym.c \ 5303d8817e4Smiod xtensa-isa.c \ 5313d8817e4Smiod xtensa-modules.c 5323d8817e4Smiod 5333d8817e4Smiod# The .o files needed by all of the 64 bit vectors that are configured into 5343d8817e4Smiod# target_vector in targets.c if configured with --enable-targets=all 5353d8817e4Smiod# and --enable-64-bit-bfd. 5363d8817e4Smiod# elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in 5373d8817e4Smiod# BFD32_BACKENDS. 5383d8817e4SmiodBFD64_BACKENDS = \ 5393d8817e4Smiod aix5ppc-core.lo \ 5403d8817e4Smiod aout64.lo \ 5413d8817e4Smiod coff-alpha.lo \ 5423d8817e4Smiod coff64-rs6000.lo \ 5433d8817e4Smiod demo64.lo \ 5443d8817e4Smiod efi-app-ia64.lo \ 5453d8817e4Smiod elf64-x86-64.lo \ 54680dca7d7Skettenis elf64-aarch64.lo \ 5473d8817e4Smiod elf64-alpha.lo \ 5483d8817e4Smiod elf64-hppa.lo \ 5493d8817e4Smiod elf32-ia64.lo \ 5503d8817e4Smiod elf64-ia64.lo \ 5513d8817e4Smiod elf64-gen.lo \ 5523d8817e4Smiod elfn32-mips.lo \ 5533d8817e4Smiod elf64-mips.lo \ 5543d8817e4Smiod elf64-mmix.lo \ 5553d8817e4Smiod elf64-sh64.lo \ 5563d8817e4Smiod elf64-ppc.lo \ 557cab9e935Sdrahn elf64-riscv.lo \ 5583d8817e4Smiod elf64-s390.lo \ 5593d8817e4Smiod elf64-sparc.lo \ 5603d8817e4Smiod elf64.lo \ 5613d8817e4Smiod mmo.lo \ 5623d8817e4Smiod nlm32-alpha.lo \ 5633d8817e4Smiod nlm64.lo \ 5643d8817e4Smiod pepigen.lo 5653d8817e4Smiod 5663d8817e4SmiodBFD64_BACKENDS_CFILES = \ 5673d8817e4Smiod aix5ppc-core.c \ 5683d8817e4Smiod aout64.c \ 5693d8817e4Smiod coff-alpha.c \ 5703d8817e4Smiod coff64-rs6000.c \ 5713d8817e4Smiod demo64.c \ 5723d8817e4Smiod efi-app-ia64.c \ 5733d8817e4Smiod elf64-x86-64.c \ 57480dca7d7Skettenis elf64-aarch64.c \ 5753d8817e4Smiod elf64-alpha.c \ 5763d8817e4Smiod elf64-hppa.c \ 5773d8817e4Smiod elf64-gen.c \ 5783d8817e4Smiod elfn32-mips.c \ 5793d8817e4Smiod elf64-mips.c \ 5803d8817e4Smiod elf64-mmix.c \ 5813d8817e4Smiod elf64-ppc.c \ 582cab9e935Sdrahn elf64-riscv.c \ 5833d8817e4Smiod elf64-s390.c \ 5843d8817e4Smiod elf64-sh64.c \ 5853d8817e4Smiod elf64-sparc.c \ 5863d8817e4Smiod elf64.c \ 5873d8817e4Smiod mmo.c \ 5883d8817e4Smiod nlm32-alpha.c \ 5893d8817e4Smiod nlm64.c 5903d8817e4Smiod 5913d8817e4SmiodOPTIONAL_BACKENDS = \ 5923d8817e4Smiod aix386-core.lo \ 5933d8817e4Smiod hpux-core.lo \ 5943d8817e4Smiod irix-core.lo \ 5953d8817e4Smiod lynx-core.lo \ 5963d8817e4Smiod osf-core.lo \ 5973d8817e4Smiod sco5-core.lo \ 5983d8817e4Smiod trad-core.lo \ 5993d8817e4Smiod cisco-core.lo 6003d8817e4Smiod 6013d8817e4SmiodOPTIONAL_BACKENDS_CFILES = \ 6023d8817e4Smiod aix386-core.c \ 6033d8817e4Smiod hpux-core.c \ 6043d8817e4Smiod irix-core.c \ 6053d8817e4Smiod lynx-core.c \ 6063d8817e4Smiod osf-core.c \ 6073d8817e4Smiod sco5-core.c \ 6083d8817e4Smiod trad-core.c \ 6093d8817e4Smiod cisco-core.c 6103d8817e4Smiod 6113d8817e4Smiod# We want to rerun configure if configure.in, config.bfd or 6123d8817e4Smiod# configure.host change. configure.in is needed since the version 6133d8817e4Smiod# number in Makefile comes from configure.in. 6143d8817e4SmiodCONFIG_STATUS_DEPENDENCIES = \ 6153d8817e4Smiod $(srcdir)/configure.in \ 6163d8817e4Smiod $(srcdir)/config.bfd \ 6173d8817e4Smiod $(srcdir)/configure.host 6183d8817e4Smiod 6193d8817e4Smiod# These are defined by configure.in: 6203d8817e4SmiodWORDSIZE = @wordsize@ 6213d8817e4SmiodALL_BACKENDS = @all_backends@ 6223d8817e4SmiodBFD_BACKENDS = @bfd_backends@ 6233d8817e4SmiodBFD_LIBS = @bfd_libs@ 6243d8817e4SmiodBFD_MACHINES = @bfd_machines@ 6253d8817e4SmiodTDEFAULTS = @tdefaults@ 6263d8817e4Smiod 6273d8817e4SmiodINCLUDES = @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) -I$(srcdir)/../intl -I../intl 6283d8817e4Smiod 6293d8817e4Smiod# C source files that correspond to .o's. 6303d8817e4SmiodSOURCE_CFILES = \ 6313d8817e4Smiod $(BFD32_LIBS_CFILES) \ 6323d8817e4Smiod $(BFD64_LIBS_CFILES) \ 6333d8817e4Smiod $(ALL_MACHINES_CFILES) \ 6343d8817e4Smiod $(BFD32_BACKENDS_CFILES) \ 6353d8817e4Smiod $(BFD64_BACKENDS_CFILES) \ 6363d8817e4Smiod $(OPTIONAL_BACKENDS_CFILES) 6373d8817e4Smiod 6383d8817e4SmiodBUILD_CFILES = \ 6393d8817e4Smiod elf32-ia64.c elf64-ia64.c peigen.c pepigen.c 6403d8817e4Smiod 6413d8817e4SmiodCFILES = $(SOURCE_CFILES) $(BUILD_CFILES) 6423d8817e4Smiod 6433d8817e4Smiod## This is a list of all .h files which are in the source tree. 6443d8817e4SmiodSOURCE_HFILES = \ 6453d8817e4Smiod aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \ 6463d8817e4Smiod elf-bfd.h elf-hppa.h elf32-hppa.h \ 6473d8817e4Smiod elf64-hppa.h elfcode.h elfcore.h \ 6483d8817e4Smiod freebsd.h genlink.h go32stub.h \ 6493d8817e4Smiod libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \ 6503d8817e4Smiod libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \ 6513d8817e4Smiod netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \ 6523d8817e4Smiod pef.h pef-traceback.h peicode.h som.h version.h \ 6533d8817e4Smiod vms.h xcoff-target.h xsym.h 6543d8817e4Smiod 6553d8817e4Smiod## ... and all .h files which are in the build tree. 6563d8817e4SmiodBUILD_HFILES = \ 6573d8817e4Smiod bfdver.h elf32-target.h elf64-target.h targmatch.h 6583d8817e4Smiod 6593d8817e4SmiodHFILES = $(SOURCE_HFILES) $(BUILD_HFILES) 6603d8817e4Smiod 6613d8817e4SmiodSRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES) 6623d8817e4SmiodBLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES) 6633d8817e4Smiod 6643d8817e4Smiodpo/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES) 6653d8817e4Smiod for file in $(SRC_POTFILES); do echo $$file; done \ 6663d8817e4Smiod | LC_COLLATE= sort > tmp.src \ 6673d8817e4Smiod && mv tmp.src $(srcdir)/po/SRC-POTFILES.in 6683d8817e4Smiod 6693d8817e4Smiodpo/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES) 6703d8817e4Smiod for file in $(BLD_POTFILES); do echo $$file; done \ 6713d8817e4Smiod | LC_COLLATE= sort > tmp.bld \ 6723d8817e4Smiod && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in 6733d8817e4Smiod 6743d8817e4Smiodall diststuff: info 6753d8817e4Smiod 6763d8817e4Smiod.PHONY: install-html install-html-am install-html-recursive 6773d8817e4Smiod 6783d8817e4Smiodinstall-html: install-html-recursive 6793d8817e4Smiod 6803d8817e4Smiodinstall-html-recursive: 6813d8817e4Smiod @failcom='exit 1'; \ 6823d8817e4Smiod for f in x $$MAKEFLAGS; do \ 6833d8817e4Smiod case $$f in \ 6843d8817e4Smiod *=* | --[!k]*);; \ 6853d8817e4Smiod *k*) failcom='fail=yes';; \ 6863d8817e4Smiod esac; \ 6873d8817e4Smiod done; \ 6883d8817e4Smiod dot_seen=no; \ 6893d8817e4Smiod target=`echo $@ | sed s/-recursive//`; \ 6903d8817e4Smiod list='$(SUBDIRS)'; for subdir in $$list; do \ 6913d8817e4Smiod echo "Making $$target in $$subdir"; \ 6923d8817e4Smiod if test "$$subdir" = "."; then \ 6933d8817e4Smiod dot_seen=yes; \ 6943d8817e4Smiod local_target="$$target-am"; \ 6953d8817e4Smiod else \ 6963d8817e4Smiod local_target="$$target"; \ 6973d8817e4Smiod fi; \ 6983d8817e4Smiod (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 6993d8817e4Smiod || eval $$failcom; \ 7003d8817e4Smiod done; \ 7013d8817e4Smiod if test "$$dot_seen" = "no"; then \ 7023d8817e4Smiod $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 7033d8817e4Smiod fi; test -z "$$fail" 7043d8817e4Smiod 7053d8817e4Smiod# Various kinds of .o files to put in libbfd.a: 7063d8817e4Smiod# BFD_BACKENDS Routines the configured targets need. 7073d8817e4Smiod# BFD_MACHINES Architecture-specific routines the configured targets need. 7083d8817e4Smiod# COREFILE Core file routines for a native configuration 7093d8817e4SmiodOFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@ 7103d8817e4Smiod 7113d8817e4Smiodstamp-ofiles: Makefile 7123d8817e4Smiod rm -f tofiles 7133d8817e4Smiod f=""; \ 7143d8817e4Smiod for i in $(OFILES) ; do \ 7153d8817e4Smiod case " $$f " in \ 7163d8817e4Smiod *" $$i "*) ;; \ 7173d8817e4Smiod *) f="$$f $$i" ;; \ 7183d8817e4Smiod esac ; \ 7193d8817e4Smiod done ; \ 7203d8817e4Smiod echo $$f > tofiles 7213d8817e4Smiod $(SHELL) $(srcdir)/../move-if-change tofiles ofiles 7223d8817e4Smiod touch stamp-ofiles 7233d8817e4Smiod 7243d8817e4Smiodofiles: stamp-ofiles ; @true 7253d8817e4Smiod 7263d8817e4Smiodlibbfd_la_SOURCES = $(BFD32_LIBS_CFILES) $(BFD64_LIBS_CFILES) 7273d8817e4Smiodlibbfd_la_DEPENDENCIES = $(OFILES) ofiles 7283d8817e4Smiodlibbfd_la_LIBADD = `cat ofiles` @WIN32LIBADD@ 7293d8817e4Smiodlibbfd_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@ 7303d8817e4Smiod 7313d8817e4Smiod# libtool will build .libs/libbfd.a. We create libbfd.a in the build 7323d8817e4Smiod# directory so that we don't have to convert all the programs that use 7333d8817e4Smiod# libbfd.a simultaneously. This is a hack which should be removed if 7343d8817e4Smiod# everything else starts using libtool. FIXME. 7353d8817e4Smiod 7363d8817e4Smiodnoinst_LIBRARIES = libbfd.a 7373d8817e4Smiodlibbfd_a_SOURCES = 7383d8817e4Smiod 7393d8817e4Smiodstamp-lib: libbfd.la 7403d8817e4Smiod libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \ 7413d8817e4Smiod if [ -f $$libtooldir/libbfd.a ]; then \ 7423d8817e4Smiod cp $$libtooldir/libbfd.a libbfd.tmp; \ 7433d8817e4Smiod $(RANLIB) libbfd.tmp; \ 7443d8817e4Smiod $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \ 7453d8817e4Smiod else true; fi 7463d8817e4Smiod touch stamp-lib 7473d8817e4Smiod 7483d8817e4Smiodlibbfd.a: stamp-lib ; @true 7493d8817e4Smiod 7503d8817e4Smiod# This file holds an array associating configuration triplets and 7513d8817e4Smiod# vector names. It is built from config.bfd. It is not compiled by 7523d8817e4Smiod# itself, but is included by targets.c. 7533d8817e4Smiodtargmatch.h: config.bfd targmatch.sed 7543d8817e4Smiod rm -f targmatch.h 7553d8817e4Smiod sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new 7563d8817e4Smiod mv -f targmatch.new targmatch.h 7573d8817e4Smiod 7583d8817e4Smiod# When compiling archures.c and targets.c, supply the default target 7593d8817e4Smiod# info from configure. 7603d8817e4Smiod 7613d8817e4Smiodtargets.lo: targets.c Makefile 7623d8817e4Smiod $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c 7633d8817e4Smiod 7643d8817e4Smiodarchures.lo: archures.c Makefile 7653d8817e4Smiod $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c 7663d8817e4Smiod 7673d8817e4Smiodelf32-target.h : elfxx-target.h 7683d8817e4Smiod rm -f elf32-target.h 7693d8817e4Smiod sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new 7703d8817e4Smiod mv -f elf32-target.new elf32-target.h 7713d8817e4Smiod 7723d8817e4Smiodelf64-target.h : elfxx-target.h 7733d8817e4Smiod rm -f elf64-target.h 7743d8817e4Smiod sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new 7753d8817e4Smiod mv -f elf64-target.new elf64-target.h 7763d8817e4Smiod 7773d8817e4Smiodelf32-ia64.c : elfxx-ia64.c 7783d8817e4Smiod rm -f elf32-ia64.c 7793d8817e4Smiod sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new 7803d8817e4Smiod mv -f elf32-ia64.new elf32-ia64.c 7813d8817e4Smiod 7823d8817e4Smiodelf64-ia64.c : elfxx-ia64.c 7833d8817e4Smiod rm -f elf64-ia64.c 7843d8817e4Smiod sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new 7853d8817e4Smiod mv -f elf64-ia64.new elf64-ia64.c 7863d8817e4Smiod 7873d8817e4Smiodpeigen.c : peXXigen.c 7883d8817e4Smiod rm -f peigen.c 7893d8817e4Smiod sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new 7903d8817e4Smiod mv -f peigen.new peigen.c 7913d8817e4Smiod 7923d8817e4Smiodpepigen.c : peXXigen.c 7933d8817e4Smiod rm -f pepigen.c 7943d8817e4Smiod sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new 7953d8817e4Smiod mv -f pepigen.new pepigen.c 7963d8817e4Smiod 7973d8817e4SmiodBFD_H_DEPS= $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h 7983d8817e4SmiodLOCAL_H_DEPS= libbfd.h sysdep.h config.h 7993d8817e4Smiod$(BFD32_LIBS) \ 8003d8817e4Smiod $(BFD64_LIBS) \ 8013d8817e4Smiod $(ALL_MACHINES) \ 8023d8817e4Smiod $(BFD32_BACKENDS) \ 8033d8817e4Smiod $(BFD64_BACKENDS) \ 8043d8817e4Smiod $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS) 8053d8817e4Smiod 8063d8817e4Smiodinstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd 8073d8817e4Smiod @$(NORMAL_INSTALL) 8083d8817e4Smiod 8093d8817e4Smioduninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd 8103d8817e4Smiod @$(NORMAL_UNINSTALL) 8113d8817e4Smiod 8123d8817e4Smiod.PHONY: install_libbfd uninstall_libbfd 8133d8817e4Smiodinstall_libbfd: $(bfdlib_LTLIBRARIES) $(BFD_H) 8143d8817e4Smiod $(mkinstalldirs) $(DESTDIR)$(bfdlibdir) 8153d8817e4Smiod @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \ 8163d8817e4Smiod if test -f $$p; then \ 8173d8817e4Smiod echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \ 8183d8817e4Smiod $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \ 8193d8817e4Smiod else :; fi; \ 8203d8817e4Smiod done 8213d8817e4Smiod 8223d8817e4Smioduninstall_libbfd: 8233d8817e4Smiod list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \ 8243d8817e4Smiod $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \ 8253d8817e4Smiod done 8263d8817e4Smiod rm -f $(DESTDIR)$(bfdincludedir)/bfd.h 8273d8817e4Smiod rm -f $(DESTDIR)$(bfdincludedir)/ansidecl.h 8283d8817e4Smiod rm -f $(DESTDIR)$(bfdincludedir)/symcat.h 8293d8817e4Smiod rm -f $(DESTDIR)$(bfdincludedir)/bfdlink.h 8303d8817e4Smiod 8313d8817e4Smiod# Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES). 8323d8817e4SmiodDEP: dep.sed $(CFILES) $(HFILES) bfd.h 8333d8817e4Smiod rm -f DEP1 8343d8817e4Smiod $(MAKE) MKDEP="$(MKDEP)" DEP1 8353d8817e4Smiod sed -f dep.sed < DEP1 > DEPA 8363d8817e4Smiod echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA 8373d8817e4Smiod if grep ' /' DEPA > /dev/null 2> /dev/null; then \ 8383d8817e4Smiod echo 'make DEP failed!'; exit 1; \ 8393d8817e4Smiod else \ 8403d8817e4Smiod mv -f DEPA $@; \ 8413d8817e4Smiod fi 8423d8817e4Smiod 8433d8817e4SmiodDEP1: $(CFILES) 8443d8817e4Smiod echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2 8453d8817e4Smiod echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2 8463d8817e4Smiod $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2 8473d8817e4Smiod mv -f DEP2 $@ 8483d8817e4Smiod 8493d8817e4Smioddep.sed: dep-in.sed config.status 8503d8817e4Smiod sed <$(srcdir)/dep-in.sed >dep.sed \ 8513d8817e4Smiod -e 's!@BFD_H@!$(BFD_H)!' \ 8523d8817e4Smiod -e 's!@SRCDIR@!$(srcdir)!' \ 8533d8817e4Smiod -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!' 8543d8817e4Smiod 8553d8817e4Smioddep: DEP 8563d8817e4Smiod sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile 8573d8817e4Smiod cat DEP >> tmp-Makefile 8583d8817e4Smiod $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile 8593d8817e4Smiod 8603d8817e4Smioddep-in: DEP 8613d8817e4Smiod sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in 8623d8817e4Smiod cat DEP >> tmp-Makefile.in 8633d8817e4Smiod $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in 8643d8817e4Smiod 8653d8817e4Smioddep-am: DEP 8663d8817e4Smiod sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am 8673d8817e4Smiod cat DEP >> tmp-Makefile.am 8683d8817e4Smiod $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am 8693d8817e4Smiod 8703d8817e4Smiodhost-aout.lo: Makefile 8713d8817e4Smiod 8723d8817e4Smiod# The following program can be used to generate a simple config file 8733d8817e4Smiod# which can be folded into an h-XXX file for a new host, with some editing. 8743d8817e4Smiodaout-params.h: gen-aout 8753d8817e4Smiod ./gen-aout host > aout-params.h 8763d8817e4Smiodgen-aout: $(srcdir)/gen-aout.c Makefile 877d2386abeSmiod $(CC) -o gen-aout $(CSEARCH) $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c 8783d8817e4Smiod 8793d8817e4Smiod$(BFD_H): stmp-bfd-h ; @true 8803d8817e4Smiod 8813d8817e4Smiodstmp-bfd-h: bfd-in3.h 8823d8817e4Smiod rm -f bfd-tmp.h 8833d8817e4Smiod cp bfd-in3.h bfd-tmp.h 8843d8817e4Smiod $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H) 8853d8817e4Smiod rm -f bfd-tmp.h 8863d8817e4Smiod touch stmp-bfd-h 8873d8817e4Smiod 8883d8817e4SmiodBFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \ 8893d8817e4Smiod reloc.c syms.c bfd.c bfdio.c bfdwin.c \ 8903d8817e4Smiod archive.c corefile.c targets.c format.c 8913d8817e4SmiodBFD64_H_FILES = archive64.c 8923d8817e4SmiodLIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \ 8933d8817e4Smiod cache.c reloc.c archures.c elf.c 8943d8817e4SmiodLIBCOFF_H_FILES = libcoff-in.h coffcode.h 8953d8817e4Smiod 8963d8817e4Smiod# Could really use a "copy-if-change"... 8973d8817e4Smiodheaders: 8983d8817e4Smiod (cd $(bfddocdir); $(MAKE) protos $(FLAGS_TO_PASS)) 8993d8817e4Smiod cp $(bfddocdir)/bfd.h bfd-in2.h-new 9003d8817e4Smiod $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h 9013d8817e4Smiod cp $(bfddocdir)/libbfd.h libbfd.h-new 9023d8817e4Smiod $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h 9033d8817e4Smiod cp $(bfddocdir)/libcoff.h libcoff.h-new 9043d8817e4Smiod $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h 9053d8817e4Smiod 9063d8817e4Smiod# We only rebuild the header files automatically if we have been 9073d8817e4Smiod# configured with --enable-maintainer-mode. 9083d8817e4Smiod 9093d8817e4Smiod$(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true 9103d8817e4Smiodstmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES) 9113d8817e4Smiod (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h) 9123d8817e4Smiod cp $(bfddocdir)/bfd.h bfd-in2.h-new 9133d8817e4Smiod $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h 9143d8817e4Smiod touch stmp-bin2-h 9153d8817e4Smiod 9163d8817e4Smiod$(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true 9173d8817e4Smiodstmp-lbfd-h: $(LIBBFD_H_FILES) 9183d8817e4Smiod (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h) 9193d8817e4Smiod cp $(bfddocdir)/libbfd.h libbfd.h-new 9203d8817e4Smiod $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h 9213d8817e4Smiod touch stmp-lbfd-h 9223d8817e4Smiod 9233d8817e4Smiod$(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true 9243d8817e4Smiodstmp-lcoff-h: $(LIBCOFF_H_FILES) 9253d8817e4Smiod (cd $(bfddocdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h) 9263d8817e4Smiod cp $(bfddocdir)/libcoff.h libcoff.h-new 9273d8817e4Smiod $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h 9283d8817e4Smiod touch stmp-lcoff-h 9293d8817e4Smiod 9303d8817e4SmiodMOSTLYCLEANFILES = ofiles stamp-ofiles 9313d8817e4Smiod 9323d8817e4SmiodCLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \ 9333d8817e4Smiod stmp-bin2-h stmp-lbfd-h stmp-lcoff-h 9343d8817e4Smiod 9353d8817e4SmiodDISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES) 9363d8817e4Smiod 9373d8817e4Smiodbfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in 9383d8817e4Smiod @echo "creating $@" 9393d8817e4Smiod @bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\ 9403d8817e4Smiod bfd_version_string="\"$(VERSION)\"" ;\ 9413d8817e4Smiod if test "x$(RELEASE)" = x ; then \ 9423d8817e4Smiod bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\ 9433d8817e4Smiod bfd_version_string="\"$(VERSION) $${bfd_version_date}\"" ;\ 9443d8817e4Smiod fi ;\ 9453d8817e4Smiod sed -e "s/@bfd_version@/$$bfd_version/" -e "s/@bfd_version_string@/$$bfd_version_string/" < $(srcdir)/version.h > $@ 9463d8817e4Smiod 9473d8817e4Smiod# What appears below is generated by a hacked mkdep using gcc -MM. 9483d8817e4Smiod 9493d8817e4Smiod# DO NOT DELETE THIS LINE -- mkdep uses it. 9503d8817e4Smiod# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY. 9513d8817e4Smiodarchive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ 9523d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h \ 9533d8817e4Smiod $(INCDIR)/safe-ctype.h 9543d8817e4Smiodarchures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 9553d8817e4Smiod $(INCDIR)/safe-ctype.h 9563d8817e4Smiodbfd.lo: bfd.c bfdver.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ 9573d8817e4Smiod $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h \ 9583d8817e4Smiod $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h libcoff.h \ 9593d8817e4Smiod libecoff.h $(INCDIR)/coff/ecoff.h elf-bfd.h $(INCDIR)/elf/common.h \ 9603d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h 9613d8817e4Smiodbfdio.lo: bfdio.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 9623d8817e4Smiodbfdwin.lo: bfdwin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 9633d8817e4Smiodcache.lo: cache.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 9643d8817e4Smiod $(INCDIR)/libiberty.h 9653d8817e4Smiodcoffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 9663d8817e4Smiod $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h 9673d8817e4Smiodcorefile.lo: corefile.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 9683d8817e4Smiodformat.lo: format.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 9693d8817e4Smiodinit.lo: init.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 9703d8817e4Smiodlibbfd.lo: libbfd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 9713d8817e4Smiodopncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h \ 9723d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h 9733d8817e4Smiodreloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 9743d8817e4Smiod $(INCDIR)/hashtab.h 9753d8817e4Smiodsection.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 9763d8817e4Smiod $(INCDIR)/bfdlink.h 9773d8817e4Smiodsyms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 9783d8817e4Smiod $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h \ 9793d8817e4Smiod $(INCDIR)/aout/stab.def 9803d8817e4Smiodtargets.lo: targets.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 9813d8817e4Smiod $(INCDIR)/fnmatch.h targmatch.h 9823d8817e4Smiodhash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 9833d8817e4Smiod $(INCDIR)/objalloc.h $(INCDIR)/libiberty.h 9843d8817e4Smiodlinker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 9853d8817e4Smiod $(INCDIR)/bfdlink.h genlink.h 9863d8817e4Smiodsrec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 9873d8817e4Smiod $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h 9883d8817e4Smiodbinary.lo: binary.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \ 9893d8817e4Smiod $(INCDIR)/hashtab.h 9903d8817e4Smiodtekhex.lo: tekhex.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 9913d8817e4Smiod $(INCDIR)/libiberty.h 9923d8817e4Smiodihex.lo: ihex.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 9933d8817e4Smiod $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h 9943d8817e4Smiodstabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 9953d8817e4Smiod $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/safe-ctype.h 9963d8817e4Smiodstab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \ 9973d8817e4Smiod $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def 9983d8817e4Smiodmerge.lo: merge.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 9993d8817e4Smiod $(INCDIR)/libiberty.h 10003d8817e4Smioddwarf2.lo: dwarf2.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ 10013d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 10023d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ 10033d8817e4Smiod $(INCDIR)/elf/dwarf2.h 10043d8817e4Smiodsimple.lo: simple.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 10053d8817e4Smiod $(INCDIR)/bfdlink.h 10063d8817e4Smiodarchive64.lo: archive64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 10073d8817e4Smiod $(INCDIR)/aout/ar.h 1008*844bf7aaSjsgcpu-aarch64.lo: cpu-aarch64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10093d8817e4Smiodcpu-alpha.lo: cpu-alpha.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10103d8817e4Smiodcpu-arc.lo: cpu-arc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10113d8817e4Smiodcpu-arm.lo: cpu-arm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 10123d8817e4Smiod $(INCDIR)/libiberty.h 10133d8817e4Smiodcpu-avr.lo: cpu-avr.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10143d8817e4Smiodcpu-bfin.lo: cpu-bfin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10153d8817e4Smiodcpu-cris.lo: cpu-cris.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10163d8817e4Smiodcpu-cr16c.lo: cpu-cr16c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10173d8817e4Smiodcpu-crx.lo: cpu-crx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10183d8817e4Smiodcpu-d10v.lo: cpu-d10v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10193d8817e4Smiodcpu-d30v.lo: cpu-d30v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10203d8817e4Smiodcpu-dlx.lo: cpu-dlx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10213d8817e4Smiodcpu-fr30.lo: cpu-fr30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10223d8817e4Smiodcpu-frv.lo: cpu-frv.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10233d8817e4Smiodcpu-h8300.lo: cpu-h8300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10243d8817e4Smiodcpu-h8500.lo: cpu-h8500.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10253d8817e4Smiodcpu-hppa.lo: cpu-hppa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10263d8817e4Smiodcpu-ia64.lo: cpu-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 10273d8817e4Smiod cpu-ia64-opc.c $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h 10283d8817e4Smiodcpu-i370.lo: cpu-i370.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10293d8817e4Smiodcpu-i386.lo: cpu-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10303d8817e4Smiodcpu-i860.lo: cpu-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10313d8817e4Smiodcpu-i960.lo: cpu-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10323d8817e4Smiodcpu-ip2k.lo: cpu-ip2k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10333d8817e4Smiodcpu-iq2000.lo: cpu-iq2000.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10343d8817e4Smiodcpu-m32c.lo: cpu-m32c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10353d8817e4Smiodcpu-m32r.lo: cpu-m32r.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10363d8817e4Smiodcpu-m68hc11.lo: cpu-m68hc11.c $(INCDIR)/filenames.h \ 10373d8817e4Smiod $(INCDIR)/hashtab.h 10383d8817e4Smiodcpu-m68hc12.lo: cpu-m68hc12.c $(INCDIR)/filenames.h \ 10393d8817e4Smiod $(INCDIR)/hashtab.h 10403d8817e4Smiodcpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 10413d8817e4Smiod $(INCDIR)/opcode/m68k.h 10423d8817e4Smiodcpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10433d8817e4Smiodcpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10443d8817e4Smiodcpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10453d8817e4Smiodcpu-maxq.lo: cpu-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10463d8817e4Smiodcpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10473d8817e4Smiodcpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10483d8817e4Smiodcpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10493d8817e4Smiodcpu-mt.lo: cpu-mt.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10503d8817e4Smiodcpu-msp430.lo: cpu-msp430.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10513d8817e4Smiodcpu-or32.lo: cpu-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10523d8817e4Smiodcpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 10533d8817e4Smiod ns32k.h 10543d8817e4Smiodcpu-openrisc.lo: cpu-openrisc.c $(INCDIR)/filenames.h \ 10553d8817e4Smiod $(INCDIR)/hashtab.h 10563d8817e4Smiodcpu-pdp11.lo: cpu-pdp11.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10573d8817e4Smiodcpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10583d8817e4Smiodcpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h \ 10593d8817e4Smiod $(INCDIR)/hashtab.h 106059dab872Sderaadtcpu-riscv64.lo: cpu-riscv64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10613d8817e4Smiodcpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10623d8817e4Smiodcpu-s390.lo: cpu-s390.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10633d8817e4Smiodcpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 10643d8817e4Smiod $(srcdir)/../opcodes/sh-opc.h 10653d8817e4Smiodcpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10663d8817e4Smiodcpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10673d8817e4Smiodcpu-tic4x.lo: cpu-tic4x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10683d8817e4Smiodcpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10693d8817e4Smiodcpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10703d8817e4Smiodcpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 10713d8817e4Smiod $(INCDIR)/safe-ctype.h 10723d8817e4Smiodcpu-vax.lo: cpu-vax.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10733d8817e4Smiodcpu-we32k.lo: cpu-we32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10743d8817e4Smiodcpu-w65.lo: cpu-w65.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10753d8817e4Smiodcpu-xstormy16.lo: cpu-xstormy16.c $(INCDIR)/filenames.h \ 10763d8817e4Smiod $(INCDIR)/hashtab.h 10773d8817e4Smiodcpu-xtensa.lo: cpu-xtensa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10783d8817e4Smiodcpu-xc16x.lo: cpu-xc16x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10793d8817e4Smiodcpu-z80.lo: cpu-z80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10803d8817e4Smiodcpu-z8k.lo: cpu-z8k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 10813d8817e4Smiodaout-adobe.lo: aout-adobe.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 10823d8817e4Smiod $(INCDIR)/aout/adobe.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ 10833d8817e4Smiod libaout.h $(INCDIR)/bfdlink.h 10843d8817e4Smiodaout-arm.lo: aout-arm.c $(INCDIR)/filenames.h libaout.h \ 10853d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aoutx.h \ 10863d8817e4Smiod $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h $(INCDIR)/aout/stab_gnu.h \ 10873d8817e4Smiod $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h 10883d8817e4Smiodaout-cris.lo: aout-cris.c aout32.c aoutx.h $(INCDIR)/filenames.h \ 10893d8817e4Smiod $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h libaout.h \ 10903d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ 10913d8817e4Smiod $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h 10923d8817e4Smiodaout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \ 10933d8817e4Smiod ns32k.h libaout.h $(INCDIR)/bfdlink.h aoutx.h $(INCDIR)/filenames.h \ 10943d8817e4Smiod $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h $(INCDIR)/aout/stab_gnu.h \ 10953d8817e4Smiod $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h 10963d8817e4Smiodaout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \ 10973d8817e4Smiod libaout.h aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 10983d8817e4Smiod $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ 10993d8817e4Smiod $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h 11003d8817e4Smiodaout-tic30.lo: aout-tic30.c $(INCDIR)/filenames.h libaout.h \ 11013d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ 11023d8817e4Smiod $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aoutx.h \ 11033d8817e4Smiod $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h 11043d8817e4Smiodaout0.lo: aout0.c aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 11053d8817e4Smiod $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \ 11063d8817e4Smiod $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ 11073d8817e4Smiod $(INCDIR)/aout/ar.h aout-target.h 11083d8817e4Smiodaout32.lo: aout32.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \ 11093d8817e4Smiod $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \ 11103d8817e4Smiod $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h 11113d8817e4Smiodarmnetbsd.lo: armnetbsd.c netbsd.h $(INCDIR)/filenames.h \ 11123d8817e4Smiod $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \ 11133d8817e4Smiod $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ 11143d8817e4Smiod $(INCDIR)/aout/ar.h 11153d8817e4Smiodbout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 11163d8817e4Smiod $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/bout.h $(INCDIR)/libiberty.h \ 11173d8817e4Smiod $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h 11183d8817e4Smiodcf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \ 11193d8817e4Smiod coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \ 11203d8817e4Smiod $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ 11213d8817e4Smiod libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h 11223d8817e4Smiodcf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \ 11233d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h \ 11243d8817e4Smiod $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ 11253d8817e4Smiod coffcode.h coffswap.h 11263d8817e4Smiodcoff-apollo.lo: coff-apollo.c $(INCDIR)/filenames.h \ 11273d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/coff/apollo.h $(INCDIR)/coff/external.h \ 11283d8817e4Smiod $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ 11293d8817e4Smiod coffcode.h coffswap.h 11303d8817e4Smiodcoff-arm.lo: coff-arm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 11313d8817e4Smiod $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ 11323d8817e4Smiod libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h 11333d8817e4Smiodcoff-aux.lo: coff-aux.c $(INCDIR)/filenames.h $(INCDIR)/coff/aux-coff.h \ 11343d8817e4Smiod $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \ 11353d8817e4Smiod coff-m68k.c $(INCDIR)/hashtab.h libcoff.h $(INCDIR)/bfdlink.h \ 11363d8817e4Smiod coffcode.h coffswap.h 11373d8817e4Smiodcoff-h8300.lo: coff-h8300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 11383d8817e4Smiod $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/coff/h8300.h \ 11393d8817e4Smiod $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ 11403d8817e4Smiod libcoff.h $(INCDIR)/libiberty.h coffcode.h coffswap.h 11413d8817e4Smiodcoff-h8500.lo: coff-h8500.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 11423d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h \ 11433d8817e4Smiod $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h 11443d8817e4Smiodcoff-i386.lo: coff-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 11453d8817e4Smiod $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ 11463d8817e4Smiod libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h 11473d8817e4Smiodcoff-i860.lo: coff-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 11483d8817e4Smiod $(INCDIR)/coff/i860.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ 11493d8817e4Smiod libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h 11503d8817e4Smiodcoff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/filenames.h \ 11513d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \ 11523d8817e4Smiod $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ 11533d8817e4Smiod coffcode.h coffswap.h 11543d8817e4Smiodcoff-i960.lo: coff-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 11553d8817e4Smiod $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h libcoff.h \ 11563d8817e4Smiod $(INCDIR)/bfdlink.h coffcode.h coffswap.h 11573d8817e4Smiodcoff-m68k.lo: coff-m68k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 11583d8817e4Smiod $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ 11593d8817e4Smiod libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h 11603d8817e4Smiodcoff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 11613d8817e4Smiod $(INCDIR)/coff/m88k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ 11623d8817e4Smiod libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h 11633d8817e4Smiodcoff-maxq.lo: coff-maxq.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 11643d8817e4Smiod $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ 11653d8817e4Smiod libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h \ 11663d8817e4Smiod coffcode.h coffswap.h 11673d8817e4Smiodcoff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 11683d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \ 11693d8817e4Smiod $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h \ 11703d8817e4Smiod $(INCDIR)/coff/external.h libcoff.h libecoff.h coffswap.h \ 11713d8817e4Smiod ecoffswap.h 11723d8817e4Smiodcoff-or32.lo: coff-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 11733d8817e4Smiod $(INCDIR)/coff/or32.h $(INCDIR)/coff/internal.h libcoff.h \ 11743d8817e4Smiod $(INCDIR)/bfdlink.h coffcode.h coffswap.h 11753d8817e4Smiodcoff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \ 11763d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \ 11773d8817e4Smiod $(INCDIR)/coff/xcoff.h $(INCDIR)/coff/rs6000.h libcoff.h \ 11783d8817e4Smiod libxcoff.h coffcode.h coffswap.h 11793d8817e4Smiodcoff-sh.lo: coff-sh.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ 11803d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \ 11813d8817e4Smiod $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ 11823d8817e4Smiod libcoff.h coffcode.h coffswap.h 11833d8817e4Smiodcoff-sparc.lo: coff-sparc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 11843d8817e4Smiod $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ 11853d8817e4Smiod libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h 11863d8817e4Smiodcoff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/filenames.h \ 11873d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \ 11883d8817e4Smiod $(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \ 11893d8817e4Smiod libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \ 11903d8817e4Smiod go32stub.h 11913d8817e4Smiodcoff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/filenames.h \ 11923d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \ 11933d8817e4Smiod $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ 11943d8817e4Smiod coffcode.h coffswap.h 11953d8817e4Smiodcoff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 11963d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h \ 11973d8817e4Smiod $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h 11983d8817e4Smiodcoff-tic4x.lo: coff-tic4x.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 11993d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h \ 12003d8817e4Smiod $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h 12013d8817e4Smiodcoff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \ 12023d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h \ 12033d8817e4Smiod $(INCDIR)/coff/ti.h $(INCDIR)/coff/internal.h libcoff.h \ 12043d8817e4Smiod coffcode.h coffswap.h 12053d8817e4Smiodcoff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h $(INCDIR)/filenames.h \ 12063d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/coff/tic80.h $(INCDIR)/coff/external.h \ 12073d8817e4Smiod $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h 12083d8817e4Smiodcoff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/filenames.h \ 12093d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \ 12103d8817e4Smiod $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \ 12113d8817e4Smiod coffcode.h coffswap.h 12123d8817e4Smiodcoff-we32k.lo: coff-we32k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 12133d8817e4Smiod $(INCDIR)/coff/we32k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ 12143d8817e4Smiod libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h 12153d8817e4Smiodcoff-w65.lo: coff-w65.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 12163d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/coff/w65.h $(INCDIR)/coff/external.h \ 12173d8817e4Smiod $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h 12183d8817e4Smiodcoff-z80.lo: coff-z80.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 12193d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/coff/z80.h $(INCDIR)/coff/external.h \ 12203d8817e4Smiod $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h 12213d8817e4Smiodcoff-z8k.lo: coff-z8k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 12223d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h \ 12233d8817e4Smiod $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h 12243d8817e4Smiodcofflink.lo: cofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 12253d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h libcoff.h \ 12263d8817e4Smiod $(INCDIR)/safe-ctype.h 12273d8817e4Smioddwarf1.lo: dwarf1.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ 12283d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 12293d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ 12303d8817e4Smiod $(INCDIR)/elf/dwarf.h 12313d8817e4Smiodecoff.lo: ecoff.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 12323d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h \ 12333d8817e4Smiod $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \ 12343d8817e4Smiod $(INCDIR)/aout/aout64.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \ 12353d8817e4Smiod $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h libcoff.h \ 12363d8817e4Smiod libecoff.h $(INCDIR)/libiberty.h 12373d8817e4Smiodecofflink.lo: ecofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 12383d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h \ 12393d8817e4Smiod $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \ 12403d8817e4Smiod $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h libcoff.h \ 12413d8817e4Smiod libecoff.h 12423d8817e4Smiodefi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \ 12433d8817e4Smiod coff-i386.c $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h \ 12443d8817e4Smiod $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ 12453d8817e4Smiod $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \ 12463d8817e4Smiod peicode.h libpei.h 12473d8817e4Smiodelf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 12483d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 12493d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/libiberty.h 12503d8817e4Smiodelf32-am33lin.lo: elf32-am33lin.c $(INCDIR)/filenames.h \ 12513d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 12523d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \ 12533d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf-m10300.c $(INCDIR)/hashtab.h \ 12543d8817e4Smiod elf32-target.h 12553d8817e4Smiodelf32-arc.lo: elf32-arc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 12563d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 12573d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h \ 12583d8817e4Smiod $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \ 12593d8817e4Smiod elf32-target.h 12603d8817e4Smiodelf32-arm.lo: elf32-arm.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ 12613d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 12623d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ 12633d8817e4Smiod elf-vxworks.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \ 12643d8817e4Smiod elf32-target.h 12653d8817e4Smiodelf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 12663d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 12673d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h \ 12683d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf32-target.h 12693d8817e4Smiodelf32-bfin.lo: elf32-bfin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 12703d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 12713d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/bfin.h \ 12723d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf32-target.h 12733d8817e4Smiodelf32-cr16c.lo: elf32-cr16c.c $(INCDIR)/filenames.h \ 12743d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/cr16c.h \ 12753d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf-bfd.h $(INCDIR)/elf/common.h \ 12763d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-target.h 12773d8817e4Smiodelf32-cris.lo: elf32-cris.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 12783d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 12793d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/cris.h \ 12803d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf32-target.h 12813d8817e4Smiodelf32-crx.lo: elf32-crx.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 12823d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 12833d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/crx.h \ 12843d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf32-target.h 12853d8817e4Smiodelf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 12863d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 12873d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h \ 12883d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf32-target.h 12893d8817e4Smiodelf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 12903d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 12913d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h \ 12923d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf32-target.h 12933d8817e4Smiodelf32-dlx.lo: elf32-dlx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 12943d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 12953d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dlx.h \ 12963d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf32-target.h 12973d8817e4Smiodelf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 12983d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 12993d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h \ 13003d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf32-target.h 13013d8817e4Smiodelf32-frv.lo: elf32-frv.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 13023d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 13033d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/frv.h \ 13043d8817e4Smiod $(INCDIR)/elf/reloc-macros.h $(INCDIR)/elf/dwarf2.h \ 13053d8817e4Smiod elf32-target.h 13063d8817e4Smiodelf32-gen.lo: elf32-gen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 13073d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 13083d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf32-target.h 13093d8817e4Smiodelf32-h8300.lo: elf32-h8300.c $(INCDIR)/filenames.h \ 13103d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 13113d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ 13123d8817e4Smiod $(INCDIR)/elf/h8.h $(INCDIR)/elf/reloc-macros.h elf32-target.h 13133d8817e4Smiodelf32-hppa.lo: elf32-hppa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 13143d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 13153d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h \ 13163d8817e4Smiod $(INCDIR)/elf/reloc-macros.h libhppa.h elf32-hppa.h \ 13173d8817e4Smiod elf-hppa.h elf32-target.h 13183d8817e4Smiodelf32-i370.lo: elf32-i370.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 13193d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 13203d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/i370.h \ 13213d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf32-target.h 13223d8817e4Smiodelf32-i386.lo: elf32-i386.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 13233d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 13243d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf-vxworks.h \ 13253d8817e4Smiod $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h elf32-target.h 13263d8817e4Smiodelf32-i860.lo: elf32-i860.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 13273d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 13283d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/i860.h \ 13293d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf32-target.h 13303d8817e4Smiodelf32-i960.lo: elf32-i960.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 13313d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 13323d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/i960.h \ 13333d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf32-target.h 13343d8817e4Smiodelf32-ip2k.lo: elf32-ip2k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 13353d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 13363d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/ip2k.h \ 13373d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf32-target.h 13383d8817e4Smiodelf32-iq2000.lo: elf32-iq2000.c $(INCDIR)/filenames.h \ 13393d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 13403d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ 13413d8817e4Smiod $(INCDIR)/elf/iq2000.h $(INCDIR)/elf/reloc-macros.h \ 13423d8817e4Smiod elf32-target.h 13433d8817e4Smiodelf32-m32c.lo: elf32-m32c.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 13443d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 13453d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32c.h \ 13463d8817e4Smiod $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \ 13473d8817e4Smiod elf32-target.h 13483d8817e4Smiodelf32-m32r.lo: elf32-m32r.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 13493d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 13503d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32r.h \ 13513d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf32-target.h 13523d8817e4Smiodelf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 13533d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 13543d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/m68k.h \ 13553d8817e4Smiod $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/m68k.h \ 13563d8817e4Smiod elf32-target.h 13573d8817e4Smiodelf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \ 13583d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 13593d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-m68hc1x.h \ 13603d8817e4Smiod $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \ 13613d8817e4Smiod $(INCDIR)/opcode/m68hc11.h elf32-target.h 13623d8817e4Smiodelf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \ 13633d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 13643d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-m68hc1x.h \ 13653d8817e4Smiod $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \ 13663d8817e4Smiod $(INCDIR)/opcode/m68hc11.h elf32-target.h 13673d8817e4Smiodelf32-m68hc1x.lo: elf32-m68hc1x.c $(INCDIR)/filenames.h \ 13683d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 13693d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-m68hc1x.h \ 13703d8817e4Smiod $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \ 13713d8817e4Smiod $(INCDIR)/opcode/m68hc11.h 13723d8817e4Smiodelf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 13733d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 13743d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf32-target.h 13753d8817e4Smiodelf-m10200.lo: elf-m10200.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 13763d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 13773d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf32-target.h 13783d8817e4Smiodelf-m10300.lo: elf-m10300.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 13793d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 13803d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \ 13813d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf32-target.h 13823d8817e4Smiodelf32-mcore.lo: elf32-mcore.c $(INCDIR)/filenames.h \ 13833d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 13843d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/mcore.h \ 13853d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf32-target.h 13863d8817e4Smiodelfxx-mips.lo: elfxx-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 13873d8817e4Smiod $(INCDIR)/libiberty.h elf-bfd.h $(INCDIR)/elf/common.h \ 13883d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ 13893d8817e4Smiod elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \ 13903d8817e4Smiod $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \ 13913d8817e4Smiod $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h elf-vxworks.h 13923d8817e4Smiodelf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 13933d8817e4Smiod $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \ 13943d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfxx-mips.h \ 13953d8817e4Smiod $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h \ 13963d8817e4Smiod $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \ 13973d8817e4Smiod $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \ 13983d8817e4Smiod ecoffswap.h elf32-target.h elf-vxworks.h 13993d8817e4Smiodelf32-mt.lo: elf32-mt.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 14003d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 14013d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mt.h \ 14023d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf32-target.h 14033d8817e4Smiodelf32-msp430.lo: elf32-msp430.c $(INCDIR)/filenames.h \ 14043d8817e4Smiod $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h elf-bfd.h \ 14053d8817e4Smiod $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ 14063d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/elf/msp430.h $(INCDIR)/elf/reloc-macros.h \ 14073d8817e4Smiod elf32-target.h 14083d8817e4Smiodelf32-openrisc.lo: elf32-openrisc.c $(INCDIR)/filenames.h \ 14093d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 14103d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ 14113d8817e4Smiod $(INCDIR)/elf/openrisc.h $(INCDIR)/elf/reloc-macros.h \ 14123d8817e4Smiod $(INCDIR)/libiberty.h elf32-target.h 14133d8817e4Smiodelf32-or32.lo: elf32-or32.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 14143d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 14153d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/or32.h \ 14163d8817e4Smiod $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \ 14173d8817e4Smiod elf32-target.h 14183d8817e4Smiodelf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 14193d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 14203d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/pj.h \ 14213d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf32-target.h 14223d8817e4Smiodelf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 14233d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 14243d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h \ 14253d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf32-ppc.h elf-vxworks.h \ 14263d8817e4Smiod elf32-target.h 14273d8817e4Smiodelf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \ 14283d8817e4Smiod $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ 14293d8817e4Smiod $(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \ 14303d8817e4Smiod elf32-sh64.h elf32-sh.c $(INCDIR)/hashtab.h $(INCDIR)/elf/sh.h \ 14313d8817e4Smiod $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \ 14323d8817e4Smiod $(srcdir)/../opcodes/sh-opc.h elf32-target.h 14333d8817e4Smiodelf32-sh64-com.lo: elf32-sh64-com.c $(INCDIR)/filenames.h \ 14343d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 14353d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ 14363d8817e4Smiod $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf32-sh64.h \ 14373d8817e4Smiod $(srcdir)/../opcodes/sh64-opc.h 14383d8817e4Smiodelf32-s390.lo: elf32-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 14393d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 14403d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h \ 14413d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf32-target.h 14423d8817e4Smiodelf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 14433d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 14443d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h \ 14453d8817e4Smiod $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \ 14463d8817e4Smiod $(srcdir)/../opcodes/sh-opc.h elf32-target.h 14473d8817e4Smiodelf32-sh-symbian.lo: elf32-sh-symbian.c elf32-sh.c \ 14483d8817e4Smiod $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h \ 14493d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 14503d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \ 14513d8817e4Smiod $(INCDIR)/libiberty.h $(srcdir)/../opcodes/sh-opc.h \ 14523d8817e4Smiod elf32-target.h 14533d8817e4Smiodelfxx-sparc.lo: elfxx-sparc.c $(INCDIR)/filenames.h \ 14543d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 14553d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sparc.h \ 14563d8817e4Smiod $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \ 14573d8817e4Smiod elfxx-sparc.h elf-vxworks.h 14583d8817e4Smiodelf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \ 14593d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 14603d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sparc.h \ 14613d8817e4Smiod $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \ 14623d8817e4Smiod elfxx-sparc.h elf32-target.h elf-vxworks.h 14633d8817e4Smiodelf32-v850.lo: elf32-v850.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 14643d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 14653d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/v850.h \ 14663d8817e4Smiod $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \ 14673d8817e4Smiod elf32-target.h 14683d8817e4Smiodelf32-vax.lo: elf32-vax.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 14693d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 14703d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/vax.h \ 14713d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf32-target.h 14723d8817e4Smiodelf32-xstormy16.lo: elf32-xstormy16.c $(INCDIR)/filenames.h \ 14733d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 14743d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ 14753d8817e4Smiod $(INCDIR)/elf/xstormy16.h $(INCDIR)/elf/reloc-macros.h \ 14763d8817e4Smiod $(INCDIR)/libiberty.h elf32-target.h 14773d8817e4Smiodelf32-xtensa.lo: elf32-xtensa.c $(INCDIR)/filenames.h \ 14783d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 14793d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/xtensa.h \ 14803d8817e4Smiod $(INCDIR)/elf/reloc-macros.h $(INCDIR)/xtensa-isa.h \ 14813d8817e4Smiod $(INCDIR)/xtensa-config.h elf32-target.h 14823d8817e4Smiodelf32-xc16x.lo: elf32-xc16x.c $(INCDIR)/filenames.h \ 14833d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 14843d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ 14853d8817e4Smiod $(INCDIR)/elf/xc16x.h $(INCDIR)/elf/reloc-macros.h \ 14863d8817e4Smiod $(INCDIR)/elf/dwarf2.h $(INCDIR)/libiberty.h elf32-target.h 14873d8817e4Smiodelf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ 14883d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 14893d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h 14903d8817e4Smiodelflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 14913d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 14923d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/safe-ctype.h \ 14933d8817e4Smiod $(INCDIR)/libiberty.h $(INCDIR)/objalloc.h 14943d8817e4Smiodelf-strtab.lo: elf-strtab.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 14953d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 14963d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/libiberty.h 14973d8817e4Smiodelf-eh-frame.lo: elf-eh-frame.c $(INCDIR)/filenames.h \ 14983d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 14993d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ 15003d8817e4Smiod $(INCDIR)/elf/dwarf2.h 15013d8817e4Smiodelf-vxworks.lo: elf-vxworks.c $(INCDIR)/filenames.h \ 15023d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 15033d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ 15043d8817e4Smiod elf-vxworks.h 15053d8817e4Smiodepoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c $(INCDIR)/filenames.h \ 15063d8817e4Smiod coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \ 15073d8817e4Smiod $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ 15083d8817e4Smiod $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \ 15093d8817e4Smiod peicode.h libpei.h 15103d8817e4Smiodepoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c $(INCDIR)/filenames.h \ 15113d8817e4Smiod coff-arm.c $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h \ 15123d8817e4Smiod $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ 15133d8817e4Smiod $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \ 15143d8817e4Smiod peicode.h libpei.h 15153d8817e4Smiodhp300bsd.lo: hp300bsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 15163d8817e4Smiod libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \ 15173d8817e4Smiod $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h 15183d8817e4Smiodhp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \ 15193d8817e4Smiod aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \ 15203d8817e4Smiod $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \ 15213d8817e4Smiod $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \ 15223d8817e4Smiod aout-target.h 15233d8817e4Smiodsom.lo: som.c $(INCDIR)/alloca-conf.h $(INCDIR)/filenames.h 15243d8817e4Smiodi386aout.lo: i386aout.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 15253d8817e4Smiod $(INCDIR)/aout/aout64.h libaout.h $(INCDIR)/bfdlink.h \ 15263d8817e4Smiod aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ 15273d8817e4Smiod $(INCDIR)/aout/ar.h 15283d8817e4Smiodi386bsd.lo: i386bsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 15293d8817e4Smiod libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \ 15303d8817e4Smiod $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h 15313d8817e4Smiodi386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \ 15323d8817e4Smiod $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \ 15333d8817e4Smiod libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \ 15343d8817e4Smiod $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \ 15353d8817e4Smiod aout-target.h 15363d8817e4Smiodi386freebsd.lo: i386freebsd.c freebsd.h $(INCDIR)/filenames.h \ 15373d8817e4Smiod $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \ 15383d8817e4Smiod $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ 15393d8817e4Smiod $(INCDIR)/aout/ar.h 15403d8817e4Smiodi386linux.lo: i386linux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 15413d8817e4Smiod $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ 15423d8817e4Smiod $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h 15433d8817e4Smiodi386lynx.lo: i386lynx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 15443d8817e4Smiod libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \ 15453d8817e4Smiod aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ 15463d8817e4Smiod $(INCDIR)/aout/ar.h 15473d8817e4Smiodi386msdos.lo: i386msdos.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 15483d8817e4Smiod libaout.h $(INCDIR)/bfdlink.h 15493d8817e4Smiodi386netbsd.lo: i386netbsd.c netbsd.h $(INCDIR)/filenames.h \ 15503d8817e4Smiod $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \ 15513d8817e4Smiod $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ 15523d8817e4Smiod $(INCDIR)/aout/ar.h 15533d8817e4Smiodi386mach3.lo: i386mach3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 15543d8817e4Smiod $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ 15553d8817e4Smiod $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h 15563d8817e4Smiodi386os9k.lo: i386os9k.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 15573d8817e4Smiod $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/os9k.h 15583d8817e4Smiodieee.lo: ieee.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 15593d8817e4Smiod $(INCDIR)/ieee.h libieee.h $(INCDIR)/safe-ctype.h 15603d8817e4Smiodm68k4knetbsd.lo: m68k4knetbsd.c netbsd.h $(INCDIR)/filenames.h \ 15613d8817e4Smiod $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \ 15623d8817e4Smiod $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ 15633d8817e4Smiod $(INCDIR)/aout/ar.h 15643d8817e4Smiodm68klinux.lo: m68klinux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 15653d8817e4Smiod $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ 15663d8817e4Smiod $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h 15673d8817e4Smiodm68knetbsd.lo: m68knetbsd.c netbsd.h $(INCDIR)/filenames.h \ 15683d8817e4Smiod $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \ 15693d8817e4Smiod $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ 15703d8817e4Smiod $(INCDIR)/aout/ar.h 15713d8817e4Smiodm88kmach3.lo: m88kmach3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 15723d8817e4Smiod libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \ 15733d8817e4Smiod $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h 15743d8817e4Smiodm88kopenbsd.lo: m88kopenbsd.c netbsd.h $(INCDIR)/filenames.h \ 15753d8817e4Smiod $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \ 15763d8817e4Smiod $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ 15773d8817e4Smiod $(INCDIR)/aout/ar.h 15783d8817e4Smiodmach-o.lo: mach-o.c mach-o.h $(INCDIR)/filenames.h \ 15793d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h mach-o-target.c 15803d8817e4Smiodmipsbsd.lo: mipsbsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 15813d8817e4Smiod libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \ 15823d8817e4Smiod $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h 15833d8817e4Smiodnewsos3.lo: newsos3.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 15843d8817e4Smiod $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ 15853d8817e4Smiod $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h 15863d8817e4Smiodnlm.lo: nlm.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 15873d8817e4Smiod libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \ 15883d8817e4Smiod $(INCDIR)/nlm/external.h 15893d8817e4Smiodnlm32-i386.lo: nlm32-i386.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 15903d8817e4Smiod $(INCDIR)/nlm/i386-ext.h libnlm.h $(INCDIR)/nlm/common.h \ 15913d8817e4Smiod $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \ 15923d8817e4Smiod nlm-target.h 15933d8817e4Smiodnlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/filenames.h \ 15943d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/nlm/sparc32-ext.h libnlm.h \ 15953d8817e4Smiod $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \ 15963d8817e4Smiod nlmswap.h nlm-target.h 15973d8817e4Smiodnlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 15983d8817e4Smiod $(INCDIR)/nlm/ppc-ext.h libnlm.h $(INCDIR)/nlm/common.h \ 15993d8817e4Smiod $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \ 16003d8817e4Smiod nlm-target.h 16013d8817e4Smiodnlm32.lo: nlm32.c nlmcode.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 16023d8817e4Smiod libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \ 16033d8817e4Smiod $(INCDIR)/nlm/external.h 16043d8817e4Smiodns32knetbsd.lo: ns32knetbsd.c netbsd.h $(INCDIR)/filenames.h \ 16053d8817e4Smiod $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \ 16063d8817e4Smiod $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ 16073d8817e4Smiod $(INCDIR)/aout/ar.h 16083d8817e4Smiodoasys.lo: oasys.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \ 16093d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/oasys.h liboasys.h 16103d8817e4Smiodpc532-mach.lo: pc532-mach.c $(INCDIR)/filenames.h libaout.h \ 16113d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \ 16123d8817e4Smiod aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ 16133d8817e4Smiod $(INCDIR)/aout/ar.h 16143d8817e4Smiodpdp11.lo: pdp11.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 16153d8817e4Smiod libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \ 16163d8817e4Smiod $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \ 16173d8817e4Smiod $(INCDIR)/safe-ctype.h 16183d8817e4Smiodpef.lo: pef.c $(INCDIR)/safe-ctype.h pef.h pef-traceback.h \ 16193d8817e4Smiod $(INCDIR)/filenames.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h 16203d8817e4Smiodpe-arm.lo: pe-arm.c $(INCDIR)/filenames.h coff-arm.c \ 16213d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \ 16223d8817e4Smiod $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ 16233d8817e4Smiod $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h 16243d8817e4Smiodpei-arm.lo: pei-arm.c $(INCDIR)/filenames.h coff-arm.c \ 16253d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \ 16263d8817e4Smiod $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ 16273d8817e4Smiod $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h 16283d8817e4Smiodpe-i386.lo: pe-i386.c $(INCDIR)/filenames.h coff-i386.c \ 16293d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \ 16303d8817e4Smiod $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ 16313d8817e4Smiod $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h 16323d8817e4Smiodpei-i386.lo: pei-i386.c $(INCDIR)/filenames.h coff-i386.c \ 16333d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \ 16343d8817e4Smiod $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ 16353d8817e4Smiod $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h 16363d8817e4Smiodpe-mcore.lo: pe-mcore.c $(INCDIR)/filenames.h coff-mcore.c \ 16373d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \ 16383d8817e4Smiod $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ 16393d8817e4Smiod $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h 16403d8817e4Smiodpei-mcore.lo: pei-mcore.c $(INCDIR)/filenames.h coff-mcore.c \ 16413d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \ 16423d8817e4Smiod $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ 16433d8817e4Smiod $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h 16443d8817e4Smiodpe-ppc.lo: pe-ppc.c $(INCDIR)/filenames.h coff-ppc.c \ 16453d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \ 16463d8817e4Smiod $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ 16473d8817e4Smiod $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h 16483d8817e4Smiodpei-ppc.lo: pei-ppc.c $(INCDIR)/filenames.h coff-ppc.c \ 16493d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \ 16503d8817e4Smiod $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ 16513d8817e4Smiod $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h 16523d8817e4Smiodpe-sh.lo: pe-sh.c $(INCDIR)/filenames.h coff-sh.c $(INCDIR)/libiberty.h \ 16533d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \ 16543d8817e4Smiod $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ 16553d8817e4Smiod $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \ 16563d8817e4Smiod libpei.h 16573d8817e4Smiodpei-sh.lo: pei-sh.c $(INCDIR)/filenames.h coff-sh.c \ 16583d8817e4Smiod $(INCDIR)/libiberty.h $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h \ 16593d8817e4Smiod $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ 16603d8817e4Smiod $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \ 16613d8817e4Smiod libpei.h 16623d8817e4Smiodpe-mips.lo: pe-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 16633d8817e4Smiod $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ 16643d8817e4Smiod $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \ 16653d8817e4Smiod peicode.h libpei.h 16663d8817e4Smiodpei-mips.lo: pei-mips.c $(INCDIR)/filenames.h pe-mips.c \ 16673d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h \ 16683d8817e4Smiod $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \ 16693d8817e4Smiod $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h 16703d8817e4Smiodppcboot.lo: ppcboot.c $(INCDIR)/safe-ctype.h $(INCDIR)/filenames.h \ 16713d8817e4Smiod $(INCDIR)/hashtab.h 16723d8817e4Smiodreloc16.lo: reloc16.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 16733d8817e4Smiod $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/coff/internal.h \ 16743d8817e4Smiod libcoff.h 16753d8817e4Smiodriscix.lo: riscix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 16763d8817e4Smiod libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \ 16773d8817e4Smiod aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ 16783d8817e4Smiod $(INCDIR)/aout/ar.h 16793d8817e4Smiodsparclinux.lo: sparclinux.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 16803d8817e4Smiod $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ 16813d8817e4Smiod $(INCDIR)/aout/ar.h libaout.h $(INCDIR)/bfdlink.h aout-target.h 16823d8817e4Smiodsparclynx.lo: sparclynx.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 16833d8817e4Smiod $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \ 16843d8817e4Smiod $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ 16853d8817e4Smiod $(INCDIR)/aout/ar.h aout-target.h 16863d8817e4Smiodsparcnetbsd.lo: sparcnetbsd.c netbsd.h $(INCDIR)/filenames.h \ 16873d8817e4Smiod $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \ 16883d8817e4Smiod $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ 16893d8817e4Smiod $(INCDIR)/aout/ar.h 16903d8817e4Smiodsunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \ 16913d8817e4Smiod $(INCDIR)/filenames.h $(INCDIR)/hashtab.h $(INCDIR)/aout/sun4.h \ 16923d8817e4Smiod $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ 16933d8817e4Smiod $(INCDIR)/aout/ar.h aout-target.h 16943d8817e4Smiodvaxnetbsd.lo: vaxnetbsd.c netbsd.h $(INCDIR)/filenames.h \ 16953d8817e4Smiod $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \ 16963d8817e4Smiod $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ 16973d8817e4Smiod $(INCDIR)/aout/ar.h 16983d8817e4Smiodvax1knetbsd.lo: vax1knetbsd.c netbsd.h $(INCDIR)/filenames.h \ 16993d8817e4Smiod $(INCDIR)/hashtab.h libaout.h $(INCDIR)/bfdlink.h aout-target.h \ 17003d8817e4Smiod $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \ 17013d8817e4Smiod $(INCDIR)/aout/ar.h 17023d8817e4Smiodvaxbsd.lo: vaxbsd.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 17033d8817e4Smiod libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \ 17043d8817e4Smiod $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h 17053d8817e4Smiodversados.lo: versados.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 17063d8817e4Smiod $(INCDIR)/libiberty.h 17073d8817e4Smiodvms.lo: vms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 17083d8817e4Smiod $(INCDIR)/hashtab.h vms.h 17093d8817e4Smiodvms-gsd.lo: vms-gsd.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 17103d8817e4Smiod $(INCDIR)/hashtab.h vms.h 17113d8817e4Smiodvms-hdr.lo: vms-hdr.c bfdver.h $(INCDIR)/filenames.h \ 17123d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h $(INCDIR)/hashtab.h \ 17133d8817e4Smiod vms.h 17143d8817e4Smiodvms-misc.lo: vms-misc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 17153d8817e4Smiod $(INCDIR)/hashtab.h vms.h 17163d8817e4Smiodvms-tir.lo: vms-tir.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 17173d8817e4Smiod $(INCDIR)/hashtab.h vms.h 17183d8817e4Smiodxcofflink.lo: xcofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 17193d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \ 17203d8817e4Smiod libcoff.h libxcoff.h 17213d8817e4Smiodxsym.lo: xsym.c xsym.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 17223d8817e4Smiodxtensa-isa.lo: xtensa-isa.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 17233d8817e4Smiod $(INCDIR)/xtensa-isa.h $(INCDIR)/xtensa-isa-internal.h 17243d8817e4Smiodxtensa-modules.lo: xtensa-modules.c $(INCDIR)/xtensa-isa.h \ 17253d8817e4Smiod $(INCDIR)/xtensa-isa-internal.h 17263d8817e4Smiodaix5ppc-core.lo: aix5ppc-core.c 17273d8817e4Smiodaout64.lo: aout64.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \ 17283d8817e4Smiod $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/hashtab.h $(INCDIR)/aout/aout64.h \ 17293d8817e4Smiod $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h 17303d8817e4Smiodcoff-alpha.lo: coff-alpha.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 17313d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \ 17323d8817e4Smiod $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h \ 17333d8817e4Smiod $(INCDIR)/aout/ar.h libcoff.h libecoff.h coffswap.h \ 17343d8817e4Smiod ecoffswap.h 17353d8817e4Smiodcoff64-rs6000.lo: coff64-rs6000.c $(INCDIR)/filenames.h \ 17363d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/coff/internal.h \ 17373d8817e4Smiod $(INCDIR)/coff/xcoff.h $(INCDIR)/coff/rs6k64.h libcoff.h \ 17383d8817e4Smiod libxcoff.h coffcode.h coffswap.h 17393d8817e4Smioddemo64.lo: demo64.c aoutf1.h $(INCDIR)/filenames.h \ 17403d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/aout/sun4.h libaout.h \ 17413d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \ 17423d8817e4Smiod $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h 17433d8817e4Smiodefi-app-ia64.lo: efi-app-ia64.c $(INCDIR)/filenames.h \ 17443d8817e4Smiod coff-ia64.c $(INCDIR)/hashtab.h $(INCDIR)/coff/ia64.h \ 17453d8817e4Smiod $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \ 17463d8817e4Smiod $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \ 17473d8817e4Smiod peicode.h libpei.h 17483d8817e4Smiodelf64-x86-64.lo: elf64-x86-64.c $(INCDIR)/filenames.h \ 17493d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 17503d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/x86-64.h \ 17513d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf64-target.h 175280dca7d7Sketteniself64-aarch64.lo: elf64-aarch64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 175380dca7d7Skettenis elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 175480dca7d7Skettenis $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf64-target.h 17553d8817e4Smiodelf64-alpha.lo: elf64-alpha.c $(INCDIR)/filenames.h \ 17563d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 17573d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ 17583d8817e4Smiod $(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \ 17593d8817e4Smiod $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \ 17603d8817e4Smiod $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h \ 17613d8817e4Smiod libcoff.h libecoff.h ecoffswap.h elf64-target.h 17623d8817e4Smiodelf64-hppa.lo: elf64-hppa.c $(INCDIR)/alloca-conf.h \ 17633d8817e4Smiod $(INCDIR)/filenames.h $(INCDIR)/hashtab.h elf-bfd.h \ 17643d8817e4Smiod $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ 17653d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \ 17663d8817e4Smiod libhppa.h elf64-hppa.h elf-hppa.h elf64-target.h 17673d8817e4Smiodelf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 17683d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 17693d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf64-target.h 17703d8817e4Smiodelfn32-mips.lo: elfn32-mips.c $(INCDIR)/filenames.h \ 17713d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/bfdlink.h genlink.h elf-bfd.h \ 17723d8817e4Smiod $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ 17733d8817e4Smiod elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \ 17743d8817e4Smiod $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \ 17753d8817e4Smiod $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \ 17763d8817e4Smiod ecoffswap.h elf32-target.h 17773d8817e4Smiodelf64-mips.lo: elf64-mips.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 17783d8817e4Smiod $(INCDIR)/aout/ar.h $(INCDIR)/bfdlink.h genlink.h elf-bfd.h \ 17793d8817e4Smiod $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ 17803d8817e4Smiod elfxx-mips.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \ 17813d8817e4Smiod $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \ 17823d8817e4Smiod $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \ 17833d8817e4Smiod elf64-target.h 17843d8817e4Smiodelf64-mmix.lo: elf64-mmix.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 17853d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 17863d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mmix.h \ 17873d8817e4Smiod $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h \ 17883d8817e4Smiod elf64-target.h 17893d8817e4Smiodelf64-ppc.lo: elf64-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 17903d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 17913d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc64.h \ 17923d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf64-ppc.h elf64-target.h 1793cab9e935Sdrahnelf64-riscv.lo: elf64-riscv.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 1794cab9e935Sdrahn elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 1795cab9e935Sdrahn $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf64-target.h 17963d8817e4Smiodelf64-s390.lo: elf64-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 17973d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 17983d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h \ 17993d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf64-target.h 18003d8817e4Smiodelf64-sh64.lo: elf64-sh64.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \ 18013d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 18023d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h \ 18033d8817e4Smiod $(INCDIR)/elf/reloc-macros.h elf64-target.h 18043d8817e4Smiodelf64-sparc.lo: elf64-sparc.c $(INCDIR)/filenames.h \ 18053d8817e4Smiod $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 18063d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \ 18073d8817e4Smiod $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \ 18083d8817e4Smiod $(INCDIR)/opcode/sparc.h elfxx-sparc.h elf64-target.h 18093d8817e4Smiodelf64.lo: elf64.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ 18103d8817e4Smiod $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h elf-bfd.h $(INCDIR)/elf/common.h \ 18113d8817e4Smiod $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h 18123d8817e4Smiodmmo.lo: mmo.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 18133d8817e4Smiod $(INCDIR)/libiberty.h $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h \ 18143d8817e4Smiod $(INCDIR)/opcode/mmix.h 18153d8817e4Smiodnlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/filenames.h \ 18163d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/nlm/alpha-ext.h libnlm.h \ 18173d8817e4Smiod $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \ 18183d8817e4Smiod nlmswap.h nlm-target.h 18193d8817e4Smiodnlm64.lo: nlm64.c nlmcode.h $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 18203d8817e4Smiod libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \ 18213d8817e4Smiod $(INCDIR)/nlm/external.h 18223d8817e4Smiodaix386-core.lo: aix386-core.c $(INCDIR)/filenames.h \ 18233d8817e4Smiod $(INCDIR)/hashtab.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \ 18243d8817e4Smiod $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h 18253d8817e4Smiodhpux-core.lo: hpux-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 18263d8817e4Smiodirix-core.lo: irix-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 18273d8817e4Smiodlynx-core.lo: lynx-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 18283d8817e4Smiodosf-core.lo: osf-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 18293d8817e4Smiodsco5-core.lo: sco5-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 18303d8817e4Smiod libaout.h $(INCDIR)/bfdlink.h 18313d8817e4Smiodtrad-core.lo: trad-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 18323d8817e4Smiod libaout.h $(INCDIR)/bfdlink.h 18333d8817e4Smiodcisco-core.lo: cisco-core.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 18343d8817e4Smiodelf32-ia64.lo: elf32-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 18353d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 18363d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h \ 18373d8817e4Smiod $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h \ 18383d8817e4Smiod elf32-target.h 18393d8817e4Smiodelf64-ia64.lo: elf64-ia64.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 18403d8817e4Smiod elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ 18413d8817e4Smiod $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h \ 18423d8817e4Smiod $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h \ 18433d8817e4Smiod elf64-target.h 18443d8817e4Smiodpeigen.lo: peigen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 18453d8817e4Smiod $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \ 18463d8817e4Smiod $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h 18473d8817e4Smiodpepigen.lo: pepigen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 18483d8817e4Smiod $(INCDIR)/coff/internal.h $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h \ 18493d8817e4Smiod $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h libpei.h 18503d8817e4Smiod# IF YOU PUT ANYTHING HERE IT WILL GO AWAY 1851