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