* Makefile.am: New file, based on old Makefile.in.
[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 lib_LTLIBRARIES = libbfd.la
91
92 # bfd.h goes here, for now
93 BFD_H = bfd.h
94
95 # Some of these files should be in BFD*_BACKENDS below, but some programs
96 # won't link without them. So, in order for some of the minimal-bfd
97 # hacks to work, they're also included here for now.
98 # gdb: elf.o
99 # objdump: elf.o
100 #
101 # Also, Jim Kingdon notes:
102 # Writing S-records should be included in all (or at least most)
103 # *-*-coff, *-*-aout, etc., configurations, because people will want to
104 # be able to use objcopy to create S-records. (S-records are not useful
105 # for the debugger, so if you are downloading things as S-records you
106 # need two copies of the executable, one to download and one for the
107 # debugger).
108 BFD_LIBS = \
109 archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo \
110 format.lo init.lo libbfd.lo opncls.lo reloc.lo \
111 section.lo syms.lo targets.lo hash.lo linker.lo \
112 elf.lo srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo
113
114 BFD_LIBS_CFILES = \
115 archive.c archures.c bfd.c cache.c coffgen.c corefile.c \
116 format.c init.c libbfd.c opncls.c reloc.c \
117 section.c syms.c targets.c hash.c linker.c \
118 elf.c srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c
119
120 # This list is alphabetized to make it easier to keep in sync
121 # with the decls and initializer in archures.c.
122 ALL_MACHINES = \
123 cpu-a29k.lo \
124 cpu-alpha.lo \
125 $(start-sanitize-arc) \
126 cpu-arc.lo \
127 $(end-sanitize-arc) \
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-stubgo32.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 $(start-sanitize-arc) \
230 elf32-arc.lo \
231 $(end-sanitize-arc) \
232 elf32-d10v.lo \
233 $(start-sanitize-d30v) \
234 elf32-d30v.lo \
235 $(end-sanitize-d30v) \
236 elf32-gen.lo \
237 elf32-hppa.lo \
238 elf32-i386.lo \
239 elf32-i860.lo \
240 elf32-m32r.lo \
241 elf32-m68k.lo \
242 elf32-m88k.lo \
243 elf32-mips.lo \
244 elf-m10200.lo \
245 elf-m10300.lo \
246 elf32-ppc.lo \
247 elf32-sh.lo \
248 elf32-sparc.lo \
249 $(start-sanitize-v850) \
250 elf32-v850.lo \
251 $(end-sanitize-v850) \
252 elf32.lo \
253 elflink.lo \
254 hp300bsd.lo \
255 hp300hpux.lo \
256 som.lo \
257 i386aout.lo \
258 i386bsd.lo \
259 i386dynix.lo \
260 i386freebsd.lo \
261 i386linux.lo \
262 i386lynx.lo \
263 i386msdos.lo \
264 i386netbsd.lo \
265 i386mach3.lo \
266 i386os9k.lo \
267 ieee.lo \
268 m68k4knetbsd.lo \
269 m68klinux.lo \
270 m68klynx.lo \
271 m68knetbsd.lo \
272 m88kmach3.lo \
273 mipsbsd.lo \
274 newsos3.lo \
275 nlm.lo \
276 nlm32-i386.lo \
277 nlm32-sparc.lo \
278 nlm32-ppc.lo \
279 nlm32.lo \
280 ns32knetbsd.lo \
281 oasys.lo \
282 pc532-mach.lo \
283 pe-arm.lo \
284 pei-arm.lo \
285 pe-i386.lo \
286 pei-i386.lo \
287 pe-ppc.lo \
288 pei-ppc.lo \
289 ppcboot.lo \
290 reloc16.lo \
291 riscix.lo \
292 sparclinux.lo \
293 sparclynx.lo \
294 sparcnetbsd.lo \
295 sunos.lo \
296 tekhex.lo \
297 versados.lo \
298 xcofflink.lo
299
300 BFD32_BACKENDS_CFILES = \
301 aout-adobe.c \
302 aout-arm.c \
303 aout-ns32k.c \
304 aout-sparcle.c \
305 aout0.c \
306 aout32.c \
307 bout.c \
308 cf-i386lynx.c \
309 cf-m68klynx.c \
310 cf-sparclynx.c \
311 coff-a29k.c \
312 coff-apollo.c \
313 coff-arm.c \
314 coff-aux.c \
315 coff-h8300.c \
316 coff-h8500.c \
317 coff-i386.c \
318 coff-i860.c \
319 coff-go32.c \
320 coff-i960.c \
321 coff-m68k.c \
322 coff-m88k.c \
323 coff-mips.c \
324 coff-pmac.c \
325 coff-rs6000.c \
326 coff-sh.c \
327 coff-sparc.c \
328 coff-stubgo32.c \
329 coff-svm68k.c \
330 coff-u68k.c \
331 coff-we32k.c \
332 coff-w65.c \
333 coff-z8k.c \
334 cofflink.c \
335 ecoff.c \
336 ecofflink.c \
337 elf32-gen.c \
338 elf32-hppa.c \
339 elf32-i386.c \
340 elf32-i860.c \
341 elf32-m32r.c \
342 elf32-m68k.c \
343 elf32-m88k.c \
344 elf32-mips.c \
345 elf-m10200.c \
346 elf-m10300.c \
347 elf32-ppc.c \
348 elf32-sh.c \
349 elf32-sparc.c \
350 elf32.c \
351 elflink.c \
352 hp300bsd.c \
353 hp300hpux.c \
354 som.c \
355 i386aout.c \
356 i386bsd.c \
357 i386dynix.c \
358 i386freebsd.c \
359 i386linux.c \
360 i386lynx.c \
361 i386msdos.c \
362 i386netbsd.c \
363 i386mach3.c \
364 i386os9k.c \
365 ieee.c \
366 m68k4knetbsd.c \
367 m68klinux.c \
368 m68klynx.c \
369 m68knetbsd.c \
370 m88kmach3.c \
371 mipsbsd.c \
372 newsos3.c \
373 nlm.c \
374 nlm32-i386.c \
375 nlm32-sparc.c \
376 nlm32-ppc.c \
377 nlm32.c \
378 ns32knetbsd.c \
379 oasys.c \
380 pc532-mach.c \
381 pe-arm.c \
382 pei-arm.c \
383 pe-i386.c \
384 pei-i386.c \
385 pe-ppc.c \
386 pei-ppc.c \
387 ppcboot.c \
388 reloc16.c \
389 riscix.c \
390 sparclinux.c \
391 sparclynx.c \
392 sparcnetbsd.c \
393 sunos.c \
394 tekhex.c \
395 versados.c \
396 xcofflink.c
397
398 # The .o files needed by all of the 64 bit vectors that are configured into
399 # target_vector in targets.c if configured with --enable-targets=all
400 # and --enable-64-bit-bfd.
401 BFD64_BACKENDS = \
402 aout64.lo \
403 coff-alpha.lo \
404 demo64.lo \
405 elf64-alpha.lo \
406 elf64-gen.lo \
407 elf64-mips.lo \
408 elf64-sparc.lo \
409 elf64.lo \
410 evax-alpha.lo \
411 evax-egsd.lo \
412 evax-etir.lo \
413 evax-emh.lo \
414 evax-misc.lo \
415 nlm32-alpha.lo \
416 nlm64.lo
417
418 BFD64_BACKENDS_CFILES = \
419 aout64.c \
420 coff-alpha.c \
421 demo64.c \
422 elf64-alpha.c \
423 elf64-gen.c \
424 elf64-mips.c \
425 elf64-sparc.c \
426 elf64.c \
427 evax-alpha.c \
428 evax-egsd.c \
429 evax-etir.c \
430 evax-emh.c \
431 evax-misc.c \
432 nlm32-alpha.c \
433 nlm64.c
434
435 OPTIONAL_BACKENDS = \
436 aix386-core.lo \
437 hpux-core.lo \
438 irix-core.lo \
439 lynx-core.lo \
440 osf-core.lo \
441 trad-core.lo \
442 cisco-core.lo
443
444 OPTIONAL_BACKENDS_CFILES = \
445 aix386-core.c \
446 hpux-core.c \
447 irix-core.c \
448 lynx-core.c \
449 osf-core.c \
450 trad-core.c \
451 cisco-core.c
452
453 # These are defined by configure.in:
454 WORDSIZE = @wordsize@
455 ALL_BACKENDS = @all_backends@
456 BFD_BACKENDS = @bfd_backends@
457 BFD_MACHINES = @bfd_machines@
458 TDEFAULTS = @tdefaults@
459
460 INCLUDES = -D_GNU_SOURCE @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES)
461
462 # C source files that correspond to .o's.
463 CFILES = \
464 $(BFD_LIBS_CFILES) \
465 $(ALL_MACHINES_CFILES) \
466 $(BFD32_BACKENDS_CFILES) \
467 $(BFD64_BACKENDS_CFILES) \
468 $(OPTIONAL_BACKENDS_CFILES)
469
470 HFILES = \
471 aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h \
472 ecoffswap.h elf32-hppa.h elf32-target.h elf64-target.h \
473 elfcode.h evax.h genlink.h go32stub.h hppa_stubs.h libaout.h \
474 libbfd.h libcoff.h libecoff.h elf-bfd.h libhppa.h libieee.h \
475 libnlm.h liboasys.h netbsd.h nlm-target.h nlmcode.h ns32k.h som.h \
476 targmatch.h
477
478 # Various kinds of .o files to put in libbfd.a:
479 # BFD_BACKENDS Routines the configured targets need.
480 # BFD_MACHINES Architecture-specific routines the configured targets need.
481 # COREFILE Core file routines for a native configuration
482 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@
483
484 libbfd_la_SOURCES = $(BFD_LIBS_CFILES)
485 libbfd_la_DEPENDENCIES = $(OFILES) ofiles
486 libbfd_la_LIBADD = `cat ofiles`
487
488 # libtool will build .libs/libbfd.a. We create libbfd.a in the build
489 # directory so that we don't have to convert all the programs that use
490 # libbfd.a simultaneously. This is a hack which should be removed if
491 # everything else starts using libtool. FIXME.
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
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 libbfd.a: libbfd.la
869 rm -f libbfd.a
870 $(LN_S) .libs/libbfd.a libbfd.a
871
872 # This file holds an array associating configuration triplets and
873 # vector names. It is built from config.bfd. It is not compiled by
874 # itself, but is included by targets.c.
875 targmatch.h: config.bfd targmatch.sed
876 rm -f targmatch.h
877 sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
878 mv -f targmatch.new targmatch.h
879
880 # When compiling archures.c and targets.c, supply the default target
881 # info from configure.
882
883 targets.lo: targets.c config.status
884 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
885
886 archures.lo: archures.c config.status
887 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
888
889 elf32-target.h : elfxx-target.h
890 rm -f elf32-target.h
891 sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
892 mv -f elf32-target.new elf32-target.h
893
894 elf64-target.h : elfxx-target.h
895 rm -f elf64-target.h
896 sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
897 mv -f elf64-target.new elf64-target.h
898 $(BFD_LIBS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
899 $(BFD_MACHINES): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
900 $(BFD_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
901 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
902
903 # Install BFD include file, and others that it needs.
904 install-data-local: $(BFD_H)
905 $(INSTALL_DATA) $(BFD_H) $(includedir)/bfd.h
906 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(includedir)/ansidecl.h
907 $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(includedir)/bfdlink.h
908
909 # Have to get rid of .dep1 here so that "$?" later includes all of $(CFILES).
910 .dep: dep.sed $(CFILES) $(HFILES) bfd.h
911 rm -f .dep1
912 $(MAKE) DEP=$(DEP) .dep1
913 sed -f dep.sed <.dep1 >.dep
914
915 # This rule really wants a mkdep that runs "gcc -MM".
916 # The NetBSD mkdep overwrites any existing file contents, and doesn't insert
917 # the "DO NOT DELETE" line.
918 # Other mkdep versions require a file that already exists, and do insert it.
919 # Hence the weirdness....
920 .dep1: $(CFILES)
921 rm -f .dep2 .dep2a
922 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep2
923 echo > .dep2a
924 $(DEP) -f .dep2a $(INCLUDES) $(CFLAGS) $?
925 sed -e '/DO NOT DELETE/d' -e '/^$$/d' < .dep2a >> .dep2
926 rm -f .dep2a
927 $(SHELL) $(srcdir)/../move-if-change .dep2 .dep1
928
929 dep.sed: dep-in.sed config.status
930 sed <$(srcdir)/dep-in.sed >dep.sed \
931 -e 's!@BFD_H@!$(BFD_H)!' \
932 -e 's!@INCDIR@!$(INCDIR)!' \
933 -e 's!@SRCDIR@!$(srcdir)!'
934
935 dep: .dep
936 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
937 cat .dep >> tmp-Makefile
938 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
939
940 dep-in: .dep
941 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
942 cat .dep >> tmp-Makefile.in
943 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
944
945 dep-am: .dep
946 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
947 cat .dep >> tmp-Makefile.am
948 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
949
950 host-aout.lo: Makefile
951
952 # The following program can be used to generate a simple config file
953 # which can be folded into an h-XXX file for a new host, with some editing.
954 aout-params.h: gen-aout
955 ./gen-aout host > aout-params.h
956 gen-aout: $(srcdir)/gen-aout.c Makefile
957 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
958
959 $(BFD_H): stmp-bfd.h ; @true
960
961 stmp-bfd.h: bfd-in3.h
962 rm -f bfd-tmp.h
963 cp bfd-in3.h bfd-tmp.h
964 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
965 rm -f bfd-tmp.h
966 touch stmp-bfd.h
967
968 # Could really use a "copy-if-change"...
969 headers:
970 (cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
971 cp $(docdir)/bfd.h bfd-in2.h-new
972 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
973 cp $(docdir)/libbfd.h libbfd.h-new
974 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
975 cp $(docdir)/libcoff.h libcoff.h-new
976 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
977
978 # The rules for the generated header files are here so that people can
979 # type `make bfd-in2.h' if they remove it. They are not run by default.
980 $(srcdir)/bfd-in2.h:
981 (cd $(docdir); $(MAKE) bfd.h $(FLAGS_TO_PASS))
982 cp $(docdir)/bfd.h bfd-in2.h-new
983 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
984 $(srcdir)/libbfd.h:
985 (cd $(docdir); $(MAKE) libbfd.h $(FLAGS_TO_PASS))
986 cp $(docdir)/libbfd.h libbfd.h-new
987 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
988 $(srcdir)/libcoff.h:
989 (cd $(docdir); $(MAKE) libcoff.h $(FLAGS_TO_PASS))
990 cp $(docdir)/libcoff.h libcoff.h-new
991 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
992
993 start-sanitize-arc:
994 elf32-arc.lo: elf32-arc.c elf-bfd.h $(INCDIR)/elf/common.h \
995 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
996 $(INCDIR)/elf/arc.h elf32-target.h
997 end-sanitize-arc:
998
999 elf32-d10v.lo: elf32-d10v.c elf-bfd.h $(INCDIR)/elf/common.h \
1000 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1001 elf32-target.h
1002
1003 start-sanitize-d30v:
1004 elf32-d30v.lo: elf32-d30v.c elf-bfd.h $(INCDIR)/elf/common.h \
1005 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1006 elf32-target.h
1007 end-sanitize-d30v:
1008
1009 start-sanitize-v850:
1010 cpu-v850.lo: cpu-v850.c
1011 elf32-v850.lo: elf32-v850.c $(INCDIR)/bfdlink.h elf-bfd.h \
1012 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1013 elf32-target.h
1014 end-sanitize-v850:
1015
1016 start-sanitize-tic80:
1017 cpu-tic80.lo: cpu-tic80.c
1018 coff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h elf-bfd.h \
1019 $(INCDIR)/coff/tic80.h $(INCDIR)/coff/internal.h coffcode.h
1020 end-sanitize-tic80:
1021
1022 # What appears below is generated by a hacked mkdep using gcc -MM.
1023
1024 # DO NOT DELETE THIS LINE -- mkdep uses it.
1025 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1026 archive.lo: archive.c $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h
1027 archures.lo: archures.c
1028 bfd.lo: bfd.c $(INCDIR)/libiberty.h $(INCDIR)/bfdlink.h \
1029 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h libcoff.h \
1030 libecoff.h $(INCDIR)/coff/ecoff.h elf-bfd.h $(INCDIR)/elf/common.h \
1031 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
1032 cache.lo: cache.c
1033 coffgen.lo: coffgen.c $(INCDIR)/coff/internal.h libcoff.h \
1034 $(INCDIR)/bfdlink.h
1035 corefile.lo: corefile.c
1036 format.lo: format.c
1037 init.lo: init.c
1038 libbfd.lo: libbfd.c
1039 opncls.lo: opncls.c $(INCDIR)/objalloc.h
1040 reloc.lo: reloc.c $(INCDIR)/bfdlink.h
1041 section.lo: section.c
1042 syms.lo: syms.c $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h \
1043 $(INCDIR)/aout/stab.def
1044 targets.lo: targets.c $(INCDIR)/fnmatch.h targmatch.h
1045 hash.lo: hash.c $(INCDIR)/objalloc.h
1046 linker.lo: linker.c $(INCDIR)/bfdlink.h genlink.h
1047 elf.lo: elf.c $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1048 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
1049 srec.lo: srec.c $(INCDIR)/libiberty.h
1050 binary.lo: binary.c
1051 tekhex.lo: tekhex.c $(INCDIR)/libiberty.h
1052 ihex.lo: ihex.c $(INCDIR)/libiberty.h
1053 stabs.lo: stabs.c $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
1054 stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
1055 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
1056 cpu-a29k.lo: cpu-a29k.c
1057 cpu-alpha.lo: cpu-alpha.c
1058 cpu-arm.lo: cpu-arm.c
1059 cpu-h8300.lo: cpu-h8300.c
1060 cpu-h8500.lo: cpu-h8500.c
1061 cpu-hppa.lo: cpu-hppa.c
1062 cpu-i386.lo: cpu-i386.c
1063 cpu-i860.lo: cpu-i860.c
1064 cpu-i960.lo: cpu-i960.c
1065 cpu-m32r.lo: cpu-m32r.c
1066 cpu-m68k.lo: cpu-m68k.c
1067 cpu-m88k.lo: cpu-m88k.c
1068 cpu-mips.lo: cpu-mips.c
1069 cpu-m10200.lo: cpu-m10200.c
1070 cpu-m10300.lo: cpu-m10300.c
1071 cpu-ns32k.lo: cpu-ns32k.c ns32k.h
1072 cpu-powerpc.lo: cpu-powerpc.c
1073 cpu-rs6000.lo: cpu-rs6000.c
1074 cpu-sh.lo: cpu-sh.c
1075 cpu-sparc.lo: cpu-sparc.c
1076 cpu-vax.lo: cpu-vax.c
1077 cpu-we32k.lo: cpu-we32k.c
1078 cpu-w65.lo: cpu-w65.c
1079 cpu-z8k.lo: cpu-z8k.c
1080 aout-adobe.lo: aout-adobe.c $(INCDIR)/aout/adobe.h \
1081 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
1082 $(INCDIR)/bfdlink.h
1083 aout-arm.lo: aout-arm.c libaout.h $(INCDIR)/bfdlink.h \
1084 $(INCDIR)/aout/aout64.h aoutx.h $(INCDIR)/aout/stab_gnu.h \
1085 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1086 aout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
1087 ns32k.h libaout.h $(INCDIR)/bfdlink.h
1088 aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
1089 libaout.h aoutf1.h $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h \
1090 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1091 aout-target.h
1092 aout0.lo: aout0.c aoutf1.h $(INCDIR)/aout/sun4.h libaout.h \
1093 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1094 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1095 aout32.lo: aout32.c aoutx.h $(INCDIR)/bfdlink.h libaout.h \
1096 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1097 $(INCDIR)/aout/ar.h
1098 bout.lo: bout.c $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/bout.h \
1099 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h
1100 cf-i386lynx.lo: cf-i386lynx.c coff-i386.c $(INCDIR)/coff/i386.h \
1101 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1102 coffcode.h coffswap.h
1103 cf-m68klynx.lo: cf-m68klynx.c coff-m68k.c $(INCDIR)/coff/m68k.h \
1104 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1105 coffcode.h coffswap.h
1106 cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/coff/sparc.h \
1107 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1108 coffcode.h coffswap.h
1109 coff-a29k.lo: coff-a29k.c $(INCDIR)/coff/a29k.h $(INCDIR)/coff/internal.h \
1110 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1111 coff-apollo.lo: coff-apollo.c $(INCDIR)/coff/apollo.h \
1112 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1113 coffcode.h coffswap.h
1114 coff-arm.lo: coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/internal.h \
1115 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1116 coff-aux.lo: coff-aux.c $(INCDIR)/coff/aux-coff.h $(INCDIR)/coff/internal.h \
1117 $(INCDIR)/coff/m68k.h coff-m68k.c libcoff.h $(INCDIR)/bfdlink.h \
1118 coffcode.h coffswap.h
1119 coff-h8300.lo: coff-h8300.c $(INCDIR)/bfdlink.h genlink.h \
1120 $(INCDIR)/coff/h8300.h $(INCDIR)/coff/internal.h libcoff.h \
1121 coffcode.h coffswap.h
1122 coff-h8500.lo: coff-h8500.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/h8500.h \
1123 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1124 coff-i386.lo: coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h \
1125 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1126 coff-i860.lo: coff-i860.c $(INCDIR)/coff/i860.h $(INCDIR)/coff/internal.h \
1127 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1128 coff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/coff/i386.h \
1129 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1130 coffcode.h coffswap.h
1131 coff-i960.lo: coff-i960.c $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h \
1132 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1133 coff-m68k.lo: coff-m68k.c $(INCDIR)/coff/m68k.h $(INCDIR)/coff/internal.h \
1134 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1135 coff-m88k.lo: coff-m88k.c $(INCDIR)/coff/m88k.h $(INCDIR)/coff/internal.h \
1136 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1137 coff-mips.lo: coff-mips.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1138 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1139 $(INCDIR)/coff/mips.h libcoff.h libecoff.h coffswap.h \
1140 ecoffswap.h
1141 coff-pmac.lo: coff-pmac.c coff-rs6000.c $(INCDIR)/coff/internal.h \
1142 $(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \
1143 coffcode.h coffswap.h
1144 coff-rs6000.lo: coff-rs6000.c $(INCDIR)/coff/internal.h \
1145 $(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \
1146 coffcode.h coffswap.h
1147 coff-sh.lo: coff-sh.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
1148 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1149 coff-sparc.lo: coff-sparc.c $(INCDIR)/coff/sparc.h \
1150 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1151 coffcode.h coffswap.h
1152 coff-stubgo32.lo: coff-stubgo32.c coff-i386.c $(INCDIR)/coff/i386.h \
1153 $(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \
1154 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \
1155 go32stub.h
1156 coff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/coff/m68k.h \
1157 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1158 coffcode.h coffswap.h
1159 coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/coff/m68k.h \
1160 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1161 coffcode.h coffswap.h
1162 coff-we32k.lo: coff-we32k.c $(INCDIR)/coff/we32k.h \
1163 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1164 coffcode.h coffswap.h
1165 coff-w65.lo: coff-w65.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/w65.h \
1166 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1167 coff-z8k.lo: coff-z8k.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/z8k.h \
1168 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1169 cofflink.lo: cofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1170 libcoff.h
1171 ecoff.lo: ecoff.c $(INCDIR)/bfdlink.h $(INCDIR)/aout/ar.h \
1172 $(INCDIR)/aout/ranlib.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1173 libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/coff/internal.h \
1174 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1175 libcoff.h libecoff.h
1176 ecofflink.lo: ecofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/objalloc.h \
1177 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h \
1178 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1179 libcoff.h libecoff.h
1180 elf32-gen.lo: elf32-gen.c elf-bfd.h $(INCDIR)/elf/common.h \
1181 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1182 elf32-target.h
1183 elf32-hppa.lo: elf32-hppa.c $(INCDIR)/bfdlink.h elf-bfd.h \
1184 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1185 elf32-hppa.h libhppa.h $(INCDIR)/elf/hppa.h hppa_stubs.h \
1186 elf32-target.h
1187 elf32-i386.lo: elf32-i386.c $(INCDIR)/bfdlink.h elf-bfd.h \
1188 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1189 elf32-target.h
1190 elf32-i860.lo: elf32-i860.c elf-bfd.h $(INCDIR)/elf/common.h \
1191 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1192 elf32-target.h
1193 elf32-m32r.lo: elf32-m32r.c elf-bfd.h $(INCDIR)/elf/common.h \
1194 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1195 $(INCDIR)/elf/m32r.h elf32-target.h
1196 elf32-m68k.lo: elf32-m68k.c $(INCDIR)/bfdlink.h elf-bfd.h \
1197 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1198 elf32-target.h
1199 elf32-m88k.lo: elf32-m88k.c elf-bfd.h $(INCDIR)/elf/common.h \
1200 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1201 elf32-target.h
1202 elf32-mips.lo: elf32-mips.c $(INCDIR)/bfdlink.h genlink.h \
1203 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1204 $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/coff/sym.h \
1205 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1206 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h ecoffswap.h \
1207 elf32-target.h
1208 elf-m10200.lo: elf-m10200.c elf-bfd.h $(INCDIR)/elf/common.h \
1209 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1210 elf32-target.h
1211 elf-m10300.lo: elf-m10300.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-ppc.lo: elf32-ppc.c $(INCDIR)/bfdlink.h elf-bfd.h \
1215 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1216 $(INCDIR)/elf/ppc.h elf32-target.h
1217 elf32-sh.lo: elf32-sh.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-sparc.lo: elf32-sparc.c $(INCDIR)/bfdlink.h elf-bfd.h \
1221 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1222 $(INCDIR)/elf/sparc.h elf32-target.h
1223 elf32.lo: elf32.c elfcode.h $(INCDIR)/bfdlink.h elf-bfd.h \
1224 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1225 $(INCDIR)/fnmatch.h elfcore.h elflink.h
1226 elflink.lo: elflink.c $(INCDIR)/bfdlink.h elf-bfd.h \
1227 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
1228 hp300bsd.lo: hp300bsd.c libaout.h $(INCDIR)/bfdlink.h \
1229 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1230 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1231 hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
1232 aoutx.h $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1233 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1234 aout-target.h
1235 som.lo: som.c
1236 i386aout.lo: i386aout.c $(INCDIR)/aout/aout64.h libaout.h \
1237 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1238 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1239 i386bsd.lo: i386bsd.c libaout.h $(INCDIR)/bfdlink.h \
1240 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1241 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1242 i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
1243 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1244 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1245 aout-target.h
1246 i386freebsd.lo: i386freebsd.c freebsd.h libaout.h $(INCDIR)/bfdlink.h \
1247 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1248 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1249 i386linux.lo: i386linux.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1250 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1251 $(INCDIR)/bfdlink.h aout-target.h
1252 i386lynx.lo: i386lynx.c libaout.h $(INCDIR)/bfdlink.h \
1253 $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1254 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1255 i386msdos.lo: i386msdos.c libaout.h $(INCDIR)/bfdlink.h
1256 i386netbsd.lo: i386netbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1257 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1258 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1259 i386mach3.lo: i386mach3.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1260 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1261 $(INCDIR)/bfdlink.h aout-target.h
1262 i386os9k.lo: i386os9k.c $(INCDIR)/bfdlink.h libaout.h \
1263 $(INCDIR)/os9k.h
1264 ieee.lo: ieee.c $(INCDIR)/ieee.h libieee.h
1265 m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h libaout.h \
1266 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1267 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1268 m68klinux.lo: m68klinux.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1269 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1270 $(INCDIR)/bfdlink.h aout-target.h
1271 m68klynx.lo: m68klynx.c libaout.h $(INCDIR)/bfdlink.h \
1272 $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1273 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1274 m68knetbsd.lo: m68knetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1275 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1276 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1277 m88kmach3.lo: m88kmach3.c 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 mipsbsd.lo: mipsbsd.c libaout.h $(INCDIR)/bfdlink.h \
1281 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1282 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1283 newsos3.lo: newsos3.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1284 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1285 $(INCDIR)/bfdlink.h aout-target.h
1286 nlm.lo: nlm.c libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1287 $(INCDIR)/nlm/external.h
1288 nlm32-i386.lo: nlm32-i386.c $(INCDIR)/nlm/i386-ext.h \
1289 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1290 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1291 nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/nlm/sparc32-ext.h \
1292 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1293 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1294 nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/nlm/ppc-ext.h libnlm.h \
1295 $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \
1296 nlmswap.h nlm-target.h
1297 nlm32.lo: nlm32.c nlmcode.h libnlm.h $(INCDIR)/nlm/common.h \
1298 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1299 ns32knetbsd.lo: ns32knetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1300 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1301 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1302 oasys.lo: oasys.c $(INCDIR)/oasys.h liboasys.h
1303 pc532-mach.lo: pc532-mach.c libaout.h $(INCDIR)/bfdlink.h \
1304 $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1305 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1306 pe-arm.lo: pe-arm.c coff-arm.c $(INCDIR)/coff/arm.h \
1307 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1308 $(INCDIR)/bfdlink.h coffcode.h peicode.h
1309 pei-arm.lo: pei-arm.c coff-arm.c $(INCDIR)/coff/arm.h \
1310 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1311 $(INCDIR)/bfdlink.h coffcode.h peicode.h
1312 pe-i386.lo: pe-i386.c coff-i386.c $(INCDIR)/coff/i386.h \
1313 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1314 $(INCDIR)/bfdlink.h coffcode.h peicode.h
1315 pei-i386.lo: pei-i386.c coff-i386.c $(INCDIR)/coff/i386.h \
1316 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1317 $(INCDIR)/bfdlink.h coffcode.h peicode.h
1318 pe-ppc.lo: pe-ppc.c coff-ppc.c $(INCDIR)/coff/powerpc.h \
1319 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1320 $(INCDIR)/bfdlink.h coffcode.h peicode.h
1321 pei-ppc.lo: pei-ppc.c coff-ppc.c $(INCDIR)/coff/powerpc.h \
1322 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1323 $(INCDIR)/bfdlink.h coffcode.h peicode.h
1324 ppcboot.lo: ppcboot.c
1325 reloc16.lo: reloc16.c $(INCDIR)/bfdlink.h genlink.h \
1326 $(INCDIR)/coff/internal.h libcoff.h
1327 riscix.lo: riscix.c libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1328 aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1329 $(INCDIR)/aout/ar.h
1330 sparclinux.lo: sparclinux.c $(INCDIR)/aout/aout64.h \
1331 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1332 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1333 sparclynx.lo: sparclynx.c $(INCDIR)/aout/sun4.h libaout.h \
1334 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1335 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1336 sparcnetbsd.lo: sparcnetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1337 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1338 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1339 sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
1340 $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1341 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1342 versados.lo: versados.c $(INCDIR)/libiberty.h
1343 xcofflink.lo: xcofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1344 libcoff.h
1345 aout64.lo: aout64.c aoutx.h $(INCDIR)/bfdlink.h libaout.h \
1346 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1347 $(INCDIR)/aout/ar.h
1348 coff-alpha.lo: coff-alpha.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1349 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1350 $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
1351 libecoff.h coffswap.h ecoffswap.h
1352 demo64.lo: demo64.c aoutf1.h $(INCDIR)/aout/sun4.h \
1353 libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1354 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1355 aout-target.h
1356 elf64-alpha.lo: elf64-alpha.c elf-bfd.h $(INCDIR)/elf/common.h \
1357 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1358 $(INCDIR)/elf/alpha.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1359 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h \
1360 $(INCDIR)/aout/ar.h libcoff.h libecoff.h ecoffswap.h \
1361 elf64-target.h
1362 elf64-gen.lo: elf64-gen.c elf-bfd.h $(INCDIR)/elf/common.h \
1363 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1364 elf64-target.h
1365 elf64-mips.lo: elf64-mips.c $(INCDIR)/aout/ar.h $(INCDIR)/bfdlink.h \
1366 genlink.h elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1367 $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/coff/sym.h \
1368 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1369 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \
1370 elf64-target.h
1371 elf64-sparc.lo: elf64-sparc.c elf-bfd.h $(INCDIR)/elf/common.h \
1372 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1373 $(INCDIR)/elf/sparc.h elf64-target.h
1374 elf64.lo: elf64.c elfcode.h $(INCDIR)/bfdlink.h elf-bfd.h \
1375 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1376 $(INCDIR)/fnmatch.h elfcore.h elflink.h
1377 evax-alpha.lo: evax-alpha.c $(INCDIR)/bfdlink.h evax.h
1378 evax-egsd.lo: evax-egsd.c $(INCDIR)/bfdlink.h evax.h
1379 evax-etir.lo: evax-etir.c $(INCDIR)/bfdlink.h evax.h
1380 evax-emh.lo: evax-emh.c $(INCDIR)/bfdlink.h evax.h
1381 evax-misc.lo: evax-misc.c $(INCDIR)/bfdlink.h evax.h
1382 nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/nlm/alpha-ext.h \
1383 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1384 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1385 nlm64.lo: nlm64.c nlmcode.h libnlm.h $(INCDIR)/nlm/common.h \
1386 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1387 aix386-core.lo: aix386-core.c $(INCDIR)/coff/i386.h \
1388 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h
1389 hpux-core.lo: hpux-core.c
1390 irix-core.lo: irix-core.c
1391 lynx-core.lo: lynx-core.c
1392 osf-core.lo: osf-core.c
1393 trad-core.lo: trad-core.c libaout.h $(INCDIR)/bfdlink.h
1394 cisco-core.lo: cisco-core.c
1395 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
1396
1397 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1398 # Otherwise a system limit (for SysV at least) may be exceeded.
1399 .NOEXPORT:
This page took 0.087517 seconds and 4 git commands to generate.