a16f78db4c76385ea2787c5d4a7b584416e14bd5
[deliverable/binutils-gdb.git] / bfd / Makefile.am
1 ## Process this file with automake to generate Makefile.in
2
3 AUTOMAKE_OPTIONS = cygnus
4
5 INCDIR = $(srcdir)/../include
6 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
7 MKDEP = gcc -MM
8
9 SUBDIRS = doc po
10
11 docdir = doc
12
13 lib_LTLIBRARIES = libbfd.la
14
15 WARN_CFLAGS = @WARN_CFLAGS@
16 AM_CFLAGS = $(WARN_CFLAGS)
17
18 # bfd.h goes here, for now
19 BFD_H = bfd.h
20
21 # Jim Kingdon notes:
22 # Writing S-records should be included in all (or at least most)
23 # *-*-coff, *-*-aout, etc., configurations, because people will want to
24 # be able to use objcopy to create S-records. (S-records are not useful
25 # for the debugger, so if you are downloading things as S-records you
26 # need two copies of the executable, one to download and one for the
27 # debugger).
28 BFD_LIBS = \
29 archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo \
30 format.lo init.lo libbfd.lo opncls.lo reloc.lo \
31 section.lo syms.lo targets.lo hash.lo linker.lo \
32 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo
33
34 BFD_LIBS_CFILES = \
35 archive.c archures.c bfd.c cache.c coffgen.c corefile.c \
36 format.c init.c libbfd.c opncls.c reloc.c \
37 section.c syms.c targets.c hash.c linker.c \
38 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c
39
40 # This list is alphabetized to make it easier to keep in sync
41 # with the decls and initializer in archures.c.
42 ALL_MACHINES = \
43 cpu-a29k.lo \
44 cpu-alpha.lo \
45 cpu-arc.lo \
46 cpu-arm.lo \
47 cpu-avr.lo \
48 cpu-cris.lo \
49 cpu-d10v.lo \
50 cpu-d30v.lo \
51 cpu-fr30.lo \
52 cpu-h8300.lo \
53 cpu-h8500.lo \
54 cpu-hppa.lo \
55 cpu-ia64.lo \
56 cpu-i370.lo \
57 cpu-i386.lo \
58 cpu-i860.lo \
59 cpu-i960.lo \
60 cpu-m32r.lo \
61 cpu-m68hc11.lo \
62 cpu-m68hc12.lo \
63 cpu-m68k.lo \
64 cpu-m88k.lo \
65 cpu-m10200.lo \
66 cpu-m10300.lo \
67 cpu-mcore.lo \
68 cpu-mips.lo \
69 cpu-ns32k.lo \
70 cpu-pj.lo \
71 cpu-powerpc.lo \
72 cpu-rs6000.lo \
73 cpu-sh.lo \
74 cpu-sparc.lo \
75 cpu-tic30.lo \
76 cpu-tic54x.lo \
77 cpu-tic80.lo \
78 cpu-v850.lo \
79 cpu-vax.lo \
80 cpu-we32k.lo \
81 cpu-w65.lo \
82 cpu-z8k.lo
83
84 ALL_MACHINES_CFILES = \
85 cpu-a29k.c \
86 cpu-alpha.c \
87 cpu-arc.c \
88 cpu-arm.c \
89 cpu-avr.c \
90 cpu-cris.c \
91 cpu-d10v.c \
92 cpu-d30v.c \
93 cpu-fr30.c \
94 cpu-h8300.c \
95 cpu-h8500.c \
96 cpu-hppa.c \
97 cpu-ia64.c \
98 cpu-i370.c \
99 cpu-i386.c \
100 cpu-i860.c \
101 cpu-i960.c \
102 cpu-m32r.c \
103 cpu-m68hc11.c \
104 cpu-m68hc12.c \
105 cpu-m68k.c \
106 cpu-m88k.c \
107 cpu-m10200.c \
108 cpu-m10300.c \
109 cpu-mcore.c \
110 cpu-mips.c \
111 cpu-ns32k.c \
112 cpu-pj.c \
113 cpu-powerpc.c \
114 cpu-rs6000.c \
115 cpu-sh.c \
116 cpu-sparc.c \
117 cpu-tic30.c \
118 cpu-tic54x.c \
119 cpu-tic80.c \
120 cpu-v850.c \
121 cpu-vax.c \
122 cpu-we32k.c \
123 cpu-w65.c \
124 cpu-z8k.c
125
126 # The .o files needed by all of the 32 bit vectors that are configured into
127 # target_vector in targets.c if configured with --enable-targets=all.
128 BFD32_BACKENDS = \
129 aout-adobe.lo \
130 aout-arm.lo \
131 aout-cris.lo \
132 aout-ns32k.lo \
133 aout-sparcle.lo \
134 aout-tic30.lo \
135 aout0.lo \
136 aout32.lo \
137 armnetbsd.lo \
138 bout.lo \
139 cf-i386lynx.lo \
140 cf-m68klynx.lo \
141 cf-sparclynx.lo \
142 coff-a29k.lo \
143 coff-apollo.lo \
144 coff-arm.lo \
145 coff-aux.lo \
146 coff-h8300.lo \
147 coff-h8500.lo \
148 coff-i386.lo \
149 coff-go32.lo \
150 coff-i860.lo \
151 coff-i960.lo \
152 coff-m68k.lo \
153 coff-m88k.lo \
154 coff-mips.lo \
155 coff-pmac.lo \
156 coff-rs6000.lo \
157 coff-sh.lo \
158 coff-sparc.lo \
159 coff-stgo32.lo \
160 coff-svm68k.lo \
161 coff-tic30.lo \
162 coff-tic54x.lo \
163 coff-tic80.lo \
164 coff-u68k.lo \
165 coff-we32k.lo \
166 coff-w65.lo \
167 coff-z8k.lo \
168 cofflink.lo \
169 dwarf1.lo \
170 dwarf2.lo \
171 ecoff.lo \
172 ecofflink.lo \
173 efi-app-ia32.lo \
174 elf.lo \
175 elf32-arc.lo \
176 elfarm-oabi.lo \
177 elfarm-nabi.lo \
178 elf32-avr.lo \
179 elf32-cris.lo \
180 elf32-d10v.lo \
181 elf32-d30v.lo \
182 elf32-fr30.lo \
183 elf32-gen.lo \
184 elf32-hppa.lo \
185 elf32-i370.lo \
186 elf32-i386.lo \
187 elf32-i860.lo \
188 elf32-i960.lo \
189 elf32-m32r.lo \
190 elf32-m68hc11.lo \
191 elf32-m68hc12.lo \
192 elf32-m68k.lo \
193 elf32-m88k.lo \
194 elf-m10200.lo \
195 elf-m10300.lo \
196 elf32-mcore.lo \
197 elf32-mips.lo \
198 elf32-pj.lo \
199 elf32-ppc.lo \
200 elf32-sh.lo \
201 elf32-sh-lin.lo \
202 elf32-sparc.lo \
203 elf32-v850.lo \
204 elf32.lo \
205 elflink.lo \
206 epoc-pe-arm.lo \
207 epoc-pei-arm.lo \
208 hp300bsd.lo \
209 hp300hpux.lo \
210 som.lo \
211 i386aout.lo \
212 i386bsd.lo \
213 i386dynix.lo \
214 i386freebsd.lo \
215 i386linux.lo \
216 i386lynx.lo \
217 i386msdos.lo \
218 i386netbsd.lo \
219 i386mach3.lo \
220 i386os9k.lo \
221 ieee.lo \
222 m68k4knetbsd.lo \
223 m68klinux.lo \
224 m68klynx.lo \
225 m68knetbsd.lo \
226 m88kmach3.lo \
227 mipsbsd.lo \
228 newsos3.lo \
229 nlm.lo \
230 nlm32-i386.lo \
231 nlm32-sparc.lo \
232 nlm32-ppc.lo \
233 nlm32.lo \
234 ns32knetbsd.lo \
235 oasys.lo \
236 pc532-mach.lo \
237 pe-arm.lo \
238 pei-arm.lo \
239 pe-i386.lo \
240 pei-i386.lo \
241 pe-mcore.lo \
242 pei-mcore.lo \
243 pe-ppc.lo \
244 pei-ppc.lo \
245 pe-sh.lo \
246 pei-sh.lo \
247 pe-mips.lo \
248 pei-mips.lo \
249 peigen.lo \
250 ppcboot.lo \
251 reloc16.lo \
252 riscix.lo \
253 sparclinux.lo \
254 sparclynx.lo \
255 sparcnetbsd.lo \
256 sunos.lo \
257 vaxnetbsd.lo \
258 versados.lo \
259 vms.lo \
260 vms-gsd.lo \
261 vms-hdr.lo \
262 vms-misc.lo \
263 vms-tir.lo \
264 xcofflink.lo
265
266 BFD32_BACKENDS_CFILES = \
267 aout-adobe.c \
268 aout-arm.c \
269 aout-cris.c \
270 aout-ns32k.c \
271 aout-sparcle.c \
272 aout-tic30.c \
273 aout0.c \
274 aout32.c \
275 armnetbsd.c \
276 bout.c \
277 cf-i386lynx.c \
278 cf-m68klynx.c \
279 cf-sparclynx.c \
280 coff-a29k.c \
281 coff-apollo.c \
282 coff-arm.c \
283 coff-aux.c \
284 coff-h8300.c \
285 coff-h8500.c \
286 coff-i386.c \
287 coff-i860.c \
288 coff-go32.c \
289 coff-i960.c \
290 coff-m68k.c \
291 coff-m88k.c \
292 coff-mips.c \
293 coff-pmac.c \
294 coff-rs6000.c \
295 coff-sh.c \
296 coff-sparc.c \
297 coff-stgo32.c \
298 coff-svm68k.c \
299 coff-tic30.c \
300 coff-tic54x.c \
301 coff-tic80.c \
302 coff-u68k.c \
303 coff-we32k.c \
304 coff-w65.c \
305 coff-z8k.c \
306 cofflink.c \
307 dwarf1.c \
308 dwarf2.c \
309 ecoff.c \
310 ecofflink.c \
311 efi-app-ia32.c \
312 elf.c \
313 elf32-arc.c \
314 elfarm-oabi.c \
315 elfarm-nabi.c \
316 elf32-avr.c \
317 elf32-cris.c \
318 elf32-d10v.c \
319 elf32-d30v.c \
320 elf32-fr30.c \
321 elf32-gen.c \
322 elf32-hppa.c \
323 elf32-i370.c \
324 elf32-i386.c \
325 elf32-i860.c \
326 elf32-i960.c \
327 elf32-m32r.c \
328 elf32-m68k.c \
329 elf32-m68hc11.c \
330 elf32-m68hc12.c \
331 elf32-m88k.c \
332 elf-m10200.c \
333 elf-m10300.c \
334 elf32-mcore.c \
335 elf32-mips.c \
336 elf32-pj.c \
337 elf32-ppc.c \
338 elf32-sh.c \
339 elf32-sh-lin.c \
340 elf32-sparc.c \
341 elf32-v850.c \
342 elf32.c \
343 elflink.c \
344 epoc-pe-arm.c \
345 epoc-pei-arm.c \
346 hp300bsd.c \
347 hp300hpux.c \
348 som.c \
349 i386aout.c \
350 i386bsd.c \
351 i386dynix.c \
352 i386freebsd.c \
353 i386linux.c \
354 i386lynx.c \
355 i386msdos.c \
356 i386netbsd.c \
357 i386mach3.c \
358 i386os9k.c \
359 ieee.c \
360 m68k4knetbsd.c \
361 m68klinux.c \
362 m68klynx.c \
363 m68knetbsd.c \
364 m88kmach3.c \
365 mipsbsd.c \
366 newsos3.c \
367 nlm.c \
368 nlm32-i386.c \
369 nlm32-sparc.c \
370 nlm32-ppc.c \
371 nlm32.c \
372 ns32knetbsd.c \
373 oasys.c \
374 pc532-mach.c \
375 pe-arm.c \
376 pei-arm.c \
377 pe-i386.c \
378 pei-i386.c \
379 pe-mcore.c \
380 pei-mcore.c \
381 pe-ppc.c \
382 pei-ppc.c \
383 pe-sh.c \
384 pei-sh.c \
385 pe-mips.c \
386 pei-mips.c \
387 peigen.c \
388 ppcboot.c \
389 reloc16.c \
390 riscix.c \
391 sparclinux.c \
392 sparclynx.c \
393 sparcnetbsd.c \
394 sunos.c \
395 vaxnetbsd.c \
396 versados.c \
397 vms.c \
398 vms-gsd.c \
399 vms-hdr.c \
400 vms-misc.c \
401 vms-tir.c \
402 xcofflink.c
403
404 # The .o files needed by all of the 64 bit vectors that are configured into
405 # target_vector in targets.c if configured with --enable-targets=all
406 # and --enable-64-bit-bfd.
407 BFD64_BACKENDS = \
408 aout64.lo \
409 coff-alpha.lo \
410 coff64-rs6000.lo \
411 demo64.lo \
412 efi-app-ia64.lo \
413 elf64-alpha.lo \
414 elf64-hppa.lo \
415 elf64-ia64.lo \
416 elf64-gen.lo \
417 elf64-mips.lo \
418 elf64-sparc.lo \
419 elf64.lo \
420 nlm32-alpha.lo \
421 nlm64.lo
422
423 BFD64_BACKENDS_CFILES = \
424 aout64.c \
425 coff-alpha.c \
426 coff64-rs6000.c \
427 demo64.c \
428 efi-app-ia64.c \
429 elf64-alpha.c \
430 elf64-hppa.c \
431 elf64-ia64.c \
432 elf64-gen.c \
433 elf64-mips.c \
434 elf64-sparc.c \
435 elf64.c \
436 nlm32-alpha.c \
437 nlm64.c
438
439 OPTIONAL_BACKENDS = \
440 aix386-core.lo \
441 hpux-core.lo \
442 irix-core.lo \
443 lynx-core.lo \
444 osf-core.lo \
445 sco5-core.lo \
446 trad-core.lo \
447 cisco-core.lo
448
449 OPTIONAL_BACKENDS_CFILES = \
450 aix386-core.c \
451 hpux-core.c \
452 irix-core.c \
453 lynx-core.c \
454 osf-core.c \
455 sco5-core.c \
456 trad-core.c \
457 cisco-core.c
458
459 # These are defined by configure.in:
460 WORDSIZE = @wordsize@
461 ALL_BACKENDS = @all_backends@
462 BFD_BACKENDS = @bfd_backends@
463 BFD_MACHINES = @bfd_machines@
464 TDEFAULTS = @tdefaults@
465
466 INCLUDES = -D_GNU_SOURCE @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) -I$(srcdir)/../intl -I../intl
467
468 # C source files that correspond to .o's.
469 CFILES = \
470 $(BFD_LIBS_CFILES) \
471 $(ALL_MACHINES_CFILES) \
472 $(BFD32_BACKENDS_CFILES) \
473 $(BFD64_BACKENDS_CFILES) \
474 $(OPTIONAL_BACKENDS_CFILES)
475
476 ## This is a list of all .h files which are in the source tree.
477 SOURCE_HFILES = \
478 aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
479 elf-bfd.h elf-hppa.h elf32-arm.h elf32-hppa.h elf64-hppa.h \
480 elfcode.h elfcore.h elflink.h freebsd.h genlink.h go32stub.h \
481 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h \
482 libieee.h libnlm.h liboasys.h libpei.h netbsd.h nlm-target.h \
483 nlmcode.h nlmswap.h ns32k.h peicode.h som.h vms.h xcoff-target.h
484
485 HFILES = \
486 elf32-target.h elf64-target.h targmatch.h \
487 $(SOURCE_HFILES)
488
489 POTFILES = $(CFILES) $(SOURCE_HFILES)
490
491 po/POTFILES.in: @MAINT@ Makefile
492 for file in $(POTFILES); do echo $$file; done | sort > tmp \
493 && mv tmp $(srcdir)/po/POTFILES.in
494
495 diststuff: info
496
497 # Various kinds of .o files to put in libbfd.a:
498 # BFD_BACKENDS Routines the configured targets need.
499 # BFD_MACHINES Architecture-specific routines the configured targets need.
500 # COREFILE Core file routines for a native configuration
501 OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@
502
503 stamp-ofiles: Makefile
504 rm -f tofiles
505 f=""; \
506 for i in $(OFILES) ; do \
507 case " $$f " in \
508 *" $$i "*) ;; \
509 *) f="$$f $$i" ;; \
510 esac ; \
511 done ; \
512 echo $$f > tofiles
513 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
514 touch stamp-ofiles
515
516 ofiles: stamp-ofiles ; @true
517
518 libbfd_la_SOURCES = $(BFD_LIBS_CFILES)
519 libbfd_la_DEPENDENCIES = $(OFILES) ofiles
520 libbfd_la_LIBADD = `cat ofiles` @WIN32LIBADD@
521 libbfd_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
522
523 # libtool will build .libs/libbfd.a. We create libbfd.a in the build
524 # directory so that we don't have to convert all the programs that use
525 # libbfd.a simultaneously. This is a hack which should be removed if
526 # everything else starts using libtool. FIXME.
527
528 noinst_LIBRARIES = libbfd.a
529 libbfd_a_SOURCES =
530
531 stamp-lib: libbfd.la
532 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
533 if [ -f $$libtooldir/libbfd.a ]; then \
534 cp $$libtooldir/libbfd.a libbfd.tmp; \
535 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
536 else true; fi
537 touch stamp-lib
538
539 libbfd.a: stamp-lib ; @true
540
541 # This file holds an array associating configuration triplets and
542 # vector names. It is built from config.bfd. It is not compiled by
543 # itself, but is included by targets.c.
544 targmatch.h: config.bfd targmatch.sed
545 rm -f targmatch.h
546 sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
547 mv -f targmatch.new targmatch.h
548
549 # When compiling archures.c and targets.c, supply the default target
550 # info from configure.
551
552 targets.lo: targets.c config.status
553 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
554
555 archures.lo: archures.c config.status
556 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
557
558 elf32-target.h : elfxx-target.h
559 rm -f elf32-target.h
560 sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
561 mv -f elf32-target.new elf32-target.h
562
563 elf64-target.h : elfxx-target.h
564 rm -f elf64-target.h
565 sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
566 mv -f elf64-target.new elf64-target.h
567
568 BFD_H_DEPS= $(INCDIR)/ansidecl.h
569 LOCAL_H_DEPS= libbfd.h sysdep.h config.h
570 $(BFD_LIBS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
571 $(BFD_MACHINES): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
572 $(BFD_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
573 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
574
575 # Install BFD include file, and others that it needs.
576 install-data-local: $(BFD_H)
577 @$(NORMAL_INSTALL)
578 $(mkinstalldirs) $(includedir)
579 $(INSTALL_DATA) $(BFD_H) $(includedir)/bfd.h
580 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(includedir)/ansidecl.h
581 $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(includedir)/bfdlink.h
582
583 # Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
584 DEP: dep.sed $(CFILES) $(HFILES) bfd.h
585 rm -f DEP1
586 $(MAKE) MKDEP="$(MKDEP)" DEP1
587 sed -f dep.sed < DEP1 > DEPA
588 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
589 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
590 echo 'make DEP failed!'; exit 1; \
591 else \
592 mv -f DEPA $@; \
593 fi
594
595 DEP1: $(CFILES)
596 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
597 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
598 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
599 mv -f DEP2 $@
600
601 dep.sed: dep-in.sed config.status
602 sed <$(srcdir)/dep-in.sed >dep.sed \
603 -e 's!@BFD_H@!$(BFD_H)!' \
604 -e 's!@INCDIR@!$(INCDIR)!' \
605 -e 's!@SRCDIR@!$(srcdir)!'
606
607 dep: DEP
608 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
609 cat DEP >> tmp-Makefile
610 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
611
612 dep-in: DEP
613 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
614 cat DEP >> tmp-Makefile.in
615 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
616
617 dep-am: DEP
618 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
619 cat DEP >> tmp-Makefile.am
620 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
621
622 host-aout.lo: Makefile
623
624 # The following program can be used to generate a simple config file
625 # which can be folded into an h-XXX file for a new host, with some editing.
626 aout-params.h: gen-aout
627 ./gen-aout host > aout-params.h
628 gen-aout: $(srcdir)/gen-aout.c Makefile
629 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
630
631 $(BFD_H): stmp-bfd-h ; @true
632
633 stmp-bfd-h: bfd-in3.h
634 rm -f bfd-tmp.h
635 cp bfd-in3.h bfd-tmp.h
636 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
637 rm -f bfd-tmp.h
638 touch stmp-bfd-h
639
640 BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
641 reloc.c syms.c bfd.c archive.c corefile.c targets.c format.c
642 LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c cache.c reloc.c archures.c elf.c
643 LIBCOFF_H_FILES = libcoff-in.h coffcode.h
644
645 # Could really use a "copy-if-change"...
646 headers:
647 (cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
648 cp $(docdir)/bfd.h bfd-in2.h-new
649 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
650 cp $(docdir)/libbfd.h libbfd.h-new
651 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
652 cp $(docdir)/libcoff.h libcoff.h-new
653 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
654
655 # We only rebuild the header files automatically if we have been
656 # configured with --enable-maintainer-mode.
657
658 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
659 stmp-bin2-h: $(BFD_H_FILES)
660 (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
661 cp $(docdir)/bfd.h bfd-in2.h-new
662 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
663 touch stmp-bin2-h
664
665 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
666 stmp-lbfd-h: $(LIBBFD_H_FILES)
667 (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
668 cp $(docdir)/libbfd.h libbfd.h-new
669 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
670 touch stmp-lbfd-h
671
672 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
673 stmp-lcoff-h: $(LIBCOFF_H_FILES)
674 (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
675 cp $(docdir)/libcoff.h libcoff.h-new
676 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
677 touch stmp-lcoff-h
678
679 MOSTLYCLEANFILES = elf32-target.h elf64-target.h ofiles stamp-ofiles \
680 targmatch.h
681
682 CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
683 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
684
685 # We want to rerun configure if config.bfd or configure.host change.
686 config.status: $(srcdir)/configure $(srcdir)/config.bfd $(srcdir)/configure.host
687 $(SHELL) ./config.status --recheck
688
689
690 # What appears below is generated by a hacked mkdep using gcc -MM.
691
692 # DO NOT DELETE THIS LINE -- mkdep uses it.
693 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
694 archive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
695 $(INCDIR)/aout/ranlib.h
696 archures.lo: archures.c $(INCDIR)/filenames.h
697 bfd.lo: bfd.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
698 $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
699 libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h elf-bfd.h \
700 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
701 cache.lo: cache.c $(INCDIR)/filenames.h
702 coffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
703 libcoff.h $(INCDIR)/bfdlink.h
704 corefile.lo: corefile.c $(INCDIR)/filenames.h
705 format.lo: format.c $(INCDIR)/filenames.h
706 init.lo: init.c $(INCDIR)/filenames.h
707 libbfd.lo: libbfd.c $(INCDIR)/filenames.h
708 opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h
709 reloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
710 section.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
711 syms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
712 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
713 targets.lo: targets.c $(INCDIR)/filenames.h $(INCDIR)/fnmatch.h \
714 targmatch.h
715 hash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h
716 linker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
717 genlink.h
718 srec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
719 binary.lo: binary.c $(INCDIR)/filenames.h
720 tekhex.lo: tekhex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
721 ihex.lo: ihex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
722 stabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/aout/stab_gnu.h \
723 $(INCDIR)/aout/stab.def
724 stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
725 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
726 cpu-a29k.lo: cpu-a29k.c $(INCDIR)/filenames.h
727 cpu-alpha.lo: cpu-alpha.c $(INCDIR)/filenames.h
728 cpu-arc.lo: cpu-arc.c $(INCDIR)/filenames.h
729 cpu-arm.lo: cpu-arm.c $(INCDIR)/filenames.h
730 cpu-avr.lo: cpu-avr.c $(INCDIR)/filenames.h
731 cpu-cris.lo: cpu-cris.c $(INCDIR)/filenames.h
732 cpu-d10v.lo: cpu-d10v.c $(INCDIR)/filenames.h
733 cpu-d30v.lo: cpu-d30v.c $(INCDIR)/filenames.h
734 cpu-fr30.lo: cpu-fr30.c $(INCDIR)/filenames.h
735 cpu-h8300.lo: cpu-h8300.c $(INCDIR)/filenames.h
736 cpu-h8500.lo: cpu-h8500.c $(INCDIR)/filenames.h
737 cpu-hppa.lo: cpu-hppa.c $(INCDIR)/filenames.h
738 cpu-ia64.lo: cpu-ia64.c $(INCDIR)/filenames.h cpu-ia64-opc.c \
739 $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h
740 cpu-i370.lo: cpu-i370.c $(INCDIR)/filenames.h
741 cpu-i386.lo: cpu-i386.c $(INCDIR)/filenames.h
742 cpu-i860.lo: cpu-i860.c $(INCDIR)/filenames.h
743 cpu-i960.lo: cpu-i960.c $(INCDIR)/filenames.h
744 cpu-m32r.lo: cpu-m32r.c $(INCDIR)/filenames.h
745 cpu-m68hc11.lo: cpu-m68hc11.c $(INCDIR)/filenames.h
746 cpu-m68hc12.lo: cpu-m68hc12.c $(INCDIR)/filenames.h
747 cpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h
748 cpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h
749 cpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h
750 cpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h
751 cpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h
752 cpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h
753 cpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h ns32k.h
754 cpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h
755 cpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h
756 cpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h
757 cpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h
758 cpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h
759 cpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h
760 cpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h
761 cpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h
762 cpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h
763 cpu-vax.lo: cpu-vax.c $(INCDIR)/filenames.h
764 cpu-we32k.lo: cpu-we32k.c $(INCDIR)/filenames.h
765 cpu-w65.lo: cpu-w65.c $(INCDIR)/filenames.h
766 cpu-z8k.lo: cpu-z8k.c $(INCDIR)/filenames.h
767 aout-adobe.lo: aout-adobe.c $(INCDIR)/filenames.h $(INCDIR)/aout/adobe.h \
768 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
769 $(INCDIR)/bfdlink.h
770 aout-arm.lo: aout-arm.c $(INCDIR)/filenames.h libaout.h \
771 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aoutx.h \
772 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
773 aout-target.h
774 aout-cris.lo: aout-cris.c aout32.c aoutx.h $(INCDIR)/filenames.h \
775 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
776 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
777 aout-target.h
778 aout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
779 ns32k.h libaout.h $(INCDIR)/bfdlink.h
780 aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
781 libaout.h aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
782 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
783 $(INCDIR)/aout/ar.h aout-target.h
784 aout-tic30.lo: aout-tic30.c $(INCDIR)/filenames.h libaout.h \
785 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
786 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aoutx.h
787 aout0.lo: aout0.c aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
788 libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
789 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
790 aout-target.h
791 aout32.lo: aout32.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
792 libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
793 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
794 armnetbsd.lo: armnetbsd.c netbsd.h $(INCDIR)/filenames.h \
795 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
796 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
797 bout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
798 genlink.h $(INCDIR)/bout.h $(INCDIR)/aout/stab_gnu.h \
799 $(INCDIR)/aout/stab.def libaout.h
800 cf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \
801 coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h \
802 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
803 cf-m68klynx.lo: cf-m68klynx.c coff-m68k.c $(INCDIR)/filenames.h \
804 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/internal.h libcoff.h \
805 $(INCDIR)/bfdlink.h coffcode.h coffswap.h
806 cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \
807 $(INCDIR)/coff/sparc.h $(INCDIR)/coff/internal.h libcoff.h \
808 $(INCDIR)/bfdlink.h coffcode.h coffswap.h
809 coff-a29k.lo: coff-a29k.c $(INCDIR)/filenames.h $(INCDIR)/coff/a29k.h \
810 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
811 coffcode.h coffswap.h
812 coff-apollo.lo: coff-apollo.c $(INCDIR)/filenames.h \
813 $(INCDIR)/coff/apollo.h $(INCDIR)/coff/internal.h libcoff.h \
814 $(INCDIR)/bfdlink.h coffcode.h coffswap.h
815 coff-arm.lo: coff-arm.c $(INCDIR)/filenames.h $(INCDIR)/coff/arm.h \
816 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
817 coffcode.h coffswap.h
818 coff-aux.lo: coff-aux.c $(INCDIR)/filenames.h $(INCDIR)/coff/aux-coff.h \
819 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h coff-m68k.c \
820 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
821 coff-h8300.lo: coff-h8300.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
822 genlink.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/internal.h \
823 libcoff.h coffcode.h coffswap.h
824 coff-h8500.lo: coff-h8500.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
825 $(INCDIR)/coff/h8500.h $(INCDIR)/coff/internal.h libcoff.h \
826 coffcode.h coffswap.h
827 coff-i386.lo: coff-i386.c $(INCDIR)/filenames.h $(INCDIR)/coff/i386.h \
828 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
829 coffcode.h coffswap.h
830 coff-i860.lo: coff-i860.c $(INCDIR)/filenames.h $(INCDIR)/coff/i860.h \
831 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
832 coffcode.h coffswap.h
833 coff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/filenames.h \
834 $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h libcoff.h \
835 $(INCDIR)/bfdlink.h coffcode.h coffswap.h
836 coff-i960.lo: coff-i960.c $(INCDIR)/filenames.h $(INCDIR)/coff/i960.h \
837 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
838 coffcode.h coffswap.h
839 coff-m68k.lo: coff-m68k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m68k.h \
840 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
841 coffcode.h coffswap.h
842 coff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m88k.h \
843 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
844 coffcode.h coffswap.h
845 coff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
846 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
847 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h libcoff.h \
848 libecoff.h coffswap.h ecoffswap.h
849 coff-pmac.lo: coff-pmac.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
850 $(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \
851 xcoff-target.h coffcode.h coffswap.h
852 coff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \
853 $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h libcoff.h \
854 $(INCDIR)/bfdlink.h xcoff-target.h coffcode.h coffswap.h
855 coff-sh.lo: coff-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
856 $(INCDIR)/coff/sh.h $(INCDIR)/coff/internal.h libcoff.h \
857 coffcode.h coffswap.h
858 coff-sparc.lo: coff-sparc.c $(INCDIR)/filenames.h $(INCDIR)/coff/sparc.h \
859 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
860 coffcode.h coffswap.h
861 coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/filenames.h \
862 $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \
863 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \
864 go32stub.h
865 coff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/filenames.h \
866 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/internal.h libcoff.h \
867 $(INCDIR)/bfdlink.h coffcode.h coffswap.h
868 coff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
869 $(INCDIR)/coff/tic30.h $(INCDIR)/coff/internal.h libcoff.h \
870 coffcode.h coffswap.h
871 coff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \
872 $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
873 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
874 coff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h $(INCDIR)/filenames.h \
875 $(INCDIR)/coff/tic80.h $(INCDIR)/coff/internal.h libcoff.h \
876 coffcode.h coffswap.h
877 coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/filenames.h \
878 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/internal.h libcoff.h \
879 $(INCDIR)/bfdlink.h coffcode.h coffswap.h
880 coff-we32k.lo: coff-we32k.c $(INCDIR)/filenames.h $(INCDIR)/coff/we32k.h \
881 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
882 coffcode.h coffswap.h
883 coff-w65.lo: coff-w65.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
884 $(INCDIR)/coff/w65.h $(INCDIR)/coff/internal.h libcoff.h \
885 coffcode.h coffswap.h
886 coff-z8k.lo: coff-z8k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
887 $(INCDIR)/coff/z8k.h $(INCDIR)/coff/internal.h libcoff.h \
888 coffcode.h coffswap.h
889 cofflink.lo: cofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
890 $(INCDIR)/coff/internal.h libcoff.h
891 dwarf1.lo: dwarf1.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
892 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
893 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf.h
894 dwarf2.lo: dwarf2.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
895 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
896 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
897 ecoff.lo: ecoff.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
898 $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h $(INCDIR)/aout/stab_gnu.h \
899 $(INCDIR)/aout/stab.def libaout.h $(INCDIR)/aout/aout64.h \
900 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
901 $(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
902 ecofflink.lo: ecofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
903 $(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
904 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
905 $(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
906 efi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \
907 coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h \
908 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
909 peicode.h libpei.h
910 elf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
911 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
912 $(INCDIR)/elf/external.h
913 elf32-arc.lo: elf32-arc.c $(INCDIR)/filenames.h elf-bfd.h \
914 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
915 $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
916 elf32-target.h
917 elfarm-oabi.lo: elfarm-oabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
918 $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
919 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
920 elf32-arm.h elf32-target.h
921 elfarm-nabi.lo: elfarm-nabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
922 $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
923 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
924 elf32-arm.h elf32-target.h
925 elf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h elf-bfd.h \
926 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
927 $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h $(INCDIR)/elf/reloc-macros.h \
928 elf32-target.h
929 elf32-cris.lo: elf32-cris.c $(INCDIR)/filenames.h elf-bfd.h \
930 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
931 $(INCDIR)/bfdlink.h $(INCDIR)/elf/cris.h $(INCDIR)/elf/reloc-macros.h \
932 elf32-target.h
933 elf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h elf-bfd.h \
934 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
935 $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h $(INCDIR)/elf/reloc-macros.h \
936 elf32-target.h
937 elf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h elf-bfd.h \
938 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
939 $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h $(INCDIR)/elf/reloc-macros.h \
940 elf32-target.h
941 elf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h elf-bfd.h \
942 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
943 $(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h $(INCDIR)/elf/reloc-macros.h \
944 elf32-target.h
945 elf32-gen.lo: elf32-gen.c $(INCDIR)/filenames.h elf-bfd.h \
946 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
947 $(INCDIR)/bfdlink.h elf32-target.h
948 elf32-hppa.lo: elf32-hppa.c $(INCDIR)/filenames.h elf-bfd.h \
949 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
950 $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
951 libhppa.h elf32-hppa.h elf-hppa.h elf32-target.h
952 elf32-i370.lo: elf32-i370.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
953 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
954 $(INCDIR)/elf/external.h $(INCDIR)/elf/i370.h elf32-target.h
955 elf32-i386.lo: elf32-i386.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
956 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
957 $(INCDIR)/elf/external.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h \
958 elf32-target.h
959 elf32-i860.lo: elf32-i860.c $(INCDIR)/filenames.h elf-bfd.h \
960 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
961 $(INCDIR)/bfdlink.h elf32-target.h
962 elf32-i960.lo: elf32-i960.c $(INCDIR)/filenames.h elf-bfd.h \
963 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
964 $(INCDIR)/bfdlink.h $(INCDIR)/elf/i960.h $(INCDIR)/elf/reloc-macros.h \
965 elf32-target.h
966 elf32-m32r.lo: elf32-m32r.c $(INCDIR)/filenames.h elf-bfd.h \
967 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
968 $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32r.h $(INCDIR)/elf/reloc-macros.h \
969 elf32-target.h
970 elf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
971 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
972 $(INCDIR)/elf/external.h $(INCDIR)/elf/m68k.h $(INCDIR)/elf/reloc-macros.h \
973 elf32-target.h
974 elf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \
975 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
976 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m68hc11.h \
977 $(INCDIR)/elf/reloc-macros.h elf32-target.h
978 elf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \
979 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
980 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m68hc11.h \
981 $(INCDIR)/elf/reloc-macros.h elf32-target.h
982 elf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h elf-bfd.h \
983 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
984 $(INCDIR)/bfdlink.h elf32-target.h
985 elf-m10200.lo: elf-m10200.c $(INCDIR)/filenames.h elf-bfd.h \
986 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
987 $(INCDIR)/bfdlink.h elf32-target.h
988 elf-m10300.lo: elf-m10300.c $(INCDIR)/filenames.h elf-bfd.h \
989 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
990 $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h $(INCDIR)/elf/reloc-macros.h \
991 elf32-target.h
992 elf32-mcore.lo: elf32-mcore.c $(INCDIR)/filenames.h \
993 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
994 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/mcore.h \
995 $(INCDIR)/elf/reloc-macros.h elf32-target.h
996 elf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
997 genlink.h elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
998 $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
999 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1000 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h ecoffswap.h \
1001 elf32-target.h
1002 elf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1003 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1004 $(INCDIR)/elf/external.h $(INCDIR)/elf/pj.h $(INCDIR)/elf/reloc-macros.h \
1005 elf32-target.h
1006 elf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1007 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1008 $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
1009 elf32-target.h
1010 elf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1011 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1012 $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
1013 elf32-target.h
1014 # Keep this one in sync with the one above
1015 elf32-sh-lin.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1016 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1017 $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
1018 elf32-target.h elf32-sh-lin.c
1019 elf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \
1020 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1021 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sparc.h \
1022 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \
1023 elf32-target.h
1024 elf32-v850.lo: elf32-v850.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1025 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1026 $(INCDIR)/elf/external.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h \
1027 elf32-target.h
1028 elf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1029 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1030 $(INCDIR)/elf/external.h elfcore.h elflink.h
1031 elflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1032 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1033 $(INCDIR)/elf/external.h
1034 epoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c $(INCDIR)/filenames.h \
1035 coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/internal.h \
1036 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1037 peicode.h libpei.h
1038 epoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c $(INCDIR)/filenames.h \
1039 coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/internal.h \
1040 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1041 peicode.h libpei.h
1042 hp300bsd.lo: hp300bsd.c $(INCDIR)/filenames.h libaout.h \
1043 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1044 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1045 hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
1046 aoutx.h $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h libaout.h \
1047 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1048 $(INCDIR)/aout/ar.h aout-target.h
1049 som.lo: som.c $(INCDIR)/filenames.h
1050 i386aout.lo: i386aout.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1051 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1052 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1053 i386bsd.lo: i386bsd.c $(INCDIR)/filenames.h libaout.h \
1054 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1055 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1056 i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
1057 $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h libaout.h \
1058 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1059 $(INCDIR)/aout/ar.h aout-target.h
1060 i386freebsd.lo: i386freebsd.c freebsd.h $(INCDIR)/filenames.h \
1061 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1062 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1063 i386linux.lo: i386linux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1064 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1065 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1066 i386lynx.lo: i386lynx.c $(INCDIR)/filenames.h libaout.h \
1067 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1068 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1069 i386msdos.lo: i386msdos.c $(INCDIR)/filenames.h libaout.h \
1070 $(INCDIR)/bfdlink.h
1071 i386netbsd.lo: i386netbsd.c netbsd.h $(INCDIR)/filenames.h \
1072 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1073 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1074 i386mach3.lo: i386mach3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1075 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1076 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1077 i386os9k.lo: i386os9k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1078 libaout.h $(INCDIR)/os9k.h
1079 ieee.lo: ieee.c $(INCDIR)/filenames.h $(INCDIR)/ieee.h \
1080 libieee.h
1081 m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1082 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1083 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1084 m68klinux.lo: m68klinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1085 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1086 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1087 m68klynx.lo: m68klynx.c $(INCDIR)/filenames.h libaout.h \
1088 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1089 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1090 m68knetbsd.lo: m68knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1091 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1092 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1093 m88kmach3.lo: m88kmach3.c $(INCDIR)/filenames.h libaout.h \
1094 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1095 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1096 mipsbsd.lo: mipsbsd.c $(INCDIR)/filenames.h libaout.h \
1097 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1098 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1099 newsos3.lo: newsos3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1100 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1101 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1102 nlm.lo: nlm.c $(INCDIR)/filenames.h libnlm.h $(INCDIR)/nlm/common.h \
1103 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1104 nlm32-i386.lo: nlm32-i386.c $(INCDIR)/filenames.h $(INCDIR)/nlm/i386-ext.h \
1105 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1106 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1107 nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/filenames.h \
1108 $(INCDIR)/nlm/sparc32-ext.h libnlm.h $(INCDIR)/nlm/common.h \
1109 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
1110 nlm-target.h
1111 nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/nlm/ppc-ext.h \
1112 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1113 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1114 nlm32.lo: nlm32.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
1115 $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1116 ns32knetbsd.lo: ns32knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1117 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1118 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1119 oasys.lo: oasys.c $(INCDIR)/filenames.h $(INCDIR)/oasys.h \
1120 liboasys.h
1121 pc532-mach.lo: pc532-mach.c $(INCDIR)/filenames.h libaout.h \
1122 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1123 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1124 pe-arm.lo: pe-arm.c $(INCDIR)/filenames.h coff-arm.c \
1125 $(INCDIR)/coff/arm.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h \
1126 libcoff.h $(INCDIR)/bfdlink.h coffcode.h peicode.h \
1127 libpei.h
1128 pei-arm.lo: pei-arm.c $(INCDIR)/filenames.h coff-arm.c \
1129 $(INCDIR)/coff/arm.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h \
1130 libcoff.h $(INCDIR)/bfdlink.h coffcode.h peicode.h \
1131 libpei.h
1132 pe-i386.lo: pe-i386.c $(INCDIR)/filenames.h coff-i386.c \
1133 $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h \
1134 libcoff.h $(INCDIR)/bfdlink.h coffcode.h peicode.h \
1135 libpei.h
1136 pei-i386.lo: pei-i386.c $(INCDIR)/filenames.h coff-i386.c \
1137 $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h \
1138 libcoff.h $(INCDIR)/bfdlink.h coffcode.h peicode.h \
1139 libpei.h
1140 pe-mcore.lo: pe-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
1141 $(INCDIR)/coff/mcore.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h \
1142 libcoff.h $(INCDIR)/bfdlink.h coffcode.h peicode.h \
1143 libpei.h
1144 pei-mcore.lo: pei-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
1145 $(INCDIR)/coff/mcore.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h \
1146 libcoff.h $(INCDIR)/bfdlink.h coffcode.h peicode.h \
1147 libpei.h
1148 pe-ppc.lo: pe-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
1149 $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/internal.h \
1150 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1151 peicode.h libpei.h
1152 pei-ppc.lo: pei-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
1153 $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/internal.h \
1154 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1155 peicode.h libpei.h
1156 pe-sh.lo: pe-sh.c $(INCDIR)/filenames.h coff-sh.c $(INCDIR)/bfdlink.h \
1157 $(INCDIR)/coff/sh.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h \
1158 libcoff.h coffcode.h peicode.h libpei.h
1159 pei-sh.lo: pei-sh.c $(INCDIR)/filenames.h coff-sh.c \
1160 $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/internal.h \
1161 $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
1162 libpei.h
1163 pe-mips.lo: pe-mips.c $(INCDIR)/filenames.h $(INCDIR)/coff/mipspe.h \
1164 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1165 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1166 pei-mips.lo: pei-mips.c $(INCDIR)/filenames.h pe-mips.c \
1167 $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h \
1168 libcoff.h $(INCDIR)/bfdlink.h coffcode.h peicode.h \
1169 libpei.h
1170 peigen.lo: peigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
1171 $(INCDIR)/coff/i386.h $(INCDIR)/coff/pe.h libcoff.h \
1172 $(INCDIR)/bfdlink.h libpei.h
1173 ppcboot.lo: ppcboot.c $(INCDIR)/filenames.h
1174 reloc16.lo: reloc16.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1175 genlink.h $(INCDIR)/coff/internal.h libcoff.h
1176 riscix.lo: riscix.c $(INCDIR)/filenames.h libaout.h \
1177 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1178 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1179 sparclinux.lo: sparclinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1180 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1181 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1182 sparclynx.lo: sparclynx.c $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
1183 libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1184 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1185 aout-target.h
1186 sparcnetbsd.lo: sparcnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1187 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1188 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1189 sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
1190 $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h \
1191 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1192 aout-target.h
1193 vaxnetbsd.lo: vaxnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1194 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1195 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1196 versados.lo: versados.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
1197 vms.lo: vms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1198 vms.h
1199 vms-gsd.lo: vms-gsd.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1200 vms.h
1201 vms-hdr.lo: vms-hdr.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1202 vms.h
1203 vms-misc.lo: vms-misc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1204 vms.h
1205 vms-tir.lo: vms-tir.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1206 vms.h
1207 xcofflink.lo: xcofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1208 $(INCDIR)/coff/internal.h libcoff.h
1209 aout64.lo: aout64.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1210 libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1211 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1212 coff-alpha.lo: coff-alpha.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1213 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1214 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h \
1215 libcoff.h libecoff.h coffswap.h ecoffswap.h
1216 coff64-rs6000.lo: coff64-rs6000.c $(INCDIR)/filenames.h \
1217 $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6k64.h libcoff.h \
1218 $(INCDIR)/bfdlink.h xcoff-target.h coffcode.h coffswap.h
1219 demo64.lo: demo64.c aoutf1.h $(INCDIR)/filenames.h \
1220 $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
1221 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1222 $(INCDIR)/aout/ar.h aout-target.h
1223 efi-app-ia64.lo: efi-app-ia64.c $(INCDIR)/filenames.h \
1224 coff-ia64.c $(INCDIR)/coff/ia64.h $(INCDIR)/coff/internal.h \
1225 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1226 peicode.h libpei.h
1227 elf64-alpha.lo: elf64-alpha.c $(INCDIR)/filenames.h \
1228 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1229 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/alpha.h \
1230 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \
1231 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1232 $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
1233 libecoff.h ecoffswap.h elf64-target.h
1234 elf64-hppa.lo: elf64-hppa.c $(INCDIR)/filenames.h elf-bfd.h \
1235 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1236 $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
1237 libhppa.h elf64-hppa.h elf-hppa.h elf64-target.h
1238 elf64-ia64.lo: elf64-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
1239 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1240 $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
1241 $(INCDIR)/elf/reloc-macros.h elf64-target.h
1242 elf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h elf-bfd.h \
1243 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1244 $(INCDIR)/bfdlink.h elf64-target.h
1245 elf64-mips.lo: elf64-mips.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
1246 $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1247 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h \
1248 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1249 $(INCDIR)/coff/internal.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h \
1250 ecoffswap.h elf64-target.h
1251 elf64-sparc.lo: elf64-sparc.c $(INCDIR)/filenames.h \
1252 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1253 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/sparc.h \
1254 $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
1255 elf64-target.h
1256 elf64.lo: elf64.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1257 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1258 $(INCDIR)/elf/external.h elfcore.h elflink.h
1259 nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/filenames.h \
1260 $(INCDIR)/nlm/alpha-ext.h libnlm.h $(INCDIR)/nlm/common.h \
1261 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
1262 nlm-target.h
1263 nlm64.lo: nlm64.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
1264 $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1265 aix386-core.lo: aix386-core.c $(INCDIR)/filenames.h \
1266 $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h libcoff.h \
1267 $(INCDIR)/bfdlink.h
1268 hpux-core.lo: hpux-core.c $(INCDIR)/filenames.h
1269 irix-core.lo: irix-core.c $(INCDIR)/filenames.h
1270 lynx-core.lo: lynx-core.c $(INCDIR)/filenames.h
1271 osf-core.lo: osf-core.c $(INCDIR)/filenames.h
1272 sco5-core.lo: sco5-core.c $(INCDIR)/filenames.h libaout.h \
1273 $(INCDIR)/bfdlink.h
1274 trad-core.lo: trad-core.c $(INCDIR)/filenames.h libaout.h \
1275 $(INCDIR)/bfdlink.h
1276 cisco-core.lo: cisco-core.c $(INCDIR)/filenames.h
1277 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
This page took 0.053464 seconds and 3 git commands to generate.