]> Git Repo - binutils.git/blob - bfd/Makefile.in
19990502 sourceware import
[binutils.git] / bfd / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
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
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_U_64_BIT = @BFD_HOST_U_64_BIT@
72 CATALOGS = @CATALOGS@
73 CATOBJEXT = @CATOBJEXT@
74 CC = @CC@
75 CC_FOR_BUILD = @CC_FOR_BUILD@
76 COREFILE = @COREFILE@
77 COREFLAG = @COREFLAG@
78 DATADIRNAME = @DATADIRNAME@
79 DLLTOOL = @DLLTOOL@
80 EXEEXT = @EXEEXT@
81 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
82 GMOFILES = @GMOFILES@
83 GMSGFMT = @GMSGFMT@
84 GT_NO = @GT_NO@
85 GT_YES = @GT_YES@
86 HDEFINES = @HDEFINES@
87 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
88 INSTOBJEXT = @INSTOBJEXT@
89 INTLDEPS = @INTLDEPS@
90 INTLLIBS = @INTLLIBS@
91 INTLOBJS = @INTLOBJS@
92 LD = @LD@
93 LIBTOOL = @LIBTOOL@
94 LN_S = @LN_S@
95 MAINT = @MAINT@
96 MAKEINFO = @MAKEINFO@
97 MKINSTALLDIRS = @MKINSTALLDIRS@
98 MSGFMT = @MSGFMT@
99 NM = @NM@
100 PACKAGE = @PACKAGE@
101 POFILES = @POFILES@
102 POSUB = @POSUB@
103 RANLIB = @RANLIB@
104 TDEFINES = @TDEFINES@
105 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
106 USE_NLS = @USE_NLS@
107 VERSION = @VERSION@
108 WIN32LDFLAGS = @WIN32LDFLAGS@
109 WIN32LIBADD = @WIN32LIBADD@
110 all_backends = @all_backends@
111 bfd_backends = @bfd_backends@
112 bfd_machines = @bfd_machines@
113 l = @l@
114 tdefaults = @tdefaults@
115 wordsize = @wordsize@
116
117 AUTOMAKE_OPTIONS = cygnus
118
119 INCDIR = $(srcdir)/../include
120 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
121 DEP = mkdep
122
123 SUBDIRS = doc po
124
125 docdir = doc
126
127 lib_LTLIBRARIES = libbfd.la
128
129 # bfd.h goes here, for now
130 BFD_H = bfd.h
131
132 # Jim Kingdon notes:
133 # Writing S-records should be included in all (or at least most)
134 # *-*-coff, *-*-aout, etc., configurations, because people will want to
135 # be able to use objcopy to create S-records.  (S-records are not useful
136 # for the debugger, so if you are downloading things as S-records you
137 # need two copies of the executable, one to download and one for the
138 # debugger).
139 BFD_LIBS = \
140         archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo \
141         format.lo init.lo libbfd.lo opncls.lo reloc.lo \
142         section.lo syms.lo targets.lo hash.lo linker.lo \
143         srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo
144
145
146 BFD_LIBS_CFILES = \
147         archive.c archures.c bfd.c cache.c coffgen.c corefile.c \
148         format.c init.c libbfd.c opncls.c reloc.c \
149         section.c syms.c targets.c hash.c linker.c \
150         srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c
151
152
153 # This list is alphabetized to make it easier to keep in sync
154 # with the decls and initializer in archures.c.
155 ALL_MACHINES = \
156         cpu-a29k.lo \
157         cpu-alpha.lo \
158         cpu-arc.lo \
159         cpu-arm.lo \
160         cpu-d10v.lo \
161         cpu-d30v.lo \
162         cpu-fr30.lo \
163         cpu-h8300.lo \
164         cpu-h8500.lo \
165         cpu-hppa.lo \
166         cpu-i386.lo \
167         cpu-i860.lo \
168         cpu-i960.lo \
169         cpu-m32r.lo \
170         cpu-m68k.lo \
171         cpu-m88k.lo \
172         cpu-m10200.lo \
173         cpu-m10300.lo \
174         cpu-mcore.lo \
175         cpu-mips.lo \
176         cpu-ns32k.lo \
177         cpu-powerpc.lo \
178         cpu-rs6000.lo \
179         cpu-sh.lo \
180         cpu-sparc.lo \
181         cpu-tic30.lo \
182         cpu-tic80.lo \
183         cpu-v850.lo \
184         cpu-vax.lo \
185         cpu-we32k.lo \
186         cpu-w65.lo \
187         cpu-z8k.lo
188
189
190 ALL_MACHINES_CFILES = \
191         cpu-a29k.c \
192         cpu-alpha.c \
193         cpu-arc.c \
194         cpu-arm.c \
195         cpu-d10v.c \
196         cpu-d30v.c \
197         cpu-fr30.c \
198         cpu-h8300.c \
199         cpu-h8500.c \
200         cpu-hppa.c \
201         cpu-i386.c \
202         cpu-i860.c \
203         cpu-i960.c \
204         cpu-m32r.c \
205         cpu-m68k.c \
206         cpu-m88k.c \
207         cpu-m10200.c \
208         cpu-m10300.c \
209         cpu-mcore.c \
210         cpu-mips.c \
211         cpu-ns32k.c \
212         cpu-powerpc.c \
213         cpu-rs6000.c \
214         cpu-sh.c \
215         cpu-sparc.c \
216         cpu-tic30.c \
217         cpu-tic80.c \
218         cpu-v850.c \
219         cpu-vax.c \
220         cpu-we32k.c \
221         cpu-w65.c \
222         cpu-z8k.c
223
224
225 # The .o files needed by all of the 32 bit vectors that are configured into
226 # target_vector in targets.c if configured with --enable-targets=all.
227 BFD32_BACKENDS = \
228         aout-adobe.lo \
229         aout-arm.lo \
230         aout-ns32k.lo \
231         aout-sparcle.lo \
232         aout-tic30.lo \
233         aout0.lo \
234         aout32.lo \
235         bout.lo \
236         cf-i386lynx.lo \
237         cf-m68klynx.lo \
238         cf-sparclynx.lo \
239         coff-a29k.lo \
240         coff-apollo.lo \
241         coff-arm.lo \
242         coff-aux.lo \
243         coff-h8300.lo \
244         coff-h8500.lo \
245         coff-i386.lo \
246         coff-go32.lo \
247         coff-i860.lo \
248         coff-i960.lo \
249         coff-m68k.lo \
250         coff-m88k.lo \
251         coff-mips.lo \
252         coff-pmac.lo \
253         coff-rs6000.lo \
254         coff-sh.lo \
255         coff-sparc.lo \
256         coff-stgo32.lo \
257         coff-svm68k.lo \
258         coff-tic30.lo \
259         coff-tic80.lo \
260         coff-u68k.lo \
261         coff-we32k.lo \
262         coff-w65.lo \
263         coff-z8k.lo \
264         cofflink.lo \
265         dwarf2.lo \
266         ecoff.lo \
267         ecofflink.lo \
268         elf.lo \
269         elf32-arc.lo \
270         elfarm-oabi.lo \
271         elfarm-nabi.lo \
272         elf32-d10v.lo \
273         elf32-d30v.lo \
274         elf32-fr30.lo \
275         elf32-gen.lo \
276         elf32-hppa.lo \
277         elf32-i386.lo \
278         elf32-i860.lo \
279         elf32-m32r.lo \
280         elf32-m68k.lo \
281         elf32-m88k.lo \
282         elf-m10200.lo \
283         elf-m10300.lo \
284         elf32-mcore.lo \
285         elf32-mips.lo \
286         elf32-ppc.lo \
287         elf32-sh.lo \
288         elf32-sparc.lo \
289         elf32-v850.lo \
290         elf32.lo \
291         elflink.lo \
292         hp300bsd.lo \
293         hp300hpux.lo \
294         som.lo \
295         i386aout.lo \
296         i386bsd.lo \
297         i386dynix.lo \
298         i386freebsd.lo \
299         i386linux.lo \
300         i386lynx.lo \
301         i386msdos.lo \
302         i386netbsd.lo \
303         i386mach3.lo \
304         i386os9k.lo \
305         ieee.lo \
306         m68k4knetbsd.lo \
307         m68klinux.lo \
308         m68klynx.lo \
309         m68knetbsd.lo \
310         m88kmach3.lo \
311         mipsbsd.lo \
312         newsos3.lo \
313         nlm.lo \
314         nlm32-i386.lo \
315         nlm32-sparc.lo \
316         nlm32-ppc.lo \
317         nlm32.lo \
318         ns32knetbsd.lo \
319         oasys.lo \
320         pc532-mach.lo \
321         pe-arm.lo \
322         pei-arm.lo \
323         pe-i386.lo \
324         pei-i386.lo \
325         pe-mcore.lo \
326         pei-mcore.lo \
327         pe-ppc.lo \
328         pei-ppc.lo \
329         ppcboot.lo \
330         reloc16.lo \
331         riscix.lo \
332         sparclinux.lo \
333         sparclynx.lo \
334         sparcnetbsd.lo \
335         sunos.lo \
336         vaxnetbsd.lo \
337         versados.lo \
338         vms.lo \
339         vms-gsd.lo \
340         vms-hdr.lo \
341         vms-misc.lo \
342         vms-tir.lo \
343         xcofflink.lo
344
345
346 BFD32_BACKENDS_CFILES = \
347         aout-adobe.c \
348         aout-arm.c \
349         aout-ns32k.c \
350         aout-sparcle.c \
351         aout-tic30.c \
352         aout0.c \
353         aout32.c \
354         bout.c \
355         cf-i386lynx.c \
356         cf-m68klynx.c \
357         cf-sparclynx.c \
358         coff-a29k.c \
359         coff-apollo.c \
360         coff-arm.c \
361         coff-aux.c \
362         coff-h8300.c \
363         coff-h8500.c \
364         coff-i386.c \
365         coff-i860.c \
366         coff-go32.c \
367         coff-i960.c \
368         coff-m68k.c \
369         coff-m88k.c \
370         coff-mips.c \
371         coff-pmac.c \
372         coff-rs6000.c \
373         coff-sh.c \
374         coff-sparc.c \
375         coff-stgo32.c \
376         coff-svm68k.c \
377         coff-tic30.c \
378         coff-tic80.c \
379         coff-u68k.c \
380         coff-we32k.c \
381         coff-w65.c \
382         coff-z8k.c \
383         cofflink.c \
384         dwarf2.c \
385         ecoff.c \
386         ecofflink.c \
387         elf.c \
388         elf32-arc.c \
389         elfarm-oabi.c \
390         elfarm-nabi.c \
391         elf32-d10v.c \
392         elf32-d30v.c \
393         elf32-fr30.c \
394         elf32-gen.c \
395         elf32-hppa.c \
396         elf32-i386.c \
397         elf32-i860.c \
398         elf32-m32r.c \
399         elf32-m68k.c \
400         elf32-m88k.c \
401         elf-m10200.c \
402         elf-m10300.c \
403         elf32-mcore.c \
404         elf32-mips.c \
405         elf32-ppc.c \
406         elf32-sh.c \
407         elf32-sparc.c \
408         elf32-v850.c \
409         elf32.c \
410         elflink.c \
411         hp300bsd.c \
412         hp300hpux.c \
413         som.c \
414         i386aout.c \
415         i386bsd.c \
416         i386dynix.c \
417         i386freebsd.c \
418         i386linux.c \
419         i386lynx.c \
420         i386msdos.c \
421         i386netbsd.c \
422         i386mach3.c \
423         i386os9k.c \
424         ieee.c \
425         m68k4knetbsd.c \
426         m68klinux.c \
427         m68klynx.c \
428         m68knetbsd.c \
429         m88kmach3.c \
430         mipsbsd.c \
431         newsos3.c \
432         nlm.c \
433         nlm32-i386.c \
434         nlm32-sparc.c \
435         nlm32-ppc.c \
436         nlm32.c \
437         ns32knetbsd.c \
438         oasys.c \
439         pc532-mach.c \
440         pe-arm.c \
441         pei-arm.c \
442         pe-i386.c \
443         pei-i386.c \
444         pe-mcore.c \
445         pei-mcore.c \
446         pe-ppc.c \
447         pei-ppc.c \
448         ppcboot.c \
449         reloc16.c \
450         riscix.c \
451         sparclinux.c \
452         sparclynx.c \
453         sparcnetbsd.c \
454         sunos.c \
455         vaxnetbsd.c \
456         versados.c \
457         vms.c \
458         vms-gsd.c \
459         vms-hdr.c \
460         vms-misc.c \
461         vms-tir.c \
462         xcofflink.c
463
464
465 # The .o files needed by all of the 64 bit vectors that are configured into
466 # target_vector in targets.c if configured with --enable-targets=all
467 # and --enable-64-bit-bfd.
468 BFD64_BACKENDS = \
469         aout64.lo \
470         coff-alpha.lo \
471         demo64.lo \
472         elf64-alpha.lo \
473         elf64-gen.lo \
474         elf64-mips.lo \
475         elf64-sparc.lo \
476         elf64.lo \
477         nlm32-alpha.lo \
478         nlm64.lo
479
480
481 BFD64_BACKENDS_CFILES = \
482         aout64.c \
483         coff-alpha.c \
484         demo64.c \
485         elf64-alpha.c \
486         elf64-gen.c \
487         elf64-mips.c \
488         elf64-sparc.c \
489         elf64.c \
490         nlm32-alpha.c \
491         nlm64.c
492
493
494 OPTIONAL_BACKENDS = \
495         aix386-core.lo \
496         hpux-core.lo \
497         irix-core.lo \
498         lynx-core.lo \
499         osf-core.lo \
500         sco5-core.lo \
501         trad-core.lo \
502         cisco-core.lo
503
504
505 OPTIONAL_BACKENDS_CFILES = \
506         aix386-core.c \
507         hpux-core.c \
508         irix-core.c \
509         lynx-core.c \
510         osf-core.c \
511         sco5-core.c \
512         trad-core.c \
513         cisco-core.c
514
515
516 # These are defined by configure.in:
517 WORDSIZE = @wordsize@
518 ALL_BACKENDS = @all_backends@
519 BFD_BACKENDS = @bfd_backends@
520 BFD_MACHINES = @bfd_machines@
521 TDEFAULTS = @tdefaults@
522
523 INCLUDES = -D_GNU_SOURCE @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) -I$(srcdir)/../intl -I../intl
524
525 # C source files that correspond to .o's.
526 CFILES = \
527         $(BFD_LIBS_CFILES) \
528         $(ALL_MACHINES_CFILES) \
529         $(BFD32_BACKENDS_CFILES) \
530         $(BFD64_BACKENDS_CFILES) \
531         $(OPTIONAL_BACKENDS_CFILES)
532
533
534 SOURCE_HFILES = \
535         aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h \
536         ecoffswap.h elf32-hppa.h \
537         elfcode.h genlink.h go32stub.h hppa_stubs.h libaout.h \
538         libbfd.h libcoff.h libecoff.h elf-bfd.h libhppa.h libieee.h \
539         libnlm.h liboasys.h netbsd.h nlm-target.h nlmcode.h ns32k.h \
540         som.h vms.h
541
542
543 HFILES = \
544         elf32-target.h elf64-target.h targmatch.h \
545         $(SOURCE_HFILES)
546
547
548 POTFILES = $(CFILES) $(SOURCE_HFILES)
549
550 # Various kinds of .o files to put in libbfd.a:
551 # BFD_BACKENDS  Routines the configured targets need.
552 # BFD_MACHINES  Architecture-specific routines the configured targets need.
553 # COREFILE      Core file routines for a native configuration
554 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@
555
556 libbfd_la_SOURCES = $(BFD_LIBS_CFILES)
557 libbfd_la_DEPENDENCIES = $(OFILES) ofiles
558 libbfd_la_LIBADD = `cat ofiles` @WIN32LIBADD@
559 libbfd_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
560
561 # libtool will build .libs/libbfd.a.  We create libbfd.a in the build
562 # directory so that we don't have to convert all the programs that use
563 # libbfd.a simultaneously.  This is a hack which should be removed if
564 # everything else starts using libtool.  FIXME.
565
566 noinst_LIBRARIES = libbfd.a
567 libbfd_a_SOURCES = 
568
569 BFD_H_DEPS = $(INCDIR)/ansidecl.h
570 LOCAL_H_DEPS = libbfd.h sysdep.h config.h
571
572 BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
573         reloc.c syms.c bfd.c archive.c corefile.c targets.c format.c
574
575 LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c cache.c reloc.c archures.c elf.c
576 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
577
578 MOSTLYCLEANFILES = elf32-target.h elf64-target.h ofiles stamp-ofiles \
579         targmatch.h
580
581
582 CLEANFILES = bfd.h dep.sed stmp-bfd-h .dep .dep1 libbfd.a stamp-lib \
583         stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
584
585 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
586 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
587 CONFIG_HEADER = config.h
588 CONFIG_CLEAN_FILES =  bfd-in3.h
589 LIBRARIES =  $(noinst_LIBRARIES)
590
591
592 DEFS = @DEFS@ -I. -I$(srcdir) -I.
593 CPPFLAGS = @CPPFLAGS@
594 LDFLAGS = @LDFLAGS@
595 LIBS = @LIBS@
596 libbfd_a_LIBADD = 
597 libbfd_a_OBJECTS = 
598 LTLIBRARIES =  $(lib_LTLIBRARIES)
599
600 libbfd_la_OBJECTS =  archive.lo archures.lo bfd.lo cache.lo coffgen.lo \
601 corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo \
602 syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo \
603 ihex.lo stabs.lo stab-syms.lo
604 CFLAGS = @CFLAGS@
605 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
606 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
607 CCLD = $(CC)
608 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
609 DIST_COMMON =  README ./stamp-h.in COPYING ChangeLog Makefile.am \
610 Makefile.in TODO acinclude.m4 aclocal.m4 bfd-in2.h config.in configure \
611 configure.in
612
613
614 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
615
616 TAR = tar
617 GZIP_ENV = --best
618 SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES)
619 OBJECTS = $(libbfd_a_OBJECTS) $(libbfd_la_OBJECTS)
620
621 all: all-redirect
622 .SUFFIXES:
623 .SUFFIXES: .S .c .lo .o .s
624 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
625         cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
626
627 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
628         cd $(top_builddir) \
629           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
630
631 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
632         cd $(srcdir) && $(ACLOCAL)
633 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
634         cd $(srcdir) && $(AUTOCONF)
635
636 config.h: stamp-h
637         @if test ! -f $@; then \
638                 rm -f stamp-h; \
639                 $(MAKE) stamp-h; \
640         else :; fi
641 stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
642         cd $(top_builddir) \
643           && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
644              $(SHELL) ./config.status
645         @echo timestamp > stamp-h 2> /dev/null
646 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
647         @if test ! -f $@; then \
648                 rm -f $(srcdir)/stamp-h.in; \
649                 $(MAKE) $(srcdir)/stamp-h.in; \
650         else :; fi
651 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
652         cd $(top_srcdir) && $(AUTOHEADER)
653         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
654
655 mostlyclean-hdr:
656
657 clean-hdr:
658
659 distclean-hdr:
660         -rm -f config.h
661
662 maintainer-clean-hdr:
663 bfd-in3.h: $(top_builddir)/config.status bfd-in2.h
664         cd $(top_builddir) && CONFIG_FILES=$@:bfd-in2.h CONFIG_HEADERS= $(SHELL) ./config.status
665
666 mostlyclean-noinstLIBRARIES:
667
668 clean-noinstLIBRARIES:
669         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
670
671 distclean-noinstLIBRARIES:
672
673 maintainer-clean-noinstLIBRARIES:
674
675 .c.o:
676         $(COMPILE) -c $<
677
678 .s.o:
679         $(COMPILE) -c $<
680
681 .S.o:
682         $(COMPILE) -c $<
683
684 mostlyclean-compile:
685         -rm -f *.o core *.core
686
687 clean-compile:
688
689 distclean-compile:
690         -rm -f *.tab.c
691
692 maintainer-clean-compile:
693
694 .c.lo:
695         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
696
697 .s.lo:
698         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
699
700 .S.lo:
701         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
702
703 mostlyclean-libtool:
704         -rm -f *.lo
705
706 clean-libtool:
707         -rm -rf .libs _libs
708
709 distclean-libtool:
710
711 maintainer-clean-libtool:
712
713 mostlyclean-libLTLIBRARIES:
714
715 clean-libLTLIBRARIES:
716         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
717
718 distclean-libLTLIBRARIES:
719
720 maintainer-clean-libLTLIBRARIES:
721
722 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
723         @$(NORMAL_INSTALL)
724         $(mkinstalldirs) $(DESTDIR)$(libdir)
725         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
726           if test -f $$p; then \
727             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
728             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
729           else :; fi; \
730         done
731
732 uninstall-libLTLIBRARIES:
733         @$(NORMAL_UNINSTALL)
734         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
735           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
736         done
737
738 libbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES)
739         $(LINK) -rpath $(libdir) $(libbfd_la_LDFLAGS) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
740
741 # This directory's subdirectories are mostly independent; you can cd
742 # into them and run `make' without going through this Makefile.
743 # To change the values of `make' variables: instead of editing Makefiles,
744 # (1) if the variable is set in `config.status', edit `config.status'
745 #     (which will cause the Makefiles to be regenerated when you run `make');
746 # (2) otherwise, pass the desired values on the `make' command line.
747
748 @SET_MAKE@
749
750 all-recursive install-data-recursive install-exec-recursive \
751 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
752 check-recursive installcheck-recursive info-recursive dvi-recursive:
753         @set fnord $(MAKEFLAGS); amf=$$2; \
754         dot_seen=no; \
755         target=`echo $@ | sed s/-recursive//`; \
756         list='$(SUBDIRS)'; for subdir in $$list; do \
757           echo "Making $$target in $$subdir"; \
758           if test "$$subdir" = "."; then \
759             dot_seen=yes; \
760             local_target="$$target-am"; \
761           else \
762             local_target="$$target"; \
763           fi; \
764           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
765            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
766         done; \
767         if test "$$dot_seen" = "no"; then \
768           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
769         fi; test -z "$$fail"
770
771 mostlyclean-recursive clean-recursive distclean-recursive \
772 maintainer-clean-recursive:
773         @set fnord $(MAKEFLAGS); amf=$$2; \
774         dot_seen=no; \
775         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
776           rev="$$subdir $$rev"; \
777           test "$$subdir" = "." && dot_seen=yes; \
778         done; \
779         test "$$dot_seen" = "no" && rev=". $$rev"; \
780         target=`echo $@ | sed s/-recursive//`; \
781         for subdir in $$rev; do \
782           echo "Making $$target in $$subdir"; \
783           if test "$$subdir" = "."; then \
784             local_target="$$target-am"; \
785           else \
786             local_target="$$target"; \
787           fi; \
788           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
789            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
790         done && test -z "$$fail"
791 tags-recursive:
792         list='$(SUBDIRS)'; for subdir in $$list; do \
793           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
794         done
795
796 tags: TAGS
797
798 ID: $(HEADERS) $(SOURCES) $(LISP)
799         list='$(SOURCES) $(HEADERS)'; \
800         unique=`for i in $$list; do echo $$i; done | \
801           awk '    { files[$$0] = 1; } \
802                END { for (i in files) print i; }'`; \
803         here=`pwd` && cd $(srcdir) \
804           && mkid -f$$here/ID $$unique $(LISP)
805
806 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
807         tags=; \
808         here=`pwd`; \
809         list='$(SUBDIRS)'; for subdir in $$list; do \
810    if test "$$subdir" = .; then :; else \
811             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
812    fi; \
813         done; \
814         list='$(SOURCES) $(HEADERS)'; \
815         unique=`for i in $$list; do echo $$i; done | \
816           awk '    { files[$$0] = 1; } \
817                END { for (i in files) print i; }'`; \
818         test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
819           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
820
821 mostlyclean-tags:
822
823 clean-tags:
824
825 distclean-tags:
826         -rm -f TAGS ID
827
828 maintainer-clean-tags:
829
830 distdir = $(PACKAGE)-$(VERSION)
831 top_distdir = $(distdir)
832
833 # This target untars the dist file and tries a VPATH configuration.  Then
834 # it guarantees that the distribution is self-contained by making another
835 # tarfile.
836 distcheck: dist
837         -rm -rf $(distdir)
838         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
839         mkdir $(distdir)/=build
840         mkdir $(distdir)/=inst
841         dc_install_base=`cd $(distdir)/=inst && pwd`; \
842         cd $(distdir)/=build \
843           && ../configure --srcdir=.. --prefix=$$dc_install_base \
844           && $(MAKE) $(AM_MAKEFLAGS) \
845           && $(MAKE) $(AM_MAKEFLAGS) dvi \
846           && $(MAKE) $(AM_MAKEFLAGS) check \
847           && $(MAKE) $(AM_MAKEFLAGS) install \
848           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
849           && $(MAKE) $(AM_MAKEFLAGS) dist
850         -rm -rf $(distdir)
851         @banner="$(distdir).tar.gz is ready for distribution"; \
852         dashes=`echo "$$banner" | sed s/./=/g`; \
853         echo "$$dashes"; \
854         echo "$$banner"; \
855         echo "$$dashes"
856 dist: distdir
857         -chmod -R a+r $(distdir)
858         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
859         -rm -rf $(distdir)
860 dist-all: distdir
861         -chmod -R a+r $(distdir)
862         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
863         -rm -rf $(distdir)
864 distdir: $(DISTFILES)
865         -rm -rf $(distdir)
866         mkdir $(distdir)
867         -chmod 777 $(distdir)
868         @for file in $(DISTFILES); do \
869           if test -f $$file; then d=.; else d=$(srcdir); fi; \
870           if test -d $$d/$$file; then \
871             cp -pr $$/$$file $(distdir)/$$file; \
872           else \
873             test -f $(distdir)/$$file \
874             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
875             || cp -p $$d/$$file $(distdir)/$$file || :; \
876           fi; \
877         done
878         for subdir in $(SUBDIRS); do \
879           if test "$$subdir" = .; then :; else \
880             test -d $(distdir)/$$subdir \
881             || mkdir $(distdir)/$$subdir \
882             || exit 1; \
883             chmod 777 $(distdir)/$$subdir; \
884             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
885               || exit 1; \
886           fi; \
887         done
888 info-am:
889 info: info-recursive
890 dvi-am:
891 dvi: dvi-recursive
892 check-am:
893 check: check-recursive
894 installcheck-am:
895 installcheck: installcheck-recursive
896 install-info-am: 
897 install-info: install-info-recursive
898 all-recursive-am: config.h
899         $(MAKE) $(AM_MAKEFLAGS) all-recursive
900
901 install-exec-am: install-libLTLIBRARIES
902 install-exec: install-exec-recursive
903
904 install-data-am: install-data-local
905 install-data: install-data-recursive
906
907 install-am: all-am
908         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
909 install: install-recursive
910 uninstall-am: uninstall-libLTLIBRARIES
911 uninstall: uninstall-recursive
912 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
913 all-redirect: all-recursive-am
914 install-strip:
915         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
916 installdirs: installdirs-recursive
917 installdirs-am:
918         $(mkinstalldirs)  $(DESTDIR)$(libdir)
919
920
921 mostlyclean-generic:
922         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
923
924 clean-generic:
925         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
926
927 distclean-generic:
928         -rm -f Makefile $(CONFIG_CLEAN_FILES)
929         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
930
931 maintainer-clean-generic:
932 mostlyclean-am:  mostlyclean-hdr mostlyclean-noinstLIBRARIES \
933                 mostlyclean-compile mostlyclean-libtool \
934                 mostlyclean-libLTLIBRARIES mostlyclean-tags \
935                 mostlyclean-generic
936
937 mostlyclean: mostlyclean-recursive
938
939 clean-am:  clean-hdr clean-noinstLIBRARIES clean-compile clean-libtool \
940                 clean-libLTLIBRARIES clean-tags clean-generic \
941                 mostlyclean-am
942
943 clean: clean-recursive
944
945 distclean-am:  distclean-hdr distclean-noinstLIBRARIES distclean-compile \
946                 distclean-libtool distclean-libLTLIBRARIES \
947                 distclean-tags distclean-generic clean-am
948         -rm -f libtool
949
950 distclean: distclean-recursive
951         -rm -f config.status
952
953 maintainer-clean-am:  maintainer-clean-hdr \
954                 maintainer-clean-noinstLIBRARIES \
955                 maintainer-clean-compile maintainer-clean-libtool \
956                 maintainer-clean-libLTLIBRARIES maintainer-clean-tags \
957                 maintainer-clean-generic distclean-am
958         @echo "This command is intended for maintainers to use;"
959         @echo "it deletes files that may require special tools to rebuild."
960
961 maintainer-clean: maintainer-clean-recursive
962         -rm -f config.status
963
964 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
965 mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
966 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
967 mostlyclean-compile distclean-compile clean-compile \
968 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
969 clean-libtool maintainer-clean-libtool mostlyclean-libLTLIBRARIES \
970 distclean-libLTLIBRARIES clean-libLTLIBRARIES \
971 maintainer-clean-libLTLIBRARIES uninstall-libLTLIBRARIES \
972 install-libLTLIBRARIES install-data-recursive uninstall-data-recursive \
973 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
974 uninstalldirs-recursive all-recursive check-recursive \
975 installcheck-recursive info-recursive dvi-recursive \
976 mostlyclean-recursive distclean-recursive clean-recursive \
977 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
978 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
979 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
980 install-info all-recursive-am install-exec-am install-exec \
981 install-data-local install-data-am install-data install-am install \
982 uninstall-am uninstall all-redirect all-am all installdirs-am \
983 installdirs mostlyclean-generic distclean-generic clean-generic \
984 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
985
986
987 po/POTFILES.in: @MAINT@ Makefile
988         for file in $(POTFILES); do echo $$file; done | sort > tmp \
989           && mv tmp $(srcdir)/po/POTFILES.in
990
991 diststuff: info
992
993 stamp-ofiles: Makefile
994         rm -f tofiles
995         f=""; \
996         for i in $(OFILES) ; do \
997           case " $$f " in \
998             *" $$i "*) ;; \
999             *) f="$$f $$i" ;; \
1000           esac ; \
1001         done ; \
1002         echo $$f > tofiles
1003         $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
1004         touch stamp-ofiles
1005
1006 ofiles: stamp-ofiles ; @true
1007
1008 stamp-lib: libbfd.la
1009         if [ -f .libs/libbfd.a ]; then \
1010           cp .libs/libbfd.a libbfd.tmp; \
1011           $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
1012         else true; fi
1013         touch stamp-lib
1014
1015 libbfd.a: stamp-lib ; @true
1016
1017 # This file holds an array associating configuration triplets and
1018 # vector names.  It is built from config.bfd.  It is not compiled by
1019 # itself, but is included by targets.c.
1020 targmatch.h: config.bfd targmatch.sed
1021         rm -f targmatch.h
1022         sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
1023         mv -f targmatch.new targmatch.h
1024
1025 # When compiling archures.c and targets.c, supply the default target
1026 # info from configure.
1027
1028 targets.lo: targets.c config.status
1029         $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
1030
1031 archures.lo: archures.c config.status
1032         $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
1033
1034 elf32-target.h : elfxx-target.h
1035         rm -f elf32-target.h
1036         sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
1037         mv -f elf32-target.new elf32-target.h
1038
1039 elf64-target.h : elfxx-target.h
1040         rm -f elf64-target.h
1041         sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
1042         mv -f elf64-target.new elf64-target.h
1043 $(BFD_LIBS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
1044 $(BFD_MACHINES): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
1045 $(BFD_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
1046 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
1047
1048 # Install BFD include file, and others that it needs.
1049 install-data-local: $(BFD_H)
1050         @$(NORMAL_INSTALL)
1051         $(mkinstalldirs) $(includedir)
1052         $(INSTALL_DATA) $(BFD_H) $(includedir)/bfd.h
1053         $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(includedir)/ansidecl.h
1054         $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(includedir)/bfdlink.h
1055
1056 # Have to get rid of .dep1 here so that "$?" later includes all of $(CFILES).
1057 .dep: dep.sed $(CFILES) $(HFILES) bfd.h
1058         rm -f .dep1
1059         $(MAKE) DEP=$(DEP) .dep1
1060         sed -f dep.sed <.dep1 >.dep
1061
1062 # This rule really wants a mkdep that runs "gcc -MM".
1063 # The NetBSD mkdep overwrites any existing file contents, and doesn't insert
1064 # the "DO NOT DELETE" line.
1065 # Other mkdep versions require a file that already exists, and do insert it.
1066 # Hence the weirdness....
1067 .dep1: $(CFILES)
1068         rm -f .dep2 .dep2a
1069         echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep2
1070         echo > .dep2a
1071         $(DEP) -f .dep2a $(INCLUDES) $(CFLAGS) $?
1072         sed -e '/DO NOT DELETE/d' -e '/^$$/d' < .dep2a >> .dep2
1073         rm -f .dep2a
1074         $(SHELL) $(srcdir)/../move-if-change .dep2 .dep1
1075
1076 dep.sed: dep-in.sed config.status
1077         sed <$(srcdir)/dep-in.sed >dep.sed      \
1078                 -e 's!@BFD_H@!$(BFD_H)!'        \
1079                 -e 's!@INCDIR@!$(INCDIR)!'      \
1080                 -e 's!@SRCDIR@!$(srcdir)!'
1081
1082 dep: .dep
1083         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
1084         cat .dep >> tmp-Makefile
1085         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
1086
1087 dep-in: .dep
1088         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
1089         cat .dep >> tmp-Makefile.in
1090         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1091
1092 dep-am: .dep
1093         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
1094         cat .dep >> tmp-Makefile.am
1095         $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1096
1097 host-aout.lo: Makefile
1098
1099 # The following program can be used to generate a simple config file
1100 # which can be folded into an h-XXX file for a new host, with some editing.
1101 aout-params.h: gen-aout
1102         ./gen-aout host > aout-params.h
1103 gen-aout: $(srcdir)/gen-aout.c Makefile
1104         $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
1105
1106 $(BFD_H): stmp-bfd-h ; @true
1107
1108 stmp-bfd-h: bfd-in3.h
1109         rm -f bfd-tmp.h
1110         cp bfd-in3.h bfd-tmp.h
1111         $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
1112         rm -f bfd-tmp.h
1113         touch stmp-bfd-h
1114
1115 # Could really use a "copy-if-change"...
1116 headers:
1117         (cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
1118         cp $(docdir)/bfd.h bfd-in2.h-new
1119         $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1120         cp $(docdir)/libbfd.h libbfd.h-new
1121         $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1122         cp $(docdir)/libcoff.h libcoff.h-new
1123         $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1124
1125 # We only rebuild the header files automatically if we have been
1126 # configured with --enable-maintainer-mode.
1127
1128 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
1129 stmp-bin2-h: $(BFD_H_FILES)
1130         (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
1131         cp $(docdir)/bfd.h bfd-in2.h-new
1132         $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1133         touch stmp-bin2-h
1134
1135 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1136 stmp-lbfd-h: $(LIBBFD_H_FILES)
1137         (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
1138         cp $(docdir)/libbfd.h libbfd.h-new
1139         $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1140         touch stmp-lbfd-h
1141
1142 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
1143 stmp-lcoff-h: $(LIBCOFF_H_FILES)
1144         (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
1145         cp $(docdir)/libcoff.h libcoff.h-new
1146         $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1147         touch stmp-lcoff-h
1148
1149 # We want to rerun configure if config.bfd or configure.host change.
1150 config.status: $(srcdir)/configure $(srcdir)/config.bfd $(srcdir)/configure.host
1151         $(SHELL) ./config.status --recheck
1152
1153
1154 elfarm-oabi.lo: elfarm-oabi.c elf32-arm.h elf-bfd.h $(INCDIR)/elf/common.h \
1155   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1156   $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1157
1158 # What appears below is generated by a hacked mkdep using gcc -MM.
1159 elfarm-nabi.lo: elfarm-nabi.c elf32-arm.h elf-bfd.h $(INCDIR)/elf/common.h \
1160   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1161   $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1162
1163 # What appears below is generated by a hacked mkdep using gcc -MM.
1164
1165 # DO NOT DELETE THIS LINE -- mkdep uses it.
1166 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1167 archive.lo: archive.c $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h
1168 archures.lo: archures.c
1169 bfd.lo: bfd.c $(INCDIR)/libiberty.h $(INCDIR)/bfdlink.h \
1170   $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h libcoff.h \
1171   libecoff.h $(INCDIR)/coff/ecoff.h elf-bfd.h $(INCDIR)/elf/common.h \
1172   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
1173 cache.lo: cache.c
1174 coffgen.lo: coffgen.c $(INCDIR)/coff/internal.h libcoff.h \
1175   $(INCDIR)/bfdlink.h
1176 corefile.lo: corefile.c
1177 format.lo: format.c
1178 init.lo: init.c
1179 libbfd.lo: libbfd.c
1180 opncls.lo: opncls.c $(INCDIR)/objalloc.h
1181 reloc.lo: reloc.c $(INCDIR)/bfdlink.h
1182 section.lo: section.c $(INCDIR)/bfdlink.h
1183 syms.lo: syms.c $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h \
1184   $(INCDIR)/aout/stab.def
1185 targets.lo: targets.c $(INCDIR)/fnmatch.h targmatch.h
1186 hash.lo: hash.c $(INCDIR)/objalloc.h
1187 linker.lo: linker.c $(INCDIR)/bfdlink.h genlink.h
1188 srec.lo: srec.c $(INCDIR)/libiberty.h
1189 binary.lo: binary.c
1190 tekhex.lo: tekhex.c $(INCDIR)/libiberty.h
1191 ihex.lo: ihex.c $(INCDIR)/libiberty.h
1192 stabs.lo: stabs.c $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
1193 stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
1194   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
1195 cpu-a29k.lo: cpu-a29k.c
1196 cpu-alpha.lo: cpu-alpha.c
1197 cpu-arc.lo: cpu-arc.c
1198 cpu-arm.lo: cpu-arm.c
1199 cpu-d10v.lo: cpu-d10v.c
1200 cpu-d30v.lo: cpu-d30v.c
1201 cpu-fr30.lo: cpu-fr30.c
1202 cpu-h8300.lo: cpu-h8300.c
1203 cpu-h8500.lo: cpu-h8500.c
1204 cpu-hppa.lo: cpu-hppa.c
1205 cpu-i386.lo: cpu-i386.c
1206 cpu-i860.lo: cpu-i860.c
1207 cpu-i960.lo: cpu-i960.c
1208 cpu-m32r.lo: cpu-m32r.c
1209 cpu-m68k.lo: cpu-m68k.c
1210 cpu-m88k.lo: cpu-m88k.c
1211 cpu-m10200.lo: cpu-m10200.c
1212 cpu-m10300.lo: cpu-m10300.c
1213 cpu-mcore.lo: cpu-mcore.c
1214 cpu-mips.lo: cpu-mips.c
1215 cpu-ns32k.lo: cpu-ns32k.c ns32k.h
1216 cpu-powerpc.lo: cpu-powerpc.c
1217 cpu-rs6000.lo: cpu-rs6000.c
1218 cpu-sh.lo: cpu-sh.c
1219 cpu-sparc.lo: cpu-sparc.c
1220 cpu-tic30.lo: cpu-tic30.c
1221 cpu-tic80.lo: cpu-tic80.c
1222 cpu-v850.lo: cpu-v850.c
1223 cpu-vax.lo: cpu-vax.c
1224 cpu-we32k.lo: cpu-we32k.c
1225 cpu-w65.lo: cpu-w65.c
1226 cpu-z8k.lo: cpu-z8k.c
1227 aout-adobe.lo: aout-adobe.c $(INCDIR)/aout/adobe.h \
1228   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
1229   $(INCDIR)/bfdlink.h
1230 aout-arm.lo: aout-arm.c libaout.h $(INCDIR)/bfdlink.h \
1231   $(INCDIR)/aout/aout64.h aoutx.h $(INCDIR)/aout/stab_gnu.h \
1232   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1233 aout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
1234   ns32k.h libaout.h $(INCDIR)/bfdlink.h
1235 aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
1236   libaout.h aoutf1.h $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h \
1237   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1238   aout-target.h
1239 aout-tic30.lo: aout-tic30.c libaout.h $(INCDIR)/bfdlink.h \
1240   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1241   $(INCDIR)/aout/ar.h aoutx.h
1242 aout0.lo: aout0.c aoutf1.h $(INCDIR)/aout/sun4.h libaout.h \
1243   $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1244   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1245 aout32.lo: aout32.c aoutx.h $(INCDIR)/bfdlink.h libaout.h \
1246   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1247   $(INCDIR)/aout/ar.h
1248 bout.lo: bout.c $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/bout.h \
1249   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h
1250 cf-i386lynx.lo: cf-i386lynx.c coff-i386.c $(INCDIR)/coff/i386.h \
1251   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1252   coffcode.h coffswap.h
1253 cf-m68klynx.lo: cf-m68klynx.c coff-m68k.c $(INCDIR)/coff/m68k.h \
1254   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1255   coffcode.h coffswap.h
1256 cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/coff/sparc.h \
1257   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1258   coffcode.h coffswap.h
1259 coff-a29k.lo: coff-a29k.c $(INCDIR)/coff/a29k.h $(INCDIR)/coff/internal.h \
1260   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1261 coff-apollo.lo: coff-apollo.c $(INCDIR)/coff/apollo.h \
1262   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1263   coffcode.h coffswap.h
1264 coff-arm.lo: coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/internal.h \
1265   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1266 coff-aux.lo: coff-aux.c $(INCDIR)/coff/aux-coff.h $(INCDIR)/coff/internal.h \
1267   $(INCDIR)/coff/m68k.h coff-m68k.c libcoff.h $(INCDIR)/bfdlink.h \
1268   coffcode.h coffswap.h
1269 coff-h8300.lo: coff-h8300.c $(INCDIR)/bfdlink.h genlink.h \
1270   $(INCDIR)/coff/h8300.h $(INCDIR)/coff/internal.h libcoff.h \
1271   coffcode.h coffswap.h
1272 coff-h8500.lo: coff-h8500.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/h8500.h \
1273   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1274 coff-i386.lo: coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h \
1275   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1276 coff-i860.lo: coff-i860.c $(INCDIR)/coff/i860.h $(INCDIR)/coff/internal.h \
1277   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1278 coff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/coff/i386.h \
1279   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1280   coffcode.h coffswap.h
1281 coff-i960.lo: coff-i960.c $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h \
1282   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1283 coff-m68k.lo: coff-m68k.c $(INCDIR)/coff/m68k.h $(INCDIR)/coff/internal.h \
1284   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1285 coff-m88k.lo: coff-m88k.c $(INCDIR)/coff/m88k.h $(INCDIR)/coff/internal.h \
1286   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1287 coff-mips.lo: coff-mips.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1288   $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1289   $(INCDIR)/coff/mips.h libcoff.h libecoff.h coffswap.h \
1290   ecoffswap.h
1291 coff-pmac.lo: coff-pmac.c coff-rs6000.c $(INCDIR)/coff/internal.h \
1292   $(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \
1293   coffcode.h coffswap.h
1294 coff-rs6000.lo: coff-rs6000.c $(INCDIR)/coff/internal.h \
1295   $(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \
1296   coffcode.h coffswap.h
1297 coff-sh.lo: coff-sh.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
1298   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1299 coff-sparc.lo: coff-sparc.c $(INCDIR)/coff/sparc.h \
1300   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1301   coffcode.h coffswap.h
1302 coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/coff/i386.h \
1303   $(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \
1304   libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \
1305   go32stub.h
1306 coff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/coff/m68k.h \
1307   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1308   coffcode.h coffswap.h
1309 coff-tic30.lo: coff-tic30.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic30.h \
1310   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1311 coff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic80.h \
1312   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1313 coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/coff/m68k.h \
1314   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1315   coffcode.h coffswap.h
1316 coff-we32k.lo: coff-we32k.c $(INCDIR)/coff/we32k.h \
1317   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1318   coffcode.h coffswap.h
1319 coff-w65.lo: coff-w65.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/w65.h \
1320   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1321 coff-z8k.lo: coff-z8k.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/z8k.h \
1322   $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1323 cofflink.lo: cofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1324   libcoff.h
1325 dwarf2.lo: dwarf2.c $(INCDIR)/libiberty.h elf-bfd.h \
1326   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1327   $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
1328 ecoff.lo: ecoff.c $(INCDIR)/bfdlink.h $(INCDIR)/aout/ar.h \
1329   $(INCDIR)/aout/ranlib.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1330   libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/coff/internal.h \
1331   $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1332   libcoff.h libecoff.h
1333 ecofflink.lo: ecofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/objalloc.h \
1334   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h \
1335   $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1336   libcoff.h libecoff.h
1337 elf.lo: elf.c $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1338   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
1339 elf32-arc.lo: elf32-arc.c elf-bfd.h $(INCDIR)/elf/common.h \
1340   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1341   $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1342 elfarm-oabi.lo: elfarm-oabi.c $(INCDIR)/elf/arm-oabi.h \
1343   $(INCDIR)/elf/reloc-macros.h elf-bfd.h $(INCDIR)/elf/common.h \
1344   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1345   elf32-arm.h elf32-target.h
1346 elfarm-nabi.lo: elfarm-nabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
1347   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1348   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elf32-arm.h \
1349   elf32-target.h
1350 elf32-d10v.lo: elf32-d10v.c elf-bfd.h $(INCDIR)/elf/common.h \
1351   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1352   elf32-target.h
1353 elf32-d30v.lo: elf32-d30v.c elf-bfd.h $(INCDIR)/elf/common.h \
1354   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1355   elf32-target.h
1356 elf32-fr30.lo: elf32-fr30.c elf-bfd.h $(INCDIR)/elf/common.h \
1357   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1358   $(INCDIR)/elf/fr30.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1359 elf32-gen.lo: elf32-gen.c elf-bfd.h $(INCDIR)/elf/common.h \
1360   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1361   elf32-target.h
1362 elf32-hppa.lo: elf32-hppa.c $(INCDIR)/bfdlink.h elf-bfd.h \
1363   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1364   elf32-hppa.h libhppa.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
1365   hppa_stubs.h elf32-target.h
1366 elf32-i386.lo: elf32-i386.c $(INCDIR)/bfdlink.h elf-bfd.h \
1367   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1368   $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1369 elf32-i860.lo: elf32-i860.c elf-bfd.h $(INCDIR)/elf/common.h \
1370   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1371   elf32-target.h
1372 elf32-m32r.lo: elf32-m32r.c elf-bfd.h $(INCDIR)/elf/common.h \
1373   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1374   $(INCDIR)/elf/m32r.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1375 elf32-m68k.lo: elf32-m68k.c $(INCDIR)/bfdlink.h elf-bfd.h \
1376   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1377   $(INCDIR)/elf/m68k.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1378 elf32-m88k.lo: elf32-m88k.c elf-bfd.h $(INCDIR)/elf/common.h \
1379   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1380   elf32-target.h
1381 elf-m10200.lo: elf-m10200.c elf-bfd.h $(INCDIR)/elf/common.h \
1382   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1383   elf32-target.h
1384 elf-m10300.lo: elf-m10300.c elf-bfd.h $(INCDIR)/elf/common.h \
1385   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1386   $(INCDIR)/elf/mn10300.h $(INCDIR)/elf/reloc-macros.h \
1387   elf32-target.h
1388 elf32-mcore.lo: elf32-mcore.c $(INCDIR)/bfdlink.h elf-bfd.h \
1389   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1390   $(INCDIR)/elf/mcore.h $(INCDIR)/elf/reloc-macros.h \
1391   elf32-target.h
1392 elf32-mips.lo: elf32-mips.c $(INCDIR)/bfdlink.h genlink.h \
1393   elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1394   $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
1395   $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1396   $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h ecoffswap.h \
1397   elf32-target.h
1398 elf32-ppc.lo: elf32-ppc.c $(INCDIR)/bfdlink.h elf-bfd.h \
1399   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1400   $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1401 elf32-sh.lo: elf32-sh.c $(INCDIR)/bfdlink.h elf-bfd.h \
1402   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1403   $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1404 elf32-sparc.lo: elf32-sparc.c $(INCDIR)/bfdlink.h elf-bfd.h \
1405   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1406   $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
1407   elf32-target.h
1408 elf32-v850.lo: elf32-v850.c $(INCDIR)/bfdlink.h elf-bfd.h \
1409   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1410   $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h elf32-target.h
1411 elf32.lo: elf32.c elfcode.h $(INCDIR)/bfdlink.h elf-bfd.h \
1412   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1413   elfcore.h elflink.h
1414 elflink.lo: elflink.c $(INCDIR)/bfdlink.h elf-bfd.h \
1415   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
1416 hp300bsd.lo: hp300bsd.c libaout.h $(INCDIR)/bfdlink.h \
1417   aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1418   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1419 hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
1420   aoutx.h $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1421   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1422   aout-target.h
1423 som.lo: som.c
1424 i386aout.lo: i386aout.c $(INCDIR)/aout/aout64.h libaout.h \
1425   $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1426   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1427 i386bsd.lo: i386bsd.c libaout.h $(INCDIR)/bfdlink.h \
1428   aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1429   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1430 i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
1431   $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1432   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1433   aout-target.h
1434 i386freebsd.lo: i386freebsd.c freebsd.h libaout.h $(INCDIR)/bfdlink.h \
1435   aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1436   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1437 i386linux.lo: i386linux.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1438   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1439   $(INCDIR)/bfdlink.h aout-target.h
1440 i386lynx.lo: i386lynx.c libaout.h $(INCDIR)/bfdlink.h \
1441   $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1442   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1443 i386msdos.lo: i386msdos.c libaout.h $(INCDIR)/bfdlink.h
1444 i386netbsd.lo: i386netbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1445   aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1446   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1447 i386mach3.lo: i386mach3.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1448   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1449   $(INCDIR)/bfdlink.h aout-target.h
1450 i386os9k.lo: i386os9k.c $(INCDIR)/bfdlink.h libaout.h \
1451   $(INCDIR)/os9k.h
1452 ieee.lo: ieee.c $(INCDIR)/ieee.h libieee.h
1453 m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h libaout.h \
1454   $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1455   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1456 m68klinux.lo: m68klinux.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1457   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1458   $(INCDIR)/bfdlink.h aout-target.h
1459 m68klynx.lo: m68klynx.c libaout.h $(INCDIR)/bfdlink.h \
1460   $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1461   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1462 m68knetbsd.lo: m68knetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1463   aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1464   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1465 m88kmach3.lo: m88kmach3.c libaout.h $(INCDIR)/bfdlink.h \
1466   aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1467   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1468 mipsbsd.lo: mipsbsd.c libaout.h $(INCDIR)/bfdlink.h \
1469   aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1470   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1471 newsos3.lo: newsos3.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1472   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1473   $(INCDIR)/bfdlink.h aout-target.h
1474 nlm.lo: nlm.c libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1475   $(INCDIR)/nlm/external.h
1476 nlm32-i386.lo: nlm32-i386.c $(INCDIR)/nlm/i386-ext.h \
1477   libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1478   $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1479 nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/nlm/sparc32-ext.h \
1480   libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1481   $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1482 nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/nlm/ppc-ext.h libnlm.h \
1483   $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \
1484   nlmswap.h nlm-target.h
1485 nlm32.lo: nlm32.c nlmcode.h libnlm.h $(INCDIR)/nlm/common.h \
1486   $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1487 ns32knetbsd.lo: ns32knetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1488   aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1489   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1490 oasys.lo: oasys.c $(INCDIR)/oasys.h liboasys.h
1491 pc532-mach.lo: pc532-mach.c libaout.h $(INCDIR)/bfdlink.h \
1492   $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1493   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1494 pe-arm.lo: pe-arm.c coff-arm.c $(INCDIR)/coff/arm.h \
1495   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1496   $(INCDIR)/bfdlink.h coffcode.h peicode.h
1497 pei-arm.lo: pei-arm.c coff-arm.c $(INCDIR)/coff/arm.h \
1498   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1499   $(INCDIR)/bfdlink.h coffcode.h peicode.h
1500 pe-i386.lo: pe-i386.c coff-i386.c $(INCDIR)/coff/i386.h \
1501   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1502   $(INCDIR)/bfdlink.h coffcode.h peicode.h
1503 pei-i386.lo: pei-i386.c coff-i386.c $(INCDIR)/coff/i386.h \
1504   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1505   $(INCDIR)/bfdlink.h coffcode.h peicode.h
1506 pe-mcore.lo: pe-mcore.c coff-mcore.c $(INCDIR)/coff/mcore.h \
1507   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1508   $(INCDIR)/bfdlink.h coffcode.h peicode.h
1509 pei-mcore.lo: pei-mcore.c coff-mcore.c $(INCDIR)/coff/mcore.h \
1510   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1511   $(INCDIR)/bfdlink.h coffcode.h peicode.h
1512 pe-ppc.lo: pe-ppc.c coff-ppc.c $(INCDIR)/coff/powerpc.h \
1513   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1514   $(INCDIR)/bfdlink.h coffcode.h peicode.h
1515 pei-ppc.lo: pei-ppc.c coff-ppc.c $(INCDIR)/coff/powerpc.h \
1516   $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1517   $(INCDIR)/bfdlink.h coffcode.h peicode.h
1518 ppcboot.lo: ppcboot.c
1519 reloc16.lo: reloc16.c $(INCDIR)/bfdlink.h genlink.h \
1520   $(INCDIR)/coff/internal.h libcoff.h
1521 riscix.lo: riscix.c libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1522   aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1523   $(INCDIR)/aout/ar.h
1524 sparclinux.lo: sparclinux.c $(INCDIR)/aout/aout64.h \
1525   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1526   libaout.h $(INCDIR)/bfdlink.h aout-target.h
1527 sparclynx.lo: sparclynx.c $(INCDIR)/aout/sun4.h libaout.h \
1528   $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1529   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1530 sparcnetbsd.lo: sparcnetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1531   aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1532   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1533 sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
1534   $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1535   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1536 vaxnetbsd.lo: vaxnetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1537   aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1538   $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1539 versados.lo: versados.c $(INCDIR)/libiberty.h
1540 vms.lo: vms.c $(INCDIR)/bfdlink.h vms.h
1541 vms-gsd.lo: vms-gsd.c $(INCDIR)/bfdlink.h vms.h
1542 vms-hdr.lo: vms-hdr.c $(INCDIR)/bfdlink.h vms.h
1543 vms-misc.lo: vms-misc.c $(INCDIR)/bfdlink.h vms.h
1544 vms-tir.lo: vms-tir.c $(INCDIR)/bfdlink.h vms.h
1545 xcofflink.lo: xcofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1546   libcoff.h
1547 aout64.lo: aout64.c aoutx.h $(INCDIR)/bfdlink.h libaout.h \
1548   $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1549   $(INCDIR)/aout/ar.h
1550 coff-alpha.lo: coff-alpha.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1551   $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1552   $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
1553   libecoff.h coffswap.h ecoffswap.h
1554 demo64.lo: demo64.c aoutf1.h $(INCDIR)/aout/sun4.h \
1555   libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1556   $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1557   aout-target.h
1558 elf64-alpha.lo: elf64-alpha.c elf-bfd.h $(INCDIR)/elf/common.h \
1559   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1560   $(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \
1561   $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1562   $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h \
1563   libcoff.h libecoff.h ecoffswap.h elf64-target.h
1564 elf64-gen.lo: elf64-gen.c elf-bfd.h $(INCDIR)/elf/common.h \
1565   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1566   elf64-target.h
1567 elf64-mips.lo: elf64-mips.c $(INCDIR)/aout/ar.h $(INCDIR)/bfdlink.h \
1568   genlink.h elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1569   $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
1570   $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1571   $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \
1572   elf64-target.h
1573 elf64-sparc.lo: elf64-sparc.c elf-bfd.h $(INCDIR)/elf/common.h \
1574   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1575   $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
1576   elf64-target.h
1577 elf64.lo: elf64.c elfcode.h $(INCDIR)/bfdlink.h elf-bfd.h \
1578   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1579   elfcore.h elflink.h
1580 nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/nlm/alpha-ext.h \
1581   libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1582   $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1583 nlm64.lo: nlm64.c nlmcode.h libnlm.h $(INCDIR)/nlm/common.h \
1584   $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1585 aix386-core.lo: aix386-core.c $(INCDIR)/coff/i386.h \
1586   $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h
1587 hpux-core.lo: hpux-core.c
1588 irix-core.lo: irix-core.c
1589 lynx-core.lo: lynx-core.c
1590 osf-core.lo: osf-core.c
1591 sco5-core.lo: sco5-core.c libaout.h $(INCDIR)/bfdlink.h
1592 trad-core.lo: trad-core.c libaout.h $(INCDIR)/bfdlink.h \
1593   hosts/i386linux.h
1594 cisco-core.lo: cisco-core.c
1595 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
1596
1597 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1598 # Otherwise a system limit (for SysV at least) may be exceeded.
1599 .NOEXPORT:
This page took 0.112249 seconds and 4 git commands to generate.