2002-06-18 Dave Brolley <brolley@redhat.com>
[deliverable/binutils-gdb.git] / bfd / Makefile.in
CommitLineData
830629ab 1# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
252b5132 2
830629ab 3# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
252b5132
RH
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
a2d91340 13
252b5132
RH
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
a2d91340 49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
252b5132
RH
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60build_alias = @build_alias@
61build_triplet = @build@
62host_alias = @host_alias@
63host_triplet = @host@
64target_alias = @target_alias@
65target_triplet = @target@
66AR = @AR@
67AS = @AS@
68BFD_HOST_64BIT_LONG = @BFD_HOST_64BIT_LONG@
69BFD_HOST_64_BIT = @BFD_HOST_64_BIT@
70BFD_HOST_64_BIT_DEFINED = @BFD_HOST_64_BIT_DEFINED@
71BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
72CATALOGS = @CATALOGS@
73CATOBJEXT = @CATOBJEXT@
74CC = @CC@
75CC_FOR_BUILD = @CC_FOR_BUILD@
76COREFILE = @COREFILE@
77COREFLAG = @COREFLAG@
7a6cc5fb
NC
78CXX = @CXX@
79CXXCPP = @CXXCPP@
252b5132
RH
80DATADIRNAME = @DATADIRNAME@
81DLLTOOL = @DLLTOOL@
82EXEEXT = @EXEEXT@
83EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
0752970e
NC
84GCJ = @GCJ@
85GCJFLAGS = @GCJFLAGS@
252b5132
RH
86GMOFILES = @GMOFILES@
87GMSGFMT = @GMSGFMT@
88GT_NO = @GT_NO@
89GT_YES = @GT_YES@
90HDEFINES = @HDEFINES@
91INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
92INSTOBJEXT = @INSTOBJEXT@
93INTLDEPS = @INTLDEPS@
94INTLLIBS = @INTLLIBS@
95INTLOBJS = @INTLOBJS@
252b5132
RH
96LIBTOOL = @LIBTOOL@
97LN_S = @LN_S@
98MAINT = @MAINT@
99MAKEINFO = @MAKEINFO@
100MKINSTALLDIRS = @MKINSTALLDIRS@
101MSGFMT = @MSGFMT@
a74801ba 102OBJDUMP = @OBJDUMP@
7a6cc5fb 103OBJEXT = @OBJEXT@
252b5132
RH
104PACKAGE = @PACKAGE@
105POFILES = @POFILES@
106POSUB = @POSUB@
107RANLIB = @RANLIB@
7a6cc5fb 108STRIP = @STRIP@
252b5132
RH
109TDEFINES = @TDEFINES@
110USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
111USE_NLS = @USE_NLS@
112VERSION = @VERSION@
113WIN32LDFLAGS = @WIN32LDFLAGS@
114WIN32LIBADD = @WIN32LIBADD@
115all_backends = @all_backends@
116bfd_backends = @bfd_backends@
5bd4f169 117bfd_default_target_size = @bfd_default_target_size@
2858ef35 118bfd_libs = @bfd_libs@
252b5132 119bfd_machines = @bfd_machines@
e43d48cc
AM
120bfd_version = @bfd_version@
121bfd_version_date = @bfd_version_date@
122bfd_version_string = @bfd_version_string@
252b5132
RH
123l = @l@
124tdefaults = @tdefaults@
125wordsize = @wordsize@
126
127AUTOMAKE_OPTIONS = cygnus
128
129INCDIR = $(srcdir)/../include
130CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
41b49281 131MKDEP = gcc -MM
252b5132
RH
132
133SUBDIRS = doc po
134
135docdir = doc
a703a6ea
AM
136bfdlibdir = @bfdlibdir@
137bfdincludedir = @bfdincludedir@
252b5132 138
a703a6ea 139bfdlib_LTLIBRARIES = libbfd.la
252b5132 140
a2d91340
AC
141WARN_CFLAGS = @WARN_CFLAGS@
142AM_CFLAGS = $(WARN_CFLAGS)
143
252b5132
RH
144# bfd.h goes here, for now
145BFD_H = bfd.h
146
147# Jim Kingdon notes:
148# Writing S-records should be included in all (or at least most)
149# *-*-coff, *-*-aout, etc., configurations, because people will want to
150# be able to use objcopy to create S-records. (S-records are not useful
151# for the debugger, so if you are downloading things as S-records you
152# need two copies of the executable, one to download and one for the
153# debugger).
3c2bfad6 154BFD32_LIBS = archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo
252b5132
RH
155
156
2858ef35
HPN
157BFD64_LIBS = archive64.lo
158
3c2bfad6 159BFD32_LIBS_CFILES = archive.c archures.c bfd.c cache.c coffgen.c corefile.c format.c init.c libbfd.c opncls.c reloc.c section.c syms.c targets.c hash.c linker.c srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c merge.c dwarf2.c
252b5132
RH
160
161
2858ef35
HPN
162BFD64_LIBS_CFILES = archive64.c
163
252b5132
RH
164# This list is alphabetized to make it easier to keep in sync
165# with the decls and initializer in archures.c.
4e5ba5b7 166ALL_MACHINES = cpu-a29k.lo cpu-alpha.lo cpu-arc.lo cpu-arm.lo cpu-avr.lo cpu-cris.lo cpu-d10v.lo cpu-d30v.lo cpu-dlx.lo cpu-fr30.lo cpu-frv.lo cpu-h8300.lo cpu-h8500.lo cpu-hppa.lo cpu-ia64.lo cpu-i370.lo cpu-i386.lo cpu-i860.lo cpu-i960.lo cpu-m32r.lo cpu-m68hc11.lo cpu-m68hc12.lo cpu-m68k.lo cpu-m88k.lo cpu-m10200.lo cpu-m10300.lo cpu-mcore.lo cpu-mips.lo cpu-mmix.lo cpu-or32.lo cpu-ns32k.lo cpu-openrisc.lo cpu-pdp11.lo cpu-pj.lo cpu-powerpc.lo cpu-rs6000.lo cpu-s390.lo cpu-sh.lo cpu-sparc.lo cpu-tic30.lo cpu-tic54x.lo cpu-tic80.lo cpu-v850.lo cpu-vax.lo cpu-we32k.lo cpu-w65.lo cpu-xstormy16.lo cpu-z8k.lo
3c2bfad6
JT
167
168
4e5ba5b7 169ALL_MACHINES_CFILES = cpu-a29k.c cpu-alpha.c cpu-arc.c cpu-arm.c cpu-avr.c cpu-cris.c cpu-d10v.c cpu-d30v.c cpu-dlx.c cpu-fr30.c cpu-frv.c cpu-h8300.c cpu-h8500.c cpu-hppa.c cpu-ia64.c cpu-i370.c cpu-i386.c cpu-i860.c cpu-i960.c cpu-m32r.c cpu-m68hc11.c cpu-m68hc12.c cpu-m68k.c cpu-m88k.c cpu-m10200.c cpu-m10300.c cpu-mcore.c cpu-mips.c cpu-mmix.c cpu-or32.c cpu-ns32k.c cpu-openrisc.c cpu-pdp11.c cpu-pj.c cpu-powerpc.c cpu-rs6000.c cpu-s390.c cpu-sh.c cpu-sparc.c cpu-tic30.c cpu-tic54x.c cpu-tic80.c cpu-v850.c cpu-vax.c cpu-we32k.c cpu-w65.c cpu-xstormy16.c cpu-z8k.c
252b5132
RH
170
171
172# The .o files needed by all of the 32 bit vectors that are configured into
173# target_vector in targets.c if configured with --enable-targets=all.
4e5ba5b7 174BFD32_BACKENDS = aout-adobe.lo aout-arm.lo aout-cris.lo aout-ns32k.lo aout-sparcle.lo aout-tic30.lo aout0.lo aout32.lo armnetbsd.lo bout.lo cf-i386lynx.lo cf-m68klynx.lo cf-sparclynx.lo coff-a29k.lo coff-apollo.lo coff-arm.lo coff-aux.lo coff-h8300.lo coff-h8500.lo coff-i386.lo coff-go32.lo coff-i860.lo coff-i960.lo coff-m68k.lo coff-m88k.lo coff-mips.lo coff-or32.lo coff-rs6000.lo coff-sh.lo coff-sparc.lo coff-stgo32.lo coff-svm68k.lo coff-tic30.lo coff-tic54x.lo coff-tic80.lo coff-u68k.lo coff-we32k.lo coff-w65.lo coff-z8k.lo cofflink.lo dwarf1.lo ecoff.lo ecofflink.lo efi-app-ia32.lo elf.lo elf32-arc.lo elfarm-oabi.lo elfarm-nabi.lo elf32-avr.lo elf32-cris.lo elf32-d10v.lo elf32-d30v.lo elf32-dlx.lo elf32-fr30.lo elf32-frv.lo elf32-gen.lo elf32-h8300.lo elf32-hppa.lo elf32-i370.lo elf32-i386.lo elf32-i386qnx.lo elf32-i860.lo elf32-i960.lo elf32-ia64.lo elf32-m32r.lo elf32-m68hc11.lo elf32-m68hc12.lo elf32-m68k.lo elf32-m88k.lo elf-m10200.lo elf-m10300.lo elf32-mcore.lo elfxx-mips.lo elf32-mips.lo elf32-openrisc.lo elf32-or32.lo elf32-pj.lo elf32-ppc.lo elf32-s390.lo elf32-sh.lo elf32-sh-lin.lo elf32-sh64.lo elf32-sh64-com.lo elf32-sh-nbsd.lo elf32-sh64-nbsd.lo elf32-sparc.lo elf32-v850.lo elf32-vax.lo elf32-xstormy16.lo elf32.lo elflink.lo elf-strtab.lo elf-eh-frame.lo epoc-pe-arm.lo epoc-pei-arm.lo hp300bsd.lo hp300hpux.lo som.lo i386aout.lo i386bsd.lo i386dynix.lo i386freebsd.lo i386linux.lo i386lynx.lo i386msdos.lo i386netbsd.lo i386mach3.lo i386os9k.lo ieee.lo m68k4knetbsd.lo m68klinux.lo m68klynx.lo m68knetbsd.lo m88kmach3.lo mipsbsd.lo newsos3.lo nlm.lo nlm32-i386.lo nlm32-sparc.lo nlm32-ppc.lo nlm32.lo ns32knetbsd.lo oasys.lo pc532-mach.lo pdp11.lo pe-arm.lo pei-arm.lo pe-i386.lo pei-i386.lo pe-mcore.lo pei-mcore.lo pe-ppc.lo pei-ppc.lo pe-sh.lo pei-sh.lo pe-mips.lo pei-mips.lo peigen.lo ppcboot.lo reloc16.lo riscix.lo sparclinux.lo sparclynx.lo sparcnetbsd.lo sunos.lo vaxnetbsd.lo vax1knetbsd.lo versados.lo vms.lo vms-gsd.lo vms-hdr.lo vms-misc.lo vms-tir.lo xcofflink.lo
3c2bfad6
JT
175
176
4e5ba5b7 177BFD32_BACKENDS_CFILES = aout-adobe.c aout-arm.c aout-cris.c aout-ns32k.c aout-sparcle.c aout-tic30.c aout0.c aout32.c armnetbsd.c bout.c cf-i386lynx.c cf-m68klynx.c cf-sparclynx.c coff-a29k.c coff-apollo.c coff-arm.c coff-aux.c coff-h8300.c coff-h8500.c coff-i386.c coff-i860.c coff-go32.c coff-i960.c coff-m68k.c coff-m88k.c coff-mips.c coff-or32.c coff-rs6000.c coff-sh.c coff-sparc.c coff-stgo32.c coff-svm68k.c coff-tic30.c coff-tic54x.c coff-tic80.c coff-u68k.c coff-we32k.c coff-w65.c coff-z8k.c cofflink.c dwarf1.c ecoff.c ecofflink.c efi-app-ia32.c elf.c elf32-arc.c elfarm-oabi.c elfarm-nabi.c elf32-avr.c elf32-cris.c elf32-d10v.c elf32-d30v.c elf32-dlx.c elf32-fr30.c elf32-frv.c elf32-gen.c elf32-h8300.c elf32-hppa.c elf32-i370.c elf32-i386.c elf32-i386qnx.c elf32-i860.c elf32-i960.c elf32-m32r.c elf32-m68k.c elf32-m68hc11.c elf32-m68hc12.c elf32-m88k.c elf-m10200.c elf-m10300.c elf32-mcore.c elfxx-mips.c elf32-mips.c elf32-openrisc.c elf32-or32.c elf32-pj.c elf32-ppc.c elf32-sh64.c elf32-sh64-com.c elf32-s390.c elf32-sh.c elf32-sh-lin.c elf32-sh-nbsd.c elf32-sh64-nbsd.c elf32-sparc.c elf32-v850.c elf32-vax.c elf32-xstormy16.c elf32.c elflink.c elf-strtab.c elf-eh-frame.c epoc-pe-arm.c epoc-pei-arm.c hp300bsd.c hp300hpux.c som.c i386aout.c i386bsd.c i386dynix.c i386freebsd.c i386linux.c i386lynx.c i386msdos.c i386netbsd.c i386mach3.c i386os9k.c ieee.c m68k4knetbsd.c m68klinux.c m68klynx.c m68knetbsd.c m88kmach3.c mipsbsd.c newsos3.c nlm.c nlm32-i386.c nlm32-sparc.c nlm32-ppc.c nlm32.c ns32knetbsd.c oasys.c pc532-mach.c pdp11.c pe-arm.c pei-arm.c pe-i386.c pei-i386.c pe-mcore.c pei-mcore.c pe-ppc.c pei-ppc.c pe-sh.c pei-sh.c pe-mips.c pei-mips.c ppcboot.c reloc16.c riscix.c sparclinux.c sparclynx.c sparcnetbsd.c sunos.c vaxnetbsd.c vax1knetbsd.c versados.c vms.c vms-gsd.c vms-hdr.c vms-misc.c vms-tir.c xcofflink.c
252b5132 178
6768c14a 179
252b5132
RH
180# The .o files needed by all of the 64 bit vectors that are configured into
181# target_vector in targets.c if configured with --enable-targets=all
182# and --enable-64-bit-bfd.
3c2bfad6
JT
183BFD64_BACKENDS = aix5ppc-core.lo aout64.lo coff-alpha.lo coff64-rs6000.lo demo64.lo efi-app-ia64.lo elf64-x86-64.lo elf64-alpha.lo elf64-hppa.lo elf64-ia64.lo elf64-gen.lo elf64-mips.lo elf64-mmix.lo elf64-sh64.lo elf64-sh64-nbsd.lo elf64-ppc.lo elf64-s390.lo elf64-sparc.lo elf64.lo mmo.lo nlm32-alpha.lo nlm64.lo pepigen.lo
184
185
186BFD64_BACKENDS_CFILES = aix5ppc-core.c aout64.c coff-alpha.c coff64-rs6000.c demo64.c efi-app-ia64.c elf64-x86-64.c elf64-alpha.c elf64-hppa.c elf64-gen.c elf64-mips.c elf64-mmix.c elf64-ppc.c elf64-s390.c elf64-sh64.c elf64-sh64-nbsd.c elf64-sparc.c elf64.c mmo.c nlm32-alpha.c nlm64.c
187
188
189OPTIONAL_BACKENDS = aix386-core.lo hpux-core.lo irix-core.lo lynx-core.lo osf-core.lo sco5-core.lo trad-core.lo cisco-core.lo
190
191
192OPTIONAL_BACKENDS_CFILES = aix386-core.c hpux-core.c irix-core.c lynx-core.c osf-core.c sco5-core.c trad-core.c cisco-core.c
252b5132
RH
193
194
195# These are defined by configure.in:
196WORDSIZE = @wordsize@
197ALL_BACKENDS = @all_backends@
198BFD_BACKENDS = @bfd_backends@
2858ef35 199BFD_LIBS = @bfd_libs@
252b5132
RH
200BFD_MACHINES = @bfd_machines@
201TDEFAULTS = @tdefaults@
202
203INCLUDES = -D_GNU_SOURCE @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) -I$(srcdir)/../intl -I../intl
204
205# C source files that correspond to .o's.
3c2bfad6 206SOURCE_CFILES = $(BFD32_LIBS_CFILES) $(BFD64_LIBS_CFILES) $(ALL_MACHINES_CFILES) $(BFD32_BACKENDS_CFILES) $(BFD64_BACKENDS_CFILES) $(OPTIONAL_BACKENDS_CFILES)
55c80943 207
252b5132 208
3c2bfad6 209BUILD_CFILES = elf32-ia64.c elf64-ia64.c peigen.c pepigen.c
252b5132 210
27b7e12d 211
55c80943 212CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
27b7e12d 213
3c2bfad6 214SOURCE_HFILES = aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h elf-bfd.h elf-hppa.h elf32-arm.h elf32-hppa.h elf64-hppa.h elfcode.h elfcore.h elflink.h freebsd.h genlink.h go32stub.h libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h libnlm.h liboasys.h libpei.h netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h peicode.h som.h vms.h libxcoff.h xcoff-target.h version.h
6768c14a 215
252b5132 216
3c2bfad6 217BUILD_HFILES = elf32-target.h elf64-target.h targmatch.h
252b5132
RH
218
219
55c80943
NC
220HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
221
222SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
223BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
252b5132
RH
224
225# Various kinds of .o files to put in libbfd.a:
226# BFD_BACKENDS Routines the configured targets need.
227# BFD_MACHINES Architecture-specific routines the configured targets need.
228# COREFILE Core file routines for a native configuration
229OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@
230
2858ef35 231libbfd_la_SOURCES = $(BFD32_LIBS_CFILES) $(BFD64_LIBS_CFILES)
252b5132
RH
232libbfd_la_DEPENDENCIES = $(OFILES) ofiles
233libbfd_la_LIBADD = `cat ofiles` @WIN32LIBADD@
234libbfd_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
235
236# libtool will build .libs/libbfd.a. We create libbfd.a in the build
237# directory so that we don't have to convert all the programs that use
238# libbfd.a simultaneously. This is a hack which should be removed if
239# everything else starts using libtool. FIXME.
240
241noinst_LIBRARIES = libbfd.a
242libbfd_a_SOURCES =
243
b13c7b49 244BFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
252b5132
RH
245LOCAL_H_DEPS = libbfd.h sysdep.h config.h
246
3c2bfad6 247BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c reloc.c syms.c bfd.c archive.c corefile.c targets.c format.c version.h
252b5132 248
2858ef35 249BFD64_H_FILES = archive64.c
252b5132
RH
250LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c cache.c reloc.c archures.c elf.c
251LIBCOFF_H_FILES = libcoff-in.h coffcode.h
252
55c80943 253MOSTLYCLEANFILES = ofiles stamp-ofiles
252b5132 254
3c2bfad6 255CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
252b5132 256
252b5132 257
55c80943 258DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES)
252b5132
RH
259ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
260mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
261CONFIG_HEADER = config.h
262CONFIG_CLEAN_FILES = bfd-in3.h
263LIBRARIES = $(noinst_LIBRARIES)
264
265
266DEFS = @DEFS@ -I. -I$(srcdir) -I.
267CPPFLAGS = @CPPFLAGS@
268LDFLAGS = @LDFLAGS@
269LIBS = @LIBS@
270libbfd_a_LIBADD =
a2d91340 271libbfd_a_OBJECTS =
a703a6ea 272LTLIBRARIES = $(bfdlib_LTLIBRARIES)
252b5132 273
a2d91340
AC
274libbfd_la_OBJECTS = archive.lo archures.lo bfd.lo cache.lo coffgen.lo \
275corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo \
276syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo \
2858ef35 277ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo archive64.lo
a2d91340 278CFLAGS = @CFLAGS@
252b5132
RH
279COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
280LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
281CCLD = $(CC)
a2d91340
AC
282LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
283DIST_COMMON = README ./stamp-h.in COPYING ChangeLog Makefile.am \
284Makefile.in TODO acinclude.m4 aclocal.m4 bfd-in2.h config.in configure \
87b632fc 285configure.in
252b5132
RH
286
287
a2d91340 288DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
252b5132 289
caf47ea6 290TAR = tar
252b5132
RH
291GZIP_ENV = --best
292SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES)
a2d91340 293OBJECTS = $(libbfd_a_OBJECTS) $(libbfd_la_OBJECTS)
252b5132
RH
294
295all: all-redirect
296.SUFFIXES:
7a6cc5fb 297.SUFFIXES: .S .c .lo .o .obj .s
252b5132
RH
298$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
299 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
300
301Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
302 cd $(top_builddir) \
303 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
304
305$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
306 cd $(srcdir) && $(ACLOCAL)
307$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
308 cd $(srcdir) && $(AUTOCONF)
309
310config.h: stamp-h
311 @if test ! -f $@; then \
312 rm -f stamp-h; \
313 $(MAKE) stamp-h; \
314 else :; fi
315stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
316 cd $(top_builddir) \
317 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
318 $(SHELL) ./config.status
a2d91340
AC
319 @echo timestamp > stamp-h 2> /dev/null
320$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
252b5132 321 @if test ! -f $@; then \
a2d91340
AC
322 rm -f $(srcdir)/stamp-h.in; \
323 $(MAKE) $(srcdir)/stamp-h.in; \
252b5132 324 else :; fi
a2d91340 325$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
252b5132 326 cd $(top_srcdir) && $(AUTOHEADER)
a2d91340 327 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
252b5132
RH
328
329mostlyclean-hdr:
330
331clean-hdr:
332
333distclean-hdr:
334 -rm -f config.h
335
336maintainer-clean-hdr:
87b632fc
AM
337bfd-in3.h: $(top_builddir)/config.status bfd-in2.h
338 cd $(top_builddir) && CONFIG_FILES=$@:bfd-in2.h CONFIG_HEADERS= $(SHELL) ./config.status
252b5132
RH
339
340mostlyclean-noinstLIBRARIES:
341
342clean-noinstLIBRARIES:
343 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
344
345distclean-noinstLIBRARIES:
346
347maintainer-clean-noinstLIBRARIES:
348
a2d91340
AC
349.c.o:
350 $(COMPILE) -c $<
351
7a6cc5fb
NC
352# FIXME: We should only use cygpath when building on Windows,
353# and only if it is available.
354.c.obj:
355 $(COMPILE) -c `cygpath -w $<`
356
a2d91340
AC
357.s.o:
358 $(COMPILE) -c $<
359
360.S.o:
361 $(COMPILE) -c $<
362
252b5132
RH
363mostlyclean-compile:
364 -rm -f *.o core *.core
7a6cc5fb 365 -rm -f *.$(OBJEXT)
252b5132
RH
366
367clean-compile:
368
369distclean-compile:
370 -rm -f *.tab.c
371
372maintainer-clean-compile:
373
a2d91340
AC
374.c.lo:
375 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
376
377.s.lo:
378 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
379
380.S.lo:
381 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
382
252b5132
RH
383mostlyclean-libtool:
384 -rm -f *.lo
385
386clean-libtool:
387 -rm -rf .libs _libs
388
389distclean-libtool:
390
391maintainer-clean-libtool:
392
a703a6ea 393mostlyclean-bfdlibLTLIBRARIES:
252b5132 394
a703a6ea
AM
395clean-bfdlibLTLIBRARIES:
396 -test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
252b5132 397
a703a6ea 398distclean-bfdlibLTLIBRARIES:
252b5132 399
a703a6ea 400maintainer-clean-bfdlibLTLIBRARIES:
252b5132
RH
401
402libbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES)
a703a6ea 403 $(LINK) -rpath $(bfdlibdir) $(libbfd_la_LDFLAGS) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
252b5132
RH
404
405# This directory's subdirectories are mostly independent; you can cd
406# into them and run `make' without going through this Makefile.
407# To change the values of `make' variables: instead of editing Makefiles,
408# (1) if the variable is set in `config.status', edit `config.status'
409# (which will cause the Makefiles to be regenerated when you run `make');
410# (2) otherwise, pass the desired values on the `make' command line.
411
a2d91340
AC
412@SET_MAKE@
413
252b5132
RH
414all-recursive install-data-recursive install-exec-recursive \
415installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
416check-recursive installcheck-recursive info-recursive dvi-recursive:
417 @set fnord $(MAKEFLAGS); amf=$$2; \
418 dot_seen=no; \
419 target=`echo $@ | sed s/-recursive//`; \
420 list='$(SUBDIRS)'; for subdir in $$list; do \
421 echo "Making $$target in $$subdir"; \
422 if test "$$subdir" = "."; then \
423 dot_seen=yes; \
424 local_target="$$target-am"; \
425 else \
426 local_target="$$target"; \
427 fi; \
428 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
429 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
430 done; \
431 if test "$$dot_seen" = "no"; then \
432 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
433 fi; test -z "$$fail"
434
435mostlyclean-recursive clean-recursive distclean-recursive \
436maintainer-clean-recursive:
437 @set fnord $(MAKEFLAGS); amf=$$2; \
438 dot_seen=no; \
439 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
440 rev="$$subdir $$rev"; \
830629ab 441 test "$$subdir" != "." || dot_seen=yes; \
252b5132
RH
442 done; \
443 test "$$dot_seen" = "no" && rev=". $$rev"; \
444 target=`echo $@ | sed s/-recursive//`; \
445 for subdir in $$rev; do \
446 echo "Making $$target in $$subdir"; \
447 if test "$$subdir" = "."; then \
448 local_target="$$target-am"; \
449 else \
450 local_target="$$target"; \
451 fi; \
452 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
453 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
454 done && test -z "$$fail"
455tags-recursive:
456 list='$(SUBDIRS)'; for subdir in $$list; do \
457 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
458 done
459
460tags: TAGS
461
a2d91340
AC
462ID: $(HEADERS) $(SOURCES) $(LISP)
463 list='$(SOURCES) $(HEADERS)'; \
464 unique=`for i in $$list; do echo $$i; done | \
465 awk ' { files[$$0] = 1; } \
252b5132 466 END { for (i in files) print i; }'`; \
a2d91340
AC
467 here=`pwd` && cd $(srcdir) \
468 && mkid -f$$here/ID $$unique $(LISP)
252b5132 469
a2d91340 470TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
252b5132
RH
471 tags=; \
472 here=`pwd`; \
473 list='$(SUBDIRS)'; for subdir in $$list; do \
474 if test "$$subdir" = .; then :; else \
475 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
476 fi; \
477 done; \
a2d91340
AC
478 list='$(SOURCES) $(HEADERS)'; \
479 unique=`for i in $$list; do echo $$i; done | \
480 awk ' { files[$$0] = 1; } \
252b5132
RH
481 END { for (i in files) print i; }'`; \
482 test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
a2d91340 483 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
252b5132
RH
484
485mostlyclean-tags:
486
487clean-tags:
488
489distclean-tags:
490 -rm -f TAGS ID
491
492maintainer-clean-tags:
493
494distdir = $(PACKAGE)-$(VERSION)
495top_distdir = $(distdir)
496
497# This target untars the dist file and tries a VPATH configuration. Then
498# it guarantees that the distribution is self-contained by making another
499# tarfile.
500distcheck: dist
a2d91340
AC
501 -rm -rf $(distdir)
502 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
252b5132
RH
503 mkdir $(distdir)/=build
504 mkdir $(distdir)/=inst
a2d91340
AC
505 dc_install_base=`cd $(distdir)/=inst && pwd`; \
506 cd $(distdir)/=build \
252b5132
RH
507 && ../configure --srcdir=.. --prefix=$$dc_install_base \
508 && $(MAKE) $(AM_MAKEFLAGS) \
509 && $(MAKE) $(AM_MAKEFLAGS) dvi \
510 && $(MAKE) $(AM_MAKEFLAGS) check \
511 && $(MAKE) $(AM_MAKEFLAGS) install \
512 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
a2d91340
AC
513 && $(MAKE) $(AM_MAKEFLAGS) dist
514 -rm -rf $(distdir)
252b5132
RH
515 @banner="$(distdir).tar.gz is ready for distribution"; \
516 dashes=`echo "$$banner" | sed s/./=/g`; \
517 echo "$$dashes"; \
518 echo "$$banner"; \
519 echo "$$dashes"
520dist: distdir
a2d91340
AC
521 -chmod -R a+r $(distdir)
522 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
523 -rm -rf $(distdir)
252b5132 524dist-all: distdir
a2d91340
AC
525 -chmod -R a+r $(distdir)
526 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
527 -rm -rf $(distdir)
252b5132 528distdir: $(DISTFILES)
a2d91340 529 -rm -rf $(distdir)
252b5132 530 mkdir $(distdir)
a2d91340 531 -chmod 777 $(distdir)
252b5132
RH
532 @for file in $(DISTFILES); do \
533 if test -f $$file; then d=.; else d=$(srcdir); fi; \
534 if test -d $$d/$$file; then \
b3baf5d0 535 cp -pr $$d/$$file $(distdir)/$$file; \
252b5132
RH
536 else \
537 test -f $(distdir)/$$file \
a2d91340
AC
538 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
539 || cp -p $$d/$$file $(distdir)/$$file || :; \
252b5132
RH
540 fi; \
541 done
542 for subdir in $(SUBDIRS); do \
543 if test "$$subdir" = .; then :; else \
544 test -d $(distdir)/$$subdir \
545 || mkdir $(distdir)/$$subdir \
546 || exit 1; \
a2d91340 547 chmod 777 $(distdir)/$$subdir; \
252b5132
RH
548 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
549 || exit 1; \
550 fi; \
551 done
552info-am:
553info: info-recursive
554dvi-am:
555dvi: dvi-recursive
556check-am:
557check: check-recursive
558installcheck-am:
559installcheck: installcheck-recursive
560install-info-am:
561install-info: install-info-recursive
562all-recursive-am: config.h
563 $(MAKE) $(AM_MAKEFLAGS) all-recursive
564
a703a6ea 565install-exec-am:
252b5132
RH
566install-exec: install-exec-recursive
567
a703a6ea 568install-data-am: install-bfdlibLTLIBRARIES
252b5132
RH
569install-data: install-data-recursive
570
571install-am: all-am
572 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
573install: install-recursive
a703a6ea 574uninstall-am: uninstall-bfdlibLTLIBRARIES
252b5132
RH
575uninstall: uninstall-recursive
576all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
577all-redirect: all-recursive-am
578install-strip:
a2d91340 579 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
252b5132
RH
580installdirs: installdirs-recursive
581installdirs-am:
a703a6ea 582 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
252b5132
RH
583
584
585mostlyclean-generic:
586 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
587
588clean-generic:
589 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
590
591distclean-generic:
592 -rm -f Makefile $(CONFIG_CLEAN_FILES)
593 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
55c80943 594 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
252b5132
RH
595
596maintainer-clean-generic:
597mostlyclean-am: mostlyclean-hdr mostlyclean-noinstLIBRARIES \
598 mostlyclean-compile mostlyclean-libtool \
a703a6ea 599 mostlyclean-bfdlibLTLIBRARIES mostlyclean-tags \
252b5132
RH
600 mostlyclean-generic
601
602mostlyclean: mostlyclean-recursive
603
604clean-am: clean-hdr clean-noinstLIBRARIES clean-compile clean-libtool \
a703a6ea 605 clean-bfdlibLTLIBRARIES clean-tags clean-generic \
252b5132
RH
606 mostlyclean-am
607
608clean: clean-recursive
609
610distclean-am: distclean-hdr distclean-noinstLIBRARIES distclean-compile \
a703a6ea 611 distclean-libtool distclean-bfdlibLTLIBRARIES \
252b5132
RH
612 distclean-tags distclean-generic clean-am
613 -rm -f libtool
614
615distclean: distclean-recursive
616 -rm -f config.status
617
618maintainer-clean-am: maintainer-clean-hdr \
619 maintainer-clean-noinstLIBRARIES \
620 maintainer-clean-compile maintainer-clean-libtool \
a703a6ea
AM
621 maintainer-clean-bfdlibLTLIBRARIES \
622 maintainer-clean-tags maintainer-clean-generic \
623 distclean-am
252b5132
RH
624 @echo "This command is intended for maintainers to use;"
625 @echo "it deletes files that may require special tools to rebuild."
626
627maintainer-clean: maintainer-clean-recursive
628 -rm -f config.status
629
630.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
631mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
632clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
633mostlyclean-compile distclean-compile clean-compile \
634maintainer-clean-compile mostlyclean-libtool distclean-libtool \
a703a6ea
AM
635clean-libtool maintainer-clean-libtool mostlyclean-bfdlibLTLIBRARIES \
636distclean-bfdlibLTLIBRARIES clean-bfdlibLTLIBRARIES \
637maintainer-clean-bfdlibLTLIBRARIES uninstall-bfdlibLTLIBRARIES \
638install-bfdlibLTLIBRARIES install-data-recursive \
639uninstall-data-recursive install-exec-recursive \
640uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
641all-recursive check-recursive installcheck-recursive info-recursive \
642dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
252b5132
RH
643maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
644distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
645dvi-am dvi check check-am installcheck-am installcheck install-info-am \
646install-info all-recursive-am install-exec-am install-exec \
a703a6ea
AM
647install-data-am install-data install-am install uninstall-am uninstall \
648all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
649distclean-generic clean-generic maintainer-clean-generic clean \
650mostlyclean distclean maintainer-clean
252b5132
RH
651
652
55c80943 653po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
01467f2a
L
654 for file in $(SRC_POTFILES); do echo $$file; done | sort > tmp.src \
655 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
55c80943
NC
656
657po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
01467f2a
L
658 for file in $(BLD_POTFILES); do echo $$file; done | sort > tmp.bld \
659 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
55c80943
NC
660
661# The following target is retained for upgrade purposes.
662# This target used to exist in older versions of this makefile, and was
663# referenced by <builddir>/po/Makefile (which is created from <srcdir>/po/Make-in)
664# So old versions of <builddir>/po/Makefile will try to regenerate themselves
665# when make is next run, but that dependency cannot be completed without a build
666# of po/POTFILES.in. Hence the presence of this rule. This rule will be deleted
667# once it is no longer needed - probably in the fall of 2001.
668po/POTFILES.in:
252b5132
RH
669
670diststuff: info
671
672stamp-ofiles: Makefile
673 rm -f tofiles
674 f=""; \
675 for i in $(OFILES) ; do \
676 case " $$f " in \
677 *" $$i "*) ;; \
678 *) f="$$f $$i" ;; \
679 esac ; \
680 done ; \
681 echo $$f > tofiles
682 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
683 touch stamp-ofiles
684
685ofiles: stamp-ofiles ; @true
686
687stamp-lib: libbfd.la
e56f75e9
ILT
688 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
689 if [ -f $$libtooldir/libbfd.a ]; then \
690 cp $$libtooldir/libbfd.a libbfd.tmp; \
9f93bca5 691 $(RANLIB) libbfd.tmp; \
252b5132
RH
692 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
693 else true; fi
694 touch stamp-lib
695
696libbfd.a: stamp-lib ; @true
697
698# This file holds an array associating configuration triplets and
699# vector names. It is built from config.bfd. It is not compiled by
700# itself, but is included by targets.c.
701targmatch.h: config.bfd targmatch.sed
702 rm -f targmatch.h
703 sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
704 mv -f targmatch.new targmatch.h
705
706# When compiling archures.c and targets.c, supply the default target
707# info from configure.
708
709targets.lo: targets.c config.status
710 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
711
712archures.lo: archures.c config.status
713 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
714
715elf32-target.h : elfxx-target.h
716 rm -f elf32-target.h
717 sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
718 mv -f elf32-target.new elf32-target.h
719
720elf64-target.h : elfxx-target.h
721 rm -f elf64-target.h
722 sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
723 mv -f elf64-target.new elf64-target.h
bbe66d08
JW
724
725elf32-ia64.c : elfxx-ia64.c
726 rm -f elf32-ia64.c
727 sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
728 mv -f elf32-ia64.new elf32-ia64.c
729
730elf64-ia64.c : elfxx-ia64.c
731 rm -f elf64-ia64.c
732 sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
733 mv -f elf64-ia64.new elf64-ia64.c
252b5132 734
cbff5e0d
DD
735peigen.c : peXXigen.c
736 rm -f peigen.c
737 sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
738 mv -f peigen.new peigen.c
739
740pepigen.c : peXXigen.c
741 rm -f pepigen.c
742 sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
743 mv -f pepigen.new pepigen.c
2858ef35
HPN
744$(BFD32_LIBS) \
745 $(BFD64_LIBS) \
b13c7b49
AM
746 $(ALL_MACHINES) \
747 $(BFD32_BACKENDS) \
748 $(BFD64_BACKENDS) \
749 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
cbff5e0d 750
a703a6ea 751install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd
252b5132 752 @$(NORMAL_INSTALL)
a703a6ea
AM
753
754uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd
755 @$(NORMAL_UNINSTALL)
756
757.PHONY: install_libbfd uninstall_libbfd
758install_libbfd: $(bfdlib_LTLIBRARIES) $(BFD_H)
759 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
760 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
761 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
762 if test -f $$p; then \
763 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
764 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
765 else :; fi; \
766 done
767 $(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(bfdincludedir)/bfd.h
768 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(bfdincludedir)/ansidecl.h
769 $(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(bfdincludedir)/symcat.h
770 $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(bfdincludedir)/bfdlink.h
771
772uninstall_libbfd:
773 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
774 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
775 done
776 rm -f $(DESTDIR)$(bfdincludedir)/bfd.h
777 rm -f $(DESTDIR)$(bfdincludedir)/ansidecl.h
778 rm -f $(DESTDIR)$(bfdincludedir)/symcat.h
779 rm -f $(DESTDIR)$(bfdincludedir)/bfdlink.h
252b5132 780
e43d48cc
AM
781Makefile: $(srcdir)/configure.in
782
74eeebea
ILT
783# Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
784DEP: dep.sed $(CFILES) $(HFILES) bfd.h
785 rm -f DEP1
41b49281 786 $(MAKE) MKDEP="$(MKDEP)" DEP1
0bdaf48b
AM
787 sed -f dep.sed < DEP1 > DEPA
788 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
789 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
1581f8c9
AM
790 echo 'make DEP failed!'; exit 1; \
791 else \
0bdaf48b 792 mv -f DEPA $@; \
1581f8c9 793 fi
41b49281 794
74eeebea 795DEP1: $(CFILES)
74eeebea 796 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
41b49281
AM
797 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
798 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
799 mv -f DEP2 $@
252b5132
RH
800
801dep.sed: dep-in.sed config.status
802 sed <$(srcdir)/dep-in.sed >dep.sed \
803 -e 's!@BFD_H@!$(BFD_H)!' \
830629ab
AM
804 -e 's!@SRCDIR@!$(srcdir)!' \
805 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!'
252b5132 806
74eeebea 807dep: DEP
252b5132 808 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
74eeebea 809 cat DEP >> tmp-Makefile
252b5132
RH
810 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
811
74eeebea 812dep-in: DEP
252b5132 813 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
74eeebea 814 cat DEP >> tmp-Makefile.in
252b5132
RH
815 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
816
74eeebea 817dep-am: DEP
252b5132 818 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
74eeebea 819 cat DEP >> tmp-Makefile.am
252b5132
RH
820 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
821
822host-aout.lo: Makefile
823
824# The following program can be used to generate a simple config file
825# which can be folded into an h-XXX file for a new host, with some editing.
826aout-params.h: gen-aout
827 ./gen-aout host > aout-params.h
828gen-aout: $(srcdir)/gen-aout.c Makefile
829 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
830
831$(BFD_H): stmp-bfd-h ; @true
832
833stmp-bfd-h: bfd-in3.h
834 rm -f bfd-tmp.h
835 cp bfd-in3.h bfd-tmp.h
836 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
837 rm -f bfd-tmp.h
838 touch stmp-bfd-h
839
840# Could really use a "copy-if-change"...
841headers:
842 (cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
843 cp $(docdir)/bfd.h bfd-in2.h-new
844 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
845 cp $(docdir)/libbfd.h libbfd.h-new
846 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
847 cp $(docdir)/libcoff.h libcoff.h-new
848 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
849
850# We only rebuild the header files automatically if we have been
851# configured with --enable-maintainer-mode.
852
853$(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
2858ef35 854stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
252b5132
RH
855 (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
856 cp $(docdir)/bfd.h bfd-in2.h-new
857 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
858 touch stmp-bin2-h
859
860$(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
861stmp-lbfd-h: $(LIBBFD_H_FILES)
862 (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
863 cp $(docdir)/libbfd.h libbfd.h-new
864 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
865 touch stmp-lbfd-h
866
867$(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
868stmp-lcoff-h: $(LIBCOFF_H_FILES)
869 (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
870 cp $(docdir)/libcoff.h libcoff.h-new
871 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
872 touch stmp-lcoff-h
873
874# We want to rerun configure if config.bfd or configure.host change.
875config.status: $(srcdir)/configure $(srcdir)/config.bfd $(srcdir)/configure.host
876 $(SHELL) ./config.status --recheck
877
252b5132
RH
878# What appears below is generated by a hacked mkdep using gcc -MM.
879
880# DO NOT DELETE THIS LINE -- mkdep uses it.
881# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
b13c7b49
AM
882archive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
883 $(INCDIR)/aout/ranlib.h $(INCDIR)/safe-ctype.h
884archures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
885bfd.lo: bfd.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
886 $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
887 $(INCDIR)/coff/sym.h libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h \
888 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
889 $(INCDIR)/elf/external.h
890cache.lo: cache.c $(INCDIR)/filenames.h
891coffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
892 libcoff.h $(INCDIR)/bfdlink.h
893corefile.lo: corefile.c $(INCDIR)/filenames.h
894format.lo: format.c $(INCDIR)/filenames.h
895init.lo: init.c $(INCDIR)/filenames.h
896libbfd.lo: libbfd.c $(INCDIR)/filenames.h
897opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h
898reloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
899section.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
900syms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
901 $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
902targets.lo: targets.c $(INCDIR)/filenames.h $(INCDIR)/fnmatch.h \
903 targmatch.h
904hash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h
905linker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
906 genlink.h
907srec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
923f08ff 908 $(INCDIR)/safe-ctype.h
c0ef99a7 909binary.lo: binary.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
b13c7b49
AM
910tekhex.lo: tekhex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
911ihex.lo: ihex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
e43d48cc 912 $(INCDIR)/safe-ctype.h
b13c7b49
AM
913stabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/aout/stab_gnu.h \
914 $(INCDIR)/aout/stab.def $(INCDIR)/safe-ctype.h
915stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
916 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
e90b95f6
AM
917merge.lo: merge.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
918 $(INCDIR)/libiberty.h
b13c7b49
AM
919dwarf2.lo: dwarf2.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
920 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
921 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
c0ef99a7 922archive64.lo: archive64.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h
b13c7b49
AM
923cpu-a29k.lo: cpu-a29k.c $(INCDIR)/filenames.h
924cpu-alpha.lo: cpu-alpha.c $(INCDIR)/filenames.h
925cpu-arc.lo: cpu-arc.c $(INCDIR)/filenames.h
926cpu-arm.lo: cpu-arm.c $(INCDIR)/filenames.h
927cpu-avr.lo: cpu-avr.c $(INCDIR)/filenames.h
928cpu-cris.lo: cpu-cris.c $(INCDIR)/filenames.h
929cpu-d10v.lo: cpu-d10v.c $(INCDIR)/filenames.h
930cpu-d30v.lo: cpu-d30v.c $(INCDIR)/filenames.h
caf47ea6 931cpu-dlx.lo: cpu-dlx.c $(INCDIR)/filenames.h
b13c7b49 932cpu-fr30.lo: cpu-fr30.c $(INCDIR)/filenames.h
4e5ba5b7 933cpu-frv.lo: cpu-frv.c $(INCDIR)/filenames.h
b13c7b49
AM
934cpu-h8300.lo: cpu-h8300.c $(INCDIR)/filenames.h
935cpu-h8500.lo: cpu-h8500.c $(INCDIR)/filenames.h
936cpu-hppa.lo: cpu-hppa.c $(INCDIR)/filenames.h
937cpu-ia64.lo: cpu-ia64.c $(INCDIR)/filenames.h cpu-ia64-opc.c \
938 $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h
939cpu-i370.lo: cpu-i370.c $(INCDIR)/filenames.h
940cpu-i386.lo: cpu-i386.c $(INCDIR)/filenames.h
941cpu-i860.lo: cpu-i860.c $(INCDIR)/filenames.h
942cpu-i960.lo: cpu-i960.c $(INCDIR)/filenames.h
943cpu-m32r.lo: cpu-m32r.c $(INCDIR)/filenames.h
944cpu-m68hc11.lo: cpu-m68hc11.c $(INCDIR)/filenames.h
945cpu-m68hc12.lo: cpu-m68hc12.c $(INCDIR)/filenames.h
946cpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h
947cpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h
948cpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h
949cpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h
950cpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h
951cpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h
3c3bdf30 952cpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h
ba323545 953cpu-or32.lo: cpu-or32.c $(INCDIR)/filenames.h
b13c7b49
AM
954cpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h ns32k.h
955cpu-openrisc.lo: cpu-openrisc.c $(INCDIR)/filenames.h
956cpu-pdp11.lo: cpu-pdp11.c $(INCDIR)/filenames.h
957cpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h
958cpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h
959cpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h
960cpu-s390.lo: cpu-s390.c $(INCDIR)/filenames.h
961cpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h
962cpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h
963cpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h
964cpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h
965cpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h
966cpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
967cpu-vax.lo: cpu-vax.c $(INCDIR)/filenames.h
968cpu-we32k.lo: cpu-we32k.c $(INCDIR)/filenames.h
969cpu-w65.lo: cpu-w65.c $(INCDIR)/filenames.h
93fbbb04 970cpu-xstormy16.lo: cpu-xstormy16.c $(INCDIR)/filenames.h
b13c7b49
AM
971cpu-z8k.lo: cpu-z8k.c $(INCDIR)/filenames.h
972aout-adobe.lo: aout-adobe.c $(INCDIR)/filenames.h $(INCDIR)/aout/adobe.h \
973 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
974 $(INCDIR)/bfdlink.h
975aout-arm.lo: aout-arm.c $(INCDIR)/filenames.h libaout.h \
976 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aoutx.h \
923f08ff 977 $(INCDIR)/safe-ctype.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
e43d48cc 978 $(INCDIR)/aout/ar.h aout-target.h
b13c7b49 979aout-cris.lo: aout-cris.c aout32.c aoutx.h $(INCDIR)/filenames.h \
e43d48cc
AM
980 $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h libaout.h \
981 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
b13c7b49
AM
982 $(INCDIR)/aout/ar.h aout-target.h
983aout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
984 ns32k.h libaout.h $(INCDIR)/bfdlink.h aoutx.h $(INCDIR)/filenames.h \
985 $(INCDIR)/safe-ctype.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
e43d48cc 986 $(INCDIR)/aout/ar.h
b13c7b49
AM
987aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
988 libaout.h aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
989 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
990 $(INCDIR)/aout/ar.h aout-target.h
991aout-tic30.lo: aout-tic30.c $(INCDIR)/filenames.h libaout.h \
992 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
993 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aoutx.h \
994 $(INCDIR)/safe-ctype.h
995aout0.lo: aout0.c aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
996 libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
997 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
998 aout-target.h
999aout32.lo: aout32.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1000 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1001 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1002armnetbsd.lo: armnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1003 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1004 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1005bout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1006 genlink.h $(INCDIR)/bout.h $(INCDIR)/aout/stab_gnu.h \
2114f57b 1007 $(INCDIR)/aout/stab.def libaout.h
b13c7b49 1008cf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \
8a5cc6be
AM
1009 coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1010 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1011 coffcode.h coffswap.h
b13c7b49
AM
1012cf-m68klynx.lo: cf-m68klynx.c coff-m68k.c $(INCDIR)/filenames.h \
1013 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
8a5cc6be 1014 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49
AM
1015cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \
1016 $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
8a5cc6be 1017 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49
AM
1018coff-a29k.lo: coff-a29k.c $(INCDIR)/filenames.h $(INCDIR)/coff/a29k.h \
1019 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2114f57b 1020 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49
AM
1021coff-apollo.lo: coff-apollo.c $(INCDIR)/filenames.h \
1022 $(INCDIR)/coff/apollo.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
8a5cc6be 1023 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49 1024coff-arm.lo: coff-arm.c $(INCDIR)/filenames.h $(INCDIR)/coff/arm.h \
8a5cc6be 1025 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
b13c7b49
AM
1026 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1027coff-aux.lo: coff-aux.c $(INCDIR)/filenames.h $(INCDIR)/coff/aux-coff.h \
1028 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1029 coff-m68k.c libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1030 coffswap.h
1031coff-h8300.lo: coff-h8300.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1032 genlink.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h \
e43d48cc 1033 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
b13c7b49
AM
1034coff-h8500.lo: coff-h8500.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1035 $(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1036 libcoff.h coffcode.h coffswap.h
1037coff-i386.lo: coff-i386.c $(INCDIR)/filenames.h $(INCDIR)/coff/i386.h \
1038 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
8a5cc6be 1039 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49
AM
1040coff-i860.lo: coff-i860.c $(INCDIR)/filenames.h $(INCDIR)/coff/i860.h \
1041 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1042 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1043coff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/filenames.h \
1044 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
e43d48cc 1045 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49 1046coff-i960.lo: coff-i960.c $(INCDIR)/filenames.h $(INCDIR)/coff/i960.h \
2114f57b 1047 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
252b5132 1048 coffcode.h coffswap.h
b13c7b49
AM
1049coff-m68k.lo: coff-m68k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m68k.h \
1050 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
8a5cc6be 1051 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49
AM
1052coff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m88k.h \
1053 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
8a5cc6be 1054 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49
AM
1055coff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1056 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1057 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
1058 libcoff.h libecoff.h coffswap.h ecoffswap.h
ba323545
AM
1059coff-or32.lo: coff-or32.c $(INCDIR)/filenames.h $(INCDIR)/coff/or32.h \
1060 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1061 coffcode.h coffswap.h
b13c7b49 1062coff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \
beb1bf64 1063 $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
8a5cc6be
AM
1064 $(INCDIR)/coff/rs6000.h libcoff.h libxcoff.h coffcode.h \
1065 coffswap.h
b13c7b49
AM
1066coff-sh.lo: coff-sh.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1067 $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
1068 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1069coff-sparc.lo: coff-sparc.c $(INCDIR)/filenames.h $(INCDIR)/coff/sparc.h \
8a5cc6be 1070 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
e43d48cc 1071 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49
AM
1072coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/filenames.h \
1073 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1074 $(INCDIR)/coff/go32exe.h libcoff.h $(INCDIR)/bfdlink.h \
1075 coffcode.h coffswap.h go32stub.h
1076coff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/filenames.h \
1077 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1078 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1079coff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1080 $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1081 libcoff.h coffcode.h coffswap.h
1082coff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \
2114f57b 1083 $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
252b5132 1084 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
b13c7b49
AM
1085coff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h $(INCDIR)/filenames.h \
1086 $(INCDIR)/coff/tic80.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1087 libcoff.h coffcode.h coffswap.h
1088coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/filenames.h \
1089 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
8a5cc6be 1090 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49 1091coff-we32k.lo: coff-we32k.c $(INCDIR)/filenames.h $(INCDIR)/coff/we32k.h \
8a5cc6be 1092 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
b13c7b49
AM
1093 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1094coff-w65.lo: coff-w65.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1095 $(INCDIR)/coff/w65.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1096 libcoff.h coffcode.h coffswap.h
1097coff-z8k.lo: coff-z8k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1098 $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1099 libcoff.h coffcode.h coffswap.h
1100cofflink.lo: cofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1101 $(INCDIR)/coff/internal.h libcoff.h
1102dwarf1.lo: dwarf1.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
252b5132 1103 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49
AM
1104 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf.h
1105ecoff.lo: ecoff.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1106 $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h $(INCDIR)/aout/stab_gnu.h \
1107 $(INCDIR)/aout/stab.def libaout.h $(INCDIR)/aout/aout64.h \
1108 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1109 $(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
1110ecofflink.lo: ecofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1111 $(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1112 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1113 $(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
1114efi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \
1115 coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1116 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1117 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1118elf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1119 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
c0ef99a7 1120 $(INCDIR)/elf/external.h $(INCDIR)/libiberty.h
b13c7b49 1121elf32-arc.lo: elf32-arc.c $(INCDIR)/filenames.h elf-bfd.h \
2114f57b 1122 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
b13c7b49
AM
1123 $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
1124 $(INCDIR)/libiberty.h elf32-target.h
1125elfarm-oabi.lo: elfarm-oabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
1126 $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
1127 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1128 elf32-arm.h elf32-target.h
e43d48cc 1129elfarm-nabi.lo: elfarm-nabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
b13c7b49
AM
1130 $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
1131 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1132 elf32-arm.h elf32-target.h
1133elf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h elf-bfd.h \
1134 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1135 $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h $(INCDIR)/elf/reloc-macros.h \
1136 elf32-target.h
1137elf32-cris.lo: elf32-cris.c $(INCDIR)/filenames.h elf-bfd.h \
1138 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1139 $(INCDIR)/bfdlink.h $(INCDIR)/elf/cris.h $(INCDIR)/elf/reloc-macros.h \
1140 elf32-target.h
1141elf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h elf-bfd.h \
1142 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1143 $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h $(INCDIR)/elf/reloc-macros.h \
1144 elf32-target.h
1145elf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h elf-bfd.h \
1146 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1147 $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h $(INCDIR)/elf/reloc-macros.h \
1148 elf32-target.h
d172d4ba
NC
1149elf32-dlx.lo: elf32-dlx.c $(INCDIR)/filenames.h elf-bfd.h \
1150 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1151 $(INCDIR)/bfdlink.h $(INCDIR)/elf/dlx.h $(INCDIR)/elf/reloc-macros.h \
1152 elf32-target.h
b13c7b49
AM
1153elf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h elf-bfd.h \
1154 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1155 $(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h $(INCDIR)/elf/reloc-macros.h \
1156 elf32-target.h
4e5ba5b7
DB
1157elf32-frv.lo: elf32-frv.c $(INCDIR)/filenames.h elf-bfd.h \
1158 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1159 $(INCDIR)/bfdlink.h $(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h \
1160 elf32-target.h
b13c7b49 1161elf32-gen.lo: elf32-gen.c $(INCDIR)/filenames.h elf-bfd.h \
41b49281 1162 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
b13c7b49
AM
1163 $(INCDIR)/bfdlink.h elf32-target.h
1164elf32-h8300.lo: elf32-h8300.c $(INCDIR)/filenames.h \
923f08ff 1165 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49 1166 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/h8.h \
923f08ff 1167 $(INCDIR)/elf/reloc-macros.h elf32-target.h
b13c7b49
AM
1168elf32-hppa.lo: elf32-hppa.c $(INCDIR)/filenames.h elf-bfd.h \
1169 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1170 $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
1171 libhppa.h elf32-hppa.h elf-hppa.h elf32-target.h
1172elf32-i370.lo: elf32-i370.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2114f57b 1173 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49
AM
1174 $(INCDIR)/elf/external.h $(INCDIR)/elf/i370.h elf32-target.h
1175elf32-i386.lo: elf32-i386.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2114f57b 1176 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49
AM
1177 $(INCDIR)/elf/external.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h \
1178 elf32-target.h
caf47ea6
AM
1179elf32-i386qnx.lo: elf32-i386qnx.c elf32-i386.c $(INCDIR)/filenames.h \
1180 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1181 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/i386.h \
1182 $(INCDIR)/elf/reloc-macros.h elf32-target.h
b13c7b49
AM
1183elf32-i860.lo: elf32-i860.c $(INCDIR)/filenames.h elf-bfd.h \
1184 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1185 $(INCDIR)/bfdlink.h $(INCDIR)/elf/i860.h $(INCDIR)/elf/reloc-macros.h \
1186 elf32-target.h
1187elf32-i960.lo: elf32-i960.c $(INCDIR)/filenames.h elf-bfd.h \
1188 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1189 $(INCDIR)/bfdlink.h $(INCDIR)/elf/i960.h $(INCDIR)/elf/reloc-macros.h \
1190 elf32-target.h
1191elf32-m32r.lo: elf32-m32r.c $(INCDIR)/filenames.h elf-bfd.h \
1192 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1193 $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32r.h $(INCDIR)/elf/reloc-macros.h \
1194 elf32-target.h
1195elf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2114f57b 1196 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49
AM
1197 $(INCDIR)/elf/external.h $(INCDIR)/elf/m68k.h $(INCDIR)/elf/reloc-macros.h \
1198 elf32-target.h
1199elf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \
bbeb2e03 1200 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49 1201 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m68hc11.h \
bbeb2e03 1202 $(INCDIR)/elf/reloc-macros.h elf32-target.h
b13c7b49 1203elf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \
bbeb2e03 1204 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49 1205 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m68hc11.h \
bbeb2e03 1206 $(INCDIR)/elf/reloc-macros.h elf32-target.h
b13c7b49
AM
1207elf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h elf-bfd.h \
1208 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1209 $(INCDIR)/bfdlink.h elf32-target.h
1210elf-m10200.lo: elf-m10200.c $(INCDIR)/filenames.h elf-bfd.h \
1211 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1212 $(INCDIR)/bfdlink.h elf32-target.h
1213elf-m10300.lo: elf-m10300.c $(INCDIR)/filenames.h elf-bfd.h \
1214 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1215 $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h $(INCDIR)/elf/reloc-macros.h \
252b5132 1216 elf32-target.h
b13c7b49 1217elf32-mcore.lo: elf32-mcore.c $(INCDIR)/filenames.h \
2114f57b 1218 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
b13c7b49 1219 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/mcore.h \
e43d48cc 1220 $(INCDIR)/elf/reloc-macros.h elf32-target.h
830629ab 1221elfxx-mips.lo: elfxx-mips.c $(INCDIR)/filenames.h elf-bfd.h \
c6e90b02 1222 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
830629ab
AM
1223 $(INCDIR)/bfdlink.h elfxx-mips.h $(INCDIR)/elf/mips.h \
1224 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1225 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h
b13c7b49 1226elf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
830629ab
AM
1227 genlink.h elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1228 $(INCDIR)/elf/external.h elfxx-mips.h $(INCDIR)/elf/mips.h \
c6e90b02
TS
1229 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1230 $(INCDIR)/coff/internal.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h \
830629ab 1231 $(INCDIR)/coff/external.h ecoffswap.h elf32-target.h
b13c7b49 1232elf32-openrisc.lo: elf32-openrisc.c $(INCDIR)/filenames.h \
2114f57b 1233 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49
AM
1234 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/openrisc.h \
1235 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
2114f57b 1236 elf32-target.h
3b16e843
NC
1237elf32-or32.lo: elf32-or32.c $(INCDIR)/filenames.h elf-bfd.h \
1238 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
ba323545
AM
1239 $(INCDIR)/bfdlink.h $(INCDIR)/elf/or32.h $(INCDIR)/elf/reloc-macros.h \
1240 $(INCDIR)/libiberty.h elf32-target.h
b13c7b49
AM
1241elf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1242 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1243 $(INCDIR)/elf/external.h $(INCDIR)/elf/pj.h $(INCDIR)/elf/reloc-macros.h \
a85d7ed0 1244 elf32-target.h
b13c7b49 1245elf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
e43d48cc 1246 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49
AM
1247 $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
1248 elf32-target.h
54327882
AM
1249elf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \
1250 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1251 $(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \
1252 elf32-sh.c $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
1253 elf32-target.h
9cba27b2
JT
1254elf32-sh64-com.lo: elf32-sh64-com.c $(INCDIR)/filenames.h \
1255 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1256 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h \
1257 $(INCDIR)/elf/reloc-macros.h $(srcdir)/../opcodes/sh64-opc.h
b13c7b49 1258elf32-s390.lo: elf32-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
e43d48cc 1259 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49
AM
1260 $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h \
1261 elf32-target.h
1262elf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2114f57b 1263 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49 1264 $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
2114f57b 1265 elf32-target.h
b13c7b49
AM
1266elf32-sh-lin.lo: elf32-sh-lin.c $(INCDIR)/filenames.h \
1267 $(INCDIR)/elf/internal.h elf-bfd.h $(INCDIR)/elf/common.h \
1268 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf32-sh.c \
1269 $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
c0ef99a7
AM
1270elf32-sh-nbsd.lo: elf32-sh-nbsd.c elf32-sh.c $(INCDIR)/filenames.h \
1271 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1272 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h \
1273 $(INCDIR)/elf/reloc-macros.h elf32-target.h
9cba27b2
JT
1274elf32-sh64-nbsd.lo: elf32-sh64-nbsd.c elf32-sh64.c \
1275 $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
1276 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1277 $(srcdir)/../opcodes/sh64-opc.h elf32-sh.c $(INCDIR)/elf/sh.h \
1278 $(INCDIR)/elf/reloc-macros.h elf32-target.h
b13c7b49 1279elf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \
2114f57b
AM
1280 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1281 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sparc.h \
1282 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \
1283 elf32-target.h
b13c7b49
AM
1284elf32-v850.lo: elf32-v850.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1285 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1286 $(INCDIR)/elf/external.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h \
1287 $(INCDIR)/libiberty.h elf32-target.h
90ace9e9
JT
1288elf32-vax.lo: elf32-vax.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1289 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1290 $(INCDIR)/elf/external.h $(INCDIR)/elf/vax.h $(INCDIR)/elf/reloc-macros.h \
caf47ea6 1291 elf32-target.h
c0ef99a7
AM
1292elf32-xstormy16.lo: elf32-xstormy16.c $(INCDIR)/filenames.h \
1293 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1294 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/xstormy16.h \
1295 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
93fbbb04 1296 elf32-target.h
b13c7b49 1297elf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
e43d48cc 1298 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
b13c7b49
AM
1299 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h \
1300 elflink.h
1301elflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1302 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1303 $(INCDIR)/elf/external.h
c0ef99a7
AM
1304elf-strtab.lo: elf-strtab.c $(INCDIR)/filenames.h elf-bfd.h \
1305 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
e90b95f6 1306 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
c0ef99a7
AM
1307elf-eh-frame.lo: elf-eh-frame.c $(INCDIR)/filenames.h \
1308 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1309 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
b13c7b49
AM
1310epoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c $(INCDIR)/filenames.h \
1311 coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
1312 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1313 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1314epoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c $(INCDIR)/filenames.h \
1315 coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
1316 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1317 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1318hp300bsd.lo: hp300bsd.c $(INCDIR)/filenames.h libaout.h \
1319 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
2114f57b 1320 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
252b5132 1321hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
b13c7b49 1322 aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
923f08ff
AM
1323 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1324 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1325 aout-target.h
b13c7b49
AM
1326som.lo: som.c $(INCDIR)/alloca-conf.h $(INCDIR)/filenames.h
1327i386aout.lo: i386aout.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1328 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1329 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1330i386bsd.lo: i386bsd.c $(INCDIR)/filenames.h libaout.h \
1331 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
2114f57b 1332 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
e43d48cc 1333i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
b13c7b49
AM
1334 $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \
1335 libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1336 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1337i386freebsd.lo: i386freebsd.c freebsd.h $(INCDIR)/filenames.h \
1338 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1339 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1340i386linux.lo: i386linux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
2114f57b 1341 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
b13c7b49
AM
1342 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1343i386lynx.lo: i386lynx.c $(INCDIR)/filenames.h libaout.h \
1344 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1345 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1346i386msdos.lo: i386msdos.c $(INCDIR)/filenames.h libaout.h \
1347 $(INCDIR)/bfdlink.h
1348i386netbsd.lo: i386netbsd.c netbsd.h $(INCDIR)/filenames.h \
2114f57b
AM
1349 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1350 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
b13c7b49
AM
1351i386mach3.lo: i386mach3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1352 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1353 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1354i386os9k.lo: i386os9k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1355 libaout.h $(INCDIR)/os9k.h
1356ieee.lo: ieee.c $(INCDIR)/filenames.h $(INCDIR)/ieee.h \
1357 libieee.h $(INCDIR)/safe-ctype.h
1358m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h $(INCDIR)/filenames.h \
2114f57b
AM
1359 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1360 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
b13c7b49
AM
1361m68klinux.lo: m68klinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1362 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1363 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1364m68klynx.lo: m68klynx.c $(INCDIR)/filenames.h libaout.h \
1365 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1366 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1367m68knetbsd.lo: m68knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1368 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1369 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1370m88kmach3.lo: m88kmach3.c $(INCDIR)/filenames.h libaout.h \
1371 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1372 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1373mipsbsd.lo: mipsbsd.c $(INCDIR)/filenames.h libaout.h \
1374 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1375 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1376newsos3.lo: newsos3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1377 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1378 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1379nlm.lo: nlm.c $(INCDIR)/filenames.h libnlm.h $(INCDIR)/nlm/common.h \
1380 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1381nlm32-i386.lo: nlm32-i386.c $(INCDIR)/filenames.h $(INCDIR)/nlm/i386-ext.h \
252b5132 1382 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
b13c7b49
AM
1383 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1384nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/filenames.h \
2114f57b
AM
1385 $(INCDIR)/nlm/sparc32-ext.h libnlm.h $(INCDIR)/nlm/common.h \
1386 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
1387 nlm-target.h
b13c7b49 1388nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/nlm/ppc-ext.h \
252b5132 1389 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
b13c7b49
AM
1390 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1391nlm32.lo: nlm32.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
1392 $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1393ns32knetbsd.lo: ns32knetbsd.c netbsd.h $(INCDIR)/filenames.h \
e43d48cc 1394 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
b13c7b49
AM
1395 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1396oasys.lo: oasys.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1397 $(INCDIR)/oasys.h liboasys.h
1398pc532-mach.lo: pc532-mach.c $(INCDIR)/filenames.h libaout.h \
1399 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1400 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1401pdp11.lo: pdp11.c $(INCDIR)/filenames.h libaout.h $(INCDIR)/bfdlink.h \
1402 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1403 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h $(INCDIR)/safe-ctype.h
1404pe-arm.lo: pe-arm.c $(INCDIR)/filenames.h coff-arm.c \
1405 $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1406 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1407 peicode.h libpei.h
1408pei-arm.lo: pei-arm.c $(INCDIR)/filenames.h coff-arm.c \
1409 $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1410 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1411 peicode.h libpei.h
1412pe-i386.lo: pe-i386.c $(INCDIR)/filenames.h coff-i386.c \
1413 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1414 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1415 peicode.h libpei.h
1416pei-i386.lo: pei-i386.c $(INCDIR)/filenames.h coff-i386.c \
1417 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1418 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1419 peicode.h libpei.h
1420pe-mcore.lo: pe-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
1421 $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1422 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1423 peicode.h libpei.h
1424pei-mcore.lo: pei-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
1425 $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1426 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1427 peicode.h libpei.h
1428pe-ppc.lo: pe-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
1429 $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
e43d48cc
AM
1430 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1431 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
b13c7b49
AM
1432pei-ppc.lo: pei-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
1433 $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
e43d48cc
AM
1434 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1435 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
b13c7b49
AM
1436pe-sh.lo: pe-sh.c $(INCDIR)/filenames.h coff-sh.c $(INCDIR)/libiberty.h \
1437 $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
e43d48cc 1438 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
b13c7b49
AM
1439 coffcode.h peicode.h libpei.h
1440pei-sh.lo: pei-sh.c $(INCDIR)/filenames.h coff-sh.c \
1441 $(INCDIR)/libiberty.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
1442 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
e43d48cc
AM
1443 $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
1444 libpei.h
b13c7b49
AM
1445pe-mips.lo: pe-mips.c $(INCDIR)/filenames.h $(INCDIR)/coff/mipspe.h \
1446 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1447 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1448 peicode.h libpei.h
1449pei-mips.lo: pei-mips.c $(INCDIR)/filenames.h pe-mips.c \
8a5cc6be
AM
1450 $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1451 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1452 peicode.h libpei.h
b13c7b49
AM
1453ppcboot.lo: ppcboot.c $(INCDIR)/safe-ctype.h $(INCDIR)/filenames.h
1454reloc16.lo: reloc16.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1455 genlink.h $(INCDIR)/coff/internal.h libcoff.h
1456riscix.lo: riscix.c $(INCDIR)/filenames.h libaout.h \
1457 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1458 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1459sparclinux.lo: sparclinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1460 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1461 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1462sparclynx.lo: sparclynx.c $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
252b5132 1463 libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
b13c7b49
AM
1464 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1465 aout-target.h
1466sparcnetbsd.lo: sparcnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1467 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1468 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1469sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
1470 $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h \
1471 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1472 aout-target.h
1473vaxnetbsd.lo: vaxnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1474 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
3c2bfad6
JT
1475 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1476vax1knetbsd.lo: vax1knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1477 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
b13c7b49
AM
1478 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1479versados.lo: versados.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
1480vms.lo: vms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1481 vms.h
1482vms-gsd.lo: vms-gsd.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1483 vms.h
1484vms-hdr.lo: vms-hdr.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1485 $(INCDIR)/safe-ctype.h vms.h
1486vms-misc.lo: vms-misc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1487 vms.h
1488vms-tir.lo: vms-tir.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1489 vms.h
1490xcofflink.lo: xcofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1491 $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h libcoff.h \
1492 libxcoff.h
54327882 1493aix5ppc-core.lo: aix5ppc-core.c
b13c7b49
AM
1494aout64.lo: aout64.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1495 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1496 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1497coff-alpha.lo: coff-alpha.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1498 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1499 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h \
1500 libcoff.h libecoff.h coffswap.h ecoffswap.h
1501coff64-rs6000.lo: coff64-rs6000.c $(INCDIR)/filenames.h \
8a5cc6be 1502 $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
b13c7b49
AM
1503 $(INCDIR)/coff/rs6k64.h libcoff.h libxcoff.h coffcode.h \
1504 coffswap.h
1505demo64.lo: demo64.c aoutf1.h $(INCDIR)/filenames.h \
2114f57b
AM
1506 $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
1507 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1508 $(INCDIR)/aout/ar.h aout-target.h
b13c7b49
AM
1509efi-app-ia64.lo: efi-app-ia64.c $(INCDIR)/filenames.h \
1510 coff-ia64.c $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h \
1511 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1512 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1513elf64-x86-64.lo: elf64-x86-64.c $(INCDIR)/filenames.h \
54327882
AM
1514 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1515 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/x86-64.h \
b13c7b49
AM
1516 $(INCDIR)/elf/reloc-macros.h elf64-target.h
1517elf64-alpha.lo: elf64-alpha.c $(INCDIR)/filenames.h \
2114f57b
AM
1518 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1519 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/alpha.h \
1520 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \
1521 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1522 $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
1523 libecoff.h ecoffswap.h elf64-target.h
27b7e12d 1524elf64-hppa.lo: elf64-hppa.c $(INCDIR)/alloca-conf.h \
b13c7b49
AM
1525 $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
1526 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1527 $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h libhppa.h \
1528 elf64-hppa.h elf-hppa.h elf64-target.h
1529elf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h elf-bfd.h \
2114f57b 1530 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
b13c7b49
AM
1531 $(INCDIR)/bfdlink.h elf64-target.h
1532elf64-mips.lo: elf64-mips.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
830629ab
AM
1533 $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1534 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfxx-mips.h \
1535 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h \
1536 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1537 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \
1538 elf64-target.h
3c3bdf30
NC
1539elf64-mmix.lo: elf64-mmix.c $(INCDIR)/filenames.h elf-bfd.h \
1540 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1541 $(INCDIR)/bfdlink.h $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h \
1542 $(INCDIR)/opcode/mmix.h elf64-target.h
b13c7b49 1543elf64-ppc.lo: elf64-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
a85d7ed0 1544 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49 1545 $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
c0ef99a7 1546 elf64-ppc.h elf64-target.h
b13c7b49
AM
1547elf64-s390.lo: elf64-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1548 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1549 $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h \
1550 elf64-target.h
2c73f9d8
AM
1551elf64-sh64.lo: elf64-sh64.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1552 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1553 $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
1554 elf64-target.h
9cba27b2
JT
1555elf64-sh64-nbsd.lo: elf64-sh64-nbsd.c elf64-sh64.c \
1556 $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h elf-bfd.h \
1557 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1558 $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf64-target.h
b13c7b49 1559elf64-sparc.lo: elf64-sparc.c $(INCDIR)/filenames.h \
2114f57b
AM
1560 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1561 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/sparc.h \
252b5132
RH
1562 $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
1563 elf64-target.h
b13c7b49
AM
1564elf64.lo: elf64.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1565 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1566 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h \
1567 elflink.h
3c3bdf30
NC
1568mmo.lo: mmo.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1569 $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h
b13c7b49 1570nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/filenames.h \
2114f57b
AM
1571 $(INCDIR)/nlm/alpha-ext.h libnlm.h $(INCDIR)/nlm/common.h \
1572 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
1573 nlm-target.h
b13c7b49
AM
1574nlm64.lo: nlm64.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
1575 $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1576aix386-core.lo: aix386-core.c $(INCDIR)/filenames.h \
8a5cc6be
AM
1577 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1578 libcoff.h $(INCDIR)/bfdlink.h
b13c7b49
AM
1579hpux-core.lo: hpux-core.c $(INCDIR)/filenames.h
1580irix-core.lo: irix-core.c $(INCDIR)/filenames.h
1581lynx-core.lo: lynx-core.c $(INCDIR)/filenames.h
1582osf-core.lo: osf-core.c $(INCDIR)/filenames.h
1583sco5-core.lo: sco5-core.c $(INCDIR)/filenames.h libaout.h \
1584 $(INCDIR)/bfdlink.h
1585trad-core.lo: trad-core.c $(INCDIR)/filenames.h libaout.h \
1586 $(INCDIR)/bfdlink.h
1587cisco-core.lo: cisco-core.c $(INCDIR)/filenames.h
1588elf32-ia64.lo: elf32-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
1589 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1590 $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
1591 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1592elf64-ia64.lo: elf64-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
1593 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1594 $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
1595 $(INCDIR)/elf/reloc-macros.h elf64-target.h
1596peigen.lo: peigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
1597 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/pe.h \
1598 libcoff.h $(INCDIR)/bfdlink.h libpei.h
1599pepigen.lo: pepigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
1600 $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h $(INCDIR)/coff/pe.h \
1601 libcoff.h $(INCDIR)/bfdlink.h libpei.h
252b5132
RH
1602# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
1603
1604# Tell versions [3.59,3.63) of GNU make to not export all variables.
1605# Otherwise a system limit (for SysV at least) may be exceeded.
1606.NOEXPORT:
This page took 0.212824 seconds and 4 git commands to generate.