2007-06-28 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / opcodes / Makefile.am
CommitLineData
252b5132
RH
1## Process this file with automake to generate Makefile.in
2
3f85e526 3AUTOMAKE_OPTIONS = 1.9 cygnus
79887925 4ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
252b5132
RH
5
6SUBDIRS = po
7
8INCDIR = $(srcdir)/../include
9BFDDIR = $(srcdir)/../bfd
41b49281 10MKDEP = gcc -MM
252b5132 11
a2d91340 12WARN_CFLAGS = @WARN_CFLAGS@
9e9b66a9 13NO_WERROR = @NO_WERROR@
a2d91340
AC
14AM_CFLAGS = $(WARN_CFLAGS)
15
81172ff2
AM
16bfdlibdir = @bfdlibdir@
17bfdincludedir = @bfdincludedir@
18
108a6f8e
CD
19.PHONY: install-html
20install-html:
21
81172ff2 22bfdlib_LTLIBRARIES = libopcodes.la
252b5132
RH
23
24# This is where bfd.h lives.
25BFD_H = ../bfd/bfd.h
26
6c298591
NC
27# This is where libiberty lives.
28LIBIBERTY = ../libiberty/libiberty.a
29
252b5132
RH
30# Header files.
31HFILES = \
49f58d10 32 cgen-ops.h cgen-types.h \
252b5132 33 fr30-desc.h fr30-opc.h \
fd3c93d5 34 frv-desc.h frv-opc.h \
252b5132 35 h8500-opc.h \
40b8e679
L
36 i386-opc.h \
37 i386-tbl.h \
43079f18
NC
38 ia64-asmtab.h \
39 ia64-opc.h \
a40cbfa3 40 ip2k-desc.h ip2k-opc.h \
47b1a55a 41 iq2000-desc.h iq2000-opc.h \
49f58d10 42 m32c-desc.h m32c-opc.h \
252b5132
RH
43 m32r-desc.h m32r-opc.h \
44 mcore-opc.h \
bd2f2e55 45 mep-desc.h mep-opc.h \
d031aafb 46 mt-desc.h mt-opc.h \
87e6d782 47 openrisc-desc.h openrisc-opc.h \
1c0d3aa6 48 score-opc.h \
252b5132 49 sh-opc.h \
43079f18 50 sh64-opc.h \
252b5132
RH
51 sysdep.h \
52 w65-opc.h \
d70c5fc7 53 xc16x-desc.h xc16x-opc.h \
93fbbb04 54 xstormy16-desc.h xstormy16-opc.h \
252b5132
RH
55 z8k-opc.h
56
57# C source files that correspond to .o's.
58CFILES = \
252b5132
RH
59 alpha-dis.c \
60 alpha-opc.c \
71f22174
AS
61 arc-dis.c \
62 arc-opc.c \
0d2bcfaf 63 arc-ext.c \
252b5132 64 arm-dis.c \
832ddf62 65 avr-dis.c \
4b7f6baa 66 bfin-dis.c \
252b5132 67 cgen-asm.c \
3609e0fe 68 cgen-bitset.c \
252b5132
RH
69 cgen-dis.c \
70 cgen-opc.c \
6c95a37f
HPN
71 cris-dis.c \
72 cris-opc.c \
1fe1f39c
NC
73 crx-dis.c \
74 crx-opc.c \
252b5132
RH
75 d10v-dis.c \
76 d10v-opc.c \
77 d30v-dis.c \
78 d30v-opc.c \
d172d4ba 79 dlx-dis.c \
252b5132 80 dis-buf.c \
92c2346c 81 dis-init.c \
252b5132
RH
82 disassemble.c \
83 fr30-asm.c \
84 fr30-desc.c \
85 fr30-dis.c \
86 fr30-ibld.c \
87 fr30-opc.c \
fd3c93d5
DB
88 frv-asm.c \
89 frv-desc.c \
90 frv-dis.c \
91 frv-ibld.c \
92 frv-opc.c \
252b5132
RH
93 h8300-dis.c \
94 h8500-dis.c \
95 hppa-dis.c \
5b93d8bb
AM
96 i370-dis.c \
97 i370-opc.c \
252b5132 98 i386-dis.c \
0b1cf022 99 i386-opc.c \
40b8e679 100 i386-gen.c \
915ef37f 101 i860-dis.c \
252b5132 102 i960-dis.c \
800eeca4
JW
103 ia64-dis.c \
104 ia64-opc-a.c \
105 ia64-opc-b.c \
106 ia64-opc-f.c \
107 ia64-opc-i.c \
108 ia64-opc-m.c \
109 ia64-opc-d.c \
110 ia64-opc.c \
111 ia64-gen.c \
112 ia64-asmtab.c \
a40cbfa3
NC
113 ip2k-asm.c \
114 ip2k-desc.c \
115 ip2k-dis.c \
116 ip2k-ibld.c \
117 ip2k-opc.c \
47b1a55a
SC
118 iq2000-asm.c \
119 iq2000-desc.c \
120 iq2000-dis.c \
121 iq2000-ibld.c \
122 iq2000-opc.c \
49f58d10
JB
123 m32c-asm.c \
124 m32c-desc.c \
125 m32c-dis.c \
126 m32c-ibld.c \
127 m32c-opc.c \
252b5132
RH
128 m32r-asm.c \
129 m32r-desc.c \
130 m32r-dis.c \
131 m32r-ibld.c \
132 m32r-opc.c \
133 m32r-opinst.c \
60bcf0fa
NC
134 m68hc11-dis.c \
135 m68hc11-opc.c \
252b5132
RH
136 m68k-dis.c \
137 m68k-opc.c \
138 m88k-dis.c \
7499d566 139 maxq-dis.c \
252b5132 140 mcore-dis.c \
bd2f2e55
DB
141 mep-asm.c \
142 mep-desc.c \
143 mep-dis.c \
144 mep-ibld.c \
145 mep-opc.c \
252b5132
RH
146 mips-dis.c \
147 mips-opc.c \
148 mips16-opc.c \
149 m10200-dis.c \
150 m10200-opc.c \
151 m10300-dis.c \
152 m10300-opc.c \
3c3bdf30
NC
153 mmix-dis.c \
154 mmix-opc.c \
d031aafb
NS
155 mt-asm.c \
156 mt-desc.c \
157 mt-dis.c \
158 mt-ibld.c \
159 mt-opc.c \
252b5132 160 ns32k-dis.c \
87e6d782
NC
161 openrisc-asm.c \
162 openrisc-desc.c \
163 openrisc-dis.c \
164 openrisc-ibld.c \
165 openrisc-opc.c \
3b16e843
NC
166 or32-dis.c \
167 or32-opc.c \
e135f41b
NC
168 pdp11-dis.c \
169 pdp11-opc.c \
1e608f98
ILT
170 pj-dis.c \
171 pj-opc.c \
252b5132
RH
172 ppc-dis.c \
173 ppc-opc.c \
b6849f55 174 s390-mkopc.c \
a85d7ed0
NC
175 s390-opc.c \
176 s390-dis.c \
1c0d3aa6 177 score-dis.c \
252b5132 178 sh-dis.c \
43079f18
NC
179 sh64-dis.c \
180 sh64-opc.c \
252b5132
RH
181 sparc-dis.c \
182 sparc-opc.c \
e9f53129
AM
183 spu-dis.c \
184 spu-opc.c \
252b5132 185 tic30-dis.c \
026df7c5 186 tic4x-dis.c \
5c84d377
TW
187 tic54x-dis.c \
188 tic54x-opc.c \
252b5132
RH
189 tic80-dis.c \
190 tic80-opc.c \
71f22174
AS
191 v850-dis.c \
192 v850-opc.c \
252b5132
RH
193 vax-dis.c \
194 w65-dis.c \
d70c5fc7
NC
195 xc16x-asm.c \
196 xc16x-desc.c \
197 xc16x-dis.c \
198 xc16x-ibld.c \
199 xc16x-opc.c \
93fbbb04
GK
200 xstormy16-asm.c \
201 xstormy16-desc.c \
202 xstormy16-dis.c \
203 xstormy16-ibld.c \
204 xstormy16-opc.c \
e0001a05 205 xtensa-dis.c \
3c9b82ba 206 z80-dis.c \
252b5132
RH
207 z8k-dis.c \
208 z8kgen.c
209
210ALL_MACHINES = \
252b5132
RH
211 alpha-dis.lo \
212 alpha-opc.lo \
213 arc-dis.lo \
214 arc-opc.lo \
0d2bcfaf 215 arc-ext.lo \
252b5132 216 arm-dis.lo \
832ddf62 217 avr-dis.lo \
4b7f6baa 218 bfin-dis.lo \
252b5132 219 cgen-asm.lo \
3609e0fe 220 cgen-bitset.lo \
252b5132
RH
221 cgen-dis.lo \
222 cgen-opc.lo \
6c95a37f
HPN
223 cris-dis.lo \
224 cris-opc.lo \
1fe1f39c
NC
225 crx-dis.lo \
226 crx-opc.lo \
252b5132
RH
227 d10v-dis.lo \
228 d10v-opc.lo \
229 d30v-dis.lo \
230 d30v-opc.lo \
d172d4ba 231 dlx-dis.lo \
252b5132
RH
232 fr30-asm.lo \
233 fr30-desc.lo \
234 fr30-dis.lo \
235 fr30-ibld.lo \
236 fr30-opc.lo \
fd3c93d5
DB
237 frv-asm.lo \
238 frv-desc.lo \
239 frv-dis.lo \
240 frv-ibld.lo \
241 frv-opc.lo \
252b5132
RH
242 h8300-dis.lo \
243 h8500-dis.lo \
244 hppa-dis.lo \
245 i386-dis.lo \
0b1cf022 246 i386-opc.lo \
5b93d8bb
AM
247 i370-dis.lo \
248 i370-opc.lo \
915ef37f 249 i860-dis.lo \
252b5132 250 i960-dis.lo \
800eeca4
JW
251 ia64-dis.lo \
252 ia64-opc.lo \
a40cbfa3
NC
253 ip2k-asm.lo \
254 ip2k-desc.lo \
255 ip2k-dis.lo \
256 ip2k-ibld.lo \
257 ip2k-opc.lo \
47b1a55a
SC
258 iq2000-asm.lo \
259 iq2000-desc.lo \
260 iq2000-dis.lo \
261 iq2000-ibld.lo \
262 iq2000-opc.lo \
49f58d10
JB
263 m32c-asm.lo \
264 m32c-desc.lo \
265 m32c-dis.lo \
266 m32c-ibld.lo \
267 m32c-opc.lo \
252b5132
RH
268 m32r-asm.lo \
269 m32r-desc.lo \
270 m32r-dis.lo \
271 m32r-ibld.lo \
272 m32r-opc.lo \
273 m32r-opinst.lo \
60bcf0fa
NC
274 m68hc11-dis.lo \
275 m68hc11-opc.lo \
252b5132
RH
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 \
7499d566 283 maxq-dis.lo \
252b5132 284 mcore-dis.lo \
bd2f2e55
DB
285 mep-asm.lo \
286 mep-desc.lo \
287 mep-dis.lo \
288 mep-ibld.lo \
289 mep-opc.lo \
252b5132
RH
290 mips-dis.lo \
291 mips-opc.lo \
292 mips16-opc.lo \
3c3bdf30
NC
293 mmix-dis.lo \
294 mmix-opc.lo \
40065372 295 msp430-dis.lo \
d031aafb
NS
296 mt-asm.lo \
297 mt-desc.lo \
298 mt-dis.lo \
299 mt-ibld.lo \
300 mt-opc.lo \
e135f41b 301 ns32k-dis.lo \
87e6d782
NC
302 openrisc-asm.lo \
303 openrisc-desc.lo \
304 openrisc-dis.lo \
305 openrisc-ibld.lo \
306 openrisc-opc.lo \
3b16e843
NC
307 or32-dis.lo \
308 or32-opc.lo \
e135f41b
NC
309 pdp11-dis.lo \
310 pdp11-opc.lo \
1e608f98
ILT
311 pj-dis.lo \
312 pj-opc.lo \
252b5132
RH
313 ppc-dis.lo \
314 ppc-opc.lo \
a85d7ed0
NC
315 s390-dis.lo \
316 s390-opc.lo \
1c0d3aa6 317 score-dis.lo \
252b5132 318 sh-dis.lo \
43079f18
NC
319 sh64-dis.lo \
320 sh64-opc.lo \
252b5132
RH
321 sparc-dis.lo \
322 sparc-opc.lo \
e9f53129
AM
323 spu-dis.lo \
324 spu-opc.lo \
252b5132 325 tic30-dis.lo \
026df7c5 326 tic4x-dis.lo \
5c84d377
TW
327 tic54x-dis.lo \
328 tic54x-opc.lo \
252b5132
RH
329 tic80-dis.lo \
330 tic80-opc.lo \
331 v850-dis.lo \
332 v850-opc.lo \
333 vax-dis.lo \
334 w65-dis.lo \
d70c5fc7
NC
335 xc16x-asm.lo \
336 xc16x-desc.lo \
337 xc16x-dis.lo \
338 xc16x-ibld.lo \
339 xc16x-opc.lo \
93fbbb04
GK
340 xstormy16-asm.lo \
341 xstormy16-desc.lo \
342 xstormy16-dis.lo \
343 xstormy16-ibld.lo \
344 xstormy16-opc.lo \
e0001a05 345 xtensa-dis.lo \
3c9b82ba 346 z80-dis.lo \
252b5132
RH
347 z8k-dis.lo
348
349OFILES = @BFD_MACHINES@
350
3f85e526
L
351# We should reconfigure whenever bfd/configure.in changes, because
352# that's where the version number in Makefile comes from.
353CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
354
20e95c23 355INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
252b5132
RH
356
357disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
358 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
359
92c2346c 360libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c
3ba7a1aa
DJ
361# It's desirable to list ../bfd/libbfd.la in DEPENDENCIES and LIBADD.
362# Unfortunately this causes libtool to add -L$(libdir), referring to the
363# planned install directory of libbfd. This can cause us to pick up an
364# old version of libbfd, or to pick up libbfd for the wrong architecture
365# if host != build.
366libopcodes_la_DEPENDENCIES = $(OFILES)
367libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
ee5c21a0 368libopcodes_la_LDFLAGS = -release `cat ../bfd/libtool-soversion` @WIN32LDFLAGS@
252b5132
RH
369
370# libtool will build .libs/libopcodes.a. We create libopcodes.a in
371# the build directory so that we don't have to convert all the
372# programs that use libopcodes.a simultaneously. This is a hack which
373# should be removed if everything else starts using libtool. FIXME.
374
375noinst_LIBRARIES = libopcodes.a
376
377stamp-lib: libopcodes.la
e56f75e9
ILT
378 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
379 if [ -f $$libtooldir/libopcodes.a ]; then \
380 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
847ee773 381 $(RANLIB) libopcodes.tmp; \
252b5132
RH
382 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
383 else true; fi
384 touch stamp-lib
385
386libopcodes.a: stamp-lib ; @true
387
388POTFILES = $(HFILES) $(CFILES)
389po/POTFILES.in: @MAINT@ Makefile
f8607389 390 for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
252b5132
RH
391 && mv tmp $(srcdir)/po/POTFILES.in
392
81172ff2 393install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes
263de010 394 @$(NORMAL_INSTALL)
81172ff2
AM
395
396uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes
397 @$(NORMAL_UNINSTALL)
398
399.PHONY: install_libopcodes uninstall_libopcodes
400install_libopcodes: $(bfdlib_LTLIBRARIES)
401 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
402 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
403 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
404 if test -f $$p; then \
405 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
406 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
407 else :; fi; \
408 done
409 $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(bfdincludedir)/dis-asm.h
410
411uninstall_libopcodes:
412 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
413 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
414 done
415 rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h
263de010 416
252b5132 417CLEANFILES = \
49f58d10 418 stamp-ip2k stamp-m32c stamp-m32r stamp-fr30 stamp-frv \
bd2f2e55 419 stamp-openrisc stamp-iq2000 stamp-mep stamp-mt stamp-xstormy16 stamp-xc16x\
0bdaf48b 420 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
252b5132
RH
421
422
6e31aea3 423CGENDIR = @cgendir@
4a3264e6 424CPUDIR = $(CGENDIR)/cpu
0a40490e 425CGEN = "`if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` -l ${cgendir}/guile.scm -s"
6e31aea3
BE
426CGENFLAGS = -v
427
bc98a631 428CGENDEPS = \
6e31aea3
BE
429 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
430 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
431 $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
432 $(CGENDIR)/opc-opinst.scm \
433 cgen-asm.in cgen-dis.in cgen-ibld.in
434
bd2f2e55 435CGEN_CPUS = fr30 frv ip2k m32c m32r mep mt openrisc xc16x xstormy16
4714fbc0 436
6e31aea3 437if CGEN_MAINT
a40cbfa3 438IP2K_DEPS = stamp-ip2k
49f58d10 439M32C_DEPS = stamp-m32c
6e31aea3
BE
440M32R_DEPS = stamp-m32r
441FR30_DEPS = stamp-fr30
fd3c93d5 442FRV_DEPS = stamp-frv
bd2f2e55 443MEP_DEPS = stamp-mep
4970f871 444MT_DEPS = stamp-mt
87e6d782 445OPENRISC_DEPS = stamp-openrisc
47b1a55a 446IQ2000_DEPS = stamp-iq2000
d70c5fc7 447XC16X_DEPS = stamp-xc16x
93fbbb04 448XSTORMY16_DEPS = stamp-xstormy16
6e31aea3 449else
a40cbfa3 450IP2K_DEPS =
49f58d10 451M32C_DEPS =
6e31aea3
BE
452M32R_DEPS =
453FR30_DEPS =
fd3c93d5 454FRV_DEPS =
bd2f2e55 455MEP_DEPS =
4970f871 456MT_DEPS =
87e6d782 457OPENRISC_DEPS =
47b1a55a 458IQ2000_DEPS =
d70c5fc7 459XC16X_DEPS =
93fbbb04 460XSTORMY16_DEPS =
6e31aea3
BE
461endif
462
463run-cgen:
464 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
9c2de729
DB
465 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
466 "$(options)" "$(extrafiles)"
6e31aea3
BE
467 touch stamp-${prefix}
468.PHONY: run-cgen
469
4714fbc0
DE
470# Maintainer utility rule to regenerate all cgen files.
471run-cgen-all:
472 for c in $(CGEN_CPUS) ; \
473 do \
474 $(MAKE) stamp-$$c || exit 1 ; \
475 done
476.PHONY: run-cgen-all
477
6e31aea3 478# For now, require developers to configure with --enable-cgen-maint.
a40cbfa3
NC
479$(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)
480 @true
481stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
9c2de729
DB
482 $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
483 archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
a40cbfa3 484
49f58d10
JB
485$(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)
486# @true
0f82ff91 487stamp-m32c: $(CGENDEPS) $(srcdir)/../cpu/m32c.cpu $(srcdir)/../cpu/m32c.opc
49f58d10 488 $(MAKE) run-cgen arch=m32c prefix=m32c options= \
0f82ff91
AM
489 archfile=$(srcdir)/../cpu/m32c.cpu \
490 opcfile=$(srcdir)/../cpu/m32c.opc extrafiles=
49f58d10
JB
491m32c_opc_h = m32c-opc.h cgen-types.h cgen-ops.h
492m32c-asm.lo: m32c-asm.c sysdep.h config.h $(BFD_H) \
493 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
494 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
495m32c-desc.lo: m32c-desc.c sysdep.h config.h $(BFD_H) \
496 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
497 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
498m32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
499 $(BFD_H) $(INCDIR)/ansidecl.h \
500 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
501 $(m32c_opc_h) opintl.h
502m32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/dis-asm.h \
503 $(BFD_H) $(INCDIR)/ansidecl.h \
504 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
505 $(m32c_opc_h) opintl.h
506m32c-opc.lo: m32c-opc.c sysdep.h config.h $(BFD_H) \
507 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
508 $(INCDIR)/opcode/cgen.h $(m32c_opc_h)
509
6e31aea3 510$(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)
dc62a253 511 @true
d125c27b 512stamp-m32r: $(CGENDEPS) $(srcdir)/../cpu/m32r.cpu $(srcdir)/../cpu/m32r.opc
9c2de729 513 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
d125c27b
AM
514 archfile=$(srcdir)/../cpu/m32r.cpu \
515 opcfile=$(srcdir)/../cpu/m32r.opc extrafiles=opinst
6e31aea3
BE
516
517$(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)
518 @true
4a3264e6 519stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
9c2de729
DB
520 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
521 archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
6e31aea3 522
fd3c93d5
DB
523$(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)
524 @true
5272d201 525stamp-frv: $(CGENDEPS) $(srcdir)/../cpu/frv.cpu $(srcdir)/../cpu/frv.opc
9c2de729
DB
526 $(MAKE) run-cgen arch=frv prefix=frv options= \
527 archfile=$(srcdir)/../cpu/frv.cpu opcfile=$(srcdir)/../cpu/frv.opc extrafiles=
fd3c93d5 528
bd2f2e55
DB
529$(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)
530 @true
531stamp-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
532 $(MAKE) run-cgen arch=mep prefix=mep options= \
533 archfile=$(CPUDIR)/mep.cpu opcfile=$(CPUDIR)/mep.opc extrafiles=
534
d031aafb 535$(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)
ac188222 536 @true
4970f871 537stamp-mt: $(CGENDEPS) $(srcdir)/../cpu/mt.cpu $(srcdir)/../cpu/mt.opc
d031aafb 538 $(MAKE) run-cgen arch=mt prefix=mt options= \
4970f871
NS
539 archfile=$(srcdir)/../cpu/mt.cpu \
540 opcfile=$(srcdir)/../cpu/mt.opc extrafiles=
ac188222 541
87e6d782
NC
542$(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)
543 @true
4a3264e6 544stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
9c2de729
DB
545 $(MAKE) run-cgen arch=openrisc prefix=openrisc options= \
546 archfile=$(CPUDIR)/openrisc.cpu opcfile=$(CPUDIR)/openrisc.opc extrafiles=
87e6d782 547
47b1a55a
SC
548$(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)
549 @true
d125c27b
AM
550stamp-iq2000: $(CGENDEPS) $(srcdir)/../cpu/iq2000.cpu \
551 $(srcdir)/../cpu/iq2000.opc $(srcdir)/../cpu/iq2000m.cpu \
552 $(srcdir)/../cpu/iq10.cpu
9c2de729 553 $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
d125c27b
AM
554 archfile=$(srcdir)/../cpu/iq2000.cpu \
555 opcfile=$(srcdir)/../cpu/iq2000.opc extrafiles=
47b1a55a 556
93fbbb04
GK
557$(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)
558 @true
559stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
9c2de729
DB
560 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
561 archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
93fbbb04 562
d70c5fc7
NC
563$(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)
564 @true
565stamp-xc16x: $(CGENDEPS) $(CPUDIR)/xc16x.cpu $(CPUDIR)/xc16x.opc
566 $(MAKE) run-cgen arch=xc16x prefix=xc16x options= \
567 archfile=$(CPUDIR)/xc16x.cpu opcfile=$(CPUDIR)/xc16x.opc extrafiles=
568
40b8e679
L
569i386-gen: i386-gen.o
570 $(LINK) i386-gen.o $(LIBIBERTY)
571
572i386-gen.o: i386-gen.c i386-opc.h
573
574i386-tbl.h: @MAINT@ i386-gen i386-opc.tbl i386-reg.tbl
575 ./i386-gen --srcdir $(srcdir) > $(srcdir)/i386-tbl.h
576
800eeca4
JW
577ia64-gen: ia64-gen.o
578 $(LINK) ia64-gen.o $(LIBIBERTY)
579
580ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
581 ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
582
583ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
bde78a07 584 ./ia64-gen --srcdir $(srcdir) > $(srcdir)/ia64-asmtab.c
252b5132 585
b6849f55
NC
586s390-mkopc: s390-mkopc.c
587 $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
588
589s390-opc.tab: s390-mkopc s390-opc.txt
590 ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
591
19f33eee
AM
592sh-dis.lo: sh-dis.c
593 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
594
252b5132
RH
595# This dependency stuff is copied from BFD.
596
73c418f4
ILT
597DEP: dep.sed $(CFILES) $(HFILES) config.h
598 rm -f DEP1
41b49281 599 $(MAKE) MKDEP="$(MKDEP)" DEP1
0bdaf48b
AM
600 sed -f dep.sed < DEP1 > DEPA
601 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
602 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
1581f8c9
AM
603 echo 'make DEP failed!'; exit 1; \
604 else \
0bdaf48b 605 mv -f DEPA $@; \
1581f8c9 606 fi
252b5132 607
73c418f4 608DEP1: $(CFILES)
73c418f4 609 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
41b49281
AM
610 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
611 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
612 mv -f DEP2 $@
252b5132
RH
613
614dep.sed: dep-in.sed config.status
615 sed <$(srcdir)/dep-in.sed >dep.sed \
616 -e 's!@BFD_H@!$(BFD_H)!' \
617 -e 's!@INCDIR@!$(INCDIR)!' \
618 -e 's!@BFDDIR@!$(BFDDIR)!' \
82674a1f
AM
619 -e 's!@SRCDIR@!$(srcdir)!' \
620 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
252b5132 621
73c418f4 622dep: DEP
252b5132 623 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
73c418f4 624 cat DEP >> tmp-Makefile
252b5132
RH
625 $(srcdir)/../move-if-change tmp-Makefile Makefile
626
73c418f4 627dep-in: DEP
252b5132 628 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
73c418f4 629 cat DEP >> tmp-Makefile.in
252b5132
RH
630 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
631
73c418f4 632dep-am: DEP
252b5132 633 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
73c418f4 634 cat DEP >> tmp-Makefile.am
252b5132
RH
635 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
636
637.PHONY: dep dep-in dep-am
638
639# What appears below is generated by a hacked mkdep using gcc -MM.
640
641# DO NOT DELETE THIS LINE -- mkdep uses it.
642# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
9e5169a8 643alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
644 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
645 $(INCDIR)/opcode/alpha.h
9e5169a8 646alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
647 $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/ansidecl.h \
648 $(INCDIR)/symcat.h opintl.h
82674a1f 649arc-dis.lo: arc-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
e9f53129
AM
650 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
651 $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h $(BFDDIR)/elf-bfd.h \
652 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
653 $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
654 opintl.h arc-dis.h arc-ext.h
9e5169a8 655arc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129 656 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h \
fdd3b9b3 657 opintl.h
9e5169a8 658arc-ext.lo: arc-ext.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
659 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h arc-ext.h \
660 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
9e5169a8 661arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
662 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
663 $(INCDIR)/opcode/arm.h opintl.h $(INCDIR)/safe-ctype.h \
664 $(INCDIR)/floatformat.h $(INCDIR)/ansidecl.h $(INCDIR)/coff/internal.h \
665 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(BFDDIR)/elf-bfd.h \
666 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
667 $(INCDIR)/elf/internal.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h
9e5169a8 668avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
669 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
670 opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
671 $(INCDIR)/opcode/avr.h
fdd3b9b3
L
672bfin-dis.lo: bfin-dis.c $(INCDIR)/opcode/bfin.h $(INCDIR)/dis-asm.h \
673 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
9e5169a8 674cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
675 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \
676 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
677 $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
9e5169a8 678 opintl.h
c85a332d
AM
679cgen-bitset.lo: cgen-bitset.c $(INCDIR)/libiberty.h \
680 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/cgen-bitset.h
9e5169a8 681cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
682 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(BFD_H) \
683 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
684 $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h
9e5169a8 685cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
686 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \
687 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
688 $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h
6c95a37f 689cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
9e5169a8 690 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
e9f53129
AM
691 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/cris.h $(INCDIR)/libiberty.h \
692 $(INCDIR)/ansidecl.h
6c95a37f 693cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
8ae85421 694crx-dis.lo: crx-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
9e5169a8 695 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
e9f53129 696 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/crx.h
8ae85421
AM
697crx-opc.lo: crx-opc.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
698 $(INCDIR)/symcat.h $(INCDIR)/opcode/crx.h
9e5169a8 699d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 700 $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) \
e9f53129 701 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
9e5169a8 702d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 703 $(INCDIR)/opcode/d10v.h
9e5169a8 704d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 705 $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
e9f53129 706 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h opintl.h
9e5169a8 707d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 708 $(INCDIR)/opcode/d30v.h
9e5169a8 709dlx-dis.lo: dlx-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
710 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
711 $(INCDIR)/opcode/dlx.h
9e5169a8 712dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
713 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
714 opintl.h
9e5169a8 715dis-init.lo: dis-init.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
716 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
717 $(BFD_H)
9e5169a8 718disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129 719 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
9e5169a8 720fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
721 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
722 fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
723 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h fr30-opc.h \
724 opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
725 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
9e5169a8 726fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
727 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
728 fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
729 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h fr30-opc.h \
730 opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
9e5169a8
L
731 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
732fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
733 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
734 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
9e5169a8 735 fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129
AM
736 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h fr30-opc.h \
737 opintl.h
9e5169a8 738fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
739 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
740 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
741 $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
fdd3b9b3 742 fr30-opc.h opintl.h $(INCDIR)/safe-ctype.h
9e5169a8 743fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
744 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
745 fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
746 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h fr30-opc.h \
747 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
9e5169a8 748frv-asm.lo: frv-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
749 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
750 frv-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
751 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h frv-opc.h \
752 opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
753 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
9e5169a8 754frv-desc.lo: frv-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
755 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
756 frv-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
757 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h frv-opc.h \
758 opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
9e5169a8
L
759 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
760frv-dis.lo: frv-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
761 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
762 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
9e5169a8 763 frv-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129
AM
764 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h frv-opc.h \
765 opintl.h
9e5169a8 766frv-ibld.lo: frv-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
767 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
768 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen-bitset.h \
769 $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
fdd3b9b3 770 frv-opc.h opintl.h $(INCDIR)/safe-ctype.h
9e5169a8 771frv-opc.lo: frv-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
772 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
773 frv-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
774 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h frv-opc.h \
775 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/elf/frv.h \
776 $(INCDIR)/elf/reloc-macros.h
9e5169a8 777h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 778 $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
e9f53129
AM
779 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h opintl.h $(INCDIR)/libiberty.h \
780 $(INCDIR)/ansidecl.h
9e5169a8 781h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
782 h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
783 $(INCDIR)/symcat.h opintl.h
9e5169a8 784hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
785 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
786 $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h
9e5169a8 787i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
788 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
789 $(INCDIR)/opcode/i370.h
9e5169a8 790i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 791 $(INCDIR)/opcode/i370.h
252b5132 792i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
9e5169a8 793 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
0b1cf022
L
794 $(INCDIR)/ansidecl.h opintl.h $(INCDIR)/opcode/i386.h
795i386-opc.lo: i386-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
d10f0549 796 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h i386-opc.h \
40b8e679
L
797 $(INCDIR)/opcode/i386.h i386-tbl.h
798i386-gen.lo: i386-gen.c $(INCDIR)/getopt.h $(INCDIR)/libiberty.h \
799 $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h i386-opc.h \
d10f0549 800 $(INCDIR)/opcode/i386.h
915ef37f 801i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 802 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
9e5169a8 803i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129 804 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
2114f57b 805ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
e9f53129
AM
806 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/ia64.h \
807 $(BFD_H)
82674a1f
AM
808ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
809 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
810ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
811 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
812ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
813 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
814ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
815 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
816ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
817 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
2114f57b 818ia64-opc-d.lo: ia64-opc-d.c
6b5d3a4d 819ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h sysdep.h \
e9f53129
AM
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
2114f57b 823ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
e9f53129
AM
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
2114f57b 829ia64-asmtab.lo: ia64-asmtab.c
9e5169a8 830ip2k-asm.lo: ip2k-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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
9e5169a8 836ip2k-desc.lo: ip2k-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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 \
9e5169a8
L
841 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
842ip2k-dis.lo: ip2k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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 \
9e5169a8 845 ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129
AM
846 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h ip2k-opc.h \
847 opintl.h
9e5169a8 848ip2k-ibld.lo: ip2k-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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 \
fdd3b9b3 852 ip2k-opc.h opintl.h $(INCDIR)/safe-ctype.h
9e5169a8 853ip2k-opc.lo: ip2k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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
9e5169a8 858iq2000-asm.lo: iq2000-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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
9e5169a8 864iq2000-desc.lo: iq2000-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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 \
c85a332d 869 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
9e5169a8 870iq2000-dis.lo: iq2000-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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 \
c85a332d 873 iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129
AM
874 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h iq2000-opc.h \
875 opintl.h
9e5169a8 876iq2000-ibld.lo: iq2000-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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 \
c85a332d 880 iq2000-opc.h opintl.h $(INCDIR)/safe-ctype.h
9e5169a8 881iq2000-opc.lo: iq2000-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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
9e5169a8 886m32c-asm.lo: m32c-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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 \
4c273957
AM
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
9e5169a8 893m32c-desc.lo: m32c-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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 \
4c273957
AM
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
9e5169a8 900m32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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 \
9e5169a8 903 m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129 904 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32c-opc.h \
4c273957
AM
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/internal.h $(INCDIR)/elf/external.h \
908 $(INCDIR)/bfdlink.h
9e5169a8 909m32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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 \
4c273957
AM
913 m32c-opc.h cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h \
914 opintl.h $(INCDIR)/safe-ctype.h
9e5169a8 915m32c-opc.lo: m32c-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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 \
4c273957
AM
919 cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h $(INCDIR)/libiberty.h \
920 $(INCDIR)/ansidecl.h
9e5169a8 921m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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
9e5169a8 927m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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 \
9e5169a8
L
932 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
933m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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 \
9e5169a8 936 m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129
AM
937 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32r-opc.h \
938 opintl.h
9e5169a8 939m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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 \
fdd3b9b3 943 m32r-opc.h opintl.h $(INCDIR)/safe-ctype.h
9e5169a8 944m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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
9e5169a8 949m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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
bbeb2e03 953m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
7997656a 954 $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H) \
e9f53129 955 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
bbeb2e03 956m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
60bcf0fa 957 $(INCDIR)/opcode/m68hc11.h
9e5169a8 958m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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
9e5169a8 962m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
252b5132 963 $(INCDIR)/opcode/m68k.h
9e5169a8 964m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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
9e5169a8 968maxq-dis.lo: maxq-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
969 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
970 $(INCDIR)/opcode/maxq.h
9e5169a8 971mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
972 mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
973 $(INCDIR)/symcat.h
a6d04ec4
AM
974mep-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
980mep-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
986mep-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/internal.h \
993 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h
994mep-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
999mep-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
9e5169a8 1005mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1010 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
9e5169a8 1011mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1012 $(INCDIR)/opcode/mips.h
9e5169a8 1013mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1014 $(INCDIR)/opcode/mips.h
9e5169a8 1015m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1016 $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
e9f53129 1017 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h opintl.h
9e5169a8 1018m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1019 $(INCDIR)/opcode/mn10200.h
9e5169a8 1020m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1021 $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
e9f53129 1022 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h opintl.h
9e5169a8 1023m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1024 $(INCDIR)/opcode/mn10300.h
3c3bdf30 1025mmix-dis.lo: mmix-dis.c $(INCDIR)/opcode/mmix.h $(INCDIR)/dis-asm.h \
c0ef99a7 1026 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
e9f53129 1027 $(INCDIR)/ansidecl.h $(BFD_H) opintl.h
3c3bdf30 1028mmix-opc.lo: mmix-opc.c $(INCDIR)/opcode/mmix.h $(INCDIR)/symcat.h
d031aafb 1029mt-asm.lo: mt-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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
d031aafb 1035mt-desc.lo: mt-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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 \
9e5169a8 1040 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
d031aafb 1041mt-dis.lo: mt-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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 \
d031aafb 1044 mt-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129
AM
1045 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mt-opc.h \
1046 opintl.h
d031aafb 1047mt-ibld.lo: mt-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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 \
d031aafb
NS
1051 mt-opc.h opintl.h $(INCDIR)/safe-ctype.h
1052mt-opc.lo: mt-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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
3db64b00
AM
1057ns32k-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
9e5169a8 1060openrisc-asm.lo: openrisc-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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
9e5169a8 1066openrisc-desc.lo: openrisc-desc.c sysdep.h config.h \
e9f53129
AM
1067 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/ansidecl.h \
1068 $(INCDIR)/symcat.h $(INCDIR)/symcat.h openrisc-desc.h \
9e5169a8 1069 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129
AM
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
9e5169a8 1073openrisc-dis.lo: openrisc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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 \
9e5169a8 1076 openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129
AM
1077 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h openrisc-opc.h \
1078 opintl.h
9e5169a8 1079openrisc-ibld.lo: openrisc-ibld.c sysdep.h config.h \
e9f53129
AM
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
c85a332d 1085openrisc-opc.lo: openrisc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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
ba323545
AM
1090or32-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
1093or32-opc.lo: or32-opc.c $(INCDIR)/safe-ctype.h $(INCDIR)/ansidecl.h \
1094 $(INCDIR)/opcode/or32.h
9e5169a8 1095pdp11-dis.lo: pdp11-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1096 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1097 $(INCDIR)/opcode/pdp11.h
e135f41b 1098pdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h
9e5169a8 1099pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 1100 $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H) \
e9f53129 1101 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
9e5169a8 1102pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1103 $(INCDIR)/opcode/pj.h
9e5169a8 1104ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1105 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1106 $(INCDIR)/opcode/ppc.h
9e5169a8 1107ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1108 $(INCDIR)/opcode/ppc.h opintl.h
8737c3ea
HPN
1109s390-mkopc.lo: s390-mkopc.c
1110s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \
9e5169a8 1111 s390-opc.tab
27b7e12d 1112s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
e9f53129
AM
1113 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
1114 $(INCDIR)/symcat.h $(INCDIR)/opcode/s390.h
1c0d3aa6 1115score-dis.lo: score-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1119 $(INCDIR)/elf/internal.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h
9e5169a8 1120sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1121 sh-opc.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1122 $(INCDIR)/dis-asm.h $(BFD_H)
43079f18 1123sh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
9e5169a8 1124 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
e9f53129
AM
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/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1128 $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf32-sh64.h
71b21050 1129sh64-opc.lo: sh64-opc.c sh64-opc.h
9e5169a8 1130sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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
9e5169a8 1134sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1135 $(INCDIR)/opcode/sparc.h $(INCDIR)/ansidecl.h
1136spu-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
1139spu-opc.lo: spu-opc.c $(INCDIR)/opcode/spu.h $(INCDIR)/opcode/spu-insns.h \
1140 $(INCDIR)/opcode/spu-insns.h
9e5169a8 1141tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1142 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1143 $(INCDIR)/opcode/tic30.h
2d2550d6 1144tic4x-dis.lo: tic4x-dis.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1145 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1146 $(INCDIR)/opcode/tic4x.h
9e5169a8 1147tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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
9e5169a8 1150tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1151 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1152 $(INCDIR)/opcode/tic54x.h
9e5169a8 1153tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 1154 $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H) \
e9f53129 1155 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
9e5169a8 1156tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1157 $(INCDIR)/opcode/tic80.h
9e5169a8 1158v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1159 $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
e9f53129 1160 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h opintl.h
9e5169a8 1161v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
0d8dfecf 1162 $(INCDIR)/opcode/v850.h opintl.h
9e5169a8 1163vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 1164 $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) \
e9f53129 1165 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
c85a332d 1166w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1167 w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
1168 $(INCDIR)/symcat.h
ec3fcc56 1169xc16x-asm.lo: xc16x-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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
ec3fcc56 1175xc16x-desc.lo: xc16x-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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 \
ec3fcc56
AM
1180 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1181xc16x-dis.lo: xc16x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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 \
ec3fcc56 1184 xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129
AM
1185 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xc16x-opc.h \
1186 opintl.h
ec3fcc56 1187xc16x-ibld.lo: xc16x-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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 \
ec3fcc56
AM
1191 xc16x-opc.h opintl.h $(INCDIR)/safe-ctype.h
1192xc16x-opc.lo: xc16x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
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
9e5169a8 1197xstormy16-asm.lo: xstormy16-asm.c sysdep.h config.h \
e9f53129
AM
1198 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/ansidecl.h \
1199 $(INCDIR)/symcat.h $(INCDIR)/symcat.h xstormy16-desc.h \
9e5169a8 1200 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129
AM
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
9e5169a8 1204xstormy16-desc.lo: xstormy16-desc.c sysdep.h config.h \
e9f53129
AM
1205 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/ansidecl.h \
1206 $(INCDIR)/symcat.h $(INCDIR)/symcat.h xstormy16-desc.h \
9e5169a8 1207 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129
AM
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
9e5169a8 1211xstormy16-dis.lo: xstormy16-dis.c sysdep.h config.h \
e9f53129
AM
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
9e5169a8 1217xstormy16-ibld.lo: xstormy16-ibld.c sysdep.h config.h \
e9f53129
AM
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
9e5169a8 1223xstormy16-opc.lo: xstormy16-opc.c sysdep.h config.h \
e9f53129
AM
1224 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/ansidecl.h \
1225 $(INCDIR)/symcat.h $(INCDIR)/symcat.h xstormy16-desc.h \
9e5169a8 1226 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
e9f53129
AM
1227 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h \
1228 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
e0001a05 1229xtensa-dis.lo: xtensa-dis.c $(INCDIR)/xtensa-isa.h \
e9f53129
AM
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
9e5169a8 1233z80-dis.lo: z80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129 1234 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
9e5169a8 1235z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129
AM
1236 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1237 z8k-opc.h
9e5169a8 1238z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h \
e9f53129 1239 $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
252b5132 1240# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
This page took 0.545684 seconds and 4 git commands to generate.