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