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