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