* Makefile.am (CGEN_CPUS): New variable.
[deliverable/binutils-gdb.git] / opcodes / Makefile.am
1 ## Process this file with automake to generate Makefile.in
2
3 AUTOMAKE_OPTIONS = cygnus
4
5 SUBDIRS = po
6
7 INCDIR = $(srcdir)/../include
8 BFDDIR = $(srcdir)/../bfd
9 MKDEP = gcc -MM
10
11 WARN_CFLAGS = @WARN_CFLAGS@
12 AM_CFLAGS = $(WARN_CFLAGS)
13
14 bfdlibdir = @bfdlibdir@
15 bfdincludedir = @bfdincludedir@
16
17 bfdlib_LTLIBRARIES = libopcodes.la
18
19 # This is where bfd.h lives.
20 BFD_H = ../bfd/bfd.h
21
22 # This is where libiberty lives.
23 LIBIBERTY = ../libiberty/libiberty.a
24
25 # Header files.
26 HFILES = \
27 arm-opc.h \
28 fr30-desc.h fr30-opc.h \
29 frv-desc.h frv-opc.h \
30 h8500-opc.h \
31 ia64-asmtab.h \
32 ia64-opc.h \
33 ip2k-desc.h ip2k-opc.h \
34 m32r-desc.h m32r-opc.h \
35 mcore-opc.h \
36 openrisc-desc.h openrisc-opc.h \
37 sh-opc.h \
38 sh64-opc.h \
39 sysdep.h \
40 w65-opc.h \
41 xstormy16-desc.h xstormy16-opc.h \
42 z8k-opc.h
43
44 # C source files that correspond to .o's.
45 CFILES = \
46 a29k-dis.c \
47 alpha-dis.c \
48 alpha-opc.c \
49 arc-dis.c \
50 arc-opc.c \
51 arc-ext.c \
52 arm-dis.c \
53 avr-dis.c \
54 cgen-asm.c \
55 cgen-dis.c \
56 cgen-opc.c \
57 cris-dis.c \
58 cris-opc.c \
59 d10v-dis.c \
60 d10v-opc.c \
61 d30v-dis.c \
62 d30v-opc.c \
63 dlx-dis.c \
64 dis-buf.c \
65 disassemble.c \
66 fr30-asm.c \
67 fr30-desc.c \
68 fr30-dis.c \
69 fr30-ibld.c \
70 fr30-opc.c \
71 frv-asm.c \
72 frv-desc.c \
73 frv-dis.c \
74 frv-ibld.c \
75 frv-opc.c \
76 h8300-dis.c \
77 h8500-dis.c \
78 hppa-dis.c \
79 i370-dis.c \
80 i370-opc.c \
81 i386-dis.c \
82 i860-dis.c \
83 i960-dis.c \
84 ia64-dis.c \
85 ia64-opc-a.c \
86 ia64-opc-b.c \
87 ia64-opc-f.c \
88 ia64-opc-i.c \
89 ia64-opc-m.c \
90 ia64-opc-d.c \
91 ia64-opc.c \
92 ia64-gen.c \
93 ia64-asmtab.c \
94 ip2k-asm.c \
95 ip2k-desc.c \
96 ip2k-dis.c \
97 ip2k-ibld.c \
98 ip2k-opc.c \
99 m32r-asm.c \
100 m32r-desc.c \
101 m32r-dis.c \
102 m32r-ibld.c \
103 m32r-opc.c \
104 m32r-opinst.c \
105 m68hc11-dis.c \
106 m68hc11-opc.c \
107 m68k-dis.c \
108 m68k-opc.c \
109 m88k-dis.c \
110 mcore-dis.c \
111 mips-dis.c \
112 mips-opc.c \
113 mips16-opc.c \
114 m10200-dis.c \
115 m10200-opc.c \
116 m10300-dis.c \
117 m10300-opc.c \
118 mmix-dis.c \
119 mmix-opc.c \
120 ns32k-dis.c \
121 openrisc-asm.c \
122 openrisc-desc.c \
123 openrisc-dis.c \
124 openrisc-ibld.c \
125 openrisc-opc.c \
126 or32-dis.c \
127 or32-opc.c \
128 pdp11-dis.c \
129 pdp11-opc.c \
130 pj-dis.c \
131 pj-opc.c \
132 ppc-dis.c \
133 ppc-opc.c \
134 s390-mkopc.c \
135 s390-opc.c \
136 s390-dis.c \
137 sh-dis.c \
138 sh64-dis.c \
139 sh64-opc.c \
140 sparc-dis.c \
141 sparc-opc.c \
142 tic30-dis.c \
143 tic4x-dis.c \
144 tic54x-dis.c \
145 tic54x-opc.c \
146 tic80-dis.c \
147 tic80-opc.c \
148 v850-dis.c \
149 v850-opc.c \
150 vax-dis.c \
151 w65-dis.c \
152 xstormy16-asm.c \
153 xstormy16-desc.c \
154 xstormy16-dis.c \
155 xstormy16-ibld.c \
156 xstormy16-opc.c \
157 z8k-dis.c \
158 z8kgen.c
159
160 ALL_MACHINES = \
161 a29k-dis.lo \
162 alpha-dis.lo \
163 alpha-opc.lo \
164 arc-dis.lo \
165 arc-opc.lo \
166 arc-ext.lo \
167 arm-dis.lo \
168 avr-dis.lo \
169 cgen-asm.lo \
170 cgen-dis.lo \
171 cgen-opc.lo \
172 cris-dis.lo \
173 cris-opc.lo \
174 d10v-dis.lo \
175 d10v-opc.lo \
176 d30v-dis.lo \
177 d30v-opc.lo \
178 dlx-dis.lo \
179 fr30-asm.lo \
180 fr30-desc.lo \
181 fr30-dis.lo \
182 fr30-ibld.lo \
183 fr30-opc.lo \
184 frv-asm.lo \
185 frv-desc.lo \
186 frv-dis.lo \
187 frv-ibld.lo \
188 frv-opc.lo \
189 h8300-dis.lo \
190 h8500-dis.lo \
191 hppa-dis.lo \
192 i386-dis.lo \
193 i370-dis.lo \
194 i370-opc.lo \
195 i860-dis.lo \
196 i960-dis.lo \
197 ia64-dis.lo \
198 ia64-opc.lo \
199 ip2k-asm.lo \
200 ip2k-desc.lo \
201 ip2k-dis.lo \
202 ip2k-ibld.lo \
203 ip2k-opc.lo \
204 m32r-asm.lo \
205 m32r-desc.lo \
206 m32r-dis.lo \
207 m32r-ibld.lo \
208 m32r-opc.lo \
209 m32r-opinst.lo \
210 m68hc11-dis.lo \
211 m68hc11-opc.lo \
212 m68k-dis.lo \
213 m68k-opc.lo \
214 m88k-dis.lo \
215 m10200-dis.lo \
216 m10200-opc.lo \
217 m10300-dis.lo \
218 m10300-opc.lo \
219 mcore-dis.lo \
220 mips-dis.lo \
221 mips-opc.lo \
222 mips16-opc.lo \
223 mmix-dis.lo \
224 mmix-opc.lo \
225 ns32k-dis.lo \
226 openrisc-asm.lo \
227 openrisc-desc.lo \
228 openrisc-dis.lo \
229 openrisc-ibld.lo \
230 openrisc-opc.lo \
231 or32-dis.lo \
232 or32-opc.lo \
233 pdp11-dis.lo \
234 pdp11-opc.lo \
235 pj-dis.lo \
236 pj-opc.lo \
237 ppc-dis.lo \
238 ppc-opc.lo \
239 s390-dis.lo \
240 s390-opc.lo \
241 sh-dis.lo \
242 sh64-dis.lo \
243 sh64-opc.lo \
244 sparc-dis.lo \
245 sparc-opc.lo \
246 tic30-dis.lo \
247 tic4x-dis.lo \
248 tic54x-dis.lo \
249 tic54x-opc.lo \
250 tic80-dis.lo \
251 tic80-opc.lo \
252 v850-dis.lo \
253 v850-opc.lo \
254 vax-dis.lo \
255 w65-dis.lo \
256 xstormy16-asm.lo \
257 xstormy16-desc.lo \
258 xstormy16-dis.lo \
259 xstormy16-ibld.lo \
260 xstormy16-opc.lo \
261 z8k-dis.lo
262
263 OFILES = @BFD_MACHINES@
264
265 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl
266
267 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
268 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
269
270 libopcodes_la_SOURCES = dis-buf.c disassemble.c
271 libopcodes_la_DEPENDENCIES = $(OFILES)
272 libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
273 libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
274
275 # libtool will build .libs/libopcodes.a. We create libopcodes.a in
276 # the build directory so that we don't have to convert all the
277 # programs that use libopcodes.a simultaneously. This is a hack which
278 # should be removed if everything else starts using libtool. FIXME.
279
280 noinst_LIBRARIES = libopcodes.a
281
282 stamp-lib: libopcodes.la
283 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
284 if [ -f $$libtooldir/libopcodes.a ]; then \
285 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
286 $(RANLIB) libopcodes.tmp; \
287 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
288 else true; fi
289 touch stamp-lib
290
291 libopcodes.a: stamp-lib ; @true
292
293 POTFILES = $(HFILES) $(CFILES)
294 po/POTFILES.in: @MAINT@ Makefile
295 for file in $(POTFILES); do echo $$file; done | sort > tmp \
296 && mv tmp $(srcdir)/po/POTFILES.in
297
298 # We should reconfigure whenever bfd/configure.in changes, because
299 # that's where the version number comes from.
300 config.status: $(srcdir)/configure $(srcdir)/../bfd/configure.in
301 $(SHELL) ./config.status --recheck
302
303 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes
304 @$(NORMAL_INSTALL)
305
306 uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes
307 @$(NORMAL_UNINSTALL)
308
309 .PHONY: install_libopcodes uninstall_libopcodes
310 install_libopcodes: $(bfdlib_LTLIBRARIES)
311 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
312 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
313 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
314 if test -f $$p; then \
315 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
316 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
317 else :; fi; \
318 done
319 $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(bfdincludedir)/dis-asm.h
320
321 uninstall_libopcodes:
322 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
323 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
324 done
325 rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h
326
327 CLEANFILES = \
328 stamp-ip2k stamp-m32r stamp-fr30 stamp-frv stamp-openrisc \
329 stamp-xstormy16 \
330 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
331
332
333 CGENDIR = @cgendir@
334 CPUDIR = $(CGENDIR)/cpu
335 CGEN = `if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi`
336 CGENFLAGS = -v
337
338 CGENDEPS = \
339 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
340 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
341 $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
342 $(CGENDIR)/opc-opinst.scm \
343 cgen-asm.in cgen-dis.in cgen-ibld.in
344
345 CGEN_CPUS = fr30 frv ip2k m32r openrisc xstormy16
346
347 if CGEN_MAINT
348 IP2K_DEPS = stamp-ip2k
349 M32R_DEPS = stamp-m32r
350 FR30_DEPS = stamp-fr30
351 FRV_DEPS = stamp-frv
352 OPENRISC_DEPS = stamp-openrisc
353 XSTORMY16_DEPS = stamp-xstormy16
354 else
355 IP2K_DEPS =
356 M32R_DEPS =
357 FR30_DEPS =
358 FRV_DEPS =
359 OPENRISC_DEPS =
360 XSTORMY16_DEPS =
361 endif
362
363 run-cgen:
364 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
365 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) \
366 "$(options)" $(extrafiles)
367 touch stamp-${prefix}
368 .PHONY: run-cgen
369
370 # Maintainer utility rule to regenerate all cgen files.
371 run-cgen-all:
372 for c in $(CGEN_CPUS) ; \
373 do \
374 $(MAKE) stamp-$$c || exit 1 ; \
375 done
376 .PHONY: run-cgen-all
377
378 # For now, require developers to configure with --enable-cgen-maint.
379 $(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)
380 @true
381 stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
382 $(MAKE) run-cgen arch=ip2k prefix=ip2k options= extrafiles=
383
384 $(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)
385 @true
386 stamp-m32r: $(CGENDEPS) $(CPUDIR)/m32r.cpu $(CPUDIR)/m32r.opc
387 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst extrafiles=opinst
388
389 $(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)
390 @true
391 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
392 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= extrafiles=
393
394 $(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)
395 @true
396 stamp-frv: $(CGENDEPS) $(CPUDIR)/frv.cpu $(CPUDIR)/frv.opc
397 $(MAKE) run-cgen arch=frv prefix=frv options= extrafiles=
398
399 $(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)
400 @true
401 stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
402 $(MAKE) run-cgen arch=openrisc prefix=openrisc options= extrafiles=
403
404 $(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)
405 @true
406 stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
407 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= extrafiles=
408
409 ia64-gen: ia64-gen.o
410 $(LINK) ia64-gen.o $(LIBIBERTY)
411
412 ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
413 ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
414
415 ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
416 ./ia64-gen --srcdir $(srcdir) > $(srcdir)/ia64-asmtab.c
417
418 s390-mkopc: s390-mkopc.c
419 $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
420
421 s390-opc.tab: s390-mkopc s390-opc.txt
422 ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
423
424 sh-dis.lo: sh-dis.c
425 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
426
427 Makefile: $(BFDDIR)/configure.in
428
429 # This dependency stuff is copied from BFD.
430
431 DEP: dep.sed $(CFILES) $(HFILES) config.h
432 rm -f DEP1
433 $(MAKE) MKDEP="$(MKDEP)" DEP1
434 sed -f dep.sed < DEP1 > DEPA
435 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
436 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
437 echo 'make DEP failed!'; exit 1; \
438 else \
439 mv -f DEPA $@; \
440 fi
441
442 DEP1: $(CFILES)
443 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
444 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
445 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
446 mv -f DEP2 $@
447
448 dep.sed: dep-in.sed config.status
449 sed <$(srcdir)/dep-in.sed >dep.sed \
450 -e 's!@BFD_H@!$(BFD_H)!' \
451 -e 's!@INCDIR@!$(INCDIR)!' \
452 -e 's!@BFDDIR@!$(BFDDIR)!' \
453 -e 's!@SRCDIR@!$(srcdir)!' \
454 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
455
456 dep: DEP
457 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
458 cat DEP >> tmp-Makefile
459 $(srcdir)/../move-if-change tmp-Makefile Makefile
460
461 dep-in: DEP
462 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
463 cat DEP >> tmp-Makefile.in
464 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
465
466 dep-am: DEP
467 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
468 cat DEP >> tmp-Makefile.am
469 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
470
471 .PHONY: dep dep-in dep-am
472
473 # What appears below is generated by a hacked mkdep using gcc -MM.
474
475 # DO NOT DELETE THIS LINE -- mkdep uses it.
476 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
477 a29k-dis.lo: a29k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
478 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/a29k.h
479 alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
480 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/alpha.h
481 alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
482 $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/symcat.h \
483 opintl.h
484 arc-dis.lo: arc-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
485 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h \
486 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
487 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h \
488 $(INCDIR)/elf/reloc-macros.h opintl.h arc-dis.h arc-ext.h
489 arc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
490 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h
491 arc-ext.lo: arc-ext.c sysdep.h config.h $(INCDIR)/ansidecl.h \
492 $(BFD_H) $(INCDIR)/symcat.h arc-ext.h $(INCDIR)/libiberty.h
493 arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
494 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h arm-opc.h \
495 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
496 opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
497 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/arm.h \
498 $(INCDIR)/elf/reloc-macros.h
499 avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
500 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \
501 $(INCDIR)/opcode/avr.h
502 cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
503 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
504 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h opintl.h
505 cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
506 $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
507 cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
508 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
509 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
510 cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
511 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
512 $(INCDIR)/opcode/cris.h $(INCDIR)/libiberty.h
513 cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
514 d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
515 $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) \
516 $(INCDIR)/symcat.h
517 d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
518 $(INCDIR)/opcode/d10v.h
519 d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
520 $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
521 $(INCDIR)/symcat.h opintl.h
522 d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
523 $(INCDIR)/opcode/d30v.h
524 dlx-dis.lo: dlx-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
525 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/dlx.h
526 dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
527 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h
528 disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
529 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
530 fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
531 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
532 fr30-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
533 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
534 fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
535 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
536 fr30-opc.h opintl.h $(INCDIR)/libiberty.h
537 fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
538 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
539 $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h
540 fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
541 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
542 $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h $(INCDIR)/safe-ctype.h
543 fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
544 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
545 fr30-opc.h $(INCDIR)/libiberty.h
546 frv-asm.lo: frv-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
547 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \
548 frv-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
549 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
550 frv-desc.lo: frv-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
551 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \
552 frv-opc.h opintl.h $(INCDIR)/libiberty.h
553 frv-dis.lo: frv-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
554 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h frv-desc.h \
555 $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h
556 frv-ibld.lo: frv-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
557 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h frv-desc.h \
558 $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h $(INCDIR)/safe-ctype.h
559 frv-opc.lo: frv-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
560 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \
561 frv-opc.h $(INCDIR)/libiberty.h $(INCDIR)/elf/frv.h \
562 $(INCDIR)/elf/reloc-macros.h
563 h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
564 $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
565 $(INCDIR)/symcat.h opintl.h
566 h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
567 h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
568 opintl.h
569 hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
570 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(BFDDIR)/libhppa.h \
571 $(INCDIR)/opcode/hppa.h
572 i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
573 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/i370.h
574 i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
575 $(INCDIR)/opcode/i370.h
576 i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
577 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
578 opintl.h
579 i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
580 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
581 i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
582 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
583 ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
584 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/ia64.h
585 ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
586 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
587 ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
588 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
589 ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
590 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
591 ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
592 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
593 ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
594 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
595 ia64-opc-d.lo: ia64-opc-d.c
596 ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
597 sysdep.h config.h ia64-asmtab.h $(INCDIR)/opcode/ia64.h \
598 $(BFD_H) $(INCDIR)/symcat.h ia64-asmtab.c
599 ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
600 $(INCDIR)/safe-ctype.h sysdep.h config.h $(INCDIR)/getopt.h \
601 ia64-opc.h $(INCDIR)/opcode/ia64.h $(BFD_H) $(INCDIR)/symcat.h \
602 ia64-opc-a.c ia64-opc-i.c ia64-opc-m.c ia64-opc-b.c \
603 ia64-opc-f.c ia64-opc-x.c ia64-opc-d.c
604 ia64-asmtab.lo: ia64-asmtab.c
605 ip2k-asm.lo: ip2k-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
606 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \
607 ip2k-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
608 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
609 ip2k-desc.lo: ip2k-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
610 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \
611 ip2k-opc.h opintl.h $(INCDIR)/libiberty.h
612 ip2k-dis.lo: ip2k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
613 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h \
614 $(INCDIR)/opcode/cgen.h ip2k-opc.h opintl.h
615 ip2k-ibld.lo: ip2k-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
616 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h \
617 $(INCDIR)/opcode/cgen.h ip2k-opc.h opintl.h $(INCDIR)/safe-ctype.h
618 ip2k-opc.lo: ip2k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
619 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \
620 ip2k-opc.h $(INCDIR)/libiberty.h
621 m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
622 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
623 m32r-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
624 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
625 m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
626 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
627 m32r-opc.h opintl.h $(INCDIR)/libiberty.h
628 m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
629 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
630 $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h
631 m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
632 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
633 $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h $(INCDIR)/safe-ctype.h
634 m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
635 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
636 m32r-opc.h $(INCDIR)/libiberty.h
637 m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
638 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
639 m32r-opc.h
640 m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
641 $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H) \
642 $(INCDIR)/symcat.h
643 m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
644 $(INCDIR)/opcode/m68hc11.h
645 m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
646 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/floatformat.h \
647 $(INCDIR)/libiberty.h opintl.h $(INCDIR)/opcode/m68k.h
648 m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
649 $(INCDIR)/opcode/m68k.h
650 m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
651 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/m88k.h \
652 opintl.h
653 mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
654 mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
655 mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
656 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/mips.h \
657 opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
658 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
659 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
660 mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
661 $(INCDIR)/opcode/mips.h
662 mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
663 $(INCDIR)/opcode/mips.h
664 m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
665 $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
666 $(INCDIR)/symcat.h opintl.h
667 m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
668 $(INCDIR)/opcode/mn10200.h
669 m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
670 $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
671 $(INCDIR)/symcat.h opintl.h
672 m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
673 $(INCDIR)/opcode/mn10300.h
674 mmix-dis.lo: mmix-dis.c $(INCDIR)/opcode/mmix.h $(INCDIR)/dis-asm.h \
675 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
676 opintl.h
677 mmix-opc.lo: mmix-opc.c $(INCDIR)/opcode/mmix.h $(INCDIR)/symcat.h
678 ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
679 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/dis-asm.h \
680 $(INCDIR)/opcode/ns32k.h opintl.h
681 openrisc-asm.lo: openrisc-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
682 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
683 openrisc-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
684 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
685 openrisc-desc.lo: openrisc-desc.c sysdep.h config.h \
686 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
687 $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h $(INCDIR)/libiberty.h
688 openrisc-dis.lo: openrisc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
689 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
690 $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h
691 openrisc-ibld.lo: openrisc-ibld.c sysdep.h config.h \
692 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
693 openrisc-desc.h $(INCDIR)/opcode/cgen.h openrisc-opc.h \
694 opintl.h $(INCDIR)/safe-ctype.h
695 openrisc-opc.lo: openrisc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
696 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
697 openrisc-opc.h $(INCDIR)/libiberty.h
698 or32-dis.lo: or32-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
699 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/or32.h \
700 $(INCDIR)/safe-ctype.h
701 or32-opc.lo: or32-opc.c $(INCDIR)/safe-ctype.h $(INCDIR)/ansidecl.h \
702 $(INCDIR)/opcode/or32.h
703 pdp11-dis.lo: pdp11-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
704 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/pdp11.h
705 pdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h
706 pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
707 $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H) \
708 $(INCDIR)/symcat.h
709 pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
710 $(INCDIR)/opcode/pj.h
711 ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
712 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/ppc.h
713 ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
714 $(INCDIR)/opcode/ppc.h opintl.h
715 s390-mkopc.lo: s390-mkopc.c
716 s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \
717 s390-opc.tab
718 s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
719 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
720 $(INCDIR)/opcode/s390.h
721 sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
722 sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
723 sh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
724 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
725 sh64-opc.h $(INCDIR)/libiberty.h $(BFDDIR)/elf-bfd.h \
726 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
727 $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h
728 sh64-opc.lo: sh64-opc.c sh64-opc.h
729 sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
730 $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h $(BFD_H) \
731 $(INCDIR)/symcat.h $(INCDIR)/libiberty.h opintl.h
732 sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
733 $(INCDIR)/opcode/sparc.h
734 tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
735 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic30.h
736 tic4x-dis.lo: tic4x-dis.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
737 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic4x.h
738 tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
739 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h \
740 $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
741 tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
742 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h
743 tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
744 $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H) \
745 $(INCDIR)/symcat.h
746 tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
747 $(INCDIR)/opcode/tic80.h
748 v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
749 $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
750 $(INCDIR)/symcat.h opintl.h
751 v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
752 $(INCDIR)/opcode/v850.h opintl.h
753 vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
754 $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) \
755 $(INCDIR)/symcat.h
756 w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
757 w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
758 xstormy16-asm.lo: xstormy16-asm.c sysdep.h config.h \
759 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
760 $(INCDIR)/opcode/cgen.h xstormy16-opc.h opintl.h $(INCDIR)/xregex.h \
761 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
762 xstormy16-desc.lo: xstormy16-desc.c sysdep.h config.h \
763 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
764 $(INCDIR)/opcode/cgen.h xstormy16-opc.h opintl.h $(INCDIR)/libiberty.h
765 xstormy16-dis.lo: xstormy16-dis.c sysdep.h config.h \
766 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
767 xstormy16-desc.h $(INCDIR)/opcode/cgen.h xstormy16-opc.h \
768 opintl.h
769 xstormy16-ibld.lo: xstormy16-ibld.c sysdep.h config.h \
770 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
771 xstormy16-desc.h $(INCDIR)/opcode/cgen.h xstormy16-opc.h \
772 opintl.h $(INCDIR)/safe-ctype.h
773 xstormy16-opc.lo: xstormy16-opc.c sysdep.h config.h \
774 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
775 $(INCDIR)/opcode/cgen.h xstormy16-opc.h $(INCDIR)/libiberty.h
776 z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
777 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h z8k-opc.h
778 z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h
779 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
This page took 0.049738 seconds and 5 git commands to generate.