* libbfd.c (bfd_seek): If fseek fails, save errno around call to
[deliverable/binutils-gdb.git] / bfd / Makefile.in
CommitLineData
c0734708 1# Makefile.in generated automatically by automake 1.2 from Makefile.am
99a42820 2
c0734708
ILT
3# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy, distribute and modify it.
fde8212e 6
fde8212e 7
d92329a9 8SHELL = @SHELL@
c0734708
ILT
9
10srcdir = @srcdir@
11top_srcdir = @top_srcdir@
12VPATH = @srcdir@
13prefix = @prefix@
8c693660 14exec_prefix = @exec_prefix@
5868184b 15
c0734708
ILT
16bindir = @bindir@
17sbindir = @sbindir@
18libexecdir = @libexecdir@
50bd50d4 19datadir = @datadir@
c0734708
ILT
20sysconfdir = @sysconfdir@
21sharedstatedir = @sharedstatedir@
22localstatedir = @localstatedir@
23libdir = @libdir@
50bd50d4 24infodir = @infodir@
c0734708 25mandir = @mandir@
50bd50d4 26includedir = @includedir@
c0734708 27oldincludedir = /usr/include
fde8212e 28
c0734708
ILT
29pkgdatadir = $(datadir)/@PACKAGE@
30pkglibdir = $(libdir)/@PACKAGE@
31pkgincludedir = $(includedir)/@PACKAGE@
32
33top_builddir = .
34
35ACLOCAL = @ACLOCAL@
36AUTOCONF = @AUTOCONF@
37AUTOMAKE = @AUTOMAKE@
38AUTOHEADER = @AUTOHEADER@
fde8212e 39
b7577823
ILT
40INSTALL = @INSTALL@
41INSTALL_PROGRAM = @INSTALL_PROGRAM@
42INSTALL_DATA = @INSTALL_DATA@
c0734708
ILT
43INSTALL_SCRIPT = @INSTALL_SCRIPT@
44transform = @program_transform_name@
45
46NORMAL_INSTALL = true
47PRE_INSTALL = true
48POST_INSTALL = true
49NORMAL_UNINSTALL = true
50PRE_UNINSTALL = true
51POST_UNINSTALL = true
52build_alias = @build_alias@
53build_triplet = @build@
54host_alias = @host_alias@
55host_triplet = @host@
56target_alias = @target_alias@
57target_triplet = @target@
b7577823 58AR = @AR@
c0734708
ILT
59BFD_HOST_64BIT_LONG = @BFD_HOST_64BIT_LONG@
60BFD_HOST_64_BIT = @BFD_HOST_64_BIT@
61BFD_HOST_64_BIT_DEFINED = @BFD_HOST_64_BIT_DEFINED@
62BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
b7577823 63CC = @CC@
c40331ba 64CC_FOR_BUILD = @CC_FOR_BUILD@
c0734708
ILT
65COREFILE = @COREFILE@
66COREFLAG = @COREFLAG@
67EXEEXT = @EXEEXT@
2c66160c 68EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
c0734708
ILT
69HDEFINES = @HDEFINES@
70LD = @LD@
71LIBTOOL = @LIBTOOL@
72LN_S = @LN_S@
73MAINT = @MAINT@
74MAKEINFO = @MAKEINFO@
eee4e8ca 75NM = @NM@
c0734708
ILT
76PACKAGE = @PACKAGE@
77RANLIB = @RANLIB@
78TDEFINES = @TDEFINES@
79VERSION = @VERSION@
80all_backends = @all_backends@
81bfd_backends = @bfd_backends@
82bfd_machines = @bfd_machines@
83tdefaults = @tdefaults@
84wordsize = @wordsize@
51300bdb 85
d6a554ae 86INCDIR = $(srcdir)/../include
bb552c64 87CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
a5c6b4b3 88DEP = mkdep
12e7087f 89
f259290f 90SUBDIRS = doc
12e7087f 91
c40331ba
ILT
92docdir = doc
93
c0734708 94lib_LTLIBRARIES = libbfd.la
99a42820 95
a5220fb9 96# bfd.h goes here, for now
12f367a1 97BFD_H = bfd.h
99a42820 98
15db2044
KR
99# Some of these files should be in BFD*_BACKENDS below, but some programs
100# won't link without them. So, in order for some of the minimal-bfd
101# hacks to work, they're also included here for now.
caede515 102# gdb: elf.o
15db2044 103# objdump: elf.o
180acef5
DM
104#
105# Also, Jim Kingdon notes:
106# Writing S-records should be included in all (or at least most)
107# *-*-coff, *-*-aout, etc., configurations, because people will want to
108# be able to use objcopy to create S-records. (S-records are not useful
109# for the debugger, so if you are downloading things as S-records you
110# need two copies of the executable, one to download and one for the
111# debugger).
01087713 112BFD_LIBS = \
c0734708
ILT
113 archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo \
114 format.lo init.lo libbfd.lo opncls.lo reloc.lo \
115 section.lo syms.lo targets.lo hash.lo linker.lo \
116 elf.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo
767f22d5
FF
117
118BFD_LIBS_CFILES = \
119 archive.c archures.c bfd.c cache.c coffgen.c corefile.c \
120 format.c init.c libbfd.c opncls.c reloc.c \
121 section.c syms.c targets.c hash.c linker.c \
d1bf45aa 122 elf.c srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c
63ffe5ef 123
01087713
DM
124# This list is alphabetized to make it easier to keep in sync
125# with the decls and initializer in archures.c.
126ALL_MACHINES = \
c0734708
ILT
127 cpu-a29k.lo \
128 cpu-alpha.lo \
c0734708 129 cpu-arc.lo \
c0734708
ILT
130 cpu-arm.lo \
131 cpu-d10v.lo \
fd8d7c31 132 $(start-sanitize-d30v) \
c0734708 133 cpu-d30v.lo \
fd8d7c31 134 $(end-sanitize-d30v) \
c0734708
ILT
135 cpu-h8300.lo \
136 cpu-h8500.lo \
137 cpu-hppa.lo \
138 cpu-i386.lo \
139 cpu-i860.lo \
140 cpu-i960.lo \
141 cpu-m32r.lo \
142 cpu-m68k.lo \
143 cpu-m88k.lo \
144 cpu-mips.lo \
145 cpu-m10200.lo \
146 cpu-m10300.lo \
147 cpu-ns32k.lo \
148 cpu-powerpc.lo \
149 cpu-rs6000.lo \
150 cpu-sh.lo \
151 cpu-sparc.lo \
eee4e8ca 152 cpu-tic30.lo \
5a608f5b 153 $(start-sanitize-tic80) \
c0734708 154 cpu-tic80.lo \
5a608f5b 155 $(end-sanitize-tic80) \
c0734708 156 cpu-v850.lo \
c0734708
ILT
157 cpu-vax.lo \
158 cpu-we32k.lo \
159 cpu-w65.lo \
160 cpu-z8k.lo
01087713 161
767f22d5
FF
162ALL_MACHINES_CFILES = \
163 cpu-a29k.c \
164 cpu-alpha.c \
099ddbf1 165 cpu-arc.c \
767f22d5
FF
166 cpu-arm.c \
167 cpu-h8300.c \
168 cpu-h8500.c \
169 cpu-hppa.c \
170 cpu-i386.c \
171 cpu-i860.c \
172 cpu-i960.c \
418d5b05 173 cpu-m32r.c \
767f22d5
FF
174 cpu-m68k.c \
175 cpu-m88k.c \
176 cpu-mips.c \
418d5b05
ILT
177 cpu-m10200.c \
178 cpu-m10300.c \
767f22d5
FF
179 cpu-ns32k.c \
180 cpu-powerpc.c \
181 cpu-rs6000.c \
182 cpu-sh.c \
183 cpu-sparc.c \
eee4e8ca 184 cpu-tic30.c \
d92329a9 185 cpu-v850.c \
767f22d5
FF
186 cpu-vax.c \
187 cpu-we32k.c \
188 cpu-w65.c \
189 cpu-z8k.c
190
01087713 191# The .o files needed by all of the 32 bit vectors that are configured into
caede515 192# target_vector in targets.c if configured with --enable-targets=all.
bb552c64 193BFD32_BACKENDS = \
c0734708
ILT
194 aout-adobe.lo \
195 aout-arm.lo \
196 aout-ns32k.lo \
197 aout-sparcle.lo \
eee4e8ca 198 aout-tic30.lo \
c0734708
ILT
199 aout0.lo \
200 aout32.lo \
201 bout.lo \
202 cf-i386lynx.lo \
203 cf-m68klynx.lo \
204 cf-sparclynx.lo \
205 coff-a29k.lo \
206 coff-apollo.lo \
207 coff-arm.lo \
208 coff-aux.lo \
209 coff-h8300.lo \
210 coff-h8500.lo \
211 coff-i386.lo \
212 coff-go32.lo \
213 coff-i860.lo \
214 coff-i960.lo \
215 coff-m68k.lo \
216 coff-m88k.lo \
217 coff-mips.lo \
218 coff-pmac.lo \
219 coff-rs6000.lo \
220 coff-sh.lo \
221 coff-sparc.lo \
76af94b9 222 coff-stgo32.lo \
c0734708 223 coff-svm68k.lo \
eee4e8ca 224 coff-tic30.lo \
5a608f5b 225 $(start-sanitize-tic80) \
c0734708 226 coff-tic80.lo \
5a608f5b 227 $(end-sanitize-tic80) \
c0734708
ILT
228 coff-u68k.lo \
229 coff-we32k.lo \
230 coff-w65.lo \
231 coff-z8k.lo \
232 cofflink.lo \
d92329a9 233 dwarf2.lo \
c0734708
ILT
234 ecoff.lo \
235 ecofflink.lo \
c0734708 236 elf32-arc.lo \
c0734708 237 elf32-d10v.lo \
fd8d7c31 238 $(start-sanitize-d30v) \
c0734708 239 elf32-d30v.lo \
fd8d7c31 240 $(end-sanitize-d30v) \
c0734708
ILT
241 elf32-gen.lo \
242 elf32-hppa.lo \
243 elf32-i386.lo \
244 elf32-i860.lo \
245 elf32-m32r.lo \
246 elf32-m68k.lo \
247 elf32-m88k.lo \
248 elf32-mips.lo \
249 elf-m10200.lo \
250 elf-m10300.lo \
251 elf32-ppc.lo \
252 elf32-sh.lo \
253 elf32-sparc.lo \
c0734708 254 elf32-v850.lo \
c0734708
ILT
255 elf32.lo \
256 elflink.lo \
257 hp300bsd.lo \
258 hp300hpux.lo \
259 som.lo \
260 i386aout.lo \
261 i386bsd.lo \
262 i386dynix.lo \
263 i386freebsd.lo \
264 i386linux.lo \
265 i386lynx.lo \
266 i386msdos.lo \
267 i386netbsd.lo \
268 i386mach3.lo \
269 i386os9k.lo \
270 ieee.lo \
271 m68k4knetbsd.lo \
272 m68klinux.lo \
273 m68klynx.lo \
274 m68knetbsd.lo \
275 m88kmach3.lo \
276 mipsbsd.lo \
277 newsos3.lo \
278 nlm.lo \
279 nlm32-i386.lo \
280 nlm32-sparc.lo \
281 nlm32-ppc.lo \
282 nlm32.lo \
283 ns32knetbsd.lo \
284 oasys.lo \
285 pc532-mach.lo \
286 pe-arm.lo \
287 pei-arm.lo \
288 pe-i386.lo \
289 pei-i386.lo \
290 pe-ppc.lo \
291 pei-ppc.lo \
292 ppcboot.lo \
293 reloc16.lo \
294 riscix.lo \
295 sparclinux.lo \
296 sparclynx.lo \
297 sparcnetbsd.lo \
298 sunos.lo \
eee4e8ca 299 vaxnetbsd.lo \
c0734708
ILT
300 versados.lo \
301 xcofflink.lo
01087713 302
767f22d5 303BFD32_BACKENDS_CFILES = \
8d0d6655 304 aout-adobe.c \
dee99794 305 aout-arm.c \
8d0d6655 306 aout-ns32k.c \
dee99794 307 aout-sparcle.c \
eee4e8ca 308 aout-tic30.c \
8d0d6655
KR
309 aout0.c \
310 aout32.c \
311 bout.c \
312 cf-i386lynx.c \
313 cf-m68klynx.c \
314 cf-sparclynx.c \
315 coff-a29k.c \
316 coff-apollo.c \
317 coff-arm.c \
d19df9b5 318 coff-aux.c \
8d0d6655
KR
319 coff-h8300.c \
320 coff-h8500.c \
321 coff-i386.c \
cf587de8 322 coff-i860.c \
8d0d6655
KR
323 coff-go32.c \
324 coff-i960.c \
325 coff-m68k.c \
326 coff-m88k.c \
327 coff-mips.c \
328 coff-pmac.c \
329 coff-rs6000.c \
330 coff-sh.c \
331 coff-sparc.c \
76af94b9 332 coff-stgo32.c \
ac388f2a 333 coff-svm68k.c \
eee4e8ca 334 coff-tic30.c \
8d0d6655
KR
335 coff-u68k.c \
336 coff-we32k.c \
337 coff-w65.c \
338 coff-z8k.c \
339 cofflink.c \
d92329a9 340 dwarf2.c \
8d0d6655
KR
341 ecoff.c \
342 ecofflink.c \
099ddbf1 343 elf32-arc.c \
76af94b9 344 elf32-d10v.c \
8d0d6655
KR
345 elf32-gen.c \
346 elf32-hppa.c \
347 elf32-i386.c \
348 elf32-i860.c \
418d5b05 349 elf32-m32r.c \
8d0d6655
KR
350 elf32-m68k.c \
351 elf32-m88k.c \
352 elf32-mips.c \
418d5b05
ILT
353 elf-m10200.c \
354 elf-m10300.c \
8d0d6655 355 elf32-ppc.c \
f0c12b73 356 elf32-sh.c \
8d0d6655 357 elf32-sparc.c \
d92329a9 358 elf32-v850.c \
8d0d6655
KR
359 elf32.c \
360 elflink.c \
dee99794 361 hp300bsd.c \
8d0d6655
KR
362 hp300hpux.c \
363 som.c \
364 i386aout.c \
365 i386bsd.c \
dee99794 366 i386dynix.c \
767f22d5 367 i386freebsd.c \
8d0d6655
KR
368 i386linux.c \
369 i386lynx.c \
370 i386msdos.c \
371 i386netbsd.c \
372 i386mach3.c \
373 i386os9k.c \
374 ieee.c \
dee99794 375 m68k4knetbsd.c \
c877bdf1 376 m68klinux.c \
8d0d6655
KR
377 m68klynx.c \
378 m68knetbsd.c \
379 m88kmach3.c \
380 mipsbsd.c \
381 newsos3.c \
382 nlm.c \
383 nlm32-i386.c \
384 nlm32-sparc.c \
385 nlm32-ppc.c \
386 nlm32.c \
387 ns32knetbsd.c \
388 oasys.c \
389 pc532-mach.c \
390 pe-arm.c \
391 pei-arm.c \
392 pe-i386.c \
393 pei-i386.c \
394 pe-ppc.c \
395 pei-ppc.c \
50bd50d4 396 ppcboot.c \
8d0d6655 397 reloc16.c \
dee99794 398 riscix.c \
418d5b05 399 sparclinux.c \
8d0d6655
KR
400 sparclynx.c \
401 sparcnetbsd.c \
8d0d6655 402 sunos.c \
eee4e8ca 403 vaxnetbsd.c \
8d0d6655 404 versados.c \
767f22d5
FF
405 xcofflink.c
406
407# The .o files needed by all of the 64 bit vectors that are configured into
408# target_vector in targets.c if configured with --enable-targets=all
409# and --enable-64-bit-bfd.
410BFD64_BACKENDS = \
c0734708
ILT
411 aout64.lo \
412 coff-alpha.lo \
413 demo64.lo \
414 elf64-alpha.lo \
415 elf64-gen.lo \
416 elf64-mips.lo \
417 elf64-sparc.lo \
418 elf64.lo \
419 evax-alpha.lo \
420 evax-egsd.lo \
421 evax-etir.lo \
422 evax-emh.lo \
423 evax-misc.lo \
424 nlm32-alpha.lo \
425 nlm64.lo
767f22d5
FF
426
427BFD64_BACKENDS_CFILES = \
8d0d6655
KR
428 aout64.c \
429 coff-alpha.c \
430 demo64.c \
50bd50d4 431 elf64-alpha.c \
8d0d6655 432 elf64-gen.c \
d1bf45aa 433 elf64-mips.c \
8d0d6655
KR
434 elf64-sparc.c \
435 elf64.c \
50bd50d4
MH
436 evax-alpha.c \
437 evax-egsd.c \
438 evax-etir.c \
439 evax-emh.c \
440 evax-misc.c \
8d0d6655 441 nlm32-alpha.c \
767f22d5
FF
442 nlm64.c
443
444OPTIONAL_BACKENDS = \
c0734708
ILT
445 aix386-core.lo \
446 hpux-core.lo \
447 irix-core.lo \
448 lynx-core.lo \
449 osf-core.lo \
450 trad-core.lo \
451 cisco-core.lo
767f22d5
FF
452
453OPTIONAL_BACKENDS_CFILES = \
454 aix386-core.c \
455 hpux-core.c \
456 irix-core.c \
457 lynx-core.c \
458 osf-core.c \
459 trad-core.c \
460 cisco-core.c
461
462# These are defined by configure.in:
463WORDSIZE = @wordsize@
464ALL_BACKENDS = @all_backends@
465BFD_BACKENDS = @bfd_backends@
466BFD_MACHINES = @bfd_machines@
467TDEFAULTS = @tdefaults@
468
c0734708 469INCLUDES = -D_GNU_SOURCE @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES)
767f22d5
FF
470
471# C source files that correspond to .o's.
472CFILES = \
473 $(BFD_LIBS_CFILES) \
474 $(ALL_MACHINES_CFILES) \
475 $(BFD32_BACKENDS_CFILES) \
476 $(BFD64_BACKENDS_CFILES) \
dee99794 477 $(OPTIONAL_BACKENDS_CFILES)
63ffe5ef 478
dee99794
ILT
479HFILES = \
480 aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h \
481 ecoffswap.h elf32-hppa.h elf32-target.h elf64-target.h \
179ce6e1
ILT
482 elfcode.h evax.h genlink.h go32stub.h hppa_stubs.h libaout.h \
483 libbfd.h libcoff.h libecoff.h elf-bfd.h libhppa.h libieee.h \
484 libnlm.h liboasys.h netbsd.h nlm-target.h nlmcode.h ns32k.h som.h \
dee99794 485 targmatch.h
c6b399ce 486
c0734708
ILT
487# Various kinds of .o files to put in libbfd.a:
488# BFD_BACKENDS Routines the configured targets need.
489# BFD_MACHINES Architecture-specific routines the configured targets need.
490# COREFILE Core file routines for a native configuration
491OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@
5176a6bc 492
c0734708
ILT
493libbfd_la_SOURCES = $(BFD_LIBS_CFILES)
494libbfd_la_DEPENDENCIES = $(OFILES) ofiles
495libbfd_la_LIBADD = `cat ofiles`
6e639e5d 496libbfd_la_LDFLAGS = -release $(VERSION)
30662ca6 497
c0734708
ILT
498# libtool will build .libs/libbfd.a. We create libbfd.a in the build
499# directory so that we don't have to convert all the programs that use
500# libbfd.a simultaneously. This is a hack which should be removed if
501# everything else starts using libtool. FIXME.
5e377ed2 502
c0734708 503noinst_LIBRARIES = libbfd.a
d92329a9 504libbfd_a_SOURCES =
d5d53b0a 505
c0734708
ILT
506BFD_H_DEPS= $(INCDIR)/ansidecl.h
507LOCAL_H_DEPS= libbfd.h sysdep.h config.h
5868184b 508
d92329a9
ILT
509BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
510 reloc.c syms.c bfd.c archive.c corefile.c targets.c format.c
511LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c cache.c reloc.c archures.c elf.c
512LIBCOFF_H_FILES = libcoff-in.h coffcode.h
513
c0734708
ILT
514MOSTLYCLEANFILES = elf32-target.h elf64-target.h ofiles stamp-ofiles \
515 targmatch.h
2090ba83 516
d92329a9
ILT
517CLEANFILES = bfd.h dep.sed stmp-bfd-h .dep .dep1 libbfd.a stamp-lib \
518 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
c0734708
ILT
519ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
520mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
521CONFIG_HEADER = config.h
522CONFIG_CLEAN_FILES = bfd-in3.h
523LIBRARIES = $(noinst_LIBRARIES)
524
525
526DEFS = @DEFS@ -I. -I$(srcdir) -I.
527CPPFLAGS = @CPPFLAGS@
528LDFLAGS = @LDFLAGS@
529LIBS = @LIBS@
530libbfd_a_LIBADD =
d92329a9 531libbfd_a_OBJECTS =
c0734708
ILT
532LTLIBRARIES = $(lib_LTLIBRARIES)
533
c0734708
ILT
534libbfd_la_OBJECTS = archive.lo archures.lo bfd.lo cache.lo coffgen.lo \
535corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo \
536syms.lo targets.lo hash.lo linker.lo elf.lo srec.lo binary.lo tekhex.lo \
537ihex.lo stabs.lo stab-syms.lo
538CFLAGS = @CFLAGS@
539COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
540LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
541LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
542DIST_COMMON = README COPYING ChangeLog Makefile.am Makefile.in TODO \
543acconfig.h acinclude.m4 aclocal.m4 bfd-in2.h config.in configure \
544configure.in stamp-h.in
f0abedbe 545
2090ba83 546
c0734708
ILT
547DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
548
549TAR = tar
550GZIP = --best
d92329a9
ILT
551SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES)
552OBJECTS = $(libbfd_a_OBJECTS) $(libbfd_la_OBJECTS)
c0734708
ILT
553
554default: all
555
556.SUFFIXES:
d92329a9 557.SUFFIXES: .S .c .lo .o .s
c0734708
ILT
558$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
559 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
560
561Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
562 cd $(top_builddir) \
563 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
564
565$(ACLOCAL_M4): @MAINT@ configure.in acinclude.m4
566 cd $(srcdir) && $(ACLOCAL)
567
568config.status: $(srcdir)/configure
569 $(SHELL) ./config.status --recheck
570$(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
571 cd $(srcdir) && $(AUTOCONF)
572
76af94b9 573config.h: stamp-h ; @:
c0734708
ILT
574stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
575 cd $(top_builddir) \
576 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
577 $(SHELL) ./config.status
578 @echo timestamp > stamp-h
579$(srcdir)/config.in: @MAINT@$(srcdir)/stamp-h.in
580$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
581 cd $(top_srcdir) && $(AUTOHEADER)
582 @echo timestamp > $(srcdir)/stamp-h.in
583
584mostlyclean-hdr:
585
586clean-hdr:
587
588distclean-hdr:
589 rm -f config.h
590
591maintainer-clean-hdr:
592bfd-in3.h: $(top_builddir)/config.status bfd-in2.h
593 cd $(top_builddir) && CONFIG_FILES=$@:bfd-in2.h CONFIG_HEADERS= ./config.status
594
595mostlyclean-noinstLIBRARIES:
596
597clean-noinstLIBRARIES:
598 test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
599
600distclean-noinstLIBRARIES:
601
602maintainer-clean-noinstLIBRARIES:
603
d92329a9
ILT
604.s.o:
605 $(COMPILE) -c $<
606
607.S.o:
608 $(COMPILE) -c $<
609
c0734708
ILT
610.c.o:
611 $(COMPILE) -c $<
612
613mostlyclean-compile:
614 rm -f *.o core
615
616clean-compile:
617
618distclean-compile:
619 rm -f *.tab.c
620
621maintainer-clean-compile:
622
623.c.lo:
624 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
625
d92329a9
ILT
626# These are just copies of the above rule.
627.s.lo:
628 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
629
630.S.lo:
631 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
632
c0734708
ILT
633mostlyclean-libtool:
634 rm -f *.lo
635
636clean-libtool:
637 rm -rf .libs
638
639distclean-libtool:
640
641maintainer-clean-libtool:
642
643mostlyclean-libLTLIBRARIES:
644
645clean-libLTLIBRARIES:
646 test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
647
648distclean-libLTLIBRARIES:
649
650maintainer-clean-libLTLIBRARIES:
651
652install-libLTLIBRARIES: $(lib_LTLIBRARIES)
653 @$(NORMAL_INSTALL)
654 $(mkinstalldirs) $(libdir)
655 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
656 if test -f $$p; then \
657 echo "$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(libdir)/$$p"; \
658 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(libdir)/$$p; \
659 else :; fi; \
660 done
661
662uninstall-libLTLIBRARIES:
663 $(NORMAL_UNINSTALL)
664 list='$(lib_LTLIBRARIES)'; for p in $$list; do \
665 $(LIBTOOL) --mode=uninstall rm -f $(libdir)/$$p; \
666 done
667
668libbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES)
669 $(LINK) -rpath $(libdir) $(libbfd_la_LDFLAGS) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
670
671# This directory's subdirectories are mostly independent; you can cd
672# into them and run `make' without going through this Makefile.
673# To change the values of `make' variables: instead of editing Makefiles,
674# (1) if the variable is set in `config.status', edit `config.status'
675# (which will cause the Makefiles to be regenerated when you run `make');
676# (2) otherwise, pass the desired values on the `make' command line.
677
678@SET_MAKE@
679
680all-recursive install-data-recursive install-exec-recursive \
681installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
682check-recursive installcheck-recursive info-recursive dvi-recursive:
683 @set fnord $(MAKEFLAGS); amf=$$2; \
684 for subdir in $(SUBDIRS); do \
685 target=`echo $@ | sed s/-recursive//`; \
686 echo "Making $$target in $$subdir"; \
687 (cd $$subdir && $(MAKE) $$target) \
688 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
689 done && test -z "$$fail"
690
691mostlyclean-recursive clean-recursive distclean-recursive \
692maintainer-clean-recursive:
693 @set fnord $(MAKEFLAGS); amf=$$2; \
694 rev=''; for subdir in $(SUBDIRS); do rev="$$rev $$subdir"; done; \
695 for subdir in $$rev; do \
696 target=`echo $@ | sed s/-recursive//`; \
697 echo "Making $$target in $$subdir"; \
698 (cd $$subdir && $(MAKE) $$target) \
699 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
700 done && test -z "$$fail"
701tags-recursive:
702 list='$(SUBDIRS)'; for subdir in $$list; do \
703 (cd $$subdir && $(MAKE) tags); \
704 done
705
706tags: TAGS
707
708ID: $(HEADERS) $(SOURCES)
709 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
710
711TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES)
712 tags=; \
713 here=`pwd`; \
714 list='$(SUBDIRS)'; for subdir in $$list; do \
715 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
716 done; \
717 test -z "$(ETAGS_ARGS)config.in$(SOURCES)$(HEADERS)$$tags" \
718 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $(SOURCES) $(HEADERS) -o $$here/TAGS)
719
720mostlyclean-tags:
721
722clean-tags:
723
724distclean-tags:
725 rm -f TAGS ID
726
727maintainer-clean-tags:
728
729distdir = $(PACKAGE)-$(VERSION)
730top_distdir = $(distdir)
731
732# This target untars the dist file and tries a VPATH configuration. Then
733# it guarantees that the distribution is self-contained by making another
734# tarfile.
735distcheck: dist
736 rm -rf $(distdir)
737 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
738 mkdir $(distdir)/=build
739 mkdir $(distdir)/=inst
740 dc_install_base=`cd $(distdir)/=inst && pwd`; \
741 cd $(distdir)/=build \
742 && ../configure --srcdir=.. --prefix=$$dc_install_base \
743 && $(MAKE) \
744 && $(MAKE) dvi \
745 && $(MAKE) check \
746 && $(MAKE) install \
747 && $(MAKE) installcheck \
748 && $(MAKE) dist
749 rm -rf $(distdir)
750 @echo "========================"; \
751 echo "$(distdir).tar.gz is ready for distribution"; \
752 echo "========================"
753dist: distdir
754 -chmod -R a+r $(distdir)
755 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
756 rm -rf $(distdir)
757dist-all: distdir
758 -chmod -R a+r $(distdir)
759 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
760 rm -rf $(distdir)
761distdir: $(DISTFILES)
762 rm -rf $(distdir)
763 mkdir $(distdir)
764 -chmod 777 $(distdir)
765 @for file in $(DISTFILES); do \
766 if test -f $$file; then d=.; else d=$(srcdir); fi; \
767 test -f $(distdir)/$$file \
768 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
769 || cp -p $$d/$$file $(distdir)/$$file; \
770 done
771 for subdir in $(SUBDIRS); do \
772 test -d $(distdir)/$$subdir \
773 || mkdir $(distdir)/$$subdir \
774 || exit 1; \
775 chmod 777 $(distdir)/$$subdir; \
776 (cd $$subdir && $(MAKE) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
777 || exit 1; \
778 done
779info: info-recursive
780dvi: dvi-recursive
781check: all-am
782 $(MAKE) check-recursive
783installcheck: installcheck-recursive
784install-info: install-info-recursive
785all-recursive-am: config.h
786 $(MAKE) all-recursive
787
788all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
789
790install-exec-am: install-libLTLIBRARIES
791
792install-data-am: install-data-local
793
794uninstall-am: uninstall-libLTLIBRARIES
795
796install-exec: install-exec-recursive install-exec-am
797 @$(NORMAL_INSTALL)
798
799install-data: install-data-recursive install-data-am
800 @$(NORMAL_INSTALL)
801
802install: install-recursive install-exec-am install-data-am
803 @:
804
805uninstall: uninstall-recursive uninstall-am
806
807all: all-recursive-am all-am
808
809install-strip:
810 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
811installdirs: installdirs-recursive
812 $(mkinstalldirs) $(libdir)
813
814
815mostlyclean-generic:
816 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
817
818clean-generic:
819 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
820
821distclean-generic:
822 rm -f Makefile $(DISTCLEANFILES)
823 rm -f config.cache config.log stamp-h stamp-h[0-9]*
824 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
825
826maintainer-clean-generic:
827 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
828 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
829mostlyclean-am: mostlyclean-hdr mostlyclean-noinstLIBRARIES \
830 mostlyclean-compile mostlyclean-libtool \
831 mostlyclean-libLTLIBRARIES mostlyclean-tags \
832 mostlyclean-generic
833
834clean-am: clean-hdr clean-noinstLIBRARIES clean-compile clean-libtool \
835 clean-libLTLIBRARIES clean-tags clean-generic \
836 mostlyclean-am
837
838distclean-am: distclean-hdr distclean-noinstLIBRARIES distclean-compile \
839 distclean-libtool distclean-libLTLIBRARIES \
840 distclean-tags distclean-generic clean-am
841
842maintainer-clean-am: maintainer-clean-hdr \
843 maintainer-clean-noinstLIBRARIES \
844 maintainer-clean-compile maintainer-clean-libtool \
845 maintainer-clean-libLTLIBRARIES maintainer-clean-tags \
846 maintainer-clean-generic distclean-am
847
848mostlyclean: mostlyclean-recursive mostlyclean-am
849
850clean: clean-recursive clean-am
851
852distclean: distclean-recursive distclean-am
853 rm -f config.status
854 rm -f libtool
855
856maintainer-clean: maintainer-clean-recursive maintainer-clean-am
857 @echo "This command is intended for maintainers to use;"
858 @echo "it deletes files that may require special tools to rebuild."
859 rm -f config.status
860
861.PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \
862maintainer-clean-hdr mostlyclean-noinstLIBRARIES \
863distclean-noinstLIBRARIES clean-noinstLIBRARIES \
864maintainer-clean-noinstLIBRARIES mostlyclean-compile distclean-compile \
865clean-compile maintainer-clean-compile mostlyclean-libtool \
866distclean-libtool clean-libtool maintainer-clean-libtool \
867mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
868clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
869uninstall-libLTLIBRARIES install-libLTLIBRARIES install-data-recursive \
870uninstall-data-recursive install-exec-recursive \
871uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
872all-recursive check-recursive installcheck-recursive info-recursive \
873dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
874maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
875distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
876installcheck install-info all-recursive-am all-am install-exec-am \
877install-data-am uninstall-am install-exec install-data install \
878uninstall all installdirs mostlyclean-generic distclean-generic \
879clean-generic maintainer-clean-generic clean mostlyclean distclean \
880maintainer-clean
cecbf7ed 881
5176a6bc 882
44f795f7
ILT
883stamp-ofiles: Makefile
884 rm -f tofiles
2fdca021 885 f=""; \
c812942f 886 for i in $(OFILES) ; do \
2fdca021 887 case " $$f " in \
dae31cf5 888 *" $$i "*) ;; \
2fdca021
KR
889 *) f="$$f $$i" ;; \
890 esac ; \
891 done ; \
44f795f7 892 echo $$f > tofiles
9b31e6f5 893 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
44f795f7
ILT
894 touch stamp-ofiles
895
896ofiles: stamp-ofiles ; @true
5e377ed2
ILT
897
898stamp-lib: libbfd.la
899 cp .libs/libbfd.a libbfd.tmp
900 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a
901 touch stamp-lib
902
903libbfd.a: stamp-lib ; @true
52c6bc4d 904
dee99794
ILT
905# This file holds an array associating configuration triplets and
906# vector names. It is built from config.bfd. It is not compiled by
907# itself, but is included by targets.c.
908targmatch.h: config.bfd targmatch.sed
909 rm -f targmatch.h
910 sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
911 mv -f targmatch.new targmatch.h
912
98c0c56d
BK
913# When compiling archures.c and targets.c, supply the default target
914# info from configure.
915
c0734708
ILT
916targets.lo: targets.c config.status
917 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
4a29cb1e 918
c0734708
ILT
919archures.lo: archures.c config.status
920 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
98c0c56d 921
b968e4f4
KR
922elf32-target.h : elfxx-target.h
923 rm -f elf32-target.h
924 sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
925 mv -f elf32-target.new elf32-target.h
926
927elf64-target.h : elfxx-target.h
928 rm -f elf64-target.h
929 sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
930 mv -f elf64-target.new elf64-target.h
b7577823
ILT
931$(BFD_LIBS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
932$(BFD_MACHINES): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
933$(BFD_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
934$(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
99a42820 935
c0734708
ILT
936# Install BFD include file, and others that it needs.
937install-data-local: $(BFD_H)
a5220fb9 938 $(INSTALL_DATA) $(BFD_H) $(includedir)/bfd.h
6cabab78 939 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(includedir)/ansidecl.h
89665c85 940 $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(includedir)/bfdlink.h
b10e9afb 941
c6b399ce
KR
942# Have to get rid of .dep1 here so that "$?" later includes all of $(CFILES).
943.dep: dep.sed $(CFILES) $(HFILES) bfd.h
944 rm -f .dep1
945 $(MAKE) DEP=$(DEP) .dep1
946 sed -f dep.sed <.dep1 >.dep
947
d684720f 948# This rule really wants a mkdep that runs "gcc -MM".
767f22d5
FF
949# The NetBSD mkdep overwrites any existing file contents, and doesn't insert
950# the "DO NOT DELETE" line.
951# Other mkdep versions require a file that already exists, and do insert it.
952# Hence the weirdness....
d684720f 953.dep1: $(CFILES)
8d0d6655 954 rm -f .dep2 .dep2a
d684720f 955 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep2
767f22d5 956 echo > .dep2a
c0734708 957 $(DEP) -f .dep2a $(INCLUDES) $(CFLAGS) $?
767f22d5 958 sed -e '/DO NOT DELETE/d' -e '/^$$/d' < .dep2a >> .dep2
8d0d6655 959 rm -f .dep2a
9b31e6f5 960 $(SHELL) $(srcdir)/../move-if-change .dep2 .dep1
d684720f 961
c6b399ce 962dep.sed: dep-in.sed config.status
d684720f
KR
963 sed <$(srcdir)/dep-in.sed >dep.sed \
964 -e 's!@BFD_H@!$(BFD_H)!' \
965 -e 's!@INCDIR@!$(INCDIR)!' \
8c693660 966 -e 's!@SRCDIR@!$(srcdir)!'
d684720f 967
d684720f
KR
968dep: .dep
969 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
970 cat .dep >> tmp-Makefile
9b31e6f5 971 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
653dd82a
SG
972
973dep-in: .dep
974 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
975 cat .dep >> tmp-Makefile.in
9b31e6f5 976 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
6f715d66 977
c0734708
ILT
978dep-am: .dep
979 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
980 cat .dep >> tmp-Makefile.am
981 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
982
983host-aout.lo: Makefile
6f715d66 984
5868184b
FF
985# The following program can be used to generate a simple config file
986# which can be folded into an h-XXX file for a new host, with some editing.
d01cd8fc 987aout-params.h: gen-aout
4e810849 988 ./gen-aout host > aout-params.h
5868184b
FF
989gen-aout: $(srcdir)/gen-aout.c Makefile
990 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
6f715d66 991
d92329a9 992$(BFD_H): stmp-bfd-h ; @true
75ff7895 993
d92329a9 994stmp-bfd-h: bfd-in3.h
f4e14cb9
ILT
995 rm -f bfd-tmp.h
996 cp bfd-in3.h bfd-tmp.h
9b31e6f5 997 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
f4e14cb9 998 rm -f bfd-tmp.h
d92329a9 999 touch stmp-bfd-h
34075964 1000
a5220fb9 1001# Could really use a "copy-if-change"...
12e7087f 1002headers:
98c0c56d 1003 (cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
15db2044 1004 cp $(docdir)/bfd.h bfd-in2.h-new
9b31e6f5 1005 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
6bb4c923 1006 cp $(docdir)/libbfd.h libbfd.h-new
9b31e6f5 1007 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
6bb4c923 1008 cp $(docdir)/libcoff.h libcoff.h-new
9b31e6f5 1009 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
12e7087f 1010
d92329a9
ILT
1011# We only rebuild the header files automatically if we have been
1012# configured with --enable-maintainer-mode.
1013
eee4e8ca 1014$(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
d92329a9
ILT
1015stmp-bin2-h: $(BFD_H_FILES)
1016 (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
66761e59 1017 cp $(docdir)/bfd.h bfd-in2.h-new
9b31e6f5 1018 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
d92329a9
ILT
1019 touch stmp-bin2-h
1020
eee4e8ca 1021$(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
d92329a9
ILT
1022stmp-lbfd-h: $(LIBBFD_H_FILES)
1023 (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
66761e59 1024 cp $(docdir)/libbfd.h libbfd.h-new
9b31e6f5 1025 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
d92329a9
ILT
1026 touch stmp-lbfd-h
1027
eee4e8ca 1028$(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
d92329a9
ILT
1029stmp-lcoff-h: $(LIBCOFF_H_FILES)
1030 (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
66761e59 1031 cp $(docdir)/libcoff.h libcoff.h-new
9b31e6f5 1032 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
d92329a9 1033 touch stmp-lcoff-h
66761e59 1034
fd8d7c31 1035start-sanitize-d30v:
c0734708 1036elf32-d30v.lo: elf32-d30v.c elf-bfd.h $(INCDIR)/elf/common.h \
fd8d7c31
MH
1037 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1038 elf32-target.h
1039end-sanitize-d30v:
1040
5a608f5b 1041start-sanitize-tic80:
c0734708
ILT
1042cpu-tic80.lo: cpu-tic80.c
1043coff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h elf-bfd.h \
2c66160c 1044 $(INCDIR)/coff/tic80.h $(INCDIR)/coff/internal.h coffcode.h
5a608f5b
FF
1045end-sanitize-tic80:
1046
12e7087f
JG
1047# What appears below is generated by a hacked mkdep using gcc -MM.
1048
1049# DO NOT DELETE THIS LINE -- mkdep uses it.
cf587de8 1050# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
c0734708
ILT
1051archive.lo: archive.c $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h
1052archures.lo: archures.c
1053bfd.lo: bfd.c $(INCDIR)/libiberty.h $(INCDIR)/bfdlink.h \
418d5b05
ILT
1054 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h libcoff.h \
1055 libecoff.h $(INCDIR)/coff/ecoff.h elf-bfd.h $(INCDIR)/elf/common.h \
1056 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
c0734708
ILT
1057cache.lo: cache.c
1058coffgen.lo: coffgen.c $(INCDIR)/coff/internal.h libcoff.h \
8d0d6655 1059 $(INCDIR)/bfdlink.h
c0734708
ILT
1060corefile.lo: corefile.c
1061format.lo: format.c
1062init.lo: init.c
1063libbfd.lo: libbfd.c
1064opncls.lo: opncls.c $(INCDIR)/objalloc.h
1065reloc.lo: reloc.c $(INCDIR)/bfdlink.h
1066section.lo: section.c
1067syms.lo: syms.c $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h \
86aac8ea 1068 $(INCDIR)/aout/stab.def
c0734708
ILT
1069targets.lo: targets.c $(INCDIR)/fnmatch.h targmatch.h
1070hash.lo: hash.c $(INCDIR)/objalloc.h
1071linker.lo: linker.c $(INCDIR)/bfdlink.h genlink.h
1072elf.lo: elf.c $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
8d0d6655 1073 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
c0734708
ILT
1074srec.lo: srec.c $(INCDIR)/libiberty.h
1075binary.lo: binary.c
1076tekhex.lo: tekhex.c $(INCDIR)/libiberty.h
1077ihex.lo: ihex.c $(INCDIR)/libiberty.h
1078stabs.lo: stabs.c $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
1079stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
c877bdf1 1080 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
c0734708
ILT
1081cpu-a29k.lo: cpu-a29k.c
1082cpu-alpha.lo: cpu-alpha.c
2c66160c 1083cpu-arc.lo: cpu-arc.c
c0734708
ILT
1084cpu-arm.lo: cpu-arm.c
1085cpu-h8300.lo: cpu-h8300.c
1086cpu-h8500.lo: cpu-h8500.c
1087cpu-hppa.lo: cpu-hppa.c
1088cpu-i386.lo: cpu-i386.c
1089cpu-i860.lo: cpu-i860.c
1090cpu-i960.lo: cpu-i960.c
1091cpu-m32r.lo: cpu-m32r.c
1092cpu-m68k.lo: cpu-m68k.c
1093cpu-m88k.lo: cpu-m88k.c
1094cpu-mips.lo: cpu-mips.c
1095cpu-m10200.lo: cpu-m10200.c
1096cpu-m10300.lo: cpu-m10300.c
1097cpu-ns32k.lo: cpu-ns32k.c ns32k.h
1098cpu-powerpc.lo: cpu-powerpc.c
1099cpu-rs6000.lo: cpu-rs6000.c
1100cpu-sh.lo: cpu-sh.c
1101cpu-sparc.lo: cpu-sparc.c
eee4e8ca 1102cpu-tic30.lo: cpu-tic30.c
d92329a9 1103cpu-v850.lo: cpu-v850.c
c0734708
ILT
1104cpu-vax.lo: cpu-vax.c
1105cpu-we32k.lo: cpu-we32k.c
1106cpu-w65.lo: cpu-w65.c
1107cpu-z8k.lo: cpu-z8k.c
1108aout-adobe.lo: aout-adobe.c $(INCDIR)/aout/adobe.h \
1109 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
1110 $(INCDIR)/bfdlink.h
1111aout-arm.lo: aout-arm.c libaout.h $(INCDIR)/bfdlink.h \
dee99794
ILT
1112 $(INCDIR)/aout/aout64.h aoutx.h $(INCDIR)/aout/stab_gnu.h \
1113 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
c0734708 1114aout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
c877bdf1 1115 ns32k.h libaout.h $(INCDIR)/bfdlink.h
c0734708 1116aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
dee99794
ILT
1117 libaout.h aoutf1.h $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h \
1118 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1119 aout-target.h
eee4e8ca
ILT
1120aout-tic30.lo: aout-tic30.c libaout.h $(INCDIR)/bfdlink.h \
1121 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1122 $(INCDIR)/aout/ar.h aoutx.h
c0734708 1123aout0.lo: aout0.c aoutf1.h $(INCDIR)/aout/sun4.h libaout.h \
0b72c410
KR
1124 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1125 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
c0734708 1126aout32.lo: aout32.c aoutx.h $(INCDIR)/bfdlink.h libaout.h \
8d0d6655
KR
1127 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1128 $(INCDIR)/aout/ar.h
c0734708 1129bout.lo: bout.c $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/bout.h \
8d0d6655 1130 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h
c0734708 1131cf-i386lynx.lo: cf-i386lynx.c coff-i386.c $(INCDIR)/coff/i386.h \
3cd942de
ILT
1132 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1133 coffcode.h coffswap.h
c0734708 1134cf-m68klynx.lo: cf-m68klynx.c coff-m68k.c $(INCDIR)/coff/m68k.h \
8d0d6655
KR
1135 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1136 coffcode.h coffswap.h
c0734708 1137cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/coff/sparc.h \
3cd942de
ILT
1138 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1139 coffcode.h coffswap.h
c0734708 1140coff-a29k.lo: coff-a29k.c $(INCDIR)/coff/a29k.h $(INCDIR)/coff/internal.h \
3cd942de 1141 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
c0734708 1142coff-apollo.lo: coff-apollo.c $(INCDIR)/coff/apollo.h \
8d0d6655 1143 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
356cd465 1144 coffcode.h coffswap.h
c0734708 1145coff-arm.lo: coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/internal.h \
8d0d6655 1146 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
c0734708 1147coff-aux.lo: coff-aux.c $(INCDIR)/coff/aux-coff.h $(INCDIR)/coff/internal.h \
d19df9b5
ILT
1148 $(INCDIR)/coff/m68k.h coff-m68k.c libcoff.h $(INCDIR)/bfdlink.h \
1149 coffcode.h coffswap.h
c0734708 1150coff-h8300.lo: coff-h8300.c $(INCDIR)/bfdlink.h genlink.h \
c877bdf1
ILT
1151 $(INCDIR)/coff/h8300.h $(INCDIR)/coff/internal.h libcoff.h \
1152 coffcode.h coffswap.h
c0734708 1153coff-h8500.lo: coff-h8500.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/h8500.h \
8d0d6655 1154 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
c0734708 1155coff-i386.lo: coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h \
8d0d6655 1156 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
c0734708 1157coff-i860.lo: coff-i860.c $(INCDIR)/coff/i860.h $(INCDIR)/coff/internal.h \
cf587de8 1158 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
c0734708 1159coff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/coff/i386.h \
8d0d6655 1160 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
3cd942de 1161 coffcode.h coffswap.h
c0734708 1162coff-i960.lo: coff-i960.c $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h \
8d0d6655 1163 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
c0734708 1164coff-m68k.lo: coff-m68k.c $(INCDIR)/coff/m68k.h $(INCDIR)/coff/internal.h \
3cd942de 1165 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
c0734708 1166coff-m88k.lo: coff-m88k.c $(INCDIR)/coff/m88k.h $(INCDIR)/coff/internal.h \
3cd942de 1167 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
c0734708 1168coff-mips.lo: coff-mips.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
d5d53b0a
JW
1169 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1170 $(INCDIR)/coff/mips.h libcoff.h libecoff.h coffswap.h \
1171 ecoffswap.h
c0734708 1172coff-pmac.lo: coff-pmac.c coff-rs6000.c $(INCDIR)/coff/internal.h \
8d0d6655
KR
1173 $(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \
1174 coffcode.h coffswap.h
c0734708 1175coff-rs6000.lo: coff-rs6000.c $(INCDIR)/coff/internal.h \
8d0d6655
KR
1176 $(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \
1177 coffcode.h coffswap.h
c0734708 1178coff-sh.lo: coff-sh.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
130308bf 1179 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
c0734708
ILT
1180coff-sparc.lo: coff-sparc.c $(INCDIR)/coff/sparc.h \
1181 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1182 coffcode.h coffswap.h
76af94b9 1183coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/coff/i386.h \
179ce6e1
ILT
1184 $(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \
1185 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \
1186 go32stub.h
c0734708 1187coff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/coff/m68k.h \
ac388f2a
ILT
1188 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1189 coffcode.h coffswap.h
eee4e8ca
ILT
1190coff-tic30.lo: coff-tic30.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic30.h \
1191 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
c0734708 1192coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/coff/m68k.h \
8d0d6655
KR
1193 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1194 coffcode.h coffswap.h
c0734708
ILT
1195coff-we32k.lo: coff-we32k.c $(INCDIR)/coff/we32k.h \
1196 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1197 coffcode.h coffswap.h
1198coff-w65.lo: coff-w65.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/w65.h \
ac400c0e 1199 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
c0734708 1200coff-z8k.lo: coff-z8k.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/z8k.h \
130308bf 1201 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
c0734708 1202cofflink.lo: cofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
8d0d6655 1203 libcoff.h
d92329a9
ILT
1204dwarf2.lo: dwarf2.c elf-bfd.h $(INCDIR)/elf/common.h \
1205 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1206 $(INCDIR)/elf/dwarf2.h
c0734708 1207ecoff.lo: ecoff.c $(INCDIR)/bfdlink.h $(INCDIR)/aout/ar.h \
8d0d6655
KR
1208 $(INCDIR)/aout/ranlib.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1209 libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/coff/internal.h \
1210 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1211 libcoff.h libecoff.h
c0734708 1212ecofflink.lo: ecofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/objalloc.h \
508539ab 1213 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h \
ac388f2a
ILT
1214 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1215 libcoff.h libecoff.h
099ddbf1
ILT
1216elf32-arc.lo: elf32-arc.c elf-bfd.h $(INCDIR)/elf/common.h \
1217 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1218 $(INCDIR)/elf/arc.h elf32-target.h
76af94b9
DE
1219elf32-d10v.lo: elf32-d10v.c elf-bfd.h $(INCDIR)/elf/common.h \
1220 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1221 elf32-target.h
c0734708 1222elf32-gen.lo: elf32-gen.c elf-bfd.h $(INCDIR)/elf/common.h \
8d0d6655
KR
1223 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1224 elf32-target.h
c0734708 1225elf32-hppa.lo: elf32-hppa.c $(INCDIR)/bfdlink.h elf-bfd.h \
130308bf 1226 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
8d0d6655 1227 elf32-hppa.h libhppa.h $(INCDIR)/elf/hppa.h hppa_stubs.h \
130308bf 1228 elf32-target.h
c0734708 1229elf32-i386.lo: elf32-i386.c $(INCDIR)/bfdlink.h elf-bfd.h \
7ce8b9d1
ILT
1230 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1231 elf32-target.h
c0734708 1232elf32-i860.lo: elf32-i860.c elf-bfd.h $(INCDIR)/elf/common.h \
7ce8b9d1
ILT
1233 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1234 elf32-target.h
c0734708 1235elf32-m32r.lo: elf32-m32r.c elf-bfd.h $(INCDIR)/elf/common.h \
418d5b05
ILT
1236 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1237 $(INCDIR)/elf/m32r.h elf32-target.h
c0734708 1238elf32-m68k.lo: elf32-m68k.c $(INCDIR)/bfdlink.h elf-bfd.h \
8809320b 1239 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
7ce8b9d1 1240 elf32-target.h
c0734708 1241elf32-m88k.lo: elf32-m88k.c elf-bfd.h $(INCDIR)/elf/common.h \
7ce8b9d1
ILT
1242 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1243 elf32-target.h
c0734708 1244elf32-mips.lo: elf32-mips.c $(INCDIR)/bfdlink.h genlink.h \
6ab826bd 1245 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
130308bf
ILT
1246 $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/coff/sym.h \
1247 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
8d12f138 1248 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h ecoffswap.h \
d5d53b0a 1249 elf32-target.h
c0734708 1250elf-m10200.lo: elf-m10200.c elf-bfd.h $(INCDIR)/elf/common.h \
c00ae065
JL
1251 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1252 elf32-target.h
c0734708 1253elf-m10300.lo: elf-m10300.c elf-bfd.h $(INCDIR)/elf/common.h \
c00ae065
JL
1254 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1255 elf32-target.h
c0734708 1256elf32-ppc.lo: elf32-ppc.c $(INCDIR)/bfdlink.h elf-bfd.h \
8809320b
ILT
1257 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1258 $(INCDIR)/elf/ppc.h elf32-target.h
c0734708 1259elf32-sh.lo: elf32-sh.c $(INCDIR)/bfdlink.h elf-bfd.h \
f0c12b73
DE
1260 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1261 elf32-target.h
c0734708 1262elf32-sparc.lo: elf32-sparc.c $(INCDIR)/bfdlink.h elf-bfd.h \
8d0d6655 1263 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
86aac8ea 1264 $(INCDIR)/elf/sparc.h elf32-target.h
d92329a9
ILT
1265elf32-v850.lo: elf32-v850.c $(INCDIR)/bfdlink.h elf-bfd.h \
1266 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1267 $(INCDIR)/elf/v850.h elf32-target.h
c0734708 1268elf32.lo: elf32.c elfcode.h $(INCDIR)/bfdlink.h elf-bfd.h \
b10e9afb 1269 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
508539ab 1270 $(INCDIR)/fnmatch.h elfcore.h elflink.h
c0734708 1271elflink.lo: elflink.c $(INCDIR)/bfdlink.h elf-bfd.h \
8d0d6655 1272 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
c0734708 1273hp300bsd.lo: hp300bsd.c libaout.h $(INCDIR)/bfdlink.h \
dee99794
ILT
1274 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1275 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
c0734708 1276hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
130308bf
ILT
1277 aoutx.h $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1278 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1279 aout-target.h
c0734708
ILT
1280som.lo: som.c
1281i386aout.lo: i386aout.c $(INCDIR)/aout/aout64.h libaout.h \
f0c12b73 1282 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
8d0d6655 1283 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
c0734708 1284i386bsd.lo: i386bsd.c libaout.h $(INCDIR)/bfdlink.h \
8d0d6655
KR
1285 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1286 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
c0734708 1287i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
dee99794
ILT
1288 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1289 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1290 aout-target.h
c0734708 1291i386freebsd.lo: i386freebsd.c freebsd.h libaout.h $(INCDIR)/bfdlink.h \
767f22d5
FF
1292 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1293 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
c0734708 1294i386linux.lo: i386linux.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
8d0d6655
KR
1295 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1296 $(INCDIR)/bfdlink.h aout-target.h
c0734708 1297i386lynx.lo: i386lynx.c libaout.h $(INCDIR)/bfdlink.h \
0b72c410
KR
1298 $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1299 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
c0734708
ILT
1300i386msdos.lo: i386msdos.c libaout.h $(INCDIR)/bfdlink.h
1301i386netbsd.lo: i386netbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
8d0d6655
KR
1302 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1303 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
c0734708 1304i386mach3.lo: i386mach3.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
8d0d6655
KR
1305 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1306 $(INCDIR)/bfdlink.h aout-target.h
c0734708 1307i386os9k.lo: i386os9k.c $(INCDIR)/bfdlink.h libaout.h \
8d0d6655 1308 $(INCDIR)/os9k.h
c0734708
ILT
1309ieee.lo: ieee.c $(INCDIR)/ieee.h libieee.h
1310m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h libaout.h \
1311 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1312 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1313m68klinux.lo: m68klinux.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
c877bdf1
ILT
1314 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1315 $(INCDIR)/bfdlink.h aout-target.h
c0734708 1316m68klynx.lo: m68klynx.c libaout.h $(INCDIR)/bfdlink.h \
0b72c410
KR
1317 $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1318 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
c0734708 1319m68knetbsd.lo: m68knetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
661df78b
KR
1320 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1321 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
c0734708 1322m88kmach3.lo: m88kmach3.c libaout.h $(INCDIR)/bfdlink.h \
c768bd3f
ILT
1323 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1324 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
c0734708 1325mipsbsd.lo: mipsbsd.c libaout.h $(INCDIR)/bfdlink.h \
c768bd3f
ILT
1326 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1327 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
c0734708 1328newsos3.lo: newsos3.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
8d0d6655
KR
1329 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1330 $(INCDIR)/bfdlink.h aout-target.h
c0734708 1331nlm.lo: nlm.c libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
8d0d6655 1332 $(INCDIR)/nlm/external.h
c0734708 1333nlm32-i386.lo: nlm32-i386.c $(INCDIR)/nlm/i386-ext.h \
8d0d6655
KR
1334 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1335 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
c0734708 1336nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/nlm/sparc32-ext.h \
8d0d6655
KR
1337 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1338 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
c0734708 1339nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/nlm/ppc-ext.h libnlm.h \
8d0d6655
KR
1340 $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \
1341 nlmswap.h nlm-target.h
c0734708 1342nlm32.lo: nlm32.c nlmcode.h libnlm.h $(INCDIR)/nlm/common.h \
8d0d6655 1343 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
c0734708 1344ns32knetbsd.lo: ns32knetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
8d0d6655
KR
1345 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1346 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
c0734708
ILT
1347oasys.lo: oasys.c $(INCDIR)/oasys.h liboasys.h
1348pc532-mach.lo: pc532-mach.c libaout.h $(INCDIR)/bfdlink.h \
8d0d6655
KR
1349 $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1350 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
c0734708 1351pe-arm.lo: pe-arm.c coff-arm.c $(INCDIR)/coff/arm.h \
8809320b 1352 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
356cd465 1353 $(INCDIR)/bfdlink.h coffcode.h peicode.h
c0734708 1354pei-arm.lo: pei-arm.c coff-arm.c $(INCDIR)/coff/arm.h \
8809320b 1355 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
a52a3ce8 1356 $(INCDIR)/bfdlink.h coffcode.h peicode.h
c0734708 1357pe-i386.lo: pe-i386.c coff-i386.c $(INCDIR)/coff/i386.h \
4e98461f 1358 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
356cd465 1359 $(INCDIR)/bfdlink.h coffcode.h peicode.h
c0734708 1360pei-i386.lo: pei-i386.c coff-i386.c $(INCDIR)/coff/i386.h \
4e98461f 1361 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
a52a3ce8 1362 $(INCDIR)/bfdlink.h coffcode.h peicode.h
c0734708 1363pe-ppc.lo: pe-ppc.c coff-ppc.c $(INCDIR)/coff/powerpc.h \
356cd465
ILT
1364 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1365 $(INCDIR)/bfdlink.h coffcode.h peicode.h
c0734708 1366pei-ppc.lo: pei-ppc.c coff-ppc.c $(INCDIR)/coff/powerpc.h \
356cd465
ILT
1367 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1368 $(INCDIR)/bfdlink.h coffcode.h peicode.h
c0734708
ILT
1369ppcboot.lo: ppcboot.c
1370reloc16.lo: reloc16.c $(INCDIR)/bfdlink.h genlink.h \
8d0d6655 1371 $(INCDIR)/coff/internal.h libcoff.h
c0734708 1372riscix.lo: riscix.c libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
dee99794
ILT
1373 aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1374 $(INCDIR)/aout/ar.h
c0734708 1375sparclinux.lo: sparclinux.c $(INCDIR)/aout/aout64.h \
418d5b05
ILT
1376 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1377 libaout.h $(INCDIR)/bfdlink.h aout-target.h
c0734708 1378sparclynx.lo: sparclynx.c $(INCDIR)/aout/sun4.h libaout.h \
8d0d6655
KR
1379 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1380 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
c0734708 1381sparcnetbsd.lo: sparcnetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
8d0d6655
KR
1382 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1383 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
c0734708 1384sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
8d0d6655
KR
1385 $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1386 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
eee4e8ca
ILT
1387vaxnetbsd.lo: vaxnetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1388 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1389 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
c0734708
ILT
1390versados.lo: versados.c $(INCDIR)/libiberty.h
1391xcofflink.lo: xcofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
356cd465 1392 libcoff.h
c0734708 1393aout64.lo: aout64.c aoutx.h $(INCDIR)/bfdlink.h libaout.h \
8d0d6655
KR
1394 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1395 $(INCDIR)/aout/ar.h
c0734708 1396coff-alpha.lo: coff-alpha.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
8d0d6655 1397 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
86aac8ea
ILT
1398 $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
1399 libecoff.h coffswap.h ecoffswap.h
c0734708
ILT
1400demo64.lo: demo64.c aoutf1.h $(INCDIR)/aout/sun4.h \
1401 libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1402 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1403 aout-target.h
1404elf64-alpha.lo: elf64-alpha.c elf-bfd.h $(INCDIR)/elf/common.h \
50bd50d4
MH
1405 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1406 $(INCDIR)/elf/alpha.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1407 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h \
1408 $(INCDIR)/aout/ar.h libcoff.h libecoff.h ecoffswap.h \
1409 elf64-target.h
c0734708 1410elf64-gen.lo: elf64-gen.c elf-bfd.h $(INCDIR)/elf/common.h \
8d0d6655
KR
1411 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1412 elf64-target.h
c0734708 1413elf64-mips.lo: elf64-mips.c $(INCDIR)/aout/ar.h $(INCDIR)/bfdlink.h \
f0c12b73 1414 genlink.h elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
50bd50d4
MH
1415 $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/coff/sym.h \
1416 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1417 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \
1418 elf64-target.h
c0734708 1419elf64-sparc.lo: elf64-sparc.c elf-bfd.h $(INCDIR)/elf/common.h \
8d0d6655 1420 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
f2e33e27 1421 $(INCDIR)/elf/sparc.h elf64-target.h
c0734708 1422elf64.lo: elf64.c elfcode.h $(INCDIR)/bfdlink.h elf-bfd.h \
8d0d6655 1423 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
508539ab 1424 $(INCDIR)/fnmatch.h elfcore.h elflink.h
c0734708
ILT
1425evax-alpha.lo: evax-alpha.c $(INCDIR)/bfdlink.h evax.h
1426evax-egsd.lo: evax-egsd.c $(INCDIR)/bfdlink.h evax.h
1427evax-etir.lo: evax-etir.c $(INCDIR)/bfdlink.h evax.h
1428evax-emh.lo: evax-emh.c $(INCDIR)/bfdlink.h evax.h
1429evax-misc.lo: evax-misc.c $(INCDIR)/bfdlink.h evax.h
1430nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/nlm/alpha-ext.h \
8d0d6655
KR
1431 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1432 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
c0734708 1433nlm64.lo: nlm64.c nlmcode.h libnlm.h $(INCDIR)/nlm/common.h \
8d0d6655 1434 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
c0734708 1435aix386-core.lo: aix386-core.c $(INCDIR)/coff/i386.h \
8d0d6655 1436 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h
c0734708
ILT
1437hpux-core.lo: hpux-core.c
1438irix-core.lo: irix-core.c
1439lynx-core.lo: lynx-core.c
1440osf-core.lo: osf-core.c
1441trad-core.lo: trad-core.c libaout.h $(INCDIR)/bfdlink.h
1442cisco-core.lo: cisco-core.c
cf587de8 1443# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
c0734708
ILT
1444
1445# Tell versions [3.59,3.63) of GNU make to not export all variables.
1446# Otherwise a system limit (for SysV at least) may be exceeded.
1447.NOEXPORT:
This page took 0.292398 seconds and 4 git commands to generate.