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