* elflink.h (elf_bfd_final_link): Set the value of a section
[deliverable/binutils-gdb.git] / bfd / Makefile.in
1 # Makefile template for Configure for the BFD library.
2 # Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 1997
3 # Free Software Foundation, Inc.
4 # Written by Cygnus Support.
5 #
6 # This file is part of BFD, the Binary File Descriptor library.
7 #
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 2 of the License, or
11 # (at your option) any later version.
12 #
13 # This program is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
17 #
18 # You should have received a copy of the GNU General Public License
19 # along with this program; if not, write to the Free Software
20 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21
22 VPATH = @srcdir@
23 srcdir = @srcdir@
24
25 prefix = @prefix@
26
27 program_transform_name = @program_transform_name@
28 exec_prefix = @exec_prefix@
29 bindir = @bindir@
30 libdir = @libdir@
31
32 datadir = @datadir@
33 mandir = @mandir@
34 man1dir = $(mandir)/man1
35 man2dir = $(mandir)/man2
36 man3dir = $(mandir)/man3
37 man4dir = $(mandir)/man4
38 man5dir = $(mandir)/man5
39 man6dir = $(mandir)/man6
40 man7dir = $(mandir)/man7
41 man8dir = $(mandir)/man8
42 man9dir = $(mandir)/man9
43 infodir = @infodir@
44 includedir = @includedir@
45 oldincludedir =
46 docdir = doc
47
48 SHELL = /bin/sh
49
50 INSTALL = @INSTALL@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@
52 INSTALL_DATA = @INSTALL_DATA@
53
54 AR = @AR@
55 AR_FLAGS = rc
56 CC = @CC@
57 CFLAGS = @CFLAGS@
58 MAKEINFO = makeinfo
59 RANLIB = @RANLIB@
60
61 ALLLIBS = @ALLLIBS@
62
63 PICFLAG = @PICFLAG@
64 SHLIB = @SHLIB@
65 SHLIB_CC = @SHLIB_CC@
66 SHLIB_CFLAGS = @SHLIB_CFLAGS@
67 COMMON_SHLIB = @COMMON_SHLIB@
68 SHLINK = @SHLINK@
69
70 SONAME = lib`echo $(SHLIB) | sed -e 's/^lib//' | sed '$(program_transform_name)'`
71
72 CC_FOR_BUILD = @CC_FOR_BUILD@
73
74 INCDIR = $(srcdir)/../include
75 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
76 DEP = mkdep
77
78 SUBDIRS = doc
79
80 TARGETLIB = libbfd.a
81
82 # bfd.h goes here, for now
83 BFD_H = bfd.h
84
85 # Some of these files should be in BFD*_BACKENDS below, but some programs
86 # won't link without them. So, in order for some of the minimal-bfd
87 # hacks to work, they're also included here for now.
88 # gdb: elf.o
89 # objdump: elf.o
90 #
91 # Also, Jim Kingdon notes:
92 # Writing S-records should be included in all (or at least most)
93 # *-*-coff, *-*-aout, etc., configurations, because people will want to
94 # be able to use objcopy to create S-records. (S-records are not useful
95 # for the debugger, so if you are downloading things as S-records you
96 # need two copies of the executable, one to download and one for the
97 # debugger).
98 BFD_LIBS = \
99 archive.o archures.o bfd.o cache.o coffgen.o corefile.o \
100 format.o init.o libbfd.o opncls.o reloc.o \
101 section.o syms.o targets.o hash.o linker.o \
102 elf.o srec.o binary.o tekhex.o ihex.o stabs.o stab-syms.o
103
104 BFD_LIBS_CFILES = \
105 archive.c archures.c bfd.c cache.c coffgen.c corefile.c \
106 format.c init.c libbfd.c opncls.c reloc.c \
107 section.c syms.c targets.c hash.c linker.c \
108 elf.c srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c
109
110 # This list is alphabetized to make it easier to keep in sync
111 # with the decls and initializer in archures.c.
112 ALL_MACHINES = \
113 cpu-a29k.o \
114 cpu-alpha.o \
115 $(start-sanitize-arc) \
116 cpu-arc.o \
117 $(end-sanitize-arc) \
118 cpu-arm.o \
119 cpu-d10v.o \
120 $(start-sanitize-d30v) \
121 cpu-d30v.o \
122 $(end-sanitize-d30v) \
123 cpu-h8300.o \
124 cpu-h8500.o \
125 cpu-hppa.o \
126 cpu-i386.o \
127 cpu-i860.o \
128 cpu-i960.o \
129 $(start-sanitize-m32r) \
130 cpu-m32r.o \
131 $(end-sanitize-m32r) \
132 cpu-m68k.o \
133 cpu-m88k.o \
134 cpu-mips.o \
135 cpu-mn10200.o \
136 cpu-mn10300.o \
137 cpu-ns32k.o \
138 cpu-powerpc.o \
139 cpu-rs6000.o \
140 cpu-sh.o \
141 cpu-sparc.o \
142 $(start-sanitize-tic80) \
143 cpu-tic80.o \
144 $(end-sanitize-tic80) \
145 $(start-sanitize-v850) \
146 cpu-v850.o \
147 $(end-sanitize-v850) \
148 cpu-vax.o \
149 cpu-we32k.o \
150 cpu-w65.o \
151 cpu-z8k.o
152
153 ALL_MACHINES_CFILES = \
154 cpu-a29k.c \
155 cpu-alpha.c \
156 cpu-arm.c \
157 cpu-h8300.c \
158 cpu-h8500.c \
159 cpu-hppa.c \
160 cpu-i386.c \
161 cpu-i860.c \
162 cpu-i960.c \
163 cpu-m68k.c \
164 cpu-m88k.c \
165 cpu-mips.c \
166 cpu-mn10200.c \
167 cpu-mn10300.c \
168 cpu-ns32k.c \
169 cpu-powerpc.c \
170 cpu-rs6000.c \
171 cpu-sh.c \
172 cpu-sparc.c \
173 cpu-vax.c \
174 cpu-we32k.c \
175 cpu-w65.c \
176 cpu-z8k.c
177
178 # The .o files needed by all of the 32 bit vectors that are configured into
179 # target_vector in targets.c if configured with --enable-targets=all.
180 BFD32_BACKENDS = \
181 aout-adobe.o \
182 aout-arm.o \
183 aout-ns32k.o \
184 aout-sparcle.o \
185 aout0.o \
186 aout32.o \
187 bout.o \
188 cf-i386lynx.o \
189 cf-m68klynx.o \
190 cf-sparclynx.o \
191 coff-a29k.o \
192 coff-apollo.o \
193 coff-arm.o \
194 coff-aux.o \
195 coff-h8300.o \
196 coff-h8500.o \
197 coff-i386.o \
198 coff-go32.o \
199 coff-i860.o \
200 coff-i960.o \
201 coff-m68k.o \
202 coff-m88k.o \
203 coff-mips.o \
204 coff-pmac.o \
205 coff-rs6000.o \
206 coff-sh.o \
207 coff-sparc.o \
208 $(start-sanitize-tic80) \
209 coff-tic80.o \
210 $(end-sanitize-tic80) \
211 coff-u68k.o \
212 coff-we32k.o \
213 coff-w65.o \
214 coff-z8k.o \
215 cofflink.o \
216 ecoff.o \
217 ecofflink.o \
218 $(start-sanitize-arc) \
219 elf32-arc.o \
220 $(end-sanitize-arc) \
221 elf32-d10v.o \
222 $(start-sanitize-d30v) \
223 elf32-d30v.o \
224 $(end-sanitize-d30v) \
225 elf32-gen.o \
226 elf32-hppa.o \
227 elf32-i386.o \
228 elf32-i860.o \
229 $(start-sanitize-m32r) \
230 elf32-m32r.o \
231 $(end-sanitize-m32r) \
232 elf32-m68k.o \
233 elf32-m88k.o \
234 elf32-mips.o \
235 elf32-mn10200.o \
236 elf32-mn10300.o \
237 elf32-ppc.o \
238 elf32-sh.o \
239 elf32-sparc.o \
240 $(start-sanitize-v850) \
241 elf32-v850.o \
242 $(end-sanitize-v850) \
243 elf32.o \
244 elflink.o \
245 hp300bsd.o \
246 hp300hpux.o \
247 som.o \
248 i386aout.o \
249 i386bsd.o \
250 i386dynix.o \
251 i386freebsd.o \
252 i386linux.o \
253 i386lynx.o \
254 i386msdos.o \
255 i386netbsd.o \
256 i386mach3.o \
257 i386os9k.o \
258 ieee.o \
259 m68k4knetbsd.o \
260 m68klinux.o \
261 m68klynx.o \
262 m68knetbsd.o \
263 m88kmach3.o \
264 mipsbsd.o \
265 newsos3.o \
266 nlm.o \
267 nlm32-i386.o \
268 nlm32-sparc.o \
269 nlm32-ppc.o \
270 nlm32.o \
271 ns32knetbsd.o \
272 oasys.o \
273 pc532-mach.o \
274 pe-arm.o \
275 pei-arm.o \
276 pe-i386.o \
277 pei-i386.o \
278 pe-ppc.o \
279 pei-ppc.o \
280 ppcboot.o \
281 reloc16.o \
282 riscix.o \
283 sparclynx.o \
284 sparcnetbsd.o \
285 sunos.o \
286 tekhex.o \
287 versados.o \
288 xcofflink.o
289
290 BFD32_BACKENDS_CFILES = \
291 aout-adobe.c \
292 aout-arm.c \
293 aout-ns32k.c \
294 aout-sparcle.c \
295 aout0.c \
296 aout32.c \
297 bout.c \
298 cf-i386lynx.c \
299 cf-m68klynx.c \
300 cf-sparclynx.c \
301 coff-a29k.c \
302 coff-apollo.c \
303 coff-arm.c \
304 coff-aux.c \
305 coff-h8300.c \
306 coff-h8500.c \
307 coff-i386.c \
308 coff-i860.c \
309 coff-go32.c \
310 coff-i960.c \
311 coff-m68k.c \
312 coff-m88k.c \
313 coff-mips.c \
314 coff-pmac.c \
315 coff-rs6000.c \
316 coff-sh.c \
317 coff-sparc.c \
318 coff-u68k.c \
319 coff-we32k.c \
320 coff-w65.c \
321 coff-z8k.c \
322 cofflink.c \
323 ecoff.c \
324 ecofflink.c \
325 elf32-gen.c \
326 elf32-hppa.c \
327 elf32-i386.c \
328 elf32-i860.c \
329 elf32-m68k.c \
330 elf32-m88k.c \
331 elf32-mips.c \
332 elf32-mn10200.c \
333 elf32-mn10300.c \
334 elf32-ppc.c \
335 elf32-sh.c \
336 elf32-sparc.c \
337 elf32.c \
338 elflink.c \
339 hp300bsd.c \
340 hp300hpux.c \
341 som.c \
342 i386aout.c \
343 i386bsd.c \
344 i386dynix.c \
345 i386freebsd.c \
346 i386linux.c \
347 i386lynx.c \
348 i386msdos.c \
349 i386netbsd.c \
350 i386mach3.c \
351 i386os9k.c \
352 ieee.c \
353 m68k4knetbsd.c \
354 m68klinux.c \
355 m68klynx.c \
356 m68knetbsd.c \
357 m88kmach3.c \
358 mipsbsd.c \
359 newsos3.c \
360 nlm.c \
361 nlm32-i386.c \
362 nlm32-sparc.c \
363 nlm32-ppc.c \
364 nlm32.c \
365 ns32knetbsd.c \
366 oasys.c \
367 pc532-mach.c \
368 pe-arm.c \
369 pei-arm.c \
370 pe-i386.c \
371 pei-i386.c \
372 pe-ppc.c \
373 pei-ppc.c \
374 ppcboot.c \
375 reloc16.c \
376 riscix.c \
377 sparclynx.c \
378 sparcnetbsd.c \
379 sunos.c \
380 tekhex.c \
381 versados.c \
382 xcofflink.c
383
384 # The .o files needed by all of the 64 bit vectors that are configured into
385 # target_vector in targets.c if configured with --enable-targets=all
386 # and --enable-64-bit-bfd.
387 BFD64_BACKENDS = \
388 aout64.o \
389 coff-alpha.o \
390 demo64.o \
391 elf64-alpha.o \
392 elf64-gen.o \
393 elf64-mips.o \
394 elf64-sparc.o \
395 elf64.o \
396 evax-alpha.o \
397 evax-egsd.o \
398 evax-etir.o \
399 evax-emh.o \
400 evax-misc.o \
401 nlm32-alpha.o \
402 nlm64.o
403
404 BFD64_BACKENDS_CFILES = \
405 aout64.c \
406 coff-alpha.c \
407 demo64.c \
408 elf64-alpha.c \
409 elf64-gen.c \
410 elf64-mips.c \
411 elf64-sparc.c \
412 elf64.c \
413 evax-alpha.c \
414 evax-egsd.c \
415 evax-etir.c \
416 evax-emh.c \
417 evax-misc.c \
418 nlm32-alpha.c \
419 nlm64.c
420
421 OPTIONAL_BACKENDS = \
422 aix386-core.o \
423 hpux-core.o \
424 irix-core.o \
425 lynx-core.o \
426 osf-core.o \
427 trad-core.o \
428 cisco-core.o
429
430 OPTIONAL_BACKENDS_CFILES = \
431 aix386-core.c \
432 hpux-core.c \
433 irix-core.c \
434 lynx-core.c \
435 osf-core.c \
436 trad-core.c \
437 cisco-core.c
438
439 # These are defined by configure.in:
440 WORDSIZE = @wordsize@
441 ALL_BACKENDS = @all_backends@
442 BFD_BACKENDS = @bfd_backends@
443 BFD_MACHINES = @bfd_machines@
444 TDEFAULTS = @tdefaults@
445
446 all:
447
448 FLAGS_TO_PASS = \
449 "prefix=$(prefix)" \
450 "exec_prefix=$(exec_prefix)" \
451 "against=$(against)" \
452 "AR=$(AR)" \
453 "AR_FLAGS=$(AR_FLAGS)" \
454 "CC=$(CC)" \
455 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
456 "CFLAGS=$(CFLAGS)" \
457 "RANLIB=$(RANLIB)" \
458 "MAKEINFO=$(MAKEINFO)" \
459 "INSTALL=$(INSTALL)" \
460 "INSTALL_DATA=$(INSTALL_DATA)" \
461 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)"
462
463 ALL_CFLAGS=-D_GNU_SOURCE @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) $(CFLAGS)
464 .c.o:
465 if [ -n "$(PICFLAG)" ]; then \
466 $(CC) -c $(PICFLAG) $(ALL_CFLAGS) $< -o pic/$@; \
467 else true; fi
468 $(CC) -c $(ALL_CFLAGS) $<
469
470 bfd_libs_here =
471 all_machines_here =
472 bfd32_backends_here =
473 core_files_here =
474 configs_not_included_in_all_targets_option_here =
475
476 # C source files that correspond to .o's.
477 CFILES = \
478 $(BFD_LIBS_CFILES) \
479 $(ALL_MACHINES_CFILES) \
480 $(BFD32_BACKENDS_CFILES) \
481 $(BFD64_BACKENDS_CFILES) \
482 $(OPTIONAL_BACKENDS_CFILES)
483
484 HFILES = \
485 aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h \
486 ecoffswap.h elf32-hppa.h elf32-target.h elf64-target.h \
487 elfcode.h evax.h genlink.h hppa_stubs.h libaout.h libbfd.h \
488 libcoff.h libecoff.h elf-bfd.h libhppa.h libieee.h libnlm.h \
489 liboasys.h netbsd.h nlm-target.h nlmcode.h ns32k.h som.h \
490 targmatch.h
491
492 all: Makefile $(ALLLIBS) @PICLIST@
493 @$(MAKE) subdir_do DO=all "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
494
495 .NOEXPORT:
496 MAKEOVERRIDES=
497
498 .PHONY: check installcheck
499 check:
500 @echo No testsuites exist for the BFD library. Nothing to check.
501
502 installcheck:
503 @echo No testsuites exist for the BFD library. Nothing to check.
504
505 info dvi : force
506 @$(MAKE) subdir_do DO=$@ "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
507
508 clean-info:
509 @$(MAKE) subdir_do DO=clean-info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
510
511 install-info: force
512 @$(MAKE) subdir_do DO=install-info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
513
514 diststuff: info
515
516 # Various kinds of .o files to put in libbfd.a:
517 # BFD_LIBS Generic routines, always needed.
518 # BFD_BACKENDS Routines the configured targets need.
519 # BFD_MACHINES Architecture-specific routines the configured targets need.
520 # COREFILE Core file routines for a native configuration
521 OFILES = $(BFD_LIBS) $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@
522
523 stamp-ofiles: Makefile
524 rm -f tofiles
525 f=""; \
526 for i in $(OFILES) ; do \
527 case " $$f " in \
528 *" $$i "*) ;; \
529 *) f="$$f $$i" ;; \
530 esac ; \
531 done ; \
532 echo $$f > tofiles
533 $(srcdir)/../move-if-change tofiles ofiles
534 touch stamp-ofiles
535
536 ofiles: stamp-ofiles ; @true
537
538 $(TARGETLIB): $(OFILES) ofiles
539 rm -f $(TARGETLIB)
540 @echo ofiles = `cat ofiles`
541 $(AR) $(AR_FLAGS) $(TARGETLIB) `cat ofiles`
542 $(RANLIB) $(TARGETLIB)
543
544 stamp-piclist: ofiles
545 rm -f tpiclist
546 if [ -n "$(PICFLAG)" ]; then \
547 sed -e 's,\([^ ][^ ]*\),pic/\1,g' ofiles > tpiclist; \
548 else \
549 cp ofiles tpiclist; \
550 fi
551 $(srcdir)/../move-if-change tpiclist piclist
552 touch stamp-piclist
553
554 piclist: stamp-piclist ; @true
555
556 $(SHLIB): stamp-picdir $(OFILES) piclist
557 rm -f $(SHLIB)
558 $(SHLIB_CC) $(SHLIB_CFLAGS) -o $(SHLIB) `cat piclist`
559
560 # We make a link from libbfd.so to libbfd.so.VERSION for linking, and
561 # also a link from libTARGET-bfd.so.VERSION for running.
562 $(SHLINK): $(SHLIB)
563 ts=lib`echo $(SHLIB) | sed -e 's/^lib//' | sed -e '$(program_transform_name)'`; \
564 if [ "$$ts" != "$(SHLIB)" ]; then \
565 rm -f $$ts; \
566 ln -s $(SHLIB) $$ts; \
567 else true; fi
568 rm -f $(SHLINK)
569 ln -s $(SHLIB) $(SHLINK)
570
571 # This target creates libTARGET-bfd.so.VERSION as a symlink to
572 # libbfd.so.VERSION. It is used on SunOS, which does not have SONAME.
573 stamp-tshlink: $(SHLIB)
574 tf=lib`echo $(SHLIB) | sed -e 's/^lib//' | sed '$(program_transform_name)'`; \
575 if [ "$$tf" != "$(SHLIB)" ]; then \
576 rm -f $$tf; \
577 ln -s $(SHLIB) $$tf; \
578 else true; fi
579 touch stamp-tshlink
580
581 # This file holds an array associating configuration triplets and
582 # vector names. It is built from config.bfd. It is not compiled by
583 # itself, but is included by targets.c.
584 targmatch.h: config.bfd targmatch.sed
585 rm -f targmatch.h
586 sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
587 mv -f targmatch.new targmatch.h
588
589 # When compiling archures.c and targets.c, supply the default target
590 # info from configure.
591
592 targets.o: targets.c Makefile
593 if [ -n "$(PICFLAG)" ]; then \
594 $(CC) -c $(PICFLAG) $(TDEFAULTS) $(ALL_CFLAGS) $(srcdir)/targets.c -o pic/targets.o; \
595 else true; fi
596 $(CC) -c $(TDEFAULTS) $(ALL_CFLAGS) $(srcdir)/targets.c
597
598 archures.o: archures.c Makefile
599 if [ -n "$(PICFLAG)" ]; then \
600 $(CC) -c $(PICFLAG) $(TDEFAULTS) $(ALL_CFLAGS) $(srcdir)/archures.c -o pic/archures.o; \
601 else true; fi
602 $(CC) -c $(TDEFAULTS) $(ALL_CFLAGS) $(srcdir)/archures.c
603
604 elf32-target.h : elfxx-target.h
605 rm -f elf32-target.h
606 sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
607 mv -f elf32-target.new elf32-target.h
608
609 elf64-target.h : elfxx-target.h
610 rm -f elf64-target.h
611 sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
612 mv -f elf64-target.new elf64-target.h
613
614 subdir_do: force
615 @for i in $(DODIRS); do \
616 if [ -d ./$$i ] ; then \
617 if (cd ./$$i; \
618 $(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \
619 else exit 1 ; fi ; \
620 else true ; fi ; \
621 done
622
623 tags etags: TAGS
624
625 TAGS: force
626 etags $(INCDIR)/*.h $(srcdir)/*.h $(srcdir)/*.c
627
628 do_mostlyclean:
629 rm -f *.o *~ core *.E *.p *.ip aout-params.h gen-aout pic/*.o
630 do_clean: do_mostlyclean
631 rm -f libbfd.a TAGS bfd.h stmp-bfd.h bfd-tmp.h ofiles stamp-ofiles \
632 elf32-target.h elf64-target.h $(SHLIB) $(SHLINK) \
633 piclist stamp-piclist targmatch.h
634 do_distclean: do_clean
635 rm -f Makefile config.status config.cache config.h config.log \
636 stamp-h bfd-in3.h
637 rm -rf pic stamp-picdir
638 do_maintainer_clean: do_distclean
639 rm -f $(srcdir)/bfd-in2.h $(srcdir)/libbfd.h $(srcdir)/libcoff.h
640
641 mostlyclean: do_mostlyclean
642 $(MAKE) subdir_do DO=mostlyclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
643 clean: do_clean
644 $(MAKE) subdir_do DO=clean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
645 distclean:
646 $(MAKE) subdir_do DO=distclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
647 $(MAKE) do_distclean
648 clobber maintainer-clean realclean:
649 @echo "This command is intended for maintainers to use;"
650 @echo "it deletes files that may require special tools to rebuild."
651 $(MAKE) subdir_do DO=maintainer-clean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
652 $(MAKE) do_maintainer_clean
653
654 BFD_H_DEPS= $(INCDIR)/ansidecl.h
655 LOCAL_H_DEPS= libbfd.h sysdep.h config.h
656 $(BFD_LIBS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
657 $(BFD_MACHINES): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
658 $(BFD_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
659 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
660
661 # Get around a Sun Make bug in SunOS 4.1.1 with VPATH
662 cpu-i386.o:cpu-i386.c
663 cpu-z8k.o: cpu-z8k.c
664 cpu-h8500.o: cpu-h8500.c
665 cpu-we32k.o: cpu-we32k.c
666
667 saber:
668 #suppress 65 on bfd_map_over_sections
669 #suppress 66 on bfd_map_over_sections
670 #suppress 67 on bfd_map_over_sections
671 #suppress 68 on bfd_map_over_sections
672 #suppress 69 on bfd_map_over_sections
673 #suppress 70 on bfd_map_over_sections
674 #suppress 110 in bfd_map_over_sections
675 #suppress 112 in bfd_map_over_sections
676 #suppress 530
677 #suppress 590 in swap_exec_header
678 #suppress 590 in _bfd_dummy_core_file_matches_executable_p
679 #suppress 590 in bfd_dont_truncate_arname
680 #suppress 590 on ignore
681 #suppress 590 on abfd
682 #setopt load_flags $(CFLAGS)
683 #load $(CFILES)
684
685
686 #-----------------------------------------------------------------------------
687 # 'STANDARD' GNU/960 TARGETS BELOW THIS POINT
688 #
689 # 'VERSION' file must be present and contain a string of the form "x.y"
690 #-----------------------------------------------------------------------------
691
692 ver960.c: FORCE
693 rm -f ver960.c
694 echo "char ${TARG}_ver[]= \"${TARG} `cat VERSION`, `date`\";" > ver960.c
695
696
697 # This target should be invoked before building a new release.
698 # 'VERSION' file must be present and contain a string of the form "x.y"
699 #
700 roll:
701 @V=`cat VERSION` ; \
702 MAJ=`sed 's/\..*//' VERSION` ; \
703 MIN=`sed 's/.*\.//' VERSION` ; \
704 V=$$MAJ.`expr $$MIN + 1` ; \
705 rm -f VERSION ; \
706 echo $$V >VERSION ; \
707 echo Version $$V
708
709 # Dummy target to force execution of dependent targets.
710 #
711 force:
712
713 install: $(ALLLIBS)
714 for f in $(ALLLIBS); do \
715 if [ "$$f" = "stamp-tshlink" ]; then \
716 continue; \
717 fi; \
718 tf=lib`echo $$f | sed -e 's/^lib//' | sed '$(program_transform_name)'`; \
719 rm -f $(libdir)/$$tf; \
720 if [ "$$f" = "$(SHLINK)" ]; then \
721 ts=lib`echo $(SHLIB) | sed -e 's/^lib//' | sed '$(program_transform_name)'`; \
722 ln -s $$ts $(libdir)/$$tf; \
723 elif [ "$$f" = "$(SHLIB)" ]; then \
724 @INSTALL_SHLIB@ \
725 else \
726 $(INSTALL_DATA) $$f $(libdir)/$$tf; \
727 $(RANLIB) $(libdir)/$$tf; \
728 chmod a-x $(libdir)/$$tf; \
729 fi; \
730 done
731 # Install BFD include file, and others that it needs. Install them
732 # both in GCC's include directory, and in the system include dir
733 # if configured as $(oldincludedir) -- which it usually isnt.
734 $(INSTALL_DATA) $(BFD_H) $(includedir)/bfd.h
735 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(includedir)/ansidecl.h
736 $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(includedir)/bfdlink.h
737 -if test -z "$(oldincludedir)"; then true; else \
738 test -d $(oldincludedir) || mkdir $(oldincludedir); \
739 $(INSTALL_DATA) $(BFD_H) $(oldincludedir)/bfd.h; \
740 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(oldincludedir)/ansidecl.h; \
741 $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(oldincludedir)/bfdlink.h; \
742 fi
743 $(MAKE) subdir_do DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
744
745 Makefile: Makefile.in config.status
746 CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
747
748 config.h: stamp-h ; @true
749 stamp-h: config.in config.status
750 CONFIG_FILES= CONFIG_HEADERS=config.h:config.in $(SHELL) ./config.status
751
752 config.status: configure configure.host config.bfd VERSION
753 $(SHELL) config.status --recheck
754
755 # Have to get rid of .dep1 here so that "$?" later includes all of $(CFILES).
756 .dep: dep.sed $(CFILES) $(HFILES) bfd.h
757 rm -f .dep1
758 $(MAKE) DEP=$(DEP) .dep1
759 sed -f dep.sed <.dep1 >.dep
760
761 # This rule really wants a mkdep that runs "gcc -MM".
762 # The NetBSD mkdep overwrites any existing file contents, and doesn't insert
763 # the "DO NOT DELETE" line.
764 # Other mkdep versions require a file that already exists, and do insert it.
765 # Hence the weirdness....
766 .dep1: $(CFILES)
767 rm -f .dep2 .dep2a
768 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep2
769 echo > .dep2a
770 $(DEP) -f .dep2a $(ALL_CFLAGS) $?
771 sed -e '/DO NOT DELETE/d' -e '/^$$/d' < .dep2a >> .dep2
772 rm -f .dep2a
773 $(srcdir)/../move-if-change .dep2 .dep1
774
775 dep.sed: dep-in.sed config.status
776 sed <$(srcdir)/dep-in.sed >dep.sed \
777 -e 's!@BFD_H@!$(BFD_H)!' \
778 -e 's!@INCDIR@!$(INCDIR)!' \
779 -e 's!@SRCDIR@!$(srcdir)!'
780
781 dep: .dep
782 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
783 cat .dep >> tmp-Makefile
784 $(srcdir)/../move-if-change tmp-Makefile Makefile
785
786 dep-in: .dep
787 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
788 cat .dep >> tmp-Makefile.in
789 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
790
791 host-aout.o: Makefile
792
793 # The following program can be used to generate a simple config file
794 # which can be folded into an h-XXX file for a new host, with some editing.
795 aout-params.h: gen-aout
796 ./gen-aout host > aout-params.h
797 gen-aout: $(srcdir)/gen-aout.c Makefile
798 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
799
800 BFDIN_H= $(srcdir)/bfd-in2.h
801
802 $(BFD_H): stmp-bfd.h ; @true
803
804 stmp-bfd.h: bfd-in3.h
805 rm -f bfd-tmp.h
806 cp bfd-in3.h bfd-tmp.h
807 $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
808 rm -f bfd-tmp.h
809 touch stmp-bfd.h
810
811 bfd-in3.h: bfd-in2.h config.status
812 CONFIG_FILES=bfd-in3.h:bfd-in2.h CONFIG_HEADERS= $(SHELL) ./config.status
813
814 # Could really use a "copy-if-change"...
815 headers:
816 (cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
817 cp $(docdir)/bfd.h bfd-in2.h-new
818 $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
819 cp $(docdir)/libbfd.h libbfd.h-new
820 $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
821 cp $(docdir)/libcoff.h libcoff.h-new
822 $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
823
824 # The rules for the generated header files are here so that people can
825 # type `make bfd-in2.h' if they remove it. They are not run by default.
826 $(srcdir)/bfd-in2.h:
827 (cd $(docdir); $(MAKE) bfd.h $(FLAGS_TO_PASS))
828 cp $(docdir)/bfd.h bfd-in2.h-new
829 $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
830 $(srcdir)/libbfd.h:
831 (cd $(docdir); $(MAKE) libbfd.h $(FLAGS_TO_PASS))
832 cp $(docdir)/libbfd.h libbfd.h-new
833 $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
834 $(srcdir)/libcoff.h:
835 (cd $(docdir); $(MAKE) libcoff.h $(FLAGS_TO_PASS))
836 cp $(docdir)/libcoff.h libcoff.h-new
837 $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
838
839 bfd.info:
840 (cd $(docdir); $(MAKE) bfd.info $(FLAGS_TO_PASS))
841
842 bfd.dvi:
843 (cd $(docdir); $(MAKE) bfd.dvi $(FLAGS_TO_PASS))
844
845 bfd.ps:
846 (cd $(docdir); $(MAKE) bfd.ps $(FLAGS_TO_PASS))
847
848 start-sanitize-arc:
849 elf32-arc.o: elf32-arc.c elf-bfd.h $(INCDIR)/elf/common.h \
850 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
851 $(INCDIR)/elf/arc.h elf32-target.h
852 end-sanitize-arc:
853
854 elf32-d10v.o: elf32-d10v.c elf-bfd.h $(INCDIR)/elf/common.h \
855 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
856 elf32-target.h
857
858 start-sanitize-d30v:
859 elf32-d30v.o: elf32-d30v.c elf-bfd.h $(INCDIR)/elf/common.h \
860 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
861 elf32-target.h
862 end-sanitize-d30v:
863
864 start-sanitize-m32r:
865 elf32-m32r.o: elf32-m32r.c elf-bfd.h $(INCDIR)/elf/common.h \
866 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
867 elf32-target.h
868 end-sanitize-m32r:
869
870 start-sanitize-v850:
871 cpu-v850.o: cpu-v850.c
872 elf32-v850.o: elf32-v850.c $(INCDIR)/bfdlink.h elf-bfd.h \
873 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
874 elf32-target.h
875 end-sanitize-v850:
876
877 start-sanitize-tic80:
878 cpu-tic80.o: cpu-tic80.c
879 coff-tic80.o: coff-tic80.c $(INCDIR)/bfdlink.h elf-bfd.h \
880 $(INCDIR)/coff/internal.h coffcode.h
881 end-sanitize-tic80:
882
883 $(OFILES): stamp-picdir
884
885 stamp-picdir:
886 if [ -n "$(PICFLAG)" ] && [ ! -d pic ]; then \
887 mkdir pic; \
888 else true; fi
889 touch stamp-picdir
890
891 # What appears below is generated by a hacked mkdep using gcc -MM.
892
893 # DO NOT DELETE THIS LINE -- mkdep uses it.
894 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
895 archive.o: archive.c $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h
896 archures.o: archures.c
897 bfd.o: bfd.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
898 $(INCDIR)/coff/sym.h libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h \
899 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
900 $(INCDIR)/elf/external.h
901 cache.o: cache.c
902 coffgen.o: coffgen.c $(INCDIR)/coff/internal.h libcoff.h \
903 $(INCDIR)/bfdlink.h
904 corefile.o: corefile.c
905 format.o: format.c
906 init.o: init.c
907 libbfd.o: libbfd.c
908 opncls.o: opncls.c $(INCDIR)/objalloc.h
909 reloc.o: reloc.c $(INCDIR)/bfdlink.h
910 section.o: section.c
911 syms.o: syms.c $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h \
912 $(INCDIR)/aout/stab.def
913 targets.o: targets.c $(INCDIR)/fnmatch.h targmatch.h
914 hash.o: hash.c $(INCDIR)/objalloc.h
915 linker.o: linker.c $(INCDIR)/bfdlink.h genlink.h
916 elf.o: elf.c $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
917 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
918 srec.o: srec.c $(INCDIR)/libiberty.h
919 binary.o: binary.c
920 tekhex.o: tekhex.c $(INCDIR)/libiberty.h
921 ihex.o: ihex.c $(INCDIR)/libiberty.h
922 stabs.o: stabs.c $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
923 stab-syms.o: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
924 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
925 cpu-a29k.o: cpu-a29k.c
926 cpu-alpha.o: cpu-alpha.c
927 cpu-arm.o: cpu-arm.c
928 cpu-h8300.o: cpu-h8300.c
929 cpu-h8500.o: cpu-h8500.c
930 cpu-hppa.o: cpu-hppa.c
931 cpu-i386.o: cpu-i386.c
932 cpu-i860.o: cpu-i860.c
933 cpu-i960.o: cpu-i960.c
934 cpu-m68k.o: cpu-m68k.c
935 cpu-m88k.o: cpu-m88k.c
936 cpu-mips.o: cpu-mips.c
937 cpu-mn10200.o: cpu-mn10200.c
938 cpu-mn10300.o: cpu-mn10300.c
939 cpu-ns32k.o: cpu-ns32k.c ns32k.h
940 cpu-powerpc.o: cpu-powerpc.c
941 cpu-rs6000.o: cpu-rs6000.c
942 cpu-sh.o: cpu-sh.c
943 cpu-sparc.o: cpu-sparc.c
944 cpu-vax.o: cpu-vax.c
945 cpu-we32k.o: cpu-we32k.c
946 cpu-w65.o: cpu-w65.c
947 cpu-z8k.o: cpu-z8k.c
948 aout-adobe.o: aout-adobe.c $(INCDIR)/aout/adobe.h $(INCDIR)/aout/stab_gnu.h \
949 $(INCDIR)/aout/stab.def libaout.h $(INCDIR)/bfdlink.h
950 aout-arm.o: aout-arm.c libaout.h $(INCDIR)/bfdlink.h \
951 $(INCDIR)/aout/aout64.h aoutx.h $(INCDIR)/aout/stab_gnu.h \
952 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
953 aout-ns32k.o: aout-ns32k.c $(INCDIR)/aout/aout64.h \
954 ns32k.h libaout.h $(INCDIR)/bfdlink.h
955 aout-sparcle.o: aout-sparcle.c $(INCDIR)/bfdlink.h \
956 libaout.h aoutf1.h $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h \
957 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
958 aout-target.h
959 aout0.o: aout0.c aoutf1.h $(INCDIR)/aout/sun4.h libaout.h \
960 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
961 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
962 aout32.o: aout32.c aoutx.h $(INCDIR)/bfdlink.h libaout.h \
963 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
964 $(INCDIR)/aout/ar.h
965 bout.o: bout.c $(INCDIR)/bfdlink.h genlink.h $(INCDIR)/bout.h \
966 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h
967 cf-i386lynx.o: cf-i386lynx.c coff-i386.c $(INCDIR)/coff/i386.h \
968 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
969 coffcode.h coffswap.h
970 cf-m68klynx.o: cf-m68klynx.c coff-m68k.c $(INCDIR)/coff/m68k.h \
971 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
972 coffcode.h coffswap.h
973 cf-sparclynx.o: cf-sparclynx.c coff-sparc.c $(INCDIR)/coff/sparc.h \
974 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
975 coffcode.h coffswap.h
976 coff-a29k.o: coff-a29k.c $(INCDIR)/coff/a29k.h $(INCDIR)/coff/internal.h \
977 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
978 coff-apollo.o: coff-apollo.c $(INCDIR)/coff/apollo.h \
979 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
980 coffcode.h coffswap.h
981 coff-arm.o: coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/internal.h \
982 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
983 coff-aux.o: coff-aux.c $(INCDIR)/coff/aux-coff.h $(INCDIR)/coff/internal.h \
984 $(INCDIR)/coff/m68k.h coff-m68k.c libcoff.h $(INCDIR)/bfdlink.h \
985 coffcode.h coffswap.h
986 coff-h8300.o: coff-h8300.c $(INCDIR)/bfdlink.h genlink.h \
987 $(INCDIR)/coff/h8300.h $(INCDIR)/coff/internal.h libcoff.h \
988 coffcode.h coffswap.h
989 coff-h8500.o: coff-h8500.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/h8500.h \
990 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
991 coff-i386.o: coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h \
992 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
993 coff-i860.o: coff-i860.c $(INCDIR)/coff/i860.h $(INCDIR)/coff/internal.h \
994 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
995 coff-go32.o: coff-go32.c coff-i386.c $(INCDIR)/coff/i386.h \
996 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
997 coffcode.h coffswap.h
998 coff-i960.o: coff-i960.c $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h \
999 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1000 coff-m68k.o: coff-m68k.c $(INCDIR)/coff/m68k.h $(INCDIR)/coff/internal.h \
1001 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1002 coff-m88k.o: coff-m88k.c $(INCDIR)/coff/m88k.h $(INCDIR)/coff/internal.h \
1003 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1004 coff-mips.o: coff-mips.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1005 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1006 $(INCDIR)/coff/mips.h libcoff.h libecoff.h coffswap.h \
1007 ecoffswap.h
1008 coff-pmac.o: coff-pmac.c coff-rs6000.c $(INCDIR)/coff/internal.h \
1009 $(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \
1010 coffcode.h coffswap.h
1011 coff-rs6000.o: coff-rs6000.c $(INCDIR)/coff/internal.h \
1012 $(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \
1013 coffcode.h coffswap.h
1014 coff-sh.o: coff-sh.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
1015 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1016 coff-sparc.o: coff-sparc.c $(INCDIR)/coff/sparc.h $(INCDIR)/coff/internal.h \
1017 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1018 coff-u68k.o: coff-u68k.c coff-m68k.c $(INCDIR)/coff/m68k.h \
1019 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1020 coffcode.h coffswap.h
1021 coff-we32k.o: coff-we32k.c $(INCDIR)/coff/we32k.h $(INCDIR)/coff/internal.h \
1022 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1023 coff-w65.o: coff-w65.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/w65.h \
1024 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1025 coff-z8k.o: coff-z8k.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/z8k.h \
1026 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1027 cofflink.o: cofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1028 libcoff.h
1029 ecoff.o: ecoff.c $(INCDIR)/bfdlink.h $(INCDIR)/aout/ar.h \
1030 $(INCDIR)/aout/ranlib.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1031 libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/coff/internal.h \
1032 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1033 libcoff.h libecoff.h
1034 ecofflink.o: ecofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/objalloc.h \
1035 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/coff/internal.h \
1036 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h
1037 elf32-gen.o: elf32-gen.c elf-bfd.h $(INCDIR)/elf/common.h \
1038 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1039 elf32-target.h
1040 elf32-hppa.o: elf32-hppa.c $(INCDIR)/bfdlink.h elf-bfd.h \
1041 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1042 elf32-hppa.h libhppa.h $(INCDIR)/elf/hppa.h hppa_stubs.h \
1043 elf32-target.h
1044 elf32-i386.o: elf32-i386.c $(INCDIR)/bfdlink.h elf-bfd.h \
1045 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1046 elf32-target.h
1047 elf32-i860.o: elf32-i860.c elf-bfd.h $(INCDIR)/elf/common.h \
1048 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1049 elf32-target.h
1050 elf32-m68k.o: elf32-m68k.c $(INCDIR)/bfdlink.h elf-bfd.h \
1051 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1052 elf32-target.h
1053 elf32-m88k.o: elf32-m88k.c elf-bfd.h $(INCDIR)/elf/common.h \
1054 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1055 elf32-target.h
1056 elf32-mips.o: elf32-mips.c $(INCDIR)/bfdlink.h genlink.h \
1057 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1058 $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/coff/sym.h \
1059 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1060 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h ecoffswap.h \
1061 elf32-target.h
1062 elf32-mn10200.o: elf32-mn10200.c elf-bfd.h $(INCDIR)/elf/common.h \
1063 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1064 elf32-target.h
1065 elf32-mn10300.o: elf32-mn10300.c elf-bfd.h $(INCDIR)/elf/common.h \
1066 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1067 elf32-target.h
1068 elf32-ppc.o: elf32-ppc.c $(INCDIR)/bfdlink.h elf-bfd.h \
1069 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1070 $(INCDIR)/elf/ppc.h elf32-target.h
1071 elf32-sh.o: elf32-sh.c $(INCDIR)/bfdlink.h elf-bfd.h \
1072 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1073 elf32-target.h
1074 elf32-sparc.o: elf32-sparc.c $(INCDIR)/bfdlink.h elf-bfd.h \
1075 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1076 $(INCDIR)/elf/sparc.h elf32-target.h
1077 elf32.o: elf32.c elfcode.h $(INCDIR)/bfdlink.h elf-bfd.h \
1078 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1079 $(INCDIR)/fnmatch.h elfcore.h elflink.h
1080 elflink.o: elflink.c $(INCDIR)/bfdlink.h elf-bfd.h \
1081 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
1082 hp300bsd.o: hp300bsd.c libaout.h $(INCDIR)/bfdlink.h \
1083 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1084 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1085 hp300hpux.o: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
1086 aoutx.h $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1087 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1088 aout-target.h
1089 som.o: som.c
1090 i386aout.o: i386aout.c $(INCDIR)/aout/aout64.h libaout.h \
1091 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1092 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1093 i386bsd.o: i386bsd.c libaout.h $(INCDIR)/bfdlink.h \
1094 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1095 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1096 i386dynix.o: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
1097 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1098 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1099 aout-target.h
1100 i386freebsd.o: i386freebsd.c freebsd.h libaout.h $(INCDIR)/bfdlink.h \
1101 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1102 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1103 i386linux.o: i386linux.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1104 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1105 $(INCDIR)/bfdlink.h aout-target.h
1106 i386lynx.o: i386lynx.c libaout.h $(INCDIR)/bfdlink.h \
1107 $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1108 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1109 i386msdos.o: i386msdos.c libaout.h $(INCDIR)/bfdlink.h
1110 i386netbsd.o: i386netbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1111 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1112 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1113 i386mach3.o: i386mach3.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1114 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1115 $(INCDIR)/bfdlink.h aout-target.h
1116 i386os9k.o: i386os9k.c $(INCDIR)/bfdlink.h libaout.h \
1117 $(INCDIR)/os9k.h
1118 ieee.o: ieee.c $(INCDIR)/ieee.h libieee.h
1119 m68k4knetbsd.o: m68k4knetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1120 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1121 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1122 m68klinux.o: m68klinux.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1123 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1124 $(INCDIR)/bfdlink.h aout-target.h
1125 m68klynx.o: m68klynx.c libaout.h $(INCDIR)/bfdlink.h \
1126 $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1127 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1128 m68knetbsd.o: m68knetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1129 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1130 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1131 m88kmach3.o: m88kmach3.c libaout.h $(INCDIR)/bfdlink.h \
1132 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1133 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1134 mipsbsd.o: mipsbsd.c libaout.h $(INCDIR)/bfdlink.h \
1135 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1136 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1137 newsos3.o: newsos3.c $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1138 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h libaout.h \
1139 $(INCDIR)/bfdlink.h aout-target.h
1140 nlm.o: nlm.c libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1141 $(INCDIR)/nlm/external.h
1142 nlm32-i386.o: nlm32-i386.c $(INCDIR)/nlm/i386-ext.h \
1143 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1144 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1145 nlm32-sparc.o: nlm32-sparc.c $(INCDIR)/nlm/sparc32-ext.h \
1146 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1147 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1148 nlm32-ppc.o: nlm32-ppc.c $(INCDIR)/nlm/ppc-ext.h libnlm.h \
1149 $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h \
1150 nlmswap.h nlm-target.h
1151 nlm32.o: nlm32.c nlmcode.h libnlm.h $(INCDIR)/nlm/common.h \
1152 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1153 ns32knetbsd.o: ns32knetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1154 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1155 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1156 oasys.o: oasys.c $(INCDIR)/oasys.h liboasys.h
1157 pc532-mach.o: pc532-mach.c libaout.h $(INCDIR)/bfdlink.h \
1158 $(INCDIR)/aout/aout64.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1159 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1160 pe-arm.o: pe-arm.c coff-arm.c $(INCDIR)/coff/arm.h \
1161 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1162 $(INCDIR)/bfdlink.h coffcode.h peicode.h
1163 pei-arm.o: pei-arm.c coff-arm.c $(INCDIR)/coff/arm.h \
1164 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1165 $(INCDIR)/bfdlink.h coffcode.h peicode.h
1166 pe-i386.o: pe-i386.c coff-i386.c $(INCDIR)/coff/i386.h \
1167 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1168 $(INCDIR)/bfdlink.h coffcode.h peicode.h
1169 pei-i386.o: pei-i386.c coff-i386.c $(INCDIR)/coff/i386.h \
1170 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1171 $(INCDIR)/bfdlink.h coffcode.h peicode.h
1172 pe-ppc.o: pe-ppc.c coff-ppc.c $(INCDIR)/coff/powerpc.h \
1173 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1174 $(INCDIR)/bfdlink.h coffcode.h peicode.h
1175 pei-ppc.o: pei-ppc.c coff-ppc.c $(INCDIR)/coff/powerpc.h \
1176 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1177 $(INCDIR)/bfdlink.h coffcode.h peicode.h
1178 ppcboot.o: ppcboot.c
1179 reloc16.o: reloc16.c $(INCDIR)/bfdlink.h genlink.h \
1180 $(INCDIR)/coff/internal.h libcoff.h
1181 riscix.o: riscix.c libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1182 aout-target.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1183 $(INCDIR)/aout/ar.h
1184 sparclynx.o: sparclynx.c $(INCDIR)/aout/sun4.h libaout.h \
1185 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1186 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1187 sparcnetbsd.o: sparcnetbsd.c netbsd.h libaout.h $(INCDIR)/bfdlink.h \
1188 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1189 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1190 sunos.o: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
1191 $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1192 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1193 versados.o: versados.c $(INCDIR)/libiberty.h
1194 xcofflink.o: xcofflink.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1195 libcoff.h
1196 aout64.o: aout64.c aoutx.h $(INCDIR)/bfdlink.h libaout.h \
1197 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1198 $(INCDIR)/aout/ar.h
1199 coff-alpha.o: coff-alpha.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1200 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1201 $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
1202 libecoff.h coffswap.h ecoffswap.h
1203 demo64.o: demo64.c aoutf1.h $(INCDIR)/aout/sun4.h libaout.h \
1204 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1205 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1206 elf64-alpha.o: elf64-alpha.c elf-bfd.h $(INCDIR)/elf/common.h \
1207 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1208 $(INCDIR)/elf/alpha.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1209 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h \
1210 $(INCDIR)/aout/ar.h libcoff.h libecoff.h ecoffswap.h \
1211 elf64-target.h
1212 elf64-gen.o: elf64-gen.c elf-bfd.h $(INCDIR)/elf/common.h \
1213 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1214 elf64-target.h
1215 elf64-mips.o: elf64-mips.c $(INCDIR)/aout/ar.h $(INCDIR)/bfdlink.h \
1216 genlink.h elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1217 $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/coff/sym.h \
1218 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1219 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \
1220 elf64-target.h
1221 elf64-sparc.o: elf64-sparc.c elf-bfd.h $(INCDIR)/elf/common.h \
1222 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1223 $(INCDIR)/elf/sparc.h elf64-target.h
1224 elf64.o: elf64.c elfcode.h $(INCDIR)/bfdlink.h elf-bfd.h \
1225 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1226 $(INCDIR)/fnmatch.h elfcore.h elflink.h
1227 evax-alpha.o: evax-alpha.c $(INCDIR)/bfdlink.h evax.h
1228 evax-egsd.o: evax-egsd.c $(INCDIR)/bfdlink.h evax.h
1229 evax-etir.o: evax-etir.c $(INCDIR)/bfdlink.h evax.h
1230 evax-emh.o: evax-emh.c $(INCDIR)/bfdlink.h evax.h
1231 evax-misc.o: evax-misc.c $(INCDIR)/bfdlink.h evax.h
1232 nlm32-alpha.o: nlm32-alpha.c $(INCDIR)/nlm/alpha-ext.h \
1233 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1234 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1235 nlm64.o: nlm64.c nlmcode.h libnlm.h $(INCDIR)/nlm/common.h \
1236 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1237 aix386-core.o: aix386-core.c $(INCDIR)/coff/i386.h \
1238 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h
1239 hpux-core.o: hpux-core.c
1240 irix-core.o: irix-core.c
1241 lynx-core.o: lynx-core.c
1242 osf-core.o: osf-core.c
1243 trad-core.o: trad-core.c libaout.h $(INCDIR)/bfdlink.h
1244 cisco-core.o: cisco-core.c
1245 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
This page took 0.056466 seconds and 4 git commands to generate.