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