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