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