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 \
32 m32r-desc.h m32r-opc.h \
34 openrisc-desc.h openrisc-opc.h \
39 xstormy16-desc.h xstormy16-opc.h \
42 # C source files that correspond to .o's.
237 OFILES = @BFD_MACHINES@
239 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl
241 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
242 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
244 libopcodes_la_SOURCES = dis-buf.c disassemble.c
245 libopcodes_la_DEPENDENCIES = $(OFILES)
246 libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
247 libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
249 # libtool will build .libs/libopcodes.a. We create libopcodes.a in
250 # the build directory so that we don't have to convert all the
251 # programs that use libopcodes.a simultaneously. This is a hack which
252 # should be removed if everything else starts using libtool. FIXME.
254 noinst_LIBRARIES = libopcodes.a
256 stamp-lib: libopcodes.la
257 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
258 if [ -f $$libtooldir/libopcodes.a ]; then \
259 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
260 $(RANLIB) libopcodes.tmp; \
261 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
265 libopcodes.a: stamp-lib ; @true
267 POTFILES = $(HFILES) $(CFILES)
268 po/POTFILES.in: @MAINT@ Makefile
269 for file in $(POTFILES); do echo $$file; done | sort > tmp \
270 && mv tmp $(srcdir)/po/POTFILES.in
272 # We should reconfigure whenever bfd/configure.in changes, because
273 # that's where the version number comes from.
274 config.status: $(srcdir)/configure $(srcdir)/../bfd/configure.in
275 $(SHELL) ./config.status --recheck
277 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes
280 uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes
283 .PHONY: install_libopcodes uninstall_libopcodes
284 install_libopcodes: $(bfdlib_LTLIBRARIES)
285 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
286 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
287 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
288 if test -f $$p; then \
289 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
290 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
293 $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(bfdincludedir)/dis-asm.h
295 uninstall_libopcodes:
296 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
297 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
299 rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h
302 stamp-m32r stamp-fr30 stamp-openrisc \
304 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
308 CPUDIR = $(CGENDIR)/cpu
309 CGEN = `if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi`
312 CGENDEPS = ../cgen/stamp-cgen \
313 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
314 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
315 $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
316 $(CGENDIR)/opc-opinst.scm \
317 cgen-asm.in cgen-dis.in cgen-ibld.in
320 M32R_DEPS = stamp-m32r
321 FR30_DEPS = stamp-fr30
322 OPENRISC_DEPS = stamp-openrisc
323 XSTORMY16_DEPS = stamp-xstormy16
332 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
333 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) \
334 "$(options)" $(extrafiles)
335 touch stamp-${prefix}
338 # For now, require developers to configure with --enable-cgen-maint.
339 $(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)
341 stamp-m32r: $(CGENDEPS) $(CPUDIR)/m32r.cpu $(CPUDIR)/m32r.opc
342 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst extrafiles=opinst
344 $(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)
346 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
347 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= extrafiles=
349 $(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)
351 stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
352 $(MAKE) run-cgen arch=openrisc prefix=openrisc options= extrafiles=
354 $(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)
356 stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
357 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= extrafiles=
360 $(LINK) ia64-gen.o $(LIBIBERTY)
362 ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
363 ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
365 ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
366 here=`pwd`; cd $(srcdir); $$here/ia64-gen > ia64-asmtab.c
368 s390-mkopc: s390-mkopc.c
369 $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
371 s390-opc.tab: s390-mkopc s390-opc.txt
372 ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
374 Makefile: $(BFDDIR)/configure.in
376 # This dependency stuff is copied from BFD.
378 DEP: dep.sed $(CFILES) $(HFILES) config.h
380 $(MAKE) MKDEP="$(MKDEP)" DEP1
381 sed -f dep.sed < DEP1 > DEPA
382 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
383 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
384 echo 'make DEP failed!'; exit 1; \
390 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
391 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
392 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
395 dep.sed: dep-in.sed config.status
396 sed <$(srcdir)/dep-in.sed >dep.sed \
397 -e 's!@BFD_H@!$(BFD_H)!' \
398 -e 's!@INCDIR@!$(INCDIR)!' \
399 -e 's!@BFDDIR@!$(BFDDIR)!' \
400 -e 's!@SRCDIR@!$(srcdir)!' \
401 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
404 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
405 cat DEP >> tmp-Makefile
406 $(srcdir)/../move-if-change tmp-Makefile Makefile
409 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
410 cat DEP >> tmp-Makefile.in
411 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
414 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
415 cat DEP >> tmp-Makefile.am
416 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
418 .PHONY: dep dep-in dep-am
420 # What appears below is generated by a hacked mkdep using gcc -MM.
422 # DO NOT DELETE THIS LINE -- mkdep uses it.
423 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
424 a29k-dis.lo: a29k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
425 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/a29k.h
426 alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
427 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/alpha.h
428 alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
429 $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/symcat.h \
431 arc-dis.lo: arc-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
432 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h \
433 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
434 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h \
435 $(INCDIR)/elf/reloc-macros.h opintl.h arc-dis.h arc-ext.h
436 arc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
437 $(INCDIR)/opcode/arc.h
438 arc-ext.lo: arc-ext.c sysdep.h config.h $(INCDIR)/ansidecl.h \
439 $(BFD_H) $(INCDIR)/symcat.h arc-ext.h $(INCDIR)/libiberty.h
440 arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
441 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h arm-opc.h \
442 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
443 opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
444 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/arm.h \
445 $(INCDIR)/elf/reloc-macros.h
446 avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
447 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \
448 $(INCDIR)/opcode/avr.h
449 cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
450 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
451 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h opintl.h
452 cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
453 $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
454 cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
455 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
456 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
457 cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
458 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
459 $(INCDIR)/opcode/cris.h $(INCDIR)/libiberty.h
460 cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
461 d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
462 $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) \
464 d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
465 $(INCDIR)/opcode/d10v.h
466 d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
467 $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
468 $(INCDIR)/symcat.h opintl.h
469 d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
470 $(INCDIR)/opcode/d30v.h
471 dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
472 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h
473 disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
474 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
475 fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
476 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
477 fr30-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
478 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
479 fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
480 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
481 fr30-opc.h opintl.h $(INCDIR)/libiberty.h
482 fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
483 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
484 $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h
485 fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
486 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
487 $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h $(INCDIR)/safe-ctype.h
488 fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
489 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
490 fr30-opc.h $(INCDIR)/libiberty.h
491 h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
492 $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
493 $(INCDIR)/symcat.h opintl.h
494 h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
495 h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
497 hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
498 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(BFDDIR)/libhppa.h \
499 $(INCDIR)/opcode/hppa.h
500 i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
501 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/i370.h
502 i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
503 $(INCDIR)/opcode/i370.h
504 i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
505 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
507 i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
508 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
509 i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
510 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
511 ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
512 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/ia64.h
513 ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
514 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
515 ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
516 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
517 ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
518 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
519 ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
520 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
521 ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
522 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
523 ia64-opc-d.lo: ia64-opc-d.c
524 ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
525 sysdep.h config.h ia64-asmtab.h $(INCDIR)/opcode/ia64.h \
526 $(BFD_H) $(INCDIR)/symcat.h ia64-asmtab.c
527 ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
528 $(INCDIR)/safe-ctype.h sysdep.h config.h ia64-opc.h \
529 $(INCDIR)/opcode/ia64.h $(BFD_H) $(INCDIR)/symcat.h \
530 ia64-opc-a.c ia64-opc-i.c ia64-opc-m.c ia64-opc-b.c \
531 ia64-opc-f.c ia64-opc-x.c ia64-opc-d.c
532 ia64-asmtab.lo: ia64-asmtab.c
533 m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
534 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
535 m32r-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
536 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
537 m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
538 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
539 m32r-opc.h opintl.h $(INCDIR)/libiberty.h
540 m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
541 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
542 $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h
543 m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
544 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
545 $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h $(INCDIR)/safe-ctype.h
546 m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
547 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
548 m32r-opc.h $(INCDIR)/libiberty.h
549 m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
550 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
552 m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
553 $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H) \
555 m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
556 $(INCDIR)/opcode/m68hc11.h
557 m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
558 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/floatformat.h \
559 $(INCDIR)/libiberty.h opintl.h $(INCDIR)/opcode/m68k.h
560 m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
561 $(INCDIR)/opcode/m68k.h
562 m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
563 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/m88k.h \
565 mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
566 mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
567 mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
568 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/mips.h \
569 opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
570 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
571 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
572 mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
573 $(INCDIR)/opcode/mips.h
574 mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
575 $(INCDIR)/opcode/mips.h
576 m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
577 $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
578 $(INCDIR)/symcat.h opintl.h
579 m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
580 $(INCDIR)/opcode/mn10200.h
581 m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
582 $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
583 $(INCDIR)/symcat.h opintl.h
584 m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
585 $(INCDIR)/opcode/mn10300.h
586 mmix-dis.lo: mmix-dis.c $(INCDIR)/opcode/mmix.h $(INCDIR)/dis-asm.h \
587 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
589 mmix-opc.lo: mmix-opc.c $(INCDIR)/opcode/mmix.h $(INCDIR)/symcat.h
590 ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
591 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/dis-asm.h \
592 $(INCDIR)/opcode/ns32k.h opintl.h
593 openrisc-asm.lo: openrisc-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
594 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
595 openrisc-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
596 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
597 openrisc-desc.lo: openrisc-desc.c sysdep.h config.h \
598 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
599 $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h $(INCDIR)/libiberty.h
600 openrisc-dis.lo: openrisc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
601 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
602 $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h
603 openrisc-ibld.lo: openrisc-ibld.c sysdep.h config.h \
604 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
605 openrisc-desc.h $(INCDIR)/opcode/cgen.h openrisc-opc.h \
606 opintl.h $(INCDIR)/safe-ctype.h
607 openrisc-opc.lo: openrisc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
608 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
609 openrisc-opc.h $(INCDIR)/libiberty.h
610 or32-dis.lo: or32-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
611 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/or32.h \
612 $(INCDIR)/safe-ctype.h
613 or32-opc.lo: or32-opc.c $(INCDIR)/safe-ctype.h $(INCDIR)/ansidecl.h \
614 $(INCDIR)/opcode/or32.h
615 pdp11-dis.lo: pdp11-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
616 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/pdp11.h
617 pdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h
618 pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
619 $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H) \
621 pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
622 $(INCDIR)/opcode/pj.h
623 ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
624 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/ppc.h
625 ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
626 $(INCDIR)/opcode/ppc.h opintl.h
627 s390-mkopc.lo: s390-mkopc.c
628 s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \
630 s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
631 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
632 $(INCDIR)/opcode/s390.h
633 sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
634 sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
635 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
636 sh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
637 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
638 sh64-opc.h $(INCDIR)/libiberty.h $(BFDDIR)/elf-bfd.h \
639 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
640 $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h
641 sh64-opc.lo: sh64-opc.c sh64-opc.h
642 sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
643 $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h $(BFD_H) \
644 $(INCDIR)/symcat.h $(INCDIR)/libiberty.h opintl.h
645 sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
646 $(INCDIR)/opcode/sparc.h
647 tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
648 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic30.h
649 tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
650 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h \
651 $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
652 tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
653 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h
654 tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
655 $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H) \
657 tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
658 $(INCDIR)/opcode/tic80.h
659 v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
660 $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
661 $(INCDIR)/symcat.h opintl.h
662 v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
663 $(INCDIR)/opcode/v850.h opintl.h
664 vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
665 $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) \
667 w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
668 w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
669 xstormy16-asm.lo: xstormy16-asm.c sysdep.h config.h \
670 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
671 $(INCDIR)/opcode/cgen.h xstormy16-opc.h opintl.h $(INCDIR)/xregex.h \
672 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
673 xstormy16-desc.lo: xstormy16-desc.c sysdep.h config.h \
674 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
675 $(INCDIR)/opcode/cgen.h xstormy16-opc.h opintl.h $(INCDIR)/libiberty.h
676 xstormy16-dis.lo: xstormy16-dis.c sysdep.h config.h \
677 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
678 xstormy16-desc.h $(INCDIR)/opcode/cgen.h xstormy16-opc.h \
680 xstormy16-ibld.lo: xstormy16-ibld.c sysdep.h config.h \
681 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
682 xstormy16-desc.h $(INCDIR)/opcode/cgen.h xstormy16-opc.h \
683 opintl.h $(INCDIR)/safe-ctype.h
684 xstormy16-opc.lo: xstormy16-opc.c sysdep.h config.h \
685 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
686 $(INCDIR)/opcode/cgen.h xstormy16-opc.h $(INCDIR)/libiberty.h
687 z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
688 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h z8k-opc.h
689 z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h
690 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY