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