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