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