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