1 # Makefile.in generated automatically by automake 1.3 from Makefile.am
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
17 top_srcdir = @top_srcdir@
20 exec_prefix = @exec_prefix@
24 libexecdir = @libexecdir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
46 AUTOHEADER = @AUTOHEADER@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 ALL_OBJ_DEPS = @ALL_OBJ_DEPS@
78 OPCODES_LIB = @OPCODES_LIB@
83 extra_objects = @extra_objects@
84 obj_format = @obj_format@
85 target_cpu_type = @target_cpu_type@
88 AUTOMAKE_OPTIONS = cygnus dejagnu
92 tooldir = $(exec_prefix)/$(target_alias)
94 YACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo bison -y ; fi`
95 LEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo flex ; fi`
99 TARG_CPU = @target_cpu_type@
100 TARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c
101 TARG_CPU_O = tc-@target_cpu_type@.o
102 TARG_CPU_H = $(srcdir)/config/tc-@target_cpu_type@.h
103 OBJ_FORMAT_C = $(srcdir)/config/obj-@obj_format@.c
104 OBJ_FORMAT_O = obj-@obj_format@.o
105 OBJ_FORMAT_H = $(srcdir)/config/obj-@obj_format@.h
106 TARG_ENV_H = $(srcdir)/config/te-@te_file@.h
107 ATOF_TARG_C = $(srcdir)/config/atof-@atof@.c
108 ATOF_TARG_O = atof-@atof@.o
110 # use @target_cpu_type@ for refering to configured target name
111 IT_HDRS=itbl-parse.h $(srcdir)/itbl-ops.h
112 IT_SRCS=itbl-parse.c itbl-lex.c $(srcdir)/itbl-ops.c
113 IT_DEPS=$(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
114 IT_OBJS=itbl-parse.o itbl-lex.o itbl-ops.o
116 # CPU types. This is only used for dependency information.
147 # Object format types. This is only used for dependency information.
148 # We deliberately omit som, since it does not work as a cross assembler.
161 # This is an sh case which sets valid according to whether the CPU
162 # type in the shell variable c and the OS type in the shell variable o
163 # are supported. This helps cuts down on the amount of dependency
171 a29k | arm | i386 | i860 | m68k | mips | ns32k | sparc | tahoe | tic30 | vax) \
181 mips | alpha) valid=yes ;; \
186 alpha) valid=yes ;; \
198 # This is like CPU_OBJ_VALID, for the obj=multi case.
203 i386 | mips) valid=yes ;; \
206 # Regular source files.
237 CFILES = $(GAS_CFILES) gasp.c itbl-ops.c
264 # CPU files in config.
266 TARGET_CPU_CFILES = \
282 config/tc-mn10200.c \
283 config/tc-mn10300.c \
295 TARGET_CPU_HFILES = \
311 config/tc-mn10200.h \
312 config/tc-mn10300.h \
324 # OBJ files in config
326 OBJ_FORMAT_CFILES = \
338 OBJ_FORMAT_HFILES = \
350 # Emulation header files in config
359 config/te-generic.h \
363 config/te-i386aix.h \
372 config/te-nbsd532.h \
373 config/te-pc532mach.h \
378 config/te-sparcaout.h \
383 # Multi files in config
386 config/e-i386coff.c \
388 config/e-mipsecoff.c \
426 OBJS = $(CONFIG_OBJS) $(GENERIC_OBJS)
428 noinst_PROGRAMS = as-new gasp-new
429 noinst_SCRIPTS = .gdbinit
431 EXTRA_DIST = make-gas.com
433 DISTSTUFF = make-gas.com m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c
435 DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-opc.h
437 # Now figure out from those variables how to compile and link.
439 BASEDIR = $(srcdir)/..
440 BFDDIR = $(BASEDIR)/bfd
441 INCDIR = $(BASEDIR)/include
443 # This is the variable actually used when we compile.
444 # Specify the directories to be searched for header files.
445 # Both . and srcdir are used, in that order,
446 # so that tm.h and config.h will be found in the compilation
447 # subdirectory rather than in the source directory.
448 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(srcdir)/config -I$(INCDIR) -I$(srcdir)/.. -I$(BFDDIR)
450 # This should be parallel to INCLUDES, but should replace $(srcdir)
451 # with $${srcdir}, and should work in a subdirectory. This is used
452 # when building dependencies, because the dependency building is done
454 DEP_INCLUDES = -D_GNU_SOURCE -I.. -I$${srcdir} -I../../bfd -I$${srcdir}/config -I$${srcdir}/../include -I$${srcdir}/.. -I$${srcdir}/../bfd
456 # How to link with both our special library facilities
457 # and the system's installed libraries.
459 GASLIBS = @OPCODES_LIB@ @BFDLIB@ ../libiberty/libiberty.a
461 # Files to be copied away after each stage in building.
462 STAGESTUFF = *.o $(noinst_PROGRAMS)
464 as_new_SOURCES = $(GAS_CFILES)
465 as_new_LDADD = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
466 $(extra_objects) $(GASLIBS)
467 as_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
468 $(extra_objects) $(GASLIBS)
470 gasp_new_SOURCES = gasp.c macro.c sb.c hash.c
471 gasp_new_LDADD = ../libiberty/libiberty.a
473 EXPECT = `if [ -f $${rootme}/../expect/expect ] ; then \
474 echo $${rootme}/../expect/expect ; \
475 else echo expect ; fi`
477 RUNTEST = `if [ -f $${srcdir}/../dejagnu/runtest ] ; then \
478 echo $${srcdir}/../dejagnu/runtest ; else echo runtest; \
482 # The m68k operand parser.
484 EXTRA_as_new_SOURCES = config/m68k-parse.y
486 # stand-alone itbl assembler & disassembler
488 EXTRA_PROGRAMS = itbl-test
489 itbl_test_SOURCES = itbl-parse.y itbl-lex.l
490 itbl_test_LDADD = itbl-test-ops.o itbl-test.o $(GASLIBS) @LEXLIB@
492 # Remake the info files.
494 MOSTLYCLEANFILES = $(STAGESTUFF) core stamp-mk.com \
495 testsuite/*.o testsuite/*.out testsuite/gas.log testsuite/gas.sum \
496 testsuite/site.exp site.bak site.exp stage stage1 stage2
498 CLEANFILES = dep.sed .tcdep .objdep .dep2 .dep1 .depa .dep .depdir
502 # Automatic dependency computation. This is a real pain, because the
503 # dependencies change based on target_cpu_type and obj_format. We
504 # currently ignore any dependencies caused by emulation files.
506 DEP_FILE_DEPS = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \
507 $(TARGET_CPU_HFILES) $(OBJ_FORMAT_CFILES) $(OBJ_FORMAT_HFILES)
509 TCDEP_a29k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-a29k.h \
510 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/a29k.h
511 TCDEP_a29k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-a29k.h \
512 $(INCDIR)/coff/internal.h $(INCDIR)/coff/a29k.h $(BFDDIR)/libcoff.h \
513 $(INCDIR)/bfdlink.h $(INCDIR)/opcode/a29k.h
514 TCDEP_a29k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
515 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
516 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-a29k.h $(INCDIR)/opcode/a29k.h
517 TCDEP_alpha_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-alpha.h \
518 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
519 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/alpha.h \
520 $(srcdir)/config/atof-vax.c
521 TCDEP_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h \
522 ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
523 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/alpha.h \
524 $(srcdir)/config/atof-vax.c
525 TCDEP_alpha_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
526 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
527 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h subsegs.h \
528 $(INCDIR)/obstack.h $(INCDIR)/opcode/alpha.h $(INCDIR)/elf/alpha.h \
529 $(srcdir)/config/atof-vax.c
530 TCDEP_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h \
531 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/alpha.h \
532 $(srcdir)/config/atof-vax.c
533 TCDEP_arc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arc.h \
534 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
535 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/arc.h \
537 TCDEP_arc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
538 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
539 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h subsegs.h \
540 $(INCDIR)/obstack.h $(INCDIR)/opcode/arc.h $(INCDIR)/elf/arc.h
541 TCDEP_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \
542 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h
543 TCDEP_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \
544 $(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(BFDDIR)/libcoff.h \
545 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h
546 TCDEP_arm_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
547 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
548 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h subsegs.h \
550 TCDEP_d10v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d10v.h \
551 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
552 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/d10v.h \
554 TCDEP_d10v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
555 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
556 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h subsegs.h \
557 $(INCDIR)/obstack.h $(INCDIR)/opcode/d10v.h $(INCDIR)/elf/ppc.h
558 TCDEP_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
559 $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(BFDDIR)/libcoff.h \
560 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/h8300.h
561 TCDEP_h8300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
562 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
563 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h subsegs.h \
564 $(INCDIR)/obstack.h $(INCDIR)/opcode/h8300.h
565 TCDEP_h8500_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8500.h \
566 $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8500.h $(BFDDIR)/libcoff.h \
567 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/h8500-opc.h
568 TCDEP_h8500_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
569 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
570 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8500.h subsegs.h \
571 $(INCDIR)/obstack.h $(srcdir)/../opcodes/h8500-opc.h
572 TCDEP_hppa_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-hppa.h \
573 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
574 subsegs.h $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(BFDDIR)/libbfd.h \
575 $(INCDIR)/opcode/hppa.h
576 TCDEP_hppa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
577 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
578 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h \
579 $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h subsegs.h \
580 $(INCDIR)/obstack.h $(BFDDIR)/libbfd.h $(INCDIR)/opcode/hppa.h
581 TCDEP_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \
582 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
583 $(INCDIR)/opcode/i386.h
584 TCDEP_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
585 $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h $(BFDDIR)/libcoff.h \
586 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/i386.h
587 TCDEP_i386_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
588 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
589 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h subsegs.h \
590 $(INCDIR)/obstack.h $(INCDIR)/opcode/i386.h
591 TCDEP_i860_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i860.h \
592 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/i860.h
593 TCDEP_i860_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i860.h \
594 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
595 $(INCDIR)/opcode/i860.h
596 TCDEP_i860_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
597 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
598 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h $(INCDIR)/opcode/i860.h
599 TCDEP_i960_bout = $(srcdir)/config/obj-bout.h $(srcdir)/config/tc-i960.h \
600 $(INCDIR)/obstack.h $(INCDIR)/opcode/i960.h
601 TCDEP_i960_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i960.h \
602 $(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h \
603 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h $(INCDIR)/opcode/i960.h
604 TCDEP_i960_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
605 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
606 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h $(INCDIR)/obstack.h \
607 $(INCDIR)/opcode/i960.h
608 TCDEP_m32r_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m32r.h \
609 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
610 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/symcat.h cgen-opc.h \
611 $(srcdir)/../opcodes/m32r-opc.h $(INCDIR)/opcode/cgen.h
612 TCDEP_m32r_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
613 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
614 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h subsegs.h \
615 $(INCDIR)/obstack.h $(INCDIR)/symcat.h cgen-opc.h $(srcdir)/../opcodes/m32r-opc.h \
616 $(INCDIR)/opcode/cgen.h
617 TCDEP_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
618 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
619 subsegs.h $(INCDIR)/opcode/m68k.h $(srcdir)/config/m68k-parse.h
620 TCDEP_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \
621 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(BFDDIR)/libcoff.h \
622 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/opcode/m68k.h \
623 $(srcdir)/config/m68k-parse.h
624 TCDEP_m68k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
625 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
626 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h $(INCDIR)/obstack.h \
627 subsegs.h $(INCDIR)/opcode/m68k.h $(srcdir)/config/m68k-parse.h
628 TCDEP_m68k_hp300 = $(srcdir)/config/obj-hp300.h $(srcdir)/config/obj-aout.h \
629 $(srcdir)/config/tc-m68k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
630 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/opcode/m68k.h \
631 $(srcdir)/config/m68k-parse.h
632 TCDEP_m88k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m88k.h \
633 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m88k.h $(BFDDIR)/libcoff.h \
634 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/config/m88k-opcode.h
635 TCDEP_m88k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
636 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
637 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m88k.h subsegs.h \
638 $(INCDIR)/obstack.h $(srcdir)/config/m88k-opcode.h
639 TCDEP_mips_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-mips.h \
640 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
641 $(INCDIR)/opcode/mips.h itbl-ops.h ecoff.h $(INCDIR)/coff/sym.h \
642 $(INCDIR)/coff/ecoff.h
643 TCDEP_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
644 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
645 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/mips.h \
646 itbl-ops.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
647 TCDEP_mips_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-mips.h \
648 ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
649 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/mips.h \
651 TCDEP_mips_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
652 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
653 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h subsegs.h \
654 $(INCDIR)/obstack.h $(INCDIR)/opcode/mips.h itbl-ops.h \
655 $(INCDIR)/elf/mips.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
656 TCDEP_mn10200_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10200.h \
657 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
658 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/mn10200.h
659 TCDEP_mn10200_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
660 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
661 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h subsegs.h \
662 $(INCDIR)/obstack.h $(INCDIR)/opcode/mn10200.h
663 TCDEP_mn10300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10300.h \
664 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
665 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/mn10300.h
666 TCDEP_mn10300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
667 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
668 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h subsegs.h \
669 $(INCDIR)/obstack.h $(INCDIR)/opcode/mn10300.h
670 TCDEP_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h \
671 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ns32k.h \
673 TCDEP_ns32k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ns32k.h \
674 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
675 $(INCDIR)/opcode/ns32k.h $(INCDIR)/obstack.h
676 TCDEP_ns32k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
677 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
678 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ns32k.h $(INCDIR)/opcode/ns32k.h \
680 TCDEP_ppc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ppc.h \
681 $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h \
682 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/ppc.h
683 TCDEP_ppc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
684 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
685 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h subsegs.h \
686 $(INCDIR)/obstack.h $(INCDIR)/opcode/ppc.h $(INCDIR)/elf/ppc.h
687 TCDEP_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
688 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(BFDDIR)/libcoff.h \
689 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/sh-opc.h
690 TCDEP_sh_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
691 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
692 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h subsegs.h \
693 $(INCDIR)/obstack.h $(srcdir)/../opcodes/sh-opc.h
694 TCDEP_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h \
695 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
696 $(INCDIR)/opcode/sparc.h
697 TCDEP_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \
698 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(BFDDIR)/libcoff.h \
699 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/sparc.h
700 TCDEP_sparc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
701 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
702 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h subsegs.h \
703 $(INCDIR)/obstack.h $(INCDIR)/opcode/sparc.h $(INCDIR)/elf/sparc.h
704 TCDEP_tahoe_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tahoe.h \
705 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
706 $(INCDIR)/opcode/tahoe.h
707 TCDEP_tahoe_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tahoe.h \
708 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
709 $(INCDIR)/obstack.h $(INCDIR)/opcode/tahoe.h
710 TCDEP_tahoe_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
711 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
712 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tahoe.h $(INCDIR)/obstack.h \
713 $(INCDIR)/opcode/tahoe.h
714 TCDEP_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h \
715 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/tic30.h
716 TCDEP_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \
717 $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(BFDDIR)/libcoff.h \
718 $(INCDIR)/bfdlink.h $(INCDIR)/opcode/tic30.h
719 TCDEP_tic30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
720 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
721 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic30.h $(INCDIR)/opcode/tic30.h
722 TCDEP_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h \
723 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(srcdir)/config/vax-inst.h \
724 $(INCDIR)/obstack.h $(INCDIR)/opcode/vax.h
725 TCDEP_vax_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-vax.h \
726 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
727 $(srcdir)/config/vax-inst.h $(INCDIR)/obstack.h $(INCDIR)/opcode/vax.h
728 TCDEP_vax_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
729 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
730 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h $(srcdir)/config/vax-inst.h \
731 $(INCDIR)/obstack.h $(INCDIR)/opcode/vax.h
732 TCDEP_vax_vms = $(srcdir)/config/obj-vms.h $(srcdir)/config/tc-vax.h \
733 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(srcdir)/config/vax-inst.h \
734 $(INCDIR)/obstack.h $(INCDIR)/opcode/vax.h
735 TCDEP_w65_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-w65.h \
736 $(INCDIR)/coff/internal.h $(INCDIR)/coff/w65.h $(BFDDIR)/libcoff.h \
737 $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/w65-opc.h
738 TCDEP_w65_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
739 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
740 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-w65.h subsegs.h \
741 $(INCDIR)/obstack.h $(srcdir)/../opcodes/w65-opc.h
742 TCDEP_v850_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-v850.h \
743 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
744 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/v850.h
745 TCDEP_v850_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
746 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
747 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h subsegs.h \
748 $(INCDIR)/obstack.h $(INCDIR)/opcode/v850.h
749 TCDEP_z8k_coff = $(srcdir)/../opcodes/z8k-opc.h $(srcdir)/config/obj-coff.h \
750 $(srcdir)/config/tc-z8k.h $(INCDIR)/coff/internal.h \
751 $(INCDIR)/coff/z8k.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
752 TCDEP_z8k_elf = $(srcdir)/../opcodes/z8k-opc.h $(srcdir)/config/obj-elf.h \
753 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
754 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-z8k.h
755 TCDEP_hppa_som = $(srcdir)/config/tc-hppa.h subsegs.h \
756 $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h \
758 TCDEP_i386_multi = $(TCDEP_i386_coff) $(TCDEP_i386_elf)
759 TCDEP_mips_multi = $(TCDEP_mips_coff) $(TCDEP_mips_ecoff) \
761 OBJDEP_a29k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-a29k.h \
762 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
764 OBJDEP_a29k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-a29k.h \
765 $(INCDIR)/coff/internal.h $(INCDIR)/coff/a29k.h $(BFDDIR)/libcoff.h \
766 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
767 OBJDEP_a29k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
768 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
769 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-a29k.h subsegs.h \
770 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
771 OBJDEP_alpha_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-alpha.h \
772 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
773 $(INCDIR)/obstack.h subsegs.h
774 OBJDEP_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h \
775 ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
776 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
778 OBJDEP_alpha_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
779 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
780 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h subsegs.h \
781 $(INCDIR)/obstack.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
782 $(INCDIR)/elf/alpha.h $(INCDIR)/aout/aout64.h
783 OBJDEP_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h
784 OBJDEP_arc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arc.h \
785 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
786 $(INCDIR)/obstack.h subsegs.h
787 OBJDEP_arc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
788 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
789 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h subsegs.h \
790 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
791 OBJDEP_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \
792 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
794 OBJDEP_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \
795 $(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(BFDDIR)/libcoff.h \
796 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
797 OBJDEP_arm_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
798 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
799 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h subsegs.h \
800 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
801 OBJDEP_d10v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d10v.h \
802 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
803 $(INCDIR)/obstack.h subsegs.h
804 OBJDEP_d10v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
805 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
806 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h subsegs.h \
807 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
808 OBJDEP_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
809 $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(BFDDIR)/libcoff.h \
810 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
811 OBJDEP_h8300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
812 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
813 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h subsegs.h \
814 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
815 OBJDEP_h8500_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8500.h \
816 $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8500.h $(BFDDIR)/libcoff.h \
817 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
818 OBJDEP_h8500_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
819 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
820 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8500.h subsegs.h \
821 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
822 OBJDEP_hppa_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-hppa.h \
823 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
824 $(INCDIR)/obstack.h subsegs.h
825 OBJDEP_hppa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
826 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
827 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h \
828 $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h subsegs.h \
829 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
830 OBJDEP_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \
831 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
833 OBJDEP_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
834 $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h $(BFDDIR)/libcoff.h \
835 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
836 OBJDEP_i386_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
837 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
838 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h subsegs.h \
839 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
840 OBJDEP_i860_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i860.h \
841 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
843 OBJDEP_i860_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i860.h \
844 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
845 $(INCDIR)/obstack.h subsegs.h
846 OBJDEP_i860_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
847 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
848 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h subsegs.h \
849 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
850 OBJDEP_i960_bout = $(srcdir)/config/obj-bout.h $(srcdir)/config/tc-i960.h \
852 OBJDEP_i960_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i960.h \
853 $(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h \
854 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
855 OBJDEP_i960_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
856 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
857 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h subsegs.h \
858 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
859 OBJDEP_m32r_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m32r.h \
860 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
861 $(INCDIR)/obstack.h subsegs.h
862 OBJDEP_m32r_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
863 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
864 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h subsegs.h \
865 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
866 OBJDEP_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
867 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
869 OBJDEP_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \
870 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(BFDDIR)/libcoff.h \
871 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
872 OBJDEP_m68k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
873 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
874 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h subsegs.h \
875 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
876 OBJDEP_m68k_hp300 = $(srcdir)/config/obj-aout.c $(srcdir)/config/obj-hp300.h \
877 $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
878 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
880 OBJDEP_m88k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m88k.h \
881 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m88k.h $(BFDDIR)/libcoff.h \
882 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
883 OBJDEP_m88k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
884 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
885 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m88k.h subsegs.h \
886 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
887 OBJDEP_mips_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-mips.h \
888 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
890 OBJDEP_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
891 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
892 $(INCDIR)/obstack.h subsegs.h
893 OBJDEP_mips_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-mips.h \
894 ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
895 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
897 OBJDEP_mips_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
898 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
899 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h subsegs.h \
900 $(INCDIR)/obstack.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
901 $(INCDIR)/elf/mips.h $(INCDIR)/aout/aout64.h
902 OBJDEP_mn10200_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10200.h \
903 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
904 $(INCDIR)/obstack.h subsegs.h
905 OBJDEP_mn10200_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
906 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
907 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h subsegs.h \
908 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
909 OBJDEP_mn10300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10300.h \
910 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
911 $(INCDIR)/obstack.h subsegs.h
912 OBJDEP_mn10300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
913 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
914 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h subsegs.h \
915 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
916 OBJDEP_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h \
917 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
919 OBJDEP_ns32k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ns32k.h \
920 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
921 $(INCDIR)/obstack.h subsegs.h
922 OBJDEP_ns32k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
923 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
924 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ns32k.h subsegs.h \
925 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
926 OBJDEP_ppc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ppc.h \
927 $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h \
928 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
929 OBJDEP_ppc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
930 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
931 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h subsegs.h \
932 $(INCDIR)/obstack.h $(INCDIR)/elf/ppc.h $(INCDIR)/aout/aout64.h
933 OBJDEP_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
934 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(BFDDIR)/libcoff.h \
935 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
936 OBJDEP_sh_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
937 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
938 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h subsegs.h \
939 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
940 OBJDEP_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h \
941 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
943 OBJDEP_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \
944 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(BFDDIR)/libcoff.h \
945 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
946 OBJDEP_sparc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
947 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
948 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h subsegs.h \
949 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
950 OBJDEP_tahoe_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tahoe.h \
951 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
953 OBJDEP_tahoe_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tahoe.h \
954 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
955 $(INCDIR)/obstack.h subsegs.h
956 OBJDEP_tahoe_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
957 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
958 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tahoe.h subsegs.h \
959 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
960 OBJDEP_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h \
961 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
963 OBJDEP_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \
964 $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(BFDDIR)/libcoff.h \
965 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
966 OBJDEP_tic30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
967 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
968 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic30.h subsegs.h \
969 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
970 OBJDEP_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h \
971 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
973 OBJDEP_vax_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-vax.h \
974 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
975 $(INCDIR)/obstack.h subsegs.h
976 OBJDEP_vax_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
977 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
978 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h subsegs.h \
979 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
980 OBJDEP_vax_vms = $(srcdir)/config/obj-vms.h $(srcdir)/config/tc-vax.h \
981 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def subsegs.h \
983 OBJDEP_w65_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-w65.h \
984 $(INCDIR)/coff/internal.h $(INCDIR)/coff/w65.h $(BFDDIR)/libcoff.h \
985 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
986 OBJDEP_w65_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
987 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
988 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-w65.h subsegs.h \
989 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
990 OBJDEP_v850_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-v850.h \
991 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
992 $(INCDIR)/obstack.h subsegs.h
993 OBJDEP_v850_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
994 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
995 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h subsegs.h \
996 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
997 OBJDEP_z8k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z8k.h \
998 $(INCDIR)/coff/internal.h $(INCDIR)/coff/z8k.h $(BFDDIR)/libcoff.h \
999 $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h
1000 OBJDEP_z8k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1001 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1002 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-z8k.h subsegs.h \
1003 $(INCDIR)/obstack.h $(INCDIR)/aout/aout64.h
1004 OBJDEP_hppa_som = $(srcdir)/config/obj-som.h subsegs.h \
1005 $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(BFDDIR)/som.h \
1006 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
1007 OBJDEP_i386_multi = $(OBJDEP_i386_coff) $(OBJDEP_i386_elf)
1008 OBJDEP_mips_multi = $(OBJDEP_mips_coff) $(OBJDEP_mips_ecoff) \
1010 DEP_a29k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-a29k.h \
1011 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1012 DEP_a29k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-a29k.h \
1013 $(INCDIR)/coff/internal.h $(INCDIR)/coff/a29k.h $(BFDDIR)/libcoff.h \
1015 DEP_a29k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1016 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1017 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-a29k.h
1018 DEP_alpha_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-alpha.h \
1019 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1020 DEP_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h \
1021 ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
1022 DEP_alpha_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1023 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1024 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h
1025 DEP_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h
1026 DEP_arc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arc.h \
1027 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1028 DEP_arc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1029 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1030 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h
1031 DEP_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \
1032 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1033 DEP_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \
1034 $(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(BFDDIR)/libcoff.h \
1036 DEP_arm_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1037 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1038 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h
1039 DEP_d10v_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-d10v.h \
1040 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1041 DEP_d10v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1042 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1043 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h
1044 DEP_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
1045 $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(BFDDIR)/libcoff.h \
1047 DEP_h8300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1048 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1049 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h
1050 DEP_h8500_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8500.h \
1051 $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8500.h $(BFDDIR)/libcoff.h \
1053 DEP_h8500_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1054 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1055 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8500.h
1056 DEP_hppa_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-hppa.h \
1057 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1058 DEP_hppa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1059 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1060 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h \
1061 $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h
1062 DEP_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \
1063 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1064 DEP_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
1065 $(INCDIR)/coff/internal.h $(INCDIR)/coff/i386.h $(BFDDIR)/libcoff.h \
1067 DEP_i386_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1068 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1069 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h
1070 DEP_i860_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i860.h \
1071 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1072 DEP_i860_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i860.h \
1073 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1074 DEP_i860_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1075 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1076 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h
1077 DEP_i960_bout = $(srcdir)/config/obj-bout.h $(srcdir)/config/tc-i960.h
1078 DEP_i960_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i960.h \
1079 $(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h \
1081 DEP_i960_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1082 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1083 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h
1084 DEP_m32r_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m32r.h \
1085 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1086 DEP_m32r_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1087 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1088 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h
1089 DEP_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
1090 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1091 DEP_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \
1092 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(BFDDIR)/libcoff.h \
1094 DEP_m68k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1095 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1096 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h
1097 DEP_m68k_hp300 = $(srcdir)/config/obj-hp300.h $(srcdir)/config/obj-aout.h \
1098 $(srcdir)/config/tc-m68k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1099 DEP_m88k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m88k.h \
1100 $(INCDIR)/coff/internal.h $(INCDIR)/coff/m88k.h $(BFDDIR)/libcoff.h \
1102 DEP_m88k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1103 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1104 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m88k.h
1105 DEP_mips_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-mips.h \
1106 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1107 DEP_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
1108 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1109 DEP_mips_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-mips.h \
1110 ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
1111 DEP_mips_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1112 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1113 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h
1114 DEP_mn10200_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10200.h \
1115 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1116 DEP_mn10200_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1117 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1118 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h
1119 DEP_mn10300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mn10300.h \
1120 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1121 DEP_mn10300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1122 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1123 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h
1124 DEP_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h \
1125 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1126 DEP_ns32k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ns32k.h \
1127 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1128 DEP_ns32k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1129 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1130 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ns32k.h
1131 DEP_ppc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ppc.h \
1132 $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h \
1134 DEP_ppc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1135 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1136 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h
1137 DEP_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
1138 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(BFDDIR)/libcoff.h \
1140 DEP_sh_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1141 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1142 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h
1143 DEP_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h \
1144 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1145 DEP_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \
1146 $(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(BFDDIR)/libcoff.h \
1148 DEP_sparc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1149 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1150 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h
1151 DEP_tahoe_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tahoe.h \
1152 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1153 DEP_tahoe_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tahoe.h \
1154 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1155 DEP_tahoe_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1156 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1157 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tahoe.h
1158 DEP_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h \
1159 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1160 DEP_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \
1161 $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(BFDDIR)/libcoff.h \
1163 DEP_tic30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1164 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1165 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic30.h
1166 DEP_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h \
1167 $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
1168 DEP_vax_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-vax.h \
1169 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1170 DEP_vax_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1171 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1172 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h
1173 DEP_vax_vms = $(srcdir)/config/obj-vms.h $(srcdir)/config/tc-vax.h \
1174 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
1175 DEP_w65_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-w65.h \
1176 $(INCDIR)/coff/internal.h $(INCDIR)/coff/w65.h $(BFDDIR)/libcoff.h \
1178 DEP_w65_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1179 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1180 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-w65.h
1181 DEP_v850_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-v850.h \
1182 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
1183 DEP_v850_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1184 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1185 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h
1186 DEP_z8k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z8k.h \
1187 $(INCDIR)/coff/internal.h $(INCDIR)/coff/z8k.h $(BFDDIR)/libcoff.h \
1189 DEP_z8k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1190 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1191 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-z8k.h
1192 DEP_hppa_som = $(BFDDIR)/som.h
1193 DEP_i386_multi = $(DEP_i386_coff) $(DEP_i386_elf)
1194 DEP_mips_multi = $(DEP_mips_coff) $(DEP_mips_ecoff) \
1196 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1197 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
1198 CONFIG_HEADER = config.h
1199 CONFIG_CLEAN_FILES = .gdbinit
1200 noinst_PROGRAMS = as-new$(EXEEXT) gasp-new$(EXEEXT)
1201 PROGRAMS = $(noinst_PROGRAMS)
1204 DEFS = @DEFS@ -I. -I$(srcdir) -I.
1205 CPPFLAGS = @CPPFLAGS@
1208 itbl_test_OBJECTS = itbl-parse.o itbl-lex.o
1209 itbl_test_DEPENDENCIES = itbl-test-ops.o itbl-test.o \
1210 ../libiberty/libiberty.a
1212 as_new_OBJECTS = app.o as.o atof-generic.o bignum-copy.o cond.o \
1213 depend.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o \
1214 flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o \
1215 literal.o macro.o messages.o output-file.o read.o sb.o stabs.o \
1216 subsegs.o symbols.o write.o
1218 gasp_new_OBJECTS = gasp.o macro.o sb.o hash.o
1219 gasp_new_DEPENDENCIES = ../libiberty/libiberty.a
1221 SCRIPTS = $(noinst_SCRIPTS)
1223 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
1225 YLWRAP = $(top_srcdir)/../ylwrap
1227 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
1228 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
1229 LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
1230 DIST_COMMON = README COPYING ChangeLog Makefile.am Makefile.in NEWS \
1231 acconfig.h acinclude.m4 aclocal.m4 config.in config/m68k-parse.c \
1232 configure configure.in gdbinit.in itbl-lex.c itbl-parse.c stamp-h.in
1235 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
1239 SOURCES = $(itbl_test_SOURCES) $(as_new_SOURCES) $(EXTRA_as_new_SOURCES) $(gasp_new_SOURCES)
1240 OBJECTS = $(itbl_test_OBJECTS) $(as_new_OBJECTS) $(gasp_new_OBJECTS)
1242 all: all-recursive-am all-am
1245 .SUFFIXES: .S .c .l .lo .o .s .y
1246 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
1247 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
1249 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1250 cd $(top_builddir) \
1251 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
1253 $(ACLOCAL_M4): @MAINT@ configure.in acinclude.m4
1254 cd $(srcdir) && $(ACLOCAL)
1256 config.status: $(srcdir)/configure
1257 $(SHELL) ./config.status --recheck
1258 $(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
1259 cd $(srcdir) && $(AUTOCONF)
1263 stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
1264 cd $(top_builddir) \
1265 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
1266 $(SHELL) ./config.status
1267 @echo timestamp > stamp-h
1268 $(srcdir)/config.in: @MAINT@$(srcdir)/stamp-h.in
1269 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
1270 cd $(top_srcdir) && $(AUTOHEADER)
1271 @echo timestamp > $(srcdir)/stamp-h.in
1280 maintainer-clean-hdr:
1281 .gdbinit: $(top_builddir)/config.status gdbinit.in
1282 cd $(top_builddir) && CONFIG_FILES=$@:gdbinit.in CONFIG_HEADERS= ./config.status
1284 mostlyclean-noinstPROGRAMS:
1286 clean-noinstPROGRAMS:
1287 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
1289 distclean-noinstPROGRAMS:
1291 maintainer-clean-noinstPROGRAMS:
1302 mostlyclean-compile:
1303 -rm -f *.o core *.core
1310 maintainer-clean-compile:
1313 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
1316 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
1319 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
1321 mostlyclean-libtool:
1329 maintainer-clean-libtool:
1331 itbl-test$(EXEEXT): $(itbl_test_OBJECTS) $(itbl_test_DEPENDENCIES)
1332 @rm -f itbl-test$(EXEEXT)
1333 $(LINK) $(itbl_test_LDFLAGS) $(itbl_test_OBJECTS) $(itbl_test_LDADD) $(LIBS)
1335 as-new$(EXEEXT): $(as_new_OBJECTS) $(as_new_DEPENDENCIES)
1336 @rm -f as-new$(EXEEXT)
1337 $(LINK) $(as_new_LDFLAGS) $(as_new_OBJECTS) $(as_new_LDADD) $(LIBS)
1339 gasp-new$(EXEEXT): $(gasp_new_OBJECTS) $(gasp_new_DEPENDENCIES)
1340 @rm -f gasp-new$(EXEEXT)
1341 $(LINK) $(gasp_new_LDFLAGS) $(gasp_new_OBJECTS) $(gasp_new_LDADD) $(LIBS)
1343 $(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.c y.tab.h $*.h -- $(YFLAGS)
1344 config/m68k-parse.h: config/m68k-parse.c
1345 itbl-parse.h: itbl-parse.c
1348 $(LEX) $(LFLAGS) $< && mv $(LEX_OUTPUT_ROOT).c $@
1350 # This directory's subdirectories are mostly independent; you can cd
1351 # into them and run `make' without going through this Makefile.
1352 # To change the values of `make' variables: instead of editing Makefiles,
1353 # (1) if the variable is set in `config.status', edit `config.status'
1354 # (which will cause the Makefiles to be regenerated when you run `make');
1355 # (2) otherwise, pass the desired values on the `make' command line.
1359 all-recursive install-data-recursive install-exec-recursive \
1360 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
1361 check-recursive installcheck-recursive info-recursive dvi-recursive:
1362 @set fnord $(MAKEFLAGS); amf=$$2; \
1363 list='$(SUBDIRS)'; for subdir in $$list; do \
1364 target=`echo $@ | sed s/-recursive//`; \
1365 echo "Making $$target in $$subdir"; \
1366 (cd $$subdir && $(MAKE) $$target) \
1367 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
1368 done && test -z "$$fail"
1370 mostlyclean-recursive clean-recursive distclean-recursive \
1371 maintainer-clean-recursive:
1372 @set fnord $(MAKEFLAGS); amf=$$2; \
1373 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
1374 rev="$$subdir $$rev"; \
1376 for subdir in $$rev; do \
1377 target=`echo $@ | sed s/-recursive//`; \
1378 echo "Making $$target in $$subdir"; \
1379 (cd $$subdir && $(MAKE) $$target) \
1380 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
1381 done && test -z "$$fail"
1383 list='$(SUBDIRS)'; for subdir in $$list; do \
1384 (cd $$subdir && $(MAKE) tags); \
1389 ID: $(HEADERS) $(SOURCES) $(LISP)
1390 here=`pwd` && cd $(srcdir) \
1391 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
1393 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
1396 list='$(SUBDIRS)'; for subdir in $$list; do \
1397 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
1399 list='$(SOURCES) $(HEADERS)'; \
1400 unique=`for i in $$list; do echo $$i; done | \
1401 awk ' { files[$$0] = 1; } \
1402 END { for (i in files) print i; }'`; \
1403 test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
1404 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
1413 maintainer-clean-tags:
1415 distdir = $(PACKAGE)-$(VERSION)
1416 top_distdir = $(distdir)
1418 # This target untars the dist file and tries a VPATH configuration. Then
1419 # it guarantees that the distribution is self-contained by making another
1423 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
1424 mkdir $(distdir)/=build
1425 mkdir $(distdir)/=inst
1426 dc_install_base=`cd $(distdir)/=inst && pwd`; \
1427 cd $(distdir)/=build \
1428 && ../configure --srcdir=.. --prefix=$$dc_install_base \
1432 && $(MAKE) install \
1433 && $(MAKE) installcheck \
1436 @echo "========================"; \
1437 echo "$(distdir).tar.gz is ready for distribution"; \
1438 echo "========================"
1440 -chmod -R a+r $(distdir)
1441 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
1444 -chmod -R a+r $(distdir)
1445 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
1447 distdir: $(DISTFILES)
1450 -chmod 777 $(distdir)
1451 @for file in $(DISTFILES); do \
1452 if test -f $$file; then d=.; else d=$(srcdir); fi; \
1453 test -f $(distdir)/$$file \
1454 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
1455 || cp -p $$d/$$file $(distdir)/$$file; \
1457 for subdir in $(SUBDIRS); do \
1458 test -d $(distdir)/$$subdir \
1459 || mkdir $(distdir)/$$subdir \
1461 chmod 777 $(distdir)/$$subdir; \
1462 (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
1466 DEJATOOL = $(PACKAGE)
1468 RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
1470 @echo 'Making a new site.exp file...'
1472 @echo '## these variables are automatically generated by make ##' > $@-t
1473 @echo '# Do not edit here. If you wish to override these values' >> $@-t
1474 @echo '# edit the last section' >> $@-t
1475 @echo 'set tool $(DEJATOOL)' >> $@-t
1476 @echo 'set srcdir $(srcdir)' >> $@-t
1477 @echo 'set objdir' `pwd` >> $@-t
1478 @echo 'set host_alias $(host_alias)' >> $@-t
1479 @echo 'set host_triplet $(host_triplet)' >> $@-t
1480 @echo 'set target_alias $(target_alias)' >> $@-t
1481 @echo 'set target_triplet $(target_triplet)' >> $@-t
1482 @echo 'set build_alias $(build_alias)' >> $@-t
1483 @echo 'set build_triplet $(build_triplet)' >> $@-t
1484 @echo '## All variables above are generated by configure. Do Not Edit ##' >> $@-t
1485 -@sed '1,/^## All variables above are.*##/ d' site.bak >> $@-t
1486 -@mv site.exp site.bak
1488 info: info-recursive
1491 $(MAKE) check-recursive check-DEJAGNU
1492 installcheck: installcheck-recursive
1493 install-info: install-info-recursive
1494 all-recursive-am: config.h
1495 $(MAKE) all-recursive
1497 all-am: Makefile $(PROGRAMS) $(SCRIPTS) config.h
1499 install-exec-am: install-exec-local
1501 install-exec: install-exec-recursive install-exec-am
1504 install-data: install-data-recursive
1507 install: install-recursive install-exec-am
1510 uninstall: uninstall-recursive
1513 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
1514 installdirs: installdirs-recursive
1517 mostlyclean-generic:
1518 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1521 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1524 -rm -f Makefile $(DISTCLEANFILES)
1525 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
1526 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1528 maintainer-clean-generic:
1529 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1530 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1531 mostlyclean-am: mostlyclean-hdr mostlyclean-noinstPROGRAMS \
1532 mostlyclean-compile mostlyclean-libtool \
1533 mostlyclean-tags mostlyclean-generic
1535 clean-am: clean-hdr clean-noinstPROGRAMS clean-compile clean-libtool \
1536 clean-tags clean-generic mostlyclean-am
1538 distclean-am: distclean-hdr distclean-noinstPROGRAMS distclean-compile \
1539 distclean-libtool distclean-tags distclean-generic \
1542 maintainer-clean-am: maintainer-clean-hdr \
1543 maintainer-clean-noinstPROGRAMS \
1544 maintainer-clean-compile maintainer-clean-libtool \
1545 maintainer-clean-tags maintainer-clean-generic \
1548 mostlyclean: mostlyclean-recursive mostlyclean-am
1550 clean: clean-recursive clean-am
1552 distclean: distclean-recursive distclean-am
1553 -rm -f config.status
1556 maintainer-clean: maintainer-clean-recursive maintainer-clean-am
1557 @echo "This command is intended for maintainers to use;"
1558 @echo "it deletes files that may require special tools to rebuild."
1559 -rm -f config.status
1561 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
1562 mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
1563 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
1564 mostlyclean-compile distclean-compile clean-compile \
1565 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
1566 clean-libtool maintainer-clean-libtool install-data-recursive \
1567 uninstall-data-recursive install-exec-recursive \
1568 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
1569 all-recursive check-recursive installcheck-recursive info-recursive \
1570 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
1571 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
1572 distclean-tags clean-tags maintainer-clean-tags distdir check-DEJAGNU \
1573 info dvi installcheck install-info all-recursive-am all-am \
1574 install-exec-am install-exec install-data install uninstall all \
1575 installdirs mostlyclean-generic distclean-generic clean-generic \
1576 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
1579 $(srcdir)/make-gas.com: stamp-mk.com
1580 stamp-mk.com: vmsconf.sh Makefile
1581 sh $(srcdir)/vmsconf.sh $(GENERIC_OBJS) > new-make.com
1582 $(SHELL) $(srcdir)/../move-if-change new-make.com $(srcdir)/make-gas.com
1584 diststuff: $(DISTSTUFF) info
1586 $(OBJS): @ALL_OBJ_DEPS@
1588 # Stuff that every object file depends upon. If anything is removed
1589 # from this list, remove it from dep-in.sed as well.
1590 $(OBJS): config.h as.h $(TARG_ENV_H) $(OBJ_FORMAT_H) $(TARG_CPU_H) flonum.h \
1591 expr.h struc-symbol.h write.h frags.h hash.h read.h symbols.h tc.h \
1592 obj.h listing.h bignum.h bit_fix.h $(INCDIR)/libiberty.h
1594 check-DEJAGNU: site.exp
1595 if [ -d testsuite ]; then \
1600 rm -f testsuite/site.exp
1601 cp site.exp testsuite/site.exp
1602 rootme=`pwd`; export rootme; \
1603 srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \
1604 EXPECT=${EXPECT} ; export EXPECT ; \
1605 if [ -f $(top_builddir)/../expect/expect ]; then \
1606 TCL_LIBRARY=`cd $(top_srcdir)/../tcl/library && pwd`; \
1607 export TCL_LIBRARY; \
1609 runtest=$(RUNTEST); \
1611 if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
1612 $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
1614 else echo "WARNING: could not find \`runtest'" 1>&2; :;\
1617 # The implicit .c.o rule doesn't work for these, perhaps because of
1618 # the variables, or perhaps because the sources are not on vpath.
1619 $(TARG_CPU_O): $(TARG_CPU_C) $(TARG_CPU_DEP_@target_cpu_type@)
1620 $(COMPILE) -c $(TARG_CPU_C)
1621 $(ATOF_TARG_O): $(ATOF_TARG_C)
1622 $(COMPILE) -c $(ATOF_TARG_C)
1624 # ecoff.c only has full dependencies when ECOFF_DEBUGGING is defined,
1625 # so the automatic dependency stuff doesn't work.
1626 ecoff.o : ecoff.c ecoff.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
1627 $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/symconst.h \
1628 $(INCDIR)/aout/stab_gnu.h
1630 # We need all these explicit rules for the multi stuff. Because of
1631 # these rules, we don't need one for OBJ_FORMAT_O.
1633 obj-aout.o : $(srcdir)/config/obj-aout.c
1634 $(COMPILE) -c $(srcdir)/config/obj-aout.c
1635 obj-bout.o : $(srcdir)/config/obj-bout.c
1636 $(COMPILE) -c $(srcdir)/config/obj-bout.c
1637 obj-coff.o: $(srcdir)/config/obj-coff.c
1638 $(COMPILE) -c $(srcdir)/config/obj-coff.c
1639 obj-ecoff.o : $(srcdir)/config/obj-ecoff.c
1640 $(COMPILE) -c $(srcdir)/config/obj-ecoff.c
1641 obj-elf.o : $(srcdir)/config/obj-elf.c
1642 $(COMPILE) -c $(srcdir)/config/obj-elf.c
1643 obj-evax.o : $(srcdir)/config/obj-evax.c
1644 $(COMPILE) -c $(srcdir)/config/obj-evax.c
1645 obj-hp300.o : $(srcdir)/config/obj-hp300.c
1646 $(COMPILE) -c $(srcdir)/config/obj-hp300.c
1647 obj-ieee.o : $(srcdir)/config/obj-ieee.c
1648 $(COMPILE) -c $(srcdir)/config/obj-ieee.c
1649 obj-multi.o : $(srcdir)/config/obj-multi.c
1650 $(COMPILE) -c $(srcdir)/config/obj-multi.c
1651 obj-som.o : $(srcdir)/config/obj-som.c
1652 $(COMPILE) -c $(srcdir)/config/obj-som.c
1653 obj-vms.o : $(srcdir)/config/obj-vms.c
1654 $(COMPILE) -c $(srcdir)/config/obj-vms.c
1656 e-mipself.o : $(srcdir)/config/e-mipself.c
1657 $(COMPILE) -c $(srcdir)/config/e-mipself.c
1658 e-mipsecoff.o : $(srcdir)/config/e-mipsecoff.c
1659 $(COMPILE) -c $(srcdir)/config/e-mipsecoff.c
1660 e-i386coff.o: $(srcdir)/config/e-i386coff.c
1661 $(COMPILE) -c $(srcdir)/config/e-i386coff.c
1662 e-i386elf.o: $(srcdir)/config/e-i386elf.c
1663 $(COMPILE) -c $(srcdir)/config/e-i386elf.c
1665 m68k-parse.c: $(srcdir)/config/m68k-parse.y
1666 $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/config/m68k-parse.y y.tab.c m68k-parse.c --
1667 m68k-parse.o: m68k-parse.c $(srcdir)/config/m68k-parse.h
1669 # Don't let the .y.h rule clobber m68k-parse.h.
1670 m68k-parse.h: ; @true
1671 $(srcdir)/config/m68k-parse.h: ; @true
1673 # The instruction table specification lexical analyzer and parser.
1675 itbl-lex.c: $(srcdir)/itbl-lex.l
1676 itbl-lex.o: itbl-lex.c itbl-parse.h
1678 itbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h
1680 itbl-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h
1682 itbl-parse.c itbl-parse.h: $(srcdir)/itbl-parse.y
1683 $(SHELL) $(YLWRAP) "$(YACC)" $(srcdir)/itbl-parse.y y.tab.c itbl-parse.c y.tab.h itbl-parse.h -- -d
1685 itbl-test-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h
1686 $(COMPILE) -o itbl-test-ops.o -DSTAND_ALONE -c $(srcdir)/itbl-ops.c
1688 itbl-test.o: $(srcdir)/testsuite/gas/all/itbl-test.c $(srcdir)/itbl-ops.h
1689 $(COMPILE) -c -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c
1693 cgen.o: cgen.c cgen-opc.h subsegs.h \
1694 $(INCDIR)/obstack.h $(INCDIR)/opcode/cgen.h \
1695 $(srcdir)/../opcodes/$(TARG_CPU)-opc.h
1697 .PHONY: install-exec-local install-data-local
1699 install-exec-local: $(noinst_PROGRAMS)
1700 $(mkinstalldirs) $(bindir) $(tooldir)/bin
1701 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
1702 if test -f $$p; then \
1703 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/-new//'|sed '$(transform)'`"; \
1704 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/-new//'|sed '$(transform)'`; \
1707 rm -f $(tooldir)/bin/as$(EXEEXT)
1708 n=`echo as | sed '$(transform)'`; \
1709 if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/as$(EXEEXT)" ]; then \
1710 ln $(bindir)/$$n$(EXEEXT) $(tooldir)/bin/as$(EXEEXT) >/dev/null 2>/dev/null \
1711 || $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) as-new$(EXEEXT) $(tooldir)/bin/as$(EXEEXT); \
1714 # These exist for maintenance purposes.
1716 .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
1720 rm -f stage && ln -s stage1 stage
1721 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
1723 rm -f stage && ln -s stage2 stage
1724 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
1725 $(MAKE) comparison against=stage2
1728 rm -f stage && ln -s stage1 stage
1729 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
1731 rm -f stage && ln -s stage2 stage
1732 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
1733 $(MAKE) comparison against=stage2
1736 rm -f stage && ln -s stage2 stage
1737 $(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
1738 $(MAKE) comparison against=stage2
1740 # Copy the object files from a particular stage into a subdirectory.
1743 -mv $(STAGESTUFF) stage1
1744 if [ -f stage1/as-new$(EXEEXT) -a ! -f stage1/as$(EXEEXT) ] ; then (cd stage1 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
1748 -mv $(STAGESTUFF) stage2
1749 if [ -f stage2/as-new$(EXEEXT) -a ! -f stage2/as$(EXEEXT) ] ; then (cd stage2 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
1753 -mv $(STAGESTUFF) stage3
1754 if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(EXEEXT)) ; fi
1756 # This rule is derived from corresponding code in the Makefile.in for gcc.
1757 # The "tail +16c" is to bypass headers which may include timestamps or
1758 # temporary assembly file names.
1761 for file in *.o ; do \
1762 tail +16c ./$$file > tmp-foo1; \
1763 if tail +16c ${against}/$$file > tmp-foo2 2>/dev/null ; then \
1764 if cmp tmp-foo1 tmp-foo2 ; then \
1767 echo $$file differs ; \
1775 .PHONY: de-stage1 de-stage2 de-stage3
1778 - (cd stage1 ; rm -f as$(EXEEXT) ; mv -f * ..)
1782 - (cd stage2 ; rm -f as$(EXEEXT) ; mv -f * ..)
1786 - (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..)
1789 .dep: dep.sed $(DEP_FILE_DEPS) .tcdep .objdep .dep2
1791 srcdir=`cd $(srcdir); pwd`; \
1792 $(MAKE) DEP=$(DEP) srcdir=$${srcdir} VPATH=$${srcdir} .dep1
1794 sed -f dep.sed < .dep1 > .depa
1795 sed -f dep.sed < .tcdep >> .depa
1796 sed -f dep.sed < .objdep >> .depa
1797 sed -f dep.sed < .dep2 >> .depa
1798 echo '$$(OBJS): $$(DEP_@target''_cpu_type@_@obj''_format@)' >> .depa
1799 echo '$$(TARG_CPU_O): $$(TCDEP_@target''_cpu_type@_@obj''_format@)' >> .depa
1800 echo '$$(OBJ_FORMAT_O): $$(OBJDEP_@target''_cpu_type@_@obj''_format@)' >> .depa
1801 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> .depa
1802 $(SHELL) $(srcdir)/../move-if-change .depa .dep
1804 # This rule needs a mkdep that runs "gcc -MM".
1805 .dep1: $(CFILES) $(MULTI_CFILES)
1806 if [ -d .depdir ]; then true; else mkdir .depdir; fi
1807 srcdir=`cd $(srcdir); pwd`; \
1809 echo '' > targ-cpu.h; \
1810 echo '' > obj-format.h; \
1811 echo '' > targ-env.h; \
1812 echo '' > itbl-cpu.h; \
1813 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \
1814 $(DEP) -f .dep -DBFD_ASSEMBLER -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) $?
1815 sed -e '/IF YOU PUT ANYTHING/,$$d' < .depdir/.dep > .dep1
1818 # Work out the special dependencies for the tc-*.c files.
1819 .tcdep: $(TARGET_CPU_CFILES)
1821 if [ -d .depdir ]; then true; else mkdir .depdir; fi
1822 srcdir=`cd $(srcdir); pwd`; \
1824 for c in $(CPU_TYPES); do \
1825 for o in $(OBJ_FORMATS); do \
1827 if [ x$${valid} = xyes ]; then \
1828 echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
1829 echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \
1830 echo '#include "te-generic.h"' > targ-env.h; \
1831 echo '' > itbl-cpu.h; \
1832 echo '#include "opcodes/'"$${c}"'-opc.h"' > cgen-opc.h; \
1834 cp $${srcdir}/config/tc-$${c}.c dummy.c; \
1835 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \
1836 $(DEP) -f .dep -DBFD_ASSEMBLER -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) dummy.c; \
1837 sed -e "s/dummy.o: dummy.c/TCDEP_$${c}_$${o} =/" \
1838 -e '1,/DO NOT PUT ANYTHING AFTER/d' \
1839 -e '/IF YOU PUT ANYTHING/,$$d' \
1840 -e '/^$$/d' < .dep >> ../.tcdepa; \
1845 echo 'TCDEP_hppa_som = $$(srcdir)/config/tc-hppa.h subsegs.h \' >> .tcdepa
1846 echo ' $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> .tcdepa
1847 echo ' $$(INCDIR)/opcode/hppa.h $$(BFDDIR)/som.h' >> .tcdepa
1848 # We don't try to handle all multi cases.
1849 for c in $(CPU_TYPES); do \
1850 $(CPU_MULTI_VALID) \
1851 if [ x$${valid} = xyes ]; then \
1854 echo 'TCDEP_'"$${c}"'_multi = \' >> .tcdepa; \
1855 echo '$$(TCDEP_'"$${c}"'_coff) \' >> .tcdepa; \
1856 if [ x$${valid} = xyes ]; then \
1857 echo '$$(TCDEP_'"$${c}"'_ecoff) \' >> .tcdepa; \
1859 echo '$$(TCDEP_'"$${c}"'_elf)' >> .tcdepa; \
1862 mv -f .tcdepa .tcdep
1864 # Work out the special dependencies for the obj-*.c files.
1865 .objdep: $(OBJ_FORMAT_CFILES)
1867 if [ -d .depdir ]; then true; else mkdir .depdir; fi
1868 srcdir=`cd $(srcdir); pwd`; \
1870 for c in $(CPU_TYPES); do \
1871 for o in $(OBJ_FORMATS); do \
1873 if [ x$${valid} = xyes ]; then \
1874 echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
1875 echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \
1876 echo '#include "te-generic.h"' > targ-env.h; \
1877 echo '' > itbl-cpu.h; \
1879 cp $${srcdir}/config/obj-$${o}.c dummy.c; \
1880 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \
1881 $(DEP) -f .dep -DBFD_ASSEMBLER -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) dummy.c; \
1882 sed -e "s/dummy.o: dummy.c/OBJDEP_$${c}_$${o} =/" \
1883 -e '1,/DO NOT PUT ANYTHING AFTER/d' \
1884 -e '/IF YOU PUT ANYTHING/,$$d' \
1885 -e '/^$$/d' < .dep >> ../.objdepa; \
1890 echo 'OBJDEP_hppa_som = $$(srcdir)/config/obj-som.h subsegs.h \' >> .objdepa
1891 echo ' $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> .objdepa
1892 echo ' $$(BFDDIR)/som.h $$(INCDIR)/aout/stab_gnu.h \' >> .objdepa
1893 echo ' $$(INCDIR)/aout/stab.def' >> .objdepa
1894 # We don't try to handle all multi cases.
1895 for c in $(CPU_TYPES); do \
1896 $(CPU_MULTI_VALID) \
1897 if [ x$${valid} = xyes ]; then \
1900 echo 'OBJDEP_'"$${c}"'_multi = \' >> .objdepa; \
1901 echo '$$(OBJDEP_'"$${c}"'_coff) \' >> .objdepa; \
1902 if [ x$${valid} = xyes ]; then \
1903 echo '$$(OBJDEP_'"$${c}"'_ecoff) \' >> .objdepa; \
1905 echo '$$(OBJDEP_'"$${c}"'_elf)' >> .objdepa; \
1908 mv -f .objdepa .objdep
1910 # Work out the dependencies for each CPU/OBJ combination.
1911 # Note that SOM is a special case, because it only works native.
1912 .dep2: $(TARGET_CPU_HFILES) $(OBJ_FORMAT_HFILES)
1914 if [ -d .depdir ]; then true; else mkdir .depdir; fi
1915 srcdir=`cd $(srcdir); pwd`; \
1917 for c in $(CPU_TYPES); do \
1918 for o in $(OBJ_FORMATS); do \
1920 if [ x$${valid} = xyes ]; then \
1921 echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
1922 echo '#include "obj-'"$${o}"'.h"' > dummy.c; \
1923 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep; \
1924 $(DEP) -f .dep -DBFD_ASSEMBLER -I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES) dummy.c; \
1925 sed -e "s/dummy.o: dummy.c/DEP_$${c}_$${o} =/" \
1926 -e '1,/DO NOT PUT ANYTHING AFTER/d' \
1927 -e '/IF YOU PUT ANYTHING/,$$d' \
1928 -e '/^$$/d' < .dep >> ../.dep2a; \
1932 echo 'DEP_hppa_som = $$(BFDDIR)/som.h' >> .dep2a
1933 # We don't try to handle all multi cases.
1934 for c in $(CPU_TYPES); do \
1935 $(CPU_MULTI_VALID) \
1936 if [ x$${valid} = xyes ]; then \
1939 echo 'DEP_'"$${c}"'_multi = \' >> .dep2a; \
1940 echo '$$(DEP_'"$${c}"'_coff) \' >> .dep2a; \
1941 if [ x$${valid} = xyes ]; then \
1942 echo '$$(DEP_'"$${c}"'_ecoff) \' >> .dep2a; \
1944 echo '$$(DEP_'"$${c}"'_elf)' >> .dep2a; \
1949 dep.sed: dep-in.sed config.status
1950 srcdir=`cd $(srcdir); pwd`; \
1951 sed <$(srcdir)/dep-in.sed >dep.sed \
1952 -e "s!@INCDIR@!$${srcdir}/../include!" \
1953 -e "s!@BFDDIR@!$${srcdir}/../bfd!" \
1954 -e "s!@SRCDIR@!$${srcdir}!"
1957 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
1958 cat .dep >> tmp-Makefile
1959 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
1962 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
1963 cat .dep >> tmp-Makefile.in
1964 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1967 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
1968 cat .dep >> tmp-Makefile.am
1969 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1971 .PHONY: dep dep-in dep-am
1973 # DO NOT DELETE THIS LINE -- mkdep uses it.
1974 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1977 as.o: as.c subsegs.h $(INCDIR)/obstack.h output-file.h \
1979 atof-generic.o: atof-generic.c
1980 bignum-copy.o: bignum-copy.c
1981 cond.o: cond.c macro.h sb.h $(INCDIR)/obstack.h
1984 ehopt.o: ehopt.c subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/dwarf2.h
1985 expr.o: expr.c $(INCDIR)/obstack.h
1986 flonum-copy.o: flonum-copy.c
1987 flonum-konst.o: flonum-konst.c
1988 flonum-mult.o: flonum-mult.c
1989 frags.o: frags.c subsegs.h $(INCDIR)/obstack.h
1991 input-file.o: input-file.c input-file.h
1992 input-scrub.o: input-scrub.c input-file.h sb.h
1993 listing.o: listing.c input-file.h subsegs.h
1994 literal.o: literal.c subsegs.h $(INCDIR)/obstack.h
1995 macro.o: macro.c sb.h macro.h
1996 messages.o: messages.c
1997 output-file.o: output-file.c output-file.h
1998 read.o: read.c subsegs.h $(INCDIR)/obstack.h sb.h macro.h \
2001 stabs.o: stabs.c $(INCDIR)/obstack.h subsegs.h ecoff.h \
2002 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
2003 subsegs.o: subsegs.c subsegs.h $(INCDIR)/obstack.h
2004 symbols.o: symbols.c $(INCDIR)/obstack.h subsegs.h
2005 write.o: write.c subsegs.h $(INCDIR)/obstack.h output-file.h
2006 gasp.o: gasp.c sb.h macro.h
2007 itbl-ops.o: itbl-ops.c itbl-ops.h
2008 e-i386coff.o: $(srcdir)/config/e-i386coff.c emul.h \
2010 e-i386elf.o: $(srcdir)/config/e-i386elf.c emul.h emul-target.h
2011 e-mipsecoff.o: $(srcdir)/config/e-mipsecoff.c emul.h \
2013 e-mipself.o: $(srcdir)/config/e-mipself.c emul.h emul-target.h
2014 $(OBJS): $(DEP_@target_cpu_type@_@obj_format@)
2015 $(TARG_CPU_O): $(TCDEP_@target_cpu_type@_@obj_format@)
2016 $(OBJ_FORMAT_O): $(OBJDEP_@target_cpu_type@_@obj_format@)
2017 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
2019 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2020 # Otherwise a system limit (for SysV at least) may be exceeded.