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