2000-07-27 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / bfd / Makefile.in
CommitLineData
a2d91340 1# Makefile.in generated automatically by automake 1.4 from Makefile.am
252b5132 2
a2d91340 3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
252b5132
RH
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
a2d91340 13
252b5132
RH
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
a2d91340 49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
252b5132
RH
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60build_alias = @build_alias@
61build_triplet = @build@
62host_alias = @host_alias@
63host_triplet = @host@
64target_alias = @target_alias@
65target_triplet = @target@
66AR = @AR@
67AS = @AS@
68BFD_HOST_64BIT_LONG = @BFD_HOST_64BIT_LONG@
69BFD_HOST_64_BIT = @BFD_HOST_64_BIT@
70BFD_HOST_64_BIT_DEFINED = @BFD_HOST_64_BIT_DEFINED@
71BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
72CATALOGS = @CATALOGS@
73CATOBJEXT = @CATOBJEXT@
74CC = @CC@
75CC_FOR_BUILD = @CC_FOR_BUILD@
76COREFILE = @COREFILE@
77COREFLAG = @COREFLAG@
78DATADIRNAME = @DATADIRNAME@
79DLLTOOL = @DLLTOOL@
80EXEEXT = @EXEEXT@
81EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
82GMOFILES = @GMOFILES@
83GMSGFMT = @GMSGFMT@
84GT_NO = @GT_NO@
85GT_YES = @GT_YES@
86HDEFINES = @HDEFINES@
87INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
88INSTOBJEXT = @INSTOBJEXT@
89INTLDEPS = @INTLDEPS@
90INTLLIBS = @INTLLIBS@
91INTLOBJS = @INTLOBJS@
252b5132
RH
92LIBTOOL = @LIBTOOL@
93LN_S = @LN_S@
94MAINT = @MAINT@
95MAKEINFO = @MAKEINFO@
96MKINSTALLDIRS = @MKINSTALLDIRS@
97MSGFMT = @MSGFMT@
a74801ba 98OBJDUMP = @OBJDUMP@
252b5132
RH
99PACKAGE = @PACKAGE@
100POFILES = @POFILES@
101POSUB = @POSUB@
102RANLIB = @RANLIB@
103TDEFINES = @TDEFINES@
104USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
105USE_NLS = @USE_NLS@
106VERSION = @VERSION@
107WIN32LDFLAGS = @WIN32LDFLAGS@
108WIN32LIBADD = @WIN32LIBADD@
109all_backends = @all_backends@
110bfd_backends = @bfd_backends@
111bfd_machines = @bfd_machines@
112l = @l@
113tdefaults = @tdefaults@
114wordsize = @wordsize@
115
116AUTOMAKE_OPTIONS = cygnus
117
118INCDIR = $(srcdir)/../include
119CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
41b49281 120MKDEP = gcc -MM
252b5132
RH
121
122SUBDIRS = doc po
123
124docdir = doc
125
126lib_LTLIBRARIES = libbfd.la
127
a2d91340
AC
128WARN_CFLAGS = @WARN_CFLAGS@
129AM_CFLAGS = $(WARN_CFLAGS)
130
252b5132
RH
131# bfd.h goes here, for now
132BFD_H = bfd.h
133
134# Jim Kingdon notes:
135# Writing S-records should be included in all (or at least most)
136# *-*-coff, *-*-aout, etc., configurations, because people will want to
137# be able to use objcopy to create S-records. (S-records are not useful
138# for the debugger, so if you are downloading things as S-records you
139# need two copies of the executable, one to download and one for the
140# debugger).
141BFD_LIBS = \
142 archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo \
143 format.lo init.lo libbfd.lo opncls.lo reloc.lo \
144 section.lo syms.lo targets.lo hash.lo linker.lo \
145 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo
146
147
148BFD_LIBS_CFILES = \
149 archive.c archures.c bfd.c cache.c coffgen.c corefile.c \
150 format.c init.c libbfd.c opncls.c reloc.c \
151 section.c syms.c targets.c hash.c linker.c \
152 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c
153
154
155# This list is alphabetized to make it easier to keep in sync
156# with the decls and initializer in archures.c.
157ALL_MACHINES = \
158 cpu-a29k.lo \
159 cpu-alpha.lo \
160 cpu-arc.lo \
161 cpu-arm.lo \
adde6300 162 cpu-avr.lo \
06c15ad7 163 cpu-cris.lo \
252b5132
RH
164 cpu-d10v.lo \
165 cpu-d30v.lo \
166 cpu-fr30.lo \
167 cpu-h8300.lo \
168 cpu-h8500.lo \
169 cpu-hppa.lo \
800eeca4 170 cpu-ia64.lo \
5b93d8bb 171 cpu-i370.lo \
252b5132
RH
172 cpu-i386.lo \
173 cpu-i860.lo \
174 cpu-i960.lo \
175 cpu-m32r.lo \
60bcf0fa
NC
176 cpu-m68hc11.lo \
177 cpu-m68hc12.lo \
252b5132
RH
178 cpu-m68k.lo \
179 cpu-m88k.lo \
180 cpu-m10200.lo \
181 cpu-m10300.lo \
182 cpu-mcore.lo \
183 cpu-mips.lo \
184 cpu-ns32k.lo \
0bcb993b 185 cpu-pj.lo \
252b5132
RH
186 cpu-powerpc.lo \
187 cpu-rs6000.lo \
188 cpu-sh.lo \
189 cpu-sparc.lo \
190 cpu-tic30.lo \
81635ce4 191 cpu-tic54x.lo \
252b5132
RH
192 cpu-tic80.lo \
193 cpu-v850.lo \
194 cpu-vax.lo \
195 cpu-we32k.lo \
196 cpu-w65.lo \
197 cpu-z8k.lo
198
199
200ALL_MACHINES_CFILES = \
201 cpu-a29k.c \
202 cpu-alpha.c \
203 cpu-arc.c \
204 cpu-arm.c \
adde6300 205 cpu-avr.c \
06c15ad7 206 cpu-cris.c \
252b5132
RH
207 cpu-d10v.c \
208 cpu-d30v.c \
209 cpu-fr30.c \
210 cpu-h8300.c \
211 cpu-h8500.c \
212 cpu-hppa.c \
800eeca4 213 cpu-ia64.c \
5b93d8bb 214 cpu-i370.c \
252b5132
RH
215 cpu-i386.c \
216 cpu-i860.c \
217 cpu-i960.c \
218 cpu-m32r.c \
60bcf0fa
NC
219 cpu-m68hc11.c \
220 cpu-m68hc12.c \
252b5132
RH
221 cpu-m68k.c \
222 cpu-m88k.c \
223 cpu-m10200.c \
224 cpu-m10300.c \
225 cpu-mcore.c \
226 cpu-mips.c \
227 cpu-ns32k.c \
0bcb993b 228 cpu-pj.c \
252b5132
RH
229 cpu-powerpc.c \
230 cpu-rs6000.c \
231 cpu-sh.c \
232 cpu-sparc.c \
233 cpu-tic30.c \
81635ce4 234 cpu-tic54x.c \
252b5132
RH
235 cpu-tic80.c \
236 cpu-v850.c \
237 cpu-vax.c \
238 cpu-we32k.c \
239 cpu-w65.c \
240 cpu-z8k.c
241
242
243# The .o files needed by all of the 32 bit vectors that are configured into
244# target_vector in targets.c if configured with --enable-targets=all.
245BFD32_BACKENDS = \
246 aout-adobe.lo \
247 aout-arm.lo \
06c15ad7 248 aout-cris.lo \
252b5132
RH
249 aout-ns32k.lo \
250 aout-sparcle.lo \
251 aout-tic30.lo \
252 aout0.lo \
253 aout32.lo \
021e3cc0 254 armnetbsd.lo \
252b5132
RH
255 bout.lo \
256 cf-i386lynx.lo \
257 cf-m68klynx.lo \
258 cf-sparclynx.lo \
259 coff-a29k.lo \
260 coff-apollo.lo \
261 coff-arm.lo \
262 coff-aux.lo \
263 coff-h8300.lo \
264 coff-h8500.lo \
265 coff-i386.lo \
266 coff-go32.lo \
267 coff-i860.lo \
268 coff-i960.lo \
269 coff-m68k.lo \
270 coff-m88k.lo \
271 coff-mips.lo \
272 coff-pmac.lo \
273 coff-rs6000.lo \
274 coff-sh.lo \
275 coff-sparc.lo \
276 coff-stgo32.lo \
277 coff-svm68k.lo \
278 coff-tic30.lo \
81635ce4 279 coff-tic54x.lo \
252b5132
RH
280 coff-tic80.lo \
281 coff-u68k.lo \
282 coff-we32k.lo \
283 coff-w65.lo \
284 coff-z8k.lo \
285 cofflink.lo \
4a54b465 286 dwarf1.lo \
252b5132
RH
287 dwarf2.lo \
288 ecoff.lo \
289 ecofflink.lo \
85e22c7e 290 efi-app-ia32.lo \
252b5132
RH
291 elf.lo \
292 elf32-arc.lo \
293 elfarm-oabi.lo \
294 elfarm-nabi.lo \
adde6300 295 elf32-avr.lo \
06c15ad7 296 elf32-cris.lo \
252b5132
RH
297 elf32-d10v.lo \
298 elf32-d30v.lo \
299 elf32-fr30.lo \
300 elf32-gen.lo \
e0afaebd 301 elf32-hppa.lo \
5b93d8bb 302 elf32-i370.lo \
252b5132
RH
303 elf32-i386.lo \
304 elf32-i860.lo \
b2ef150d 305 elf32-i960.lo \
252b5132 306 elf32-m32r.lo \
60bcf0fa
NC
307 elf32-m68hc11.lo \
308 elf32-m68hc12.lo \
252b5132
RH
309 elf32-m68k.lo \
310 elf32-m88k.lo \
311 elf-m10200.lo \
312 elf-m10300.lo \
313 elf32-mcore.lo \
314 elf32-mips.lo \
0bcb993b 315 elf32-pj.lo \
252b5132
RH
316 elf32-ppc.lo \
317 elf32-sh.lo \
318 elf32-sparc.lo \
319 elf32-v850.lo \
320 elf32.lo \
321 elflink.lo \
10ab5357
NC
322 epoc-pe-arm.lo \
323 epoc-pei-arm.lo \
252b5132
RH
324 hp300bsd.lo \
325 hp300hpux.lo \
326 som.lo \
327 i386aout.lo \
328 i386bsd.lo \
329 i386dynix.lo \
330 i386freebsd.lo \
331 i386linux.lo \
332 i386lynx.lo \
333 i386msdos.lo \
334 i386netbsd.lo \
335 i386mach3.lo \
336 i386os9k.lo \
337 ieee.lo \
338 m68k4knetbsd.lo \
339 m68klinux.lo \
340 m68klynx.lo \
341 m68knetbsd.lo \
342 m88kmach3.lo \
343 mipsbsd.lo \
344 newsos3.lo \
345 nlm.lo \
346 nlm32-i386.lo \
347 nlm32-sparc.lo \
348 nlm32-ppc.lo \
349 nlm32.lo \
350 ns32knetbsd.lo \
351 oasys.lo \
352 pc532-mach.lo \
353 pe-arm.lo \
354 pei-arm.lo \
355 pe-i386.lo \
356 pei-i386.lo \
357 pe-mcore.lo \
358 pei-mcore.lo \
359 pe-ppc.lo \
360 pei-ppc.lo \
17505c5c
NC
361 pe-sh.lo \
362 pei-sh.lo \
363 pe-mips.lo \
364 pei-mips.lo \
277d1b5e 365 peigen.lo \
252b5132
RH
366 ppcboot.lo \
367 reloc16.lo \
368 riscix.lo \
369 sparclinux.lo \
370 sparclynx.lo \
371 sparcnetbsd.lo \
372 sunos.lo \
373 vaxnetbsd.lo \
374 versados.lo \
375 vms.lo \
376 vms-gsd.lo \
377 vms-hdr.lo \
378 vms-misc.lo \
379 vms-tir.lo \
380 xcofflink.lo
381
382
383BFD32_BACKENDS_CFILES = \
384 aout-adobe.c \
385 aout-arm.c \
06c15ad7 386 aout-cris.c \
252b5132
RH
387 aout-ns32k.c \
388 aout-sparcle.c \
389 aout-tic30.c \
390 aout0.c \
391 aout32.c \
021e3cc0 392 armnetbsd.c \
252b5132
RH
393 bout.c \
394 cf-i386lynx.c \
395 cf-m68klynx.c \
396 cf-sparclynx.c \
397 coff-a29k.c \
398 coff-apollo.c \
399 coff-arm.c \
400 coff-aux.c \
401 coff-h8300.c \
402 coff-h8500.c \
403 coff-i386.c \
404 coff-i860.c \
405 coff-go32.c \
406 coff-i960.c \
407 coff-m68k.c \
408 coff-m88k.c \
409 coff-mips.c \
410 coff-pmac.c \
411 coff-rs6000.c \
412 coff-sh.c \
413 coff-sparc.c \
414 coff-stgo32.c \
415 coff-svm68k.c \
416 coff-tic30.c \
81635ce4 417 coff-tic54x.c \
252b5132
RH
418 coff-tic80.c \
419 coff-u68k.c \
420 coff-we32k.c \
421 coff-w65.c \
422 coff-z8k.c \
423 cofflink.c \
4a54b465 424 dwarf1.c \
252b5132
RH
425 dwarf2.c \
426 ecoff.c \
427 ecofflink.c \
85e22c7e 428 efi-app-ia32.c \
252b5132
RH
429 elf.c \
430 elf32-arc.c \
431 elfarm-oabi.c \
432 elfarm-nabi.c \
adde6300 433 elf32-avr.c \
06c15ad7 434 elf32-cris.c \
252b5132
RH
435 elf32-d10v.c \
436 elf32-d30v.c \
437 elf32-fr30.c \
438 elf32-gen.c \
3f9b03b5 439 elf32-hppa.c \
5b93d8bb 440 elf32-i370.c \
252b5132
RH
441 elf32-i386.c \
442 elf32-i860.c \
b2ef150d 443 elf32-i960.c \
252b5132
RH
444 elf32-m32r.c \
445 elf32-m68k.c \
60bcf0fa
NC
446 elf32-m68hc11.c \
447 elf32-m68hc12.c \
252b5132
RH
448 elf32-m88k.c \
449 elf-m10200.c \
450 elf-m10300.c \
451 elf32-mcore.c \
452 elf32-mips.c \
0bcb993b 453 elf32-pj.c \
252b5132
RH
454 elf32-ppc.c \
455 elf32-sh.c \
456 elf32-sparc.c \
457 elf32-v850.c \
458 elf32.c \
459 elflink.c \
10ab5357
NC
460 epoc-pe-arm.c \
461 epoc-pei-arm.c \
252b5132
RH
462 hp300bsd.c \
463 hp300hpux.c \
464 som.c \
465 i386aout.c \
466 i386bsd.c \
467 i386dynix.c \
468 i386freebsd.c \
469 i386linux.c \
470 i386lynx.c \
471 i386msdos.c \
472 i386netbsd.c \
473 i386mach3.c \
474 i386os9k.c \
475 ieee.c \
476 m68k4knetbsd.c \
477 m68klinux.c \
478 m68klynx.c \
479 m68knetbsd.c \
480 m88kmach3.c \
481 mipsbsd.c \
482 newsos3.c \
483 nlm.c \
484 nlm32-i386.c \
485 nlm32-sparc.c \
486 nlm32-ppc.c \
487 nlm32.c \
488 ns32knetbsd.c \
489 oasys.c \
490 pc532-mach.c \
491 pe-arm.c \
492 pei-arm.c \
493 pe-i386.c \
494 pei-i386.c \
495 pe-mcore.c \
496 pei-mcore.c \
497 pe-ppc.c \
498 pei-ppc.c \
17505c5c
NC
499 pe-sh.c \
500 pei-sh.c \
501 pe-mips.c \
502 pei-mips.c \
277d1b5e 503 peigen.c \
252b5132
RH
504 ppcboot.c \
505 reloc16.c \
506 riscix.c \
507 sparclinux.c \
508 sparclynx.c \
509 sparcnetbsd.c \
510 sunos.c \
511 vaxnetbsd.c \
512 versados.c \
513 vms.c \
514 vms-gsd.c \
515 vms-hdr.c \
516 vms-misc.c \
517 vms-tir.c \
518 xcofflink.c
519
520
521# The .o files needed by all of the 64 bit vectors that are configured into
522# target_vector in targets.c if configured with --enable-targets=all
523# and --enable-64-bit-bfd.
524BFD64_BACKENDS = \
525 aout64.lo \
526 coff-alpha.lo \
14958a43 527 coff64-rs6000.lo \
252b5132 528 demo64.lo \
85e22c7e 529 efi-app-ia64.lo \
252b5132 530 elf64-alpha.lo \
d403336c 531 elf64-hppa.lo \
800eeca4 532 elf64-ia64.lo \
252b5132
RH
533 elf64-gen.lo \
534 elf64-mips.lo \
535 elf64-sparc.lo \
536 elf64.lo \
537 nlm32-alpha.lo \
538 nlm64.lo
539
540
541BFD64_BACKENDS_CFILES = \
542 aout64.c \
543 coff-alpha.c \
14958a43 544 coff64-rs6000.c \
252b5132 545 demo64.c \
85e22c7e 546 efi-app-ia64.c \
252b5132 547 elf64-alpha.c \
d403336c 548 elf64-hppa.c \
800eeca4 549 elf64-ia64.c \
252b5132
RH
550 elf64-gen.c \
551 elf64-mips.c \
552 elf64-sparc.c \
553 elf64.c \
554 nlm32-alpha.c \
555 nlm64.c
556
557
558OPTIONAL_BACKENDS = \
559 aix386-core.lo \
560 hpux-core.lo \
561 irix-core.lo \
562 lynx-core.lo \
563 osf-core.lo \
564 sco5-core.lo \
565 trad-core.lo \
566 cisco-core.lo
567
568
569OPTIONAL_BACKENDS_CFILES = \
570 aix386-core.c \
571 hpux-core.c \
572 irix-core.c \
573 lynx-core.c \
574 osf-core.c \
575 sco5-core.c \
576 trad-core.c \
577 cisco-core.c
578
579
580# These are defined by configure.in:
581WORDSIZE = @wordsize@
582ALL_BACKENDS = @all_backends@
583BFD_BACKENDS = @bfd_backends@
584BFD_MACHINES = @bfd_machines@
585TDEFAULTS = @tdefaults@
586
587INCLUDES = -D_GNU_SOURCE @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) -I$(srcdir)/../intl -I../intl
588
589# C source files that correspond to .o's.
590CFILES = \
591 $(BFD_LIBS_CFILES) \
592 $(ALL_MACHINES_CFILES) \
593 $(BFD32_BACKENDS_CFILES) \
594 $(BFD64_BACKENDS_CFILES) \
595 $(OPTIONAL_BACKENDS_CFILES)
596
597
598SOURCE_HFILES = \
3f9b03b5
AM
599 aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
600 elf-bfd.h elf-hppa.h elf32-arm.h elf32-hppa.h elf64-hppa.h \
601 elfcode.h elfcore.h elflink.h freebsd.h genlink.h go32stub.h \
edd21aca 602 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h \
3f9b03b5 603 libieee.h libnlm.h liboasys.h libpei.h netbsd.h nlm-target.h \
2c38bc20 604 nlmcode.h nlmswap.h ns32k.h peicode.h som.h vms.h xcoff-target.h
252b5132
RH
605
606
607HFILES = \
608 elf32-target.h elf64-target.h targmatch.h \
609 $(SOURCE_HFILES)
610
611
612POTFILES = $(CFILES) $(SOURCE_HFILES)
613
614# Various kinds of .o files to put in libbfd.a:
615# BFD_BACKENDS Routines the configured targets need.
616# BFD_MACHINES Architecture-specific routines the configured targets need.
617# COREFILE Core file routines for a native configuration
618OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@
619
620libbfd_la_SOURCES = $(BFD_LIBS_CFILES)
621libbfd_la_DEPENDENCIES = $(OFILES) ofiles
622libbfd_la_LIBADD = `cat ofiles` @WIN32LIBADD@
623libbfd_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
624
625# libtool will build .libs/libbfd.a. We create libbfd.a in the build
626# directory so that we don't have to convert all the programs that use
627# libbfd.a simultaneously. This is a hack which should be removed if
628# everything else starts using libtool. FIXME.
629
630noinst_LIBRARIES = libbfd.a
631libbfd_a_SOURCES =
632
633BFD_H_DEPS = $(INCDIR)/ansidecl.h
634LOCAL_H_DEPS = libbfd.h sysdep.h config.h
635
636BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
637 reloc.c syms.c bfd.c archive.c corefile.c targets.c format.c
638
639LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c cache.c reloc.c archures.c elf.c
640LIBCOFF_H_FILES = libcoff-in.h coffcode.h
641
642MOSTLYCLEANFILES = elf32-target.h elf64-target.h ofiles stamp-ofiles \
643 targmatch.h
644
645
0bdaf48b 646CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
252b5132
RH
647 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
648
649ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
650mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
651CONFIG_HEADER = config.h
652CONFIG_CLEAN_FILES = bfd-in3.h
653LIBRARIES = $(noinst_LIBRARIES)
654
655
656DEFS = @DEFS@ -I. -I$(srcdir) -I.
657CPPFLAGS = @CPPFLAGS@
658LDFLAGS = @LDFLAGS@
659LIBS = @LIBS@
660libbfd_a_LIBADD =
a2d91340 661libbfd_a_OBJECTS =
252b5132
RH
662LTLIBRARIES = $(lib_LTLIBRARIES)
663
a2d91340
AC
664libbfd_la_OBJECTS = archive.lo archures.lo bfd.lo cache.lo coffgen.lo \
665corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo section.lo \
666syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo \
667ihex.lo stabs.lo stab-syms.lo
668CFLAGS = @CFLAGS@
252b5132
RH
669COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
670LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
671CCLD = $(CC)
a2d91340
AC
672LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
673DIST_COMMON = README ./stamp-h.in COPYING ChangeLog Makefile.am \
674Makefile.in TODO acinclude.m4 aclocal.m4 bfd-in2.h config.in configure \
675configure.in
252b5132
RH
676
677
a2d91340 678DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
252b5132 679
3eb6f68f 680TAR = gtar
252b5132
RH
681GZIP_ENV = --best
682SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES)
a2d91340 683OBJECTS = $(libbfd_a_OBJECTS) $(libbfd_la_OBJECTS)
252b5132
RH
684
685all: all-redirect
686.SUFFIXES:
a2d91340 687.SUFFIXES: .S .c .lo .o .s
252b5132
RH
688$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
689 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
690
691Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
692 cd $(top_builddir) \
693 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
694
695$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
696 cd $(srcdir) && $(ACLOCAL)
697$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
698 cd $(srcdir) && $(AUTOCONF)
699
700config.h: stamp-h
701 @if test ! -f $@; then \
702 rm -f stamp-h; \
703 $(MAKE) stamp-h; \
704 else :; fi
705stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
706 cd $(top_builddir) \
707 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
708 $(SHELL) ./config.status
a2d91340
AC
709 @echo timestamp > stamp-h 2> /dev/null
710$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
252b5132 711 @if test ! -f $@; then \
a2d91340
AC
712 rm -f $(srcdir)/stamp-h.in; \
713 $(MAKE) $(srcdir)/stamp-h.in; \
252b5132 714 else :; fi
a2d91340 715$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
252b5132 716 cd $(top_srcdir) && $(AUTOHEADER)
a2d91340 717 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
252b5132
RH
718
719mostlyclean-hdr:
720
721clean-hdr:
722
723distclean-hdr:
724 -rm -f config.h
725
726maintainer-clean-hdr:
727bfd-in3.h: $(top_builddir)/config.status bfd-in2.h
728 cd $(top_builddir) && CONFIG_FILES=$@:bfd-in2.h CONFIG_HEADERS= $(SHELL) ./config.status
729
730mostlyclean-noinstLIBRARIES:
731
732clean-noinstLIBRARIES:
733 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
734
735distclean-noinstLIBRARIES:
736
737maintainer-clean-noinstLIBRARIES:
738
a2d91340
AC
739.c.o:
740 $(COMPILE) -c $<
741
742.s.o:
743 $(COMPILE) -c $<
744
745.S.o:
746 $(COMPILE) -c $<
747
252b5132
RH
748mostlyclean-compile:
749 -rm -f *.o core *.core
750
751clean-compile:
752
753distclean-compile:
754 -rm -f *.tab.c
755
756maintainer-clean-compile:
757
a2d91340
AC
758.c.lo:
759 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
760
761.s.lo:
762 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
763
764.S.lo:
765 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
766
252b5132
RH
767mostlyclean-libtool:
768 -rm -f *.lo
769
770clean-libtool:
771 -rm -rf .libs _libs
772
773distclean-libtool:
774
775maintainer-clean-libtool:
776
777mostlyclean-libLTLIBRARIES:
778
779clean-libLTLIBRARIES:
780 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
781
782distclean-libLTLIBRARIES:
783
784maintainer-clean-libLTLIBRARIES:
785
786install-libLTLIBRARIES: $(lib_LTLIBRARIES)
787 @$(NORMAL_INSTALL)
788 $(mkinstalldirs) $(DESTDIR)$(libdir)
789 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
790 if test -f $$p; then \
a2d91340
AC
791 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
792 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
252b5132
RH
793 else :; fi; \
794 done
795
796uninstall-libLTLIBRARIES:
797 @$(NORMAL_UNINSTALL)
a2d91340 798 list='$(lib_LTLIBRARIES)'; for p in $$list; do \
252b5132
RH
799 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
800 done
801
802libbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES)
803 $(LINK) -rpath $(libdir) $(libbfd_la_LDFLAGS) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
804
805# This directory's subdirectories are mostly independent; you can cd
806# into them and run `make' without going through this Makefile.
807# To change the values of `make' variables: instead of editing Makefiles,
808# (1) if the variable is set in `config.status', edit `config.status'
809# (which will cause the Makefiles to be regenerated when you run `make');
810# (2) otherwise, pass the desired values on the `make' command line.
811
a2d91340
AC
812@SET_MAKE@
813
252b5132
RH
814all-recursive install-data-recursive install-exec-recursive \
815installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
816check-recursive installcheck-recursive info-recursive dvi-recursive:
817 @set fnord $(MAKEFLAGS); amf=$$2; \
818 dot_seen=no; \
819 target=`echo $@ | sed s/-recursive//`; \
820 list='$(SUBDIRS)'; for subdir in $$list; do \
821 echo "Making $$target in $$subdir"; \
822 if test "$$subdir" = "."; then \
823 dot_seen=yes; \
824 local_target="$$target-am"; \
825 else \
826 local_target="$$target"; \
827 fi; \
828 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
829 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
830 done; \
831 if test "$$dot_seen" = "no"; then \
832 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
833 fi; test -z "$$fail"
834
835mostlyclean-recursive clean-recursive distclean-recursive \
836maintainer-clean-recursive:
837 @set fnord $(MAKEFLAGS); amf=$$2; \
838 dot_seen=no; \
839 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
840 rev="$$subdir $$rev"; \
a2d91340 841 test "$$subdir" = "." && dot_seen=yes; \
252b5132
RH
842 done; \
843 test "$$dot_seen" = "no" && rev=". $$rev"; \
844 target=`echo $@ | sed s/-recursive//`; \
845 for subdir in $$rev; do \
846 echo "Making $$target in $$subdir"; \
847 if test "$$subdir" = "."; then \
848 local_target="$$target-am"; \
849 else \
850 local_target="$$target"; \
851 fi; \
852 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
853 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
854 done && test -z "$$fail"
855tags-recursive:
856 list='$(SUBDIRS)'; for subdir in $$list; do \
857 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
858 done
859
860tags: TAGS
861
a2d91340
AC
862ID: $(HEADERS) $(SOURCES) $(LISP)
863 list='$(SOURCES) $(HEADERS)'; \
864 unique=`for i in $$list; do echo $$i; done | \
865 awk ' { files[$$0] = 1; } \
252b5132 866 END { for (i in files) print i; }'`; \
a2d91340
AC
867 here=`pwd` && cd $(srcdir) \
868 && mkid -f$$here/ID $$unique $(LISP)
252b5132 869
a2d91340 870TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
252b5132
RH
871 tags=; \
872 here=`pwd`; \
873 list='$(SUBDIRS)'; for subdir in $$list; do \
874 if test "$$subdir" = .; then :; else \
875 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
876 fi; \
877 done; \
a2d91340
AC
878 list='$(SOURCES) $(HEADERS)'; \
879 unique=`for i in $$list; do echo $$i; done | \
880 awk ' { files[$$0] = 1; } \
252b5132
RH
881 END { for (i in files) print i; }'`; \
882 test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
a2d91340 883 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
252b5132
RH
884
885mostlyclean-tags:
886
887clean-tags:
888
889distclean-tags:
890 -rm -f TAGS ID
891
892maintainer-clean-tags:
893
894distdir = $(PACKAGE)-$(VERSION)
895top_distdir = $(distdir)
896
897# This target untars the dist file and tries a VPATH configuration. Then
898# it guarantees that the distribution is self-contained by making another
899# tarfile.
900distcheck: dist
a2d91340
AC
901 -rm -rf $(distdir)
902 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
252b5132
RH
903 mkdir $(distdir)/=build
904 mkdir $(distdir)/=inst
a2d91340
AC
905 dc_install_base=`cd $(distdir)/=inst && pwd`; \
906 cd $(distdir)/=build \
252b5132
RH
907 && ../configure --srcdir=.. --prefix=$$dc_install_base \
908 && $(MAKE) $(AM_MAKEFLAGS) \
909 && $(MAKE) $(AM_MAKEFLAGS) dvi \
910 && $(MAKE) $(AM_MAKEFLAGS) check \
911 && $(MAKE) $(AM_MAKEFLAGS) install \
912 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
a2d91340
AC
913 && $(MAKE) $(AM_MAKEFLAGS) dist
914 -rm -rf $(distdir)
252b5132
RH
915 @banner="$(distdir).tar.gz is ready for distribution"; \
916 dashes=`echo "$$banner" | sed s/./=/g`; \
917 echo "$$dashes"; \
918 echo "$$banner"; \
919 echo "$$dashes"
920dist: distdir
a2d91340
AC
921 -chmod -R a+r $(distdir)
922 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
923 -rm -rf $(distdir)
252b5132 924dist-all: distdir
a2d91340
AC
925 -chmod -R a+r $(distdir)
926 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
927 -rm -rf $(distdir)
252b5132 928distdir: $(DISTFILES)
a2d91340 929 -rm -rf $(distdir)
252b5132 930 mkdir $(distdir)
a2d91340 931 -chmod 777 $(distdir)
252b5132
RH
932 @for file in $(DISTFILES); do \
933 if test -f $$file; then d=.; else d=$(srcdir); fi; \
934 if test -d $$d/$$file; then \
a2d91340 935 cp -pr $$d/$$file $(distdir)/$$file; \
252b5132
RH
936 else \
937 test -f $(distdir)/$$file \
a2d91340
AC
938 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
939 || cp -p $$d/$$file $(distdir)/$$file || :; \
252b5132
RH
940 fi; \
941 done
942 for subdir in $(SUBDIRS); do \
943 if test "$$subdir" = .; then :; else \
944 test -d $(distdir)/$$subdir \
945 || mkdir $(distdir)/$$subdir \
946 || exit 1; \
a2d91340 947 chmod 777 $(distdir)/$$subdir; \
252b5132
RH
948 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
949 || exit 1; \
950 fi; \
951 done
952info-am:
953info: info-recursive
954dvi-am:
955dvi: dvi-recursive
956check-am:
957check: check-recursive
958installcheck-am:
959installcheck: installcheck-recursive
960install-info-am:
961install-info: install-info-recursive
962all-recursive-am: config.h
963 $(MAKE) $(AM_MAKEFLAGS) all-recursive
964
965install-exec-am: install-libLTLIBRARIES
966install-exec: install-exec-recursive
967
968install-data-am: install-data-local
969install-data: install-data-recursive
970
971install-am: all-am
972 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
973install: install-recursive
974uninstall-am: uninstall-libLTLIBRARIES
975uninstall: uninstall-recursive
976all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
977all-redirect: all-recursive-am
978install-strip:
a2d91340 979 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
252b5132
RH
980installdirs: installdirs-recursive
981installdirs-am:
982 $(mkinstalldirs) $(DESTDIR)$(libdir)
983
984
985mostlyclean-generic:
986 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
987
988clean-generic:
989 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
990
991distclean-generic:
992 -rm -f Makefile $(CONFIG_CLEAN_FILES)
993 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
994
995maintainer-clean-generic:
996mostlyclean-am: mostlyclean-hdr mostlyclean-noinstLIBRARIES \
997 mostlyclean-compile mostlyclean-libtool \
998 mostlyclean-libLTLIBRARIES mostlyclean-tags \
999 mostlyclean-generic
1000
1001mostlyclean: mostlyclean-recursive
1002
1003clean-am: clean-hdr clean-noinstLIBRARIES clean-compile clean-libtool \
1004 clean-libLTLIBRARIES clean-tags clean-generic \
1005 mostlyclean-am
1006
1007clean: clean-recursive
1008
1009distclean-am: distclean-hdr distclean-noinstLIBRARIES distclean-compile \
1010 distclean-libtool distclean-libLTLIBRARIES \
1011 distclean-tags distclean-generic clean-am
1012 -rm -f libtool
1013
1014distclean: distclean-recursive
1015 -rm -f config.status
1016
1017maintainer-clean-am: maintainer-clean-hdr \
1018 maintainer-clean-noinstLIBRARIES \
1019 maintainer-clean-compile maintainer-clean-libtool \
1020 maintainer-clean-libLTLIBRARIES maintainer-clean-tags \
1021 maintainer-clean-generic distclean-am
1022 @echo "This command is intended for maintainers to use;"
1023 @echo "it deletes files that may require special tools to rebuild."
1024
1025maintainer-clean: maintainer-clean-recursive
1026 -rm -f config.status
1027
1028.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
1029mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
1030clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
1031mostlyclean-compile distclean-compile clean-compile \
1032maintainer-clean-compile mostlyclean-libtool distclean-libtool \
1033clean-libtool maintainer-clean-libtool mostlyclean-libLTLIBRARIES \
1034distclean-libLTLIBRARIES clean-libLTLIBRARIES \
1035maintainer-clean-libLTLIBRARIES uninstall-libLTLIBRARIES \
a2d91340
AC
1036install-libLTLIBRARIES install-data-recursive uninstall-data-recursive \
1037install-exec-recursive uninstall-exec-recursive installdirs-recursive \
1038uninstalldirs-recursive all-recursive check-recursive \
1039installcheck-recursive info-recursive dvi-recursive \
1040mostlyclean-recursive distclean-recursive clean-recursive \
252b5132
RH
1041maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
1042distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
1043dvi-am dvi check check-am installcheck-am installcheck install-info-am \
1044install-info all-recursive-am install-exec-am install-exec \
1045install-data-local install-data-am install-data install-am install \
a2d91340
AC
1046uninstall-am uninstall all-redirect all-am all installdirs-am \
1047installdirs mostlyclean-generic distclean-generic clean-generic \
1048maintainer-clean-generic clean mostlyclean distclean maintainer-clean
252b5132
RH
1049
1050
1051po/POTFILES.in: @MAINT@ Makefile
1052 for file in $(POTFILES); do echo $$file; done | sort > tmp \
1053 && mv tmp $(srcdir)/po/POTFILES.in
1054
1055diststuff: info
1056
1057stamp-ofiles: Makefile
1058 rm -f tofiles
1059 f=""; \
1060 for i in $(OFILES) ; do \
1061 case " $$f " in \
1062 *" $$i "*) ;; \
1063 *) f="$$f $$i" ;; \
1064 esac ; \
1065 done ; \
1066 echo $$f > tofiles
1067 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
1068 touch stamp-ofiles
1069
1070ofiles: stamp-ofiles ; @true
1071
1072stamp-lib: libbfd.la
e56f75e9
ILT
1073 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
1074 if [ -f $$libtooldir/libbfd.a ]; then \
1075 cp $$libtooldir/libbfd.a libbfd.tmp; \
252b5132
RH
1076 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
1077 else true; fi
1078 touch stamp-lib
1079
1080libbfd.a: stamp-lib ; @true
1081
1082# This file holds an array associating configuration triplets and
1083# vector names. It is built from config.bfd. It is not compiled by
1084# itself, but is included by targets.c.
1085targmatch.h: config.bfd targmatch.sed
1086 rm -f targmatch.h
1087 sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
1088 mv -f targmatch.new targmatch.h
1089
1090# When compiling archures.c and targets.c, supply the default target
1091# info from configure.
1092
1093targets.lo: targets.c config.status
1094 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
1095
1096archures.lo: archures.c config.status
1097 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
1098
1099elf32-target.h : elfxx-target.h
1100 rm -f elf32-target.h
1101 sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
1102 mv -f elf32-target.new elf32-target.h
1103
1104elf64-target.h : elfxx-target.h
1105 rm -f elf64-target.h
1106 sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
1107 mv -f elf64-target.new elf64-target.h
1108$(BFD_LIBS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
1109$(BFD_MACHINES): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
1110$(BFD_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
1111$(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
1112
1113# Install BFD include file, and others that it needs.
1114install-data-local: $(BFD_H)
1115 @$(NORMAL_INSTALL)
1116 $(mkinstalldirs) $(includedir)
1117 $(INSTALL_DATA) $(BFD_H) $(includedir)/bfd.h
1118 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(includedir)/ansidecl.h
1119 $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(includedir)/bfdlink.h
1120
74eeebea
ILT
1121# Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
1122DEP: dep.sed $(CFILES) $(HFILES) bfd.h
1123 rm -f DEP1
41b49281 1124 $(MAKE) MKDEP="$(MKDEP)" DEP1
0bdaf48b
AM
1125 sed -f dep.sed < DEP1 > DEPA
1126 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
1127 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
1581f8c9
AM
1128 echo 'make DEP failed!'; exit 1; \
1129 else \
0bdaf48b 1130 mv -f DEPA $@; \
1581f8c9 1131 fi
41b49281 1132
74eeebea 1133DEP1: $(CFILES)
74eeebea 1134 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
41b49281
AM
1135 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
1136 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
1137 mv -f DEP2 $@
252b5132
RH
1138
1139dep.sed: dep-in.sed config.status
1140 sed <$(srcdir)/dep-in.sed >dep.sed \
1141 -e 's!@BFD_H@!$(BFD_H)!' \
1142 -e 's!@INCDIR@!$(INCDIR)!' \
1143 -e 's!@SRCDIR@!$(srcdir)!'
1144
74eeebea 1145dep: DEP
252b5132 1146 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
74eeebea 1147 cat DEP >> tmp-Makefile
252b5132
RH
1148 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
1149
74eeebea 1150dep-in: DEP
252b5132 1151 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
74eeebea 1152 cat DEP >> tmp-Makefile.in
252b5132
RH
1153 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1154
74eeebea 1155dep-am: DEP
252b5132 1156 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
74eeebea 1157 cat DEP >> tmp-Makefile.am
252b5132
RH
1158 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1159
1160host-aout.lo: Makefile
1161
1162# The following program can be used to generate a simple config file
1163# which can be folded into an h-XXX file for a new host, with some editing.
1164aout-params.h: gen-aout
1165 ./gen-aout host > aout-params.h
1166gen-aout: $(srcdir)/gen-aout.c Makefile
1167 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
1168
1169$(BFD_H): stmp-bfd-h ; @true
1170
1171stmp-bfd-h: bfd-in3.h
1172 rm -f bfd-tmp.h
1173 cp bfd-in3.h bfd-tmp.h
1174 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
1175 rm -f bfd-tmp.h
1176 touch stmp-bfd-h
1177
1178# Could really use a "copy-if-change"...
1179headers:
1180 (cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
1181 cp $(docdir)/bfd.h bfd-in2.h-new
1182 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1183 cp $(docdir)/libbfd.h libbfd.h-new
1184 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1185 cp $(docdir)/libcoff.h libcoff.h-new
1186 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1187
1188# We only rebuild the header files automatically if we have been
1189# configured with --enable-maintainer-mode.
1190
1191$(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
1192stmp-bin2-h: $(BFD_H_FILES)
1193 (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
1194 cp $(docdir)/bfd.h bfd-in2.h-new
1195 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1196 touch stmp-bin2-h
1197
1198$(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1199stmp-lbfd-h: $(LIBBFD_H_FILES)
1200 (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
1201 cp $(docdir)/libbfd.h libbfd.h-new
1202 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1203 touch stmp-lbfd-h
1204
1205$(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
1206stmp-lcoff-h: $(LIBCOFF_H_FILES)
1207 (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
1208 cp $(docdir)/libcoff.h libcoff.h-new
1209 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1210 touch stmp-lcoff-h
1211
1212# We want to rerun configure if config.bfd or configure.host change.
1213config.status: $(srcdir)/configure $(srcdir)/config.bfd $(srcdir)/configure.host
1214 $(SHELL) ./config.status --recheck
1215
252b5132
RH
1216# What appears below is generated by a hacked mkdep using gcc -MM.
1217
1218# DO NOT DELETE THIS LINE -- mkdep uses it.
1219# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
2114f57b
AM
1220archive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
1221 $(INCDIR)/aout/ranlib.h
1222archures.lo: archures.c $(INCDIR)/filenames.h
1223bfd.lo: bfd.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1224 $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1225 libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h elf-bfd.h \
1226 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h
1227cache.lo: cache.c $(INCDIR)/filenames.h
1228coffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
1229 libcoff.h $(INCDIR)/bfdlink.h
1230corefile.lo: corefile.c $(INCDIR)/filenames.h
1231format.lo: format.c $(INCDIR)/filenames.h
1232init.lo: init.c $(INCDIR)/filenames.h
1233libbfd.lo: libbfd.c $(INCDIR)/filenames.h
1234opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h
1235reloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
1236section.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
1237syms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1238 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
1239targets.lo: targets.c $(INCDIR)/filenames.h $(INCDIR)/fnmatch.h \
1240 targmatch.h
1241hash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h
1242linker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1243 genlink.h
1244srec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
1245binary.lo: binary.c $(INCDIR)/filenames.h
1246tekhex.lo: tekhex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
1247ihex.lo: ihex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
1248stabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/aout/stab_gnu.h \
252b5132 1249 $(INCDIR)/aout/stab.def
252b5132
RH
1250stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
1251 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
2114f57b
AM
1252cpu-a29k.lo: cpu-a29k.c $(INCDIR)/filenames.h
1253cpu-alpha.lo: cpu-alpha.c $(INCDIR)/filenames.h
1254cpu-arc.lo: cpu-arc.c $(INCDIR)/filenames.h
1255cpu-arm.lo: cpu-arm.c $(INCDIR)/filenames.h
1256cpu-avr.lo: cpu-avr.c $(INCDIR)/filenames.h
06c15ad7 1257cpu-cris.lo: cpu-cris.c $(INCDIR)/filenames.h
2114f57b
AM
1258cpu-d10v.lo: cpu-d10v.c $(INCDIR)/filenames.h
1259cpu-d30v.lo: cpu-d30v.c $(INCDIR)/filenames.h
1260cpu-fr30.lo: cpu-fr30.c $(INCDIR)/filenames.h
1261cpu-h8300.lo: cpu-h8300.c $(INCDIR)/filenames.h
1262cpu-h8500.lo: cpu-h8500.c $(INCDIR)/filenames.h
1263cpu-hppa.lo: cpu-hppa.c $(INCDIR)/filenames.h
1264cpu-ia64.lo: cpu-ia64.c $(INCDIR)/filenames.h cpu-ia64-opc.c \
1265 $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h
1266cpu-i370.lo: cpu-i370.c $(INCDIR)/filenames.h
1267cpu-i386.lo: cpu-i386.c $(INCDIR)/filenames.h
1268cpu-i860.lo: cpu-i860.c $(INCDIR)/filenames.h
1269cpu-i960.lo: cpu-i960.c $(INCDIR)/filenames.h
1270cpu-m32r.lo: cpu-m32r.c $(INCDIR)/filenames.h
60bcf0fa
NC
1271cpu-m68hc11.lo: cpu-m68hc11.c $(INCDIR)/filenames.h
1272cpu-m68hc12.lo: cpu-m68hc12.c $(INCDIR)/filenames.h
bbeb2e03 1273cpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h
2114f57b
AM
1274cpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h
1275cpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h
1276cpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h
1277cpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h
1278cpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h
1279cpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h ns32k.h
1280cpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h
1281cpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h
1282cpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h
1283cpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h
1284cpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h
1285cpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h
1286cpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h
1287cpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h
1288cpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h
1289cpu-vax.lo: cpu-vax.c $(INCDIR)/filenames.h
1290cpu-we32k.lo: cpu-we32k.c $(INCDIR)/filenames.h
1291cpu-w65.lo: cpu-w65.c $(INCDIR)/filenames.h
1292cpu-z8k.lo: cpu-z8k.c $(INCDIR)/filenames.h
1293aout-adobe.lo: aout-adobe.c $(INCDIR)/filenames.h $(INCDIR)/aout/adobe.h \
252b5132
RH
1294 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
1295 $(INCDIR)/bfdlink.h
2114f57b
AM
1296aout-arm.lo: aout-arm.c $(INCDIR)/filenames.h libaout.h \
1297 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aoutx.h \
1298 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1299 aout-target.h
06c15ad7
HPN
1300aout-cris.lo: aout-cris.c aout32.c aoutx.h $(INCDIR)/filenames.h \
1301 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1302 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1303 aout-target.h
252b5132
RH
1304aout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
1305 ns32k.h libaout.h $(INCDIR)/bfdlink.h
1306aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
2114f57b 1307 libaout.h aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
252b5132 1308 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2114f57b
AM
1309 $(INCDIR)/aout/ar.h aout-target.h
1310aout-tic30.lo: aout-tic30.c $(INCDIR)/filenames.h libaout.h \
252b5132 1311 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
2114f57b
AM
1312 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aoutx.h
1313aout0.lo: aout0.c aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
1314 libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1315 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1316 aout-target.h
1317aout32.lo: aout32.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1318 libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
021e3cc0 1319 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2114f57b
AM
1320armnetbsd.lo: armnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1321 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1322 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1323bout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1324 genlink.h $(INCDIR)/bout.h $(INCDIR)/aout/stab_gnu.h \
1325 $(INCDIR)/aout/stab.def libaout.h
1326cf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \
1327 coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h \
1328 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1329cf-m68klynx.lo: cf-m68klynx.c coff-m68k.c $(INCDIR)/filenames.h \
1330 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/internal.h libcoff.h \
1331 $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1332cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \
1333 $(INCDIR)/coff/sparc.h $(INCDIR)/coff/internal.h libcoff.h \
1334 $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1335coff-a29k.lo: coff-a29k.c $(INCDIR)/filenames.h $(INCDIR)/coff/a29k.h \
252b5132
RH
1336 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1337 coffcode.h coffswap.h
2114f57b
AM
1338coff-apollo.lo: coff-apollo.c $(INCDIR)/filenames.h \
1339 $(INCDIR)/coff/apollo.h $(INCDIR)/coff/internal.h libcoff.h \
1340 $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1341coff-arm.lo: coff-arm.c $(INCDIR)/filenames.h $(INCDIR)/coff/arm.h \
252b5132
RH
1342 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1343 coffcode.h coffswap.h
2114f57b
AM
1344coff-aux.lo: coff-aux.c $(INCDIR)/filenames.h $(INCDIR)/coff/aux-coff.h \
1345 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h coff-m68k.c \
1346 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1347coff-h8300.lo: coff-h8300.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1348 genlink.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/internal.h \
1349 libcoff.h coffcode.h coffswap.h
1350coff-h8500.lo: coff-h8500.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1351 $(INCDIR)/coff/h8500.h $(INCDIR)/coff/internal.h libcoff.h \
1352 coffcode.h coffswap.h
1353coff-i386.lo: coff-i386.c $(INCDIR)/filenames.h $(INCDIR)/coff/i386.h \
252b5132
RH
1354 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1355 coffcode.h coffswap.h
2114f57b 1356coff-i860.lo: coff-i860.c $(INCDIR)/filenames.h $(INCDIR)/coff/i860.h \
252b5132
RH
1357 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1358 coffcode.h coffswap.h
2114f57b
AM
1359coff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/filenames.h \
1360 $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h libcoff.h \
1361 $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1362coff-i960.lo: coff-i960.c $(INCDIR)/filenames.h $(INCDIR)/coff/i960.h \
1363 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
252b5132 1364 coffcode.h coffswap.h
2114f57b
AM
1365coff-m68k.lo: coff-m68k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m68k.h \
1366 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
252b5132 1367 coffcode.h coffswap.h
2114f57b 1368coff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m88k.h \
252b5132
RH
1369 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1370 coffcode.h coffswap.h
2114f57b
AM
1371coff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1372 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1373 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h libcoff.h \
1374 libecoff.h coffswap.h ecoffswap.h
1375coff-pmac.lo: coff-pmac.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
252b5132 1376 $(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \
2c38bc20 1377 xcoff-target.h coffcode.h coffswap.h
2114f57b
AM
1378coff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \
1379 $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h libcoff.h \
1380 $(INCDIR)/bfdlink.h xcoff-target.h coffcode.h coffswap.h
1381coff-sh.lo: coff-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1382 $(INCDIR)/coff/sh.h $(INCDIR)/coff/internal.h libcoff.h \
1383 coffcode.h coffswap.h
1384coff-sparc.lo: coff-sparc.c $(INCDIR)/filenames.h $(INCDIR)/coff/sparc.h \
252b5132
RH
1385 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1386 coffcode.h coffswap.h
2114f57b
AM
1387coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/filenames.h \
1388 $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/go32exe.h \
252b5132
RH
1389 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h \
1390 go32stub.h
2114f57b
AM
1391coff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/filenames.h \
1392 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/internal.h libcoff.h \
1393 $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1394coff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1395 $(INCDIR)/coff/tic30.h $(INCDIR)/coff/internal.h libcoff.h \
252b5132 1396 coffcode.h coffswap.h
2114f57b
AM
1397coff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \
1398 $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
252b5132 1399 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
2114f57b
AM
1400coff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h $(INCDIR)/filenames.h \
1401 $(INCDIR)/coff/tic80.h $(INCDIR)/coff/internal.h libcoff.h \
7df5277a 1402 coffcode.h coffswap.h
2114f57b
AM
1403coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/filenames.h \
1404 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/internal.h libcoff.h \
1405 $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1406coff-we32k.lo: coff-we32k.c $(INCDIR)/filenames.h $(INCDIR)/coff/we32k.h \
252b5132
RH
1407 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1408 coffcode.h coffswap.h
2114f57b
AM
1409coff-w65.lo: coff-w65.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1410 $(INCDIR)/coff/w65.h $(INCDIR)/coff/internal.h libcoff.h \
252b5132 1411 coffcode.h coffswap.h
2114f57b
AM
1412coff-z8k.lo: coff-z8k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1413 $(INCDIR)/coff/z8k.h $(INCDIR)/coff/internal.h libcoff.h \
1414 coffcode.h coffswap.h
1415cofflink.lo: cofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1416 $(INCDIR)/coff/internal.h libcoff.h
1417dwarf1.lo: dwarf1.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
7df5277a 1418 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2114f57b
AM
1419 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf.h
1420dwarf2.lo: dwarf2.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1421 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1422 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
1423ecoff.lo: ecoff.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1424 $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h $(INCDIR)/aout/stab_gnu.h \
1425 $(INCDIR)/aout/stab.def libaout.h $(INCDIR)/aout/aout64.h \
1426 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1427 $(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
1428ecofflink.lo: ecofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1429 $(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1430 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1431 $(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
1432efi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \
1433 coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h \
1434 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1435 peicode.h libpei.h
1436elf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
252b5132 1437 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2114f57b
AM
1438 $(INCDIR)/elf/external.h
1439elf32-arc.lo: elf32-arc.c $(INCDIR)/filenames.h elf-bfd.h \
1440 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1441 $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
252b5132 1442 elf32-target.h
2114f57b
AM
1443elfarm-oabi.lo: elfarm-oabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
1444 $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
252b5132 1445 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2114f57b
AM
1446 elf32-arm.h elf32-target.h
1447elfarm-nabi.lo: elfarm-nabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
1448 $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
252b5132 1449 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2114f57b
AM
1450 elf32-arm.h elf32-target.h
1451elf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h elf-bfd.h \
1452 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1453 $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h $(INCDIR)/elf/reloc-macros.h \
252b5132 1454 elf32-target.h
06c15ad7
HPN
1455elf32-cris.lo: elf32-cris.c $(INCDIR)/filenames.h elf-bfd.h \
1456 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1457 $(INCDIR)/bfdlink.h $(INCDIR)/elf/cris.h $(INCDIR)/elf/reloc-macros.h \
1458 elf32-target.h
2114f57b
AM
1459elf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h elf-bfd.h \
1460 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1b452ec6
AM
1461 $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h $(INCDIR)/elf/reloc-macros.h \
1462 elf32-target.h
2114f57b
AM
1463elf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h elf-bfd.h \
1464 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1b452ec6
AM
1465 $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h $(INCDIR)/elf/reloc-macros.h \
1466 elf32-target.h
2114f57b
AM
1467elf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h elf-bfd.h \
1468 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1469 $(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h $(INCDIR)/elf/reloc-macros.h \
252b5132 1470 elf32-target.h
2114f57b 1471elf32-gen.lo: elf32-gen.c $(INCDIR)/filenames.h elf-bfd.h \
41b49281 1472 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2114f57b
AM
1473 $(INCDIR)/bfdlink.h elf32-target.h
1474elf32-hppa.lo: elf32-hppa.c $(INCDIR)/filenames.h elf-bfd.h \
252b5132 1475 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2114f57b 1476 $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
edd21aca 1477 libhppa.h elf32-hppa.h elf-hppa.h elf32-target.h
2114f57b
AM
1478elf32-i370.lo: elf32-i370.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1479 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1480 $(INCDIR)/elf/external.h $(INCDIR)/elf/i370.h elf32-target.h
1481elf32-i386.lo: elf32-i386.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1482 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1483 $(INCDIR)/elf/external.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h \
252b5132 1484 elf32-target.h
2114f57b 1485elf32-i860.lo: elf32-i860.c $(INCDIR)/filenames.h elf-bfd.h \
252b5132 1486 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2114f57b
AM
1487 $(INCDIR)/bfdlink.h elf32-target.h
1488elf32-i960.lo: elf32-i960.c $(INCDIR)/filenames.h elf-bfd.h \
1489 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1490 $(INCDIR)/bfdlink.h $(INCDIR)/elf/i960.h $(INCDIR)/elf/reloc-macros.h \
252b5132 1491 elf32-target.h
2114f57b
AM
1492elf32-m32r.lo: elf32-m32r.c $(INCDIR)/filenames.h elf-bfd.h \
1493 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1494 $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32r.h $(INCDIR)/elf/reloc-macros.h \
252b5132 1495 elf32-target.h
2114f57b
AM
1496elf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1497 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1498 $(INCDIR)/elf/external.h $(INCDIR)/elf/m68k.h $(INCDIR)/elf/reloc-macros.h \
252b5132 1499 elf32-target.h
bbeb2e03
L
1500elf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \
1501 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1502 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m68hc11.h \
1503 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1504elf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \
1505 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1506 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m68hc11.h \
1507 $(INCDIR)/elf/reloc-macros.h elf32-target.h
2114f57b
AM
1508elf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h elf-bfd.h \
1509 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1510 $(INCDIR)/bfdlink.h elf32-target.h
1511elf-m10200.lo: elf-m10200.c $(INCDIR)/filenames.h elf-bfd.h \
1512 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1513 $(INCDIR)/bfdlink.h elf32-target.h
1514elf-m10300.lo: elf-m10300.c $(INCDIR)/filenames.h elf-bfd.h \
252b5132 1515 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2114f57b 1516 $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h $(INCDIR)/elf/reloc-macros.h \
252b5132 1517 elf32-target.h
2114f57b
AM
1518elf32-mcore.lo: elf32-mcore.c $(INCDIR)/filenames.h \
1519 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1520 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/mcore.h \
1521 $(INCDIR)/elf/reloc-macros.h elf32-target.h
1522elf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1523 genlink.h elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
252b5132
RH
1524 $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
1525 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
1526 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h ecoffswap.h \
1527 elf32-target.h
2114f57b
AM
1528elf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1529 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1530 $(INCDIR)/elf/external.h $(INCDIR)/elf/pj.h $(INCDIR)/elf/reloc-macros.h \
252b5132 1531 elf32-target.h
2114f57b
AM
1532elf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1533 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1534 $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
1535 elf32-target.h
1536elf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1537 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1538 $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
1539 elf32-target.h
1540elf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \
1541 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1542 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sparc.h \
1543 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \
1544 elf32-target.h
1545elf32-v850.lo: elf32-v850.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1546 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1547 $(INCDIR)/elf/external.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h \
1548 elf32-target.h
1549elf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1550 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1551 $(INCDIR)/elf/external.h elfcore.h elflink.h
1552elflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1553 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1554 $(INCDIR)/elf/external.h
1555epoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c $(INCDIR)/filenames.h \
1556 coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/internal.h \
1557 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1558 peicode.h libpei.h
1559epoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c $(INCDIR)/filenames.h \
1560 coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/internal.h \
1561 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1562 peicode.h libpei.h
1563hp300bsd.lo: hp300bsd.c $(INCDIR)/filenames.h libaout.h \
1564 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1565 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
252b5132 1566hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
2114f57b
AM
1567 aoutx.h $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h libaout.h \
1568 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1569 $(INCDIR)/aout/ar.h aout-target.h
1570som.lo: som.c $(INCDIR)/filenames.h
1571i386aout.lo: i386aout.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1572 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
252b5132 1573 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2114f57b
AM
1574i386bsd.lo: i386bsd.c $(INCDIR)/filenames.h libaout.h \
1575 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1576 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
252b5132 1577i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
2114f57b
AM
1578 $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h libaout.h \
1579 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1580 $(INCDIR)/aout/ar.h aout-target.h
1581i386freebsd.lo: i386freebsd.c freebsd.h $(INCDIR)/filenames.h \
1582 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1583 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1584i386linux.lo: i386linux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
252b5132 1585 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
2114f57b
AM
1586 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1587i386lynx.lo: i386lynx.c $(INCDIR)/filenames.h libaout.h \
1588 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1589 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1590i386msdos.lo: i386msdos.c $(INCDIR)/filenames.h libaout.h \
1591 $(INCDIR)/bfdlink.h
1592i386netbsd.lo: i386netbsd.c netbsd.h $(INCDIR)/filenames.h \
1593 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1594 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1595i386mach3.lo: i386mach3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1596 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1597 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1598i386os9k.lo: i386os9k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1599 libaout.h $(INCDIR)/os9k.h
1600ieee.lo: ieee.c $(INCDIR)/filenames.h $(INCDIR)/ieee.h \
1601 libieee.h
1602m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1603 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1604 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1605m68klinux.lo: m68klinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1606 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1607 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1608m68klynx.lo: m68klynx.c $(INCDIR)/filenames.h libaout.h \
1609 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1610 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1611m68knetbsd.lo: m68knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1612 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1613 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1614m88kmach3.lo: m88kmach3.c $(INCDIR)/filenames.h libaout.h \
252b5132
RH
1615 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1616 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2114f57b
AM
1617mipsbsd.lo: mipsbsd.c $(INCDIR)/filenames.h libaout.h \
1618 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1619 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1620newsos3.lo: newsos3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1621 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1622 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1623nlm.lo: nlm.c $(INCDIR)/filenames.h libnlm.h $(INCDIR)/nlm/common.h \
1624 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1625nlm32-i386.lo: nlm32-i386.c $(INCDIR)/filenames.h $(INCDIR)/nlm/i386-ext.h \
252b5132
RH
1626 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1627 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
2114f57b
AM
1628nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/filenames.h \
1629 $(INCDIR)/nlm/sparc32-ext.h libnlm.h $(INCDIR)/nlm/common.h \
1630 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
1631 nlm-target.h
1632nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/nlm/ppc-ext.h \
252b5132
RH
1633 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
1634 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
2114f57b
AM
1635nlm32.lo: nlm32.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
1636 $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1637ns32knetbsd.lo: ns32knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1638 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1639 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1640oasys.lo: oasys.c $(INCDIR)/filenames.h $(INCDIR)/oasys.h \
1641 liboasys.h
1642pc532-mach.lo: pc532-mach.c $(INCDIR)/filenames.h libaout.h \
1643 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1644 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1645pe-arm.lo: pe-arm.c $(INCDIR)/filenames.h coff-arm.c \
1646 $(INCDIR)/coff/arm.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h \
1647 libcoff.h $(INCDIR)/bfdlink.h coffcode.h peicode.h \
1648 libpei.h
1649pei-arm.lo: pei-arm.c $(INCDIR)/filenames.h coff-arm.c \
1650 $(INCDIR)/coff/arm.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h \
1651 libcoff.h $(INCDIR)/bfdlink.h coffcode.h peicode.h \
1652 libpei.h
1653pe-i386.lo: pe-i386.c $(INCDIR)/filenames.h coff-i386.c \
1654 $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h \
1655 libcoff.h $(INCDIR)/bfdlink.h coffcode.h peicode.h \
1656 libpei.h
1657pei-i386.lo: pei-i386.c $(INCDIR)/filenames.h coff-i386.c \
1658 $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h \
1659 libcoff.h $(INCDIR)/bfdlink.h coffcode.h peicode.h \
1660 libpei.h
1661pe-mcore.lo: pe-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
1662 $(INCDIR)/coff/mcore.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h \
1663 libcoff.h $(INCDIR)/bfdlink.h coffcode.h peicode.h \
1664 libpei.h
1665pei-mcore.lo: pei-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
1666 $(INCDIR)/coff/mcore.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h \
1667 libcoff.h $(INCDIR)/bfdlink.h coffcode.h peicode.h \
1668 libpei.h
1669pe-ppc.lo: pe-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
1670 $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/internal.h \
41b49281
AM
1671 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1672 peicode.h libpei.h
2114f57b
AM
1673pei-ppc.lo: pei-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
1674 $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/internal.h \
1675 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1676 peicode.h libpei.h
1677pe-sh.lo: pe-sh.c $(INCDIR)/filenames.h coff-sh.c $(INCDIR)/bfdlink.h \
1678 $(INCDIR)/coff/sh.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h \
1679 libcoff.h coffcode.h peicode.h libpei.h
1680pei-sh.lo: pei-sh.c $(INCDIR)/filenames.h coff-sh.c \
1681 $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/internal.h \
1682 $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
1683 libpei.h
1684pe-mips.lo: pe-mips.c $(INCDIR)/filenames.h $(INCDIR)/coff/mipspe.h \
41b49281
AM
1685 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1686 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2114f57b
AM
1687pei-mips.lo: pei-mips.c $(INCDIR)/filenames.h pe-mips.c \
1688 $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h \
1689 libcoff.h $(INCDIR)/bfdlink.h coffcode.h peicode.h \
1690 libpei.h
1691peigen.lo: peigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
1692 $(INCDIR)/coff/i386.h $(INCDIR)/coff/pe.h libcoff.h \
1693 $(INCDIR)/bfdlink.h libpei.h
1694ppcboot.lo: ppcboot.c $(INCDIR)/filenames.h
1695reloc16.lo: reloc16.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1696 genlink.h $(INCDIR)/coff/internal.h libcoff.h
1697riscix.lo: riscix.c $(INCDIR)/filenames.h libaout.h \
1698 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1699 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1700sparclinux.lo: sparclinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
252b5132
RH
1701 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1702 libaout.h $(INCDIR)/bfdlink.h aout-target.h
2114f57b 1703sparclynx.lo: sparclynx.c $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
252b5132
RH
1704 libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1705 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1706 aout-target.h
2114f57b
AM
1707sparcnetbsd.lo: sparcnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1708 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1709 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1710sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
1711 $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h \
1712 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1713 aout-target.h
1714vaxnetbsd.lo: vaxnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1715 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1716 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1717versados.lo: versados.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
1718vms.lo: vms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1719 vms.h
1720vms-gsd.lo: vms-gsd.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1721 vms.h
1722vms-hdr.lo: vms-hdr.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1723 vms.h
1724vms-misc.lo: vms-misc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1725 vms.h
1726vms-tir.lo: vms-tir.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1727 vms.h
1728xcofflink.lo: xcofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1729 $(INCDIR)/coff/internal.h libcoff.h
1730aout64.lo: aout64.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1731 libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1732 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1733coff-alpha.lo: coff-alpha.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
252b5132
RH
1734 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1735 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h \
2114f57b
AM
1736 libcoff.h libecoff.h coffswap.h ecoffswap.h
1737coff64-rs6000.lo: coff64-rs6000.c $(INCDIR)/filenames.h \
1738 $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6k64.h libcoff.h \
1739 $(INCDIR)/bfdlink.h xcoff-target.h coffcode.h coffswap.h
1740demo64.lo: demo64.c aoutf1.h $(INCDIR)/filenames.h \
1741 $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
1742 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1743 $(INCDIR)/aout/ar.h aout-target.h
1744efi-app-ia64.lo: efi-app-ia64.c $(INCDIR)/filenames.h \
1745 coff-ia64.c $(INCDIR)/coff/ia64.h $(INCDIR)/coff/internal.h \
1746 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1747 peicode.h libpei.h
1748elf64-alpha.lo: elf64-alpha.c $(INCDIR)/filenames.h \
1749 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1750 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/alpha.h \
1751 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \
1752 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
1753 $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
1754 libecoff.h ecoffswap.h elf64-target.h
1755elf64-hppa.lo: elf64-hppa.c $(INCDIR)/filenames.h elf-bfd.h \
1756 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1757 $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
1758 libhppa.h elf64-hppa.h elf-hppa.h elf64-target.h
1759elf64-ia64.lo: elf64-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
1760 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1761 $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
1762 $(INCDIR)/elf/reloc-macros.h elf64-target.h
1763elf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h elf-bfd.h \
1764 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1765 $(INCDIR)/bfdlink.h elf64-target.h
1766elf64-mips.lo: elf64-mips.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
1767 $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1768 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h \
1769 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1770 $(INCDIR)/coff/internal.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h \
1771 ecoffswap.h elf64-target.h
1772elf64-sparc.lo: elf64-sparc.c $(INCDIR)/filenames.h \
1773 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1774 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/sparc.h \
252b5132
RH
1775 $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
1776 elf64-target.h
2114f57b
AM
1777elf64.lo: elf64.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1778 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1779 $(INCDIR)/elf/external.h elfcore.h elflink.h
1780nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/filenames.h \
1781 $(INCDIR)/nlm/alpha-ext.h libnlm.h $(INCDIR)/nlm/common.h \
1782 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
1783 nlm-target.h
1784nlm64.lo: nlm64.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
1785 $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1786aix386-core.lo: aix386-core.c $(INCDIR)/filenames.h \
1787 $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h libcoff.h \
1788 $(INCDIR)/bfdlink.h
1789hpux-core.lo: hpux-core.c $(INCDIR)/filenames.h
1790irix-core.lo: irix-core.c $(INCDIR)/filenames.h
1791lynx-core.lo: lynx-core.c $(INCDIR)/filenames.h
1792osf-core.lo: osf-core.c $(INCDIR)/filenames.h
1793sco5-core.lo: sco5-core.c $(INCDIR)/filenames.h libaout.h \
1794 $(INCDIR)/bfdlink.h
1795trad-core.lo: trad-core.c $(INCDIR)/filenames.h libaout.h \
1796 $(INCDIR)/bfdlink.h
1797cisco-core.lo: cisco-core.c $(INCDIR)/filenames.h
252b5132
RH
1798# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
1799
1800# Tell versions [3.59,3.63) of GNU make to not export all variables.
1801# Otherwise a system limit (for SysV at least) may be exceeded.
1802.NOEXPORT:
This page took 0.1288 seconds and 4 git commands to generate.