1 ## Process this file with automake to generate Makefile.in
3 AUTOMAKE_OPTIONS = cygnus
7 INCDIR = $(srcdir)/../include
8 BFDDIR = $(srcdir)/../bfd
11 WARN_CFLAGS = @WARN_CFLAGS@
12 AM_CFLAGS = $(WARN_CFLAGS)
14 lib_LTLIBRARIES = libopcodes.la
16 # This is where bfd.h lives.
19 # This is where libiberty lives.
20 LIBIBERTY = ../libiberty/libiberty.a
25 fr30-desc.h fr30-opc.h \
27 m32r-desc.h m32r-opc.h \
29 openrisc-desc.h openrisc-opc.h \
35 xstormy16-desc.h xstormy16-opc.h \
38 # C source files that correspond to .o's.
225 OFILES = @BFD_MACHINES@
227 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl
229 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
230 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
232 libopcodes_la_SOURCES = dis-buf.c disassemble.c
233 libopcodes_la_DEPENDENCIES = $(OFILES)
234 libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
235 libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
237 # libtool will build .libs/libopcodes.a. We create libopcodes.a in
238 # the build directory so that we don't have to convert all the
239 # programs that use libopcodes.a simultaneously. This is a hack which
240 # should be removed if everything else starts using libtool. FIXME.
242 noinst_LIBRARIES = libopcodes.a
244 stamp-lib: libopcodes.la
245 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
246 if [ -f $$libtooldir/libopcodes.a ]; then \
247 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
248 $(RANLIB) libopcodes.tmp; \
249 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
253 libopcodes.a: stamp-lib ; @true
255 POTFILES = $(HFILES) $(CFILES)
256 po/POTFILES.in: @MAINT@ Makefile
257 for file in $(POTFILES); do echo $$file; done | sort > tmp \
258 && mv tmp $(srcdir)/po/POTFILES.in
260 # We should reconfigure whenever bfd/configure.in changes, because
261 # that's where the version number comes from.
262 config.status: $(srcdir)/configure $(srcdir)/../bfd/configure.in
263 $(SHELL) ./config.status --recheck
266 stamp-m32r stamp-fr30 stamp-openrisc \
268 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
272 CPUDIR = $(CGENDIR)/cpu
273 CGEN = `if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi`
276 CGENDEPS = ../cgen/stamp-cgen \
277 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
278 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
279 $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
280 $(CGENDIR)/opc-opinst.scm \
281 cgen-asm.in cgen-dis.in cgen-ibld.in
284 M32R_DEPS = stamp-m32r
285 FR30_DEPS = stamp-fr30
286 OPENRISC_DEPS = stamp-openrisc
287 XSTORMY16_DEPS = stamp-xstormy16
296 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
297 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) \
298 "$(options)" $(extrafiles)
299 touch stamp-${prefix}
302 # For now, require developers to configure with --enable-cgen-maint.
303 $(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)
305 stamp-m32r: $(CGENDEPS) $(CPUDIR)/m32r.cpu $(CPUDIR)/m32r.opc
306 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst extrafiles=opinst
308 $(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)
310 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
311 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= extrafiles=
313 $(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)
315 stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
316 $(MAKE) run-cgen arch=openrisc prefix=openrisc options= extrafiles=
318 $(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)
320 stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
321 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= extrafiles=
324 $(LINK) ia64-gen.o $(LIBIBERTY)
326 ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
327 ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
329 ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
330 here=`pwd`; cd $(srcdir); $$here/ia64-gen > ia64-asmtab.c
332 s390-mkopc: s390-mkopc.c
333 $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
335 s390-opc.tab: s390-mkopc s390-opc.txt
336 ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
338 Makefile: $(BFDDIR)/configure.in
340 # This dependency stuff is copied from BFD.
342 DEP: dep.sed $(CFILES) $(HFILES) config.h
344 $(MAKE) MKDEP="$(MKDEP)" DEP1
345 sed -f dep.sed < DEP1 > DEPA
346 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
347 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
348 echo 'make DEP failed!'; exit 1; \
354 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
355 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
356 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
359 dep.sed: dep-in.sed config.status
360 sed <$(srcdir)/dep-in.sed >dep.sed \
361 -e 's!@BFD_H@!$(BFD_H)!' \
362 -e 's!@INCDIR@!$(INCDIR)!' \
363 -e 's!@BFDDIR@!$(BFDDIR)!' \
364 -e 's!@SRCDIR@!$(srcdir)!'
367 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
368 cat DEP >> tmp-Makefile
369 $(srcdir)/../move-if-change tmp-Makefile Makefile
372 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
373 cat DEP >> tmp-Makefile.in
374 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
377 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
378 cat DEP >> tmp-Makefile.am
379 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
381 .PHONY: dep dep-in dep-am
383 # What appears below is generated by a hacked mkdep using gcc -MM.
385 # DO NOT DELETE THIS LINE -- mkdep uses it.
386 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
387 a29k-dis.lo: a29k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
388 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/a29k.h
389 alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
390 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/alpha.h
391 alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
392 $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/symcat.h \
394 arc-dis.lo: arc-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
395 $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h $(BFDDIR)/elf-bfd.h \
396 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
397 $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
398 opintl.h arc-dis.h arc-ext.h
399 arc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
400 $(INCDIR)/opcode/arc.h
401 arc-ext.lo: arc-ext.c sysdep.h config.h $(INCDIR)/ansidecl.h \
402 $(BFD_H) $(INCDIR)/symcat.h arc-ext.h $(INCDIR)/libiberty.h
403 arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
404 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h arm-opc.h \
405 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
406 opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
407 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/arm.h \
408 $(INCDIR)/elf/reloc-macros.h
409 avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
410 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \
411 $(INCDIR)/opcode/avr.h
412 cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
413 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
414 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h opintl.h
415 cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
416 $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
417 cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
418 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
419 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
420 cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
421 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
422 $(INCDIR)/opcode/cris.h $(INCDIR)/libiberty.h
423 cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
424 d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
425 $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) \
427 d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
428 $(INCDIR)/opcode/d10v.h
429 d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
430 $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
431 $(INCDIR)/symcat.h opintl.h
432 d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
433 $(INCDIR)/opcode/d30v.h
434 dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
435 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h
436 disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
437 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
438 fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
439 $(INCDIR)/safe-ctype.h $(BFD_H) $(INCDIR)/symcat.h \
440 fr30-desc.h $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h \
441 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h
442 fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
443 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
444 fr30-opc.h opintl.h $(INCDIR)/libiberty.h
445 fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
446 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
447 $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h
448 fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
449 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
450 $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h
451 fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
452 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
453 fr30-opc.h $(INCDIR)/libiberty.h
454 h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
455 $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
456 $(INCDIR)/symcat.h opintl.h
457 h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
458 h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
460 hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
461 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(BFDDIR)/libhppa.h \
462 $(INCDIR)/opcode/hppa.h
463 i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
464 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/i370.h
465 i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
466 $(INCDIR)/opcode/i370.h
467 i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
468 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
470 i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
471 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
472 i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
473 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
474 ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
475 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/ia64.h
476 ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h
477 ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h
478 ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h
479 ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h
480 ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h
481 ia64-opc-d.lo: ia64-opc-d.c
482 ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
483 sysdep.h config.h ia64-asmtab.h $(INCDIR)/opcode/ia64.h \
485 ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
486 $(INCDIR)/safe-ctype.h sysdep.h config.h ia64-opc.h \
487 $(INCDIR)/opcode/ia64.h ia64-opc-a.c ia64-opc-i.c ia64-opc-m.c \
488 ia64-opc-b.c ia64-opc-f.c ia64-opc-x.c ia64-opc-d.c
489 ia64-asmtab.lo: ia64-asmtab.c
490 m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
491 $(INCDIR)/safe-ctype.h $(BFD_H) $(INCDIR)/symcat.h \
492 m32r-desc.h $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h \
493 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h
494 m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
495 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
496 m32r-opc.h opintl.h $(INCDIR)/libiberty.h
497 m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
498 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
499 $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h
500 m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
501 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
502 $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h
503 m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
504 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
505 m32r-opc.h $(INCDIR)/libiberty.h
506 m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
507 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
509 m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
510 $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H) \
512 m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
513 $(INCDIR)/opcode/m68hc11.h
514 m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
515 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/floatformat.h \
516 opintl.h $(INCDIR)/opcode/m68k.h
517 m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
518 $(INCDIR)/opcode/m68k.h
519 m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
520 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/m88k.h \
522 mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
523 mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
524 mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
525 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/mips.h \
526 opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
527 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
528 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
529 mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
530 $(INCDIR)/opcode/mips.h
531 mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
532 $(INCDIR)/opcode/mips.h
533 m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
534 $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
535 $(INCDIR)/symcat.h opintl.h
536 m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
537 $(INCDIR)/opcode/mn10200.h
538 m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
539 $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
540 $(INCDIR)/symcat.h opintl.h
541 m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
542 $(INCDIR)/opcode/mn10300.h
543 mmix-dis.lo: mmix-dis.c $(INCDIR)/opcode/mmix.h $(INCDIR)/dis-asm.h \
544 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
546 mmix-opc.lo: mmix-opc.c $(INCDIR)/opcode/mmix.h $(INCDIR)/symcat.h
547 ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
548 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/dis-asm.h \
549 $(INCDIR)/opcode/ns32k.h opintl.h
550 openrisc-asm.lo: openrisc-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
551 $(INCDIR)/safe-ctype.h $(BFD_H) $(INCDIR)/symcat.h \
552 openrisc-desc.h $(INCDIR)/opcode/cgen.h openrisc-opc.h \
553 opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h
554 openrisc-desc.lo: openrisc-desc.c sysdep.h config.h \
555 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
556 $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h $(INCDIR)/libiberty.h
557 openrisc-dis.lo: openrisc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
558 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
559 $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h
560 openrisc-ibld.lo: openrisc-ibld.c sysdep.h config.h \
561 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
562 openrisc-desc.h $(INCDIR)/opcode/cgen.h openrisc-opc.h \
564 openrisc-opc.lo: openrisc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
565 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
566 openrisc-opc.h $(INCDIR)/libiberty.h
567 pdp11-dis.lo: pdp11-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
568 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/pdp11.h
569 pdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h
570 pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
571 $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H) \
573 pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
574 $(INCDIR)/opcode/pj.h
575 ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
576 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/ppc.h
577 ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
578 $(INCDIR)/opcode/ppc.h opintl.h
579 s390-mkopc.lo: s390-mkopc.c
580 s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \
582 s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
583 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
584 $(INCDIR)/opcode/s390.h
585 sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
586 sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
587 sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
588 $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h $(BFD_H) \
589 $(INCDIR)/symcat.h $(INCDIR)/libiberty.h opintl.h
590 sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
591 $(INCDIR)/opcode/sparc.h
592 tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
593 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic30.h
594 tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
595 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h \
596 $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
597 tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
598 $(INCDIR)/opcode/tic54x.h
599 tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
600 $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H) \
602 tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
603 $(INCDIR)/opcode/tic80.h
604 v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
605 $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
606 $(INCDIR)/symcat.h opintl.h
607 v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
608 $(INCDIR)/opcode/v850.h opintl.h
609 vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
610 $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) \
612 w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
613 w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
614 z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
615 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h z8k-opc.h
616 z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h
617 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY