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