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