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