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