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