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