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