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