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