1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 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@
$(AM_INSTALL_PROGRAM_FLAGS
)
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@
70 CATOBJEXT
= @CATOBJEXT@
72 DATADIRNAME
= @DATADIRNAME@
79 INCLUDE_LOCALE_H
= @INCLUDE_LOCALE_H@
80 INSTOBJEXT
= @INSTOBJEXT@
88 MKINSTALLDIRS
= @MKINSTALLDIRS@
91 OPCODES_LIB
= @OPCODES_LIB@
96 USE_INCLUDED_LIBINTL
= @USE_INCLUDED_LIBINTL@
98 USE_SYMBOL_UNDERSCORE
= @USE_SYMBOL_UNDERSCORE@
101 cgen_cpu_prefix
= @cgen_cpu_prefix@
102 extra_objects
= @extra_objects@
103 install_tooldir
= @install_tooldir@
105 obj_format
= @obj_format@
106 target_cpu_type
= @target_cpu_type@
109 INTLLIBS
= @INTLLIBS@
111 AUTOMAKE_OPTIONS
= cygnus dejagnu
115 tooldir
= $(exec_prefix)/$(target_alias
)
117 YACC
= `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo bison -y ; fi`
118 LEX
= `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo flex ; fi`
120 DEP
= $(srcdir)/..
/mkdep
122 TARG_CPU
= @target_cpu_type@
123 TARG_CPU_C
= $(srcdir)/config
/tc-@target_cpu_type@.c
124 TARG_CPU_O
= tc-@target_cpu_type@.o
125 TARG_CPU_H
= $(srcdir)/config
/tc-@target_cpu_type@.h
126 OBJ_FORMAT_C
= $(srcdir)/config
/obj-@obj_format@.c
127 OBJ_FORMAT_O
= obj-@obj_format@.o
128 OBJ_FORMAT_H
= $(srcdir)/config
/obj-@obj_format@.h
129 TARG_ENV_H
= $(srcdir)/config
/te-@te_file@.h
130 ATOF_TARG_C
= $(srcdir)/config
/atof-@atof@.c
131 ATOF_TARG_O
= atof-@atof@.o
133 # use @target_cpu_type@ for refering to configured target name
134 IT_HDRS
= itbl-parse.h
$(srcdir)/itbl-ops.h
135 IT_SRCS
= itbl-parse.c itbl-lex.c
$(srcdir)/itbl-ops.c
136 IT_DEPS
= $(srcdir)/itbl-parse.y
$(srcdir)/itbl-lex.l
$(srcdir)/config
/itbl-@target_cpu_type@.h
137 IT_OBJS
= itbl-parse.o itbl-lex.o itbl-ops.o
139 # CPU types. This is only used for dependency information.
175 # Object format types. This is only used for dependency information.
176 # We deliberately omit som, since it does not work as a cross assembler.
190 # This is an sh case which sets valid according to whether the CPU
191 # type in the shell variable c and the OS type in the shell variable o
192 # are supported. This helps cuts down on the amount of dependency
200 a29k | arm | i386 | i860 | m68k | mips | ns32k | sparc | tahoe | tic30 | vax
) \
210 mips | alpha
) valid
=yes
;; \
215 alpha
) valid
=yes
;; \
228 # This is like CPU_OBJ_VALID, for the obj=multi case.
233 i386 | mips
) valid
=yes
;; \
237 # Regular source files.
270 CFILES
= $(GAS_CFILES
) gasp.c itbl-ops.c
301 # CPU files in config.
303 TARGET_CPU_CFILES
= \
322 config
/tc-mn10200.c \
323 config
/tc-mn10300.c \
337 TARGET_CPU_HFILES
= \
356 config
/tc-mn10200.h \
357 config
/tc-mn10300.h \
371 # OBJ files in config
373 OBJ_FORMAT_CFILES
= \
386 OBJ_FORMAT_HFILES
= \
399 # Emulation header files in config
408 config
/te-epoc-pe.h \
409 config
/te-generic.h \
413 config
/te-i386aix.h \
422 config
/te-nbsd532.h \
423 config
/te-pc532mach.h \
428 config
/te-sparcaout.h \
434 # Multi files in config
437 config
/e-i386coff.c \
439 config
/e-mipsecoff.c \
481 OBJS
= $(CONFIG_OBJS
) $(GENERIC_OBJS
)
483 POTFILES
= $(MULTI_CFILES
) $(TARGET_ENV_HFILES
) $(OBJ_FORMAT_HFILES
) \
484 $(OBJ_FORMAT_CFILES
) $(TARGET_CPU_HFILES
) $(TARGET_CPU_CFILES
) \
485 $(HFILES
) $(CFILES
) $(GAS_CFILES
)
488 noinst_PROGRAMS
= as-new gasp-new
489 noinst_SCRIPTS
= .gdbinit
491 EXTRA_DIST
= make-gas.com
493 DISTSTUFF
= make-gas.com m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c
495 DISTCLEANFILES
= targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h
497 # Now figure out from those variables how to compile and link.
499 BASEDIR
= $(srcdir)/..
500 BFDDIR
= $(BASEDIR
)/bfd
501 INCDIR
= $(BASEDIR
)/include
503 # This is the variable actually used when we compile.
504 # Specify the directories to be searched for header files.
505 # Both . and srcdir are used, in that order,
506 # so that tm.h and config.h will be found in the compilation
507 # subdirectory rather than in the source directory.
508 INCLUDES
= -D_GNU_SOURCE
-I.
-I
$(srcdir) -I..
/bfd
-I
$(srcdir)/config
-I
$(INCDIR
) -I
$(srcdir)/..
-I
$(BFDDIR
) -I
$(srcdir)/..
/intl
-I..
/intl
-DLOCALEDIR
="\"$(prefix)/share/locale\""
510 # This should be parallel to INCLUDES, but should replace $(srcdir)
511 # with $${srcdir}, and should work in a subdirectory. This is used
512 # when building dependencies, because the dependency building is done
514 DEP_INCLUDES
= -D_GNU_SOURCE
-I..
-I
$${srcdir} -I..
/..
/bfd
-I
$${srcdir}/config
-I
$${srcdir}/..
/include -I
$${srcdir}/..
-I
$${srcdir}/..
/bfd
-I
$${srcdir}/..
/intl
-I..
/..
/intl
-DLOCALEDIR
="\"$(prefix)/share/locale\""
516 # How to link with both our special library facilities
517 # and the system's installed libraries.
519 GASLIBS
= @OPCODES_LIB@ @BFDLIB@ ..
/libiberty
/libiberty.a
521 # Files to be copied away after each stage in building.
522 STAGESTUFF
= *.o
$(noinst_PROGRAMS
)
524 as_new_SOURCES
= $(GAS_CFILES
)
525 as_new_LDADD
= $(TARG_CPU_O
) $(OBJ_FORMAT_O
) $(ATOF_TARG_O
) \
526 $(extra_objects
) $(GASLIBS
) $(INTLLIBS
)
528 as_new_DEPENDENCIES
= $(TARG_CPU_O
) $(OBJ_FORMAT_O
) $(ATOF_TARG_O
) \
529 $(extra_objects
) $(GASLIBS
) $(INTLDEPS
)
532 gasp_new_SOURCES
= gasp.c macro.c sb.c hash.c
533 gasp_new_LDADD
= ..
/libiberty
/libiberty.a
$(INTLLIBS
)
534 gasp_new_DEPENDENCIES
= ..
/libiberty
/libiberty.a
$(INTLDEPS
)
536 EXPECT
= `if [ -f $${rootme}/../expect/expect ] ; then \
537 echo $${rootme}/../expect/expect ; \
538 else echo expect ; fi`
541 RUNTEST
= `if [ -f $${srcdir}/../dejagnu/runtest ] ; then \
542 echo $${srcdir}/../dejagnu/runtest ; else echo runtest; \
547 # The m68k operand parser.
549 EXTRA_as_new_SOURCES
= config
/m68k-parse.y
551 # stand-alone itbl assembler & disassembler
553 EXTRA_PROGRAMS
= itbl-test
554 itbl_test_SOURCES
= itbl-parse.y itbl-lex.l
555 itbl_test_LDADD
= itbl-test-ops.o itbl-test.o
$(GASLIBS
) @LEXLIB@
559 CGEN_CPU_PREFIX
= @cgen_cpu_prefix@
561 # Remake the info files.
563 MOSTLYCLEANFILES
= $(STAGESTUFF
) core stamp-mk.com \
564 testsuite
/*.o testsuite
/*.out testsuite
/gas.log testsuite
/gas.sum \
565 testsuite
/site.exp site.bak site.exp stage stage1 stage2
568 CLEANFILES
= dep.sed .tcdep .objdep .dep2 .dep1 .depa .dep .depdir
572 # Automatic dependency computation. This is a real pain, because the
573 # dependencies change based on target_cpu_type and obj_format. We
574 # currently ignore any dependencies caused by emulation files.
576 DEP_FILE_DEPS
= $(CFILES
) $(HFILES
) $(TARGET_CPU_CFILES
) \
577 $(TARGET_CPU_HFILES
) $(OBJ_FORMAT_CFILES
) $(OBJ_FORMAT_HFILES
)
580 TCDEP_a29k_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-a29k.h \
581 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
$(INCDIR
)/opcode
/a29k.h
583 TCDEP_a29k_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-a29k.h \
584 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/a29k.h
$(BFDDIR
)/libcoff.h \
585 $(INCDIR
)/bfdlink.h
$(INCDIR
)/opcode
/a29k.h
587 TCDEP_a29k_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-a29k.h
$(INCDIR
)/opcode
/a29k.h
591 TCDEP_alpha_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-alpha.h \
592 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
593 subsegs.h
$(INCDIR
)/obstack.h ecoff.h
$(INCDIR
)/opcode
/alpha.h \
594 $(srcdir)/config
/atof-vax.c
596 TCDEP_alpha_ecoff
= $(srcdir)/config
/obj-ecoff.h
$(srcdir)/config
/tc-alpha.h \
597 ecoff.h
$(INCDIR
)/coff
/sym.h
$(INCDIR
)/coff
/ecoff.h \
598 subsegs.h
$(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/alpha.h \
599 $(srcdir)/config
/atof-vax.c
601 TCDEP_alpha_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
602 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
603 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-alpha.h subsegs.h \
604 $(INCDIR
)/obstack.h ecoff.h
$(INCDIR
)/coff
/sym.h
$(INCDIR
)/coff
/ecoff.h \
605 $(INCDIR
)/opcode
/alpha.h
$(INCDIR
)/elf
/alpha.h
$(INCDIR
)/elf
/reloc-macros.h \
606 $(srcdir)/config
/atof-vax.c
608 TCDEP_alpha_evax
= $(srcdir)/config
/obj-evax.h
$(srcdir)/config
/tc-alpha.h \
609 subsegs.h
$(INCDIR
)/obstack.h ecoff.h
$(INCDIR
)/opcode
/alpha.h \
610 $(srcdir)/config
/atof-vax.c
612 TCDEP_arc_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-arc.h \
613 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
614 subsegs.h
$(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/arc.h \
615 $(INCDIR
)/elf
/arc.h
$(INCDIR
)/elf
/reloc-macros.h
617 TCDEP_arc_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
618 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
619 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-arc.h subsegs.h \
620 $(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/arc.h
$(INCDIR
)/elf
/arc.h \
621 $(INCDIR
)/elf
/reloc-macros.h
623 TCDEP_arm_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-arm.h \
624 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h subsegs.h
$(INCDIR
)/obstack.h
626 TCDEP_arm_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-arm.h \
627 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/arm.h
$(BFDDIR
)/libcoff.h \
628 $(INCDIR
)/bfdlink.h subsegs.h
$(INCDIR
)/obstack.h
630 TCDEP_arm_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
631 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
632 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-arm.h subsegs.h \
633 $(INCDIR
)/obstack.h
$(INCDIR
)/elf
/arm.h
$(INCDIR
)/elf
/reloc-macros.h
635 TCDEP_d10v_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-d10v.h \
636 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
637 subsegs.h
$(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/d10v.h \
638 $(INCDIR
)/elf
/ppc.h
$(INCDIR
)/elf
/reloc-macros.h
640 TCDEP_d10v_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
641 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
642 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-d10v.h subsegs.h \
643 $(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/d10v.h
$(INCDIR
)/elf
/ppc.h \
644 $(INCDIR
)/elf
/reloc-macros.h
646 TCDEP_d30v_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-d30v.h \
647 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
648 subsegs.h
$(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/d30v.h
650 TCDEP_d30v_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
651 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
652 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-d30v.h subsegs.h \
653 $(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/d30v.h
655 TCDEP_fr30_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-fr30.h \
656 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
657 subsegs.h
$(INCDIR
)/obstack.h
$(INCDIR
)/symcat.h
$(srcdir)/..
/opcodes
/fr30-desc.h \
658 $(INCDIR
)/opcode
/cgen.h
$(srcdir)/..
/opcodes
/fr30-opc.h \
661 TCDEP_fr30_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
662 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
663 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-fr30.h subsegs.h \
664 $(INCDIR
)/obstack.h
$(INCDIR
)/symcat.h
$(srcdir)/..
/opcodes
/fr30-desc.h \
665 $(INCDIR
)/opcode
/cgen.h
$(srcdir)/..
/opcodes
/fr30-opc.h \
668 TCDEP_h8300_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-h8300.h \
669 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/h8300.h
$(BFDDIR
)/libcoff.h \
670 $(INCDIR
)/bfdlink.h subsegs.h
$(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/h8300.h
672 TCDEP_h8300_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
673 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
674 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-h8300.h subsegs.h \
675 $(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/h8300.h
677 TCDEP_h8500_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-h8500.h \
678 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/h8500.h
$(BFDDIR
)/libcoff.h \
679 $(INCDIR
)/bfdlink.h subsegs.h
$(INCDIR
)/obstack.h
$(srcdir)/..
/opcodes
/h8500-opc.h
681 TCDEP_h8500_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
682 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
683 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-h8500.h subsegs.h \
684 $(INCDIR
)/obstack.h
$(srcdir)/..
/opcodes
/h8500-opc.h
686 TCDEP_hppa_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-hppa.h \
687 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
688 subsegs.h
$(INCDIR
)/obstack.h
$(BFDDIR
)/libhppa.h
$(BFDDIR
)/libbfd.h \
689 $(INCDIR
)/opcode
/hppa.h
691 TCDEP_hppa_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
692 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
693 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-hppa.h
$(BFDDIR
)/elf32-hppa.h \
694 $(BFDDIR
)/libhppa.h
$(INCDIR
)/elf
/hppa.h
$(INCDIR
)/elf
/reloc-macros.h \
695 subsegs.h
$(INCDIR
)/obstack.h
$(BFDDIR
)/libbfd.h
$(INCDIR
)/opcode
/hppa.h
697 TCDEP_i386_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-i386.h \
698 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h subsegs.h
$(INCDIR
)/obstack.h \
699 $(INCDIR
)/opcode
/i386.h
701 TCDEP_i386_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-i386.h \
702 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/i386.h
$(BFDDIR
)/libcoff.h \
703 $(INCDIR
)/bfdlink.h subsegs.h
$(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/i386.h
705 TCDEP_i386_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
706 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
707 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-i386.h subsegs.h \
708 $(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/i386.h
710 TCDEP_i860_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-i860.h \
711 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
$(INCDIR
)/opcode
/i860.h
713 TCDEP_i860_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-i860.h \
714 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
715 $(INCDIR
)/opcode
/i860.h
717 TCDEP_i860_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
718 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
719 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-i860.h
$(INCDIR
)/opcode
/i860.h
721 TCDEP_i960_bout
= $(srcdir)/config
/obj-bout.h
$(srcdir)/config
/tc-i960.h \
722 $(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/i960.h
724 TCDEP_i960_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-i960.h \
725 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/i960.h
$(BFDDIR
)/libcoff.h \
726 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/i960.h
728 TCDEP_i960_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-i960.h
$(INCDIR
)/obstack.h \
731 $(INCDIR
)/opcode
/i960.h
733 TCDEP_m32r_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-m32r.h \
734 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
735 subsegs.h
$(INCDIR
)/obstack.h
$(INCDIR
)/symcat.h
$(srcdir)/..
/opcodes
/m32r-desc.h \
736 $(INCDIR
)/opcode
/cgen.h
$(srcdir)/..
/opcodes
/m32r-opc.h \
739 TCDEP_m32r_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
740 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
741 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-m32r.h subsegs.h \
742 $(INCDIR
)/obstack.h
$(INCDIR
)/symcat.h
$(srcdir)/..
/opcodes
/m32r-desc.h \
743 $(INCDIR
)/opcode
/cgen.h
$(srcdir)/..
/opcodes
/m32r-opc.h \
746 TCDEP_m68k_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-m68k.h \
747 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h \
748 subsegs.h
$(INCDIR
)/opcode
/m68k.h
$(srcdir)/config
/m68k-parse.h
750 TCDEP_m68k_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-m68k.h \
751 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/m68k.h
$(BFDDIR
)/libcoff.h \
752 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
$(INCDIR
)/opcode
/m68k.h \
753 $(srcdir)/config
/m68k-parse.h
755 TCDEP_m68k_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
756 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
757 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-m68k.h
$(INCDIR
)/obstack.h \
758 subsegs.h
$(INCDIR
)/opcode
/m68k.h
$(srcdir)/config
/m68k-parse.h \
759 $(INCDIR
)/elf
/m68k.h
$(INCDIR
)/elf
/reloc-macros.h
761 TCDEP_m68k_hp300
= $(srcdir)/config
/obj-hp300.h
$(srcdir)/config
/obj-aout.h \
762 $(srcdir)/config
/tc-m68k.h
$(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h \
763 $(INCDIR
)/obstack.h subsegs.h
$(INCDIR
)/opcode
/m68k.h \
764 $(srcdir)/config
/m68k-parse.h
766 TCDEP_m88k_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-m88k.h \
767 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/m88k.h
$(BFDDIR
)/libcoff.h \
768 $(INCDIR
)/bfdlink.h subsegs.h
$(INCDIR
)/obstack.h
$(srcdir)/config
/m88k-opcode.h
770 TCDEP_m88k_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
771 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
772 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-m88k.h subsegs.h \
773 $(INCDIR
)/obstack.h
$(srcdir)/config
/m88k-opcode.h
775 TCDEP_mcore_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-mcore.h \
776 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/mcore.h
$(BFDDIR
)/libcoff.h \
777 $(INCDIR
)/bfdlink.h subsegs.h
$(INCDIR
)/obstack.h
$(srcdir)/..
/opcodes
/mcore-opc.h
779 TCDEP_mcore_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
780 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
781 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mcore.h subsegs.h \
782 $(INCDIR
)/obstack.h
$(srcdir)/..
/opcodes
/mcore-opc.h \
783 $(INCDIR
)/elf
/mcore.h
$(INCDIR
)/elf
/reloc-macros.h
785 TCDEP_mips_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-mips.h \
786 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h subsegs.h
$(INCDIR
)/obstack.h \
787 $(INCDIR
)/opcode
/mips.h itbl-ops.h ecoff.h
$(INCDIR
)/coff
/sym.h \
788 $(INCDIR
)/coff
/ecoff.h
790 TCDEP_mips_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-mips.h \
791 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
792 subsegs.h
$(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/mips.h \
793 itbl-ops.h ecoff.h
$(INCDIR
)/coff
/sym.h
$(INCDIR
)/coff
/ecoff.h
795 TCDEP_mips_ecoff
= $(srcdir)/config
/obj-ecoff.h
$(srcdir)/config
/tc-mips.h \
796 ecoff.h
$(INCDIR
)/coff
/sym.h
$(INCDIR
)/coff
/ecoff.h \
797 subsegs.h
$(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/mips.h \
800 TCDEP_mips_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
801 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
802 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mips.h subsegs.h \
803 $(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/mips.h itbl-ops.h \
804 $(INCDIR
)/elf
/mips.h
$(INCDIR
)/elf
/reloc-macros.h ecoff.h \
805 $(INCDIR
)/coff
/sym.h
$(INCDIR
)/coff
/ecoff.h
807 TCDEP_mn10200_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-mn10200.h \
808 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
809 subsegs.h
$(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/mn10200.h
811 TCDEP_mn10200_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-mn10200.h subsegs.h \
814 $(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/mn10200.h
816 TCDEP_mn10300_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-mn10300.h \
817 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
818 subsegs.h
$(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/mn10300.h
820 TCDEP_mn10300_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
821 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
822 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mn10300.h subsegs.h \
823 $(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/mn10300.h
825 TCDEP_ns32k_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-ns32k.h \
826 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
$(INCDIR
)/opcode
/ns32k.h \
829 TCDEP_ns32k_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-ns32k.h \
830 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
831 $(INCDIR
)/opcode
/ns32k.h
$(INCDIR
)/obstack.h
833 TCDEP_ns32k_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
834 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
835 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-ns32k.h
$(INCDIR
)/opcode
/ns32k.h \
838 TCDEP_ppc_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-ppc.h \
839 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/rs6000.h
$(BFDDIR
)/libcoff.h \
840 $(INCDIR
)/bfdlink.h subsegs.h
$(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/ppc.h
842 TCDEP_ppc_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
843 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
844 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-ppc.h subsegs.h \
845 $(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/ppc.h
$(INCDIR
)/elf
/ppc.h \
846 $(INCDIR
)/elf
/reloc-macros.h
848 TCDEP_sh_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-sh.h \
849 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/sh.h
$(BFDDIR
)/libcoff.h \
850 $(INCDIR
)/bfdlink.h subsegs.h
$(INCDIR
)/obstack.h
$(srcdir)/..
/opcodes
/sh-opc.h
852 TCDEP_sh_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
853 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
854 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-sh.h subsegs.h \
855 $(INCDIR
)/obstack.h
$(srcdir)/..
/opcodes
/sh-opc.h
857 TCDEP_sparc_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-sparc.h \
858 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h subsegs.h
$(INCDIR
)/obstack.h \
859 $(INCDIR
)/opcode
/sparc.h
861 TCDEP_sparc_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-sparc.h \
862 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/sparc.h
$(BFDDIR
)/libcoff.h \
863 $(INCDIR
)/bfdlink.h subsegs.h
$(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/sparc.h
865 TCDEP_sparc_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
866 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
867 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-sparc.h subsegs.h \
868 $(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/sparc.h
$(INCDIR
)/elf
/sparc.h \
869 $(INCDIR
)/elf
/reloc-macros.h
871 TCDEP_tahoe_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-tahoe.h \
872 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h \
873 $(INCDIR
)/opcode
/tahoe.h
875 TCDEP_tahoe_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-tahoe.h \
876 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
877 $(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/tahoe.h
879 TCDEP_tahoe_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
880 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
881 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-tahoe.h
$(INCDIR
)/obstack.h \
882 $(INCDIR
)/opcode
/tahoe.h
884 TCDEP_tic30_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-tic30.h \
885 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
$(INCDIR
)/opcode
/tic30.h
887 TCDEP_tic30_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-tic30.h \
888 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/tic30.h
$(BFDDIR
)/libcoff.h \
889 $(INCDIR
)/bfdlink.h
$(INCDIR
)/opcode
/tic30.h
891 TCDEP_tic30_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
892 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
893 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-tic30.h
$(INCDIR
)/opcode
/tic30.h
895 TCDEP_tic80_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-tic80.h \
896 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/tic80.h
$(BFDDIR
)/libcoff.h \
897 $(INCDIR
)/bfdlink.h
$(INCDIR
)/opcode
/tic80.h
899 TCDEP_tic80_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
900 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
901 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-tic80.h
$(INCDIR
)/opcode
/tic80.h
903 TCDEP_vax_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-vax.h \
904 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/vax-inst.h \
905 $(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/vax.h
907 TCDEP_vax_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-vax.h \
908 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
909 $(srcdir)/config
/vax-inst.h
$(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/vax.h
911 TCDEP_vax_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
912 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
913 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-vax.h
$(srcdir)/config
/vax-inst.h \
914 $(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/vax.h
916 TCDEP_vax_vms
= $(srcdir)/config
/obj-vms.h
$(srcdir)/config
/tc-vax.h \
917 $(INCDIR
)/aout
/stab_gnu.h
$(INCDIR
)/aout
/stab.def
$(srcdir)/config
/vax-inst.h \
918 $(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/vax.h
920 TCDEP_w65_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-w65.h \
921 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/w65.h
$(BFDDIR
)/libcoff.h \
922 $(INCDIR
)/bfdlink.h subsegs.h
$(INCDIR
)/obstack.h
$(srcdir)/..
/opcodes
/w65-opc.h
924 TCDEP_w65_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
925 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
926 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-w65.h subsegs.h \
927 $(INCDIR
)/obstack.h
$(srcdir)/..
/opcodes
/w65-opc.h
929 TCDEP_v850_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-v850.h \
930 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
931 subsegs.h
$(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/v850.h
933 TCDEP_v850_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
934 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
935 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-v850.h subsegs.h \
936 $(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/v850.h
938 TCDEP_z8k_coff
= $(srcdir)/..
/opcodes
/z8k-opc.h
$(srcdir)/config
/obj-coff.h \
939 $(srcdir)/config
/tc-z8k.h
$(INCDIR
)/coff
/internal.h \
940 $(INCDIR
)/coff
/z8k.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
942 TCDEP_z8k_elf
= $(srcdir)/..
/opcodes
/z8k-opc.h
$(srcdir)/config
/obj-elf.h \
943 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
944 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-z8k.h
946 TCDEP_hppa_som
= $(srcdir)/config
/tc-hppa.h subsegs.h \
947 $(INCDIR
)/obstack.h
$(BFDDIR
)/libhppa.h
$(INCDIR
)/opcode
/hppa.h \
950 TCDEP_i386_multi
= $(TCDEP_i386_coff
) $(TCDEP_i386_elf
)
951 TCDEP_mips_multi
= $(TCDEP_mips_coff
) $(TCDEP_mips_ecoff
) \
954 OBJDEP_a29k_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-a29k.h \
955 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
$(INCDIR
)/aout
/aout64.h \
958 OBJDEP_a29k_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-a29k.h \
959 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/a29k.h
$(BFDDIR
)/libcoff.h \
960 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
962 OBJDEP_a29k_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
963 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
964 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-a29k.h subsegs.h \
965 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
967 OBJDEP_alpha_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-alpha.h \
968 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
969 $(INCDIR
)/obstack.h subsegs.h
971 OBJDEP_alpha_ecoff
= $(srcdir)/config
/obj-ecoff.h
$(srcdir)/config
/tc-alpha.h \
972 ecoff.h
$(INCDIR
)/coff
/sym.h
$(INCDIR
)/coff
/ecoff.h \
973 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
976 OBJDEP_alpha_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-alpha.h subsegs.h \
979 $(INCDIR
)/obstack.h ecoff.h
$(INCDIR
)/coff
/sym.h
$(INCDIR
)/coff
/ecoff.h \
980 $(INCDIR
)/elf
/alpha.h
$(INCDIR
)/elf
/reloc-macros.h \
981 $(INCDIR
)/aout
/aout64.h
983 OBJDEP_alpha_evax
= $(srcdir)/config
/obj-evax.h
$(srcdir)/config
/tc-alpha.h
984 OBJDEP_arc_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-arc.h \
985 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
986 $(INCDIR
)/obstack.h subsegs.h
988 OBJDEP_arc_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
989 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
990 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-arc.h subsegs.h \
991 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
993 OBJDEP_arm_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-arm.h \
994 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
$(INCDIR
)/aout
/aout64.h \
997 OBJDEP_arm_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-arm.h \
998 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/arm.h
$(BFDDIR
)/libcoff.h \
999 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1001 OBJDEP_arm_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1002 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1003 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-arm.h subsegs.h \
1004 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1006 OBJDEP_d10v_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-d10v.h \
1007 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
1008 $(INCDIR
)/obstack.h subsegs.h
1010 OBJDEP_d10v_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1011 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1012 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-d10v.h subsegs.h \
1013 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1015 OBJDEP_d30v_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-d30v.h \
1016 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
1017 $(INCDIR
)/obstack.h subsegs.h
1019 OBJDEP_d30v_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1020 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1021 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-d30v.h subsegs.h \
1022 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1024 OBJDEP_fr30_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-fr30.h \
1025 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
1026 $(INCDIR
)/obstack.h subsegs.h
1028 OBJDEP_fr30_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-fr30.h subsegs.h \
1031 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1033 OBJDEP_h8300_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-h8300.h \
1034 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/h8300.h
$(BFDDIR
)/libcoff.h \
1035 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1037 OBJDEP_h8300_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1038 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1039 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-h8300.h subsegs.h \
1040 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1042 OBJDEP_h8500_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-h8500.h \
1043 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/h8500.h
$(BFDDIR
)/libcoff.h \
1044 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1046 OBJDEP_h8500_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1047 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1048 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-h8500.h subsegs.h \
1049 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1051 OBJDEP_hppa_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-hppa.h \
1052 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
1053 $(INCDIR
)/obstack.h subsegs.h
1055 OBJDEP_hppa_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1056 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1057 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-hppa.h
$(BFDDIR
)/elf32-hppa.h \
1058 $(BFDDIR
)/libhppa.h
$(INCDIR
)/elf
/hppa.h
$(INCDIR
)/elf
/reloc-macros.h \
1059 subsegs.h
$(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1061 OBJDEP_i386_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-i386.h \
1062 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
$(INCDIR
)/aout
/aout64.h \
1065 OBJDEP_i386_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-i386.h \
1066 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/i386.h
$(BFDDIR
)/libcoff.h \
1067 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1069 OBJDEP_i386_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1070 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1071 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-i386.h subsegs.h \
1072 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1074 OBJDEP_i860_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-i860.h \
1075 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
$(INCDIR
)/aout
/aout64.h \
1078 OBJDEP_i860_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-i860.h \
1079 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
1080 $(INCDIR
)/obstack.h subsegs.h
1082 OBJDEP_i860_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1083 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1084 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-i860.h subsegs.h \
1085 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1087 OBJDEP_i960_bout
= $(srcdir)/config
/obj-bout.h
$(srcdir)/config
/tc-i960.h \
1090 OBJDEP_i960_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-i960.h \
1091 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/i960.h
$(BFDDIR
)/libcoff.h \
1092 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1094 OBJDEP_i960_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-i960.h subsegs.h \
1097 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1099 OBJDEP_m32r_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-m32r.h \
1100 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
1101 $(INCDIR
)/obstack.h subsegs.h
1103 OBJDEP_m32r_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1104 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1105 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-m32r.h subsegs.h \
1106 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1108 OBJDEP_m68k_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-m68k.h \
1109 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
$(INCDIR
)/aout
/aout64.h \
1112 OBJDEP_m68k_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-m68k.h \
1113 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/m68k.h
$(BFDDIR
)/libcoff.h \
1114 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1116 OBJDEP_m68k_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-m68k.h subsegs.h \
1119 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1121 OBJDEP_m68k_hp300
= $(srcdir)/config
/obj-aout.c
$(srcdir)/config
/obj-hp300.h \
1122 $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-m68k.h \
1123 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
$(INCDIR
)/aout
/aout64.h \
1126 OBJDEP_m88k_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-m88k.h \
1127 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/m88k.h
$(BFDDIR
)/libcoff.h \
1128 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1130 OBJDEP_m88k_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1131 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1132 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-m88k.h subsegs.h \
1133 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1135 OBJDEP_mcore_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-mcore.h \
1136 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/mcore.h
$(BFDDIR
)/libcoff.h \
1137 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1139 OBJDEP_mcore_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1140 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1141 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mcore.h subsegs.h \
1142 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1144 OBJDEP_mips_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-mips.h \
1145 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
$(INCDIR
)/aout
/aout64.h \
1148 OBJDEP_mips_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-mips.h \
1149 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
1150 $(INCDIR
)/obstack.h subsegs.h
1152 OBJDEP_mips_ecoff
= $(srcdir)/config
/obj-ecoff.h
$(srcdir)/config
/tc-mips.h \
1153 ecoff.h
$(INCDIR
)/coff
/sym.h
$(INCDIR
)/coff
/ecoff.h \
1154 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
1155 $(BFDDIR
)/libecoff.h
1157 OBJDEP_mips_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1158 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1159 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mips.h subsegs.h \
1160 $(INCDIR
)/obstack.h ecoff.h
$(INCDIR
)/coff
/sym.h
$(INCDIR
)/coff
/ecoff.h \
1161 $(INCDIR
)/elf
/mips.h
$(INCDIR
)/elf
/reloc-macros.h
$(INCDIR
)/aout
/aout64.h
1163 OBJDEP_mn10200_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-mn10200.h \
1164 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
1165 $(INCDIR
)/obstack.h subsegs.h
1167 OBJDEP_mn10200_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1168 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1169 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mn10200.h subsegs.h \
1170 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1172 OBJDEP_mn10300_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-mn10300.h \
1173 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
1174 $(INCDIR
)/obstack.h subsegs.h
1176 OBJDEP_mn10300_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1177 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1178 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mn10300.h subsegs.h \
1179 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1181 OBJDEP_ns32k_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-ns32k.h \
1182 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
$(INCDIR
)/aout
/aout64.h \
1185 OBJDEP_ns32k_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-ns32k.h \
1186 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
1187 $(INCDIR
)/obstack.h subsegs.h
1189 OBJDEP_ns32k_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-ns32k.h subsegs.h \
1192 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1194 OBJDEP_ppc_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-ppc.h \
1195 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/rs6000.h
$(BFDDIR
)/libcoff.h \
1196 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1198 OBJDEP_ppc_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1199 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1200 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-ppc.h subsegs.h \
1201 $(INCDIR
)/obstack.h
$(INCDIR
)/elf
/ppc.h
$(INCDIR
)/elf
/reloc-macros.h \
1202 $(INCDIR
)/aout
/aout64.h
1204 OBJDEP_sh_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-sh.h \
1205 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/sh.h
$(BFDDIR
)/libcoff.h \
1206 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1208 OBJDEP_sh_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1209 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1210 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-sh.h subsegs.h \
1211 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1213 OBJDEP_sparc_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-sparc.h \
1214 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
$(INCDIR
)/aout
/aout64.h \
1217 OBJDEP_sparc_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-sparc.h \
1218 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/sparc.h
$(BFDDIR
)/libcoff.h \
1219 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1221 OBJDEP_sparc_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1222 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1223 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-sparc.h subsegs.h \
1224 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1226 OBJDEP_tahoe_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-tahoe.h \
1227 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
$(INCDIR
)/aout
/aout64.h \
1230 OBJDEP_tahoe_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-tahoe.h \
1231 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
1232 $(INCDIR
)/obstack.h subsegs.h
1234 OBJDEP_tahoe_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1235 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1236 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-tahoe.h subsegs.h \
1237 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1239 OBJDEP_tic30_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-tic30.h \
1240 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
$(INCDIR
)/aout
/aout64.h \
1243 OBJDEP_tic30_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-tic30.h \
1244 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/tic30.h
$(BFDDIR
)/libcoff.h \
1245 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1247 OBJDEP_tic30_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1248 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1249 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-tic30.h subsegs.h \
1250 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1252 OBJDEP_tic80_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-tic80.h \
1253 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/tic80.h
$(BFDDIR
)/libcoff.h \
1254 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1256 OBJDEP_tic80_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1257 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1258 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-tic80.h subsegs.h \
1259 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1261 OBJDEP_vax_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-vax.h \
1262 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
$(INCDIR
)/aout
/aout64.h \
1265 OBJDEP_vax_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-vax.h \
1266 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
1267 $(INCDIR
)/obstack.h subsegs.h
1269 OBJDEP_vax_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1270 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1271 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-vax.h subsegs.h \
1272 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1274 OBJDEP_vax_vms
= $(srcdir)/config
/obj-vms.h
$(srcdir)/config
/tc-vax.h \
1275 $(INCDIR
)/aout
/stab_gnu.h
$(INCDIR
)/aout
/stab.def subsegs.h \
1278 OBJDEP_w65_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-w65.h \
1279 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/w65.h
$(BFDDIR
)/libcoff.h \
1280 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1282 OBJDEP_w65_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1283 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1284 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-w65.h subsegs.h \
1285 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1287 OBJDEP_v850_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-v850.h \
1288 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
1289 $(INCDIR
)/obstack.h subsegs.h
1291 OBJDEP_v850_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1292 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1293 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-v850.h subsegs.h \
1294 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1296 OBJDEP_z8k_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-z8k.h \
1297 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/z8k.h
$(BFDDIR
)/libcoff.h \
1298 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1300 OBJDEP_z8k_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1301 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1302 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-z8k.h subsegs.h \
1303 $(INCDIR
)/obstack.h
$(INCDIR
)/aout
/aout64.h
1305 OBJDEP_hppa_som
= $(srcdir)/config
/obj-som.h subsegs.h \
1306 $(INCDIR
)/obstack.h
$(BFDDIR
)/libhppa.h
$(BFDDIR
)/som.h \
1307 $(INCDIR
)/aout
/stab_gnu.h
$(INCDIR
)/aout
/stab.def
1309 OBJDEP_i386_multi
= $(OBJDEP_i386_coff
) $(OBJDEP_i386_elf
)
1310 OBJDEP_mips_multi
= $(OBJDEP_mips_coff
) $(OBJDEP_mips_ecoff
) \
1313 DEP_a29k_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-a29k.h \
1314 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
1316 DEP_a29k_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-a29k.h \
1317 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/a29k.h
$(BFDDIR
)/libcoff.h \
1320 DEP_a29k_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1321 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1322 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-a29k.h
1324 DEP_alpha_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-alpha.h \
1325 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1327 DEP_alpha_ecoff
= $(srcdir)/config
/obj-ecoff.h
$(srcdir)/config
/tc-alpha.h \
1328 ecoff.h
$(INCDIR
)/coff
/sym.h
$(INCDIR
)/coff
/ecoff.h
1330 DEP_alpha_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1331 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1332 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-alpha.h
1334 DEP_alpha_evax
= $(srcdir)/config
/obj-evax.h
$(srcdir)/config
/tc-alpha.h
1335 DEP_arc_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-arc.h \
1336 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1338 DEP_arc_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1339 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1340 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-arc.h
1342 DEP_arm_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-arm.h \
1343 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
1345 DEP_arm_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-arm.h \
1346 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/arm.h
$(BFDDIR
)/libcoff.h \
1349 DEP_arm_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1350 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1351 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-arm.h
1353 DEP_d10v_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-d10v.h \
1354 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1356 DEP_d10v_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1357 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1358 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-d10v.h
1360 DEP_d30v_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-d30v.h \
1361 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1363 DEP_d30v_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1364 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1365 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-d30v.h
1367 DEP_fr30_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-fr30.h \
1368 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1370 DEP_fr30_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1371 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1372 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-fr30.h
1374 DEP_h8300_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-h8300.h \
1375 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/h8300.h
$(BFDDIR
)/libcoff.h \
1378 DEP_h8300_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1379 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1380 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-h8300.h
1382 DEP_h8500_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-h8500.h \
1383 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/h8500.h
$(BFDDIR
)/libcoff.h \
1386 DEP_h8500_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1387 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1388 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-h8500.h
1390 DEP_hppa_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-hppa.h \
1391 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1393 DEP_hppa_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1394 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1395 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-hppa.h
$(BFDDIR
)/elf32-hppa.h \
1396 $(BFDDIR
)/libhppa.h
$(INCDIR
)/elf
/hppa.h
$(INCDIR
)/elf
/reloc-macros.h
1398 DEP_i386_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-i386.h \
1399 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
1401 DEP_i386_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-i386.h \
1402 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/i386.h
$(BFDDIR
)/libcoff.h \
1405 DEP_i386_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1406 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1407 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-i386.h
1409 DEP_i860_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-i860.h \
1410 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
1412 DEP_i860_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-i860.h \
1413 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1415 DEP_i860_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1416 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1417 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-i860.h
1419 DEP_i960_bout
= $(srcdir)/config
/obj-bout.h
$(srcdir)/config
/tc-i960.h
1420 DEP_i960_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-i960.h \
1421 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/i960.h
$(BFDDIR
)/libcoff.h \
1424 DEP_i960_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1425 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1426 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-i960.h
1428 DEP_m32r_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-m32r.h \
1429 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1431 DEP_m32r_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1432 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1433 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-m32r.h
1435 DEP_m68k_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-m68k.h \
1436 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
1438 DEP_m68k_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-m68k.h \
1439 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/m68k.h
$(BFDDIR
)/libcoff.h \
1442 DEP_m68k_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1443 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1444 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-m68k.h
1446 DEP_m68k_hp300
= $(srcdir)/config
/obj-hp300.h
$(srcdir)/config
/obj-aout.h \
1447 $(srcdir)/config
/tc-m68k.h
$(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
1449 DEP_m88k_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-m88k.h \
1450 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/m88k.h
$(BFDDIR
)/libcoff.h \
1453 DEP_m88k_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1454 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1455 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-m88k.h
1457 DEP_mcore_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-mcore.h \
1458 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/mcore.h
$(BFDDIR
)/libcoff.h \
1461 DEP_mcore_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1462 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1463 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mcore.h
1465 DEP_mips_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-mips.h \
1466 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
1468 DEP_mips_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-mips.h \
1469 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1471 DEP_mips_ecoff
= $(srcdir)/config
/obj-ecoff.h
$(srcdir)/config
/tc-mips.h \
1472 ecoff.h
$(INCDIR
)/coff
/sym.h
$(INCDIR
)/coff
/ecoff.h
1474 DEP_mips_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1475 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1476 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mips.h
1478 DEP_mn10200_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-mn10200.h \
1479 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1481 DEP_mn10200_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1482 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1483 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mn10200.h
1485 DEP_mn10300_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-mn10300.h \
1486 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1488 DEP_mn10300_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1489 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1490 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mn10300.h
1492 DEP_ns32k_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-ns32k.h \
1493 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
1495 DEP_ns32k_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-ns32k.h \
1496 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1498 DEP_ns32k_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1499 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1500 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-ns32k.h
1502 DEP_ppc_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-ppc.h \
1503 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/rs6000.h
$(BFDDIR
)/libcoff.h \
1506 DEP_ppc_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1507 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1508 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-ppc.h
1510 DEP_sh_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-sh.h \
1511 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/sh.h
$(BFDDIR
)/libcoff.h \
1514 DEP_sh_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1515 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1516 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-sh.h
1518 DEP_sparc_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-sparc.h \
1519 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
1521 DEP_sparc_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-sparc.h \
1522 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/sparc.h
$(BFDDIR
)/libcoff.h \
1525 DEP_sparc_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1526 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1527 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-sparc.h
1529 DEP_tahoe_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-tahoe.h \
1530 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
1532 DEP_tahoe_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-tahoe.h \
1533 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1535 DEP_tahoe_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1536 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1537 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-tahoe.h
1539 DEP_tic30_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-tic30.h \
1540 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
1542 DEP_tic30_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-tic30.h \
1543 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/tic30.h
$(BFDDIR
)/libcoff.h \
1546 DEP_tic30_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1547 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1548 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-tic30.h
1550 DEP_tic80_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-tic80.h \
1551 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/tic80.h
$(BFDDIR
)/libcoff.h \
1554 DEP_tic80_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1555 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1556 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-tic80.h
1558 DEP_vax_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-vax.h \
1559 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
1561 DEP_vax_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-vax.h \
1562 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1564 DEP_vax_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1565 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1566 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-vax.h
1568 DEP_vax_vms
= $(srcdir)/config
/obj-vms.h
$(srcdir)/config
/tc-vax.h \
1569 $(INCDIR
)/aout
/stab_gnu.h
$(INCDIR
)/aout
/stab.def
1571 DEP_w65_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-w65.h \
1572 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/w65.h
$(BFDDIR
)/libcoff.h \
1575 DEP_w65_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1576 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1577 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-w65.h
1579 DEP_v850_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-v850.h \
1580 $(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1582 DEP_v850_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1583 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1584 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-v850.h
1586 DEP_z8k_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-z8k.h \
1587 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/z8k.h
$(BFDDIR
)/libcoff.h \
1590 DEP_z8k_elf
= $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
1591 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
1592 $(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-z8k.h
1594 DEP_hppa_som
= $(BFDDIR
)/som.h
1595 DEP_i386_multi
= $(DEP_i386_coff
) $(DEP_i386_elf
)
1596 DEP_mips_multi
= $(DEP_mips_coff
) $(DEP_mips_ecoff
) \
1599 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
1600 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/..
/mkinstalldirs
1601 CONFIG_HEADER
= config.h
1602 CONFIG_CLEAN_FILES
= .gdbinit
1603 noinst_PROGRAMS
= as-new
$(EXEEXT
) gasp-new
$(EXEEXT
)
1604 PROGRAMS
= $(noinst_PROGRAMS
)
1607 DEFS
= @DEFS@
-I.
-I
$(srcdir) -I.
1608 CPPFLAGS
= @CPPFLAGS@
1611 itbl_test_OBJECTS
= itbl-parse.o itbl-lex.o
1612 itbl_test_DEPENDENCIES
= itbl-test-ops.o itbl-test.o \
1613 ..
/libiberty
/libiberty.a
1615 as_new_OBJECTS
= app.o
as.o atof-generic.o bignum-copy.o cond.o \
1616 depend.o dwarf2dbg.o ecoff.o ehopt.o expr.o flonum-copy.o \
1617 flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o \
1618 listing.o literal.o macro.o messages.o output-file.o read.o sb.o \
1619 stabs.o subsegs.o symbols.o write.o
1621 gasp_new_OBJECTS
= gasp.o macro.o sb.o hash.o
1623 SCRIPTS
= $(noinst_SCRIPTS
)
1625 LEX_OUTPUT_ROOT
= @LEX_OUTPUT_ROOT@
1627 YLWRAP
= $(top_srcdir
)/..
/ylwrap
1629 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
1630 LTCOMPILE
= $(LIBTOOL
) --mode
=compile
$(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
1632 LINK
= $(LIBTOOL
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(LDFLAGS
) -o
$@
1633 DIST_COMMON
= README .
/stamp-h.in COPYING ChangeLog Makefile.am \
1634 Makefile.in NEWS acinclude.m4 aclocal.m4 config.in config
/m68k-parse.c \
1635 configure configure.in gdbinit.in itbl-lex.c itbl-parse.c
1638 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
1642 SOURCES
= $(itbl_test_SOURCES
) $(as_new_SOURCES
) $(EXTRA_as_new_SOURCES
) $(gasp_new_SOURCES
)
1643 OBJECTS
= $(itbl_test_OBJECTS
) $(as_new_OBJECTS
) $(gasp_new_OBJECTS
)
1647 .SUFFIXES
: .S .c .l .lo .o .s .y
1648 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@ Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
1649 cd
$(top_srcdir
) && $(AUTOMAKE
) --cygnus Makefile
1651 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
1652 cd
$(top_builddir
) \
1653 && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
1655 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
1656 cd
$(srcdir) && $(ACLOCAL
)
1658 config.status
: $(srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
1659 $(SHELL
) .
/config.status
--recheck
1660 $(srcdir)/configure
: @MAINTAINER_MODE_TRUE@
$(srcdir)/configure.in
$(ACLOCAL_M4
) $(CONFIGURE_DEPENDENCIES
)
1661 cd
$(srcdir) && $(AUTOCONF
)
1664 @if
test ! -f
$@
; then \
1668 stamp-h
: $(srcdir)/config.in
$(top_builddir
)/config.status
1669 cd
$(top_builddir
) \
1670 && CONFIG_FILES
= CONFIG_HEADERS
=config.h
:config.in \
1671 $(SHELL
) .
/config.status
1672 @echo timestamp
> stamp-h
2> /dev
/null
1673 $(srcdir)/config.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/stamp-h.in
1674 @if
test ! -f
$@
; then \
1675 rm -f
$(srcdir)/stamp-h.in
; \
1676 $(MAKE
) $(srcdir)/stamp-h.in
; \
1678 $(srcdir)/stamp-h.in
: $(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
1679 cd
$(top_srcdir
) && $(AUTOHEADER
)
1680 @echo timestamp
> $(srcdir)/stamp-h.in
2> /dev
/null
1689 maintainer-clean-hdr
:
1690 .gdbinit
: $(top_builddir
)/config.status gdbinit.in
1691 cd
$(top_builddir
) && CONFIG_FILES
=$@
:gdbinit.in CONFIG_HEADERS
= $(SHELL
) .
/config.status
1693 mostlyclean-noinstPROGRAMS
:
1695 clean-noinstPROGRAMS
:
1696 -test -z
"$(noinst_PROGRAMS)" ||
rm -f
$(noinst_PROGRAMS
)
1698 distclean-noinstPROGRAMS
:
1700 maintainer-clean-noinstPROGRAMS
:
1711 mostlyclean-compile
:
1712 -rm -f
*.o core
*.core
1719 maintainer-clean-compile
:
1722 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
1725 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
1728 $(LIBTOOL
) --mode
=compile
$(COMPILE
) -c
$<
1730 mostlyclean-libtool
:
1738 maintainer-clean-libtool
:
1740 itbl-test
$(EXEEXT
): $(itbl_test_OBJECTS
) $(itbl_test_DEPENDENCIES
)
1741 @
rm -f itbl-test
$(EXEEXT
)
1742 $(LINK
) $(itbl_test_LDFLAGS
) $(itbl_test_OBJECTS
) $(itbl_test_LDADD
) $(LIBS
)
1744 as-new
$(EXEEXT
): $(as_new_OBJECTS
) $(as_new_DEPENDENCIES
)
1745 @
rm -f as-new
$(EXEEXT
)
1746 $(LINK
) $(as_new_LDFLAGS
) $(as_new_OBJECTS
) $(as_new_LDADD
) $(LIBS
)
1748 gasp-new
$(EXEEXT
): $(gasp_new_OBJECTS
) $(gasp_new_DEPENDENCIES
)
1749 @
rm -f gasp-new
$(EXEEXT
)
1750 $(LINK
) $(gasp_new_LDFLAGS
) $(gasp_new_OBJECTS
) $(gasp_new_LDADD
) $(LIBS
)
1752 $(LEX
) $(AM_LFLAGS
) $(LFLAGS
) $< && mv
$(LEX_OUTPUT_ROOT
).c
$@
1754 $(SHELL
) $(YLWRAP
) "$(YACC)" $< y.tab.c
$*.c y.tab.h
$*.h
-- $(AM_YFLAGS
) $(YFLAGS
)
1755 config
/m68k-parse.h
: config
/m68k-parse.c
1756 itbl-parse.h
: itbl-parse.c
1759 # This directory's subdirectories are mostly independent; you can cd
1760 # into them and run `make' without going through this Makefile.
1761 # To change the values of `make' variables: instead of editing Makefiles,
1762 # (1) if the variable is set in `config.status', edit `config.status'
1763 # (which will cause the Makefiles to be regenerated when you run `make');
1764 # (2) otherwise, pass the desired values on the `make' command line.
1768 all-recursive install-data-recursive install-exec-recursive \
1769 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
1770 check-recursive installcheck-recursive info-recursive dvi-recursive
:
1771 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
1773 target
=`echo $@ | sed s/-recursive//`; \
1774 list
='$(SUBDIRS)'; for subdir in
$$list; do \
1775 echo
"Making $$target in $$subdir"; \
1776 if
test "$$subdir" = "."; then \
1778 local_target
="$$target-am"; \
1780 local_target
="$$target"; \
1782 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
1783 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
1785 if
test "$$dot_seen" = "no"; then \
1786 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
1787 fi
; test -z
"$$fail"
1789 mostlyclean-recursive clean-recursive distclean-recursive \
1790 maintainer-clean-recursive
:
1791 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
1793 rev
=''; list
='$(SUBDIRS)'; for subdir in
$$list; do \
1794 rev
="$$subdir $$rev"; \
1795 test "$$subdir" = "." && dot_seen
=yes
; \
1797 test "$$dot_seen" = "no" && rev
=". $$rev"; \
1798 target
=`echo $@ | sed s/-recursive//`; \
1799 for subdir in
$$rev; do \
1800 echo
"Making $$target in $$subdir"; \
1801 if
test "$$subdir" = "."; then \
1802 local_target
="$$target-am"; \
1804 local_target
="$$target"; \
1806 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
1807 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
1808 done
&& test -z
"$$fail"
1810 list
='$(SUBDIRS)'; for subdir in
$$list; do \
1811 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
1816 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
1817 list
='$(SOURCES) $(HEADERS)'; \
1818 unique
=`for i in $$list; do echo $$i; done | \
1819 awk ' { files[$$0] = 1; } \
1820 END { for (i in files) print i; }'`; \
1821 here
=`pwd` && cd
$(srcdir) \
1822 && mkid
-f
$$here/ID
$$unique $(LISP
)
1824 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) config.in
$(TAGS_DEPENDENCIES
) $(LISP
)
1827 list
='$(SUBDIRS)'; for subdir in
$$list; do \
1828 if
test "$$subdir" = .
; then
:; else \
1829 test -f
$$subdir/TAGS
&& tags="$$tags -i $$here/$$subdir/TAGS"; \
1832 list
='$(SOURCES) $(HEADERS)'; \
1833 unique
=`for i in $$list; do echo $$i; done | \
1834 awk ' { files[$$0] = 1; } \
1835 END { for (i in files) print i; }'`; \
1836 test -z
"$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
1837 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags config.in
$$unique $(LISP
) -o
$$here/TAGS
)
1846 maintainer-clean-tags
:
1848 distdir
= $(PACKAGE
)-$(VERSION
)
1849 top_distdir
= $(distdir
)
1851 # This target untars the dist file and tries a VPATH configuration. Then
1852 # it guarantees that the distribution is self-contained by making another
1856 GZIP
=$(GZIP_ENV
) $(TAR
) zxf
$(distdir
).
tar.gz
1857 mkdir
$(distdir
)/=build
1858 mkdir
$(distdir
)/=inst
1859 dc_install_base
=`cd $(distdir)/=inst && pwd`; \
1860 cd
$(distdir
)/=build \
1861 && ..
/configure
--srcdir=..
--prefix=$$dc_install_base \
1862 && $(MAKE
) $(AM_MAKEFLAGS
) \
1863 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
1864 && $(MAKE
) $(AM_MAKEFLAGS
) check \
1865 && $(MAKE
) $(AM_MAKEFLAGS
) install \
1866 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
1867 && $(MAKE
) $(AM_MAKEFLAGS
) dist
1869 @banner
="$(distdir).tar.gz is ready for distribution"; \
1870 dashes
=`echo "$$banner" | sed s/./=/g`; \
1875 -chmod
-R a
+r
$(distdir
)
1876 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
1879 -chmod
-R a
+r
$(distdir
)
1880 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
1882 distdir
: $(DISTFILES
)
1885 -chmod
777 $(distdir
)
1886 @for file in
$(DISTFILES
); do \
1887 if
test -f
$$file; then d
=.
; else d
=$(srcdir); fi
; \
1888 if
test -d
$$d/$$file; then \
1889 cp
-pr
$$/$$file $(distdir
)/$$file; \
1891 test -f
$(distdir
)/$$file \
1892 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
1893 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
1896 for subdir in
$(SUBDIRS
); do \
1897 if
test "$$subdir" = .
; then
:; else \
1898 test -d
$(distdir
)/$$subdir \
1899 || mkdir
$(distdir
)/$$subdir \
1901 chmod
777 $(distdir
)/$$subdir; \
1902 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
=..
/$(distdir
) distdir
=..
/$(distdir
)/$$subdir distdir
) \
1907 DEJATOOL
= $(PACKAGE
)
1909 RUNTESTDEFAULTFLAGS
= --tool
$(DEJATOOL
) --srcdir $$srcdir
1911 @echo
'Making a new site.exp file...'
1912 @
test ! -f site.bak ||
rm -f site.bak
1913 @echo
'## these variables are automatically generated by make ##' > $@
-t
1914 @echo
'# Do not edit here. If you wish to override these values' >> $@
-t
1915 @echo
'# edit the last section' >> $@
-t
1916 @echo
'set tool $(DEJATOOL)' >> $@
-t
1917 @echo
'set srcdir $(srcdir)' >> $@
-t
1918 @echo
'set objdir' `pwd` >> $@
-t
1919 @echo
'set host_alias $(host_alias)' >> $@
-t
1920 @echo
'set host_triplet $(host_triplet)' >> $@
-t
1921 @echo
'set target_alias $(target_alias)' >> $@
-t
1922 @echo
'set target_triplet $(target_triplet)' >> $@
-t
1923 @echo
'set build_alias $(build_alias)' >> $@
-t
1924 @echo
'set build_triplet $(build_triplet)' >> $@
-t
1925 @echo
'## All variables above are generated by configure. Do Not Edit ##' >> $@
-t
1926 @
test ! -f site.exp || sed
'1,/^## All variables above are.*##/ d' site.exp
>> $@
-t
1927 @
test ! -f site.exp || mv site.exp site.bak
1930 info: info-recursive
1934 $(MAKE
) $(AM_MAKEFLAGS
) check-DEJAGNU
1935 check: check-recursive
1937 installcheck: installcheck-recursive
1939 install-info
: install-info-recursive
1940 all-recursive-am
: config.h
1941 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
1943 install-exec-am
: install-exec-local
1944 install-exec
: install-exec-recursive
1947 install-data
: install-data-recursive
1950 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
1951 install: install-recursive
1953 uninstall: uninstall-recursive
1954 all-am
: Makefile
$(PROGRAMS
) $(SCRIPTS
) config.h
1955 all-redirect
: all-recursive-am
1957 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
1958 installdirs: installdirs-recursive
1962 mostlyclean-generic
:
1963 -test -z
"$(MOSTLYCLEANFILES)" ||
rm -f
$(MOSTLYCLEANFILES
)
1966 -test -z
"$(CLEANFILES)" ||
rm -f
$(CLEANFILES
)
1969 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
1970 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
1971 -test -z
"$(DISTCLEANFILES)" ||
rm -f
$(DISTCLEANFILES
)
1973 maintainer-clean-generic
:
1974 -test -z
"itbl-lexlconfig/m68k-parsehconfig/m68k-parsecitbl-parsehitbl-parsec" ||
rm -f itbl-lexl config
/m68k-parseh config
/m68k-parsec itbl-parseh itbl-parsec
1975 mostlyclean-am
: mostlyclean-hdr mostlyclean-noinstPROGRAMS \
1976 mostlyclean-compile mostlyclean-libtool \
1977 mostlyclean-tags mostlyclean-generic
1979 mostlyclean: mostlyclean-recursive
1981 clean-am
: clean-hdr clean-noinstPROGRAMS clean-compile clean-libtool \
1982 clean-tags clean-generic mostlyclean-am
1984 clean: clean-recursive
1986 distclean-am
: distclean-hdr distclean-noinstPROGRAMS distclean-compile \
1987 distclean-libtool distclean-tags distclean-generic \
1991 distclean: distclean-recursive
1992 -rm -f config.status
1994 maintainer-clean-am
: maintainer-clean-hdr \
1995 maintainer-clean-noinstPROGRAMS \
1996 maintainer-clean-compile maintainer-clean-libtool \
1997 maintainer-clean-tags maintainer-clean-generic \
1999 @echo
"This command is intended for maintainers to use;"
2000 @echo
"it deletes files that may require special tools to rebuild."
2002 maintainer-clean
: maintainer-clean-recursive
2003 -rm -f config.status
2005 .PHONY
: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
2006 mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
2007 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
2008 mostlyclean-compile distclean-compile clean-compile \
2009 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
2010 clean-libtool maintainer-clean-libtool install-data-recursive \
2011 uninstall-data-recursive install-exec-recursive \
2012 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
2013 all-recursive check-recursive installcheck-recursive info-recursive \
2014 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
2015 maintainer-clean-recursive
tags tags-recursive mostlyclean-tags \
2016 distclean-tags clean-tags maintainer-clean-tags distdir check-DEJAGNU \
2017 info-am
info dvi-am
dvi check check-am installcheck-am
installcheck \
2018 install-info-am install-info all-recursive-am install-exec-local \
2019 install-exec-am install-exec install-data-am install-data install-am \
2020 install uninstall-am
uninstall all-redirect all-am
all installdirs-am \
2021 installdirs mostlyclean-generic distclean-generic clean-generic \
2022 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
2024 po
/POTFILES.in
: @MAINT@ Makefile
2025 for file in
$(POTFILES
); do echo
$$file; done |
sort > tmp \
2026 && mv tmp
$(srcdir)/po
/POTFILES.in
2028 $(srcdir)/make-gas.com
: stamp-mk.com
2029 stamp-mk.com
: vmsconf.sh Makefile
2030 sh
$(srcdir)/vmsconf.sh
$(GENERIC_OBJS
) > new-make.com
2031 $(SHELL
) $(srcdir)/..
/move-if-change new-make.com
$(srcdir)/make-gas.com
2033 diststuff
: $(DISTSTUFF
) info
2035 $(OBJS
): @ALL_OBJ_DEPS@
2037 # Stuff that every object file depends upon. If anything is removed
2038 # from this list, remove it from dep-in.sed as well.
2039 $(OBJS
): config.h
as.h
$(TARG_ENV_H
) $(OBJ_FORMAT_H
) $(TARG_CPU_H
) flonum.h \
2040 expr.h write.h frags.h hash.h read.h symbols.h tc.h \
2041 obj.h listing.h bignum.h bit_fix.h
$(INCDIR
)/libiberty.h asintl.h
2043 check-DEJAGNU
: site.exp
2044 if
[ -d testsuite
]; then \
2049 rm -f testsuite
/site.exp
2050 cp site.exp testsuite
/site.exp
2051 rootme
=`pwd`; export rootme
; \
2052 srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \
2053 EXPECT
=${EXPECT} ; export EXPECT
; \
2054 if
[ -f
$(top_builddir
)/..
/expect
/expect
]; then \
2055 TCL_LIBRARY
=`cd $(top_srcdir)/../tcl/library && pwd`; \
2056 export TCL_LIBRARY
; \
2058 runtest
=$(RUNTEST
); \
2060 if
$(SHELL
) -c
"$$runtest --version" > /dev
/null
2>&1; then \
2061 $$runtest --tool
$(DEJATOOL
) --srcdir $${srcdir}/testsuite \
2063 else echo
"WARNING: could not find \`runtest'" 1>&2; :;\
2066 # The implicit .c.o rule doesn't work for these, perhaps because of
2067 # the variables, or perhaps because the sources are not on vpath.
2068 $(TARG_CPU_O
): $(TARG_CPU_C
) $(TARG_CPU_DEP_@target_cpu_type@
)
2069 $(COMPILE
) -c
$(TARG_CPU_C
)
2070 $(ATOF_TARG_O
): $(ATOF_TARG_C
)
2071 $(COMPILE
) -c
$(ATOF_TARG_C
)
2073 # ecoff.c only has full dependencies when ECOFF_DEBUGGING is defined,
2074 # so the automatic dependency stuff doesn't work.
2075 ecoff.o
: ecoff.c ecoff.h
$(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/sym.h \
2076 $(INCDIR
)/coff
/ecoff.h
$(INCDIR
)/coff
/symconst.h \
2077 $(INCDIR
)/aout
/stab_gnu.h
2079 # We need all these explicit rules for the multi stuff. Because of
2080 # these rules, we don't need one for OBJ_FORMAT_O.
2082 obj-aout.o
: $(srcdir)/config
/obj-aout.c
2083 $(COMPILE
) -c
$(srcdir)/config
/obj-aout.c
2084 obj-bout.o
: $(srcdir)/config
/obj-bout.c
2085 $(COMPILE
) -c
$(srcdir)/config
/obj-bout.c
2086 obj-coff.o
: $(srcdir)/config
/obj-coff.c
2087 $(COMPILE
) -c
$(srcdir)/config
/obj-coff.c
2088 obj-ecoff.o
: $(srcdir)/config
/obj-ecoff.c
2089 $(COMPILE
) -c
$(srcdir)/config
/obj-ecoff.c
2090 obj-elf.o
: $(srcdir)/config
/obj-elf.c
2091 $(COMPILE
) -c
$(srcdir)/config
/obj-elf.c
2092 obj-evax.o
: $(srcdir)/config
/obj-evax.c
2093 $(COMPILE
) -c
$(srcdir)/config
/obj-evax.c
2094 obj-hp300.o
: $(srcdir)/config
/obj-hp300.c
2095 $(COMPILE
) -c
$(srcdir)/config
/obj-hp300.c
2096 obj-ieee.o
: $(srcdir)/config
/obj-ieee.c
2097 $(COMPILE
) -c
$(srcdir)/config
/obj-ieee.c
2098 obj-multi.o
: $(srcdir)/config
/obj-multi.c
2099 $(COMPILE
) -c
$(srcdir)/config
/obj-multi.c
2100 obj-som.o
: $(srcdir)/config
/obj-som.c
2101 $(COMPILE
) -c
$(srcdir)/config
/obj-som.c
2102 obj-vms.o
: $(srcdir)/config
/obj-vms.c
2103 $(COMPILE
) -c
$(srcdir)/config
/obj-vms.c
2105 e-mipself.o
: $(srcdir)/config
/e-mipself.c
2106 $(COMPILE
) -c
$(srcdir)/config
/e-mipself.c
2107 e-mipsecoff.o
: $(srcdir)/config
/e-mipsecoff.c
2108 $(COMPILE
) -c
$(srcdir)/config
/e-mipsecoff.c
2109 e-i386coff.o
: $(srcdir)/config
/e-i386coff.c
2110 $(COMPILE
) -c
$(srcdir)/config
/e-i386coff.c
2111 e-i386elf.o
: $(srcdir)/config
/e-i386elf.c
2112 $(COMPILE
) -c
$(srcdir)/config
/e-i386elf.c
2114 # If m68k-parse.y is in a different directory, then ylwrap will use an
2115 # absolute path when it invokes yacc, which will cause yacc to put the
2116 # absolute path into the generated file. That's a pain when it comes
2117 # to generating snapshots, because it introduces spurious diffs.
2118 # Since when we make the snapshots $(srcdir) = ".", we check for that
2119 # case and handle it differently. This means that anybody who
2120 # configures with $(srcdir) = "." will have to set their path in the
2121 # debugger if they want to debug m68k-parse.y. This is bad, but on
2122 # the other hand it's good that people who use the prebuilt
2123 # m68k-parse.c don't get a spurious absolute path.
2124 m68k-parse.c
: $(srcdir)/config
/m68k-parse.y
2125 f
=$(srcdir)/config
/m68k-parse.y
; \
2126 if
[ $$f = "./config/m68k-parse.y" ]; then \
2127 ln
-s config
/m68k-parse.y .
> /dev
/null
2>/dev
/null || \
2128 ln config
/m68k-parse.y .
> /dev
/null
2>/dev
/null || \
2129 cp config
/m68k-parse.y .
>/dev
/null
2>/dev
/null
; \
2132 $(SHELL
) $(YLWRAP
) "$(YACC)" $$f y.tab.c m68k-parse.c
--; \
2133 if
[ $$f = "m68k-parse.y" ]; then \
2134 rm -f m68k-parse.y
; \
2136 m68k-parse.o
: m68k-parse.c
$(srcdir)/config
/m68k-parse.h
2138 # Don't let the .y.h rule clobber m68k-parse.h.
2139 m68k-parse.h
: ; @true
2140 $(srcdir)/config
/m68k-parse.h
: ; @true
2142 # The instruction table specification lexical analyzer and parser.
2144 itbl-lex.c
: $(srcdir)/itbl-lex.l
2145 itbl-lex.o
: itbl-lex.c itbl-parse.h
2147 itbl-parse.o
: itbl-parse.c itbl-parse.h
$(srcdir)/itbl-ops.h
2149 itbl-ops.o
: $(srcdir)/itbl-ops.c
$(srcdir)/itbl-ops.h itbl-parse.h
2151 itbl-parse.c itbl-parse.h
: $(srcdir)/itbl-parse.y
2152 $(SHELL
) $(YLWRAP
) "$(YACC)" $(srcdir)/itbl-parse.y y.tab.c itbl-parse.c y.tab.h itbl-parse.h
-- -d
2154 itbl-test-ops.o
: $(srcdir)/itbl-ops.c
$(srcdir)/itbl-ops.h itbl-parse.h
2155 $(COMPILE
) -o itbl-test-ops.o
-DSTAND_ALONE
-c
$(srcdir)/itbl-ops.c
2157 itbl-test.o
: $(srcdir)/testsuite
/gas
/all/itbl-test.c
$(srcdir)/itbl-ops.h
2158 $(COMPILE
) -c
-DSTAND_ALONE
$(srcdir)/testsuite
/gas
/all/itbl-test.c
2160 cgen.o
: cgen.c cgen.h cgen-desc.h subsegs.h \
2161 $(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/cgen.h \
2162 $(srcdir)/..
/opcodes
/$(CGEN_CPU_PREFIX
)-desc.h \
2163 $(srcdir)/..
/opcodes
/$(CGEN_CPU_PREFIX
)-opc.h
2165 .PHONY
: install-exec-local install-data-local
2166 .PHONY
: install-exec-bindir install-exec-tooldir
2168 install-exec-local
: install-exec-bindir @install_tooldir@
2170 install-exec-bindir
: $(noinst_PROGRAMS
)
2171 $(mkinstalldirs
) $(bindir)
2172 @list
='$(noinst_PROGRAMS)'; for p in
$$list; do \
2173 if
test -f
$$p; then \
2174 echo
" $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
2175 $(LIBTOOL
) --mode
=install $(INSTALL_PROGRAM
) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
2179 install-exec-tooldir
: $(noinst_PROGRAMS
)
2180 $(mkinstalldirs
) $(tooldir
)/bin
2181 n
=`echo as | sed '$(transform)'`; \
2182 if
[ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/as$(EXEEXT)" ]; then \
2183 rm -f
$(tooldir
)/bin
/as$(EXEEXT
); \
2184 ln
$(bindir)/$$n$(EXEEXT
) $(tooldir
)/bin
/as$(EXEEXT
) >/dev
/null
2>/dev
/null \
2185 ||
$(LIBTOOL
) --mode
=install $(INSTALL_PROGRAM
) as-new
$(EXEEXT
) $(tooldir
)/bin
/as$(EXEEXT
); \
2190 # These exist for maintenance purposes.
2192 .PHONY
: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
2196 rm -f stage
&& ln
-s stage1 stage
2197 $(MAKE
) CC
="$(CC)" CFLAGS
="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA
= $(noinst_PROGRAMS
)
2199 rm -f stage
&& ln
-s stage2 stage
2200 $(MAKE
) CC
="$(CC)" CFLAGS
="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA
= $(noinst_PROGRAMS
)
2201 $(MAKE
) comparison against
=stage2
2204 rm -f stage
&& ln
-s stage1 stage
2205 $(MAKE
) CC
="$(CC)" CFLAGS
="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA
= $(noinst_PROGRAMS
)
2207 rm -f stage
&& ln
-s stage2 stage
2208 $(MAKE
) CC
="$(CC)" CFLAGS
="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA
= $(noinst_PROGRAMS
)
2209 $(MAKE
) comparison against
=stage2
2212 rm -f stage
&& ln
-s stage2 stage
2213 $(MAKE
) CC
="$(CC)" CFLAGS
="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA
= $(noinst_PROGRAMS
)
2214 $(MAKE
) comparison against
=stage2
2216 # Copy the object files from a particular stage into a subdirectory.
2219 -mv
$(STAGESTUFF
) stage1
2220 if
[ -f stage1
/as-new
$(EXEEXT
) -a
! -f stage1
/as$(EXEEXT
) ] ; then
(cd stage1
; ln
-s as-new
$(EXEEXT
) as$(EXEEXT
)) ; fi
2224 -mv
$(STAGESTUFF
) stage2
2225 if
[ -f stage2
/as-new
$(EXEEXT
) -a
! -f stage2
/as$(EXEEXT
) ] ; then
(cd stage2
; ln
-s as-new
$(EXEEXT
) as$(EXEEXT
)) ; fi
2229 -mv
$(STAGESTUFF
) stage3
2230 if
[ -f stage3
/as-new
$(EXEEXT
) -a
! -f stage3
/as$(EXEEXT
) ] ; then
(cd stage3
; ln
-s as-new
as$(EXEEXT
)) ; fi
2232 # This rule is derived from corresponding code in the Makefile.in for gcc.
2233 # The "tail +16c" is to bypass headers which may include timestamps or
2234 # temporary assembly file names.
2237 for file in
*.o
; do \
2238 tail
+16c .
/$$file > tmp-foo1
; \
2239 if tail
+16c
${against}/$$file > tmp-foo2
2>/dev
/null
; then \
2240 if cmp tmp-foo1 tmp-foo2
; then \
2243 echo
$$file differs
; \
2251 .PHONY
: de-stage1 de-stage2 de-stage3
2254 - (cd stage1
; rm -f
as$(EXEEXT
) ; mv
-f
* ..
)
2258 - (cd stage2
; rm -f
as$(EXEEXT
) ; mv
-f
* ..
)
2262 - (cd stage3
; rm -f
as$(EXEEXT
) ; mv
-f
* ..
)
2265 .dep
: dep.sed
$(DEP_FILE_DEPS
) .tcdep .objdep .dep2
2267 srcdir=`cd $(srcdir); pwd`; \
2268 $(MAKE
) DEP
=$(DEP
) srcdir=$${srcdir} VPATH
=$${srcdir} .dep1
2270 sed
-f dep.sed
< .dep1
> .depa
2271 sed
-f dep.sed
< .tcdep
>> .depa
2272 sed
-f dep.sed
< .objdep
>> .depa
2273 sed
-f dep.sed
< .dep2
>> .depa
2274 echo
'$$(OBJS): $$(DEP_@target''_cpu_type@_@obj''_format@)' >> .depa
2275 echo
'$$(TARG_CPU_O): $$(TCDEP_@target''_cpu_type@_@obj''_format@)' >> .depa
2276 echo
'$$(OBJ_FORMAT_O): $$(OBJDEP_@target''_cpu_type@_@obj''_format@)' >> .depa
2277 echo
'# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> .depa
2278 $(SHELL
) $(srcdir)/..
/move-if-change .depa .dep
2280 # This rule needs a mkdep that runs "gcc -MM".
2281 .dep1
: $(CFILES
) $(MULTI_CFILES
)
2282 if
[ -d .depdir
]; then true
; else mkdir .depdir
; fi
2283 srcdir=`cd $(srcdir); pwd`; \
2285 echo
'' > targ-cpu.h
; \
2286 echo
'' > obj-format.h
; \
2287 echo
'' > targ-env.h
; \
2288 echo
'' > itbl-cpu.h
; \
2289 echo
'' > itbl-parse.h
; \
2290 echo
'# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep
; \
2291 $(DEP
) -f .dep
-DBFD_ASSEMBLER
-I.
-I..
-I
$${srcdir} -I..
/..
/bfd
$(DEP_INCLUDES
) $?
2292 sed
-e
'/IF YOU PUT ANYTHING/,$$d' < .depdir
/.dep
> .dep1
2295 # Work out the special dependencies for the tc-*.c files.
2296 .tcdep
: $(TARGET_CPU_CFILES
)
2298 if
[ -d .depdir
]; then true
; else mkdir .depdir
; fi
2299 srcdir=`cd $(srcdir); pwd`; \
2301 for c in
$(CPU_TYPES
); do \
2302 for o in
$(OBJ_FORMATS
); do \
2304 if
[ x
$${valid} = xyes
]; then \
2305 echo
'#include "tc-'"$${c}"'.h"' > targ-cpu.h
; \
2306 echo
'#include "obj-'"$${o}"'.h"' > obj-format.h
; \
2307 echo
'#include "te-generic.h"' > targ-env.h
; \
2308 echo
'' > itbl-cpu.h
; \
2309 echo
'' > itbl-parse.h
; \
2310 echo
'#include "opcodes/'"$${c}"'-desc.h"' > cgen-desc.h
; \
2312 cp
$${srcdir}/config
/tc-
$${c}.c dummy.c
; \
2313 echo
'# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep
; \
2314 $(DEP
) -f .dep
-DBFD_ASSEMBLER
-I.
-I..
-I
$${srcdir} -I..
/..
/bfd
$(DEP_INCLUDES
) dummy.c
; \
2315 sed
-e
"s/dummy.o: dummy.c/TCDEP_$${c}_$${o} =/" \
2316 -e
'1,/DO NOT PUT ANYTHING AFTER/d' \
2317 -e
'/IF YOU PUT ANYTHING/,$$d' \
2318 -e
'/^$$/d' < .dep
>> ..
/.tcdepa
; \
2323 echo
'TCDEP_hppa_som = $$(srcdir)/config/tc-hppa.h subsegs.h \' >> .tcdepa
2324 echo ' $$(INCDIR
)/obstack.h
$$(BFDDIR
)/libhppa.h
\' >> .tcdepa
2325 echo
' $$(INCDIR)/opcode/hppa.h $$(BFDDIR)/som.h' >> .tcdepa
2326 # We don't try to handle all multi cases.
2327 for c in
$(CPU_TYPES
); do \
2328 $(CPU_MULTI_VALID
) \
2329 if
[ x
$${valid} = xyes
]; then \
2332 echo
'TCDEP_'"$${c}"'_multi = \' >> .tcdepa; \
2333 echo '$$(TCDEP_
'"$${c}"'_coff
) \' >> .tcdepa
; \
2334 if
[ x
$${valid} = xyes
]; then \
2335 echo
'$$(TCDEP_'"$${c}"'_ecoff) \' >> .tcdepa; \
2337 echo '$$(TCDEP_
'"$${c}"'_elf
)' >> .tcdepa; \
2340 mv -f .tcdepa .tcdep
2342 # Work out the special dependencies for the obj-*.c files.
2343 .objdep: $(OBJ_FORMAT_CFILES)
2345 if [ -d .depdir ]; then true; else mkdir .depdir; fi
2346 srcdir=`cd $(srcdir); pwd`; \
2348 for c in $(CPU_TYPES); do \
2349 for o in $(OBJ_FORMATS); do \
2351 if [ x$${valid} = xyes ]; then \
2352 echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
2353 echo
'#include "obj-'"$${o}"'.h"' > obj-format.h
; \
2354 echo
'#include "te-generic.h"' > targ-env.h
; \
2355 echo
'' > itbl-cpu.h
; \
2356 echo
'' > itbl-parse.h
; \
2358 cp
$${srcdir}/config
/obj-
$${o}.c dummy.c
; \
2359 echo
'# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep
; \
2360 $(DEP
) -f .dep
-DBFD_ASSEMBLER
-I.
-I..
-I
$${srcdir} -I..
/..
/bfd
$(DEP_INCLUDES
) dummy.c
; \
2361 sed
-e
"s/dummy.o: dummy.c/OBJDEP_$${c}_$${o} =/" \
2362 -e
'1,/DO NOT PUT ANYTHING AFTER/d' \
2363 -e
'/IF YOU PUT ANYTHING/,$$d' \
2364 -e
'/^$$/d' < .dep
>> ..
/.objdepa
; \
2369 echo
'OBJDEP_hppa_som = $$(srcdir)/config/obj-som.h subsegs.h \' >> .objdepa
2370 echo ' $$(INCDIR
)/obstack.h
$$(BFDDIR
)/libhppa.h
\' >> .objdepa
2371 echo
' $$(BFDDIR)/som.h $$(INCDIR)/aout/stab_gnu.h \' >> .objdepa
2372 echo ' $$(INCDIR
)/aout
/stab.def
' >> .objdepa
2373 # We don't try to handle
all multi cases.
2374 for c in
$(CPU_TYPES
); do \
2375 $(CPU_MULTI_VALID
) \
2376 if
[ x
$${valid} = xyes
]; then \
2379 echo
'OBJDEP_'"$${c}"'_multi = \' >> .objdepa; \
2380 echo '$$(OBJDEP_
'"$${c}"'_coff
) \' >> .objdepa
; \
2381 if
[ x
$${valid} = xyes
]; then \
2382 echo
'$$(OBJDEP_'"$${c}"'_ecoff) \' >> .objdepa; \
2384 echo '$$(OBJDEP_
'"$${c}"'_elf
)' >> .objdepa; \
2387 mv -f .objdepa .objdep
2389 # Work out the dependencies for each CPU/OBJ combination.
2390 # Note that SOM is a special case, because it only works native.
2391 .dep2: $(TARGET_CPU_HFILES) $(OBJ_FORMAT_HFILES)
2393 if [ -d .depdir ]; then true; else mkdir .depdir; fi
2394 srcdir=`cd $(srcdir); pwd`; \
2396 for c in $(CPU_TYPES); do \
2397 for o in $(OBJ_FORMATS); do \
2399 if [ x$${valid} = xyes ]; then \
2400 echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
2401 echo
'#include "obj-'"$${o}"'.h"' > dummy.c
; \
2402 echo
'# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep
; \
2403 $(DEP
) -f .dep
-DBFD_ASSEMBLER
-I.
-I..
-I
$${srcdir} -I..
/..
/bfd
$(DEP_INCLUDES
) dummy.c
; \
2404 sed
-e
"s/dummy.o: dummy.c/DEP_$${c}_$${o} =/" \
2405 -e
'1,/DO NOT PUT ANYTHING AFTER/d' \
2406 -e
'/IF YOU PUT ANYTHING/,$$d' \
2407 -e
'/^$$/d' < .dep
>> ..
/.dep2a
; \
2411 echo
'DEP_hppa_som = $$(BFDDIR)/som.h' >> .dep2a
2412 # We don't try to handle all multi cases.
2413 for c in
$(CPU_TYPES
); do \
2414 $(CPU_MULTI_VALID
) \
2415 if
[ x
$${valid} = xyes
]; then \
2418 echo
'DEP_'"$${c}"'_multi = \' >> .dep2a; \
2419 echo '$$(DEP_
'"$${c}"'_coff
) \' >> .dep2a
; \
2420 if
[ x
$${valid} = xyes
]; then \
2421 echo
'$$(DEP_'"$${c}"'_ecoff) \' >> .dep2a; \
2423 echo '$$(DEP_
'"$${c}"'_elf
)' >> .dep2a; \
2428 dep.sed: dep-in.sed config.status
2429 srcdir=`cd $(srcdir); pwd`; \
2430 sed <$(srcdir)/dep-in.sed >dep.sed \
2431 -e "s!@INCDIR@!$${srcdir}/../include!" \
2432 -e "s!@BFDDIR@!$${srcdir}/../bfd!" \
2433 -e "s!@SRCDIR@!$${srcdir}!"
2436 sed -e '/^..DO NOT DELETE THIS LINE
/,$$d' < Makefile > tmp-Makefile
2437 cat .dep >> tmp-Makefile
2438 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
2441 sed -e '/^..DO NOT DELETE THIS LINE
/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
2442 cat .dep >> tmp-Makefile.in
2443 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
2446 sed -e '/^..DO NOT DELETE THIS LINE
/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
2447 cat .dep >> tmp-Makefile.am
2448 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
2450 .PHONY: dep dep-in dep-am
2452 # DO NOT DELETE THIS LINE -- mkdep uses it.
2453 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
2456 as.o: as.c subsegs.h $(INCDIR)/obstack.h output-file.h \
2458 atof-generic.o: atof-generic.c
2459 bignum-copy.o: bignum-copy.c
2460 cond.o: cond.c macro.h sb.h $(INCDIR)/obstack.h
2462 dwarf2dbg.o: dwarf2dbg.c dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h
2464 ehopt.o: ehopt.c subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/dwarf2.h
2465 expr.o: expr.c $(INCDIR)/obstack.h
2466 flonum-copy.o: flonum-copy.c
2467 flonum-konst.o: flonum-konst.c
2468 flonum-mult.o: flonum-mult.c
2469 frags.o: frags.c subsegs.h $(INCDIR)/obstack.h
2470 hash.o: hash.c $(INCDIR)/obstack.h
2471 input-file.o: input-file.c input-file.h
2472 input-scrub.o: input-scrub.c input-file.h sb.h
2473 listing.o: listing.c input-file.h subsegs.h
2474 literal.o: literal.c subsegs.h $(INCDIR)/obstack.h
2475 macro.o: macro.c sb.h macro.h
2476 messages.o: messages.c
2477 output-file.o: output-file.c output-file.h
2478 read.o: read.c subsegs.h $(INCDIR)/obstack.h sb.h macro.h \
2481 stabs.o: stabs.c $(INCDIR)/obstack.h subsegs.h ecoff.h \
2482 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
2483 subsegs.o: subsegs.c subsegs.h $(INCDIR)/obstack.h
2484 symbols.o: symbols.c $(INCDIR)/obstack.h subsegs.h \
2486 write.o: write.c subsegs.h $(INCDIR)/obstack.h output-file.h
2487 gasp.o: gasp.c sb.h macro.h
2488 itbl-ops.o: itbl-ops.c itbl-ops.h itbl-parse.h
2489 e-i386coff.o: $(srcdir)/config/e-i386coff.c emul.h \
2491 e-i386elf.o: $(srcdir)/config/e-i386elf.c emul.h emul-target.h
2492 e-mipsecoff.o: $(srcdir)/config/e-mipsecoff.c emul.h \
2494 e-mipself.o: $(srcdir)/config/e-mipself.c emul.h emul-target.h
2495 $(OBJS): $(DEP_@target_cpu_type@_@obj_format@)
2496 $(TARG_CPU_O): $(TCDEP_@target_cpu_type@_@obj_format@)
2497 $(OBJ_FORMAT_O): $(OBJDEP_@target_cpu_type@_@obj_format@)
2498 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
2500 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2501 # Otherwise a system limit (for SysV at least) may be exceeded.