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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-binutils/] [binutils-2.19.1/] [opcodes/] [Makefile.am] - Blame information for rev 7

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 6 jlechner
## Process this file with automake to generate Makefile.in
2
 
3
AUTOMAKE_OPTIONS = 1.9 cygnus
4
ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
5
 
6
SUBDIRS = po
7
 
8
INCDIR = $(srcdir)/../include
9
BFDDIR = $(srcdir)/../bfd
10
MKDEP = gcc -MM
11
 
12
WARN_CFLAGS = @WARN_CFLAGS@
13
NO_WERROR = @NO_WERROR@
14
AM_CFLAGS = $(WARN_CFLAGS)
15
 
16
bfdlibdir = @bfdlibdir@
17
bfdincludedir = @bfdincludedir@
18
 
19
.PHONY: install-html
20
install-html:
21
 
22
bfdlib_LTLIBRARIES = libopcodes.la
23
 
24
# This is where bfd.h lives.
25
BFD_H = ../bfd/bfd.h
26
 
27
# This is where libiberty lives.
28
LIBIBERTY = ../libiberty/libiberty.a
29
 
30
# Header files.
31
HFILES = \
32
        cgen-ops.h cgen-types.h \
33
        fr30-desc.h fr30-opc.h \
34
        frv-desc.h frv-opc.h \
35
        h8500-opc.h \
36
        i386-init.h \
37
        i386-opc.h \
38
        i386-tbl.h \
39
        ia64-asmtab.h \
40
        ia64-opc.h \
41
        ip2k-desc.h ip2k-opc.h \
42
        iq2000-desc.h iq2000-opc.h \
43
        m32c-desc.h m32c-opc.h \
44
        m32r-desc.h m32r-opc.h \
45
        mcore-opc.h \
46
        mep-desc.h mep-opc.h \
47
        mt-desc.h mt-opc.h \
48
        openrisc-desc.h openrisc-opc.h \
49
        score-opc.h \
50
        sh-opc.h \
51
        sh64-opc.h \
52
        scarts_16-desc.h scarts_16-opc.h \
53
        scarts_32-desc.h scarts_32-opc.h \
54
        sysdep.h \
55
        w65-opc.h \
56
        xc16x-desc.h xc16x-opc.h \
57
        xstormy16-desc.h xstormy16-opc.h \
58
        z8k-opc.h
59
 
60
# C source files that correspond to .o's.
61
CFILES = \
62
        alpha-dis.c \
63
        alpha-opc.c \
64
        arc-dis.c \
65
        arc-opc.c \
66
        arc-ext.c \
67
        arm-dis.c \
68
        avr-dis.c \
69
        bfin-dis.c \
70
        cgen-asm.c \
71
        cgen-bitset.c \
72
        cgen-dis.c \
73
        cgen-opc.c \
74
        cr16-dis.c \
75
        cr16-opc.c \
76
        cris-dis.c \
77
        cris-opc.c \
78
        crx-dis.c \
79
        crx-opc.c \
80
        d10v-dis.c \
81
        d10v-opc.c \
82
        d30v-dis.c \
83
        d30v-opc.c \
84
        dlx-dis.c \
85
        dis-buf.c \
86
        dis-init.c \
87
        disassemble.c \
88
        fr30-asm.c \
89
        fr30-desc.c \
90
        fr30-dis.c \
91
        fr30-ibld.c \
92
        fr30-opc.c \
93
        frv-asm.c \
94
        frv-desc.c \
95
        frv-dis.c \
96
        frv-ibld.c \
97
        frv-opc.c \
98
        h8300-dis.c \
99
        h8500-dis.c \
100
        hppa-dis.c \
101
        i370-dis.c \
102
        i370-opc.c \
103
        i386-dis.c \
104
        i386-opc.c \
105
        i386-gen.c \
106
        i860-dis.c \
107
        i960-dis.c \
108
        ia64-dis.c \
109
        ia64-opc-a.c \
110
        ia64-opc-b.c \
111
        ia64-opc-f.c \
112
        ia64-opc-i.c \
113
        ia64-opc-m.c \
114
        ia64-opc-d.c \
115
        ia64-opc.c \
116
        ia64-gen.c \
117
        ia64-asmtab.c \
118
        ip2k-asm.c \
119
        ip2k-desc.c \
120
        ip2k-dis.c \
121
        ip2k-ibld.c \
122
        ip2k-opc.c \
123
        iq2000-asm.c \
124
        iq2000-desc.c \
125
        iq2000-dis.c \
126
        iq2000-ibld.c \
127
        iq2000-opc.c \
128
        m32c-asm.c \
129
        m32c-desc.c \
130
        m32c-dis.c \
131
        m32c-ibld.c \
132
        m32c-opc.c \
133
        m32r-asm.c \
134
        m32r-desc.c \
135
        m32r-dis.c \
136
        m32r-ibld.c \
137
        m32r-opc.c \
138
        m32r-opinst.c \
139
        m68hc11-dis.c \
140
        m68hc11-opc.c \
141
        m68k-dis.c \
142
        m68k-opc.c \
143
        m88k-dis.c \
144
        maxq-dis.c \
145
        mcore-dis.c \
146
        mep-asm.c \
147
        mep-desc.c \
148
        mep-dis.c \
149
        mep-ibld.c \
150
        mep-opc.c \
151
        mips-dis.c \
152
        mips-opc.c \
153
        mips16-opc.c \
154
        m10200-dis.c \
155
        m10200-opc.c \
156
        m10300-dis.c \
157
        m10300-opc.c \
158
        mmix-dis.c \
159
        mmix-opc.c \
160
        mt-asm.c \
161
        mt-desc.c \
162
        mt-dis.c \
163
        mt-ibld.c \
164
        mt-opc.c \
165
        ns32k-dis.c \
166
        openrisc-asm.c \
167
        openrisc-desc.c \
168
        openrisc-dis.c \
169
        openrisc-ibld.c \
170
        openrisc-opc.c \
171
        or32-dis.c \
172
        or32-opc.c \
173
        pdp11-dis.c \
174
        pdp11-opc.c \
175
        pj-dis.c \
176
        pj-opc.c \
177
        ppc-dis.c \
178
        ppc-opc.c \
179
        s390-mkopc.c \
180
        s390-opc.c \
181
        s390-dis.c \
182
        score-dis.c \
183
        sh-dis.c \
184
        sh64-dis.c \
185
        sh64-opc.c \
186
        sparc-dis.c \
187
        sparc-opc.c \
188
        scarts_16-asm.c \
189
        scarts_16-desc.c \
190
        scarts_16-dis.c \
191
        scarts_16-ibld.c \
192
        scarts_16-opc.c \
193
        scarts_32-asm.c \
194
        scarts_32-desc.c \
195
        scarts_32-dis.c \
196
        scarts_32-ibld.c \
197
        scarts_32-opc.c \
198
        spu-dis.c \
199
        spu-opc.c \
200
        tic30-dis.c \
201
        tic4x-dis.c \
202
        tic54x-dis.c \
203
        tic54x-opc.c \
204
        tic80-dis.c \
205
        tic80-opc.c \
206
        v850-dis.c \
207
        v850-opc.c \
208
        vax-dis.c \
209
        w65-dis.c \
210
        xc16x-asm.c \
211
        xc16x-desc.c \
212
        xc16x-dis.c \
213
        xc16x-ibld.c \
214
        xc16x-opc.c \
215
        xstormy16-asm.c \
216
        xstormy16-desc.c \
217
        xstormy16-dis.c \
218
        xstormy16-ibld.c \
219
        xstormy16-opc.c \
220
        xtensa-dis.c \
221
        z80-dis.c \
222
        z8k-dis.c \
223
        z8kgen.c
224
 
225
ALL_MACHINES = \
226
        alpha-dis.lo \
227
        alpha-opc.lo \
228
        arc-dis.lo \
229
        arc-opc.lo \
230
        arc-ext.lo \
231
        arm-dis.lo \
232
        avr-dis.lo \
233
        bfin-dis.lo \
234
        cgen-asm.lo \
235
        cgen-bitset.lo \
236
        cgen-dis.lo \
237
        cgen-opc.lo \
238
        cr16-dis.lo \
239
        cr16-opc.lo \
240
        cris-dis.lo \
241
        cris-opc.lo \
242
        crx-dis.lo \
243
        crx-opc.lo \
244
        d10v-dis.lo \
245
        d10v-opc.lo \
246
        d30v-dis.lo \
247
        d30v-opc.lo \
248
        dlx-dis.lo \
249
        fr30-asm.lo \
250
        fr30-desc.lo \
251
        fr30-dis.lo \
252
        fr30-ibld.lo \
253
        fr30-opc.lo \
254
        frv-asm.lo \
255
        frv-desc.lo \
256
        frv-dis.lo \
257
        frv-ibld.lo \
258
        frv-opc.lo \
259
        h8300-dis.lo \
260
        h8500-dis.lo \
261
        hppa-dis.lo \
262
        i386-dis.lo \
263
        i386-opc.lo \
264
        i370-dis.lo \
265
        i370-opc.lo \
266
        i860-dis.lo \
267
        i960-dis.lo \
268
        ia64-dis.lo \
269
        ia64-opc.lo \
270
        ip2k-asm.lo \
271
        ip2k-desc.lo \
272
        ip2k-dis.lo \
273
        ip2k-ibld.lo \
274
        ip2k-opc.lo \
275
        iq2000-asm.lo \
276
        iq2000-desc.lo \
277
        iq2000-dis.lo \
278
        iq2000-ibld.lo \
279
        iq2000-opc.lo \
280
        m32c-asm.lo \
281
        m32c-desc.lo \
282
        m32c-dis.lo \
283
        m32c-ibld.lo \
284
        m32c-opc.lo \
285
        m32r-asm.lo \
286
        m32r-desc.lo \
287
        m32r-dis.lo \
288
        m32r-ibld.lo \
289
        m32r-opc.lo \
290
        m32r-opinst.lo \
291
        m68hc11-dis.lo \
292
        m68hc11-opc.lo \
293
        m68k-dis.lo \
294
        m68k-opc.lo \
295
        m88k-dis.lo \
296
        m10200-dis.lo \
297
        m10200-opc.lo \
298
        m10300-dis.lo \
299
        m10300-opc.lo \
300
        maxq-dis.lo \
301
        mcore-dis.lo \
302
        mep-asm.lo \
303
        mep-desc.lo \
304
        mep-dis.lo \
305
        mep-ibld.lo \
306
        mep-opc.lo \
307
        mips-dis.lo \
308
        mips-opc.lo \
309
        mips16-opc.lo \
310
        mmix-dis.lo \
311
        mmix-opc.lo \
312
        msp430-dis.lo \
313
        mt-asm.lo \
314
        mt-desc.lo \
315
        mt-dis.lo \
316
        mt-ibld.lo \
317
        mt-opc.lo \
318
        ns32k-dis.lo \
319
        openrisc-asm.lo \
320
        openrisc-desc.lo \
321
        openrisc-dis.lo \
322
        openrisc-ibld.lo \
323
        openrisc-opc.lo \
324
        or32-dis.lo \
325
        or32-opc.lo \
326
        pdp11-dis.lo \
327
        pdp11-opc.lo \
328
        pj-dis.lo \
329
        pj-opc.lo \
330
        ppc-dis.lo \
331
        ppc-opc.lo \
332
        s390-dis.lo \
333
        s390-opc.lo \
334
        score-dis.lo \
335
        sh-dis.lo \
336
        sh64-dis.lo \
337
        sh64-opc.lo \
338
        sparc-dis.lo \
339
        sparc-opc.lo \
340
        scarts_16-asm.lo \
341
        scarts_16-desc.lo \
342
        scarts_16-dis.lo \
343
        scarts_16-ibld.lo \
344
        scarts_16-opc.lo \
345
        scarts_32-asm.lo \
346
        scarts_32-desc.lo \
347
        scarts_32-dis.lo \
348
        scarts_32-ibld.lo \
349
        scarts_32-opc.lo \
350
        spu-dis.lo \
351
        spu-opc.lo \
352
        tic30-dis.lo \
353
        tic4x-dis.lo \
354
        tic54x-dis.lo \
355
        tic54x-opc.lo \
356
        tic80-dis.lo \
357
        tic80-opc.lo \
358
        v850-dis.lo \
359
        v850-opc.lo \
360
        vax-dis.lo \
361
        w65-dis.lo \
362
        xc16x-asm.lo \
363
        xc16x-desc.lo \
364
        xc16x-dis.lo \
365
        xc16x-ibld.lo \
366
        xc16x-opc.lo \
367
        xstormy16-asm.lo \
368
        xstormy16-desc.lo \
369
        xstormy16-dis.lo \
370
        xstormy16-ibld.lo \
371
        xstormy16-opc.lo \
372
        xtensa-dis.lo \
373
        z80-dis.lo \
374
        z8k-dis.lo
375
 
376
OFILES = @BFD_MACHINES@
377
 
378
# We should reconfigure whenever bfd/configure.in changes, because
379
# that's where the version number in Makefile comes from.
380
CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
381
 
382
INCLUDES = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
383
 
384
disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
385
        $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
386
 
387
libopcodes_la_SOURCES =  dis-buf.c disassemble.c dis-init.c
388
# It's desirable to list ../bfd/libbfd.la in DEPENDENCIES and LIBADD.
389
# Unfortunately this causes libtool to add -L$(libdir), referring to the
390
# planned install directory of libbfd.  This can cause us to pick up an
391
# old version of libbfd, or to pick up libbfd for the wrong architecture
392
# if host != build. So for building with shared libraries we use a
393
# hardcoded path to libbfd.so instead of relying on the entries in libbfd.la.
394
libopcodes_la_DEPENDENCIES = $(OFILES) @SHARED_DEPENDENCIES@
395
libopcodes_la_LIBADD = $(OFILES) @SHARED_LIBADD@
396
libopcodes_la_LDFLAGS = -release `cat ../bfd/libtool-soversion` @SHARED_LDFLAGS@
397
 
398
# libtool will build .libs/libopcodes.a.  We create libopcodes.a in
399
# the build directory so that we don't have to convert all the
400
# programs that use libopcodes.a simultaneously.  This is a hack which
401
# should be removed if everything else starts using libtool.  FIXME.
402
 
403
noinst_LIBRARIES = libopcodes.a
404
 
405
stamp-lib: libopcodes.la
406
        libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
407
        if [ -f $$libtooldir/libopcodes.a ]; then \
408
          cp $$libtooldir/libopcodes.a libopcodes.tmp; \
409
          $(RANLIB) libopcodes.tmp; \
410
          $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
411
        else true; fi
412
        touch stamp-lib
413
 
414
libopcodes.a: stamp-lib ; @true
415
 
416
POTFILES = $(HFILES) $(CFILES)
417
po/POTFILES.in: @MAINT@ Makefile
418
        for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
419
          && mv tmp $(srcdir)/po/POTFILES.in
420
 
421
install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes
422
        @$(NORMAL_INSTALL)
423
 
424
uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes
425
        @$(NORMAL_UNINSTALL)
426
 
427
.PHONY: install_libopcodes uninstall_libopcodes
428
install_libopcodes: $(bfdlib_LTLIBRARIES)
429
        $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
430
        $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
431
        @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
432
          if test -f $$p; then \
433
            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
434
            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
435
          else :; fi; \
436
        done
437
        $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(bfdincludedir)/dis-asm.h
438
 
439
uninstall_libopcodes:
440
        list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
441
          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
442
        done
443
        rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h
444
 
445
CLEANFILES = \
446
        stamp-ip2k stamp-m32c stamp-m32r stamp-fr30 stamp-frv \
447
        stamp-openrisc stamp-iq2000 stamp-mep stamp-mt stamp-scarts_16 stamp-scarts_32 \
448
        stamp-xstormy16 stamp-xc16x \
449
        libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
450
 
451
 
452
CGENDIR = @cgendir@
453
CPUDIR = $(CGENDIR)/cpu
454
CGEN = "`if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` -l ${cgendir}/guile.scm -s"
455
CGENFLAGS = -v
456
 
457
CGENDEPS = \
458
        $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
459
        $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
460
        $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
461
        $(CGENDIR)/opc-opinst.scm \
462
        cgen-asm.in cgen-dis.in cgen-ibld.in
463
 
464
CGEN_CPUS = fr30 frv ip2k m32c m32r mep mt openrisc scarts_16 scarts_32 xc16x xstormy16
465
 
466
if CGEN_MAINT
467
IP2K_DEPS = stamp-ip2k
468
M32C_DEPS = stamp-m32c
469
M32R_DEPS = stamp-m32r
470
FR30_DEPS = stamp-fr30
471
FRV_DEPS = stamp-frv
472
MEP_DEPS = stamp-mep
473
MT_DEPS = stamp-mt
474
OPENRISC_DEPS = stamp-openrisc
475
IQ2000_DEPS = stamp-iq2000
476
SCARTS_16_DEPS = stamp-scarts_16
477
SCARTS_32_DEPS = stamp-scarts_32
478
XC16X_DEPS = stamp-xc16x
479
XSTORMY16_DEPS = stamp-xstormy16
480
else
481
IP2K_DEPS =
482
M32C_DEPS =
483
M32R_DEPS =
484
FR30_DEPS =
485
FRV_DEPS =
486
MEP_DEPS =
487
MT_DEPS =
488
OPENRISC_DEPS =
489
IQ2000_DEPS =
490
XC16X_DEPS =
491
XSTORMY16_DEPS =
492
endif
493
 
494
run-cgen:
495
        $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
496
          $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
497
          "$(options)" "$(extrafiles)"
498
        touch stamp-${prefix}
499
.PHONY: run-cgen
500
 
501
# Maintainer utility rule to regenerate all cgen files.
502
run-cgen-all:
503
        for c in $(CGEN_CPUS) ; \
504
        do \
505
                $(MAKE) stamp-$$c || exit 1 ; \
506
        done
507
.PHONY: run-cgen-all
508
 
509
# For now, require developers to configure with --enable-cgen-maint.
510
$(srcdir)/ip2k-desc.h $(srcdir)/ip2k-desc.c $(srcdir)/ip2k-opc.h $(srcdir)/ip2k-opc.c $(srcdir)/ip2k-ibld.c $(srcdir)/ip2k-asm.c $(srcdir)/ip2k-dis.c: $(IP2K_DEPS)
511
        @true
512
stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
513
        $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
514
                archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
515
 
516
$(srcdir)/m32c-desc.h $(srcdir)/m32c-desc.c $(srcdir)/m32c-opc.h $(srcdir)/m32c-opc.c $(srcdir)/m32c-ibld.c $(srcdir)/m32c-asm.c $(srcdir)/m32c-dis.c: $(M32C_DEPS)
517
#       @true
518
stamp-m32c: $(CGENDEPS) $(srcdir)/../cpu/m32c.cpu $(srcdir)/../cpu/m32c.opc
519
        $(MAKE) run-cgen arch=m32c prefix=m32c options= \
520
                archfile=$(srcdir)/../cpu/m32c.cpu \
521
                opcfile=$(srcdir)/../cpu/m32c.opc extrafiles=
522
m32c_opc_h = m32c-opc.h cgen-types.h cgen-ops.h
523
m32c-asm.lo: m32c-asm.c sysdep.h config.h $(BFD_H) \
524
  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
525
  $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
526
m32c-desc.lo: m32c-desc.c sysdep.h config.h $(BFD_H) \
527
  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
528
  $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
529
m32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
530
  $(BFD_H) $(INCDIR)/ansidecl.h \
531
  $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
532
  $(m32c_opc_h) opintl.h
533
m32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/dis-asm.h \
534
  $(BFD_H) $(INCDIR)/ansidecl.h \
535
  $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
536
  $(m32c_opc_h) opintl.h
537
m32c-opc.lo: m32c-opc.c sysdep.h config.h $(BFD_H) \
538
  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
539
  $(INCDIR)/opcode/cgen.h $(m32c_opc_h)
540
 
541
$(srcdir)/m32r-desc.h $(srcdir)/m32r-desc.c $(srcdir)/m32r-opc.h $(srcdir)/m32r-opc.c $(srcdir)/m32r-ibld.c $(srcdir)/m32r-opinst.c $(srcdir)/m32r-asm.c $(srcdir)/m32r-dis.c: $(M32R_DEPS)
542
        @true
543
stamp-m32r: $(CGENDEPS) $(srcdir)/../cpu/m32r.cpu $(srcdir)/../cpu/m32r.opc
544
        $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
545
                archfile=$(srcdir)/../cpu/m32r.cpu \
546
                opcfile=$(srcdir)/../cpu/m32r.opc extrafiles=opinst
547
 
548
$(srcdir)/fr30-desc.h $(srcdir)/fr30-desc.c $(srcdir)/fr30-opc.h $(srcdir)/fr30-opc.c $(srcdir)/fr30-ibld.c $(srcdir)/fr30-asm.c $(srcdir)/fr30-dis.c: $(FR30_DEPS)
549
        @true
550
stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
551
        $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
552
                archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
553
 
554
$(srcdir)/frv-desc.h $(srcdir)/frv-desc.c $(srcdir)/frv-opc.h $(srcdir)/frv-opc.c $(srcdir)/frv-ibld.c $(srcdir)/frv-asm.c $(srcdir)/frv-dis.c: $(FRV_DEPS)
555
        @true
556
stamp-frv: $(CGENDEPS) $(srcdir)/../cpu/frv.cpu $(srcdir)/../cpu/frv.opc
557
        $(MAKE) run-cgen arch=frv prefix=frv options= \
558
                archfile=$(srcdir)/../cpu/frv.cpu opcfile=$(srcdir)/../cpu/frv.opc extrafiles=
559
 
560
$(srcdir)/mep-desc.h $(srcdir)/mep-desc.c $(srcdir)/mep-opc.h $(srcdir)/mep-opc.c $(srcdir)/mep-ibld.c $(srcdir)/mep-asm.c $(srcdir)/mep-dis.c: $(MEP_DEPS)
561
        @true
562
stamp-mep: $(CGENDEPS) $(CPUDIR)/mep.cpu $(CPUDIR)/mep-default.cpu $(CPUDIR)/mep-core.cpu $(CPUDIR)/mep-h1.cpu $(CPUDIR)/mep-ext-cop.cpu $(CPUDIR)/mep-sample-ucidsp.cpu $(CPUDIR)/mep-rhcop.cpu $(CPUDIR)/mep-fmax.cpu $(CPUDIR)/mep.opc
563
        $(MAKE) run-cgen arch=mep prefix=mep options= \
564
                archfile=$(CPUDIR)/mep.cpu opcfile=$(CPUDIR)/mep.opc extrafiles=
565
 
566
$(srcdir)/mt-desc.h $(srcdir)/mt-desc.c $(srcdir)/mt-opc.h $(srcdir)/mt-opc.c $(srcdir)/mt-ibld.c $(srcdir)/mt-asm.c $(srcdir)/mt-dis.c: $(MT_DEPS)
567
        @true
568
stamp-mt: $(CGENDEPS) $(srcdir)/../cpu/mt.cpu $(srcdir)/../cpu/mt.opc
569
        $(MAKE) run-cgen arch=mt prefix=mt options= \
570
                archfile=$(srcdir)/../cpu/mt.cpu \
571
                opcfile=$(srcdir)/../cpu/mt.opc extrafiles=
572
 
573
$(srcdir)/openrisc-desc.h $(srcdir)/openrisc-desc.c $(srcdir)/openrisc-opc.h $(srcdir)/openrisc-opc.c $(srcdir)/openrisc-ibld.c $(srcdir)/openrisc-asm.c $(srcdir)/openrisc-dis.c: $(OPENRISC_DEPS)
574
        @true
575
stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
576
        $(MAKE) run-cgen arch=openrisc prefix=openrisc options= \
577
                archfile=$(CPUDIR)/openrisc.cpu opcfile=$(CPUDIR)/openrisc.opc extrafiles=
578
 
579
$(srcdir)/iq2000-desc.h $(srcdir)/iq2000-desc.c $(srcdir)/iq2000-opc.h $(srcdir)/iq2000-opc.c $(srcdir)/iq2000-ibld.c $(srcdir)/iq2000-asm.c $(srcdir)/iq2000-dis.c: $(IQ2000_DEPS)
580
        @true
581
stamp-iq2000: $(CGENDEPS) $(srcdir)/../cpu/iq2000.cpu \
582
                $(srcdir)/../cpu/iq2000.opc $(srcdir)/../cpu/iq2000m.cpu \
583
                $(srcdir)/../cpu/iq10.cpu
584
        $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
585
                archfile=$(srcdir)/../cpu/iq2000.cpu \
586
                opcfile=$(srcdir)/../cpu/iq2000.opc extrafiles=
587
 
588
$(srcdir)/scarts_16-desc.h $(srcdir)/scarts_16-desc.c $(srcdir)/scarts_16-opc.h $(srcdir)/scarts_16-opc.c $(srcdir)/scarts_16-ibld.c $(srcdir)/scarts_16-asm.c $(srcdir)/scarts_16-dis.c: $(SCARTS_16_DEPS)
589
        @true
590
stamp-scarts_16: $(CGENDEPS) $(srcdir)/../cpu/scarts.cpu $(srcdir)/../cpu/scarts_16.cpu $(srcdir)/../cpu/scarts_16.opc
591
        $(MAKE) run-cgen arch=scarts_16 prefix=scarts_16 options=opinst \
592
                archfile=$(srcdir)/../cpu/scarts_16.cpu \
593
                opcfile=$(srcdir)/../cpu/scarts_16.opc extrafiles=opinst
594
 
595
$(srcdir)/scarts_32-desc.h $(srcdir)/scarts_32-desc.c $(srcdir)/scarts_32-opc.h $(srcdir)/scarts_32-opc.c $(srcdir)/scarts_32-ibld.c $(srcdir)/scarts_32-asm.c $(srcdir)/scarts_32-dis.c: $(SCARTS_32_DEPS)
596
        @true
597
stamp-scarts_32: $(CGENDEPS) $(srcdir)/../cpu/scarts.cpu $(srcdir)/../cpu/scarts_32.cpu $(srcdir)/../cpu/scarts_32.opc
598
        $(MAKE) run-cgen arch=scarts_32 prefix=scarts_32 options=opinst \
599
                archfile=$(srcdir)/../cpu/scarts_32.cpu \
600
                opcfile=$(srcdir)/../cpu/scarts_32.opc extrafiles=opinst
601
 
602
$(srcdir)/xstormy16-desc.h $(srcdir)/xstormy16-desc.c $(srcdir)/xstormy16-opc.h $(srcdir)/xstormy16-opc.c $(srcdir)/xstormy16-ibld.c $(srcdir)/xstormy16-asm.c $(srcdir)/xstormy16-dis.c: $(XSTORMY16_DEPS)
603
        @true
604
stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
605
        $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
606
                archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
607
 
608
$(srcdir)/xc16x-desc.h $(srcdir)/xc16x-desc.c $(srcdir)/xc16x-opc.h $(srcdir)/xc16x-opc.c $(srcdir)/xc16x-ibld.c $(srcdir)/xc16x-asm.c $(srcdir)/xc16x-dis.c: $(XC16X_DEPS)
609
        @true
610
stamp-xc16x: $(CGENDEPS) $(CPUDIR)/xc16x.cpu $(CPUDIR)/xc16x.opc
611
        $(MAKE) run-cgen arch=xc16x prefix=xc16x options= \
612
                archfile=$(CPUDIR)/xc16x.cpu opcfile=$(CPUDIR)/xc16x.opc extrafiles=
613
 
614
i386-gen: i386-gen.o
615
        $(LINK) i386-gen.o $(LIBIBERTY)
616
 
617
i386-gen.o: i386-gen.c i386-opc.h $(srcdir)/../include/opcode/i386.h
618
 
619
$(srcdir)/i386-tbl.h: $(srcdir)/i386-init.h
620
        @echo $@
621
 
622
$(srcdir)/i386-init.h: @MAINT@ i386-gen i386-opc.tbl i386-reg.tbl
623
        ./i386-gen --srcdir $(srcdir)
624
 
625
ia64-gen: ia64-gen.o
626
        $(LINK) ia64-gen.o $(LIBIBERTY)
627
 
628
ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
629
  ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
630
 
631
# Don't wrap the line below, as @MAINT@ can be expanded to '#'.
632
# Some make versions don't handle line continuations in comments.
633
$(srcdir)/ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
634
        ./ia64-gen --srcdir $(srcdir) > $@
635
 
636
s390-mkopc: s390-mkopc.c
637
        $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
638
 
639
s390-opc.tab: s390-mkopc s390-opc.txt
640
        ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
641
 
642
sh-dis.lo: sh-dis.c
643
        $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
644
 
645
# This dependency stuff is copied from BFD.
646
 
647
DEP: dep.sed $(CFILES) $(HFILES) config.h
648
        rm -f DEP1
649
        $(MAKE) MKDEP="$(MKDEP)" DEP1
650
        sed -f dep.sed < DEP1 > DEPA
651
        echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
652
        if grep ' /' DEPA > /dev/null 2> /dev/null; then \
653
          echo 'make DEP failed!'; exit 1; \
654
        else \
655
          mv -f DEPA $@; \
656
        fi
657
 
658
DEP1: $(CFILES)
659
        echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
660
        echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
661
        $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
662
        mv -f DEP2 $@
663
 
664
dep.sed: dep-in.sed config.status
665
        sed <$(srcdir)/dep-in.sed >dep.sed     \
666
                -e 's!@BFD_H@!$(BFD_H)!'        \
667
                -e 's!@INCDIR@!$(INCDIR)!'      \
668
                -e 's!@BFDDIR@!$(BFDDIR)!'      \
669
                -e 's!@SRCDIR@!$(srcdir)!'      \
670
                -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
671
 
672
dep: DEP
673
        sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
674
        cat DEP >> tmp-Makefile
675
        $(srcdir)/../move-if-change tmp-Makefile Makefile
676
 
677
dep-in: DEP
678
        sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
679
        cat DEP >> tmp-Makefile.in
680
        $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
681
 
682
dep-am: DEP
683
        sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
684
        cat DEP >> tmp-Makefile.am
685
        $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
686
 
687
.PHONY: dep dep-in dep-am
688
 
689
# What appears below is generated by a hacked mkdep using gcc -MM.
690
 
691
# DO NOT DELETE THIS LINE -- mkdep uses it.
692
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
693
alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
694
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/alpha.h
695
alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
696
  $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/symcat.h \
697
  opintl.h
698
arc-dis.lo: arc-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
699
  $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
700
  $(INCDIR)/opcode/arc.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
701
  $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
702
  $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h opintl.h \
703
  arc-dis.h arc-ext.h
704
arc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
705
  $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h \
706
  opintl.h
707
arc-ext.lo: arc-ext.c sysdep.h config.h $(INCDIR)/ansidecl.h \
708
  $(BFD_H) $(INCDIR)/symcat.h arc-ext.h $(INCDIR)/libiberty.h \
709
  $(INCDIR)/ansidecl.h
710
arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
711
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arm.h \
712
  opintl.h $(INCDIR)/safe-ctype.h $(INCDIR)/floatformat.h \
713
  $(INCDIR)/ansidecl.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
714
  $(INCDIR)/bfdlink.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
715
  $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/arm.h \
716
  $(INCDIR)/elf/reloc-macros.h
717
avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
718
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \
719
  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/opcode/avr.h
720
bfin-dis.lo: bfin-dis.c $(INCDIR)/opcode/bfin.h $(INCDIR)/dis-asm.h \
721
  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
722
cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
723
  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \
724
  $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h \
725
  $(INCDIR)/opcode/cgen-bitset.h opintl.h
726
cgen-bitset.lo: cgen-bitset.c $(INCDIR)/libiberty.h \
727
  $(INCDIR)/ansidecl.h $(INCDIR)/opcode/cgen-bitset.h
728
cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
729
  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(BFD_H) \
730
  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h
731
cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
732
  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \
733
  $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h \
734
  $(INCDIR)/opcode/cgen-bitset.h
735
cr16-dis.lo: cr16-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
736
  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
737
  $(INCDIR)/opcode/cr16.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
738
cr16-opc.lo: cr16-opc.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
739
  $(INCDIR)/symcat.h $(INCDIR)/opcode/cr16.h
740
cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
741
  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
742
  $(INCDIR)/opcode/cris.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
743
cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
744
crx-dis.lo: crx-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
745
  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
746
  $(INCDIR)/opcode/crx.h
747
crx-opc.lo: crx-opc.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
748
  $(INCDIR)/symcat.h $(INCDIR)/opcode/crx.h
749
d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
750
  $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) \
751
  $(INCDIR)/symcat.h
752
d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
753
  $(INCDIR)/opcode/d10v.h
754
d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
755
  $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
756
  $(INCDIR)/symcat.h opintl.h
757
d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
758
  $(INCDIR)/opcode/d30v.h
759
dlx-dis.lo: dlx-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
760
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/dlx.h
761
dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
762
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h
763
dis-init.lo: dis-init.c sysdep.h config.h $(INCDIR)/ansidecl.h \
764
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
765
disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
766
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
767
fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
768
  $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
769
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
770
  fr30-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
771
  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
772
fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
773
  $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
774
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
775
  fr30-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
776
  $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
777
fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
778
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
779
  $(INCDIR)/ansidecl.h fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
780
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
781
  fr30-opc.h opintl.h
782
fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
783
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
784
  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
785
  $(INCDIR)/opcode/cgen-bitset.h fr30-opc.h opintl.h \
786
  $(INCDIR)/safe-ctype.h
787
fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
788
  $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
789
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
790
  fr30-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
791
frv-asm.lo: frv-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
792
  $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen-bitset.h \
793
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
794
  frv-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
795
  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
796
frv-desc.lo: frv-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
797
  $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen-bitset.h \
798
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
799
  frv-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
800
  $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
801
frv-dis.lo: frv-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
802
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
803
  $(INCDIR)/ansidecl.h frv-desc.h $(INCDIR)/opcode/cgen-bitset.h \
804
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
805
  frv-opc.h opintl.h
806
frv-ibld.lo: frv-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
807
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h frv-desc.h \
808
  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
809
  $(INCDIR)/opcode/cgen-bitset.h frv-opc.h opintl.h $(INCDIR)/safe-ctype.h
810
frv-opc.lo: frv-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
811
  $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen-bitset.h \
812
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
813
  frv-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
814
  $(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h
815
h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
816
  $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
817
  $(INCDIR)/symcat.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
818
h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
819
  h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
820
  opintl.h
821
hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
822
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(BFDDIR)/libhppa.h \
823
  $(INCDIR)/opcode/hppa.h
824
i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
825
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/i370.h
826
i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
827
  $(INCDIR)/opcode/i370.h
828
i386-dis.lo: i386-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
829
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \
830
  $(INCDIR)/opcode/i386.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
831
i386-opc.lo: i386-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
832
  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h i386-opc.h \
833
  $(INCDIR)/opcode/i386.h i386-tbl.h
834
i386-gen.lo: i386-gen.c sysdep.h config.h $(INCDIR)/ansidecl.h \
835
  $(INCDIR)/getopt.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
836
  $(INCDIR)/safe-ctype.h i386-opc.h $(INCDIR)/opcode/i386.h
837
i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
838
  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
839
i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
840
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
841
ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
842
  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/ia64.h
843
ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
844
  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
845
ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
846
  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
847
ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
848
  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
849
ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
850
  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
851
ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
852
  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
853
ia64-opc-d.lo: ia64-opc-d.c
854
ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h sysdep.h \
855
  config.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
856
  ia64-asmtab.h $(INCDIR)/opcode/ia64.h $(BFD_H) $(INCDIR)/symcat.h \
857
  ia64-asmtab.c
858
ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
859
  $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h sysdep.h \
860
  config.h $(INCDIR)/getopt.h ia64-opc.h $(INCDIR)/opcode/ia64.h \
861
  $(BFD_H) $(INCDIR)/symcat.h ia64-opc-a.c ia64-opc-i.c \
862
  ia64-opc-m.c ia64-opc-b.c ia64-opc-f.c ia64-opc-x.c \
863
  ia64-opc-d.c
864
ia64-asmtab.lo: ia64-asmtab.c
865
ip2k-asm.lo: ip2k-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
866
  $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h \
867
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
868
  ip2k-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
869
  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
870
ip2k-desc.lo: ip2k-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
871
  $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h \
872
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
873
  ip2k-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
874
  $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
875
ip2k-dis.lo: ip2k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
876
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
877
  $(INCDIR)/ansidecl.h ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h \
878
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
879
  ip2k-opc.h opintl.h
880
ip2k-ibld.lo: ip2k-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
881
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h \
882
  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
883
  $(INCDIR)/opcode/cgen-bitset.h ip2k-opc.h opintl.h \
884
  $(INCDIR)/safe-ctype.h
885
ip2k-opc.lo: ip2k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
886
  $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h \
887
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
888
  ip2k-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
889
  $(INCDIR)/safe-ctype.h
890
iq2000-asm.lo: iq2000-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
891
  $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h \
892
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
893
  iq2000-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
894
  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
895
iq2000-desc.lo: iq2000-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
896
  $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h \
897
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
898
  iq2000-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
899
  $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
900
iq2000-dis.lo: iq2000-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
901
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
902
  $(INCDIR)/ansidecl.h iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h \
903
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
904
  iq2000-opc.h opintl.h
905
iq2000-ibld.lo: iq2000-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
906
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h \
907
  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
908
  $(INCDIR)/opcode/cgen-bitset.h iq2000-opc.h opintl.h \
909
  $(INCDIR)/safe-ctype.h
910
iq2000-opc.lo: iq2000-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
911
  $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h \
912
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
913
  iq2000-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
914
m32c-asm.lo: m32c-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
915
  $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h \
916
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
917
  m32c-opc.h cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h \
918
  opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
919
  $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
920
m32c-desc.lo: m32c-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
921
  $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h \
922
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
923
  m32c-opc.h cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h \
924
  opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
925
  $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
926
m32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
927
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
928
  $(INCDIR)/ansidecl.h m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h \
929
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
930
  m32c-opc.h cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h \
931
  opintl.h $(INCDIR)/elf/m32c.h $(INCDIR)/elf/reloc-macros.h \
932
  $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
933
  $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h
934
m32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
935
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h \
936
  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
937
  $(INCDIR)/opcode/cgen-bitset.h m32c-opc.h cgen-types.h \
938
  ../bfd/bfd_stdint.h cgen-ops.h opintl.h $(INCDIR)/safe-ctype.h
939
m32c-opc.lo: m32c-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
940
  $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h \
941
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
942
  m32c-opc.h cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h \
943
  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
944
m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
945
  $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
946
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
947
  m32r-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
948
  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
949
m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
950
  $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
951
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
952
  m32r-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
953
  $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
954
m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
955
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
956
  $(INCDIR)/ansidecl.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
957
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
958
  m32r-opc.h opintl.h
959
m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
960
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
961
  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
962
  $(INCDIR)/opcode/cgen-bitset.h m32r-opc.h opintl.h \
963
  $(INCDIR)/safe-ctype.h
964
m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
965
  $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
966
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
967
  m32r-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
968
m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
969
  $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
970
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
971
  m32r-opc.h
972
m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
973
  $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H) \
974
  $(INCDIR)/symcat.h
975
m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
976
  $(INCDIR)/opcode/m68hc11.h
977
m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
978
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/floatformat.h \
979
  $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h opintl.h \
980
  $(INCDIR)/opcode/m68k.h
981
m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
982
  $(INCDIR)/opcode/m68k.h
983
m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
984
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/m88k.h \
985
  opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
986
maxq-dis.lo: maxq-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
987
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/maxq.h
988
mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
989
  mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
990
mep-asm.lo: mep-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
991
  $(BFD_H) $(INCDIR)/symcat.h mep-desc.h $(INCDIR)/opcode/cgen-bitset.h \
992
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
993
  mep-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
994
  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
995
mep-desc.lo: mep-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
996
  $(BFD_H) $(INCDIR)/symcat.h mep-desc.h $(INCDIR)/opcode/cgen-bitset.h \
997
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
998
  mep-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
999
  $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1000
mep-dis.lo: mep-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1001
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1002
  $(INCDIR)/ansidecl.h mep-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1003
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1004
  mep-opc.h opintl.h $(INCDIR)/elf/mep.h $(INCDIR)/elf/reloc-macros.h \
1005
  $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1006
  $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h
1007
mep-ibld.lo: mep-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1008
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h mep-desc.h \
1009
  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1010
  $(INCDIR)/opcode/cgen-bitset.h mep-opc.h opintl.h $(INCDIR)/safe-ctype.h
1011
mep-opc.lo: mep-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1012
  $(BFD_H) $(INCDIR)/symcat.h mep-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1013
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1014
  mep-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1015
  $(INCDIR)/elf/mep.h $(INCDIR)/elf/reloc-macros.h
1016
mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1017
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1018
  $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h opintl.h \
1019
  $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1020
  $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h \
1021
  $(INCDIR)/elf/reloc-macros.h
1022
mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1023
  $(INCDIR)/opcode/mips.h
1024
mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1025
  $(INCDIR)/opcode/mips.h
1026
m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1027
  $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
1028
  $(INCDIR)/symcat.h opintl.h
1029
m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1030
  $(INCDIR)/opcode/mn10200.h
1031
m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1032
  $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
1033
  $(INCDIR)/symcat.h opintl.h
1034
m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1035
  $(INCDIR)/opcode/mn10300.h
1036
mmix-dis.lo: mmix-dis.c $(INCDIR)/opcode/mmix.h $(INCDIR)/dis-asm.h \
1037
  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1038
  $(INCDIR)/ansidecl.h opintl.h
1039
mmix-opc.lo: mmix-opc.c $(INCDIR)/opcode/mmix.h $(INCDIR)/symcat.h
1040
mt-asm.lo: mt-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1041
  $(BFD_H) $(INCDIR)/symcat.h mt-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1042
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1043
  mt-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
1044
  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1045
mt-desc.lo: mt-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1046
  $(BFD_H) $(INCDIR)/symcat.h mt-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1047
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1048
  mt-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1049
  $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1050
mt-dis.lo: mt-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1051
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1052
  $(INCDIR)/ansidecl.h mt-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1053
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1054
  mt-opc.h opintl.h
1055
mt-ibld.lo: mt-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1056
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h mt-desc.h \
1057
  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1058
  $(INCDIR)/opcode/cgen-bitset.h mt-opc.h opintl.h $(INCDIR)/safe-ctype.h
1059
mt-opc.lo: mt-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1060
  $(BFD_H) $(INCDIR)/symcat.h mt-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1061
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1062
  mt-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1063
  $(INCDIR)/safe-ctype.h
1064
ns32k-dis.lo: ns32k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1065
  $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ns32k.h \
1066
  opintl.h
1067
openrisc-asm.lo: openrisc-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1068
  $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1069
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1070
  openrisc-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
1071
  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1072
openrisc-desc.lo: openrisc-desc.c sysdep.h config.h \
1073
  $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
1074
  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1075
  $(INCDIR)/opcode/cgen-bitset.h openrisc-opc.h opintl.h \
1076
  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/xregex.h \
1077
  $(INCDIR)/xregex2.h
1078
openrisc-dis.lo: openrisc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1079
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1080
  $(INCDIR)/ansidecl.h openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1081
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1082
  openrisc-opc.h opintl.h
1083
openrisc-ibld.lo: openrisc-ibld.c sysdep.h config.h \
1084
  $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1085
  openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1086
  $(INCDIR)/opcode/cgen-bitset.h openrisc-opc.h opintl.h \
1087
  $(INCDIR)/safe-ctype.h
1088
openrisc-opc.lo: openrisc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1089
  $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1090
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1091
  openrisc-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
1092
or32-dis.lo: or32-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
1093
  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/or32.h \
1094
  $(INCDIR)/safe-ctype.h
1095
or32-opc.lo: or32-opc.c $(INCDIR)/safe-ctype.h $(INCDIR)/ansidecl.h \
1096
  $(INCDIR)/opcode/or32.h
1097
pdp11-dis.lo: pdp11-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1098
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/pdp11.h
1099
pdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h
1100
pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1101
  $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H) \
1102
  $(INCDIR)/symcat.h
1103
pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1104
  $(INCDIR)/opcode/pj.h
1105
ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1106
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/ppc.h
1107
ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1108
  $(INCDIR)/opcode/ppc.h opintl.h
1109
s390-mkopc.lo: s390-mkopc.c
1110
s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \
1111
  s390-opc.tab
1112
s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
1113
  config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1114
  opintl.h $(INCDIR)/opcode/s390.h
1115
score-dis.lo: score-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1116
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h score-opc.h \
1117
  opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1118
  $(INCDIR)/elf/external.h $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h \
1119
  $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h
1120
sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1121
  sh-opc.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/dis-asm.h
1122
sh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
1123
  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
1124
  sh64-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1125
  $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/external.h \
1126
  $(INCDIR)/elf/internal.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h \
1127
  $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf32-sh64.h
1128
sh64-opc.lo: sh64-opc.c sh64-opc.h
1129
sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1130
  $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h $(BFD_H) \
1131
  $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1132
  opintl.h
1133
sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1134
  $(INCDIR)/opcode/sparc.h
1135
scarts_16-asm.lo: scarts_16-asm.c $(BFD_H) \
1136
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1137
  $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
1138
  $(INCDIR)/xregex2.h $(INCDIR)/safe-ctype.h $(INCDIR)/symcat.h \
1139
  config.h opintl.h scarts_16-desc.h scarts_16-opc.h sysdep.h
1140
scarts_16-desc.lo: scarts_16-desc.c $(BFD_H) \
1141
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1142
  $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
1143
  $(INCDIR)/xregex2.h $(INCDIR)/safe-ctype.h $(INCDIR)/symcat.h \
1144
  config.h opintl.h scarts_16-desc.h scarts_16-opc.h sysdep.h
1145
scarts_16-dis.lo: scarts_16-dis.c $(BFD_H) \
1146
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1147
  $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(INCDIR)/libiberty.h \
1148
  $(INCDIR)/safe-ctype.h $(INCDIR)/symcat.h \
1149
  config.h opintl.h scarts_16-desc.h scarts_16-opc.h sysdep.h
1150
scarts_16-ibld.lo: scarts_16-ibld.c $(BFD_H) \
1151
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1152
  $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(INCDIR)/libiberty.h \
1153
  $(INCDIR)/safe-ctype.h $(INCDIR)/symcat.h \
1154
  config.h opintl.h scarts_16-desc.h scarts_16-opc.h sysdep.h
1155
scarts_16-opc.lo: scarts_16-opc.c $(BFD_H) \
1156
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1157
  $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(INCDIR)/libiberty.h \
1158
  $(INCDIR)/safe-ctype.h $(INCDIR)/symcat.h \
1159
  config.h scarts_16-desc.h scarts_16-opc.h sysdep.h
1160
scarts_16-opinst.lo: scarts_16-opinst.c $(BFD_H) \
1161
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/symcat.h \
1162
  config.h scarts_16-desc.h scarts_16-opc.h sysdep.h
1163
scarts_32-asm.lo: scarts_32-asm.c $(BFD_H) \
1164
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1165
  $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
1166
  $(INCDIR)/xregex2.h $(INCDIR)/safe-ctype.h $(INCDIR)/symcat.h \
1167
  config.h opintl.h scarts_32-desc.h scarts_32-opc.h sysdep.h
1168
scarts_32-desc.lo: scarts_32-desc.c $(BFD_H) \
1169
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1170
  $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
1171
  $(INCDIR)/xregex2.h $(INCDIR)/safe-ctype.h $(INCDIR)/symcat.h \
1172
  config.h opintl.h scarts_32-desc.h scarts_32-opc.h sysdep.h
1173
scarts_32-dis.lo: scarts_32-dis.c $(BFD_H) \
1174
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1175
  $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(INCDIR)/libiberty.h \
1176
  $(INCDIR)/safe-ctype.h $(INCDIR)/symcat.h \
1177
  config.h opintl.h scarts_32-desc.h scarts_32-opc.h sysdep.h
1178
scarts_32-ibld.lo: scarts_32-ibld.c $(BFD_H) \
1179
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1180
  $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(INCDIR)/libiberty.h \
1181
  $(INCDIR)/safe-ctype.h $(INCDIR)/symcat.h \
1182
  config.h opintl.h scarts_32-desc.h scarts_32-opc.h sysdep.h
1183
scarts_32-opc.lo: scarts_32-opc.c $(BFD_H) \
1184
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1185
  $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(INCDIR)/libiberty.h \
1186
  $(INCDIR)/safe-ctype.h $(INCDIR)/symcat.h \
1187
  config.h scarts_32-desc.h scarts_32-opc.h sysdep.h
1188
scarts_32-opinst.lo: scarts_32-opinst.c $(BFD_H) \
1189
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/symcat.h \
1190
  config.h scarts_32-desc.h scarts_32-opc.h sysdep.h
1191
spu-dis.lo: spu-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1192
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/spu.h \
1193
  $(INCDIR)/opcode/spu-insns.h
1194
spu-opc.lo: spu-opc.c $(INCDIR)/opcode/spu.h $(INCDIR)/opcode/spu-insns.h
1195
tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1196
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic30.h
1197
tic4x-dis.lo: tic4x-dis.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1198
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1199
  $(INCDIR)/opcode/tic4x.h
1200
tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1201
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h \
1202
  $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
1203
tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1204
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h
1205
tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1206
  $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H) \
1207
  $(INCDIR)/symcat.h
1208
tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1209
  $(INCDIR)/opcode/tic80.h
1210
v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1211
  $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
1212
  $(INCDIR)/symcat.h opintl.h
1213
v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1214
  $(INCDIR)/opcode/v850.h opintl.h
1215
vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1216
  $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) \
1217
  $(INCDIR)/symcat.h
1218
w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1219
  w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
1220
xc16x-asm.lo: xc16x-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1221
  $(BFD_H) $(INCDIR)/symcat.h xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1222
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1223
  xc16x-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
1224
  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1225
xc16x-desc.lo: xc16x-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1226
  $(BFD_H) $(INCDIR)/symcat.h xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1227
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1228
  xc16x-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1229
  $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1230
xc16x-dis.lo: xc16x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1231
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1232
  $(INCDIR)/ansidecl.h xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1233
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1234
  xc16x-opc.h opintl.h
1235
xc16x-ibld.lo: xc16x-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1236
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h xc16x-desc.h \
1237
  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1238
  $(INCDIR)/opcode/cgen-bitset.h xc16x-opc.h opintl.h \
1239
  $(INCDIR)/safe-ctype.h
1240
xc16x-opc.lo: xc16x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1241
  $(BFD_H) $(INCDIR)/symcat.h xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1242
  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1243
  xc16x-opc.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
1244
xstormy16-asm.lo: xstormy16-asm.c sysdep.h config.h \
1245
  $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
1246
  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1247
  $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h opintl.h \
1248
  $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
1249
  $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1250
xstormy16-desc.lo: xstormy16-desc.c sysdep.h config.h \
1251
  $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
1252
  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1253
  $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h opintl.h \
1254
  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/xregex.h \
1255
  $(INCDIR)/xregex2.h
1256
xstormy16-dis.lo: xstormy16-dis.c sysdep.h config.h \
1257
  $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1258
  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h xstormy16-desc.h \
1259
  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1260
  $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h opintl.h
1261
xstormy16-ibld.lo: xstormy16-ibld.c sysdep.h config.h \
1262
  $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1263
  xstormy16-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1264
  $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h opintl.h \
1265
  $(INCDIR)/safe-ctype.h
1266
xstormy16-opc.lo: xstormy16-opc.c sysdep.h config.h \
1267
  $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
1268
  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1269
  $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h $(INCDIR)/libiberty.h \
1270
  $(INCDIR)/ansidecl.h
1271
xtensa-dis.lo: xtensa-dis.c $(INCDIR)/xtensa-isa.h \
1272
  $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1273
  sysdep.h config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
1274
z80-dis.lo: z80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1275
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
1276
z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1277
  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h z8k-opc.h
1278
z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1279
  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
1280
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY

powered by: WebSVN 2.1.0

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