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