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 bfdlibdir = @bfdlibdir@
15 bfdincludedir = @bfdincludedir@
17 bfdlib_LTLIBRARIES = libopcodes.la
19 # This is where bfd.h lives.
22 # This is where libiberty lives.
23 LIBIBERTY = ../libiberty/libiberty.a
28 fr30-desc.h fr30-opc.h \
29 frv-desc.h frv-opc.h \
33 ip2k-desc.h ip2k-opc.h \
34 m32r-desc.h m32r-opc.h \
36 openrisc-desc.h openrisc-opc.h \
41 xstormy16-desc.h xstormy16-opc.h \
44 # C source files that correspond to .o's.
261 OFILES = @BFD_MACHINES@
263 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl
265 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
266 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
268 libopcodes_la_SOURCES = dis-buf.c disassemble.c
269 libopcodes_la_DEPENDENCIES = $(OFILES)
270 libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
271 libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
273 # libtool will build .libs/libopcodes.a. We create libopcodes.a in
274 # the build directory so that we don't have to convert all the
275 # programs that use libopcodes.a simultaneously. This is a hack which
276 # should be removed if everything else starts using libtool. FIXME.
278 noinst_LIBRARIES = libopcodes.a
280 stamp-lib: libopcodes.la
281 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
282 if [ -f $$libtooldir/libopcodes.a ]; then \
283 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
284 $(RANLIB) libopcodes.tmp; \
285 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
289 libopcodes.a: stamp-lib ; @true
291 POTFILES = $(HFILES) $(CFILES)
292 po/POTFILES.in: @MAINT@ Makefile
293 for file in $(POTFILES); do echo $$file; done | sort > tmp \
294 && mv tmp $(srcdir)/po/POTFILES.in
296 # We should reconfigure whenever bfd/configure.in changes, because
297 # that's where the version number comes from.
298 config.status: $(srcdir)/configure $(srcdir)/../bfd/configure.in
299 $(SHELL) ./config.status --recheck
301 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes
304 uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes
307 .PHONY: install_libopcodes uninstall_libopcodes
308 install_libopcodes: $(bfdlib_LTLIBRARIES)
309 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
310 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
311 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
312 if test -f $$p; then \
313 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
314 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
317 $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(bfdincludedir)/dis-asm.h
319 uninstall_libopcodes:
320 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
321 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
323 rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h
326 stamp-ip2k stamp-m32r stamp-fr30 stamp-frv stamp-openrisc \
328 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
332 CPUDIR = $(CGENDIR)/cpu
333 CGEN = `if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi`
337 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
338 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
339 $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
340 $(CGENDIR)/opc-opinst.scm \
341 cgen-asm.in cgen-dis.in cgen-ibld.in
344 IP2K_DEPS = stamp-ip2k
345 M32R_DEPS = stamp-m32r
346 FR30_DEPS = stamp-fr30
348 OPENRISC_DEPS = stamp-openrisc
349 XSTORMY16_DEPS = stamp-xstormy16
360 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
361 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) \
362 "$(options)" $(extrafiles)
363 touch stamp-${prefix}
366 # For now, require developers to configure with --enable-cgen-maint.
367 $(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)
369 stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
370 $(MAKE) run-cgen arch=ip2k prefix=ip2k options= extrafiles=
372 $(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)
374 stamp-m32r: $(CGENDEPS) $(CPUDIR)/m32r.cpu $(CPUDIR)/m32r.opc
375 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst extrafiles=opinst
377 $(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)
379 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
380 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= extrafiles=
382 $(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)
384 stamp-frv: $(CGENDEPS) $(CPUDIR)/frv.cpu $(CPUDIR)/frv.opc
385 $(MAKE) run-cgen arch=frv prefix=frv options= extrafiles=
387 $(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)
389 stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
390 $(MAKE) run-cgen arch=openrisc prefix=openrisc options= extrafiles=
392 $(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)
394 stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
395 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= extrafiles=
398 $(LINK) ia64-gen.o $(LIBIBERTY)
400 ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
401 ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
403 ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
404 here=`pwd`; cd $(srcdir); $$here/ia64-gen > ia64-asmtab.c
406 s390-mkopc: s390-mkopc.c
407 $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
409 s390-opc.tab: s390-mkopc s390-opc.txt
410 ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
413 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
415 Makefile: $(BFDDIR)/configure.in
417 # This dependency stuff is copied from BFD.
419 DEP: dep.sed $(CFILES) $(HFILES) config.h
421 $(MAKE) MKDEP="$(MKDEP)" DEP1
422 sed -f dep.sed < DEP1 > DEPA
423 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
424 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
425 echo 'make DEP failed!'; exit 1; \
431 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
432 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
433 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
436 dep.sed: dep-in.sed config.status
437 sed <$(srcdir)/dep-in.sed >dep.sed \
438 -e 's!@BFD_H@!$(BFD_H)!' \
439 -e 's!@INCDIR@!$(INCDIR)!' \
440 -e 's!@BFDDIR@!$(BFDDIR)!' \
441 -e 's!@SRCDIR@!$(srcdir)!' \
442 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
445 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
446 cat DEP >> tmp-Makefile
447 $(srcdir)/../move-if-change tmp-Makefile Makefile
450 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
451 cat DEP >> tmp-Makefile.in
452 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
455 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
456 cat DEP >> tmp-Makefile.am
457 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
459 .PHONY: dep dep-in dep-am
461 # What appears below is generated by a hacked mkdep using gcc -MM.
463 # DO NOT DELETE THIS LINE -- mkdep uses it.
464 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
465 a29k-dis.lo: a29k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
466 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/a29k.h
467 alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
468 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/alpha.h
469 alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
470 $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/symcat.h \
472 arc-dis.lo: arc-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
473 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h \
474 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
475 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h \
476 $(INCDIR)/elf/reloc-macros.h opintl.h arc-dis.h arc-ext.h
477 arc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
478 $(INCDIR)/opcode/arc.h
479 arc-ext.lo: arc-ext.c sysdep.h config.h $(INCDIR)/ansidecl.h \
480 $(BFD_H) $(INCDIR)/symcat.h arc-ext.h $(INCDIR)/libiberty.h
481 arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
482 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h arm-opc.h \
483 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
484 opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
485 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/arm.h \
486 $(INCDIR)/elf/reloc-macros.h
487 avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
488 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \
489 $(INCDIR)/opcode/avr.h
490 cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
491 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
492 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h opintl.h
493 cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
494 $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
495 cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
496 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
497 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
498 cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
499 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
500 $(INCDIR)/opcode/cris.h $(INCDIR)/libiberty.h
501 cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
502 d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
503 $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) \
505 d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
506 $(INCDIR)/opcode/d10v.h
507 d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
508 $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
509 $(INCDIR)/symcat.h opintl.h
510 d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
511 $(INCDIR)/opcode/d30v.h
512 dlx-dis.lo: dlx-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
513 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/dlx.h
514 dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
515 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h
516 disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
517 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
518 fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
519 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
520 fr30-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
521 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
522 fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
523 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
524 fr30-opc.h opintl.h $(INCDIR)/libiberty.h
525 fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
526 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
527 $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h
528 fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
529 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
530 $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h $(INCDIR)/safe-ctype.h
531 fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
532 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
533 fr30-opc.h $(INCDIR)/libiberty.h
534 frv-asm.lo: frv-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
535 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \
536 frv-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
537 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
538 frv-desc.lo: frv-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
539 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \
540 frv-opc.h opintl.h $(INCDIR)/libiberty.h
541 frv-dis.lo: frv-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
542 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h frv-desc.h \
543 $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h
544 frv-ibld.lo: frv-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
545 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h frv-desc.h \
546 $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h $(INCDIR)/safe-ctype.h
547 frv-opc.lo: frv-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
548 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \
549 frv-opc.h $(INCDIR)/libiberty.h $(INCDIR)/elf/frv.h \
550 $(INCDIR)/elf/reloc-macros.h
551 h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
552 $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
553 $(INCDIR)/symcat.h opintl.h
554 h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
555 h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
557 hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
558 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(BFDDIR)/libhppa.h \
559 $(INCDIR)/opcode/hppa.h
560 i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
561 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/i370.h
562 i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
563 $(INCDIR)/opcode/i370.h
564 i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
565 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
567 i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
568 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
569 i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
570 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
571 ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
572 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/ia64.h
573 ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
574 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
575 ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
576 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
577 ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
578 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
579 ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
580 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
581 ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
582 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
583 ia64-opc-d.lo: ia64-opc-d.c
584 ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
585 sysdep.h config.h ia64-asmtab.h $(INCDIR)/opcode/ia64.h \
586 $(BFD_H) $(INCDIR)/symcat.h ia64-asmtab.c
587 ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
588 $(INCDIR)/safe-ctype.h sysdep.h config.h ia64-opc.h \
589 $(INCDIR)/opcode/ia64.h $(BFD_H) $(INCDIR)/symcat.h \
590 ia64-opc-a.c ia64-opc-i.c ia64-opc-m.c ia64-opc-b.c \
591 ia64-opc-f.c ia64-opc-x.c ia64-opc-d.c
592 ia64-asmtab.lo: ia64-asmtab.c
593 ip2k-asm.lo: ip2k-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
594 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \
595 ip2k-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
596 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
597 ip2k-desc.lo: ip2k-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
598 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \
599 ip2k-opc.h opintl.h $(INCDIR)/libiberty.h
600 ip2k-dis.lo: ip2k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
601 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h \
602 $(INCDIR)/opcode/cgen.h ip2k-opc.h opintl.h
603 ip2k-ibld.lo: ip2k-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
604 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h \
605 $(INCDIR)/opcode/cgen.h ip2k-opc.h opintl.h $(INCDIR)/safe-ctype.h
606 ip2k-opc.lo: ip2k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
607 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \
608 ip2k-opc.h $(INCDIR)/libiberty.h
609 m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
610 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
611 m32r-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
612 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
613 m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
614 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
615 m32r-opc.h opintl.h $(INCDIR)/libiberty.h
616 m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
617 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
618 $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h
619 m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
620 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
621 $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h $(INCDIR)/safe-ctype.h
622 m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
623 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
624 m32r-opc.h $(INCDIR)/libiberty.h
625 m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
626 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
628 m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
629 $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H) \
631 m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
632 $(INCDIR)/opcode/m68hc11.h
633 m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
634 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/floatformat.h \
635 $(INCDIR)/libiberty.h opintl.h $(INCDIR)/opcode/m68k.h
636 m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
637 $(INCDIR)/opcode/m68k.h
638 m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
639 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/m88k.h \
641 mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
642 mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
643 mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
644 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/mips.h \
645 opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
646 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
647 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
648 mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
649 $(INCDIR)/opcode/mips.h
650 mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
651 $(INCDIR)/opcode/mips.h
652 m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
653 $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
654 $(INCDIR)/symcat.h opintl.h
655 m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
656 $(INCDIR)/opcode/mn10200.h
657 m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
658 $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
659 $(INCDIR)/symcat.h opintl.h
660 m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
661 $(INCDIR)/opcode/mn10300.h
662 mmix-dis.lo: mmix-dis.c $(INCDIR)/opcode/mmix.h $(INCDIR)/dis-asm.h \
663 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
665 mmix-opc.lo: mmix-opc.c $(INCDIR)/opcode/mmix.h $(INCDIR)/symcat.h
666 ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
667 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/dis-asm.h \
668 $(INCDIR)/opcode/ns32k.h opintl.h
669 openrisc-asm.lo: openrisc-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
670 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
671 openrisc-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
672 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
673 openrisc-desc.lo: openrisc-desc.c sysdep.h config.h \
674 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
675 $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h $(INCDIR)/libiberty.h
676 openrisc-dis.lo: openrisc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
677 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
678 $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h
679 openrisc-ibld.lo: openrisc-ibld.c sysdep.h config.h \
680 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
681 openrisc-desc.h $(INCDIR)/opcode/cgen.h openrisc-opc.h \
682 opintl.h $(INCDIR)/safe-ctype.h
683 openrisc-opc.lo: openrisc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
684 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
685 openrisc-opc.h $(INCDIR)/libiberty.h
686 or32-dis.lo: or32-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
687 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/or32.h \
688 $(INCDIR)/safe-ctype.h
689 or32-opc.lo: or32-opc.c $(INCDIR)/safe-ctype.h $(INCDIR)/ansidecl.h \
690 $(INCDIR)/opcode/or32.h
691 pdp11-dis.lo: pdp11-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
692 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/pdp11.h
693 pdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h
694 pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
695 $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H) \
697 pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
698 $(INCDIR)/opcode/pj.h
699 ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
700 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/ppc.h
701 ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
702 $(INCDIR)/opcode/ppc.h opintl.h
703 s390-mkopc.lo: s390-mkopc.c
704 s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \
706 s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
707 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
708 $(INCDIR)/opcode/s390.h
709 sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
710 sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
711 sh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
712 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
713 sh64-opc.h $(INCDIR)/libiberty.h $(BFDDIR)/elf-bfd.h \
714 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
715 $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h
716 sh64-opc.lo: sh64-opc.c sh64-opc.h
717 sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
718 $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h $(BFD_H) \
719 $(INCDIR)/symcat.h $(INCDIR)/libiberty.h opintl.h
720 sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
721 $(INCDIR)/opcode/sparc.h
722 tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
723 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic30.h
724 tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
725 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h \
726 $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
727 tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
728 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h
729 tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
730 $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H) \
732 tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
733 $(INCDIR)/opcode/tic80.h
734 v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
735 $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
736 $(INCDIR)/symcat.h opintl.h
737 v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
738 $(INCDIR)/opcode/v850.h opintl.h
739 vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
740 $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) \
742 w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
743 w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
744 xstormy16-asm.lo: xstormy16-asm.c sysdep.h config.h \
745 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
746 $(INCDIR)/opcode/cgen.h xstormy16-opc.h opintl.h $(INCDIR)/xregex.h \
747 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
748 xstormy16-desc.lo: xstormy16-desc.c sysdep.h config.h \
749 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
750 $(INCDIR)/opcode/cgen.h xstormy16-opc.h opintl.h $(INCDIR)/libiberty.h
751 xstormy16-dis.lo: xstormy16-dis.c sysdep.h config.h \
752 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
753 xstormy16-desc.h $(INCDIR)/opcode/cgen.h xstormy16-opc.h \
755 xstormy16-ibld.lo: xstormy16-ibld.c sysdep.h config.h \
756 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
757 xstormy16-desc.h $(INCDIR)/opcode/cgen.h xstormy16-opc.h \
758 opintl.h $(INCDIR)/safe-ctype.h
759 xstormy16-opc.lo: xstormy16-opc.c sysdep.h config.h \
760 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
761 $(INCDIR)/opcode/cgen.h xstormy16-opc.h $(INCDIR)/libiberty.h
762 z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
763 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h z8k-opc.h
764 z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h
765 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY