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