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