Add support for sh-symbian-elf target
[deliverable/binutils-gdb.git] / bfd / Makefile.in
CommitLineData
0949843d 1# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
252b5132 2
6a0735ef 3# Copyright (C) 1994, 1995-8, 1999, 2001 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@
ec317fb1 71BFD_HOST_LONG_LONG = @BFD_HOST_LONG_LONG@
252b5132
RH
72BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
73CATALOGS = @CATALOGS@
74CATOBJEXT = @CATOBJEXT@
75CC = @CC@
76CC_FOR_BUILD = @CC_FOR_BUILD@
77COREFILE = @COREFILE@
78COREFLAG = @COREFLAG@
7a6cc5fb
NC
79CXX = @CXX@
80CXXCPP = @CXXCPP@
252b5132
RH
81DATADIRNAME = @DATADIRNAME@
82DLLTOOL = @DLLTOOL@
83EXEEXT = @EXEEXT@
84EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
0752970e
NC
85GCJ = @GCJ@
86GCJFLAGS = @GCJFLAGS@
252b5132
RH
87GMOFILES = @GMOFILES@
88GMSGFMT = @GMSGFMT@
89GT_NO = @GT_NO@
90GT_YES = @GT_YES@
91HDEFINES = @HDEFINES@
92INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
93INSTOBJEXT = @INSTOBJEXT@
94INTLDEPS = @INTLDEPS@
95INTLLIBS = @INTLLIBS@
96INTLOBJS = @INTLOBJS@
252b5132
RH
97LIBTOOL = @LIBTOOL@
98LN_S = @LN_S@
99MAINT = @MAINT@
100MAKEINFO = @MAKEINFO@
101MKINSTALLDIRS = @MKINSTALLDIRS@
102MSGFMT = @MSGFMT@
a74801ba 103OBJDUMP = @OBJDUMP@
7a6cc5fb 104OBJEXT = @OBJEXT@
252b5132
RH
105PACKAGE = @PACKAGE@
106POFILES = @POFILES@
107POSUB = @POSUB@
108RANLIB = @RANLIB@
7a6cc5fb 109STRIP = @STRIP@
252b5132
RH
110TDEFINES = @TDEFINES@
111USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
112USE_NLS = @USE_NLS@
113VERSION = @VERSION@
114WIN32LDFLAGS = @WIN32LDFLAGS@
115WIN32LIBADD = @WIN32LIBADD@
116all_backends = @all_backends@
117bfd_backends = @bfd_backends@
5bd4f169 118bfd_default_target_size = @bfd_default_target_size@
05864e2a 119bfd_file_ptr = @bfd_file_ptr@
2858ef35 120bfd_libs = @bfd_libs@
252b5132 121bfd_machines = @bfd_machines@
05864e2a 122bfd_ufile_ptr = @bfd_ufile_ptr@
252b5132
RH
123l = @l@
124tdefaults = @tdefaults@
125wordsize = @wordsize@
126
127AUTOMAKE_OPTIONS = cygnus
128
bc286f95
BE
129# Uncomment the following line when doing a release.
130# RELEASE=y
131
252b5132
RH
132INCDIR = $(srcdir)/../include
133CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
41b49281 134MKDEP = gcc -MM
252b5132
RH
135
136SUBDIRS = doc po
137
138docdir = doc
a703a6ea
AM
139bfdlibdir = @bfdlibdir@
140bfdincludedir = @bfdincludedir@
252b5132 141
a703a6ea 142bfdlib_LTLIBRARIES = libbfd.la
252b5132 143
a2d91340
AC
144WARN_CFLAGS = @WARN_CFLAGS@
145AM_CFLAGS = $(WARN_CFLAGS)
146
252b5132
RH
147# bfd.h goes here, for now
148BFD_H = bfd.h
149
150# Jim Kingdon notes:
151# Writing S-records should be included in all (or at least most)
152# *-*-coff, *-*-aout, etc., configurations, because people will want to
153# be able to use objcopy to create S-records. (S-records are not useful
154# for the debugger, so if you are downloading things as S-records you
155# need two copies of the executable, one to download and one for the
156# debugger).
c6f8758f
NC
157BFD32_LIBS = \
158 archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
159 cache.lo coffgen.lo corefile.lo \
160 format.lo init.lo libbfd.lo opncls.lo reloc.lo \
161 section.lo syms.lo targets.lo hash.lo linker.lo \
162 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
163 merge.lo dwarf2.lo simple.lo
252b5132
RH
164
165
2858ef35
HPN
166BFD64_LIBS = archive64.lo
167
c6f8758f
NC
168BFD32_LIBS_CFILES = \
169 archive.c archures.c bfd.c bfdio.c bfdwin.c \
170 cache.c coffgen.c corefile.c \
171 format.c init.c libbfd.c opncls.c reloc.c \
172 section.c syms.c targets.c hash.c linker.c \
173 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
174 merge.c dwarf2.c simple.c
252b5132
RH
175
176
2858ef35
HPN
177BFD64_LIBS_CFILES = archive64.c
178
252b5132
RH
179# This list is alphabetized to make it easier to keep in sync
180# with the decls and initializer in archures.c.
c6f8758f
NC
181ALL_MACHINES = \
182 cpu-a29k.lo \
183 cpu-alpha.lo \
184 cpu-arc.lo \
185 cpu-arm.lo \
186 cpu-avr.lo \
187 cpu-cr16c.lo \
188 cpu-cris.lo \
189 cpu-d10v.lo \
190 cpu-d30v.lo \
191 cpu-dlx.lo \
192 cpu-fr30.lo \
193 cpu-frv.lo \
194 cpu-h8300.lo \
195 cpu-h8500.lo \
196 cpu-hppa.lo \
197 cpu-ia64.lo \
198 cpu-i370.lo \
199 cpu-i386.lo \
200 cpu-i860.lo \
201 cpu-i960.lo \
202 cpu-ip2k.lo \
203 cpu-iq2000.lo \
204 cpu-m32r.lo \
205 cpu-m68hc11.lo \
206 cpu-m68hc12.lo \
207 cpu-m68k.lo \
208 cpu-m88k.lo \
209 cpu-m10200.lo \
210 cpu-m10300.lo \
211 cpu-mcore.lo \
212 cpu-mips.lo \
213 cpu-mmix.lo \
214 cpu-msp430.lo \
215 cpu-or32.lo \
216 cpu-ns32k.lo \
217 cpu-openrisc.lo \
218 cpu-pdp11.lo \
219 cpu-pj.lo \
220 cpu-powerpc.lo \
221 cpu-rs6000.lo \
222 cpu-s390.lo \
223 cpu-sh.lo \
224 cpu-sparc.lo \
225 cpu-tic30.lo \
226 cpu-tic4x.lo \
227 cpu-tic54x.lo \
228 cpu-tic80.lo \
229 cpu-v850.lo \
230 cpu-vax.lo \
231 cpu-we32k.lo \
232 cpu-w65.lo \
233 cpu-xstormy16.lo \
234 cpu-xtensa.lo \
235 cpu-z8k.lo
236
237
238ALL_MACHINES_CFILES = \
239 cpu-a29k.c \
240 cpu-alpha.c \
241 cpu-arc.c \
242 cpu-arm.c \
243 cpu-avr.c \
244 cpu-cris.c \
245 cpu-cr16c.c \
246 cpu-d10v.c \
247 cpu-d30v.c \
248 cpu-dlx.c \
249 cpu-fr30.c \
250 cpu-frv.c \
251 cpu-h8300.c \
252 cpu-h8500.c \
253 cpu-hppa.c \
254 cpu-ia64.c \
255 cpu-i370.c \
256 cpu-i386.c \
257 cpu-i860.c \
258 cpu-i960.c \
259 cpu-ip2k.c \
260 cpu-iq2000.c \
261 cpu-m32r.c \
262 cpu-m68hc11.c \
263 cpu-m68hc12.c \
264 cpu-m68k.c \
265 cpu-m88k.c \
266 cpu-m10200.c \
267 cpu-m10300.c \
268 cpu-mcore.c \
269 cpu-mips.c \
270 cpu-mmix.c \
271 cpu-msp430.c \
272 cpu-or32.c \
273 cpu-ns32k.c \
274 cpu-openrisc.c \
275 cpu-pdp11.c \
276 cpu-pj.c \
277 cpu-powerpc.c \
278 cpu-rs6000.c \
279 cpu-s390.c \
280 cpu-sh.c \
281 cpu-sparc.c \
282 cpu-tic30.c \
283 cpu-tic4x.c \
284 cpu-tic54x.c \
285 cpu-tic80.c \
286 cpu-v850.c \
287 cpu-vax.c \
288 cpu-we32k.c \
289 cpu-w65.c \
290 cpu-xstormy16.c \
291 cpu-xtensa.c \
292 cpu-z8k.c
252b5132
RH
293
294
295# The .o files needed by all of the 32 bit vectors that are configured into
296# target_vector in targets.c if configured with --enable-targets=all.
c6f8758f
NC
297BFD32_BACKENDS = \
298 aout-adobe.lo \
299 aout-arm.lo \
300 aout-cris.lo \
301 aout-ns32k.lo \
302 aout-sparcle.lo \
303 aout-tic30.lo \
304 aout0.lo \
305 aout32.lo \
306 armnetbsd.lo \
307 bout.lo \
308 cf-i386lynx.lo \
309 cf-m68klynx.lo \
310 cf-sparclynx.lo \
311 coff-a29k.lo \
312 coff-apollo.lo \
313 coff-arm.lo \
314 coff-aux.lo \
315 coff-h8300.lo \
316 coff-h8500.lo \
317 coff-i386.lo \
318 coff-go32.lo \
319 coff-i860.lo \
320 coff-i960.lo \
321 coff-m68k.lo \
322 coff-m88k.lo \
323 coff-mips.lo \
324 coff-or32.lo \
325 coff-rs6000.lo \
326 coff-sh.lo \
327 coff-sparc.lo \
328 coff-stgo32.lo \
329 coff-svm68k.lo \
330 coff-tic30.lo \
331 coff-tic4x.lo \
332 coff-tic54x.lo \
333 coff-tic80.lo \
334 coff-u68k.lo \
335 coff-we32k.lo \
336 coff-w65.lo \
337 coff-z8k.lo \
338 cofflink.lo \
339 dwarf1.lo \
340 ecoff.lo \
341 ecofflink.lo \
342 efi-app-ia32.lo \
343 elf.lo \
344 elf32-am33lin.lo \
345 elf32-arc.lo \
346 elfarm-oabi.lo \
347 elfarm-nabi.lo \
348 elf32-avr.lo \
349 elf32-cr16c.lo \
350 elf32-cris.lo \
351 elf32-d10v.lo \
352 elf32-d30v.lo \
353 elf32-dlx.lo \
354 elf32-fr30.lo \
355 elf32-frv.lo \
356 elf32-gen.lo \
357 elf32-h8300.lo \
358 elf32-hppa.lo \
359 elf32-i370.lo \
360 elf32-i386.lo \
361 elf32-i860.lo \
362 elf32-i960.lo \
363 elf32-ia64.lo \
364 elf32-ip2k.lo \
365 elf32-iq2000.lo \
366 elf32-m32r.lo \
367 elf32-m68hc11.lo \
368 elf32-m68hc12.lo \
369 elf32-m68hc1x.lo \
370 elf32-m68k.lo \
371 elf32-m88k.lo \
372 elf-m10200.lo \
373 elf-m10300.lo \
374 elf32-mcore.lo \
375 elfxx-mips.lo \
376 elf32-mips.lo \
377 elf32-msp430.lo \
378 elf32-openrisc.lo \
379 elf32-or32.lo \
380 elf32-pj.lo \
381 elf32-ppc.lo \
382 elf32-s390.lo \
383 elf32-sh.lo \
85fbca6a 384 elf32-sh-symbian.lo \
c6f8758f
NC
385 elf32-sh64.lo \
386 elf32-sh64-com.lo \
387 elf32-sparc.lo \
388 elf32-v850.lo \
389 elf32-vax.lo \
390 elf32-xstormy16.lo \
391 elf32-xtensa.lo \
392 elf32.lo \
393 elflink.lo \
394 elf-strtab.lo \
395 elf-eh-frame.lo \
396 epoc-pe-arm.lo \
397 epoc-pei-arm.lo \
398 hp300bsd.lo \
399 hp300hpux.lo \
400 som.lo \
401 i386aout.lo \
402 i386bsd.lo \
403 i386dynix.lo \
404 i386freebsd.lo \
405 i386linux.lo \
406 i386lynx.lo \
407 i386msdos.lo \
408 i386netbsd.lo \
409 i386mach3.lo \
410 i386os9k.lo \
411 ieee.lo \
412 m68k4knetbsd.lo \
413 m68klinux.lo \
414 m68klynx.lo \
415 m68knetbsd.lo \
416 m88kmach3.lo \
417 m88kopenbsd.lo \
418 mach-o.lo \
419 mipsbsd.lo \
420 newsos3.lo \
421 nlm.lo \
422 nlm32-i386.lo \
423 nlm32-sparc.lo \
424 nlm32-ppc.lo \
425 nlm32.lo \
426 ns32knetbsd.lo \
427 oasys.lo \
428 pc532-mach.lo \
429 pdp11.lo \
430 pef.lo \
431 pe-arm.lo \
432 pei-arm.lo \
433 pe-i386.lo \
434 pei-i386.lo \
435 pe-mcore.lo \
436 pei-mcore.lo \
437 pe-ppc.lo \
438 pei-ppc.lo \
439 pe-sh.lo \
440 pei-sh.lo \
441 pe-mips.lo \
442 pei-mips.lo \
443 peigen.lo \
444 ppcboot.lo \
445 reloc16.lo \
446 riscix.lo \
447 sparclinux.lo \
448 sparclynx.lo \
449 sparcnetbsd.lo \
450 sunos.lo \
451 vaxnetbsd.lo \
452 vax1knetbsd.lo \
453 vaxbsd.lo \
454 versados.lo \
455 vms.lo \
456 vms-gsd.lo \
457 vms-hdr.lo \
458 vms-misc.lo \
459 vms-tir.lo \
460 xcofflink.lo \
461 xsym.lo \
462 xtensa-isa.lo \
463 xtensa-modules.lo
464
465
466BFD32_BACKENDS_CFILES = \
467 aout-adobe.c \
468 aout-arm.c \
469 aout-cris.c \
470 aout-ns32k.c \
471 aout-sparcle.c \
472 aout-tic30.c \
473 aout0.c \
474 aout32.c \
475 armnetbsd.c \
476 bout.c \
477 cf-i386lynx.c \
478 cf-m68klynx.c \
479 cf-sparclynx.c \
480 coff-a29k.c \
481 coff-apollo.c \
482 coff-arm.c \
483 coff-aux.c \
484 coff-h8300.c \
485 coff-h8500.c \
486 coff-i386.c \
487 coff-i860.c \
488 coff-go32.c \
489 coff-i960.c \
490 coff-m68k.c \
491 coff-m88k.c \
492 coff-mips.c \
493 coff-or32.c \
494 coff-rs6000.c \
495 coff-sh.c \
496 coff-sparc.c \
497 coff-stgo32.c \
498 coff-svm68k.c \
499 coff-tic30.c \
500 coff-tic4x.c \
501 coff-tic54x.c \
502 coff-tic80.c \
503 coff-u68k.c \
504 coff-we32k.c \
505 coff-w65.c \
506 coff-z8k.c \
507 cofflink.c \
508 dwarf1.c \
509 ecoff.c \
510 ecofflink.c \
511 efi-app-ia32.c \
512 elf.c \
513 elf32-am33lin.c \
514 elf32-arc.c \
515 elfarm-oabi.c \
516 elfarm-nabi.c \
517 elf32-avr.c \
518 elf32-cr16c.c \
519 elf32-cris.c \
520 elf32-d10v.c \
521 elf32-d30v.c \
522 elf32-dlx.c \
523 elf32-fr30.c \
524 elf32-frv.c \
525 elf32-gen.c \
526 elf32-h8300.c \
527 elf32-hppa.c \
528 elf32-i370.c \
529 elf32-i386.c \
530 elf32-i860.c \
531 elf32-i960.c \
532 elf32-ip2k.c \
533 elf32-iq2000.c \
534 elf32-m32r.c \
535 elf32-m68k.c \
536 elf32-m68hc11.c \
537 elf32-m68hc12.c \
538 elf32-m68hc1x.c \
539 elf32-m88k.c \
540 elf-m10200.c \
541 elf-m10300.c \
542 elf32-mcore.c \
543 elfxx-mips.c \
544 elf32-mips.c \
545 elf32-msp430.c \
546 elf32-openrisc.c \
547 elf32-or32.c \
548 elf32-pj.c \
549 elf32-ppc.c \
550 elf32-sh64.c \
551 elf32-sh64-com.c \
552 elf32-s390.c \
553 elf32-sh.c \
85fbca6a 554 elf32-sh-symbian.c \
c6f8758f
NC
555 elf32-sparc.c \
556 elf32-v850.c \
557 elf32-vax.c \
558 elf32-xstormy16.c \
559 elf32-xtensa.c \
560 elf32.c \
561 elflink.c \
562 elf-strtab.c \
563 elf-eh-frame.c \
564 epoc-pe-arm.c \
565 epoc-pei-arm.c \
566 hp300bsd.c \
567 hp300hpux.c \
568 som.c \
569 i386aout.c \
570 i386bsd.c \
571 i386dynix.c \
572 i386freebsd.c \
573 i386linux.c \
574 i386lynx.c \
575 i386msdos.c \
576 i386netbsd.c \
577 i386mach3.c \
578 i386os9k.c \
579 ieee.c \
580 m68k4knetbsd.c \
581 m68klinux.c \
582 m68klynx.c \
583 m68knetbsd.c \
584 m88kmach3.c \
585 m88kopenbsd.c \
586 mach-o.c \
587 mipsbsd.c \
588 newsos3.c \
589 nlm.c \
590 nlm32-i386.c \
591 nlm32-sparc.c \
592 nlm32-ppc.c \
593 nlm32.c \
594 ns32knetbsd.c \
595 oasys.c \
596 pc532-mach.c \
597 pdp11.c \
598 pef.c \
599 pe-arm.c \
600 pei-arm.c \
601 pe-i386.c \
602 pei-i386.c \
603 pe-mcore.c \
604 pei-mcore.c \
605 pe-ppc.c \
606 pei-ppc.c \
607 pe-sh.c \
608 pei-sh.c \
609 pe-mips.c \
610 pei-mips.c \
611 ppcboot.c \
612 reloc16.c \
613 riscix.c \
614 sparclinux.c \
615 sparclynx.c \
616 sparcnetbsd.c \
617 sunos.c \
618 vaxnetbsd.c \
619 vax1knetbsd.c \
620 vaxbsd.c \
621 versados.c \
622 vms.c \
623 vms-gsd.c \
624 vms-hdr.c \
625 vms-misc.c \
626 vms-tir.c \
627 xcofflink.c \
628 xsym.c \
629 xtensa-isa.c \
630 xtensa-modules.c
252b5132 631
6768c14a 632
252b5132
RH
633# The .o files needed by all of the 64 bit vectors that are configured into
634# target_vector in targets.c if configured with --enable-targets=all
635# and --enable-64-bit-bfd.
c6f8758f
NC
636BFD64_BACKENDS = \
637 aix5ppc-core.lo \
638 aout64.lo \
639 coff-alpha.lo \
640 coff64-rs6000.lo \
641 demo64.lo \
642 efi-app-ia64.lo \
643 elf64-x86-64.lo \
644 elf64-alpha.lo \
645 elf64-hppa.lo \
646 elf64-ia64.lo \
647 elf64-gen.lo \
648 elfn32-mips.lo \
649 elf64-mips.lo \
650 elf64-mmix.lo \
651 elf64-sh64.lo \
652 elf64-ppc.lo \
653 elf64-s390.lo \
654 elf64-sparc.lo \
655 elf64.lo \
656 mmo.lo \
657 nlm32-alpha.lo \
658 nlm64.lo \
659 pepigen.lo
660
661
662BFD64_BACKENDS_CFILES = \
663 aix5ppc-core.c \
664 aout64.c \
665 coff-alpha.c \
666 coff64-rs6000.c \
667 demo64.c \
668 efi-app-ia64.c \
669 elf64-x86-64.c \
670 elf64-alpha.c \
671 elf64-hppa.c \
672 elf64-gen.c \
673 elfn32-mips.c \
674 elf64-mips.c \
675 elf64-mmix.c \
676 elf64-ppc.c \
677 elf64-s390.c \
678 elf64-sh64.c \
679 elf64-sparc.c \
680 elf64.c \
681 mmo.c \
682 nlm32-alpha.c \
683 nlm64.c
684
685
686OPTIONAL_BACKENDS = \
687 aix386-core.lo \
688 hpux-core.lo \
689 irix-core.lo \
690 lynx-core.lo \
691 osf-core.lo \
692 sco5-core.lo \
693 trad-core.lo \
694 cisco-core.lo
695
696
697OPTIONAL_BACKENDS_CFILES = \
698 aix386-core.c \
699 hpux-core.c \
700 irix-core.c \
701 lynx-core.c \
702 osf-core.c \
703 sco5-core.c \
704 trad-core.c \
705 cisco-core.c
252b5132
RH
706
707
708# These are defined by configure.in:
709WORDSIZE = @wordsize@
710ALL_BACKENDS = @all_backends@
711BFD_BACKENDS = @bfd_backends@
2858ef35 712BFD_LIBS = @bfd_libs@
252b5132
RH
713BFD_MACHINES = @bfd_machines@
714TDEFAULTS = @tdefaults@
715
716INCLUDES = -D_GNU_SOURCE @HDEFINES@ @COREFLAG@ @TDEFINES@ $(CSEARCH) $(CSWITCHES) -I$(srcdir)/../intl -I../intl
717
718# C source files that correspond to .o's.
c6f8758f
NC
719SOURCE_CFILES = \
720 $(BFD32_LIBS_CFILES) \
721 $(BFD64_LIBS_CFILES) \
722 $(ALL_MACHINES_CFILES) \
723 $(BFD32_BACKENDS_CFILES) \
724 $(BFD64_BACKENDS_CFILES) \
725 $(OPTIONAL_BACKENDS_CFILES)
55c80943 726
252b5132 727
c6f8758f
NC
728BUILD_CFILES = \
729 elf32-ia64.c elf64-ia64.c peigen.c pepigen.c
252b5132 730
27b7e12d 731
55c80943 732CFILES = $(SOURCE_CFILES) $(BUILD_CFILES)
27b7e12d 733
c6f8758f
NC
734SOURCE_HFILES = \
735 aout-target.h aoutf1.h aoutx.h coffcode.h coffswap.h ecoffswap.h \
736 elf-bfd.h elf-hppa.h elf32-arm.h elf32-hppa.h \
737 elf64-hppa.h elfcode.h elfcore.h \
738 freebsd.h genlink.h go32stub.h \
739 libaout.h libbfd.h libcoff.h libecoff.h libhppa.h libieee.h \
740 libnlm.h liboasys.h libpei.h libxcoff.h mach-o.h \
741 netbsd.h nlm-target.h nlmcode.h nlmswap.h ns32k.h \
742 pef.h pef-traceback.h peicode.h som.h version.h \
743 vms.h xcoff-target.h xsym.h
6768c14a 744
252b5132 745
c6f8758f
NC
746BUILD_HFILES = \
747 bfdver.h elf32-target.h elf64-target.h targmatch.h
252b5132
RH
748
749
55c80943
NC
750HFILES = $(SOURCE_HFILES) $(BUILD_HFILES)
751
752SRC_POTFILES = $(SOURCE_CFILES) $(SOURCE_HFILES)
753BLD_POTFILES = $(BUILD_CFILES) $(BUILD_HFILES)
252b5132
RH
754
755# Various kinds of .o files to put in libbfd.a:
756# BFD_BACKENDS Routines the configured targets need.
757# BFD_MACHINES Architecture-specific routines the configured targets need.
758# COREFILE Core file routines for a native configuration
759OFILES = $(BFD_BACKENDS) $(BFD_MACHINES) @COREFILE@
760
2858ef35 761libbfd_la_SOURCES = $(BFD32_LIBS_CFILES) $(BFD64_LIBS_CFILES)
252b5132
RH
762libbfd_la_DEPENDENCIES = $(OFILES) ofiles
763libbfd_la_LIBADD = `cat ofiles` @WIN32LIBADD@
764libbfd_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
765
766# libtool will build .libs/libbfd.a. We create libbfd.a in the build
767# directory so that we don't have to convert all the programs that use
768# libbfd.a simultaneously. This is a hack which should be removed if
769# everything else starts using libtool. FIXME.
770
771noinst_LIBRARIES = libbfd.a
772libbfd_a_SOURCES =
773
b13c7b49 774BFD_H_DEPS = $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
252b5132
RH
775LOCAL_H_DEPS = libbfd.h sysdep.h config.h
776
c6f8758f
NC
777BFD_H_FILES = bfd-in.h init.c opncls.c libbfd.c section.c archures.c \
778 reloc.c syms.c bfd.c bfdio.c bfdwin.c \
779 archive.c corefile.c targets.c format.c
252b5132 780
2858ef35 781BFD64_H_FILES = archive64.c
c6f8758f
NC
782LIBBFD_H_FILES = libbfd-in.h init.c libbfd.c bfdio.c bfdwin.c \
783 cache.c reloc.c archures.c elf.c
93509525 784
252b5132
RH
785LIBCOFF_H_FILES = libcoff-in.h coffcode.h
786
55c80943 787MOSTLYCLEANFILES = ofiles stamp-ofiles
252b5132 788
c6f8758f
NC
789CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
790 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
252b5132 791
252b5132 792
55c80943 793DISTCLEANFILES = $(BUILD_CFILES) $(BUILD_HFILES)
252b5132
RH
794ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
795mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
796CONFIG_HEADER = config.h
bc286f95 797CONFIG_CLEAN_FILES = bfd-in3.h
252b5132
RH
798LIBRARIES = $(noinst_LIBRARIES)
799
800
801DEFS = @DEFS@ -I. -I$(srcdir) -I.
802CPPFLAGS = @CPPFLAGS@
803LDFLAGS = @LDFLAGS@
804LIBS = @LIBS@
805libbfd_a_LIBADD =
a2d91340 806libbfd_a_OBJECTS =
a703a6ea 807LTLIBRARIES = $(bfdlib_LTLIBRARIES)
252b5132 808
93509525
KD
809libbfd_la_OBJECTS = archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
810cache.lo coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo \
811reloc.lo section.lo syms.lo targets.lo hash.lo linker.lo srec.lo \
812binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo merge.lo dwarf2.lo \
813simple.lo archive64.lo
a2d91340 814CFLAGS = @CFLAGS@
252b5132
RH
815COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
816LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
817CCLD = $(CC)
a2d91340
AC
818LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
819DIST_COMMON = README ./stamp-h.in COPYING ChangeLog Makefile.am \
820Makefile.in TODO acinclude.m4 aclocal.m4 bfd-in2.h config.in configure \
bc286f95 821configure.in
252b5132
RH
822
823
a2d91340 824DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
252b5132 825
c6f8758f 826TAR = gtar
252b5132
RH
827GZIP_ENV = --best
828SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES)
a2d91340 829OBJECTS = $(libbfd_a_OBJECTS) $(libbfd_la_OBJECTS)
252b5132
RH
830
831all: all-redirect
832.SUFFIXES:
7a6cc5fb 833.SUFFIXES: .S .c .lo .o .obj .s
252b5132
RH
834$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
835 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
836
837Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
838 cd $(top_builddir) \
839 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
840
841$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
842 cd $(srcdir) && $(ACLOCAL)
843$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
844 cd $(srcdir) && $(AUTOCONF)
845
846config.h: stamp-h
847 @if test ! -f $@; then \
848 rm -f stamp-h; \
849 $(MAKE) stamp-h; \
850 else :; fi
851stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
852 cd $(top_builddir) \
853 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
854 $(SHELL) ./config.status
a2d91340
AC
855 @echo timestamp > stamp-h 2> /dev/null
856$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
252b5132 857 @if test ! -f $@; then \
a2d91340
AC
858 rm -f $(srcdir)/stamp-h.in; \
859 $(MAKE) $(srcdir)/stamp-h.in; \
252b5132 860 else :; fi
a2d91340 861$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
252b5132 862 cd $(top_srcdir) && $(AUTOHEADER)
a2d91340 863 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
252b5132
RH
864
865mostlyclean-hdr:
866
867clean-hdr:
868
869distclean-hdr:
870 -rm -f config.h
871
872maintainer-clean-hdr:
87b632fc
AM
873bfd-in3.h: $(top_builddir)/config.status bfd-in2.h
874 cd $(top_builddir) && CONFIG_FILES=$@:bfd-in2.h CONFIG_HEADERS= $(SHELL) ./config.status
252b5132
RH
875
876mostlyclean-noinstLIBRARIES:
877
878clean-noinstLIBRARIES:
879 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
880
881distclean-noinstLIBRARIES:
882
883maintainer-clean-noinstLIBRARIES:
884
a2d91340
AC
885.c.o:
886 $(COMPILE) -c $<
887
7a6cc5fb
NC
888# FIXME: We should only use cygpath when building on Windows,
889# and only if it is available.
890.c.obj:
891 $(COMPILE) -c `cygpath -w $<`
892
a2d91340
AC
893.s.o:
894 $(COMPILE) -c $<
895
896.S.o:
897 $(COMPILE) -c $<
898
252b5132
RH
899mostlyclean-compile:
900 -rm -f *.o core *.core
7a6cc5fb 901 -rm -f *.$(OBJEXT)
252b5132
RH
902
903clean-compile:
904
905distclean-compile:
906 -rm -f *.tab.c
907
908maintainer-clean-compile:
909
a2d91340
AC
910.c.lo:
911 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
912
913.s.lo:
914 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
915
916.S.lo:
917 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
918
252b5132
RH
919mostlyclean-libtool:
920 -rm -f *.lo
921
922clean-libtool:
923 -rm -rf .libs _libs
924
925distclean-libtool:
926
927maintainer-clean-libtool:
928
a703a6ea 929mostlyclean-bfdlibLTLIBRARIES:
252b5132 930
a703a6ea
AM
931clean-bfdlibLTLIBRARIES:
932 -test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
252b5132 933
a703a6ea 934distclean-bfdlibLTLIBRARIES:
252b5132 935
a703a6ea 936maintainer-clean-bfdlibLTLIBRARIES:
252b5132
RH
937
938libbfd.la: $(libbfd_la_OBJECTS) $(libbfd_la_DEPENDENCIES)
a703a6ea 939 $(LINK) -rpath $(bfdlibdir) $(libbfd_la_LDFLAGS) $(libbfd_la_OBJECTS) $(libbfd_la_LIBADD) $(LIBS)
252b5132
RH
940
941# This directory's subdirectories are mostly independent; you can cd
942# into them and run `make' without going through this Makefile.
943# To change the values of `make' variables: instead of editing Makefiles,
944# (1) if the variable is set in `config.status', edit `config.status'
945# (which will cause the Makefiles to be regenerated when you run `make');
946# (2) otherwise, pass the desired values on the `make' command line.
947
a2d91340
AC
948@SET_MAKE@
949
252b5132
RH
950all-recursive install-data-recursive install-exec-recursive \
951installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
952check-recursive installcheck-recursive info-recursive dvi-recursive:
05864e2a 953 @set fnord $(MAKEFLAGS); amf=$$2; \
252b5132
RH
954 dot_seen=no; \
955 target=`echo $@ | sed s/-recursive//`; \
956 list='$(SUBDIRS)'; for subdir in $$list; do \
957 echo "Making $$target in $$subdir"; \
958 if test "$$subdir" = "."; then \
959 dot_seen=yes; \
960 local_target="$$target-am"; \
961 else \
962 local_target="$$target"; \
963 fi; \
964 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
965 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
966 done; \
967 if test "$$dot_seen" = "no"; then \
968 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
969 fi; test -z "$$fail"
970
971mostlyclean-recursive clean-recursive distclean-recursive \
972maintainer-clean-recursive:
05864e2a 973 @set fnord $(MAKEFLAGS); amf=$$2; \
252b5132
RH
974 dot_seen=no; \
975 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
976 rev="$$subdir $$rev"; \
6a0735ef 977 test "$$subdir" != "." || dot_seen=yes; \
252b5132
RH
978 done; \
979 test "$$dot_seen" = "no" && rev=". $$rev"; \
980 target=`echo $@ | sed s/-recursive//`; \
981 for subdir in $$rev; do \
982 echo "Making $$target in $$subdir"; \
983 if test "$$subdir" = "."; then \
984 local_target="$$target-am"; \
985 else \
986 local_target="$$target"; \
987 fi; \
988 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
989 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
990 done && test -z "$$fail"
991tags-recursive:
992 list='$(SUBDIRS)'; for subdir in $$list; do \
993 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
994 done
995
996tags: TAGS
997
a2d91340
AC
998ID: $(HEADERS) $(SOURCES) $(LISP)
999 list='$(SOURCES) $(HEADERS)'; \
1000 unique=`for i in $$list; do echo $$i; done | \
1001 awk ' { files[$$0] = 1; } \
252b5132 1002 END { for (i in files) print i; }'`; \
a2d91340
AC
1003 here=`pwd` && cd $(srcdir) \
1004 && mkid -f$$here/ID $$unique $(LISP)
252b5132 1005
a2d91340 1006TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
252b5132
RH
1007 tags=; \
1008 here=`pwd`; \
1009 list='$(SUBDIRS)'; for subdir in $$list; do \
1010 if test "$$subdir" = .; then :; else \
1011 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
1012 fi; \
1013 done; \
a2d91340
AC
1014 list='$(SOURCES) $(HEADERS)'; \
1015 unique=`for i in $$list; do echo $$i; done | \
1016 awk ' { files[$$0] = 1; } \
252b5132
RH
1017 END { for (i in files) print i; }'`; \
1018 test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
a2d91340 1019 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
252b5132
RH
1020
1021mostlyclean-tags:
1022
1023clean-tags:
1024
1025distclean-tags:
1026 -rm -f TAGS ID
1027
1028maintainer-clean-tags:
1029
1030distdir = $(PACKAGE)-$(VERSION)
1031top_distdir = $(distdir)
1032
1033# This target untars the dist file and tries a VPATH configuration. Then
1034# it guarantees that the distribution is self-contained by making another
1035# tarfile.
1036distcheck: dist
a2d91340
AC
1037 -rm -rf $(distdir)
1038 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
252b5132
RH
1039 mkdir $(distdir)/=build
1040 mkdir $(distdir)/=inst
a2d91340
AC
1041 dc_install_base=`cd $(distdir)/=inst && pwd`; \
1042 cd $(distdir)/=build \
252b5132
RH
1043 && ../configure --srcdir=.. --prefix=$$dc_install_base \
1044 && $(MAKE) $(AM_MAKEFLAGS) \
1045 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1046 && $(MAKE) $(AM_MAKEFLAGS) check \
1047 && $(MAKE) $(AM_MAKEFLAGS) install \
1048 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
a2d91340
AC
1049 && $(MAKE) $(AM_MAKEFLAGS) dist
1050 -rm -rf $(distdir)
252b5132
RH
1051 @banner="$(distdir).tar.gz is ready for distribution"; \
1052 dashes=`echo "$$banner" | sed s/./=/g`; \
1053 echo "$$dashes"; \
1054 echo "$$banner"; \
1055 echo "$$dashes"
1056dist: distdir
a2d91340
AC
1057 -chmod -R a+r $(distdir)
1058 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
1059 -rm -rf $(distdir)
252b5132 1060dist-all: distdir
a2d91340
AC
1061 -chmod -R a+r $(distdir)
1062 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
1063 -rm -rf $(distdir)
252b5132 1064distdir: $(DISTFILES)
a2d91340 1065 -rm -rf $(distdir)
252b5132 1066 mkdir $(distdir)
a2d91340 1067 -chmod 777 $(distdir)
252b5132
RH
1068 @for file in $(DISTFILES); do \
1069 if test -f $$file; then d=.; else d=$(srcdir); fi; \
1070 if test -d $$d/$$file; then \
b3baf5d0 1071 cp -pr $$d/$$file $(distdir)/$$file; \
252b5132
RH
1072 else \
1073 test -f $(distdir)/$$file \
a2d91340
AC
1074 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
1075 || cp -p $$d/$$file $(distdir)/$$file || :; \
252b5132
RH
1076 fi; \
1077 done
1078 for subdir in $(SUBDIRS); do \
1079 if test "$$subdir" = .; then :; else \
1080 test -d $(distdir)/$$subdir \
1081 || mkdir $(distdir)/$$subdir \
1082 || exit 1; \
a2d91340 1083 chmod 777 $(distdir)/$$subdir; \
252b5132
RH
1084 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
1085 || exit 1; \
1086 fi; \
1087 done
1088info-am:
1089info: info-recursive
1090dvi-am:
1091dvi: dvi-recursive
1092check-am:
1093check: check-recursive
1094installcheck-am:
1095installcheck: installcheck-recursive
1096install-info-am:
1097install-info: install-info-recursive
1098all-recursive-am: config.h
1099 $(MAKE) $(AM_MAKEFLAGS) all-recursive
1100
a703a6ea 1101install-exec-am:
252b5132
RH
1102install-exec: install-exec-recursive
1103
a703a6ea 1104install-data-am: install-bfdlibLTLIBRARIES
252b5132
RH
1105install-data: install-data-recursive
1106
1107install-am: all-am
1108 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1109install: install-recursive
a703a6ea 1110uninstall-am: uninstall-bfdlibLTLIBRARIES
252b5132
RH
1111uninstall: uninstall-recursive
1112all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
1113all-redirect: all-recursive-am
1114install-strip:
a2d91340 1115 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
252b5132
RH
1116installdirs: installdirs-recursive
1117installdirs-am:
a703a6ea 1118 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
252b5132
RH
1119
1120
1121mostlyclean-generic:
1122 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1123
1124clean-generic:
1125 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1126
1127distclean-generic:
1128 -rm -f Makefile $(CONFIG_CLEAN_FILES)
1129 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
55c80943 1130 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
252b5132
RH
1131
1132maintainer-clean-generic:
1133mostlyclean-am: mostlyclean-hdr mostlyclean-noinstLIBRARIES \
1134 mostlyclean-compile mostlyclean-libtool \
a703a6ea 1135 mostlyclean-bfdlibLTLIBRARIES mostlyclean-tags \
252b5132
RH
1136 mostlyclean-generic
1137
1138mostlyclean: mostlyclean-recursive
1139
1140clean-am: clean-hdr clean-noinstLIBRARIES clean-compile clean-libtool \
a703a6ea 1141 clean-bfdlibLTLIBRARIES clean-tags clean-generic \
252b5132
RH
1142 mostlyclean-am
1143
1144clean: clean-recursive
1145
1146distclean-am: distclean-hdr distclean-noinstLIBRARIES distclean-compile \
a703a6ea 1147 distclean-libtool distclean-bfdlibLTLIBRARIES \
252b5132
RH
1148 distclean-tags distclean-generic clean-am
1149 -rm -f libtool
1150
1151distclean: distclean-recursive
1152 -rm -f config.status
1153
1154maintainer-clean-am: maintainer-clean-hdr \
1155 maintainer-clean-noinstLIBRARIES \
1156 maintainer-clean-compile maintainer-clean-libtool \
a703a6ea
AM
1157 maintainer-clean-bfdlibLTLIBRARIES \
1158 maintainer-clean-tags maintainer-clean-generic \
1159 distclean-am
252b5132
RH
1160 @echo "This command is intended for maintainers to use;"
1161 @echo "it deletes files that may require special tools to rebuild."
1162
1163maintainer-clean: maintainer-clean-recursive
1164 -rm -f config.status
1165
1166.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
1167mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
1168clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
1169mostlyclean-compile distclean-compile clean-compile \
1170maintainer-clean-compile mostlyclean-libtool distclean-libtool \
a703a6ea
AM
1171clean-libtool maintainer-clean-libtool mostlyclean-bfdlibLTLIBRARIES \
1172distclean-bfdlibLTLIBRARIES clean-bfdlibLTLIBRARIES \
1173maintainer-clean-bfdlibLTLIBRARIES uninstall-bfdlibLTLIBRARIES \
1174install-bfdlibLTLIBRARIES install-data-recursive \
1175uninstall-data-recursive install-exec-recursive \
1176uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
1177all-recursive check-recursive installcheck-recursive info-recursive \
1178dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
252b5132
RH
1179maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
1180distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
1181dvi-am dvi check check-am installcheck-am installcheck install-info-am \
1182install-info all-recursive-am install-exec-am install-exec \
a703a6ea
AM
1183install-data-am install-data install-am install uninstall-am uninstall \
1184all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
1185distclean-generic clean-generic maintainer-clean-generic clean \
1186mostlyclean distclean maintainer-clean
252b5132
RH
1187
1188
55c80943 1189po/SRC-POTFILES.in: @MAINT@ Makefile $(SRC_POTFILES)
fdc09da8
AM
1190 for file in $(SRC_POTFILES); do echo $$file; done \
1191 | LC_COLLATE= sort > tmp.src \
01467f2a 1192 && mv tmp.src $(srcdir)/po/SRC-POTFILES.in
55c80943
NC
1193
1194po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
fdc09da8
AM
1195 for file in $(BLD_POTFILES); do echo $$file; done \
1196 | LC_COLLATE= sort > tmp.bld \
01467f2a 1197 && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
55c80943 1198
252b5132
RH
1199diststuff: info
1200
1201stamp-ofiles: Makefile
1202 rm -f tofiles
1203 f=""; \
1204 for i in $(OFILES) ; do \
1205 case " $$f " in \
1206 *" $$i "*) ;; \
1207 *) f="$$f $$i" ;; \
1208 esac ; \
1209 done ; \
1210 echo $$f > tofiles
1211 $(SHELL) $(srcdir)/../move-if-change tofiles ofiles
1212 touch stamp-ofiles
1213
1214ofiles: stamp-ofiles ; @true
1215
1216stamp-lib: libbfd.la
e56f75e9
ILT
1217 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
1218 if [ -f $$libtooldir/libbfd.a ]; then \
1219 cp $$libtooldir/libbfd.a libbfd.tmp; \
9f93bca5 1220 $(RANLIB) libbfd.tmp; \
252b5132
RH
1221 $(SHELL) $(srcdir)/../move-if-change libbfd.tmp libbfd.a; \
1222 else true; fi
1223 touch stamp-lib
1224
1225libbfd.a: stamp-lib ; @true
1226
1227# This file holds an array associating configuration triplets and
1228# vector names. It is built from config.bfd. It is not compiled by
1229# itself, but is included by targets.c.
1230targmatch.h: config.bfd targmatch.sed
1231 rm -f targmatch.h
1232 sed -f $(srcdir)/targmatch.sed < $(srcdir)/config.bfd > targmatch.new
1233 mv -f targmatch.new targmatch.h
1234
1235# When compiling archures.c and targets.c, supply the default target
1236# info from configure.
1237
840f0243 1238targets.lo: targets.c Makefile
252b5132
RH
1239 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
1240
840f0243 1241archures.lo: archures.c Makefile
252b5132
RH
1242 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
1243
1244elf32-target.h : elfxx-target.h
1245 rm -f elf32-target.h
1246 sed -e s/NN/32/g < $(srcdir)/elfxx-target.h > elf32-target.new
1247 mv -f elf32-target.new elf32-target.h
1248
1249elf64-target.h : elfxx-target.h
1250 rm -f elf64-target.h
1251 sed -e s/NN/64/g < $(srcdir)/elfxx-target.h > elf64-target.new
1252 mv -f elf64-target.new elf64-target.h
bbe66d08
JW
1253
1254elf32-ia64.c : elfxx-ia64.c
1255 rm -f elf32-ia64.c
1256 sed -e s/NN/32/g < $(srcdir)/elfxx-ia64.c > elf32-ia64.new
1257 mv -f elf32-ia64.new elf32-ia64.c
1258
1259elf64-ia64.c : elfxx-ia64.c
1260 rm -f elf64-ia64.c
1261 sed -e s/NN/64/g < $(srcdir)/elfxx-ia64.c > elf64-ia64.new
1262 mv -f elf64-ia64.new elf64-ia64.c
252b5132 1263
cbff5e0d
DD
1264peigen.c : peXXigen.c
1265 rm -f peigen.c
1266 sed -e s/XX/pe/g < $(srcdir)/peXXigen.c > peigen.new
1267 mv -f peigen.new peigen.c
1268
1269pepigen.c : peXXigen.c
1270 rm -f pepigen.c
1271 sed -e s/XX/pep/g < $(srcdir)/peXXigen.c > pepigen.new
1272 mv -f pepigen.new pepigen.c
2858ef35
HPN
1273$(BFD32_LIBS) \
1274 $(BFD64_LIBS) \
b13c7b49
AM
1275 $(ALL_MACHINES) \
1276 $(BFD32_BACKENDS) \
1277 $(BFD64_BACKENDS) \
1278 $(OPTIONAL_BACKENDS): $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS)
cbff5e0d 1279
a703a6ea 1280install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libbfd
252b5132 1281 @$(NORMAL_INSTALL)
a703a6ea
AM
1282
1283uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libbfd
1284 @$(NORMAL_UNINSTALL)
1285
1286.PHONY: install_libbfd uninstall_libbfd
1287install_libbfd: $(bfdlib_LTLIBRARIES) $(BFD_H)
1288 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
1289 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
1290 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1291 if test -f $$p; then \
1292 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
1293 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
1294 else :; fi; \
1295 done
1296 $(INSTALL_DATA) $(BFD_H) $(DESTDIR)$(bfdincludedir)/bfd.h
1297 $(INSTALL_DATA) $(INCDIR)/ansidecl.h $(DESTDIR)$(bfdincludedir)/ansidecl.h
1298 $(INSTALL_DATA) $(INCDIR)/symcat.h $(DESTDIR)$(bfdincludedir)/symcat.h
1299 $(INSTALL_DATA) $(INCDIR)/bfdlink.h $(DESTDIR)$(bfdincludedir)/bfdlink.h
1300
1301uninstall_libbfd:
1302 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1303 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
1304 done
1305 rm -f $(DESTDIR)$(bfdincludedir)/bfd.h
1306 rm -f $(DESTDIR)$(bfdincludedir)/ansidecl.h
1307 rm -f $(DESTDIR)$(bfdincludedir)/symcat.h
1308 rm -f $(DESTDIR)$(bfdincludedir)/bfdlink.h
252b5132 1309
e43d48cc
AM
1310Makefile: $(srcdir)/configure.in
1311
74eeebea
ILT
1312# Have to get rid of DEP1 here so that "$?" later includes all of $(CFILES).
1313DEP: dep.sed $(CFILES) $(HFILES) bfd.h
1314 rm -f DEP1
41b49281 1315 $(MAKE) MKDEP="$(MKDEP)" DEP1
0bdaf48b
AM
1316 sed -f dep.sed < DEP1 > DEPA
1317 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
1318 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
1581f8c9
AM
1319 echo 'make DEP failed!'; exit 1; \
1320 else \
0bdaf48b 1321 mv -f DEPA $@; \
1581f8c9 1322 fi
41b49281 1323
74eeebea 1324DEP1: $(CFILES)
74eeebea 1325 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
41b49281
AM
1326 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
1327 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
1328 mv -f DEP2 $@
252b5132
RH
1329
1330dep.sed: dep-in.sed config.status
1331 sed <$(srcdir)/dep-in.sed >dep.sed \
1332 -e 's!@BFD_H@!$(BFD_H)!' \
830629ab
AM
1333 -e 's!@SRCDIR@!$(srcdir)!' \
1334 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/bfd$$,,`'!'
252b5132 1335
74eeebea 1336dep: DEP
252b5132 1337 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
74eeebea 1338 cat DEP >> tmp-Makefile
252b5132
RH
1339 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
1340
74eeebea 1341dep-in: DEP
252b5132 1342 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
74eeebea 1343 cat DEP >> tmp-Makefile.in
252b5132
RH
1344 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1345
74eeebea 1346dep-am: DEP
252b5132 1347 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
74eeebea 1348 cat DEP >> tmp-Makefile.am
252b5132
RH
1349 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1350
1351host-aout.lo: Makefile
1352
1353# The following program can be used to generate a simple config file
1354# which can be folded into an h-XXX file for a new host, with some editing.
1355aout-params.h: gen-aout
1356 ./gen-aout host > aout-params.h
1357gen-aout: $(srcdir)/gen-aout.c Makefile
1358 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
1359
1360$(BFD_H): stmp-bfd-h ; @true
1361
1362stmp-bfd-h: bfd-in3.h
1363 rm -f bfd-tmp.h
1364 cp bfd-in3.h bfd-tmp.h
1365 $(SHELL) $(srcdir)/../move-if-change bfd-tmp.h $(BFD_H)
1366 rm -f bfd-tmp.h
1367 touch stmp-bfd-h
1368
1369# Could really use a "copy-if-change"...
1370headers:
1371 (cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
1372 cp $(docdir)/bfd.h bfd-in2.h-new
1373 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1374 cp $(docdir)/libbfd.h libbfd.h-new
1375 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1376 cp $(docdir)/libcoff.h libcoff.h-new
1377 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1378
1379# We only rebuild the header files automatically if we have been
1380# configured with --enable-maintainer-mode.
1381
1382$(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
2858ef35 1383stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
252b5132
RH
1384 (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) bfd.h)
1385 cp $(docdir)/bfd.h bfd-in2.h-new
1386 $(SHELL) $(srcdir)/../move-if-change bfd-in2.h-new $(srcdir)/bfd-in2.h
1387 touch stmp-bin2-h
1388
1389$(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1390stmp-lbfd-h: $(LIBBFD_H_FILES)
1391 (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libbfd.h)
1392 cp $(docdir)/libbfd.h libbfd.h-new
1393 $(SHELL) $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
1394 touch stmp-lbfd-h
1395
1396$(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
1397stmp-lcoff-h: $(LIBCOFF_H_FILES)
1398 (cd $(docdir); $(MAKE) $(FLAGS_TO_PASS) libcoff.h)
1399 cp $(docdir)/libcoff.h libcoff.h-new
1400 $(SHELL) $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
1401 touch stmp-lcoff-h
1402
8b89a4eb
BE
1403# We want to rerun configure if configure, config.bfd or configure.host change.
1404config.status: $(srcdir)/configure $(srcdir)/config.bfd $(srcdir)/configure.host
252b5132
RH
1405 $(SHELL) ./config.status --recheck
1406
d866f350 1407bfdver.h: $(srcdir)/version.h $(srcdir)/Makefile.in
bc286f95
BE
1408 @echo "creating $@"
1409 @bfd_version=`echo "$(VERSION)" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$$/\1\2\3\4\5/'` ;\
1410 bfd_version_string="\"$(VERSION)\"" ;\
1411 if test "x$(RELEASE)" = x ; then \
d866f350 1412 bfd_version_date=`sed -n -e 's/.*DATE //p' < $(srcdir)/version.h` ;\
bc286f95
BE
1413 bfd_version_string="\"$(VERSION) $${bfd_version_date}\"" ;\
1414 fi ;\
d866f350 1415 sed -e "s/@bfd_version@/$$bfd_version/" -e "s/@bfd_version_string@/$$bfd_version_string/" < $(srcdir)/version.h > $@
bc286f95 1416
252b5132
RH
1417# What appears below is generated by a hacked mkdep using gcc -MM.
1418
1419# DO NOT DELETE THIS LINE -- mkdep uses it.
1420# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
b13c7b49
AM
1421archive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
1422 $(INCDIR)/aout/ranlib.h $(INCDIR)/safe-ctype.h
1423archures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
6a0735ef 1424bfd.lo: bfd.c bfdver.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
b13c7b49
AM
1425 $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \
1426 $(INCDIR)/coff/sym.h libcoff.h libecoff.h $(INCDIR)/coff/ecoff.h \
1427 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1428 $(INCDIR)/elf/external.h
93509525
KD
1429bfdio.lo: bfdio.c $(INCDIR)/filenames.h
1430bfdwin.lo: bfdwin.c $(INCDIR)/filenames.h
b13c7b49
AM
1431cache.lo: cache.c $(INCDIR)/filenames.h
1432coffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
1433 libcoff.h $(INCDIR)/bfdlink.h
1434corefile.lo: corefile.c $(INCDIR)/filenames.h
1435format.lo: format.c $(INCDIR)/filenames.h
1436init.lo: init.c $(INCDIR)/filenames.h
1437libbfd.lo: libbfd.c $(INCDIR)/filenames.h
3f87cb70
AM
1438opncls.lo: opncls.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h \
1439 $(INCDIR)/libiberty.h
b13c7b49
AM
1440reloc.lo: reloc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
1441section.lo: section.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
1442syms.lo: syms.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1443 $(INCDIR)/bfdlink.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
1444targets.lo: targets.c $(INCDIR)/filenames.h $(INCDIR)/fnmatch.h \
1445 targmatch.h
871ec896
JR
1446hash.lo: hash.c $(INCDIR)/filenames.h $(INCDIR)/objalloc.h \
1447 $(INCDIR)/libiberty.h
b13c7b49
AM
1448linker.lo: linker.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1449 genlink.h
1450srec.lo: srec.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
923f08ff 1451 $(INCDIR)/safe-ctype.h
c0ef99a7 1452binary.lo: binary.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
b13c7b49
AM
1453tekhex.lo: tekhex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
1454ihex.lo: ihex.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
e43d48cc 1455 $(INCDIR)/safe-ctype.h
b13c7b49
AM
1456stabs.lo: stabs.c $(INCDIR)/filenames.h $(INCDIR)/aout/stab_gnu.h \
1457 $(INCDIR)/aout/stab.def $(INCDIR)/safe-ctype.h
1458stab-syms.lo: stab-syms.c libaout.h $(INCDIR)/bfdlink.h \
1459 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab.def
e90b95f6
AM
1460merge.lo: merge.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \
1461 $(INCDIR)/libiberty.h
b13c7b49
AM
1462dwarf2.lo: dwarf2.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1463 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1464 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
6a0735ef 1465simple.lo: simple.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h
c0ef99a7 1466archive64.lo: archive64.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h
b13c7b49
AM
1467cpu-a29k.lo: cpu-a29k.c $(INCDIR)/filenames.h
1468cpu-alpha.lo: cpu-alpha.c $(INCDIR)/filenames.h
1469cpu-arc.lo: cpu-arc.c $(INCDIR)/filenames.h
795bb480 1470cpu-arm.lo: cpu-arm.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
b13c7b49
AM
1471cpu-avr.lo: cpu-avr.c $(INCDIR)/filenames.h
1472cpu-cris.lo: cpu-cris.c $(INCDIR)/filenames.h
f6f9408f 1473cpu-cr16c.lo: cpu-cr16c.c $(INCDIR)/filenames.h
b13c7b49
AM
1474cpu-d10v.lo: cpu-d10v.c $(INCDIR)/filenames.h
1475cpu-d30v.lo: cpu-d30v.c $(INCDIR)/filenames.h
caf47ea6 1476cpu-dlx.lo: cpu-dlx.c $(INCDIR)/filenames.h
b13c7b49 1477cpu-fr30.lo: cpu-fr30.c $(INCDIR)/filenames.h
4e5ba5b7 1478cpu-frv.lo: cpu-frv.c $(INCDIR)/filenames.h
b13c7b49
AM
1479cpu-h8300.lo: cpu-h8300.c $(INCDIR)/filenames.h
1480cpu-h8500.lo: cpu-h8500.c $(INCDIR)/filenames.h
1481cpu-hppa.lo: cpu-hppa.c $(INCDIR)/filenames.h
1482cpu-ia64.lo: cpu-ia64.c $(INCDIR)/filenames.h cpu-ia64-opc.c \
1483 $(srcdir)/../opcodes/ia64-opc.h $(INCDIR)/opcode/ia64.h
1484cpu-i370.lo: cpu-i370.c $(INCDIR)/filenames.h
1485cpu-i386.lo: cpu-i386.c $(INCDIR)/filenames.h
1486cpu-i860.lo: cpu-i860.c $(INCDIR)/filenames.h
1487cpu-i960.lo: cpu-i960.c $(INCDIR)/filenames.h
cf88bb9f 1488cpu-ip2k.lo: cpu-ip2k.c $(INCDIR)/filenames.h
a75473eb 1489cpu-iq2000.lo: cpu-iq2000.c $(INCDIR)/filenames.h
b13c7b49
AM
1490cpu-m32r.lo: cpu-m32r.c $(INCDIR)/filenames.h
1491cpu-m68hc11.lo: cpu-m68hc11.c $(INCDIR)/filenames.h
1492cpu-m68hc12.lo: cpu-m68hc12.c $(INCDIR)/filenames.h
1493cpu-m68k.lo: cpu-m68k.c $(INCDIR)/filenames.h
1494cpu-m88k.lo: cpu-m88k.c $(INCDIR)/filenames.h
1495cpu-m10200.lo: cpu-m10200.c $(INCDIR)/filenames.h
1496cpu-m10300.lo: cpu-m10300.c $(INCDIR)/filenames.h
1497cpu-mcore.lo: cpu-mcore.c $(INCDIR)/filenames.h
1498cpu-mips.lo: cpu-mips.c $(INCDIR)/filenames.h
3c3bdf30 1499cpu-mmix.lo: cpu-mmix.c $(INCDIR)/filenames.h
2469cfa2 1500cpu-msp430.lo: cpu-msp430.c $(INCDIR)/filenames.h
ba323545 1501cpu-or32.lo: cpu-or32.c $(INCDIR)/filenames.h
b13c7b49
AM
1502cpu-ns32k.lo: cpu-ns32k.c $(INCDIR)/filenames.h ns32k.h
1503cpu-openrisc.lo: cpu-openrisc.c $(INCDIR)/filenames.h
1504cpu-pdp11.lo: cpu-pdp11.c $(INCDIR)/filenames.h
1505cpu-pj.lo: cpu-pj.c $(INCDIR)/filenames.h
1506cpu-powerpc.lo: cpu-powerpc.c $(INCDIR)/filenames.h
1507cpu-rs6000.lo: cpu-rs6000.c $(INCDIR)/filenames.h
1508cpu-s390.lo: cpu-s390.c $(INCDIR)/filenames.h
f6f9408f 1509cpu-sh.lo: cpu-sh.c $(INCDIR)/filenames.h $(srcdir)/../opcodes/sh-opc.h
b13c7b49
AM
1510cpu-sparc.lo: cpu-sparc.c $(INCDIR)/filenames.h
1511cpu-tic30.lo: cpu-tic30.c $(INCDIR)/filenames.h
026df7c5 1512cpu-tic4x.lo: cpu-tic4x.c $(INCDIR)/filenames.h
b13c7b49
AM
1513cpu-tic54x.lo: cpu-tic54x.c $(INCDIR)/filenames.h
1514cpu-tic80.lo: cpu-tic80.c $(INCDIR)/filenames.h
1515cpu-v850.lo: cpu-v850.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h
1516cpu-vax.lo: cpu-vax.c $(INCDIR)/filenames.h
1517cpu-we32k.lo: cpu-we32k.c $(INCDIR)/filenames.h
1518cpu-w65.lo: cpu-w65.c $(INCDIR)/filenames.h
93fbbb04 1519cpu-xstormy16.lo: cpu-xstormy16.c $(INCDIR)/filenames.h
e0001a05 1520cpu-xtensa.lo: cpu-xtensa.c $(INCDIR)/filenames.h
b13c7b49
AM
1521cpu-z8k.lo: cpu-z8k.c $(INCDIR)/filenames.h
1522aout-adobe.lo: aout-adobe.c $(INCDIR)/filenames.h $(INCDIR)/aout/adobe.h \
1523 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h \
1524 $(INCDIR)/bfdlink.h
1525aout-arm.lo: aout-arm.c $(INCDIR)/filenames.h libaout.h \
1526 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aoutx.h \
923f08ff 1527 $(INCDIR)/safe-ctype.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
e43d48cc 1528 $(INCDIR)/aout/ar.h aout-target.h
b13c7b49 1529aout-cris.lo: aout-cris.c aout32.c aoutx.h $(INCDIR)/filenames.h \
e43d48cc
AM
1530 $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h libaout.h \
1531 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
b13c7b49
AM
1532 $(INCDIR)/aout/ar.h aout-target.h
1533aout-ns32k.lo: aout-ns32k.c $(INCDIR)/aout/aout64.h \
1534 ns32k.h libaout.h $(INCDIR)/bfdlink.h aoutx.h $(INCDIR)/filenames.h \
1535 $(INCDIR)/safe-ctype.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
e43d48cc 1536 $(INCDIR)/aout/ar.h
b13c7b49
AM
1537aout-sparcle.lo: aout-sparcle.c $(INCDIR)/bfdlink.h \
1538 libaout.h aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
1539 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1540 $(INCDIR)/aout/ar.h aout-target.h
1541aout-tic30.lo: aout-tic30.c $(INCDIR)/filenames.h libaout.h \
1542 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1543 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aoutx.h \
1544 $(INCDIR)/safe-ctype.h
1545aout0.lo: aout0.c aoutf1.h $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
1546 libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1547 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1548 aout-target.h
1549aout32.lo: aout32.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1550 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1551 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1552armnetbsd.lo: armnetbsd.c netbsd.h $(INCDIR)/filenames.h \
1553 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1554 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1555bout.lo: bout.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1556 genlink.h $(INCDIR)/bout.h $(INCDIR)/aout/stab_gnu.h \
2114f57b 1557 $(INCDIR)/aout/stab.def libaout.h
b13c7b49 1558cf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \
8a5cc6be
AM
1559 coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1560 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1561 coffcode.h coffswap.h
b13c7b49
AM
1562cf-m68klynx.lo: cf-m68klynx.c coff-m68k.c $(INCDIR)/filenames.h \
1563 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
8a5cc6be 1564 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49
AM
1565cf-sparclynx.lo: cf-sparclynx.c coff-sparc.c $(INCDIR)/filenames.h \
1566 $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
8a5cc6be 1567 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49
AM
1568coff-a29k.lo: coff-a29k.c $(INCDIR)/filenames.h $(INCDIR)/coff/a29k.h \
1569 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2114f57b 1570 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49
AM
1571coff-apollo.lo: coff-apollo.c $(INCDIR)/filenames.h \
1572 $(INCDIR)/coff/apollo.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
8a5cc6be 1573 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49 1574coff-arm.lo: coff-arm.c $(INCDIR)/filenames.h $(INCDIR)/coff/arm.h \
8a5cc6be 1575 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
b13c7b49
AM
1576 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1577coff-aux.lo: coff-aux.c $(INCDIR)/filenames.h $(INCDIR)/coff/aux-coff.h \
1578 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1579 coff-m68k.c libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1580 coffswap.h
1581coff-h8300.lo: coff-h8300.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1582 genlink.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h \
04c9666a
AM
1583 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/libiberty.h \
1584 coffcode.h coffswap.h
b13c7b49
AM
1585coff-h8500.lo: coff-h8500.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1586 $(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1587 libcoff.h coffcode.h coffswap.h
1588coff-i386.lo: coff-i386.c $(INCDIR)/filenames.h $(INCDIR)/coff/i386.h \
1589 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
8a5cc6be 1590 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49
AM
1591coff-i860.lo: coff-i860.c $(INCDIR)/filenames.h $(INCDIR)/coff/i860.h \
1592 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1593 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1594coff-go32.lo: coff-go32.c coff-i386.c $(INCDIR)/filenames.h \
1595 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
e43d48cc 1596 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49 1597coff-i960.lo: coff-i960.c $(INCDIR)/filenames.h $(INCDIR)/coff/i960.h \
2114f57b 1598 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
252b5132 1599 coffcode.h coffswap.h
b13c7b49
AM
1600coff-m68k.lo: coff-m68k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m68k.h \
1601 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
8a5cc6be 1602 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49
AM
1603coff-m88k.lo: coff-m88k.c $(INCDIR)/filenames.h $(INCDIR)/coff/m88k.h \
1604 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
8a5cc6be 1605 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49
AM
1606coff-mips.lo: coff-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1607 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1608 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
1609 libcoff.h libecoff.h coffswap.h ecoffswap.h
ba323545
AM
1610coff-or32.lo: coff-or32.c $(INCDIR)/filenames.h $(INCDIR)/coff/or32.h \
1611 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/bfdlink.h \
1612 coffcode.h coffswap.h
b13c7b49 1613coff-rs6000.lo: coff-rs6000.c $(INCDIR)/filenames.h \
beb1bf64 1614 $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
8a5cc6be
AM
1615 $(INCDIR)/coff/rs6000.h libcoff.h libxcoff.h coffcode.h \
1616 coffswap.h
b13c7b49
AM
1617coff-sh.lo: coff-sh.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1618 $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
1619 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
1620coff-sparc.lo: coff-sparc.c $(INCDIR)/filenames.h $(INCDIR)/coff/sparc.h \
8a5cc6be 1621 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
e43d48cc 1622 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49
AM
1623coff-stgo32.lo: coff-stgo32.c coff-i386.c $(INCDIR)/filenames.h \
1624 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1625 $(INCDIR)/coff/go32exe.h libcoff.h $(INCDIR)/bfdlink.h \
1626 coffcode.h coffswap.h go32stub.h
1627coff-svm68k.lo: coff-svm68k.c coff-m68k.c $(INCDIR)/filenames.h \
1628 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1629 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1630coff-tic30.lo: coff-tic30.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1631 $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1632 libcoff.h coffcode.h coffswap.h
37f45cf8
AM
1633coff-tic4x.lo: coff-tic4x.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1634 $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h $(INCDIR)/coff/internal.h \
1635 libcoff.h coffcode.h coffswap.h
b13c7b49 1636coff-tic54x.lo: coff-tic54x.c $(INCDIR)/filenames.h \
2114f57b 1637 $(INCDIR)/bfdlink.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
252b5132 1638 $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h
b13c7b49
AM
1639coff-tic80.lo: coff-tic80.c $(INCDIR)/bfdlink.h $(INCDIR)/filenames.h \
1640 $(INCDIR)/coff/tic80.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1641 libcoff.h coffcode.h coffswap.h
1642coff-u68k.lo: coff-u68k.c coff-m68k.c $(INCDIR)/filenames.h \
1643 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
8a5cc6be 1644 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
b13c7b49 1645coff-we32k.lo: coff-we32k.c $(INCDIR)/filenames.h $(INCDIR)/coff/we32k.h \
8a5cc6be 1646 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
b13c7b49
AM
1647 libcoff.h $(INCDIR)/bfdlink.h coffcode.h coffswap.h
1648coff-w65.lo: coff-w65.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1649 $(INCDIR)/coff/w65.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1650 libcoff.h coffcode.h coffswap.h
1651coff-z8k.lo: coff-z8k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1652 $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1653 libcoff.h coffcode.h coffswap.h
1654cofflink.lo: cofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
ede6aaf3 1655 $(INCDIR)/coff/internal.h libcoff.h $(INCDIR)/safe-ctype.h
b13c7b49 1656dwarf1.lo: dwarf1.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
252b5132 1657 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49
AM
1658 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf.h
1659ecoff.lo: ecoff.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1660 $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h $(INCDIR)/aout/stab_gnu.h \
1661 $(INCDIR)/aout/stab.def libaout.h $(INCDIR)/aout/aout64.h \
1662 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1663 $(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
1664ecofflink.lo: ecofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1665 $(INCDIR)/objalloc.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
1666 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1667 $(INCDIR)/coff/ecoff.h libcoff.h libecoff.h
1668efi-app-ia32.lo: efi-app-ia32.c $(INCDIR)/filenames.h \
1669 coff-i386.c $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h \
1670 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1671 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1672elf.lo: elf.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1673 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
c0ef99a7 1674 $(INCDIR)/elf/external.h $(INCDIR)/libiberty.h
942e0f42
AM
1675elf32-am33lin.lo: elf32-am33lin.c elf-m10300.c $(INCDIR)/filenames.h \
1676 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1677 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h \
1678 $(INCDIR)/elf/reloc-macros.h elf32-target.h
b13c7b49 1679elf32-arc.lo: elf32-arc.c $(INCDIR)/filenames.h elf-bfd.h \
2114f57b 1680 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
b13c7b49
AM
1681 $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
1682 $(INCDIR)/libiberty.h elf32-target.h
1683elfarm-oabi.lo: elfarm-oabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
1684 $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
1685 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1686 elf32-arm.h elf32-target.h
e43d48cc 1687elfarm-nabi.lo: elfarm-nabi.c $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h \
b13c7b49
AM
1688 $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
1689 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
b6821651 1690 elf32-arm.h elf32-target.h
b13c7b49
AM
1691elf32-avr.lo: elf32-avr.c $(INCDIR)/filenames.h elf-bfd.h \
1692 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1693 $(INCDIR)/bfdlink.h $(INCDIR)/elf/avr.h $(INCDIR)/elf/reloc-macros.h \
1694 elf32-target.h
f6f9408f 1695elf32-cr16c.lo: elf32-cr16c.c $(INCDIR)/filenames.h \
0949843d 1696 $(INCDIR)/bfdlink.h $(INCDIR)/elf/cr16c.h $(INCDIR)/elf/reloc-macros.h \
f6f9408f
JR
1697 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1698 $(INCDIR)/elf/external.h elf32-target.h
b13c7b49
AM
1699elf32-cris.lo: elf32-cris.c $(INCDIR)/filenames.h elf-bfd.h \
1700 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1701 $(INCDIR)/bfdlink.h $(INCDIR)/elf/cris.h $(INCDIR)/elf/reloc-macros.h \
1702 elf32-target.h
1703elf32-d10v.lo: elf32-d10v.c $(INCDIR)/filenames.h elf-bfd.h \
1704 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1705 $(INCDIR)/bfdlink.h $(INCDIR)/elf/d10v.h $(INCDIR)/elf/reloc-macros.h \
1706 elf32-target.h
1707elf32-d30v.lo: elf32-d30v.c $(INCDIR)/filenames.h elf-bfd.h \
1708 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1709 $(INCDIR)/bfdlink.h $(INCDIR)/elf/d30v.h $(INCDIR)/elf/reloc-macros.h \
1710 elf32-target.h
d172d4ba
NC
1711elf32-dlx.lo: elf32-dlx.c $(INCDIR)/filenames.h elf-bfd.h \
1712 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1713 $(INCDIR)/bfdlink.h $(INCDIR)/elf/dlx.h $(INCDIR)/elf/reloc-macros.h \
1714 elf32-target.h
b13c7b49
AM
1715elf32-fr30.lo: elf32-fr30.c $(INCDIR)/filenames.h elf-bfd.h \
1716 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1717 $(INCDIR)/bfdlink.h $(INCDIR)/elf/fr30.h $(INCDIR)/elf/reloc-macros.h \
1718 elf32-target.h
ba26fd96
AM
1719elf32-frv.lo: elf32-frv.c $(INCDIR)/filenames.h elf-bfd.h \
1720 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1721 $(INCDIR)/bfdlink.h $(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h \
05864e2a 1722 $(INCDIR)/elf/dwarf2.h $(INCDIR)/hashtab.h elf32-target.h
b13c7b49 1723elf32-gen.lo: elf32-gen.c $(INCDIR)/filenames.h elf-bfd.h \
41b49281 1724 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
b13c7b49
AM
1725 $(INCDIR)/bfdlink.h elf32-target.h
1726elf32-h8300.lo: elf32-h8300.c $(INCDIR)/filenames.h \
923f08ff 1727 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49 1728 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/h8.h \
923f08ff 1729 $(INCDIR)/elf/reloc-macros.h elf32-target.h
b13c7b49
AM
1730elf32-hppa.lo: elf32-hppa.c $(INCDIR)/filenames.h elf-bfd.h \
1731 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1732 $(INCDIR)/bfdlink.h $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h \
1733 libhppa.h elf32-hppa.h elf-hppa.h elf32-target.h
1734elf32-i370.lo: elf32-i370.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2114f57b 1735 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
37f45cf8
AM
1736 $(INCDIR)/elf/external.h $(INCDIR)/elf/i370.h $(INCDIR)/elf/reloc-macros.h \
1737 elf32-target.h
b13c7b49 1738elf32-i386.lo: elf32-i386.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2114f57b 1739 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49 1740 $(INCDIR)/elf/external.h $(INCDIR)/elf/i386.h $(INCDIR)/elf/reloc-macros.h \
b6821651 1741 elf32-target.h
b13c7b49
AM
1742elf32-i860.lo: elf32-i860.c $(INCDIR)/filenames.h elf-bfd.h \
1743 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1744 $(INCDIR)/bfdlink.h $(INCDIR)/elf/i860.h $(INCDIR)/elf/reloc-macros.h \
1745 elf32-target.h
1746elf32-i960.lo: elf32-i960.c $(INCDIR)/filenames.h elf-bfd.h \
1747 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1748 $(INCDIR)/bfdlink.h $(INCDIR)/elf/i960.h $(INCDIR)/elf/reloc-macros.h \
1749 elf32-target.h
cf88bb9f
NC
1750elf32-ip2k.lo: elf32-ip2k.c $(INCDIR)/filenames.h elf-bfd.h \
1751 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1752 $(INCDIR)/bfdlink.h $(INCDIR)/elf/ip2k.h $(INCDIR)/elf/reloc-macros.h \
1753 elf32-target.h
04c9666a
AM
1754elf32-iq2000.lo: elf32-iq2000.c $(INCDIR)/filenames.h \
1755 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1756 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/iq2000.h \
1757 $(INCDIR)/elf/reloc-macros.h elf32-target.h
b13c7b49
AM
1758elf32-m32r.lo: elf32-m32r.c $(INCDIR)/filenames.h elf-bfd.h \
1759 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1760 $(INCDIR)/bfdlink.h $(INCDIR)/elf/m32r.h $(INCDIR)/elf/reloc-macros.h \
1761 elf32-target.h
1762elf32-m68k.lo: elf32-m68k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2114f57b 1763 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49
AM
1764 $(INCDIR)/elf/external.h $(INCDIR)/elf/m68k.h $(INCDIR)/elf/reloc-macros.h \
1765 elf32-target.h
1766elf32-m68hc11.lo: elf32-m68hc11.c $(INCDIR)/filenames.h \
37f45cf8 1767 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
795bb480
AM
1768 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-m68hc1x.h \
1769 $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
1770 $(INCDIR)/opcode/m68hc11.h elf32-target.h
b13c7b49 1771elf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \
795bb480
AM
1772 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1773 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-m68hc1x.h \
1774 $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
1775 $(INCDIR)/opcode/m68hc11.h elf32-target.h
f5a6f915 1776elf32-m68hc1x.lo: elf32-m68hc1x.c $(INCDIR)/filenames.h \
c5d1701e 1777 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
795bb480
AM
1778 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elf32-m68hc1x.h \
1779 $(INCDIR)/elf/m68hc11.h $(INCDIR)/elf/reloc-macros.h \
1780 $(INCDIR)/opcode/m68hc11.h
b13c7b49
AM
1781elf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h elf-bfd.h \
1782 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1783 $(INCDIR)/bfdlink.h elf32-target.h
1784elf-m10200.lo: elf-m10200.c $(INCDIR)/filenames.h elf-bfd.h \
1785 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1786 $(INCDIR)/bfdlink.h elf32-target.h
1787elf-m10300.lo: elf-m10300.c $(INCDIR)/filenames.h elf-bfd.h \
1788 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1789 $(INCDIR)/bfdlink.h $(INCDIR)/elf/mn10300.h $(INCDIR)/elf/reloc-macros.h \
252b5132 1790 elf32-target.h
b13c7b49 1791elf32-mcore.lo: elf32-mcore.c $(INCDIR)/filenames.h \
2114f57b 1792 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
b13c7b49 1793 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/mcore.h \
e43d48cc 1794 $(INCDIR)/elf/reloc-macros.h elf32-target.h
04c9666a
AM
1795elfxx-mips.lo: elfxx-mips.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
1796 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1797 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h elfxx-mips.h \
1798 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h \
1799 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h \
1800 $(INCDIR)/coff/external.h $(INCDIR)/hashtab.h
b13c7b49 1801elf32-mips.lo: elf32-mips.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
830629ab
AM
1802 genlink.h elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1803 $(INCDIR)/elf/external.h elfxx-mips.h $(INCDIR)/elf/mips.h \
c6e90b02
TS
1804 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
1805 $(INCDIR)/coff/internal.h $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h \
830629ab 1806 $(INCDIR)/coff/external.h ecoffswap.h elf32-target.h
04c9666a
AM
1807elf32-msp430.lo: elf32-msp430.c $(INCDIR)/filenames.h \
1808 $(INCDIR)/libiberty.h elf-bfd.h $(INCDIR)/elf/common.h \
1809 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1810 $(INCDIR)/elf/msp430.h $(INCDIR)/elf/reloc-macros.h \
2469cfa2 1811 elf32-target.h
b13c7b49 1812elf32-openrisc.lo: elf32-openrisc.c $(INCDIR)/filenames.h \
2114f57b 1813 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49
AM
1814 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/openrisc.h \
1815 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
2114f57b 1816 elf32-target.h
3b16e843
NC
1817elf32-or32.lo: elf32-or32.c $(INCDIR)/filenames.h elf-bfd.h \
1818 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
ba323545
AM
1819 $(INCDIR)/bfdlink.h $(INCDIR)/elf/or32.h $(INCDIR)/elf/reloc-macros.h \
1820 $(INCDIR)/libiberty.h elf32-target.h
b13c7b49
AM
1821elf32-pj.lo: elf32-pj.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1822 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1823 $(INCDIR)/elf/external.h $(INCDIR)/elf/pj.h $(INCDIR)/elf/reloc-macros.h \
a85d7ed0 1824 elf32-target.h
b13c7b49 1825elf32-ppc.lo: elf32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
e43d48cc 1826 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49 1827 $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \
3f87cb70 1828 elf32-ppc.h elf32-target.h
54327882
AM
1829elf32-sh64.lo: elf32-sh64.c $(INCDIR)/filenames.h elf-bfd.h \
1830 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1831 $(INCDIR)/bfdlink.h $(srcdir)/../opcodes/sh64-opc.h \
f0abc2a1 1832 elf32-sh64.h elf32-sh.c $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
871ec896
JR
1833 $(INCDIR)/libiberty.h $(srcdir)/../opcodes/sh-opc.h \
1834 elf32-target.h
9cba27b2
JT
1835elf32-sh64-com.lo: elf32-sh64-com.c $(INCDIR)/filenames.h \
1836 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1837 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h \
f0abc2a1 1838 $(INCDIR)/elf/reloc-macros.h elf32-sh64.h $(srcdir)/../opcodes/sh64-opc.h
b13c7b49 1839elf32-s390.lo: elf32-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
e43d48cc 1840 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49
AM
1841 $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h \
1842 elf32-target.h
1843elf32-sh.lo: elf32-sh.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2114f57b 1844 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
b13c7b49 1845 $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
871ec896
JR
1846 $(INCDIR)/libiberty.h $(srcdir)/../opcodes/sh-opc.h \
1847 elf32-target.h
85fbca6a
NC
1848elf32-sh-symbian.lo: elf32-sh-symbian.c elf32-sh.c $(INCDIR)/filenames.h \
1849 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1850 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h \
1851 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
1852 $(srcdir)/../opcodes/sh-opc.h elf32-target.h
b13c7b49 1853elf32-sparc.lo: elf32-sparc.c $(INCDIR)/filenames.h \
2114f57b
AM
1854 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1855 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/sparc.h \
1856 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/sparc.h \
1857 elf32-target.h
b13c7b49
AM
1858elf32-v850.lo: elf32-v850.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1859 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1860 $(INCDIR)/elf/external.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h \
1861 $(INCDIR)/libiberty.h elf32-target.h
90ace9e9
JT
1862elf32-vax.lo: elf32-vax.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1863 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1864 $(INCDIR)/elf/external.h $(INCDIR)/elf/vax.h $(INCDIR)/elf/reloc-macros.h \
caf47ea6 1865 elf32-target.h
c0ef99a7
AM
1866elf32-xstormy16.lo: elf32-xstormy16.c $(INCDIR)/filenames.h \
1867 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1868 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/xstormy16.h \
1869 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/libiberty.h \
93fbbb04 1870 elf32-target.h
795bb480
AM
1871elf32-xtensa.lo: elf32-xtensa.c $(INCDIR)/filenames.h \
1872 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
1873 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/xtensa.h \
1874 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/xtensa-isa.h \
1875 $(INCDIR)/xtensa-config.h elf32-target.h
b13c7b49 1876elf32.lo: elf32.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
e43d48cc 1877 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
f6f9408f 1878 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h
b13c7b49
AM
1879elflink.lo: elflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1880 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
f6f9408f 1881 $(INCDIR)/elf/external.h $(INCDIR)/safe-ctype.h $(INCDIR)/libiberty.h
c0ef99a7
AM
1882elf-strtab.lo: elf-strtab.c $(INCDIR)/filenames.h elf-bfd.h \
1883 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
e90b95f6 1884 $(INCDIR)/bfdlink.h $(INCDIR)/hashtab.h $(INCDIR)/libiberty.h
c0ef99a7
AM
1885elf-eh-frame.lo: elf-eh-frame.c $(INCDIR)/filenames.h \
1886 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1887 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/dwarf2.h
b13c7b49
AM
1888epoc-pe-arm.lo: epoc-pe-arm.c pe-arm.c $(INCDIR)/filenames.h \
1889 coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
1890 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1891 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1892epoc-pei-arm.lo: epoc-pei-arm.c pei-arm.c $(INCDIR)/filenames.h \
1893 coff-arm.c $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
1894 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
1895 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
1896hp300bsd.lo: hp300bsd.c $(INCDIR)/filenames.h libaout.h \
1897 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
2114f57b 1898 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
252b5132 1899hp300hpux.lo: hp300hpux.c $(INCDIR)/aout/hp300hpux.h \
b13c7b49 1900 aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
923f08ff
AM
1901 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
1902 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1903 aout-target.h
b13c7b49
AM
1904som.lo: som.c $(INCDIR)/alloca-conf.h $(INCDIR)/filenames.h
1905i386aout.lo: i386aout.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1906 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/stab_gnu.h \
1907 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1908i386bsd.lo: i386bsd.c $(INCDIR)/filenames.h libaout.h \
1909 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
2114f57b 1910 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
e43d48cc 1911i386dynix.lo: i386dynix.c $(INCDIR)/aout/dynix3.h aoutx.h \
b13c7b49
AM
1912 $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h $(INCDIR)/bfdlink.h \
1913 libaout.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1914 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h aout-target.h
1915i386freebsd.lo: i386freebsd.c freebsd.h $(INCDIR)/filenames.h \
1916 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1917 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1918i386linux.lo: i386linux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
2114f57b 1919 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
b13c7b49
AM
1920 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1921i386lynx.lo: i386lynx.c $(INCDIR)/filenames.h libaout.h \
1922 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1923 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1924i386msdos.lo: i386msdos.c $(INCDIR)/filenames.h libaout.h \
1925 $(INCDIR)/bfdlink.h
1926i386netbsd.lo: i386netbsd.c netbsd.h $(INCDIR)/filenames.h \
2114f57b
AM
1927 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1928 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
b13c7b49
AM
1929i386mach3.lo: i386mach3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1930 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1931 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1932i386os9k.lo: i386os9k.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
1933 libaout.h $(INCDIR)/os9k.h
1934ieee.lo: ieee.c $(INCDIR)/filenames.h $(INCDIR)/ieee.h \
1935 libieee.h $(INCDIR)/safe-ctype.h
1936m68k4knetbsd.lo: m68k4knetbsd.c netbsd.h $(INCDIR)/filenames.h \
2114f57b
AM
1937 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1938 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
b13c7b49
AM
1939m68klinux.lo: m68klinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1940 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1941 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1942m68klynx.lo: m68klynx.c $(INCDIR)/filenames.h libaout.h \
1943 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1944 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1945m68knetbsd.lo: m68knetbsd.c netbsd.h $(INCDIR)/filenames.h \
1946 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1947 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1948m88kmach3.lo: m88kmach3.c $(INCDIR)/filenames.h libaout.h \
1949 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
c6f8758f
NC
1950 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1951m88kopenbsd.lo: m88kopenbsd.c netbsd.h $(INCDIR)/filenames.h \
1952 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
b13c7b49 1953 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
3af9a47b
NC
1954mach-o.lo: mach-o.c mach-o.h $(INCDIR)/filenames.h \
1955 $(INCDIR)/libiberty.h mach-o-target.c
b13c7b49
AM
1956mipsbsd.lo: mipsbsd.c $(INCDIR)/filenames.h libaout.h \
1957 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
1958 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1959newsos3.lo: newsos3.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
1960 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
1961 libaout.h $(INCDIR)/bfdlink.h aout-target.h
1962nlm.lo: nlm.c $(INCDIR)/filenames.h libnlm.h $(INCDIR)/nlm/common.h \
1963 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1964nlm32-i386.lo: nlm32-i386.c $(INCDIR)/filenames.h $(INCDIR)/nlm/i386-ext.h \
252b5132 1965 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
b13c7b49
AM
1966 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1967nlm32-sparc.lo: nlm32-sparc.c $(INCDIR)/filenames.h \
2114f57b
AM
1968 $(INCDIR)/nlm/sparc32-ext.h libnlm.h $(INCDIR)/nlm/common.h \
1969 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
1970 nlm-target.h
b13c7b49 1971nlm32-ppc.lo: nlm32-ppc.c $(INCDIR)/filenames.h $(INCDIR)/nlm/ppc-ext.h \
252b5132 1972 libnlm.h $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h \
b13c7b49
AM
1973 $(INCDIR)/nlm/external.h nlmswap.h nlm-target.h
1974nlm32.lo: nlm32.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
1975 $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
1976ns32knetbsd.lo: ns32knetbsd.c netbsd.h $(INCDIR)/filenames.h \
e43d48cc 1977 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
b13c7b49
AM
1978 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1979oasys.lo: oasys.c $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
1980 $(INCDIR)/oasys.h liboasys.h
1981pc532-mach.lo: pc532-mach.c $(INCDIR)/filenames.h libaout.h \
1982 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
1983 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
1984pdp11.lo: pdp11.c $(INCDIR)/filenames.h libaout.h $(INCDIR)/bfdlink.h \
1985 aout-target.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
1986 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h $(INCDIR)/safe-ctype.h
795bb480
AM
1987pef.lo: pef.c $(INCDIR)/safe-ctype.h pef.h pef-traceback.h \
1988 $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
b13c7b49
AM
1989pe-arm.lo: pe-arm.c $(INCDIR)/filenames.h coff-arm.c \
1990 $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1991 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1992 peicode.h libpei.h
1993pei-arm.lo: pei-arm.c $(INCDIR)/filenames.h coff-arm.c \
1994 $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1995 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
1996 peicode.h libpei.h
1997pe-i386.lo: pe-i386.c $(INCDIR)/filenames.h coff-i386.c \
1998 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
1999 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2000 peicode.h libpei.h
2001pei-i386.lo: pei-i386.c $(INCDIR)/filenames.h coff-i386.c \
2002 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2003 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2004 peicode.h libpei.h
2005pe-mcore.lo: pe-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
2006 $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2007 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2008 peicode.h libpei.h
2009pei-mcore.lo: pei-mcore.c $(INCDIR)/filenames.h coff-mcore.c \
2010 $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2011 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2012 peicode.h libpei.h
2013pe-ppc.lo: pe-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
2014 $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
e43d48cc
AM
2015 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2016 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
b13c7b49
AM
2017pei-ppc.lo: pei-ppc.c $(INCDIR)/filenames.h coff-ppc.c \
2018 $(INCDIR)/coff/powerpc.h $(INCDIR)/coff/external.h \
e43d48cc
AM
2019 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2020 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
b13c7b49
AM
2021pe-sh.lo: pe-sh.c $(INCDIR)/filenames.h coff-sh.c $(INCDIR)/libiberty.h \
2022 $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
e43d48cc 2023 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
b13c7b49
AM
2024 coffcode.h peicode.h libpei.h
2025pei-sh.lo: pei-sh.c $(INCDIR)/filenames.h coff-sh.c \
2026 $(INCDIR)/libiberty.h $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \
2027 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
e43d48cc
AM
2028 $(INCDIR)/coff/pe.h libcoff.h coffcode.h peicode.h \
2029 libpei.h
b13c7b49
AM
2030pe-mips.lo: pe-mips.c $(INCDIR)/filenames.h $(INCDIR)/coff/mipspe.h \
2031 $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2032 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2033 peicode.h libpei.h
2034pei-mips.lo: pei-mips.c $(INCDIR)/filenames.h pe-mips.c \
8a5cc6be
AM
2035 $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2036 $(INCDIR)/coff/pe.h libcoff.h $(INCDIR)/bfdlink.h coffcode.h \
2037 peicode.h libpei.h
b13c7b49
AM
2038ppcboot.lo: ppcboot.c $(INCDIR)/safe-ctype.h $(INCDIR)/filenames.h
2039reloc16.lo: reloc16.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2040 genlink.h $(INCDIR)/coff/internal.h libcoff.h
2041riscix.lo: riscix.c $(INCDIR)/filenames.h libaout.h \
2042 $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h aout-target.h \
2043 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2044sparclinux.lo: sparclinux.c $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
2045 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
2046 libaout.h $(INCDIR)/bfdlink.h aout-target.h
2047sparclynx.lo: sparclynx.c $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h \
252b5132 2048 libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
b13c7b49
AM
2049 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
2050 aout-target.h
2051sparcnetbsd.lo: sparcnetbsd.c netbsd.h $(INCDIR)/filenames.h \
2052 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
2053 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2054sunos.lo: sunos.c $(INCDIR)/bfdlink.h libaout.h aoutf1.h \
2055 $(INCDIR)/filenames.h $(INCDIR)/aout/sun4.h $(INCDIR)/aout/aout64.h \
2056 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \
2057 aout-target.h
2058vaxnetbsd.lo: vaxnetbsd.c netbsd.h $(INCDIR)/filenames.h \
2059 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
3c2bfad6
JT
2060 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2061vax1knetbsd.lo: vax1knetbsd.c netbsd.h $(INCDIR)/filenames.h \
2062 libaout.h $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
ba26fd96
AM
2063 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2064vaxbsd.lo: vaxbsd.c $(INCDIR)/filenames.h libaout.h \
2065 $(INCDIR)/bfdlink.h aout-target.h $(INCDIR)/aout/aout64.h \
b13c7b49
AM
2066 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2067versados.lo: versados.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
2068vms.lo: vms.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2069 vms.h
2070vms-gsd.lo: vms-gsd.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2071 vms.h
6a0735ef
AM
2072vms-hdr.lo: vms-hdr.c bfdver.h $(INCDIR)/filenames.h \
2073 $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h vms.h
b13c7b49
AM
2074vms-misc.lo: vms-misc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2075 vms.h
2076vms-tir.lo: vms-tir.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2077 vms.h
2078xcofflink.lo: xcofflink.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2079 $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h libcoff.h \
2080 libxcoff.h
3af9a47b 2081xsym.lo: xsym.c xsym.h $(INCDIR)/filenames.h
e0001a05
NC
2082xtensa-isa.lo: xtensa-isa.c $(INCDIR)/xtensa-isa.h \
2083 $(INCDIR)/xtensa-isa-internal.h
f6f9408f 2084xtensa-modules.lo: xtensa-modules.c $(INCDIR)/xtensa-isa-internal.h
54327882 2085aix5ppc-core.lo: aix5ppc-core.c
b13c7b49
AM
2086aout64.lo: aout64.c aoutx.h $(INCDIR)/filenames.h $(INCDIR)/safe-ctype.h \
2087 $(INCDIR)/bfdlink.h libaout.h $(INCDIR)/aout/aout64.h \
2088 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
2089coff-alpha.lo: coff-alpha.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2090 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h \
2091 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h \
2092 libcoff.h libecoff.h coffswap.h ecoffswap.h
2093coff64-rs6000.lo: coff64-rs6000.c $(INCDIR)/filenames.h \
8a5cc6be 2094 $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/xcoff.h \
b13c7b49
AM
2095 $(INCDIR)/coff/rs6k64.h libcoff.h libxcoff.h coffcode.h \
2096 coffswap.h
2097demo64.lo: demo64.c aoutf1.h $(INCDIR)/filenames.h \
2114f57b
AM
2098 $(INCDIR)/aout/sun4.h libaout.h $(INCDIR)/bfdlink.h \
2099 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
2100 $(INCDIR)/aout/ar.h aout-target.h
b13c7b49
AM
2101efi-app-ia64.lo: efi-app-ia64.c $(INCDIR)/filenames.h \
2102 coff-ia64.c $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h \
2103 $(INCDIR)/coff/internal.h $(INCDIR)/coff/pe.h libcoff.h \
2104 $(INCDIR)/bfdlink.h coffcode.h peicode.h libpei.h
2105elf64-x86-64.lo: elf64-x86-64.c $(INCDIR)/filenames.h \
54327882
AM
2106 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
2107 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/x86-64.h \
b13c7b49
AM
2108 $(INCDIR)/elf/reloc-macros.h elf64-target.h
2109elf64-alpha.lo: elf64-alpha.c $(INCDIR)/filenames.h \
2114f57b
AM
2110 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2111 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/alpha.h \
2112 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \
2113 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h $(INCDIR)/coff/ecoff.h \
2114 $(INCDIR)/coff/alpha.h $(INCDIR)/aout/ar.h libcoff.h \
2115 libecoff.h ecoffswap.h elf64-target.h
27b7e12d 2116elf64-hppa.lo: elf64-hppa.c $(INCDIR)/alloca-conf.h \
b13c7b49
AM
2117 $(INCDIR)/filenames.h elf-bfd.h $(INCDIR)/elf/common.h \
2118 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
2119 $(INCDIR)/elf/hppa.h $(INCDIR)/elf/reloc-macros.h libhppa.h \
2120 elf64-hppa.h elf-hppa.h elf64-target.h
2121elf64-gen.lo: elf64-gen.c $(INCDIR)/filenames.h elf-bfd.h \
2114f57b 2122 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
b13c7b49 2123 $(INCDIR)/bfdlink.h elf64-target.h
37f45cf8
AM
2124elfn32-mips.lo: elfn32-mips.c $(INCDIR)/filenames.h \
2125 $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \
2126 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfxx-mips.h \
2127 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h \
2128 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
2129 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/mips.h $(INCDIR)/coff/external.h \
2130 ecoffswap.h elf32-target.h
b13c7b49 2131elf64-mips.lo: elf64-mips.c $(INCDIR)/filenames.h $(INCDIR)/aout/ar.h \
830629ab
AM
2132 $(INCDIR)/bfdlink.h genlink.h elf-bfd.h $(INCDIR)/elf/common.h \
2133 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfxx-mips.h \
2134 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/sym.h \
2135 $(INCDIR)/coff/symconst.h $(INCDIR)/coff/internal.h \
2136 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/alpha.h ecoffswap.h \
2137 elf64-target.h
3c3bdf30
NC
2138elf64-mmix.lo: elf64-mmix.c $(INCDIR)/filenames.h elf-bfd.h \
2139 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2140 $(INCDIR)/bfdlink.h $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h \
2141 $(INCDIR)/opcode/mmix.h elf64-target.h
b13c7b49 2142elf64-ppc.lo: elf64-ppc.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
a85d7ed0 2143 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
04c9666a 2144 $(INCDIR)/elf/external.h $(INCDIR)/elf/ppc64.h $(INCDIR)/elf/reloc-macros.h \
c0ef99a7 2145 elf64-ppc.h elf64-target.h
b13c7b49
AM
2146elf64-s390.lo: elf64-s390.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2147 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2148 $(INCDIR)/elf/external.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h \
2149 elf64-target.h
2c73f9d8
AM
2150elf64-sh64.lo: elf64-sh64.c $(INCDIR)/filenames.h $(INCDIR)/bfdlink.h \
2151 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2152 $(INCDIR)/elf/external.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
2153 elf64-target.h
b13c7b49 2154elf64-sparc.lo: elf64-sparc.c $(INCDIR)/filenames.h \
2114f57b
AM
2155 elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
2156 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/sparc.h \
252b5132
RH
2157 $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
2158 elf64-target.h
b13c7b49
AM
2159elf64.lo: elf64.c elfcode.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
2160 $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \
f6f9408f 2161 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h elfcore.h
3c3bdf30
NC
2162mmo.lo: mmo.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
2163 $(INCDIR)/elf/mmix.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h
b13c7b49 2164nlm32-alpha.lo: nlm32-alpha.c $(INCDIR)/filenames.h \
2114f57b
AM
2165 $(INCDIR)/nlm/alpha-ext.h libnlm.h $(INCDIR)/nlm/common.h \
2166 $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h nlmswap.h \
2167 nlm-target.h
b13c7b49
AM
2168nlm64.lo: nlm64.c nlmcode.h $(INCDIR)/filenames.h libnlm.h \
2169 $(INCDIR)/nlm/common.h $(INCDIR)/nlm/internal.h $(INCDIR)/nlm/external.h
2170aix386-core.lo: aix386-core.c $(INCDIR)/filenames.h \
8a5cc6be
AM
2171 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/internal.h \
2172 libcoff.h $(INCDIR)/bfdlink.h
b13c7b49
AM
2173hpux-core.lo: hpux-core.c $(INCDIR)/filenames.h
2174irix-core.lo: irix-core.c $(INCDIR)/filenames.h
2175lynx-core.lo: lynx-core.c $(INCDIR)/filenames.h
2176osf-core.lo: osf-core.c $(INCDIR)/filenames.h
2177sco5-core.lo: sco5-core.c $(INCDIR)/filenames.h libaout.h \
2178 $(INCDIR)/bfdlink.h
2179trad-core.lo: trad-core.c $(INCDIR)/filenames.h libaout.h \
2180 $(INCDIR)/bfdlink.h
2181cisco-core.lo: cisco-core.c $(INCDIR)/filenames.h
2182elf32-ia64.lo: elf32-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
2183 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2184 $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
9fa06c65
AM
2185 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h $(INCDIR)/hashtab.h \
2186 elf32-target.h
b13c7b49
AM
2187elf64-ia64.lo: elf64-ia64.c $(INCDIR)/filenames.h elf-bfd.h \
2188 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2189 $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h \
9fa06c65
AM
2190 $(INCDIR)/elf/reloc-macros.h $(INCDIR)/objalloc.h $(INCDIR)/hashtab.h \
2191 elf64-target.h
b13c7b49
AM
2192peigen.lo: peigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
2193 $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(INCDIR)/coff/pe.h \
2194 libcoff.h $(INCDIR)/bfdlink.h libpei.h
2195pepigen.lo: pepigen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
2196 $(INCDIR)/coff/ia64.h $(INCDIR)/coff/external.h $(INCDIR)/coff/pe.h \
2197 libcoff.h $(INCDIR)/bfdlink.h libpei.h
252b5132 2198# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
85fbca6a
NC
2199
2200# Tell versions [3.59,3.63) of GNU make to not export all variables.
2201# Otherwise a system limit (for SysV at least) may be exceeded.
2202.NOEXPORT:
This page took 0.407432 seconds and 4 git commands to generate.