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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [opcodes/] [Makefile.am] - Blame information for rev 853

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

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