Add new port: crx-elf
[deliverable/binutils-gdb.git] / bfd / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 AR = @AR@
67 AS = @AS@
68 BFD_HOST_64BIT_LONG = @BFD_HOST_64BIT_LONG@
69 BFD_HOST_64_BIT = @BFD_HOST_64_BIT@
70 BFD_HOST_64_BIT_DEFINED = @BFD_HOST_64_BIT_DEFINED@
71 BFD_HOST_LONG_LONG = @BFD_HOST_LONG_LONG@
72 BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
73 CATALOGS = @CATALOGS@
74 CATOBJEXT = @CATOBJEXT@
75 CC = @CC@
76 CC_FOR_BUILD = @CC_FOR_BUILD@
77 COREFILE = @COREFILE@
78 COREFLAG = @COREFLAG@
79 CXX = @CXX@
80 CXXCPP = @CXXCPP@
81 DATADIRNAME = @DATADIRNAME@
82 DLLTOOL = @DLLTOOL@
83 EXEEXT = @EXEEXT@
84 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
85 GCJ = @GCJ@
86 GCJFLAGS = @GCJFLAGS@
87 GMOFILES = @GMOFILES@
88 GMSGFMT = @GMSGFMT@
89 GT_NO = @GT_NO@
90 GT_YES = @GT_YES@
91 HDEFINES = @HDEFINES@
92 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
93 INSTOBJEXT = @INSTOBJEXT@
94 INTLDEPS = @INTLDEPS@
95 INTLLIBS = @INTLLIBS@
96 INTLOBJS = @INTLOBJS@
97 LIBTOOL = @LIBTOOL@
98 LN_S = @LN_S@
99 MAINT = @MAINT@
100 MAKEINFO = @MAKEINFO@
101 MKINSTALLDIRS = @MKINSTALLDIRS@
102 MSGFMT = @MSGFMT@
103 OBJDUMP = @OBJDUMP@
104 OBJEXT = @OBJEXT@
105 PACKAGE = @PACKAGE@
106 POFILES = @POFILES@
107 POSUB = @POSUB@
108 RANLIB = @RANLIB@
109 STRIP = @STRIP@
110 TDEFINES = @TDEFINES@
111 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
112 USE_NLS = @USE_NLS@
113 VERSION = @VERSION@
114 WIN32LDFLAGS = @WIN32LDFLAGS@
115 WIN32LIBADD = @WIN32LIBADD@
116 all_backends = @all_backends@
117 bfd_backends = @bfd_backends@
118 bfd_default_target_size = @bfd_default_target_size@
119 bfd_file_ptr = @bfd_file_ptr@
120 bfd_libs = @bfd_libs@
121 bfd_machines = @bfd_machines@
122 bfd_ufile_ptr = @bfd_ufile_ptr@
123 l = @l@
124 tdefaults = @tdefaults@
125 wordsize = @wordsize@
126
127 AUTOMAKE_OPTIONS = cygnus
128
129 # Uncomment the following line when doing a release.
130 # RELEASE=y
131
132 INCDIR = $(srcdir)/../include
133 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
134 MKDEP = gcc -MM
135
136 SUBDIRS = doc po
137
138 docdir = doc
139 bfdlibdir = @bfdlibdir@
140 bfdincludedir = @bfdincludedir@
141
142 bfdlib_LTLIBRARIES = libbfd.la
143
144 WARN_CFLAGS = @WARN_CFLAGS@
145 AM_CFLAGS = $(WARN_CFLAGS)
146
147 # bfd.h goes here, for now
148 BFD_H = bfd.h
149
150 # Jim Kingdon notes:
151 # Writing S-records should be included in all (or at least most)
152 # *-*-coff, *-*-aout, etc., configurations, because people will want to
153 # be able to use objcopy to create S-records. (S-records are not useful
154 # for the debugger, so if you are downloading things as S-records you
155 # need two copies of the executable, one to download and one for the
156 # debugger).
157 BFD32_LIBS = \
158 archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
159 cache.lo coffgen.lo corefile.lo \
160 format.lo init.lo libbfd.lo opncls.lo reloc.lo \
161 section.lo syms.lo targets.lo hash.lo linker.lo \
162 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
163 merge.lo dwarf2.lo simple.lo
164
165
166 BFD64_LIBS = archive64.lo
167
168 BFD32_LIBS_CFILES = \
169 archive.c archures.c bfd.c bfdio.c bfdwin.c \
170 cache.c coffgen.c corefile.c \
171 format.c init.c libbfd.c opncls.c reloc.c \
172 section.c syms.c targets.c hash.c linker.c \
173 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
174 merge.c dwarf2.c simple.c
175
176
177 BFD64_LIBS_CFILES = archive64.c
178
179 # This list is alphabetized to make it easier to keep in sync
180 # with the decls and initializer in archures.c.
181 ALL_MACHINES = \
182 cpu-a29k.lo \
183 cpu-alpha.lo \
184 cpu-arc.lo \
185 cpu-arm.lo \
186 cpu-avr.lo \
187 cpu-cr16c.lo \
188 cpu-cris.lo \
189 cpu-crx.lo \
190 cpu-d10v.lo \
191 cpu-d30v.lo \
192 cpu-dlx.lo \
193 cpu-fr30.lo \
194 cpu-frv.lo \
195 cpu-h8300.lo \
196 cpu-h8500.lo \
197 cpu-hppa.lo \
198 cpu-ia64.lo \
199 cpu-i370.lo \
200 cpu-i386.lo \
201 cpu-i860.lo \
202 cpu-i960.lo \
203 cpu-ip2k.lo \
204 cpu-iq2000.lo \
205 cpu-m32r.lo \
206 cpu-m68hc11.lo \
207 cpu-m68hc12.lo \
208 cpu-m68k.lo \
209 cpu-m88k.lo \
210 cpu-m10200.lo \
211 cpu-m10300.lo \
212 cpu-mcore.lo \
213 cpu-mips.lo \
214 cpu-mmix.lo \
215 cpu-msp430.lo \
216 cpu-or32.lo \
217 cpu-ns32k.lo \
218 cpu-openrisc.lo \
219 cpu-pdp11.lo \
220 cpu-pj.lo \
221 cpu-powerpc.lo \
222 cpu-rs6000.lo \
223 cpu-s390.lo \
224 cpu-sh.lo \
225 cpu-sparc.lo \
226 cpu-tic30.lo \
227 cpu-tic4x.lo \
228 cpu-tic54x.lo \
229 cpu-tic80.lo \
230 cpu-v850.lo \
231 cpu-vax.lo \
232 cpu-we32k.lo \
233 cpu-w65.lo \
234 cpu-xstormy16.lo \
235 cpu-xtensa.lo \
236 cpu-z8k.lo
237
238
239 ALL_MACHINES_CFILES = \
240 cpu-a29k.c \
241 cpu-alpha.c \
242 cpu-arc.c \
243 cpu-arm.c \
244 cpu-avr.c \
245 cpu-cris.c \
246 cpu-cr16c.c \
247 cpu-crx.c \
248 cpu-d10v.c \
249 cpu-d30v.c \
250 cpu-dlx.c \
251 cpu-fr30.c \
252 cpu-frv.c \
253 cpu-h8300.c \
254 cpu-h8500.c \
255 cpu-hppa.c \
256 cpu-ia64.c \
257 cpu-i370.c \
258 cpu-i386.c \
259 cpu-i860.c \
260 cpu-i960.c \
261 cpu-ip2k.c \
262 cpu-iq2000.c \
263 cpu-m32r.c \
264 cpu-m68hc11.c \
265 cpu-m68hc12.c \
266 cpu-m68k.c \
267 cpu-m88k.c \
268 cpu-m10200.c \
269 cpu-m10300.c \
270 cpu-mcore.c \
271 cpu-mips.c \
272 cpu-mmix.c \
273 cpu-msp430.c \
274 cpu-or32.c \
275 cpu-ns32k.c \
276 cpu-openrisc.c \
277 cpu-pdp11.c \
278 cpu-pj.c \
279 cpu-powerpc.c \
280 cpu-rs6000.c \
281 cpu-s390.c \
282 cpu-sh.c \
283 cpu-sparc.c \
284 cpu-tic30.c \
285 cpu-tic4x.c \
286 cpu-tic54x.c \
287 cpu-tic80.c \
288 cpu-v850.c \
289 cpu-vax.c \
290 cpu-we32k.c \
291 cpu-w65.c \
292 cpu-xstormy16.c \
293 cpu-xtensa.c \
294 cpu-z8k.c
295
296
297 # The .o files needed by all of the 32 bit vectors that are configured into
298 # target_vector in targets.c if configured with --enable-targets=all.
299 BFD32_BACKENDS = \
300 aout-adobe.lo \
301 aout-arm.lo \
302 aout-cris.lo \
303 aout-ns32k.lo \
304 aout-sparcle.lo \
305 aout-tic30.lo \
306 aout0.lo \
307 aout32.lo \
308 armnetbsd.lo \
309 bout.lo \
310 cf-i386lynx.lo \
311 cf-m68klynx.lo \
312 cf-sparclynx.lo \
313 coff-a29k.lo \
314 coff-apollo.lo \
315 coff-arm.lo \
316 coff-aux.lo \
317 coff-h8300.lo \
318 coff-h8500.lo \
319 coff-i386.lo \
320 coff-go32.lo \
321 coff-i860.lo \
322 coff-i960.lo \
323 coff-m68k.lo \
324 coff-m88k.lo \
325 coff-mips.lo \
326 coff-or32.lo \
327 coff-rs6000.lo \
328 coff-sh.lo \
329 coff-sparc.lo \
330 coff-stgo32.lo \
331 coff-svm68k.lo \
332 coff-tic30.lo \
333 coff-tic4x.lo \
334 coff-tic54x.lo \
335 coff-tic80.lo \
336 coff-u68k.lo \
337 coff-we32k.lo \
338 coff-w65.lo \
339 coff-z8k.lo \
340 cofflink.lo \
341 dwarf1.lo \
342 ecoff.lo \
343 ecofflink.lo \
344 efi-app-ia32.lo \
345 elf.lo \
346 elf32-am33lin.lo \
347 elf32-arc.lo \
348 elfarm-oabi.lo \
349 elfarm-nabi.lo \
350 elf32-avr.lo \
351 elf32-cr16c.lo \
352 elf32-cris.lo \
353 elf32-crx.lo \
354 elf32-d10v.lo \
355 elf32-d30v.lo \
356 elf32-dlx.lo \
357 elf32-fr30.lo \
358 elf32-frv.lo \
359 elf32-gen.lo \
360 elf32-h8300.lo \
361 elf32-hppa.lo \
362 elf32-i370.lo \
363 elf32-i386.lo \
364 elf32-i860.lo \
365 elf32-i960.lo \
366 elf32-ia64.lo \
367 elf32-ip2k.lo \
368 elf32-iq2000.lo \
369 elf32-m32r.lo \
370 elf32-m68hc11.lo \
371 elf32-m68hc12.lo \
372 elf32-m68hc1x.lo \
373 elf32-m68k.lo \
374 elf32-m88k.lo \
375 elf-m10200.lo \
376 elf-m10300.lo \
377 elf32-mcore.lo \
378 elfxx-mips.lo \
379 elf32-mips.lo \
380 elf32-msp430.lo \
381 elf32-openrisc.lo \
382 elf32-or32.lo \
383 elf32-pj.lo \
384 elf32-ppc.lo \
385 elf32-s390.lo \
386 elf32-sh.lo \
387 elf32-sh-symbian.lo \
388 elf32-sh64.lo \
389 elf32-sh64-com.lo \
390 elf32-sparc.lo \
391 elf32-v850.lo \
392 elf32-vax.lo \
393 elf32-xstormy16.lo \
394 elf32-xtensa.lo \
395 elf32.lo \
396 elflink.lo \
397 elf-strtab.lo \
398 elf-eh-frame.lo \
399 epoc-pe-arm.lo \
400 epoc-pei-arm.lo \
401 hp300bsd.lo \
402 hp300hpux.lo \
403 som.lo \
404 i386aout.lo \
405 i386bsd.lo \
406 i386dynix.lo \
407 i386freebsd.lo \
408 i386linux.lo \
409 i386lynx.lo \
410 i386msdos.lo \
411 i386netbsd.lo \
412 i386mach3.lo \
413 i386os9k.lo \
414 ieee.lo \
415 m68k4knetbsd.lo \
416 m68klinux.lo \
417 m68klynx.lo \
418 m68knetbsd.lo \
419 m88kmach3.lo \
420 m88kopenbsd.lo \
421 mach-o.lo \
422 mipsbsd.lo \
423 newsos3.lo \
424 nlm.lo \
425 nlm32-i386.lo \
426 nlm32-sparc.lo \
427 nlm32-ppc.lo \
428 nlm32.lo \
429 ns32knetbsd.lo \
430 oasys.lo \
431 pc532-mach.lo \
432 pdp11.lo \
433 pef.lo \
434 pe-arm.lo \
435 pei-arm.lo \
436 pe-i386.lo \
437 pei-i386.lo \
438 pe-mcore.lo \
439 pei-mcore.lo \
440 pe-ppc.lo \
441 pei-ppc.lo \
442 pe-sh.lo \
443 pei-sh.lo \
444 pe-mips.lo \
445 pei-mips.lo \
446 peigen.lo \
447 ppcboot.lo \
448 reloc16.lo \
449 riscix.lo \
450 sparclinux.lo \
451 sparclynx.lo \
452 sparcnetbsd.lo \
453 sunos.lo \
454 vaxnetbsd.lo \
455 vax1knetbsd.lo \
456 vaxbsd.lo \
457 versados.lo \
458 vms.lo \
459 vms-gsd.lo \
460 vms-hdr.lo \
461 vms-misc.lo \
462 vms-tir.lo \
463 xcofflink.lo \
464 xsym.lo \
465 xtensa-isa.lo \
466 xtensa-modules.lo
467
468
469 BFD32_BACKENDS_CFILES = \
470 aout-adobe.c \
471 aout-arm.c \
472 aout-cris.c \
473 aout-ns32k.c \
474 aout-sparcle.c \
475 aout-tic30.c \
476 aout0.c \
477 aout32.c \
478 armnetbsd.c \
479 bout.c \
480 cf-i386lynx.c \
481 cf-m68klynx.c \
482 cf-sparclynx.c \
483 coff-a29k.c \
484 coff-apollo.c \
485 coff-arm.c \
486 coff-aux.c \
487 coff-h8300.c \
488 coff-h8500.c \
489 coff-i386.c \
490 coff-i860.c \
491 coff-go32.c \
492 coff-i960.c \
493 coff-m68k.c \
494 coff-m88k.c \
495 coff-mips.c \
496 coff-or32.c \
497 coff-rs6000.c \
498 coff-sh.c \
499 coff-sparc.c \
500 coff-stgo32.c \
501 coff-svm68k.c \
502 coff-tic30.c \
503 coff-tic4x.c \
504 coff-tic54x.c \
505 coff-tic80.c \
506 coff-u68k.c \
507 coff-we32k.c \
508 coff-w65.c \
509 coff-z8k.c \
510 cofflink.c \
511 dwarf1.c \
512 ecoff.c \
513 ecofflink.c \
514 efi-app-ia32.c \
515 elf.c \
516 elf32-am33lin.c \
517 elf32-arc.c \
518 elfarm-oabi.c \
519 elfarm-nabi.c \
520 elf32-avr.c \
521 elf32-cr16c.c \
522 elf32-cris.c \
523 elf32-crx.c \
524 elf32-d10v.c \
525 elf32-d30v.c \
526 elf32-dlx.c \
527 elf32-fr30.c \
528 elf32-frv.c \
529 elf32-gen.c \
530 elf32-h8300.c \
531 elf32-hppa.c \
532 elf32-i370.c \
533 elf32-i386.c \
534 elf32-i860.c \
535 elf32-i960.c \
536 elf32-ip2k.c \
537 elf32-iq2000.c \
538 elf32-m32r.c \
539 elf32-m68k.c \
540 elf32-m68hc11.c \
541 elf32-m68hc12.c \
542 elf32-m68hc1x.c \
543 elf32-m88k.c \
544 elf-m10200.c \
545 elf-m10300.c \
546 elf32-mcore.c \
547 elfxx-mips.c \
548 elf32-mips.c \
549 elf32-msp430.c \
550 elf32-openrisc.c \
551 elf32-or32.c \
552 elf32-pj.c \
553 elf32-ppc.c \
554 elf32-sh64.c \
555 elf32-sh64-com.c \
556 elf32-s390.c \
557 elf32-sh.c \
558 elf32-sh-symbian.c \
559 elf32-sparc.c \
560 elf32-v850.c \
561 elf32-vax.c \
562 elf32-xstormy16.c \
563 elf32-xtensa.c \
564 elf32.c \
565 elflink.c \
566 elf-strtab.c \
567 elf-eh-frame.c \
568 epoc-pe-arm.c \
569 epoc-pei-arm.c \
570 hp300bsd.c \
571 hp300hpux.c \
572 som.c \
573 i386aout.c \
574 i386bsd.c \
575 i386dynix.c \
576 i386freebsd.c \
577 i386linux.c \
578 i386lynx.c \
579 i386msdos.c \
580 i386netbsd.c \
581 i386mach3.c \
582 i386os9k.c \
583 ieee.c \
584 m68k4knetbsd.c \
585 m68klinux.c \
586 m68klynx.c \
587 m68knetbsd.c \
588 m88kmach3.c \
589 m88kopenbsd.c \
590 mach-o.c \
591 mipsbsd.c \
592 newsos3.c \
593 nlm.c \
594 nlm32-i386.c \
595 nlm32-sparc.c \
596 nlm32-ppc.c \
597 nlm32.c \
598 ns32knetbsd.c \
599 oasys.c \
600 pc532-mach.c \
601 pdp11.c \
602 pef.c \
603 pe-arm.c \
604 pei-arm.c \
605 pe-i386.c \
606 pei-i386.c \
607 pe-mcore.c \
608 pei-mcore.c \
609 pe-ppc.c \
610 pei-ppc.c \
611 pe-sh.c \
612 pei-sh.c \
613 pe-mips.c \
614 pei-mips.c \
615 ppcboot.c \
616 reloc16.c \
617 riscix.c \
618 sparclinux.c \
619 sparclynx.c \
620 sparcnetbsd.c \
621 sunos.c \
622 vaxnetbsd.c \
623 vax1knetbsd.c \
624 vaxbsd.c \
625 versados.c \
626 vms.c \
627 vms-gsd.c \
628 vms-hdr.c \
629 vms-misc.c \
630 vms-tir.c \
631 xcofflink.c \
632 xsym.c \
633 xtensa-isa.c \
634 xtensa-modules.c
635
636
637 # The .o files needed by all of the 64 bit vectors that are configured into
638 # target_vector in targets.c if configured with --enable-targets=all
639 # and --enable-64-bit-bfd.
640 BFD64_BACKENDS = \
641 aix5ppc-core.lo \
642 aout64.lo \
643 coff-alpha.lo \
644 coff64-rs6000.lo \
645 demo64.lo \
646 efi-app-ia64.lo \
647 elf64-x86-64.lo \
648 elf64-alpha.lo \
649 elf64-hppa.lo \
650 elf64-ia64.lo \
651 elf64-gen.lo \
652 elfn32-mips.lo \
653 elf64-mips.lo \
654 elf64-mmix.lo \
655 elf64-sh64.lo \
656 elf64-ppc.lo \
657 elf64-s390.lo \
658 elf64-sparc.lo \
659 elf64.lo \
660 mmo.lo \
661 nlm32-alpha.lo \
662 nlm64.lo \
663 pepigen.lo
664
665
666 BFD64_BACKENDS_CFILES = \
667 aix5ppc-core.c \
668 aout64.c \
669 coff-alpha.c \
670 coff64-rs6000.c \
671 demo64.c \
672 efi-app-ia64.c \
673 elf64-x86-64.c \
674 elf64-alpha.c \
675 elf64-hppa.c \
676 elf64-gen.c \
677 elfn32-mips.c \
678 elf64-mips.c \
679 elf64-mmix.c \
680 elf64-ppc.c \
681 elf64-s390.c \
682 elf64-sh64.c \
683 elf64-sparc.c \
684 elf64.c \
685 mmo.c \
686 nlm32-alpha.c \
687 nlm64.c
688
689
690 OPTIONAL_BACKENDS = \
691 aix386-core.lo \
692 hpux-core.lo \
693 irix-core.lo \
694 lynx-core.lo \
695 osf-core.lo \
696 sco5-core.lo \
697 trad-core.lo \
698 cisco-core.lo
699
700
701 OPTIONAL_BACKENDS_CFILES = \
702 aix386-core.c \
703 hpux-core.c \
704 irix-core.c \
705 lynx-core.c \
706 osf-core.c \
707 sco5-core.c \
708 trad-core.c \
709 cisco-core.c
710
711
712 # These are defined by configure.in:
713 WORDSIZE = @wordsize@
714 ALL_BACKENDS = @all_backends@
715 BFD_BACKENDS = @bfd_backends@
716 BFD_LIBS = @bfd_libs@
717 BFD_MACHINES = @bfd_machines@
718 TDEFAULTS = @tdefaults@
719
720 INCLUDES = -D_GNU_SOURCE @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) -I$(srcdir)/../intl -I../intl
721
722 # C source files that correspond to .o's.
723 SOURCE_CFILES = \
724 $(BFD32_LIBS_CFILES) \
725 $(BFD64_LIBS_CFILES) \
726 $(ALL_MACHINES_CFILES) \
727 $(BFD32_BACKENDS_CFILES) \
728 $(BFD64_BACKENDS_CFILES) \
729 $(OPTIONAL_BACKENDS_CFILES)
730
731
732 BUILD_CFILES = \
733 elf32-ia64.c elf64-ia64.c peigen.c pepigen.c
734
735
736 CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
737
738 SOURCE_HFILES = \
739 aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
740 elf-bfd.h elf-hppa.h elf32-arm.h elf32-hppa.h \
741 elf64-hppa.h elfcode.h elfcore.h \
742 freebsd.h genlink.h go32stub.h \
743 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
744 libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
745 netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
746 pef.h pef-traceback.h peicode.h som.h version.h \
747 vms.h xcoff-target.h xsym.h
748
749
750 BUILD_HFILES = \
751 bfdver.h elf32-target.h elf64-target.h targmatch.h
752
753
754 HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
755
756 SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
757 BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
758
759 # Various kinds of .o files to put in libbfd.a:
760 # BFD_BACKENDS Routines the configured targets need.
761 # BFD_MACHINES Architecture-specific routines the configured targets need.
762 # COREFILE Core file routines for a native configuration
763 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@
764
765 libbfd_la_SOURCES = $(BFD32_LIBS_CFILES) $(BFD64_LIBS_CFILES)
766 libbfd_la_DEPENDENCIES = $(OFILES) ofiles
767 libbfd_la_LIBADD = `cat ofiles` @WIN32LIBADD@
768 libbfd_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
769
770 # libtool will build .libs/libbfd.a. We create libbfd.a in the build
771 # directory so that we don't have to convert all the programs that use
772 # libbfd.a simultaneously. This is a hack which should be removed if
773 # everything else starts using libtool. FIXME.
774
775 noinst_LIBRARIES = libbfd.a
776 libbfd_a_SOURCES =
777
778 BFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
779 LOCAL_H_DEPS = libbfd.h sysdep.h config.h
780
781 BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
782 reloc.c syms.c bfd.c bfdio.c bfdwin.c \
783 archive.c corefile.c targets.c format.c
784
785 BFD64_H_FILES = archive64.c
786 LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \
787 cache.c reloc.c archures.c elf.c
788
789 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
790
791 MOSTLYCLEANFILES = ofiles stamp-ofiles
792
793 CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
794 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
795
796
797 DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES)
798 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
799 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
800 CONFIG_HEADER = config.h
801 CONFIG_CLEAN_FILES = bfd-in3.h
802 LIBRARIES = $(noinst_LIBRARIES)
803
804
805 DEFS = @DEFS@ -I. -I$(srcdir) -I.
806 CPPFLAGS = @CPPFLAGS@
807 LDFLAGS = @LDFLAGS@
808 LIBS = @LIBS@
809 libbfd_a_LIBADD =
810 libbfd_a_OBJECTS =
811 LTLIBRARIES = $(bfdlib_LTLIBRARIES)
812
813 libbfd_la_OBJECTS = archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
814 cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo \
815 reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo \
816 binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo \
817 simple.lo archive64.lo
818 CFLAGS = @CFLAGS@
819 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
820 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
821 CCLD = $(CC)
822 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
823 DIST_COMMON = README ./stamp-h.in COPYING ChangeLog Makefile.am \
824 Makefile.in TODO acinclude.m4 aclocal.m4 bfd-in2.h config.in configure \
825 configure.in
826
827
828 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
829
830 TAR = gtar
831 GZIP_ENV = --best
832 SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES)
833 OBJECTS = $(libbfd_a_OBJECTS) $(libbfd_la_OBJECTS)
834
835 all: all-redirect
836 .SUFFIXES:
837 .SUFFIXES: .S .c .lo .o .obj .s
838 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
839 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
840
841 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
842 cd $(top_builddir) \
843 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
844
845 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
846 cd $(srcdir) && $(ACLOCAL)
847 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
848 cd $(srcdir) && $(AUTOCONF)
849
850 config.h: stamp-h
851 @if test ! -f $@; then \
852 rm -f stamp-h; \
853 $(MAKE) stamp-h; \
854 else :; fi
855 stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
856 cd $(top_builddir) \
857 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
858 $(SHELL) ./config.status
859 @echo timestamp > stamp-h 2> /dev/null
860 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
861 @if test ! -f $@; then \
862 rm -f $(srcdir)/stamp-h.in; \
863 $(MAKE) $(srcdir)/stamp-h.in; \
864 else :; fi
865 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
866 cd $(top_srcdir) && $(AUTOHEADER)
867 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
868
869 mostlyclean-hdr:
870
871 clean-hdr:
872
873 distclean-hdr:
874 -rm -f config.h
875
876 maintainer-clean-hdr:
877 bfd-in3.h: $(top_builddir)/config.status bfd-in2.h
878 cd $(top_builddir) && CONFIG_FILES=$@:bfd-in2.h CONFIG_HEADERS= $(SHELL) ./config.status
879
880 mostlyclean-noinstLIBRARIES:
881
882 clean-noinstLIBRARIES:
883 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
884
885 distclean-noinstLIBRARIES:
886
887 maintainer-clean-noinstLIBRARIES:
888
889 .c.o:
890 $(COMPILE) -c $<
891
892 # FIXME: We should only use cygpath when building on Windows,
893 # and only if it is available.
894 .c.obj:
895 $(COMPILE) -c `cygpath -w $<`
896
897 .s.o:
898 $(COMPILE) -c $<
899
900 .S.o:
901 $(COMPILE) -c $<
902
903 mostlyclean-compile:
904 -rm -f *.o core *.core
905 -rm -f *.$(OBJEXT)
906
907 clean-compile:
908
909 distclean-compile:
910 -rm -f *.tab.c
911
912 maintainer-clean-compile:
913
914 .c.lo:
915 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
916
917 .s.lo:
918 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
919
920 .S.lo:
921 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
922
923 mostlyclean-libtool:
924 -rm -f *.lo
925
926 clean-libtool:
927 -rm -rf .libs _libs
928
929 distclean-libtool:
930
931 maintainer-clean-libtool:
932
933 mostlyclean-bfdlibLTLIBRARIES:
934
935 clean-bfdlibLTLIBRARIES:
936 -test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
937
938 distclean-bfdlibLTLIBRARIES:
939
940 maintainer-clean-bfdlibLTLIBRARIES:
941
942 libbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES)
943 $(LINK) -rpath $(bfdlibdir) $(libbfd_la_LDFLAGS) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
944
945 # This directory's subdirectories are mostly independent; you can cd
946 # into them and run `make' without going through this Makefile.
947 # To change the values of `make' variables: instead of editing Makefiles,
948 # (1) if the variable is set in `config.status', edit `config.status'
949 # (which will cause the Makefiles to be regenerated when you run `make');
950 # (2) otherwise, pass the desired values on the `make' command line.
951
952 @SET_MAKE@
953
954 all-recursive install-data-recursive install-exec-recursive \
955 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
956 check-recursive installcheck-recursive info-recursive dvi-recursive:
957 @set fnord $(MAKEFLAGS); amf=$$2; \
958 dot_seen=no; \
959 target=`echo $@ | sed s/-recursive//`; \
960 list='$(SUBDIRS)'; for subdir in $$list; do \
961 echo "Making $$target in $$subdir"; \
962 if test "$$subdir" = "."; then \
963 dot_seen=yes; \
964 local_target="$$target-am"; \
965 else \
966 local_target="$$target"; \
967 fi; \
968 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
969 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
970 done; \
971 if test "$$dot_seen" = "no"; then \
972 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
973 fi; test -z "$$fail"
974
975 mostlyclean-recursive clean-recursive distclean-recursive \
976 maintainer-clean-recursive:
977 @set fnord $(MAKEFLAGS); amf=$$2; \
978 dot_seen=no; \
979 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
980 rev="$$subdir $$rev"; \
981 test "$$subdir" != "." || dot_seen=yes; \
982 done; \
983 test "$$dot_seen" = "no" && rev=". $$rev"; \
984 target=`echo $@ | sed s/-recursive//`; \
985 for subdir in $$rev; do \
986 echo "Making $$target in $$subdir"; \
987 if test "$$subdir" = "."; then \
988 local_target="$$target-am"; \
989 else \
990 local_target="$$target"; \
991 fi; \
992 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
993 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
994 done && test -z "$$fail"
995 tags-recursive:
996 list='$(SUBDIRS)'; for subdir in $$list; do \
997 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
998 done
999
1000 tags: TAGS
1001
1002 ID: $(HEADERS) $(SOURCES) $(LISP)
1003 list='$(SOURCES) $(HEADERS)'; \
1004 unique=`for i in $$list; do echo $$i; done | \
1005 awk ' { files[$$0] = 1; } \
1006 END { for (i in files) print i; }'`; \
1007 here=`pwd` && cd $(srcdir) \
1008 && mkid -f$$here/ID $$unique $(LISP)
1009
1010 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
1011 tags=; \
1012 here=`pwd`; \
1013 list='$(SUBDIRS)'; for subdir in $$list; do \
1014 if test "$$subdir" = .; then :; else \
1015 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
1016 fi; \
1017 done; \
1018 list='$(SOURCES) $(HEADERS)'; \
1019 unique=`for i in $$list; do echo $$i; done | \
1020 awk ' { files[$$0] = 1; } \
1021 END { for (i in files) print i; }'`; \
1022 test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
1023 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
1024
1025 mostlyclean-tags:
1026
1027 clean-tags:
1028
1029 distclean-tags:
1030 -rm -f TAGS ID
1031
1032 maintainer-clean-tags:
1033
1034 distdir = $(PACKAGE)-$(VERSION)
1035 top_distdir = $(distdir)
1036
1037 # This target untars the dist file and tries a VPATH configuration. Then
1038 # it guarantees that the distribution is self-contained by making another
1039 # tarfile.
1040 distcheck: dist
1041 -rm -rf $(distdir)
1042 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
1043 mkdir $(distdir)/=build
1044 mkdir $(distdir)/=inst
1045 dc_install_base=`cd $(distdir)/=inst && pwd`; \
1046 cd $(distdir)/=build \
1047 && ../configure --srcdir=.. --prefix=$$dc_install_base \
1048 && $(MAKE) $(AM_MAKEFLAGS) \
1049 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1050 && $(MAKE) $(AM_MAKEFLAGS) check \
1051 && $(MAKE) $(AM_MAKEFLAGS) install \
1052 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1053 && $(MAKE) $(AM_MAKEFLAGS) dist
1054 -rm -rf $(distdir)
1055 @banner="$(distdir).tar.gz is ready for distribution"; \
1056 dashes=`echo "$$banner" | sed s/./=/g`; \
1057 echo "$$dashes"; \
1058 echo "$$banner"; \
1059 echo "$$dashes"
1060 dist: distdir
1061 -chmod -R a+r $(distdir)
1062 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
1063 -rm -rf $(distdir)
1064 dist-all: distdir
1065 -chmod -R a+r $(distdir)
1066 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
1067 -rm -rf $(distdir)
1068 distdir: $(DISTFILES)
1069 -rm -rf $(distdir)
1070 mkdir $(distdir)
1071 -chmod 777 $(distdir)
1072 @for file in $(DISTFILES); do \
1073 if test -f $$file; then d=.; else d=$(srcdir); fi; \
1074 if test -d $$d/$$file; then \
1075 cp -pr $$d/$$file $(distdir)/$$file; \
1076 else \
1077 test -f $(distdir)/$$file \
1078 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
1079 || cp -p $$d/$$file $(distdir)/$$file || :; \
1080 fi; \
1081 done
1082 for subdir in $(SUBDIRS); do \
1083 if test "$$subdir" = .; then :; else \
1084 test -d $(distdir)/$$subdir \
1085 || mkdir $(distdir)/$$subdir \
1086 || exit 1; \
1087 chmod 777 $(distdir)/$$subdir; \
1088 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
1089 || exit 1; \
1090 fi; \
1091 done
1092 info-am:
1093 info: info-recursive
1094 dvi-am:
1095 dvi: dvi-recursive
1096 check-am:
1097 check: check-recursive
1098 installcheck-am:
1099 installcheck: installcheck-recursive
1100 install-info-am:
1101 install-info: install-info-recursive
1102 all-recursive-am: config.h
1103 $(MAKE) $(AM_MAKEFLAGS) all-recursive
1104
1105 install-exec-am:
1106 install-exec: install-exec-recursive
1107
1108 install-data-am: install-bfdlibLTLIBRARIES
1109 install-data: install-data-recursive
1110
1111 install-am: all-am
1112 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1113 install: install-recursive
1114 uninstall-am: uninstall-bfdlibLTLIBRARIES
1115 uninstall: uninstall-recursive
1116 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
1117 all-redirect: all-recursive-am
1118 install-strip:
1119 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
1120 installdirs: installdirs-recursive
1121 installdirs-am:
1122 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
1123
1124
1125 mostlyclean-generic:
1126 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1127
1128 clean-generic:
1129 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1130
1131 distclean-generic:
1132 -rm -f Makefile $(CONFIG_CLEAN_FILES)
1133 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
1134 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1135
1136 maintainer-clean-generic:
1137 mostlyclean-am: mostlyclean-hdr mostlyclean-noinstLIBRARIES \
1138 mostlyclean-compile mostlyclean-libtool \
1139 mostlyclean-bfdlibLTLIBRARIES mostlyclean-tags \
1140 mostlyclean-generic
1141
1142 mostlyclean: mostlyclean-recursive
1143
1144 clean-am: clean-hdr clean-noinstLIBRARIES clean-compile clean-libtool \
1145 clean-bfdlibLTLIBRARIES clean-tags clean-generic \
1146 mostlyclean-am
1147
1148 clean: clean-recursive
1149
1150 distclean-am: distclean-hdr distclean-noinstLIBRARIES distclean-compile \
1151 distclean-libtool distclean-bfdlibLTLIBRARIES \
1152 distclean-tags distclean-generic clean-am
1153 -rm -f libtool
1154
1155 distclean: distclean-recursive
1156 -rm -f config.status
1157
1158 maintainer-clean-am: maintainer-clean-hdr \
1159 maintainer-clean-noinstLIBRARIES \
1160 maintainer-clean-compile maintainer-clean-libtool \
1161 maintainer-clean-bfdlibLTLIBRARIES \
1162 maintainer-clean-tags maintainer-clean-generic \
1163 distclean-am
1164 @echo "This command is intended for maintainers to use;"
1165 @echo "it deletes files that may require special tools to rebuild."
1166
1167 maintainer-clean: maintainer-clean-recursive
1168 -rm -f config.status
1169
1170 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
1171 mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
1172 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
1173 mostlyclean-compile distclean-compile clean-compile \
1174 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
1175 clean-libtool maintainer-clean-libtool mostlyclean-bfdlibLTLIBRARIES \
1176 distclean-bfdlibLTLIBRARIES clean-bfdlibLTLIBRARIES \
1177 maintainer-clean-bfdlibLTLIBRARIES uninstall-bfdlibLTLIBRARIES \
1178 install-bfdlibLTLIBRARIES install-data-recursive \
1179 uninstall-data-recursive install-exec-recursive \
1180 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
1181 all-recursive check-recursive installcheck-recursive info-recursive \
1182 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
1183 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
1184 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
1185 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
1186 install-info all-recursive-am install-exec-am install-exec \
1187 install-data-am install-data install-am install uninstall-am uninstall \
1188 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
1189 distclean-generic clean-generic maintainer-clean-generic clean \
1190 mostlyclean distclean maintainer-clean
1191
1192
1193 po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
1194 for file in $(SRC_POTFILES); do echo $$file; done \
1195 | LC_COLLATE= sort > tmp.src \
1196 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
1197
1198 po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
1199 for file in $(BLD_POTFILES); do echo $$file; done \
1200 | LC_COLLATE= sort > tmp.bld \
1201 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
1202
1203 diststuff: info
1204
1205 stamp-ofiles: Makefile
1206 rm -f tofiles
1207 f=""; \
1208 for i in $(OFILES) ; do \
1209 case " $$f " in \
1210 *" $$i "*) ;; \
1211 *) f="$$f $$i" ;; \
1212 esac ; \
1213 done ; \
1214 echo $$f > tofiles
1215 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
1216 touch stamp-ofiles
1217
1218 ofiles: stamp-ofiles ; @true
1219
1220 stamp-lib: libbfd.la
1221 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
1222 if [ -f $$libtooldir/libbfd.a ]; then \
1223 cp $$libtooldir/libbfd.a libbfd.tmp; \
1224 $(RANLIB) libbfd.tmp; \
1225 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
1226 else true; fi
1227 touch stamp-lib
1228
1229 libbfd.a: stamp-lib ; @true
1230
1231 # This file holds an array associating configuration triplets and
1232 # vector names. It is built from config.bfd. It is not compiled by
1233 # itself, but is included by targets.c.
1234 targmatch.h: config.bfd targmatch.sed
1235 rm -f targmatch.h
1236 sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
1237 mv -f targmatch.new targmatch.h
1238
1239 # When compiling archures.c and targets.c, supply the default target
1240 # info from configure.
1241
1242 targets.lo: targets.c Makefile
1243 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
1244
1245 archures.lo: archures.c Makefile
1246 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
1247
1248 elf32-target.h : elfxx-target.h
1249 rm -f elf32-target.h
1250 sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
1251 mv -f elf32-target.new elf32-target.h
1252
1253 elf64-target.h : elfxx-target.h
1254 rm -f elf64-target.h
1255 sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
1256 mv -f elf64-target.new elf64-target.h
1257
1258 elf32-ia64.c : elfxx-ia64.c
1259 rm -f elf32-ia64.c
1260 sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
1261 mv -f elf32-ia64.new elf32-ia64.c
1262
1263 elf64-ia64.c : elfxx-ia64.c
1264 rm -f elf64-ia64.c
1265 sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
1266 mv -f elf64-ia64.new elf64-ia64.c
1267
1268 peigen.c : peXXigen.c
1269 rm -f peigen.c
1270 sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
1271 mv -f peigen.new peigen.c
1272
1273 pepigen.c : peXXigen.c
1274 rm -f pepigen.c
1275 sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
1276 mv -f pepigen.new pepigen.c
1277 $(BFD32_LIBS) \
1278 $(BFD64_LIBS) \
1279 $(ALL_MACHINES) \
1280 $(BFD32_BACKENDS) \
1281 $(BFD64_BACKENDS) \
1282 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
1283
1284 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd
1285 @$(NORMAL_INSTALL)
1286
1287 uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd
1288 @$(NORMAL_UNINSTALL)
1289
1290 .PHONY: install_libbfd uninstall_libbfd
1291 install_libbfd: $(bfdlib_LTLIBRARIES) $(BFD_H)
1292 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
1293 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
1294 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1295 if test -f $$p; then \
1296 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
1297 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
1298 else :; fi; \
1299 done
1300 $(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(bfdincludedir)/bfd.h
1301 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(bfdincludedir)/ansidecl.h
1302 $(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(bfdincludedir)/symcat.h
1303 $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(bfdincludedir)/bfdlink.h
1304
1305 uninstall_libbfd:
1306 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1307 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
1308 done
1309 rm -f $(DESTDIR)$(bfdincludedir)/bfd.h
1310 rm -f $(DESTDIR)$(bfdincludedir)/ansidecl.h
1311 rm -f $(DESTDIR)$(bfdincludedir)/symcat.h
1312 rm -f $(DESTDIR)$(bfdincludedir)/bfdlink.h
1313
1314 Makefile: $(srcdir)/configure.in
1315
1316 # Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
1317 DEP: dep.sed $(CFILES) $(HFILES) bfd.h
1318 rm -f DEP1
1319 $(MAKE) MKDEP="$(MKDEP)" DEP1
1320 sed -f dep.sed < DEP1 > DEPA
1321 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
1322 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
1323 echo 'make DEP failed!'; exit 1; \
1324 else \
1325 mv -f DEPA $@; \
1326 fi
1327
1328 DEP1: $(CFILES)
1329 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
1330 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
1331 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
1332 mv -f DEP2 $@
1333
1334 dep.sed: dep-in.sed config.status
1335 sed <$(srcdir)/dep-in.sed >dep.sed \
1336 -e 's!@BFD_H@!$(BFD_H)!' \
1337 -e 's!@SRCDIR@!$(srcdir)!' \
1338 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!'
1339
1340 dep: DEP
1341 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
1342 cat DEP >> tmp-Makefile
1343 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
1344
1345 dep-in: DEP
1346 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
1347 cat DEP >> tmp-Makefile.in
1348 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1349
1350 dep-am: DEP
1351 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
1352 cat DEP >> tmp-Makefile.am
1353 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1354
1355 host-aout.lo: Makefile
1356
1357 # The following program can be used to generate a simple config file
1358 # which can be folded into an h-XXX file for a new host, with some editing.
1359 aout-params.h: gen-aout
1360 ./gen-aout host > aout-params.h
1361 gen-aout: $(srcdir)/gen-aout.c Makefile
1362 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
1363
1364 $(BFD_H): stmp-bfd-h ; @true
1365
1366 stmp-bfd-h: bfd-in3.h
1367 rm -f bfd-tmp.h
1368 cp bfd-in3.h bfd-tmp.h
1369 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
1370 rm -f bfd-tmp.h
1371 touch stmp-bfd-h
1372
1373 # Could really use a "copy-if-change"...
1374 headers:
1375 (cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
1376 cp $(docdir)/bfd.h bfd-in2.h-new
1377 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1378 cp $(docdir)/libbfd.h libbfd.h-new
1379 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1380 cp $(docdir)/libcoff.h libcoff.h-new
1381 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1382
1383 # We only rebuild the header files automatically if we have been
1384 # configured with --enable-maintainer-mode.
1385
1386 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
1387 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
1388 (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
1389 cp $(docdir)/bfd.h bfd-in2.h-new
1390 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1391 touch stmp-bin2-h
1392
1393 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1394 stmp-lbfd-h: $(LIBBFD_H_FILES)
1395 (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
1396 cp $(docdir)/libbfd.h libbfd.h-new
1397 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1398 touch stmp-lbfd-h
1399
1400 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
1401 stmp-lcoff-h: $(LIBCOFF_H_FILES)
1402 (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
1403 cp $(docdir)/libcoff.h libcoff.h-new
1404 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1405 touch stmp-lcoff-h
1406
1407 # We want to rerun configure if configure, config.bfd or configure.host change.
1408 config.status: $(srcdir)/configure $(srcdir)/config.bfd $(srcdir)/configure.host
1409 $(SHELL) ./config.status --recheck
1410
1411 bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in
1412 @echo "creating $@"
1413 @bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
1414 bfd_version_string="\"$(VERSION)\"" ;\
1415 if test "x$(RELEASE)" = x ; then \
1416 bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
1417 bfd_version_string="\"$(VERSION) $${bfd_version_date}\"" ;\
1418 fi ;\
1419 sed -e "s/@bfd_version@/$$bfd_version/" -e "s/@bfd_version_string@/$$bfd_version_string/" < $(srcdir)/version.h > $@
1420
1421 # What appears below is generated by a hacked mkdep using gcc -MM.
1422
1423 # DO NOT DELETE THIS LINE -- mkdep uses it.
1424 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1425 archive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
1426 $(INCDIR)/aout/ranlib.h $(INCDIR)/safe-ctype.h
1427 archures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
1428 bfd.lo: bfd.c bfdver.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1429 $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1430 $(INCDIR)/coff/sym.h libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h \
1431 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1432 $(INCDIR)/elf/external.h
1433 bfdio.lo: bfdio.c $(INCDIR)/filenames.h
1434 bfdwin.lo: bfdwin.c $(INCDIR)/filenames.h
1435 cache.lo: cache.c $(INCDIR)/filenames.h
1436 coffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
1437 libcoff.h $(INCDIR)/bfdlink.h
1438 corefile.lo: corefile.c $(INCDIR)/filenames.h
1439 format.lo: format.c $(INCDIR)/filenames.h
1440 init.lo: init.c $(INCDIR)/filenames.h
1441 libbfd.lo: libbfd.c $(INCDIR)/filenames.h
1442 opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h \
1443 $(INCDIR)/libiberty.h
1444 reloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
1445 section.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
1446 syms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1447 $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
1448 targets.lo: targets.c $(INCDIR)/filenames.h $(INCDIR)/fnmatch.h \
1449 targmatch.h
1450 hash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h \
1451 $(INCDIR)/libiberty.h
1452 linker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1453 genlink.h
1454 srec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1455 $(INCDIR)/safe-ctype.h
1456 binary.lo: binary.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
1457 tekhex.lo: tekhex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
1458 ihex.lo: ihex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1459 $(INCDIR)/safe-ctype.h
1460 stabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/aout/stab_gnu.h \
1461 $(INCDIR)/aout/stab.def $(INCDIR)/safe-ctype.h
1462 stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
1463 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
1464 merge.lo: merge.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1465 $(INCDIR)/libiberty.h
1466 dwarf2.lo: dwarf2.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1467 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1468 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
1469 simple.lo: simple.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
1470 archive64.lo: archive64.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h
1471 cpu-a29k.lo: cpu-a29k.c $(INCDIR)/filenames.h
1472 cpu-alpha.lo: cpu-alpha.c $(INCDIR)/filenames.h
1473 cpu-arc.lo: cpu-arc.c $(INCDIR)/filenames.h
1474 cpu-arm.lo: cpu-arm.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
1475 cpu-avr.lo: cpu-avr.c $(INCDIR)/filenames.h
1476 cpu-cris.lo: cpu-cris.c $(INCDIR)/filenames.h
1477 cpu-cr16c.lo: cpu-cr16c.c $(INCDIR)/filenames.h
1478 cpu-crx.lo: cpu-crx.c $(INCDIR)/filenames.h
1479 cpu-d10v.lo: cpu-d10v.c $(INCDIR)/filenames.h
1480 cpu-d30v.lo: cpu-d30v.c $(INCDIR)/filenames.h
1481 cpu-dlx.lo: cpu-dlx.c $(INCDIR)/filenames.h
1482 cpu-fr30.lo: cpu-fr30.c $(INCDIR)/filenames.h
1483 cpu-frv.lo: cpu-frv.c $(INCDIR)/filenames.h
1484 cpu-h8300.lo: cpu-h8300.c $(INCDIR)/filenames.h
1485 cpu-h8500.lo: cpu-h8500.c $(INCDIR)/filenames.h
1486 cpu-hppa.lo: cpu-hppa.c $(INCDIR)/filenames.h
1487 cpu-ia64.lo: cpu-ia64.c $(INCDIR)/filenames.h cpu-ia64-opc.c \
1488 $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h
1489 cpu-i370.lo: cpu-i370.c $(INCDIR)/filenames.h
1490 cpu-i386.lo: cpu-i386.c $(INCDIR)/filenames.h
1491 cpu-i860.lo: cpu-i860.c $(INCDIR)/filenames.h
1492 cpu-i960.lo: cpu-i960.c $(INCDIR)/filenames.h
1493 cpu-ip2k.lo: cpu-ip2k.c $(INCDIR)/filenames.h
1494 cpu-iq2000.lo: cpu-iq2000.c $(INCDIR)/filenames.h
1495 cpu-m32r.lo: cpu-m32r.c $(INCDIR)/filenames.h
1496 cpu-m68hc11.lo: cpu-m68hc11.c $(INCDIR)/filenames.h
1497 cpu-m68hc12.lo: cpu-m68hc12.c $(INCDIR)/filenames.h
1498 cpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h
1499 cpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h
1500 cpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h
1501 cpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h
1502 cpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h
1503 cpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h
1504 cpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h
1505 cpu-msp430.lo: cpu-msp430.c $(INCDIR)/filenames.h
1506 cpu-or32.lo: cpu-or32.c $(INCDIR)/filenames.h
1507 cpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h ns32k.h
1508 cpu-openrisc.lo: cpu-openrisc.c $(INCDIR)/filenames.h
1509 cpu-pdp11.lo: cpu-pdp11.c $(INCDIR)/filenames.h
1510 cpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h
1511 cpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h
1512 cpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h
1513 cpu-s390.lo: cpu-s390.c $(INCDIR)/filenames.h
1514 cpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h $(srcdir)/../opcodes/sh-opc.h
1515 cpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h
1516 cpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h
1517 cpu-tic4x.lo: cpu-tic4x.c $(INCDIR)/filenames.h
1518 cpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h
1519 cpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h
1520 cpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
1521 cpu-vax.lo: cpu-vax.c $(INCDIR)/filenames.h
1522 cpu-we32k.lo: cpu-we32k.c $(INCDIR)/filenames.h
1523 cpu-w65.lo: cpu-w65.c $(INCDIR)/filenames.h
1524 cpu-xstormy16.lo: cpu-xstormy16.c $(INCDIR)/filenames.h
1525 cpu-xtensa.lo: cpu-xtensa.c $(INCDIR)/filenames.h
1526 cpu-z8k.lo: cpu-z8k.c $(INCDIR)/filenames.h
1527 aout-adobe.lo: aout-adobe.c $(INCDIR)/filenames.h $(INCDIR)/aout/adobe.h \
1528 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
1529 $(INCDIR)/bfdlink.h
1530 aout-arm.lo: aout-arm.c $(INCDIR)/filenames.h libaout.h \
1531 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aoutx.h \
1532 $(INCDIR)/safe-ctype.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1533 $(INCDIR)/aout/ar.h aout-target.h
1534 aout-cris.lo: aout-cris.c aout32.c aoutx.h $(INCDIR)/filenames.h \
1535 $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h libaout.h \
1536 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1537 $(INCDIR)/aout/ar.h aout-target.h
1538 aout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
1539 ns32k.h libaout.h $(INCDIR)/bfdlink.h aoutx.h $(INCDIR)/filenames.h \
1540 $(INCDIR)/safe-ctype.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1541 $(INCDIR)/aout/ar.h
1542 aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
1543 libaout.h aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
1544 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1545 $(INCDIR)/aout/ar.h aout-target.h
1546 aout-tic30.lo: aout-tic30.c $(INCDIR)/filenames.h libaout.h \
1547 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1548 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aoutx.h \
1549 $(INCDIR)/safe-ctype.h
1550 aout0.lo: aout0.c aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
1551 libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1552 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1553 aout-target.h
1554 aout32.lo: aout32.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1555 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1556 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1557 armnetbsd.lo: armnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1558 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1559 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1560 bout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1561 genlink.h $(INCDIR)/bout.h $(INCDIR)/aout/stab_gnu.h \
1562 $(INCDIR)/aout/stab.def libaout.h
1563 cf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \
1564 coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1565 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1566 coffcode.h coffswap.h
1567 cf-m68klynx.lo: cf-m68klynx.c coff-m68k.c $(INCDIR)/filenames.h \
1568 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1569 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1570 cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \
1571 $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1572 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1573 coff-a29k.lo: coff-a29k.c $(INCDIR)/filenames.h $(INCDIR)/coff/a29k.h \
1574 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1575 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1576 coff-apollo.lo: coff-apollo.c $(INCDIR)/filenames.h \
1577 $(INCDIR)/coff/apollo.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1578 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1579 coff-arm.lo: coff-arm.c $(INCDIR)/filenames.h $(INCDIR)/coff/arm.h \
1580 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1581 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1582 coff-aux.lo: coff-aux.c $(INCDIR)/filenames.h $(INCDIR)/coff/aux-coff.h \
1583 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1584 coff-m68k.c libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1585 coffswap.h
1586 coff-h8300.lo: coff-h8300.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1587 genlink.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h \
1588 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/libiberty.h \
1589 coffcode.h coffswap.h
1590 coff-h8500.lo: coff-h8500.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1591 $(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1592 libcoff.h coffcode.h coffswap.h
1593 coff-i386.lo: coff-i386.c $(INCDIR)/filenames.h $(INCDIR)/coff/i386.h \
1594 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1595 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1596 coff-i860.lo: coff-i860.c $(INCDIR)/filenames.h $(INCDIR)/coff/i860.h \
1597 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1598 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1599 coff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/filenames.h \
1600 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1601 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1602 coff-i960.lo: coff-i960.c $(INCDIR)/filenames.h $(INCDIR)/coff/i960.h \
1603 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1604 coffcode.h coffswap.h
1605 coff-m68k.lo: coff-m68k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m68k.h \
1606 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1607 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1608 coff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m88k.h \
1609 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1610 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1611 coff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1612 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1613 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
1614 libcoff.h libecoff.h coffswap.h ecoffswap.h
1615 coff-or32.lo: coff-or32.c $(INCDIR)/filenames.h $(INCDIR)/coff/or32.h \
1616 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1617 coffcode.h coffswap.h
1618 coff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \
1619 $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
1620 $(INCDIR)/coff/rs6000.h libcoff.h libxcoff.h coffcode.h \
1621 coffswap.h
1622 coff-sh.lo: coff-sh.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1623 $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
1624 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1625 coff-sparc.lo: coff-sparc.c $(INCDIR)/filenames.h $(INCDIR)/coff/sparc.h \
1626 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1627 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1628 coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/filenames.h \
1629 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1630 $(INCDIR)/coff/go32exe.h libcoff.h $(INCDIR)/bfdlink.h \
1631 coffcode.h coffswap.h go32stub.h
1632 coff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/filenames.h \
1633 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1634 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1635 coff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1636 $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1637 libcoff.h coffcode.h coffswap.h
1638 coff-tic4x.lo: coff-tic4x.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1639 $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h $(INCDIR)/coff/internal.h \
1640 libcoff.h coffcode.h coffswap.h
1641 coff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \
1642 $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
1643 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1644 coff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h $(INCDIR)/filenames.h \
1645 $(INCDIR)/coff/tic80.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1646 libcoff.h coffcode.h coffswap.h
1647 coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/filenames.h \
1648 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1649 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1650 coff-we32k.lo: coff-we32k.c $(INCDIR)/filenames.h $(INCDIR)/coff/we32k.h \
1651 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1652 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1653 coff-w65.lo: coff-w65.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1654 $(INCDIR)/coff/w65.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1655 libcoff.h coffcode.h coffswap.h
1656 coff-z8k.lo: coff-z8k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1657 $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1658 libcoff.h coffcode.h coffswap.h
1659 cofflink.lo: cofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1660 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/safe-ctype.h
1661 dwarf1.lo: dwarf1.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1662 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1663 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf.h
1664 ecoff.lo: ecoff.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1665 $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h $(INCDIR)/aout/stab_gnu.h \
1666 $(INCDIR)/aout/stab.def libaout.h $(INCDIR)/aout/aout64.h \
1667 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1668 $(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
1669 ecofflink.lo: ecofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1670 $(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1671 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1672 $(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
1673 efi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \
1674 coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1675 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1676 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1677 elf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1678 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1679 $(INCDIR)/elf/external.h $(INCDIR)/libiberty.h
1680 elf32-am33lin.lo: elf32-am33lin.c elf-m10300.c $(INCDIR)/filenames.h \
1681 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1682 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \
1683 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1684 elf32-arc.lo: elf32-arc.c $(INCDIR)/filenames.h elf-bfd.h \
1685 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1686 $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
1687 $(INCDIR)/libiberty.h elf32-target.h
1688 elfarm-oabi.lo: elfarm-oabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
1689 $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
1690 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1691 elf32-arm.h elf32-target.h
1692 elfarm-nabi.lo: elfarm-nabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
1693 $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
1694 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1695 elf32-arm.h elf32-target.h
1696 elf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h elf-bfd.h \
1697 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1698 $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h $(INCDIR)/elf/reloc-macros.h \
1699 elf32-target.h
1700 elf32-cr16c.lo: elf32-cr16c.c $(INCDIR)/filenames.h \
1701 $(INCDIR)/bfdlink.h $(INCDIR)/elf/cr16c.h $(INCDIR)/elf/reloc-macros.h \
1702 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1703 $(INCDIR)/elf/external.h elf32-target.h
1704 elf32-cris.lo: elf32-cris.c $(INCDIR)/filenames.h elf-bfd.h \
1705 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1706 $(INCDIR)/bfdlink.h $(INCDIR)/elf/cris.h $(INCDIR)/elf/reloc-macros.h \
1707 elf32-target.h
1708 elf32-crx.lo: elf32-crx.c $(INCDIR)/filenames.h elf-bfd.h \
1709 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1710 $(INCDIR)/bfdlink.h $(INCDIR)/elf/crx.h $(INCDIR)/elf/reloc-macros.h \
1711 elf32-target.h
1712 elf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h elf-bfd.h \
1713 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1714 $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h $(INCDIR)/elf/reloc-macros.h \
1715 elf32-target.h
1716 elf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h elf-bfd.h \
1717 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1718 $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h $(INCDIR)/elf/reloc-macros.h \
1719 elf32-target.h
1720 elf32-dlx.lo: elf32-dlx.c $(INCDIR)/filenames.h elf-bfd.h \
1721 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1722 $(INCDIR)/bfdlink.h $(INCDIR)/elf/dlx.h $(INCDIR)/elf/reloc-macros.h \
1723 elf32-target.h
1724 elf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h elf-bfd.h \
1725 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1726 $(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h $(INCDIR)/elf/reloc-macros.h \
1727 elf32-target.h
1728 elf32-frv.lo: elf32-frv.c $(INCDIR)/filenames.h elf-bfd.h \
1729 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1730 $(INCDIR)/bfdlink.h $(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h \
1731 $(INCDIR)/elf/dwarf2.h $(INCDIR)/hashtab.h elf32-target.h
1732 elf32-gen.lo: elf32-gen.c $(INCDIR)/filenames.h elf-bfd.h \
1733 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1734 $(INCDIR)/bfdlink.h elf32-target.h
1735 elf32-h8300.lo: elf32-h8300.c $(INCDIR)/filenames.h \
1736 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1737 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/h8.h \
1738 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1739 elf32-hppa.lo: elf32-hppa.c $(INCDIR)/filenames.h elf-bfd.h \
1740 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1741 $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
1742 libhppa.h elf32-hppa.h elf-hppa.h elf32-target.h
1743 elf32-i370.lo: elf32-i370.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1744 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1745 $(INCDIR)/elf/external.h $(INCDIR)/elf/i370.h $(INCDIR)/elf/reloc-macros.h \
1746 elf32-target.h
1747 elf32-i386.lo: elf32-i386.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1748 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1749 $(INCDIR)/elf/external.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h \
1750 elf32-target.h
1751 elf32-i860.lo: elf32-i860.c $(INCDIR)/filenames.h elf-bfd.h \
1752 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1753 $(INCDIR)/bfdlink.h $(INCDIR)/elf/i860.h $(INCDIR)/elf/reloc-macros.h \
1754 elf32-target.h
1755 elf32-i960.lo: elf32-i960.c $(INCDIR)/filenames.h elf-bfd.h \
1756 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1757 $(INCDIR)/bfdlink.h $(INCDIR)/elf/i960.h $(INCDIR)/elf/reloc-macros.h \
1758 elf32-target.h
1759 elf32-ip2k.lo: elf32-ip2k.c $(INCDIR)/filenames.h elf-bfd.h \
1760 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1761 $(INCDIR)/bfdlink.h $(INCDIR)/elf/ip2k.h $(INCDIR)/elf/reloc-macros.h \
1762 elf32-target.h
1763 elf32-iq2000.lo: elf32-iq2000.c $(INCDIR)/filenames.h \
1764 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1765 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/iq2000.h \
1766 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1767 elf32-m32r.lo: elf32-m32r.c $(INCDIR)/filenames.h elf-bfd.h \
1768 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1769 $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32r.h $(INCDIR)/elf/reloc-macros.h \
1770 elf32-target.h
1771 elf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1772 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1773 $(INCDIR)/elf/external.h $(INCDIR)/elf/m68k.h $(INCDIR)/elf/reloc-macros.h \
1774 elf32-target.h
1775 elf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \
1776 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1777 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-m68hc1x.h \
1778 $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
1779 $(INCDIR)/opcode/m68hc11.h elf32-target.h
1780 elf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \
1781 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1782 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-m68hc1x.h \
1783 $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
1784 $(INCDIR)/opcode/m68hc11.h elf32-target.h
1785 elf32-m68hc1x.lo: elf32-m68hc1x.c $(INCDIR)/filenames.h \
1786 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1787 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-m68hc1x.h \
1788 $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
1789 $(INCDIR)/opcode/m68hc11.h
1790 elf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h elf-bfd.h \
1791 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1792 $(INCDIR)/bfdlink.h elf32-target.h
1793 elf-m10200.lo: elf-m10200.c $(INCDIR)/filenames.h elf-bfd.h \
1794 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1795 $(INCDIR)/bfdlink.h elf32-target.h
1796 elf-m10300.lo: elf-m10300.c $(INCDIR)/filenames.h elf-bfd.h \
1797 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1798 $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h $(INCDIR)/elf/reloc-macros.h \
1799 elf32-target.h
1800 elf32-mcore.lo: elf32-mcore.c $(INCDIR)/filenames.h \
1801 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1802 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/mcore.h \
1803 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1804 elfxx-mips.lo: elfxx-mips.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1805 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1806 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elfxx-mips.h \
1807 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h \
1808 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h \
1809 $(INCDIR)/coff/external.h $(INCDIR)/hashtab.h
1810 elf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1811 genlink.h elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1812 $(INCDIR)/elf/external.h elfxx-mips.h $(INCDIR)/elf/mips.h \
1813 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1814 $(INCDIR)/coff/internal.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h \
1815 $(INCDIR)/coff/external.h ecoffswap.h elf32-target.h
1816 elf32-msp430.lo: elf32-msp430.c $(INCDIR)/filenames.h \
1817 $(INCDIR)/libiberty.h elf-bfd.h $(INCDIR)/elf/common.h \
1818 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1819 $(INCDIR)/elf/msp430.h $(INCDIR)/elf/reloc-macros.h \
1820 elf32-target.h
1821 elf32-openrisc.lo: elf32-openrisc.c $(INCDIR)/filenames.h \
1822 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1823 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/openrisc.h \
1824 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1825 elf32-target.h
1826 elf32-or32.lo: elf32-or32.c $(INCDIR)/filenames.h elf-bfd.h \
1827 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1828 $(INCDIR)/bfdlink.h $(INCDIR)/elf/or32.h $(INCDIR)/elf/reloc-macros.h \
1829 $(INCDIR)/libiberty.h elf32-target.h
1830 elf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1831 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1832 $(INCDIR)/elf/external.h $(INCDIR)/elf/pj.h $(INCDIR)/elf/reloc-macros.h \
1833 elf32-target.h
1834 elf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1835 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1836 $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
1837 elf32-ppc.h elf32-target.h
1838 elf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \
1839 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1840 $(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \
1841 elf32-sh64.h elf32-sh.c $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
1842 $(INCDIR)/libiberty.h $(srcdir)/../opcodes/sh-opc.h \
1843 elf32-target.h
1844 elf32-sh64-com.lo: elf32-sh64-com.c $(INCDIR)/filenames.h \
1845 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1846 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h \
1847 $(INCDIR)/elf/reloc-macros.h elf32-sh64.h $(srcdir)/../opcodes/sh64-opc.h
1848 elf32-s390.lo: elf32-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1849 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1850 $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h \
1851 elf32-target.h
1852 elf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1853 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1854 $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
1855 $(INCDIR)/libiberty.h $(srcdir)/../opcodes/sh-opc.h \
1856 elf32-target.h
1857 elf32-sh-symbian.lo: elf32-sh-symbian.c elf32-sh.c $(INCDIR)/filenames.h \
1858 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1859 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h \
1860 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1861 $(srcdir)/../opcodes/sh-opc.h elf32-target.h
1862 elf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \
1863 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1864 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sparc.h \
1865 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \
1866 elf32-target.h
1867 elf32-v850.lo: elf32-v850.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1868 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1869 $(INCDIR)/elf/external.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h \
1870 $(INCDIR)/libiberty.h elf32-target.h
1871 elf32-vax.lo: elf32-vax.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1872 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1873 $(INCDIR)/elf/external.h $(INCDIR)/elf/vax.h $(INCDIR)/elf/reloc-macros.h \
1874 elf32-target.h
1875 elf32-xstormy16.lo: elf32-xstormy16.c $(INCDIR)/filenames.h \
1876 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1877 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/xstormy16.h \
1878 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1879 elf32-target.h
1880 elf32-xtensa.lo: elf32-xtensa.c $(INCDIR)/filenames.h \
1881 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1882 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/xtensa.h \
1883 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/xtensa-isa.h \
1884 $(INCDIR)/xtensa-config.h elf32-target.h
1885 elf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1886 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1887 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h
1888 elflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1889 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1890 $(INCDIR)/elf/external.h $(INCDIR)/safe-ctype.h $(INCDIR)/libiberty.h
1891 elf-strtab.lo: elf-strtab.c $(INCDIR)/filenames.h elf-bfd.h \
1892 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1893 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
1894 elf-eh-frame.lo: elf-eh-frame.c $(INCDIR)/filenames.h \
1895 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1896 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
1897 epoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c $(INCDIR)/filenames.h \
1898 coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
1899 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1900 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1901 epoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c $(INCDIR)/filenames.h \
1902 coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
1903 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1904 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1905 hp300bsd.lo: hp300bsd.c $(INCDIR)/filenames.h libaout.h \
1906 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1907 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1908 hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
1909 aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1910 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1911 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1912 aout-target.h
1913 som.lo: som.c $(INCDIR)/alloca-conf.h $(INCDIR)/filenames.h
1914 i386aout.lo: i386aout.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1915 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1916 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1917 i386bsd.lo: i386bsd.c $(INCDIR)/filenames.h libaout.h \
1918 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1919 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1920 i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
1921 $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \
1922 libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1923 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1924 i386freebsd.lo: i386freebsd.c freebsd.h $(INCDIR)/filenames.h \
1925 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1926 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1927 i386linux.lo: i386linux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1928 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1929 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1930 i386lynx.lo: i386lynx.c $(INCDIR)/filenames.h libaout.h \
1931 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1932 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1933 i386msdos.lo: i386msdos.c $(INCDIR)/filenames.h libaout.h \
1934 $(INCDIR)/bfdlink.h
1935 i386netbsd.lo: i386netbsd.c netbsd.h $(INCDIR)/filenames.h \
1936 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1937 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1938 i386mach3.lo: i386mach3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1939 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1940 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1941 i386os9k.lo: i386os9k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1942 libaout.h $(INCDIR)/os9k.h
1943 ieee.lo: ieee.c $(INCDIR)/filenames.h $(INCDIR)/ieee.h \
1944 libieee.h $(INCDIR)/safe-ctype.h
1945 m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1946 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1947 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1948 m68klinux.lo: m68klinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1949 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1950 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1951 m68klynx.lo: m68klynx.c $(INCDIR)/filenames.h libaout.h \
1952 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1953 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1954 m68knetbsd.lo: m68knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1955 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1956 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1957 m88kmach3.lo: m88kmach3.c $(INCDIR)/filenames.h libaout.h \
1958 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1959 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1960 m88kopenbsd.lo: m88kopenbsd.c netbsd.h $(INCDIR)/filenames.h \
1961 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1962 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1963 mach-o.lo: mach-o.c mach-o.h $(INCDIR)/filenames.h \
1964 $(INCDIR)/libiberty.h mach-o-target.c
1965 mipsbsd.lo: mipsbsd.c $(INCDIR)/filenames.h libaout.h \
1966 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1967 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1968 newsos3.lo: newsos3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1969 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1970 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1971 nlm.lo: nlm.c $(INCDIR)/filenames.h libnlm.h $(INCDIR)/nlm/common.h \
1972 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1973 nlm32-i386.lo: nlm32-i386.c $(INCDIR)/filenames.h $(INCDIR)/nlm/i386-ext.h \
1974 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1975 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1976 nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/filenames.h \
1977 $(INCDIR)/nlm/sparc32-ext.h libnlm.h $(INCDIR)/nlm/common.h \
1978 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
1979 nlm-target.h
1980 nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/nlm/ppc-ext.h \
1981 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1982 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1983 nlm32.lo: nlm32.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
1984 $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1985 ns32knetbsd.lo: ns32knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1986 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1987 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1988 oasys.lo: oasys.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1989 $(INCDIR)/oasys.h liboasys.h
1990 pc532-mach.lo: pc532-mach.c $(INCDIR)/filenames.h libaout.h \
1991 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1992 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1993 pdp11.lo: pdp11.c $(INCDIR)/filenames.h libaout.h $(INCDIR)/bfdlink.h \
1994 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1995 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h $(INCDIR)/safe-ctype.h
1996 pef.lo: pef.c $(INCDIR)/safe-ctype.h pef.h pef-traceback.h \
1997 $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
1998 pe-arm.lo: pe-arm.c $(INCDIR)/filenames.h coff-arm.c \
1999 $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2000 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2001 peicode.h libpei.h
2002 pei-arm.lo: pei-arm.c $(INCDIR)/filenames.h coff-arm.c \
2003 $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2004 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2005 peicode.h libpei.h
2006 pe-i386.lo: pe-i386.c $(INCDIR)/filenames.h coff-i386.c \
2007 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2008 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2009 peicode.h libpei.h
2010 pei-i386.lo: pei-i386.c $(INCDIR)/filenames.h coff-i386.c \
2011 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2012 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2013 peicode.h libpei.h
2014 pe-mcore.lo: pe-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
2015 $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2016 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2017 peicode.h libpei.h
2018 pei-mcore.lo: pei-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
2019 $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2020 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2021 peicode.h libpei.h
2022 pe-ppc.lo: pe-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
2023 $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
2024 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2025 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2026 pei-ppc.lo: pei-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
2027 $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
2028 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2029 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2030 pe-sh.lo: pe-sh.c $(INCDIR)/filenames.h coff-sh.c $(INCDIR)/libiberty.h \
2031 $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
2032 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2033 coffcode.h peicode.h libpei.h
2034 pei-sh.lo: pei-sh.c $(INCDIR)/filenames.h coff-sh.c \
2035 $(INCDIR)/libiberty.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
2036 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2037 $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
2038 libpei.h
2039 pe-mips.lo: pe-mips.c $(INCDIR)/filenames.h $(INCDIR)/coff/mipspe.h \
2040 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2041 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2042 peicode.h libpei.h
2043 pei-mips.lo: pei-mips.c $(INCDIR)/filenames.h pe-mips.c \
2044 $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2045 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2046 peicode.h libpei.h
2047 ppcboot.lo: ppcboot.c $(INCDIR)/safe-ctype.h $(INCDIR)/filenames.h
2048 reloc16.lo: reloc16.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2049 genlink.h $(INCDIR)/coff/internal.h libcoff.h
2050 riscix.lo: riscix.c $(INCDIR)/filenames.h libaout.h \
2051 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
2052 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2053 sparclinux.lo: sparclinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
2054 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
2055 libaout.h $(INCDIR)/bfdlink.h aout-target.h
2056 sparclynx.lo: sparclynx.c $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
2057 libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
2058 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
2059 aout-target.h
2060 sparcnetbsd.lo: sparcnetbsd.c netbsd.h $(INCDIR)/filenames.h \
2061 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
2062 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2063 sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
2064 $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h \
2065 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
2066 aout-target.h
2067 vaxnetbsd.lo: vaxnetbsd.c netbsd.h $(INCDIR)/filenames.h \
2068 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
2069 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2070 vax1knetbsd.lo: vax1knetbsd.c netbsd.h $(INCDIR)/filenames.h \
2071 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
2072 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2073 vaxbsd.lo: vaxbsd.c $(INCDIR)/filenames.h libaout.h \
2074 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
2075 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2076 versados.lo: versados.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
2077 vms.lo: vms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2078 vms.h
2079 vms-gsd.lo: vms-gsd.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2080 vms.h
2081 vms-hdr.lo: vms-hdr.c bfdver.h $(INCDIR)/filenames.h \
2082 $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h vms.h
2083 vms-misc.lo: vms-misc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2084 vms.h
2085 vms-tir.lo: vms-tir.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2086 vms.h
2087 xcofflink.lo: xcofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2088 $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h libcoff.h \
2089 libxcoff.h
2090 xsym.lo: xsym.c xsym.h $(INCDIR)/filenames.h
2091 xtensa-isa.lo: xtensa-isa.c $(INCDIR)/xtensa-isa.h \
2092 $(INCDIR)/xtensa-isa-internal.h
2093 xtensa-modules.lo: xtensa-modules.c $(INCDIR)/xtensa-isa-internal.h
2094 aix5ppc-core.lo: aix5ppc-core.c
2095 aout64.lo: aout64.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
2096 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
2097 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2098 coff-alpha.lo: coff-alpha.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2099 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
2100 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h \
2101 libcoff.h libecoff.h coffswap.h ecoffswap.h
2102 coff64-rs6000.lo: coff64-rs6000.c $(INCDIR)/filenames.h \
2103 $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
2104 $(INCDIR)/coff/rs6k64.h libcoff.h libxcoff.h coffcode.h \
2105 coffswap.h
2106 demo64.lo: demo64.c aoutf1.h $(INCDIR)/filenames.h \
2107 $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
2108 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2109 $(INCDIR)/aout/ar.h aout-target.h
2110 efi-app-ia64.lo: efi-app-ia64.c $(INCDIR)/filenames.h \
2111 coff-ia64.c $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h \
2112 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2113 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2114 elf64-x86-64.lo: elf64-x86-64.c $(INCDIR)/filenames.h \
2115 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
2116 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/x86-64.h \
2117 $(INCDIR)/elf/reloc-macros.h elf64-target.h
2118 elf64-alpha.lo: elf64-alpha.c $(INCDIR)/filenames.h \
2119 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2120 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/alpha.h \
2121 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \
2122 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
2123 $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
2124 libecoff.h ecoffswap.h elf64-target.h
2125 elf64-hppa.lo: elf64-hppa.c $(INCDIR)/alloca-conf.h \
2126 $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
2127 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2128 $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h libhppa.h \
2129 elf64-hppa.h elf-hppa.h elf64-target.h
2130 elf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h elf-bfd.h \
2131 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2132 $(INCDIR)/bfdlink.h elf64-target.h
2133 elfn32-mips.lo: elfn32-mips.c $(INCDIR)/filenames.h \
2134 $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \
2135 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfxx-mips.h \
2136 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h \
2137 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
2138 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
2139 ecoffswap.h elf32-target.h
2140 elf64-mips.lo: elf64-mips.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
2141 $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \
2142 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfxx-mips.h \
2143 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h \
2144 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
2145 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \
2146 elf64-target.h
2147 elf64-mmix.lo: elf64-mmix.c $(INCDIR)/filenames.h elf-bfd.h \
2148 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2149 $(INCDIR)/bfdlink.h $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h \
2150 $(INCDIR)/opcode/mmix.h elf64-target.h
2151 elf64-ppc.lo: elf64-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2152 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2153 $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc64.h $(INCDIR)/elf/reloc-macros.h \
2154 elf64-ppc.h elf64-target.h
2155 elf64-s390.lo: elf64-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2156 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2157 $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h \
2158 elf64-target.h
2159 elf64-sh64.lo: elf64-sh64.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2160 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2161 $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
2162 elf64-target.h
2163 elf64-sparc.lo: elf64-sparc.c $(INCDIR)/filenames.h \
2164 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2165 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/sparc.h \
2166 $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
2167 elf64-target.h
2168 elf64.lo: elf64.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
2169 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
2170 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h
2171 mmo.lo: mmo.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
2172 $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h
2173 nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/filenames.h \
2174 $(INCDIR)/nlm/alpha-ext.h libnlm.h $(INCDIR)/nlm/common.h \
2175 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
2176 nlm-target.h
2177 nlm64.lo: nlm64.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
2178 $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
2179 aix386-core.lo: aix386-core.c $(INCDIR)/filenames.h \
2180 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2181 libcoff.h $(INCDIR)/bfdlink.h
2182 hpux-core.lo: hpux-core.c $(INCDIR)/filenames.h
2183 irix-core.lo: irix-core.c $(INCDIR)/filenames.h
2184 lynx-core.lo: lynx-core.c $(INCDIR)/filenames.h
2185 osf-core.lo: osf-core.c $(INCDIR)/filenames.h
2186 sco5-core.lo: sco5-core.c $(INCDIR)/filenames.h libaout.h \
2187 $(INCDIR)/bfdlink.h
2188 trad-core.lo: trad-core.c $(INCDIR)/filenames.h libaout.h \
2189 $(INCDIR)/bfdlink.h
2190 cisco-core.lo: cisco-core.c $(INCDIR)/filenames.h
2191 elf32-ia64.lo: elf32-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
2192 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2193 $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
2194 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h $(INCDIR)/hashtab.h \
2195 elf32-target.h
2196 elf64-ia64.lo: elf64-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
2197 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2198 $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
2199 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h $(INCDIR)/hashtab.h \
2200 elf64-target.h
2201 peigen.lo: peigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
2202 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/pe.h \
2203 libcoff.h $(INCDIR)/bfdlink.h libpei.h
2204 pepigen.lo: pepigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
2205 $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h $(INCDIR)/coff/pe.h \
2206 libcoff.h $(INCDIR)/bfdlink.h libpei.h
2207 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
2208
2209 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2210 # Otherwise a system limit (for SysV at least) may be exceeded.
2211 .NOEXPORT:
This page took 0.075263 seconds and 4 git commands to generate.