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.
263 OFILES = @BFD_MACHINES@
265 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl
267 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
268 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
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@
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.
280 noinst_LIBRARIES = libopcodes.a
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; \
291 libopcodes.a: stamp-lib ; @true
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
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
303 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes
306 uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes
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; \
319 $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(bfdincludedir)/dis-asm.h
321 uninstall_libopcodes:
322 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
323 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
325 rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h
328 stamp-ip2k stamp-m32r stamp-fr30 stamp-frv stamp-openrisc \
330 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
334 CPUDIR = $(CGENDIR)/cpu
335 CGEN = `if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi`
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
346 IP2K_DEPS = stamp-ip2k
347 M32R_DEPS = stamp-m32r
348 FR30_DEPS = stamp-fr30
350 OPENRISC_DEPS = stamp-openrisc
351 XSTORMY16_DEPS = stamp-xstormy16
362 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
363 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) \
364 "$(options)" $(extrafiles)
365 touch stamp-${prefix}
368 # For now, require developers to configure with --enable-cgen-maint.
369 $(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)
371 stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
372 $(MAKE) run-cgen arch=ip2k prefix=ip2k options= extrafiles=
374 $(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)
376 stamp-m32r: $(CGENDEPS) $(CPUDIR)/m32r.cpu $(CPUDIR)/m32r.opc
377 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst extrafiles=opinst
379 $(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)
381 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
382 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= extrafiles=
384 $(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)
386 stamp-frv: $(CGENDEPS) $(CPUDIR)/frv.cpu $(CPUDIR)/frv.opc
387 $(MAKE) run-cgen arch=frv prefix=frv options= extrafiles=
389 $(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)
391 stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
392 $(MAKE) run-cgen arch=openrisc prefix=openrisc options= extrafiles=
394 $(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)
396 stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
397 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= extrafiles=
400 $(LINK) ia64-gen.o $(LIBIBERTY)
402 ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
403 ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
405 ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
406 here=`pwd`; cd $(srcdir); $$here/ia64-gen > ia64-asmtab.c
408 s390-mkopc: s390-mkopc.c
409 $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
411 s390-opc.tab: s390-mkopc s390-opc.txt
412 ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
415 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
417 Makefile: $(BFDDIR)/configure.in
419 # This dependency stuff is copied from BFD.
421 DEP: dep.sed $(CFILES) $(HFILES) config.h
423 $(MAKE) MKDEP="$(MKDEP)" DEP1
424 sed -f dep.sed < DEP1 > DEPA
425 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
426 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
427 echo 'make DEP failed!'; exit 1; \
433 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
434 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
435 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
438 dep.sed: dep-in.sed config.status
439 sed <$(srcdir)/dep-in.sed >dep.sed \
440 -e 's!@BFD_H@!$(BFD_H)!' \
441 -e 's!@INCDIR@!$(INCDIR)!' \
442 -e 's!@BFDDIR@!$(BFDDIR)!' \
443 -e 's!@SRCDIR@!$(srcdir)!' \
444 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
447 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
448 cat DEP >> tmp-Makefile
449 $(srcdir)/../move-if-change tmp-Makefile Makefile
452 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
453 cat DEP >> tmp-Makefile.in
454 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
457 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
458 cat DEP >> tmp-Makefile.am
459 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
461 .PHONY: dep dep-in dep-am
463 # What appears below is generated by a hacked mkdep using gcc -MM.
465 # DO NOT DELETE THIS LINE -- mkdep uses it.
466 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
467 a29k-dis.lo: a29k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
468 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/a29k.h
469 alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
470 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/alpha.h
471 alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
472 $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/symcat.h \
474 arc-dis.lo: arc-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
475 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h \
476 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
477 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h \
478 $(INCDIR)/elf/reloc-macros.h opintl.h arc-dis.h arc-ext.h
479 arc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
480 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h
481 arc-ext.lo: arc-ext.c sysdep.h config.h $(INCDIR)/ansidecl.h \
482 $(BFD_H) $(INCDIR)/symcat.h arc-ext.h $(INCDIR)/libiberty.h
483 arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
484 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h arm-opc.h \
485 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
486 opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
487 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/arm.h \
488 $(INCDIR)/elf/reloc-macros.h
489 avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
490 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \
491 $(INCDIR)/opcode/avr.h
492 cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
493 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
494 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h opintl.h
495 cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
496 $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
497 cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
498 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
499 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
500 cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
501 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
502 $(INCDIR)/opcode/cris.h $(INCDIR)/libiberty.h
503 cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
504 d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
505 $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) \
507 d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
508 $(INCDIR)/opcode/d10v.h
509 d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
510 $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
511 $(INCDIR)/symcat.h opintl.h
512 d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
513 $(INCDIR)/opcode/d30v.h
514 dlx-dis.lo: dlx-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
515 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/dlx.h
516 dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
517 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h
518 disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
519 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
520 fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
521 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
522 fr30-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
523 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
524 fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
525 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
526 fr30-opc.h opintl.h $(INCDIR)/libiberty.h
527 fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
528 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
529 $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h
530 fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
531 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
532 $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h $(INCDIR)/safe-ctype.h
533 fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
534 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
535 fr30-opc.h $(INCDIR)/libiberty.h
536 frv-asm.lo: frv-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
537 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \
538 frv-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
539 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
540 frv-desc.lo: frv-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
541 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \
542 frv-opc.h opintl.h $(INCDIR)/libiberty.h
543 frv-dis.lo: frv-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
544 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h frv-desc.h \
545 $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h
546 frv-ibld.lo: frv-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
547 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h frv-desc.h \
548 $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h $(INCDIR)/safe-ctype.h
549 frv-opc.lo: frv-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
550 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \
551 frv-opc.h $(INCDIR)/libiberty.h $(INCDIR)/elf/frv.h \
552 $(INCDIR)/elf/reloc-macros.h
553 h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
554 $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
555 $(INCDIR)/symcat.h opintl.h
556 h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
557 h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
559 hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
560 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(BFDDIR)/libhppa.h \
561 $(INCDIR)/opcode/hppa.h
562 i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
563 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/i370.h
564 i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
565 $(INCDIR)/opcode/i370.h
566 i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
567 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
569 i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
570 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
571 i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
572 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
573 ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
574 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/ia64.h
575 ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
576 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
577 ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
578 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
579 ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
580 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
581 ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
582 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
583 ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
584 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
585 ia64-opc-d.lo: ia64-opc-d.c
586 ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
587 sysdep.h config.h ia64-asmtab.h $(INCDIR)/opcode/ia64.h \
588 $(BFD_H) $(INCDIR)/symcat.h ia64-asmtab.c
589 ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
590 $(INCDIR)/safe-ctype.h sysdep.h config.h ia64-opc.h \
591 $(INCDIR)/opcode/ia64.h $(BFD_H) $(INCDIR)/symcat.h \
592 ia64-opc-a.c ia64-opc-i.c ia64-opc-m.c ia64-opc-b.c \
593 ia64-opc-f.c ia64-opc-x.c ia64-opc-d.c
594 ia64-asmtab.lo: ia64-asmtab.c
595 ip2k-asm.lo: ip2k-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
596 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \
597 ip2k-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
598 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
599 ip2k-desc.lo: ip2k-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
600 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \
601 ip2k-opc.h opintl.h $(INCDIR)/libiberty.h
602 ip2k-dis.lo: ip2k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
603 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h \
604 $(INCDIR)/opcode/cgen.h ip2k-opc.h opintl.h
605 ip2k-ibld.lo: ip2k-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
606 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h \
607 $(INCDIR)/opcode/cgen.h ip2k-opc.h opintl.h $(INCDIR)/safe-ctype.h
608 ip2k-opc.lo: ip2k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
609 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \
610 ip2k-opc.h $(INCDIR)/libiberty.h
611 m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
612 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
613 m32r-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
614 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
615 m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
616 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
617 m32r-opc.h opintl.h $(INCDIR)/libiberty.h
618 m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
619 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
620 $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h
621 m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
622 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
623 $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h $(INCDIR)/safe-ctype.h
624 m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
625 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
626 m32r-opc.h $(INCDIR)/libiberty.h
627 m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
628 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
630 m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
631 $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H) \
633 m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
634 $(INCDIR)/opcode/m68hc11.h
635 m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
636 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/floatformat.h \
637 $(INCDIR)/libiberty.h opintl.h $(INCDIR)/opcode/m68k.h
638 m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
639 $(INCDIR)/opcode/m68k.h
640 m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
641 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/m88k.h \
643 mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
644 mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
645 mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
646 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/mips.h \
647 opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
648 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
649 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
650 mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
651 $(INCDIR)/opcode/mips.h
652 mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
653 $(INCDIR)/opcode/mips.h
654 m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
655 $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
656 $(INCDIR)/symcat.h opintl.h
657 m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
658 $(INCDIR)/opcode/mn10200.h
659 m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
660 $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
661 $(INCDIR)/symcat.h opintl.h
662 m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
663 $(INCDIR)/opcode/mn10300.h
664 mmix-dis.lo: mmix-dis.c $(INCDIR)/opcode/mmix.h $(INCDIR)/dis-asm.h \
665 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
667 mmix-opc.lo: mmix-opc.c $(INCDIR)/opcode/mmix.h $(INCDIR)/symcat.h
668 ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
669 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/dis-asm.h \
670 $(INCDIR)/opcode/ns32k.h opintl.h
671 openrisc-asm.lo: openrisc-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
672 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
673 openrisc-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
674 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
675 openrisc-desc.lo: openrisc-desc.c sysdep.h config.h \
676 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
677 $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h $(INCDIR)/libiberty.h
678 openrisc-dis.lo: openrisc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
679 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
680 $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h
681 openrisc-ibld.lo: openrisc-ibld.c sysdep.h config.h \
682 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
683 openrisc-desc.h $(INCDIR)/opcode/cgen.h openrisc-opc.h \
684 opintl.h $(INCDIR)/safe-ctype.h
685 openrisc-opc.lo: openrisc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
686 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
687 openrisc-opc.h $(INCDIR)/libiberty.h
688 or32-dis.lo: or32-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
689 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/or32.h \
690 $(INCDIR)/safe-ctype.h
691 or32-opc.lo: or32-opc.c $(INCDIR)/safe-ctype.h $(INCDIR)/ansidecl.h \
692 $(INCDIR)/opcode/or32.h
693 pdp11-dis.lo: pdp11-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
694 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/pdp11.h
695 pdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h
696 pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
697 $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H) \
699 pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
700 $(INCDIR)/opcode/pj.h
701 ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
702 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/ppc.h
703 ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
704 $(INCDIR)/opcode/ppc.h opintl.h
705 s390-mkopc.lo: s390-mkopc.c
706 s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \
708 s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
709 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
710 $(INCDIR)/opcode/s390.h
711 sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
712 sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
713 sh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
714 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
715 sh64-opc.h $(INCDIR)/libiberty.h $(BFDDIR)/elf-bfd.h \
716 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
717 $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h
718 sh64-opc.lo: sh64-opc.c sh64-opc.h
719 sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
720 $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h $(BFD_H) \
721 $(INCDIR)/symcat.h $(INCDIR)/libiberty.h opintl.h
722 sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
723 $(INCDIR)/opcode/sparc.h
724 tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
725 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic30.h
726 tic4x-dis.lo: tic4x-dis.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
727 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic4x.h
728 tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
729 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h \
730 $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
731 tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
732 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h
733 tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
734 $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H) \
736 tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
737 $(INCDIR)/opcode/tic80.h
738 v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
739 $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
740 $(INCDIR)/symcat.h opintl.h
741 v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
742 $(INCDIR)/opcode/v850.h opintl.h
743 vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
744 $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) \
746 w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
747 w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
748 xstormy16-asm.lo: xstormy16-asm.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)/xregex.h \
751 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
752 xstormy16-desc.lo: xstormy16-desc.c sysdep.h config.h \
753 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
754 $(INCDIR)/opcode/cgen.h xstormy16-opc.h opintl.h $(INCDIR)/libiberty.h
755 xstormy16-dis.lo: xstormy16-dis.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 \
759 xstormy16-ibld.lo: xstormy16-ibld.c sysdep.h config.h \
760 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
761 xstormy16-desc.h $(INCDIR)/opcode/cgen.h xstormy16-opc.h \
762 opintl.h $(INCDIR)/safe-ctype.h
763 xstormy16-opc.lo: xstormy16-opc.c sysdep.h config.h \
764 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
765 $(INCDIR)/opcode/cgen.h xstormy16-opc.h $(INCDIR)/libiberty.h
766 z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
767 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h z8k-opc.h
768 z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h
769 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY