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