OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [bfd/] [Makefile.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.