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