1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
19 top_srcdir
= @top_srcdir@
21 pkgdatadir
= $(datadir)/@PACKAGE@
22 pkglibdir
= $(libdir)/@PACKAGE@
23 pkgincludedir
= $(includedir)/@PACKAGE@
25 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 install_sh_DATA
= $(install_sh
) -c
-m
644
28 install_sh_PROGRAM
= $(install_sh
) -c
29 install_sh_SCRIPT
= $(install_sh
) -c
30 INSTALL_HEADER
= $(INSTALL_DATA
)
31 transform
= $(program_transform_name
)
38 build_triplet
= @build@
40 target_triplet
= @target@
41 noinst_PROGRAMS
= as-new
$(EXEEXT
)
42 EXTRA_PROGRAMS
= itbl-test
$(EXEEXT
)
43 DIST_COMMON
= $(srcdir)/..
/config.guess
$(srcdir)/..
/config.sub NEWS \
44 README ChangeLog
$(srcdir)/Makefile.in
$(srcdir)/Makefile.am \
45 $(top_srcdir
)/configure
$(am__configure_deps
) \
46 $(srcdir)/config.in
$(srcdir)/..
/mkinstalldirs \
47 $(srcdir)/gdbinit.in
$(srcdir)/gdbinit.in \
48 $(top_srcdir
)/po
/Make-in m68k-parse.c bfin-parse.c \
49 itbl-parse.c itbl-lex.c
$(srcdir)/..
/ylwrap \
50 $(srcdir)/..
/ltmain.sh
$(srcdir)/..
/config.guess \
51 $(srcdir)/..
/config.sub
53 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
54 am__aclocal_m4_deps
= $(top_srcdir
)/acinclude.m4 \
55 $(top_srcdir
)/..
/bfd
/warning.m4 \
56 $(top_srcdir
)/..
/config
/gettext-sister.m4 \
57 $(top_srcdir
)/..
/config
/nls.m4
$(top_srcdir
)/..
/config
/po.m4 \
58 $(top_srcdir
)/..
/config
/progtest.m4 \
59 $(top_srcdir
)/..
/libtool.m4
$(top_srcdir
)/configure.in
60 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
62 am__CONFIG_DISTCLEAN_FILES
= config.status config.cache config.log \
63 configure.lineno configure.status.lineno
64 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/..
/mkinstalldirs
65 CONFIG_HEADER
= config.h
66 CONFIG_CLEAN_FILES
= gdb.ini .gdbinit po
/Makefile.in
67 PROGRAMS
= $(noinst_PROGRAMS
)
68 am__objects_1
= app.
$(OBJEXT
) as.
$(OBJEXT
) atof-generic.
$(OBJEXT
) \
69 cond.
$(OBJEXT
) depend.
$(OBJEXT
) dwarf2dbg.
$(OBJEXT
) \
70 dw2gencfi.
$(OBJEXT
) ecoff.
$(OBJEXT
) ehopt.
$(OBJEXT
) \
71 expr.
$(OBJEXT
) flonum-copy.
$(OBJEXT
) flonum-konst.
$(OBJEXT
) \
72 flonum-mult.
$(OBJEXT
) frags.
$(OBJEXT
) hash.
$(OBJEXT
) \
73 input-file.
$(OBJEXT
) input-scrub.
$(OBJEXT
) listing.
$(OBJEXT
) \
74 literal.
$(OBJEXT
) macro.
$(OBJEXT
) messages.
$(OBJEXT
) \
75 output-file.
$(OBJEXT
) read.
$(OBJEXT
) sb.
$(OBJEXT
) \
76 stabs.
$(OBJEXT
) subsegs.
$(OBJEXT
) symbols.
$(OBJEXT
) \
78 am_as_new_OBJECTS
= $(am__objects_1
)
79 as_new_OBJECTS
= $(am_as_new_OBJECTS
)
80 am__DEPENDENCIES_1
= tc-@target_cpu_type@.o
81 am__DEPENDENCIES_2
= obj-@obj_format@.o
82 am__DEPENDENCIES_3
= atof-@atof@.o
84 am__DEPENDENCIES_5
= ..
/libiberty
/libiberty.a
85 am_itbl_test_OBJECTS
= itbl-parse.
$(OBJEXT
) itbl-lex.
$(OBJEXT
)
86 itbl_test_OBJECTS
= $(am_itbl_test_OBJECTS
)
87 itbl_test_DEPENDENCIES
= itbl-tops.o itbl-test.o
$(am__DEPENDENCIES_5
)
88 SCRIPTS
= $(noinst_SCRIPTS
)
89 DEFAULT_INCLUDES
= -I.
-I
$(srcdir) -I.
92 COMPILE
= $(CC
) $(DEFS
) $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) \
93 $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
94 LTCOMPILE
= $(LIBTOOL
) --mode
=compile
$(CC
) $(DEFS
) \
95 $(DEFAULT_INCLUDES
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) \
96 $(AM_CFLAGS
) $(CFLAGS
)
98 LINK
= $(LIBTOOL
) --mode
=link
$(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) \
99 $(AM_LDFLAGS
) $(LDFLAGS
) -o
$@
100 LEXCOMPILE
= $(LEX
) $(LFLAGS
) $(AM_LFLAGS
)
101 LTLEXCOMPILE
= $(LIBTOOL
) --mode
=compile
$(LEX
) $(LFLAGS
) $(AM_LFLAGS
)
102 YACCCOMPILE
= $(YACC
) $(YFLAGS
) $(AM_YFLAGS
)
103 LTYACCCOMPILE
= $(LIBTOOL
) --mode
=compile
$(YACC
) $(YFLAGS
) \
105 YLWRAP
= $(top_srcdir
)/..
/ylwrap
106 SOURCES
= $(as_new_SOURCES
) $(EXTRA_as_new_SOURCES
) \
108 RECURSIVE_TARGETS
= all-recursive check-recursive dvi-recursive \
109 html-recursive info-recursive install-data-recursive \
110 install-exec-recursive install-info-recursive \
111 install-recursive installcheck-recursive installdirs-recursive \
112 pdf-recursive ps-recursive uninstall-info-recursive \
116 DEJATOOL
= $(PACKAGE
)
117 RUNTESTDEFAULTFLAGS
= --tool
$$tool --srcdir $$srcdir
120 ALL_OBJ_DEPS
= @ALL_OBJ_DEPS@
121 AMDEP_FALSE
= @AMDEP_FALSE@
122 AMDEP_TRUE
= @AMDEP_TRUE@
124 AUTOCONF
= @AUTOCONF@
125 AUTOHEADER
= @AUTOHEADER@
126 AUTOMAKE
= @AUTOMAKE@
129 BFDVER_H
= @BFDVER_H@
130 CATALOGS
= @CATALOGS@
131 CATOBJEXT
= @CATOBJEXT@
133 CCDEPMODE
= @CCDEPMODE@
136 CPPFLAGS
= @CPPFLAGS@
137 CYGPATH_W
= @CYGPATH_W@
138 DATADIRNAME
= @DATADIRNAME@
150 INSTALL_DATA
= @INSTALL_DATA@
151 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
152 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
153 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
154 INSTOBJEXT
= @INSTOBJEXT@
156 LEX
= `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo @LEX@ ; fi`
158 LEX_OUTPUT_ROOT
= @LEX_OUTPUT_ROOT@
160 LIBINTL_DEP
= @LIBINTL_DEP@
166 LTLIBOBJS
= @LTLIBOBJS@
168 MAINTAINER_MODE_FALSE
= @MAINTAINER_MODE_FALSE@
169 MAINTAINER_MODE_TRUE
= @MAINTAINER_MODE_TRUE@
170 MAKEINFO
= @MAKEINFO@
171 MKINSTALLDIRS
= @MKINSTALLDIRS@
173 MSGMERGE
= @MSGMERGE@
174 NO_WERROR
= @NO_WERROR@
176 OPCODES_LIB
= @OPCODES_LIB@
178 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
179 PACKAGE_NAME
= @PACKAGE_NAME@
180 PACKAGE_STRING
= @PACKAGE_STRING@
181 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
182 PACKAGE_VERSION
= @PACKAGE_VERSION@
183 PATH_SEPARATOR
= @PATH_SEPARATOR@
186 SET_MAKE
= @SET_MAKE@
191 WARN_CFLAGS
= @WARN_CFLAGS@
192 XGETTEXT
= @XGETTEXT@
193 YACC
= `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo @YACC@ ; fi`
194 ac_ct_CC
= @ac_ct_CC@
195 ac_ct_RANLIB
= @ac_ct_RANLIB@
196 ac_ct_STRIP
= @ac_ct_STRIP@
197 am__fastdepCC_FALSE
= @am__fastdepCC_FALSE@
198 am__fastdepCC_TRUE
= @am__fastdepCC_TRUE@
199 am__include
= @am__include@
200 am__leading_dot
= @am__leading_dot@
201 am__quote
= @am__quote@
203 am__untar
= @am__untar@
207 build_alias
= @build_alias@
208 build_cpu
= @build_cpu@
209 build_os
= @build_os@
210 build_vendor
= @build_vendor@
211 cgen_cpu_prefix
= @cgen_cpu_prefix@
213 datarootdir
= @datarootdir@
215 exec_prefix = @
exec_prefix@
216 extra_objects
= @extra_objects@
218 host_alias
= @host_alias@
219 host_cpu
= @host_cpu@
221 host_vendor
= @host_vendor@
223 includedir = @
includedir@
225 install_sh
= @install_sh@
226 install_tooldir
= @install_tooldir@
228 libexecdir
= @libexecdir@
229 localstatedir
= @localstatedir@
232 obj_format
= @obj_format@
233 oldincludedir = @
oldincludedir@
235 program_transform_name
= @program_transform_name@
237 sharedstatedir
= @sharedstatedir@
238 sysconfdir
= @sysconfdir@
240 target_alias
= @target_alias@
241 target_cpu
= @target_cpu@
242 target_cpu_type
= @target_cpu_type@
243 target_os
= @target_os@
244 target_vendor
= @target_vendor@
246 AUTOMAKE_OPTIONS
= 1.8 cygnus dejagnu
248 # Automake should figure this out on its own. It doesn't, because
249 # of the "cygnus" option. But distclean still wants it.
250 DIST_SUBDIRS
= $(SUBDIRS
)
251 tooldir
= $(exec_prefix)/$(target_alias
)
252 AM_CFLAGS
= $(WARN_CFLAGS
)
254 TARG_CPU
= @target_cpu_type@
255 TARG_CPU_C
= $(srcdir)/config
/tc-@target_cpu_type@.c
256 TARG_CPU_O
= tc-@target_cpu_type@.o
257 TARG_CPU_H
= $(srcdir)/config
/tc-@target_cpu_type@.h
258 OBJ_FORMAT_C
= $(srcdir)/config
/obj-@obj_format@.c
259 OBJ_FORMAT_O
= obj-@obj_format@.o
260 OBJ_FORMAT_H
= $(srcdir)/config
/obj-@obj_format@.h
261 TARG_ENV_H
= $(srcdir)/config
/te-@te_file@.h
262 ATOF_TARG_C
= $(srcdir)/config
/atof-@atof@.c
263 ATOF_TARG_O
= atof-@atof@.o
265 # use @target_cpu_type@ for refering to configured target name
266 IT_HDRS
= itbl-parse.h
$(srcdir)/itbl-ops.h
267 IT_SRCS
= itbl-parse.c itbl-lex.c
$(srcdir)/itbl-ops.c
268 IT_DEPS
= $(srcdir)/itbl-parse.y
$(srcdir)/itbl-lex.l
$(srcdir)/config
/itbl-@target_cpu_type@.h
269 IT_OBJS
= itbl-parse.o itbl-lex.o itbl-ops.o
271 # CPU types. This is only used for dependency information.
327 # Object format types. This is only used for dependency information.
328 # We deliberately omit SOM, since it does not work as a cross assembler.
337 # This is an sh case which sets valid according to whether the CPU
338 # type in the shell variable c and the OS type in the shell variable o
339 # are supported. This helps cuts down on the amount of dependency
346 arm | cris | i386 | m68k | ns32k | pdp11 | sparc | tic30 | vax
) \
351 arm | h8300 | i386 | i960 | m68k | maxq | mcore | mips | or32 \
352 | ppc | sh | sparc | tic
* | xscale | z80 | z8k
) \
357 mips | alpha
) valid
=yes
;; \
361 maxq | ns32k | tic
* | z80 | z8k
) valid
= ;; \
365 alpha
) valid
=yes
;; \
374 # These are like CPU_TYPES and CPU_OBJ_VALID, for the obj=multi case.
375 MULTI_CPU_TYPES
= i386 mips cris
376 MULTI_CPU_OBJ_VALID
= \
381 i386 | cris
) valid
=yes
;; \
385 i386 | mips
) valid
=yes
;; \
395 # Regular source files.
426 CFILES
= $(GAS_CFILES
) itbl-ops.c
458 # CPU files in config.
459 TARGET_CPU_CFILES
= \
482 config
/tc-m68hc11.c \
487 config
/tc-mn10200.c \
488 config
/tc-mn10300.c \
491 config
/tc-openrisc.c \
504 config
/tc-xstormy16.c \
510 TARGET_CPU_HFILES
= \
533 config
/tc-m68hc11.h \
538 config
/tc-mn10200.h \
539 config
/tc-mn10300.h \
542 config
/tc-openrisc.h \
555 config
/tc-xstormy16.h \
562 # OBJ files in config
563 OBJ_FORMAT_CFILES
= \
571 OBJ_FORMAT_HFILES
= \
580 # Emulation header files in config
583 config
/te-armlinuxeabi.h \
589 config
/te-epoc-pe.h \
590 config
/te-generic.h \
594 config
/te-hppalinux64.h \
595 config
/te-i386aix.h \
596 config
/te-ia64aix.h \
604 config
/te-nbsd532.h \
605 config
/te-netware.h \
606 config
/te-pc532mach.h \
610 config
/te-sparcaout.h \
613 config
/te-symbian.h \
617 # Multi files in config
619 config
/e-crisaout.c \
621 config
/e-i386aout.c \
622 config
/e-i386coff.c \
624 config
/e-mipsecoff.c \
663 OBJS
= $(CONFIG_OBJS
) $(GENERIC_OBJS
)
664 POTFILES
= $(MULTI_CFILES
) $(TARGET_ENV_HFILES
) $(OBJ_FORMAT_HFILES
) \
665 $(OBJ_FORMAT_CFILES
) $(TARGET_CPU_HFILES
) $(TARGET_CPU_CFILES
) \
668 noinst_SCRIPTS
= $(GDBINIT
)
669 EXTRA_SCRIPTS
= .gdbinit
670 EXTRA_DIST
= m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c \
671 bfin-parse.c bfin-parse.h bfin-lex.c
673 DISTCLEANFILES
= targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h
675 # Now figure out from those variables how to compile and link.
676 BASEDIR
= $(srcdir)/..
677 BFDDIR
= $(BASEDIR
)/bfd
678 INCDIR
= $(BASEDIR
)/include
680 # This is the variable actually used when we compile.
681 # Specify the directories to be searched for header files.
682 # Both . and srcdir are used, in that order,
683 # so that tm.h and config.h will be found in the compilation
684 # subdirectory rather than in the source directory.
685 INCLUDES
= -D_GNU_SOURCE
-I.
-I
$(srcdir) -I..
/bfd
-I
$(srcdir)/config
-I
$(INCDIR
) -I
$(srcdir)/..
-I
$(BFDDIR
) @INCINTL@
-DLOCALEDIR
="\"$(datadir)/locale\""
687 # This should be parallel to INCLUDES, but should replace $(srcdir)
688 # with $${srcdir}, and should work in a subdirectory. This is used
689 # when building dependencies, because the dependency building is done
691 DEP_INCLUDES
= -D_GNU_SOURCE
-I..
-I
$${srcdir} -I..
/..
/bfd
-I
$${srcdir}/config
-I
$${srcdir}/..
/include -I
$${srcdir}/..
-I
$${srcdir}/..
/bfd @INCINTL@
-DLOCALEDIR
="\"$(datadir)/locale\""
692 DEP_FLAGS
= -DOBJ_MAYBE_ELF \
693 -I.
-I..
-I
$${srcdir} -I..
/..
/bfd
$(DEP_INCLUDES
)
696 # How to link with both our special library facilities
697 # and the system's installed libraries.
698 GASLIBS
= @OPCODES_LIB@ @BFDLIB@ ..
/libiberty
/libiberty.a
700 # Files to be copied away after each stage in building.
701 STAGESTUFF
= *.o
$(noinst_PROGRAMS
)
702 as_new_SOURCES
= $(GAS_CFILES
)
703 as_new_LDADD
= $(TARG_CPU_O
) $(OBJ_FORMAT_O
) $(ATOF_TARG_O
) \
704 $(extra_objects
) $(GASLIBS
) $(LIBINTL
) $(LIBM
)
706 as_new_DEPENDENCIES
= $(TARG_CPU_O
) $(OBJ_FORMAT_O
) $(ATOF_TARG_O
) \
707 $(extra_objects
) $(GASLIBS
) $(LIBINTL_DEP
)
713 # The m68k operand parser.
714 EXTRA_as_new_SOURCES
= config
/m68k-parse.y config
/bfin-parse.y
715 itbl_test_SOURCES
= itbl-parse.y itbl-lex.l
716 itbl_test_LDADD
= itbl-tops.o itbl-test.o
$(GASLIBS
) @LEXLIB@
719 CGEN_CPU_PREFIX
= @cgen_cpu_prefix@
721 # Remake the info files.
722 MOSTLYCLEANFILES
= $(STAGESTUFF
) core \
723 testsuite
/*.o testsuite
/*.out testsuite
/gas.log testsuite
/gas.sum \
724 testsuite
/site.exp site.bak site.exp stage stage1 stage2
726 CLEANFILES
= dep.sed DEPTC DEPTCA DEPOBJ DEPOBJA DEP2 DEP2A DEP1 DEPA DEP DEPDIR
728 DEP_FILE_DEPS
= $(CFILES
) $(HFILES
) $(TARGET_CPU_CFILES
) \
729 $(TARGET_CPU_HFILES
) $(OBJ_FORMAT_CFILES
) $(OBJ_FORMAT_HFILES
)
731 CONFIG_STATUS_DEPENDENCIES
= $(BFDDIR
)/configure.in
$(srcdir)/configure.tgt
732 AMKDEP
= #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.
733 DEPTC_alpha_ecoff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-ecoff.h \
734 $(srcdir)/config
/tc-alpha.h ecoff.h
$(INCDIR
)/coff
/sym.h \
735 $(INCDIR
)/coff
/ecoff.h subsegs.h
$(INCDIR
)/obstack.h \
736 struc-symbol.h
$(INCDIR
)/opcode
/alpha.h dw2gencfi.h \
737 $(INCDIR
)/elf
/dwarf2.h
$(INCDIR
)/safe-ctype.h
$(srcdir)/config
/atof-vax.c
739 DEPTC_alpha_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
740 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
741 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-alpha.h \
742 subsegs.h
$(INCDIR
)/obstack.h struc-symbol.h ecoff.h \
743 $(INCDIR
)/coff
/sym.h
$(INCDIR
)/coff
/ecoff.h
$(INCDIR
)/opcode
/alpha.h \
744 $(INCDIR
)/elf
/alpha.h
$(INCDIR
)/elf
/reloc-macros.h \
745 dwarf2dbg.h dw2gencfi.h
$(INCDIR
)/elf
/dwarf2.h
$(INCDIR
)/safe-ctype.h \
746 $(srcdir)/config
/atof-vax.c
748 DEPTC_alpha_evax
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-evax.h \
749 $(srcdir)/config
/tc-alpha.h subsegs.h
$(INCDIR
)/obstack.h \
750 struc-symbol.h ecoff.h
$(INCDIR
)/opcode
/alpha.h dw2gencfi.h \
751 $(INCDIR
)/elf
/dwarf2.h
$(INCDIR
)/safe-ctype.h
$(srcdir)/config
/atof-vax.c
753 DEPTC_arc_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
754 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
755 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-arc.h \
756 dwarf2dbg.h struc-symbol.h
$(INCDIR
)/safe-ctype.h subsegs.h \
757 $(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/arc.h
$(srcdir)/..
/opcodes
/arc-ext.h \
758 $(INCDIR
)/elf
/arc.h
$(INCDIR
)/elf
/reloc-macros.h
760 DEPTC_arm_aout
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-aout.h \
761 $(srcdir)/config
/tc-arm.h
$(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h \
762 $(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
763 $(INCDIR
)/opcode
/arm.h
765 DEPTC_arm_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
766 $(srcdir)/config
/tc-arm.h
$(INCDIR
)/coff
/internal.h \
767 $(INCDIR
)/coff
/arm.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h \
768 $(INCDIR
)/bfdlink.h
$(INCDIR
)/safe-ctype.h subsegs.h \
769 $(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/arm.h
771 DEPTC_arm_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
772 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
773 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-arm.h \
774 $(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
775 $(INCDIR
)/opcode
/arm.h
$(INCDIR
)/elf
/arm.h
$(INCDIR
)/elf
/reloc-macros.h \
776 dwarf2dbg.h dw2gencfi.h
$(INCDIR
)/elf
/dwarf2.h
778 DEPTC_avr_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
779 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
780 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-avr.h \
781 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
782 $(INCDIR
)/opcode
/avr.h
784 DEPTC_bfin_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
785 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
786 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-bfin.h \
787 dwarf2dbg.h struc-symbol.h
$(srcdir)/config
/bfin-defs.h \
788 $(INCDIR
)/obstack.h
$(INCDIR
)/safe-ctype.h
$(BFDDIR
)/libbfd.h \
789 $(INCDIR
)/hashtab.h
$(INCDIR
)/elf
/bfin.h
$(INCDIR
)/elf
/reloc-macros.h \
790 $(srcdir)/config
/bfin-aux.h
$(INCDIR
)/opcode
/bfin.h
792 DEPTC_cris_aout
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-aout.h \
793 $(srcdir)/config
/tc-cris.h
$(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h \
794 $(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
795 $(INCDIR
)/opcode
/cris.h dwarf2dbg.h
797 DEPTC_cris_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
798 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
799 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-cris.h \
800 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
801 $(INCDIR
)/opcode
/cris.h
803 DEPTC_crx_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
804 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
805 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-crx.h \
806 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h
$(INCDIR
)/opcode
/crx.h \
807 $(INCDIR
)/elf
/crx.h
$(INCDIR
)/elf
/reloc-macros.h
809 DEPTC_d10v_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
810 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
811 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-d10v.h \
812 $(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
813 $(INCDIR
)/opcode
/d10v.h
$(INCDIR
)/elf
/ppc.h
$(INCDIR
)/elf
/reloc-macros.h
815 DEPTC_d30v_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
816 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
817 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-d30v.h \
818 $(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
819 $(INCDIR
)/opcode
/d30v.h
821 DEPTC_dlx_elf
= $(INCDIR
)/safe-ctype.h
$(INCDIR
)/symcat.h \
822 $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h \
823 $(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h \
824 $(srcdir)/config
/tc-dlx.h dwarf2dbg.h
$(INCDIR
)/opcode
/dlx.h
826 DEPTC_fr30_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
827 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
828 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-fr30.h \
829 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
830 $(srcdir)/..
/opcodes
/fr30-desc.h
$(INCDIR
)/opcode
/cgen-bitset.h \
831 $(INCDIR
)/opcode
/cgen.h
$(srcdir)/..
/opcodes
/fr30-opc.h \
834 DEPTC_frv_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
835 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
836 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-frv.h \
837 subsegs.h
$(INCDIR
)/obstack.h
$(srcdir)/..
/opcodes
/frv-desc.h \
838 $(INCDIR
)/opcode
/cgen-bitset.h
$(INCDIR
)/opcode
/cgen.h \
839 $(srcdir)/..
/opcodes
/frv-opc.h cgen.h
$(BFDDIR
)/libbfd.h \
840 $(INCDIR
)/hashtab.h
$(INCDIR
)/elf
/frv.h
$(INCDIR
)/elf
/reloc-macros.h
842 DEPTC_h8300_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
843 $(srcdir)/config
/tc-h8300.h
$(INCDIR
)/coff
/internal.h \
844 $(INCDIR
)/coff
/h8300.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h \
845 $(INCDIR
)/bfdlink.h subsegs.h
$(INCDIR
)/obstack.h dwarf2dbg.h \
846 $(INCDIR
)/opcode
/h8300.h
$(INCDIR
)/safe-ctype.h
848 DEPTC_h8300_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
849 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
850 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-h8300.h \
851 dwarf2dbg.h subsegs.h
$(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/h8300.h \
852 $(INCDIR
)/safe-ctype.h
$(INCDIR
)/elf
/h8.h
$(INCDIR
)/elf
/reloc-macros.h
854 DEPTC_hppa_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
855 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
856 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-hppa.h \
857 $(BFDDIR
)/elf32-hppa.h
$(BFDDIR
)/libhppa.h
$(INCDIR
)/elf
/hppa.h \
858 $(INCDIR
)/elf
/reloc-macros.h
$(INCDIR
)/safe-ctype.h \
859 subsegs.h
$(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/hppa.h \
862 DEPTC_i370_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
863 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
864 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-i370.h \
865 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
866 struc-symbol.h
$(INCDIR
)/opcode
/i370.h
$(INCDIR
)/elf
/i370.h \
867 $(INCDIR
)/elf
/reloc-macros.h
869 DEPTC_i386_aout
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-aout.h \
870 $(srcdir)/config
/tc-i386.h
$(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h \
871 $(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
872 dwarf2dbg.h dw2gencfi.h
$(INCDIR
)/elf
/dwarf2.h
$(INCDIR
)/opcode
/i386.h \
873 $(INCDIR
)/elf
/x86-64.h
$(INCDIR
)/elf
/reloc-macros.h
875 DEPTC_i386_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
876 $(srcdir)/config
/tc-i386.h
$(INCDIR
)/coff
/internal.h \
877 $(INCDIR
)/coff
/i386.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h \
878 $(INCDIR
)/bfdlink.h
$(INCDIR
)/safe-ctype.h subsegs.h \
879 $(INCDIR
)/obstack.h dwarf2dbg.h dw2gencfi.h
$(INCDIR
)/elf
/dwarf2.h \
880 $(INCDIR
)/opcode
/i386.h
$(INCDIR
)/elf
/x86-64.h
$(INCDIR
)/elf
/reloc-macros.h
882 DEPTC_i386_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
883 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
884 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-i386.h \
885 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
886 dw2gencfi.h
$(INCDIR
)/elf
/dwarf2.h
$(INCDIR
)/opcode
/i386.h \
887 $(INCDIR
)/elf
/x86-64.h
$(INCDIR
)/elf
/reloc-macros.h
889 DEPTC_i860_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
890 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
891 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-i860.h \
892 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
893 $(INCDIR
)/opcode
/i860.h
$(INCDIR
)/elf
/i860.h
$(INCDIR
)/elf
/reloc-macros.h
895 DEPTC_i960_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
896 $(srcdir)/config
/tc-i960.h
$(INCDIR
)/coff
/internal.h \
897 $(INCDIR
)/coff
/i960.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
898 $(INCDIR
)/safe-ctype.h
$(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/i960.h
900 DEPTC_i960_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
901 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
902 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-i960.h \
903 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h
$(INCDIR
)/obstack.h \
904 $(INCDIR
)/opcode
/i960.h
906 DEPTC_ia64_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
907 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
908 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-ia64.h \
909 $(INCDIR
)/opcode
/ia64.h
$(INCDIR
)/elf
/ia64.h
$(INCDIR
)/elf
/reloc-macros.h \
910 $(INCDIR
)/safe-ctype.h dwarf2dbg.h subsegs.h
$(INCDIR
)/obstack.h
912 DEPTC_ip2k_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
913 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
914 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-ip2k.h \
915 dwarf2dbg.h subsegs.h
$(INCDIR
)/obstack.h
$(srcdir)/..
/opcodes
/ip2k-desc.h \
916 $(INCDIR
)/opcode
/cgen-bitset.h
$(INCDIR
)/opcode
/cgen.h \
917 $(srcdir)/..
/opcodes
/ip2k-opc.h cgen.h
$(INCDIR
)/elf
/ip2k.h \
918 $(INCDIR
)/elf
/reloc-macros.h
$(BFDDIR
)/libbfd.h
$(INCDIR
)/hashtab.h
920 DEPTC_m32c_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
921 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
922 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-m32c.h \
923 dwarf2dbg.h subsegs.h
$(INCDIR
)/obstack.h
$(srcdir)/..
/opcodes
/m32c-desc.h \
924 $(INCDIR
)/opcode
/cgen-bitset.h
$(INCDIR
)/opcode
/cgen.h \
925 $(srcdir)/..
/opcodes
/m32c-opc.h
$(srcdir)/..
/opcodes
/cgen-types.h \
926 $(srcdir)/..
/opcodes
/cgen-ops.h cgen.h
$(INCDIR
)/elf
/m32c.h \
927 $(INCDIR
)/elf
/reloc-macros.h
$(BFDDIR
)/libbfd.h
$(INCDIR
)/hashtab.h \
928 $(INCDIR
)/safe-ctype.h
930 DEPTC_m32r_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
931 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
932 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-m32r.h \
933 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
934 $(srcdir)/..
/opcodes
/m32r-desc.h
$(INCDIR
)/opcode
/cgen-bitset.h \
935 $(INCDIR
)/opcode
/cgen.h
$(srcdir)/..
/opcodes
/m32r-opc.h \
936 cgen.h
$(INCDIR
)/elf
/m32r.h
$(INCDIR
)/elf
/reloc-macros.h
938 DEPTC_m68hc11_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
939 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
940 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-m68hc11.h \
941 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
942 $(INCDIR
)/opcode
/m68hc11.h
$(INCDIR
)/elf
/m68hc11.h \
943 $(INCDIR
)/elf
/reloc-macros.h
945 DEPTC_m68k_aout
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-aout.h \
946 $(srcdir)/config
/tc-m68k.h
$(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h \
947 $(INCDIR
)/safe-ctype.h
$(INCDIR
)/obstack.h subsegs.h \
948 dwarf2dbg.h dw2gencfi.h
$(INCDIR
)/elf
/dwarf2.h
$(INCDIR
)/opcode
/m68k.h \
949 $(srcdir)/config
/m68k-parse.h
951 DEPTC_m68k_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
952 $(srcdir)/config
/tc-m68k.h
$(INCDIR
)/coff
/internal.h \
953 $(INCDIR
)/coff
/m68k.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h \
954 $(INCDIR
)/bfdlink.h
$(INCDIR
)/safe-ctype.h
$(INCDIR
)/obstack.h \
955 subsegs.h dwarf2dbg.h dw2gencfi.h
$(INCDIR
)/elf
/dwarf2.h \
956 $(INCDIR
)/opcode
/m68k.h
$(srcdir)/config
/m68k-parse.h
958 DEPTC_m68k_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
959 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
960 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-m68k.h \
961 $(INCDIR
)/safe-ctype.h
$(INCDIR
)/obstack.h subsegs.h \
962 dwarf2dbg.h dw2gencfi.h
$(INCDIR
)/elf
/dwarf2.h
$(INCDIR
)/opcode
/m68k.h \
963 $(srcdir)/config
/m68k-parse.h
$(INCDIR
)/elf
/m68k.h \
964 $(INCDIR
)/elf
/reloc-macros.h
966 DEPTC_maxq_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
967 $(srcdir)/config
/tc-maxq.h
$(INCDIR
)/coff
/internal.h \
968 $(INCDIR
)/coff
/maxq.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h \
969 $(INCDIR
)/bfdlink.h
$(INCDIR
)/safe-ctype.h subsegs.h \
970 $(INCDIR
)/obstack.h dwarf2dbg.h
$(INCDIR
)/opcode
/maxq.h
972 DEPTC_mcore_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
973 $(srcdir)/config
/tc-mcore.h
$(INCDIR
)/coff
/internal.h \
974 $(INCDIR
)/coff
/mcore.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h \
975 $(INCDIR
)/bfdlink.h subsegs.h
$(INCDIR
)/obstack.h
$(srcdir)/..
/opcodes
/mcore-opc.h \
976 $(INCDIR
)/safe-ctype.h
978 DEPTC_mcore_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
979 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
980 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mcore.h \
981 dwarf2dbg.h subsegs.h
$(INCDIR
)/obstack.h
$(srcdir)/..
/opcodes
/mcore-opc.h \
982 $(INCDIR
)/safe-ctype.h
$(INCDIR
)/elf
/mcore.h
$(INCDIR
)/elf
/reloc-macros.h
984 DEPTC_mips_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
985 $(srcdir)/config
/tc-mips.h
$(INCDIR
)/coff
/internal.h \
986 $(INCDIR
)/coff
/mipspe.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h \
987 $(INCDIR
)/bfdlink.h subsegs.h
$(INCDIR
)/obstack.h
$(INCDIR
)/safe-ctype.h \
988 $(INCDIR
)/opcode
/mips.h itbl-ops.h dwarf2dbg.h dw2gencfi.h \
989 $(INCDIR
)/elf
/dwarf2.h
$(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h \
990 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h \
991 $(INCDIR
)/elf
/mips.h
$(INCDIR
)/elf
/reloc-macros.h ecoff.h \
992 $(INCDIR
)/coff
/sym.h
$(INCDIR
)/coff
/ecoff.h
994 DEPTC_mips_ecoff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-ecoff.h \
995 $(srcdir)/config
/tc-mips.h ecoff.h
$(INCDIR
)/coff
/sym.h \
996 $(INCDIR
)/coff
/ecoff.h subsegs.h
$(INCDIR
)/obstack.h \
997 $(INCDIR
)/safe-ctype.h
$(INCDIR
)/opcode
/mips.h itbl-ops.h \
998 dwarf2dbg.h dw2gencfi.h
$(INCDIR
)/elf
/dwarf2.h
$(srcdir)/config
/obj-elf.h \
999 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1000 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(INCDIR
)/elf
/mips.h \
1001 $(INCDIR
)/elf
/reloc-macros.h
1003 DEPTC_mips_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1004 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1005 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mips.h \
1006 subsegs.h
$(INCDIR
)/obstack.h
$(INCDIR
)/safe-ctype.h \
1007 $(INCDIR
)/opcode
/mips.h itbl-ops.h dwarf2dbg.h dw2gencfi.h \
1008 $(INCDIR
)/elf
/dwarf2.h
$(INCDIR
)/elf
/mips.h
$(INCDIR
)/elf
/reloc-macros.h \
1009 ecoff.h
$(INCDIR
)/coff
/sym.h
$(INCDIR
)/coff
/ecoff.h
1011 DEPTC_mmix_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1012 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1013 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mmix.h \
1014 dwarf2dbg.h subsegs.h
$(INCDIR
)/obstack.h
$(INCDIR
)/elf
/mmix.h \
1015 $(INCDIR
)/elf
/reloc-macros.h
$(INCDIR
)/opcode
/mmix.h \
1016 $(INCDIR
)/safe-ctype.h
1018 DEPTC_mn10200_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1019 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1020 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mn10200.h \
1021 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1022 $(INCDIR
)/opcode
/mn10200.h
1024 DEPTC_mn10300_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1025 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1026 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mn10300.h \
1027 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1028 $(INCDIR
)/opcode
/mn10300.h
1030 DEPTC_msp430_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1031 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1032 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-msp430.h \
1033 dwarf2dbg.h subsegs.h
$(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/msp430.h \
1034 $(INCDIR
)/safe-ctype.h
1036 DEPTC_mt_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1037 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1038 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mt.h \
1039 dwarf2dbg.h subsegs.h
$(INCDIR
)/obstack.h
$(srcdir)/..
/opcodes
/mt-desc.h \
1040 $(INCDIR
)/opcode
/cgen-bitset.h
$(INCDIR
)/opcode
/cgen.h \
1041 $(srcdir)/..
/opcodes
/mt-opc.h cgen.h
$(INCDIR
)/elf
/mt.h \
1042 $(INCDIR
)/elf
/reloc-macros.h
$(BFDDIR
)/libbfd.h
$(INCDIR
)/hashtab.h
1044 DEPTC_ns32k_aout
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-aout.h \
1045 $(srcdir)/config
/tc-ns32k.h
$(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h \
1046 $(INCDIR
)/opcode
/ns32k.h
$(INCDIR
)/obstack.h
1048 DEPTC_openrisc_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1049 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1050 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-openrisc.h \
1051 dwarf2dbg.h subsegs.h
$(INCDIR
)/obstack.h
$(srcdir)/..
/opcodes
/openrisc-desc.h \
1052 $(INCDIR
)/opcode
/cgen-bitset.h
$(INCDIR
)/opcode
/cgen.h \
1053 $(srcdir)/..
/opcodes
/openrisc-opc.h cgen.h
1055 DEPTC_or32_coff
= $(INCDIR
)/safe-ctype.h
$(INCDIR
)/symcat.h \
1056 $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-or32.h \
1057 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/or32.h
$(BFDDIR
)/libcoff.h \
1058 $(INCDIR
)/bfdlink.h
$(INCDIR
)/opcode
/or32.h
$(INCDIR
)/elf
/or32.h \
1059 $(INCDIR
)/elf
/reloc-macros.h
1061 DEPTC_or32_elf
= $(INCDIR
)/safe-ctype.h
$(INCDIR
)/symcat.h \
1062 $(srcdir)/config
/obj-elf.h
$(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h \
1063 $(INCDIR
)/elf
/internal.h
$(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h \
1064 $(srcdir)/config
/tc-or32.h dwarf2dbg.h
$(INCDIR
)/opcode
/or32.h \
1065 $(INCDIR
)/elf
/or32.h
$(INCDIR
)/elf
/reloc-macros.h
1067 DEPTC_pdp11_aout
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-aout.h \
1068 $(srcdir)/config
/tc-pdp11.h
$(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h \
1069 $(INCDIR
)/safe-ctype.h
$(INCDIR
)/opcode
/pdp11.h
1071 DEPTC_pdp11_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1072 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1073 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-pdp11.h \
1074 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h
$(INCDIR
)/opcode
/pdp11.h
1076 DEPTC_pj_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1077 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1078 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-pj.h \
1079 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h
$(INCDIR
)/opcode
/pj.h
1081 DEPTC_ppc_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
1082 $(srcdir)/config
/tc-ppc.h
$(INCDIR
)/coff
/internal.h \
1083 $(INCDIR
)/coff
/rs6000.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
1084 $(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1085 dw2gencfi.h
$(INCDIR
)/elf
/dwarf2.h
$(INCDIR
)/opcode
/ppc.h
1087 DEPTC_ppc_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1088 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1089 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-ppc.h \
1090 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1091 dw2gencfi.h
$(INCDIR
)/elf
/dwarf2.h
$(INCDIR
)/opcode
/ppc.h \
1092 $(INCDIR
)/elf
/ppc.h
$(INCDIR
)/elf
/reloc-macros.h
1094 DEPTC_s390_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1095 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1096 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-s390.h \
1097 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1098 struc-symbol.h dw2gencfi.h
$(INCDIR
)/elf
/dwarf2.h
$(INCDIR
)/opcode
/s390.h \
1099 $(INCDIR
)/elf
/s390.h
$(INCDIR
)/elf
/reloc-macros.h
1101 DEPTC_sh_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
1102 $(srcdir)/config
/tc-sh.h
$(INCDIR
)/coff
/internal.h \
1103 $(INCDIR
)/coff
/sh.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h \
1104 $(INCDIR
)/bfdlink.h subsegs.h
$(INCDIR
)/obstack.h
$(srcdir)/..
/opcodes
/sh-opc.h \
1105 $(INCDIR
)/safe-ctype.h struc-symbol.h dwarf2dbg.h dw2gencfi.h \
1106 $(INCDIR
)/elf
/dwarf2.h
1108 DEPTC_sh_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1109 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1110 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-sh.h \
1111 subsegs.h
$(INCDIR
)/obstack.h
$(srcdir)/..
/opcodes
/sh-opc.h \
1112 $(INCDIR
)/safe-ctype.h struc-symbol.h
$(INCDIR
)/elf
/sh.h \
1113 $(INCDIR
)/elf
/reloc-macros.h dwarf2dbg.h dw2gencfi.h \
1114 $(INCDIR
)/elf
/dwarf2.h
1116 DEPTC_sh64_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1117 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1118 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-sh64.h \
1119 $(srcdir)/config
/tc-sh.h
$(INCDIR
)/elf
/sh.h
$(INCDIR
)/elf
/reloc-macros.h \
1120 $(BFDDIR
)/elf32-sh64.h
$(INCDIR
)/safe-ctype.h
$(srcdir)/..
/opcodes
/sh64-opc.h \
1121 $(srcdir)/config
/tc-sh.c subsegs.h
$(INCDIR
)/obstack.h \
1122 $(srcdir)/..
/opcodes
/sh-opc.h struc-symbol.h dwarf2dbg.h \
1123 dw2gencfi.h
$(INCDIR
)/elf
/dwarf2.h
1125 DEPTC_sparc_aout
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-aout.h \
1126 $(srcdir)/config
/tc-sparc.h
$(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h \
1127 $(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1128 $(INCDIR
)/opcode
/sparc.h dw2gencfi.h
$(INCDIR
)/elf
/dwarf2.h
1130 DEPTC_sparc_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
1131 $(srcdir)/config
/tc-sparc.h
$(INCDIR
)/coff
/internal.h \
1132 $(INCDIR
)/coff
/sparc.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h \
1133 $(INCDIR
)/bfdlink.h
$(INCDIR
)/safe-ctype.h subsegs.h \
1134 $(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/sparc.h dw2gencfi.h \
1135 $(INCDIR
)/elf
/dwarf2.h
1137 DEPTC_sparc_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1138 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1139 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-sparc.h \
1140 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1141 $(INCDIR
)/opcode
/sparc.h dw2gencfi.h
$(INCDIR
)/elf
/dwarf2.h \
1142 $(INCDIR
)/elf
/sparc.h
$(INCDIR
)/elf
/reloc-macros.h
1144 DEPTC_tic30_aout
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-aout.h \
1145 $(srcdir)/config
/tc-tic30.h
$(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h \
1146 $(INCDIR
)/safe-ctype.h
$(INCDIR
)/opcode
/tic30.h
1148 DEPTC_tic30_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
1149 $(srcdir)/config
/tc-tic30.h
$(INCDIR
)/coff
/internal.h \
1150 $(INCDIR
)/coff
/tic30.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h \
1151 $(INCDIR
)/bfdlink.h
$(INCDIR
)/safe-ctype.h
$(INCDIR
)/opcode
/tic30.h
1153 DEPTC_tic4x_coff
= $(INCDIR
)/safe-ctype.h
$(INCDIR
)/symcat.h \
1154 $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-tic4x.h \
1155 $(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/tic4x.h
$(INCDIR
)/coff
/ti.h \
1156 $(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
$(INCDIR
)/opcode
/tic4x.h \
1157 subsegs.h
$(INCDIR
)/obstack.h
1159 DEPTC_tic54x_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
1160 $(srcdir)/config
/tc-tic54x.h
$(INCDIR
)/coff
/internal.h \
1161 $(INCDIR
)/coff
/tic54x.h
$(INCDIR
)/coff
/ti.h
$(BFDDIR
)/libcoff.h \
1162 $(INCDIR
)/bfdlink.h
$(INCDIR
)/safe-ctype.h sb.h macro.h \
1163 subsegs.h
$(INCDIR
)/obstack.h struc-symbol.h
$(INCDIR
)/opcode
/tic54x.h
1165 DEPTC_v850_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1166 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1167 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-v850.h \
1168 $(INCDIR
)/elf
/v850.h
$(INCDIR
)/elf
/reloc-macros.h dwarf2dbg.h \
1169 $(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1170 $(INCDIR
)/opcode
/v850.h
1172 DEPTC_vax_aout
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-aout.h \
1173 $(srcdir)/config
/tc-vax.h
$(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h \
1174 $(srcdir)/config
/vax-inst.h
$(INCDIR
)/obstack.h subsegs.h \
1175 $(INCDIR
)/safe-ctype.h
$(INCDIR
)/opcode
/vax.h
1177 DEPTC_vax_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1178 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1179 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-vax.h \
1180 dwarf2dbg.h
$(srcdir)/config
/vax-inst.h
$(INCDIR
)/obstack.h \
1181 subsegs.h
$(INCDIR
)/safe-ctype.h
$(INCDIR
)/elf
/vax.h \
1182 $(INCDIR
)/elf
/reloc-macros.h
$(INCDIR
)/opcode
/vax.h
1184 DEPTC_xc16x_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1185 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1186 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-xc16x.h \
1187 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1188 $(srcdir)/..
/opcodes
/xc16x-desc.h
$(INCDIR
)/opcode
/cgen-bitset.h \
1189 $(INCDIR
)/opcode
/cgen.h
$(srcdir)/..
/opcodes
/xc16x-opc.h \
1190 cgen.h
$(INCDIR
)/elf
/xc16x.h
$(INCDIR
)/elf
/reloc-macros.h
1192 DEPTC_xstormy16_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1193 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1194 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-xstormy16.h \
1195 dwarf2dbg.h subsegs.h
$(INCDIR
)/obstack.h
$(srcdir)/..
/opcodes
/xstormy16-desc.h \
1196 $(INCDIR
)/opcode
/cgen-bitset.h
$(INCDIR
)/opcode
/cgen.h \
1197 $(srcdir)/..
/opcodes
/xstormy16-opc.h cgen.h
1199 DEPTC_xtensa_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1200 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1201 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-xtensa.h \
1202 $(INCDIR
)/xtensa-isa.h
$(INCDIR
)/xtensa-config.h sb.h \
1203 $(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1204 $(srcdir)/config
/xtensa-relax.h
$(srcdir)/config
/xtensa-istack.h \
1205 dwarf2dbg.h struc-symbol.h
1207 DEPTC_z80_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
1208 $(srcdir)/config
/tc-z80.h
$(INCDIR
)/coff
/internal.h \
1209 $(INCDIR
)/coff
/z80.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h \
1210 $(INCDIR
)/bfdlink.h
$(INCDIR
)/safe-ctype.h subsegs.h \
1213 DEPTC_z8k_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
1214 $(srcdir)/config
/tc-z8k.h
$(INCDIR
)/coff
/internal.h \
1215 $(INCDIR
)/coff
/z8k.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h \
1216 $(INCDIR
)/bfdlink.h
$(INCDIR
)/safe-ctype.h
$(srcdir)/..
/opcodes
/z8k-opc.h
1218 DEPTC_hppa_som
= $(srcdir)/config
/tc-hppa.h subsegs.h \
1219 $(INCDIR
)/obstack.h
$(BFDDIR
)/libhppa.h
$(INCDIR
)/opcode
/hppa.h \
1222 DEPTC_i386_multi
= $(DEPTC_i386_aout
) $(DEPTC_i386_coff
) \
1225 DEPTC_mips_multi
= $(DEPTC_mips_coff
) $(DEPTC_mips_ecoff
) \
1228 DEPTC_cris_multi
= $(DEPTC_cris_aout
) $(DEPTC_cris_elf
)
1229 DEPOBJ_alpha_ecoff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-ecoff.h \
1230 $(srcdir)/config
/tc-alpha.h ecoff.h
$(INCDIR
)/coff
/sym.h \
1231 $(INCDIR
)/coff
/ecoff.h
$(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h \
1232 $(INCDIR
)/bfdlink.h
$(BFDDIR
)/libecoff.h
1234 DEPOBJ_alpha_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1235 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1236 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-alpha.h \
1237 $(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1238 struc-symbol.h dwarf2dbg.h ecoff.h
$(INCDIR
)/coff
/sym.h \
1239 $(INCDIR
)/coff
/ecoff.h
$(INCDIR
)/elf
/alpha.h
$(INCDIR
)/elf
/reloc-macros.h \
1240 $(INCDIR
)/aout
/aout64.h
1242 DEPOBJ_alpha_evax
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-evax.h \
1243 $(srcdir)/config
/tc-alpha.h
1245 DEPOBJ_arc_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1246 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1247 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-arc.h \
1248 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1249 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1251 DEPOBJ_arm_aout
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-aout.h \
1252 $(srcdir)/config
/tc-arm.h
$(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h \
1253 $(INCDIR
)/aout
/aout64.h
$(INCDIR
)/obstack.h
1255 DEPOBJ_arm_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
1256 $(srcdir)/config
/tc-arm.h
$(INCDIR
)/coff
/internal.h \
1257 $(INCDIR
)/coff
/arm.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h \
1258 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1260 DEPOBJ_arm_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1261 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1262 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-arm.h \
1263 $(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1264 struc-symbol.h dwarf2dbg.h
$(INCDIR
)/aout
/aout64.h
1266 DEPOBJ_avr_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1267 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1268 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-avr.h \
1269 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1270 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1272 DEPOBJ_bfin_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1273 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1274 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-bfin.h \
1275 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1276 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1278 DEPOBJ_cris_aout
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-aout.h \
1279 $(srcdir)/config
/tc-cris.h
$(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h \
1280 $(INCDIR
)/aout
/aout64.h
$(INCDIR
)/obstack.h
1282 DEPOBJ_cris_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1283 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1284 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-cris.h \
1285 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1286 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1288 DEPOBJ_crx_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1289 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1290 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-crx.h \
1291 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1292 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1294 DEPOBJ_d10v_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1295 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1296 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-d10v.h \
1297 $(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1298 struc-symbol.h dwarf2dbg.h
$(INCDIR
)/aout
/aout64.h
1300 DEPOBJ_d30v_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1301 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1302 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-d30v.h \
1303 $(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1304 struc-symbol.h dwarf2dbg.h
$(INCDIR
)/aout
/aout64.h
1306 DEPOBJ_dlx_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1307 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1308 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-dlx.h \
1309 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1310 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1312 DEPOBJ_fr30_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1313 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1314 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-fr30.h \
1315 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1316 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1318 DEPOBJ_frv_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1319 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1320 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-frv.h \
1321 $(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1322 struc-symbol.h dwarf2dbg.h
$(INCDIR
)/aout
/aout64.h
1324 DEPOBJ_h8300_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
1325 $(srcdir)/config
/tc-h8300.h
$(INCDIR
)/coff
/internal.h \
1326 $(INCDIR
)/coff
/h8300.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h \
1327 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1329 DEPOBJ_h8300_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1330 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1331 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-h8300.h \
1332 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1333 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1335 DEPOBJ_hppa_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1336 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1337 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-hppa.h \
1338 $(BFDDIR
)/elf32-hppa.h
$(BFDDIR
)/libhppa.h
$(INCDIR
)/elf
/hppa.h \
1339 $(INCDIR
)/elf
/reloc-macros.h
$(INCDIR
)/safe-ctype.h \
1340 subsegs.h
$(INCDIR
)/obstack.h struc-symbol.h dwarf2dbg.h \
1341 $(INCDIR
)/aout
/aout64.h
1343 DEPOBJ_i370_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1344 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1345 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-i370.h \
1346 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1347 struc-symbol.h
$(INCDIR
)/elf
/i370.h
$(INCDIR
)/elf
/reloc-macros.h \
1348 $(INCDIR
)/aout
/aout64.h
1350 DEPOBJ_i386_aout
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-aout.h \
1351 $(srcdir)/config
/tc-i386.h
$(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h \
1352 $(INCDIR
)/aout
/aout64.h
$(INCDIR
)/obstack.h
1354 DEPOBJ_i386_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
1355 $(srcdir)/config
/tc-i386.h
$(INCDIR
)/coff
/internal.h \
1356 $(INCDIR
)/coff
/i386.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h \
1357 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1359 DEPOBJ_i386_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1360 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1361 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-i386.h \
1362 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1363 struc-symbol.h
$(INCDIR
)/elf
/x86-64.h
$(INCDIR
)/elf
/reloc-macros.h \
1364 $(INCDIR
)/aout
/aout64.h
1366 DEPOBJ_i860_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1367 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1368 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-i860.h \
1369 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1370 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1372 DEPOBJ_i960_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
1373 $(srcdir)/config
/tc-i960.h
$(INCDIR
)/coff
/internal.h \
1374 $(INCDIR
)/coff
/i960.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
1375 $(INCDIR
)/obstack.h subsegs.h
1377 DEPOBJ_i960_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1378 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1379 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-i960.h \
1380 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1381 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1383 DEPOBJ_ia64_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1384 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1385 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-ia64.h \
1386 $(INCDIR
)/opcode
/ia64.h
$(INCDIR
)/elf
/ia64.h
$(INCDIR
)/elf
/reloc-macros.h \
1387 $(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1388 struc-symbol.h dwarf2dbg.h
$(INCDIR
)/aout
/aout64.h
1390 DEPOBJ_ip2k_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1391 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1392 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-ip2k.h \
1393 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1394 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1396 DEPOBJ_m32c_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1397 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1398 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-m32c.h \
1399 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1400 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1402 DEPOBJ_m32r_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1403 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1404 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-m32r.h \
1405 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1406 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1408 DEPOBJ_m68hc11_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1409 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1410 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-m68hc11.h \
1411 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1412 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1414 DEPOBJ_m68k_aout
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-aout.h \
1415 $(srcdir)/config
/tc-m68k.h
$(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h \
1416 $(INCDIR
)/aout
/aout64.h
$(INCDIR
)/obstack.h
1418 DEPOBJ_m68k_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
1419 $(srcdir)/config
/tc-m68k.h
$(INCDIR
)/coff
/internal.h \
1420 $(INCDIR
)/coff
/m68k.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h \
1421 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1423 DEPOBJ_m68k_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1424 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1425 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-m68k.h \
1426 $(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1427 struc-symbol.h dwarf2dbg.h
$(INCDIR
)/aout
/aout64.h
1429 DEPOBJ_maxq_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
1430 $(srcdir)/config
/tc-maxq.h
$(INCDIR
)/coff
/internal.h \
1431 $(INCDIR
)/coff
/maxq.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h \
1432 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1434 DEPOBJ_mcore_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
1435 $(srcdir)/config
/tc-mcore.h
$(INCDIR
)/coff
/internal.h \
1436 $(INCDIR
)/coff
/mcore.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h \
1437 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1439 DEPOBJ_mcore_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1440 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1441 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mcore.h \
1442 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1443 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1445 DEPOBJ_mips_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
1446 $(srcdir)/config
/tc-mips.h
$(INCDIR
)/coff
/internal.h \
1447 $(INCDIR
)/coff
/mipspe.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h \
1448 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1450 DEPOBJ_mips_ecoff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-ecoff.h \
1451 $(srcdir)/config
/tc-mips.h ecoff.h
$(INCDIR
)/coff
/sym.h \
1452 $(INCDIR
)/coff
/ecoff.h
$(INCDIR
)/coff
/internal.h
$(BFDDIR
)/libcoff.h \
1453 $(INCDIR
)/bfdlink.h
$(BFDDIR
)/libecoff.h
1455 DEPOBJ_mips_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1456 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1457 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mips.h \
1458 $(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1459 struc-symbol.h dwarf2dbg.h ecoff.h
$(INCDIR
)/coff
/sym.h \
1460 $(INCDIR
)/coff
/ecoff.h
$(INCDIR
)/elf
/mips.h
$(INCDIR
)/elf
/reloc-macros.h \
1461 $(INCDIR
)/aout
/aout64.h
1463 DEPOBJ_mmix_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1464 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1465 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mmix.h \
1466 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1467 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1469 DEPOBJ_mn10200_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1470 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1471 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mn10200.h \
1472 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1473 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1475 DEPOBJ_mn10300_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1476 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1477 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mn10300.h \
1478 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1479 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1481 DEPOBJ_msp430_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1482 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1483 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-msp430.h \
1484 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1485 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1487 DEPOBJ_mt_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1488 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1489 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mt.h \
1490 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1491 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1493 DEPOBJ_ns32k_aout
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-aout.h \
1494 $(srcdir)/config
/tc-ns32k.h
$(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h \
1495 $(INCDIR
)/aout
/aout64.h
$(INCDIR
)/obstack.h
1497 DEPOBJ_openrisc_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1498 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1499 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-openrisc.h \
1500 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1501 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1503 DEPOBJ_or32_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
1504 $(srcdir)/config
/tc-or32.h
$(INCDIR
)/coff
/internal.h \
1505 $(INCDIR
)/coff
/or32.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
1506 $(INCDIR
)/obstack.h subsegs.h
1508 DEPOBJ_or32_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1509 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1510 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-or32.h \
1511 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1512 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1514 DEPOBJ_pdp11_aout
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-aout.h \
1515 $(srcdir)/config
/tc-pdp11.h
$(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h \
1516 $(INCDIR
)/aout
/aout64.h
$(INCDIR
)/obstack.h
1518 DEPOBJ_pdp11_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1519 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1520 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-pdp11.h \
1521 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1522 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1524 DEPOBJ_pj_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1525 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1526 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-pj.h \
1527 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1528 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1530 DEPOBJ_ppc_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
1531 $(srcdir)/config
/tc-ppc.h
$(INCDIR
)/coff
/internal.h \
1532 $(INCDIR
)/coff
/rs6000.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h \
1533 $(INCDIR
)/obstack.h subsegs.h
1535 DEPOBJ_ppc_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1536 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1537 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-ppc.h \
1538 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1539 struc-symbol.h
$(INCDIR
)/elf
/ppc.h
$(INCDIR
)/elf
/reloc-macros.h \
1540 $(INCDIR
)/aout
/aout64.h
1542 DEPOBJ_s390_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1543 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1544 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-s390.h \
1545 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1546 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1548 DEPOBJ_sh_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
1549 $(srcdir)/config
/tc-sh.h
$(INCDIR
)/coff
/internal.h \
1550 $(INCDIR
)/coff
/sh.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h \
1551 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1553 DEPOBJ_sh_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1554 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1555 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-sh.h \
1556 $(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1557 struc-symbol.h dwarf2dbg.h
$(INCDIR
)/aout
/aout64.h
1559 DEPOBJ_sh64_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1560 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1561 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-sh64.h \
1562 $(srcdir)/config
/tc-sh.h
$(INCDIR
)/elf
/sh.h
$(INCDIR
)/elf
/reloc-macros.h \
1563 $(BFDDIR
)/elf32-sh64.h
$(INCDIR
)/safe-ctype.h subsegs.h \
1564 $(INCDIR
)/obstack.h struc-symbol.h dwarf2dbg.h
$(INCDIR
)/aout
/aout64.h
1566 DEPOBJ_sparc_aout
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-aout.h \
1567 $(srcdir)/config
/tc-sparc.h
$(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h \
1568 $(INCDIR
)/aout
/aout64.h
$(INCDIR
)/obstack.h
1570 DEPOBJ_sparc_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
1571 $(srcdir)/config
/tc-sparc.h
$(INCDIR
)/coff
/internal.h \
1572 $(INCDIR
)/coff
/sparc.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h \
1573 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1575 DEPOBJ_sparc_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1576 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1577 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-sparc.h \
1578 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1579 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1581 DEPOBJ_tic30_aout
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-aout.h \
1582 $(srcdir)/config
/tc-tic30.h
$(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h \
1583 $(INCDIR
)/aout
/aout64.h
$(INCDIR
)/obstack.h
1585 DEPOBJ_tic30_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
1586 $(srcdir)/config
/tc-tic30.h
$(INCDIR
)/coff
/internal.h \
1587 $(INCDIR
)/coff
/tic30.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h \
1588 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1590 DEPOBJ_tic4x_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
1591 $(srcdir)/config
/tc-tic4x.h
$(INCDIR
)/coff
/internal.h \
1592 $(INCDIR
)/coff
/tic4x.h
$(INCDIR
)/coff
/ti.h
$(BFDDIR
)/libcoff.h \
1593 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1595 DEPOBJ_tic54x_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
1596 $(srcdir)/config
/tc-tic54x.h
$(INCDIR
)/coff
/internal.h \
1597 $(INCDIR
)/coff
/tic54x.h
$(INCDIR
)/coff
/ti.h
$(BFDDIR
)/libcoff.h \
1598 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1600 DEPOBJ_v850_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1601 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1602 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-v850.h \
1603 $(INCDIR
)/elf
/v850.h
$(INCDIR
)/elf
/reloc-macros.h dwarf2dbg.h \
1604 $(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1605 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1607 DEPOBJ_vax_aout
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-aout.h \
1608 $(srcdir)/config
/tc-vax.h
$(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h \
1609 $(INCDIR
)/aout
/aout64.h
$(INCDIR
)/obstack.h
1611 DEPOBJ_vax_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1612 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1613 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-vax.h \
1614 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1615 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1617 DEPOBJ_xc16x_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1618 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1619 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-xc16x.h \
1620 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1621 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1623 DEPOBJ_xstormy16_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1624 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1625 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-xstormy16.h \
1626 dwarf2dbg.h
$(INCDIR
)/safe-ctype.h subsegs.h
$(INCDIR
)/obstack.h \
1627 struc-symbol.h
$(INCDIR
)/aout
/aout64.h
1629 DEPOBJ_xtensa_elf
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-elf.h \
1630 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1631 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-xtensa.h \
1632 $(INCDIR
)/xtensa-isa.h
$(INCDIR
)/xtensa-config.h
$(INCDIR
)/safe-ctype.h \
1633 subsegs.h
$(INCDIR
)/obstack.h struc-symbol.h dwarf2dbg.h \
1634 $(INCDIR
)/aout
/aout64.h
1636 DEPOBJ_z80_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
1637 $(srcdir)/config
/tc-z80.h
$(INCDIR
)/coff
/internal.h \
1638 $(INCDIR
)/coff
/z80.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h \
1639 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1641 DEPOBJ_z8k_coff
= $(INCDIR
)/symcat.h
$(srcdir)/config
/obj-coff.h \
1642 $(srcdir)/config
/tc-z8k.h
$(INCDIR
)/coff
/internal.h \
1643 $(INCDIR
)/coff
/z8k.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h \
1644 $(INCDIR
)/bfdlink.h
$(INCDIR
)/obstack.h subsegs.h
1646 DEPOBJ_hppa_som
= $(srcdir)/config
/obj-som.h subsegs.h \
1647 $(INCDIR
)/obstack.h
$(BFDDIR
)/libhppa.h
$(BFDDIR
)/som.h \
1648 $(INCDIR
)/aout
/stab_gnu.h
$(INCDIR
)/aout
/stab.def
1650 DEPOBJ_i386_multi
= $(DEPOBJ_i386_aout
) $(DEPOBJ_i386_coff
) \
1653 DEPOBJ_mips_multi
= $(DEPOBJ_mips_coff
) $(DEPOBJ_mips_ecoff
) \
1656 DEPOBJ_cris_multi
= $(DEPOBJ_cris_aout
) $(DEPOBJ_cris_elf
)
1657 DEP_alpha_ecoff
= $(srcdir)/config
/obj-ecoff.h
$(srcdir)/config
/tc-alpha.h \
1658 ecoff.h
$(INCDIR
)/coff
/sym.h
$(INCDIR
)/coff
/ecoff.h
1660 DEP_alpha_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1661 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1662 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-alpha.h
1664 DEP_alpha_evax
= $(srcdir)/config
/obj-evax.h
$(srcdir)/config
/tc-alpha.h
1665 DEP_arc_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1666 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1667 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-arc.h \
1668 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1671 DEP_arm_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-arm.h \
1672 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
1674 DEP_arm_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-arm.h \
1675 $(INCDIR
)/symcat.h
$(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/arm.h \
1676 $(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1678 DEP_arm_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1679 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1680 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-arm.h
1682 DEP_avr_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1683 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1684 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-avr.h \
1685 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1688 DEP_bfin_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1689 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1690 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-bfin.h \
1691 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1694 DEP_cris_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-cris.h \
1695 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
1697 DEP_cris_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1698 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1699 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-cris.h \
1700 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1703 DEP_crx_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1704 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1705 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-crx.h \
1706 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1709 DEP_d10v_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1710 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1711 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-d10v.h
1713 DEP_d30v_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1714 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1715 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-d30v.h
1717 DEP_dlx_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1718 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1719 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-dlx.h \
1720 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1723 DEP_fr30_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1724 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1725 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-fr30.h \
1726 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1729 DEP_frv_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1730 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1731 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-frv.h
1733 DEP_h8300_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-h8300.h \
1734 $(INCDIR
)/symcat.h
$(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/h8300.h \
1735 $(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1737 DEP_h8300_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1738 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1739 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-h8300.h \
1740 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1741 $(INCDIR
)/coff
/h8300.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h
1743 DEP_hppa_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1744 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1745 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-hppa.h \
1746 $(BFDDIR
)/elf32-hppa.h
$(BFDDIR
)/libhppa.h
$(INCDIR
)/elf
/hppa.h \
1747 $(INCDIR
)/elf
/reloc-macros.h
1749 DEP_i370_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1750 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1751 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-i370.h \
1752 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1755 DEP_i386_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-i386.h \
1756 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
1758 DEP_i386_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-i386.h \
1759 $(INCDIR
)/symcat.h
$(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/i386.h \
1760 $(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1762 DEP_i386_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1763 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1764 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-i386.h \
1765 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1766 $(INCDIR
)/coff
/i386.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h
1768 DEP_i860_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1769 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1770 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-i860.h \
1771 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1774 DEP_i960_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-i960.h \
1775 $(INCDIR
)/symcat.h
$(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/i960.h \
1776 $(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1778 DEP_i960_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1779 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1780 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-i960.h \
1781 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1782 $(INCDIR
)/coff
/i960.h
$(BFDDIR
)/libcoff.h
1784 DEP_ia64_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1785 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1786 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-ia64.h \
1787 $(INCDIR
)/opcode
/ia64.h
$(INCDIR
)/elf
/ia64.h
$(INCDIR
)/elf
/reloc-macros.h
1789 DEP_ip2k_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1790 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1791 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-ip2k.h \
1792 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1795 DEP_m32c_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1796 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1797 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-m32c.h \
1798 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1801 DEP_m32r_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1802 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1803 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-m32r.h \
1804 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1807 DEP_m68hc11_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1808 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1809 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-m68hc11.h \
1810 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1811 $(INCDIR
)/coff
/m68k.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h
1813 DEP_m68k_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-m68k.h \
1814 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
1816 DEP_m68k_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-m68k.h \
1817 $(INCDIR
)/symcat.h
$(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/m68k.h \
1818 $(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1820 DEP_m68k_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1821 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1822 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-m68k.h
1824 DEP_maxq_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-maxq.h \
1825 $(INCDIR
)/symcat.h
$(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/maxq.h \
1826 $(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1828 DEP_mcore_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-mcore.h \
1829 $(INCDIR
)/symcat.h
$(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/mcore.h \
1830 $(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1832 DEP_mcore_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1833 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1834 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mcore.h \
1835 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1836 $(INCDIR
)/coff
/mcore.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h
1838 DEP_mips_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-mips.h \
1839 $(INCDIR
)/symcat.h
$(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/mipspe.h \
1840 $(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1842 DEP_mips_ecoff
= $(srcdir)/config
/obj-ecoff.h
$(srcdir)/config
/tc-mips.h \
1843 ecoff.h
$(INCDIR
)/coff
/sym.h
$(INCDIR
)/coff
/ecoff.h
1845 DEP_mips_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1846 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1847 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mips.h
1849 DEP_mmix_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1850 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1851 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mmix.h \
1852 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1855 DEP_mn10200_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1856 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1857 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mn10200.h \
1858 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1861 DEP_mn10300_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1862 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1863 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mn10300.h \
1864 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1867 DEP_msp430_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1868 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1869 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-msp430.h \
1870 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1873 DEP_mt_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1874 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1875 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-mt.h \
1876 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1879 DEP_ns32k_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-ns32k.h \
1880 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
1882 DEP_openrisc_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1883 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1884 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-openrisc.h \
1885 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1888 DEP_or32_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-or32.h \
1889 $(INCDIR
)/symcat.h
$(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/or32.h \
1890 $(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1892 DEP_or32_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1893 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1894 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-or32.h \
1895 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1896 $(INCDIR
)/coff
/or32.h
$(BFDDIR
)/libcoff.h
1898 DEP_pdp11_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-pdp11.h \
1899 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
1901 DEP_pdp11_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1902 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1903 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-pdp11.h \
1904 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1907 DEP_pj_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1908 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1909 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-pj.h \
1910 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1913 DEP_ppc_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-ppc.h \
1914 $(INCDIR
)/symcat.h
$(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/rs6000.h \
1915 $(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1917 DEP_ppc_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1918 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1919 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-ppc.h \
1920 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1921 $(INCDIR
)/coff
/rs6000.h
$(BFDDIR
)/libcoff.h
1923 DEP_s390_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1924 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1925 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-s390.h \
1926 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1929 DEP_sh_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-sh.h \
1930 $(INCDIR
)/symcat.h
$(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/sh.h \
1931 $(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1933 DEP_sh_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1934 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1935 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-sh.h
1937 DEP_sh64_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1938 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1939 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-sh64.h \
1940 $(srcdir)/config
/tc-sh.h
$(INCDIR
)/elf
/sh.h
$(INCDIR
)/elf
/reloc-macros.h \
1941 $(BFDDIR
)/elf32-sh64.h
1943 DEP_sparc_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-sparc.h \
1944 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
1946 DEP_sparc_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-sparc.h \
1947 $(INCDIR
)/symcat.h
$(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/sparc.h \
1948 $(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1950 DEP_sparc_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1951 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1952 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-sparc.h \
1953 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1954 $(INCDIR
)/coff
/sparc.h
$(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h
1956 DEP_tic30_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-tic30.h \
1957 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
1959 DEP_tic30_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-tic30.h \
1960 $(INCDIR
)/symcat.h
$(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/tic30.h \
1961 $(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1963 DEP_tic4x_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-tic4x.h \
1964 $(INCDIR
)/symcat.h
$(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/tic4x.h \
1965 $(INCDIR
)/coff
/ti.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1967 DEP_tic54x_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-tic54x.h \
1968 $(INCDIR
)/symcat.h
$(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/tic54x.h \
1969 $(INCDIR
)/coff
/ti.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
1971 DEP_v850_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1972 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1973 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-v850.h \
1974 $(INCDIR
)/elf
/v850.h
$(INCDIR
)/elf
/reloc-macros.h dwarf2dbg.h \
1975 $(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1978 DEP_vax_aout
= $(srcdir)/config
/obj-aout.h
$(srcdir)/config
/tc-vax.h \
1979 $(BFDDIR
)/libaout.h
$(INCDIR
)/bfdlink.h
1981 DEP_vax_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1982 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1983 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-vax.h \
1984 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1987 DEP_xc16x_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1988 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1989 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-xc16x.h \
1990 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1993 DEP_xstormy16_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
1994 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
1995 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-xstormy16.h \
1996 dwarf2dbg.h
$(srcdir)/config
/obj-coff.h
$(INCDIR
)/coff
/internal.h \
1999 DEP_xtensa_elf
= $(srcdir)/config
/obj-elf.h
$(INCDIR
)/symcat.h \
2000 $(BFDDIR
)/elf-bfd.h
$(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/internal.h \
2001 $(INCDIR
)/elf
/external.h
$(INCDIR
)/bfdlink.h
$(srcdir)/config
/tc-xtensa.h \
2002 $(INCDIR
)/xtensa-isa.h
$(INCDIR
)/xtensa-config.h
2004 DEP_z80_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-z80.h \
2005 $(INCDIR
)/symcat.h
$(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/z80.h \
2006 $(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
2008 DEP_z8k_coff
= $(srcdir)/config
/obj-coff.h
$(srcdir)/config
/tc-z8k.h \
2009 $(INCDIR
)/symcat.h
$(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/z8k.h \
2010 $(INCDIR
)/coff
/external.h
$(BFDDIR
)/libcoff.h
$(INCDIR
)/bfdlink.h
2012 DEP_hppa_som
= $(BFDDIR
)/som.h
2013 DEP_i386_multi
= $(DEP_i386_aout
) $(DEP_i386_coff
) \
2016 DEP_mips_multi
= $(DEP_mips_coff
) $(DEP_mips_ecoff
) \
2019 DEP_cris_multi
= $(DEP_cris_aout
) $(DEP_cris_elf
)
2020 BMKDEP
= #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.
2022 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
2025 .SUFFIXES
: .c .l .lo .o .obj .y
2028 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
2029 @for dep in
$?
; do \
2030 case
'$(am__configure_deps)' in \
2032 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
2033 cd
$(srcdir) && $(AUTOMAKE
) --foreign \
2038 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
2039 cd
$(top_srcdir
) && \
2040 $(AUTOMAKE
) --foreign Makefile
2042 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
2045 echo
' $(SHELL) ./config.status'; \
2046 $(SHELL
) .
/config.status
;; \
2048 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
2049 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
2052 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
2053 $(SHELL
) .
/config.status
--recheck
2055 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
2056 cd
$(srcdir) && $(AUTOCONF
)
2057 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
2058 cd
$(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
2061 @if
test ! -f
$@
; then \
2066 stamp-h1
: $(srcdir)/config.in
$(top_builddir
)/config.status
2068 cd
$(top_builddir
) && $(SHELL
) .
/config.status config.h
2069 $(srcdir)/config.in
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
2070 cd
$(top_srcdir
) && $(AUTOHEADER
)
2075 -rm -f config.h stamp-h1
2076 gdb.ini
: $(top_builddir
)/config.status
$(srcdir)/gdbinit.in
2077 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
2078 .gdbinit
: $(top_builddir
)/config.status
$(srcdir)/gdbinit.in
2079 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
2080 po
/Makefile.in
: $(top_builddir
)/config.status
$(top_srcdir
)/po
/Make-in
2081 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
2083 clean-noinstPROGRAMS
:
2084 @list
='$(noinst_PROGRAMS)'; for p in
$$list; do \
2085 f
=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
2086 echo
" rm -f $$p $$f"; \
2089 as-new
$(EXEEXT
): $(as_new_OBJECTS
) $(as_new_DEPENDENCIES
)
2090 @
rm -f as-new
$(EXEEXT
)
2091 $(LINK
) $(as_new_LDFLAGS
) $(as_new_OBJECTS
) $(as_new_LDADD
) $(LIBS
)
2092 itbl-test
$(EXEEXT
): $(itbl_test_OBJECTS
) $(itbl_test_DEPENDENCIES
)
2093 @
rm -f itbl-test
$(EXEEXT
)
2094 $(LINK
) $(itbl_test_LDFLAGS
) $(itbl_test_OBJECTS
) $(itbl_test_LDADD
) $(LIBS
)
2096 mostlyclean-compile
:
2106 $(COMPILE
) -c
`$(CYGPATH_W) '$<'`
2109 $(LTCOMPILE
) -c
-o
$@
$<
2113 sed
'/^#/ s|$(LEX_OUTPUT_ROOT)\.c|$@|' $(LEX_OUTPUT_ROOT
).c
>$@
2114 rm -f
$(LEX_OUTPUT_ROOT
).c
2117 $(SHELL
) $(YLWRAP
) $< y.tab.c
$@ y.tab.h
$*.h y.output
$*.output
-- $(YACCCOMPILE
)
2119 mostlyclean-libtool
:
2129 # This directory's subdirectories are mostly independent; you can cd
2130 # into them and run `make' without going through this Makefile.
2131 # To change the values of `make' variables: instead of editing Makefiles,
2132 # (1) if the variable is set in `config.status', edit `config.status'
2133 # (which will cause the Makefiles to be regenerated when you run `make');
2134 # (2) otherwise, pass the desired values on the `make' command line.
2135 $(RECURSIVE_TARGETS
):
2136 @failcom
='exit 1'; \
2137 for f in x
$$MAKEFLAGS; do \
2140 *k
*) failcom
='fail=yes';; \
2144 target
=`echo $@ | sed s/-recursive//`; \
2145 list
='$(SUBDIRS)'; for subdir in
$$list; do \
2146 echo
"Making $$target in $$subdir"; \
2147 if
test "$$subdir" = "."; then \
2149 local_target
="$$target-am"; \
2151 local_target
="$$target"; \
2153 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
2154 || eval
$$failcom; \
2156 if
test "$$dot_seen" = "no"; then \
2157 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
2158 fi
; test -z
"$$fail"
2160 mostlyclean-recursive clean-recursive distclean-recursive \
2161 maintainer-clean-recursive
:
2162 @failcom
='exit 1'; \
2163 for f in x
$$MAKEFLAGS; do \
2166 *k
*) failcom
='fail=yes';; \
2171 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
2172 *) list
='$(SUBDIRS)' ;; \
2174 rev
=''; for subdir in
$$list; do \
2175 if
test "$$subdir" = "."; then
:; else \
2176 rev
="$$subdir $$rev"; \
2180 target
=`echo $@ | sed s/-recursive//`; \
2181 for subdir in
$$rev; do \
2182 echo
"Making $$target in $$subdir"; \
2183 if
test "$$subdir" = "."; then \
2184 local_target
="$$target-am"; \
2186 local_target
="$$target"; \
2188 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
2189 || eval
$$failcom; \
2190 done
&& test -z
"$$fail"
2192 list
='$(SUBDIRS)'; for subdir in
$$list; do \
2193 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
2196 list
='$(SUBDIRS)'; for subdir in
$$list; do \
2197 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) ctags
); \
2200 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
2201 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2202 unique
=`for i in $$list; do \
2203 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2205 $(AWK) ' { files[$$0] = 1; } \
2206 END { for (i in files) print i; }'`; \
2210 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) config.in
$(TAGS_DEPENDENCIES
) \
2211 $(TAGS_FILES
) $(LISP
)
2214 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
2215 include_option
=--etags-include
; \
2218 include_option
=--include; \
2221 list
='$(SUBDIRS)'; for subdir in
$$list; do \
2222 if
test "$$subdir" = .
; then
:; else \
2223 test ! -f
$$subdir/TAGS || \
2224 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
2227 list
='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
2228 unique
=`for i in $$list; do \
2229 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2231 $(AWK) ' { files[$$0] = 1; } \
2232 END { for (i in files) print i; }'`; \
2233 if
test -z
"$(ETAGS_ARGS)$$tags$$unique"; then
:; else \
2234 test -n
"$$unique" || unique
=$$empty_fix; \
2235 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
2239 CTAGS
: ctags-recursive
$(HEADERS
) $(SOURCES
) config.in
$(TAGS_DEPENDENCIES
) \
2240 $(TAGS_FILES
) $(LISP
)
2243 list
='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
2244 unique
=`for i in $$list; do \
2245 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2247 $(AWK) ' { files[$$0] = 1; } \
2248 END { for (i in files) print i; }'`; \
2249 test -z
"$(CTAGS_ARGS)$$tags$$unique" \
2250 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
2254 here
=`$(am__cd) $(top_builddir) && pwd` \
2255 && cd
$(top_srcdir
) \
2256 && gtags
-i
$(GTAGS_ARGS
) $$here
2259 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
2261 @echo
'Making a new site.exp file...'
2262 @echo
'## these variables are automatically generated by make ##' >site.tmp
2263 @echo
'# Do not edit here. If you wish to override these values' >>site.tmp
2264 @echo
'# edit the last section' >>site.tmp
2265 @echo
'set srcdir $(srcdir)' >>site.tmp
2266 @echo
"set objdir `pwd`" >>site.tmp
2267 @echo
'set build_alias "$(build_alias)"' >>site.tmp
2268 @echo
'set build_triplet $(build_triplet)' >>site.tmp
2269 @echo
'set host_alias "$(host_alias)"' >>site.tmp
2270 @echo
'set host_triplet $(host_triplet)' >>site.tmp
2271 @echo
'set target_alias "$(target_alias)"' >>site.tmp
2272 @echo
'set target_triplet $(target_triplet)' >>site.tmp
2273 @echo
'## All variables above are generated by configure. Do Not Edit ##' >>site.tmp
2274 @
test ! -f site.exp || \
2275 sed
'1,/^## All variables above are.*##/ d' site.exp
>> site.tmp
2277 @
test ! -f site.exp || mv site.exp site.bak
2278 @mv site.tmp site.exp
2281 -rm -f site.exp site.bak
2282 -l
='$(DEJATOOL)'; for tool in
$$l; do \
2283 rm -f
$$tool.sum
$$tool.log
; \
2286 $(MAKE
) $(AM_MAKEFLAGS
) check-DEJAGNU
2287 check: check-recursive
2288 all-am
: Makefile
$(PROGRAMS
) $(SCRIPTS
) config.h
2289 installdirs: installdirs-recursive
2291 install: install-recursive
2292 install-exec
: install-exec-recursive
2293 install-data
: install-data-recursive
2294 uninstall: uninstall-recursive
2297 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
2299 installcheck: installcheck-recursive
2301 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
2302 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
2303 `test -z '$(STRIP)' || \
2304 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
2305 mostlyclean-generic
:
2306 -test -z
"$(MOSTLYCLEANFILES)" ||
rm -f
$(MOSTLYCLEANFILES
)
2309 -test -z
"$(CLEANFILES)" ||
rm -f
$(CLEANFILES
)
2312 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
2313 -test -z
"$(DISTCLEANFILES)" ||
rm -f
$(DISTCLEANFILES
)
2315 maintainer-clean-generic
:
2316 @echo
"This command is intended for maintainers to use"
2317 @echo
"it deletes files that may require special tools to rebuild."
2322 clean: clean-recursive
2324 clean-am
: clean-generic clean-libtool clean-noinstPROGRAMS \
2327 distclean: distclean-recursive
2328 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
2330 distclean-am
: clean-am distclean-DEJAGNU distclean-compile \
2331 distclean-generic distclean-hdr distclean-libtool \
2338 html
: html-recursive
2340 info: info-recursive
2346 install-exec-am
: install-exec-local
2348 install-info
: install-info-recursive
2354 maintainer-clean
: maintainer-clean-recursive
2355 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
2356 -rm -rf
$(top_srcdir
)/autom4te.cache
2358 maintainer-clean-am
: distclean-am maintainer-clean-generic
2360 mostlyclean: mostlyclean-recursive
2362 mostlyclean-am
: mostlyclean-compile mostlyclean-generic \
2375 uninstall-info
: uninstall-info-recursive
2377 .PHONY
: $(RECURSIVE_TARGETS
) CTAGS GTAGS
all all-am am--refresh
check \
2378 check-DEJAGNU check-am
clean clean-generic clean-libtool \
2379 clean-noinstPROGRAMS clean-recursive ctags ctags-recursive \
2380 distclean distclean-DEJAGNU distclean-compile \
2381 distclean-generic distclean-hdr distclean-libtool \
2382 distclean-recursive distclean-tags
dvi dvi-am html html-am \
2383 info info-am
install install-am install-data install-data-am \
2384 install-exec install-exec-am install-exec-local install-info \
2385 install-info-am install-man install-strip
installcheck \
2386 installcheck-am
installdirs installdirs-am maintainer-clean \
2387 maintainer-clean-generic maintainer-clean-recursive \
2388 mostlyclean mostlyclean-compile mostlyclean-generic \
2389 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
2390 tags tags-recursive
uninstall uninstall-am uninstall-info-am
2392 po
/POTFILES.in
: @MAINT@ Makefile
2393 for f in
$(POTFILES
); do echo
$$f; done | LC_COLLATE
= sort > tmp \
2394 && mv tmp
$(srcdir)/po
/POTFILES.in
2396 diststuff
: $(EXTRA_DIST
) info
2399 $(OBJS
): @ALL_OBJ_DEPS@
2401 # Stuff that every object file depends upon. If anything is removed
2402 # from this list, remove it from dep-in.sed as well.
2403 $(OBJS
): $(INCDIR
)/bin-bugs.h
$(INCDIR
)/ansidecl.h
$(INCDIR
)/libiberty.h \
2404 $(INCDIR
)/progress.h
$(INCDIR
)/fopen-same.h \
2405 $(OBJ_FORMAT_H
) $(TARG_CPU_H
) $(TARG_ENV_H
) \
2406 as.h asintl.h bignum.h bit_fix.h config.h emul.h expr.h flonum.h \
2407 frags.h hash.h listing.h obj.h read.h symbols.h tc.h write.h
2409 check-DEJAGNU
: site.exp
2410 if
[ -d testsuite
]; then \
2415 rm -f testsuite
/site.exp
2416 cp site.exp testsuite
/site.exp
2417 rootme
=`pwd`; export rootme
; \
2418 srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \
2419 EXPECT
=${EXPECT} ; export EXPECT
; \
2420 runtest
=$(RUNTEST
); \
2422 if
$(SHELL
) -c
"$$runtest --version" > /dev
/null
2>&1; then \
2423 $$runtest --tool
$(DEJATOOL
) --srcdir $${srcdir}/testsuite \
2425 else echo
"WARNING: could not find \`runtest'" 1>&2; :;\
2428 # The implicit .c.o rule doesn't work for these, perhaps because of
2429 # the variables, or perhaps because the sources are not on vpath.
2430 $(TARG_CPU_O
): $(TARG_CPU_C
)
2431 $(COMPILE
) -c
$(TARG_CPU_C
)
2432 $(ATOF_TARG_O
): $(ATOF_TARG_C
)
2433 $(COMPILE
) -c
$(ATOF_TARG_C
)
2435 # ecoff.c only has full dependencies when ECOFF_DEBUGGING is defined,
2436 # so the automatic dependency stuff doesn't work.
2437 ecoff.o
: ecoff.c ecoff.h
$(INCDIR
)/coff
/internal.h
$(INCDIR
)/coff
/sym.h \
2438 $(INCDIR
)/coff
/ecoff.h
$(INCDIR
)/coff
/symconst.h \
2439 $(INCDIR
)/aout
/stab_gnu.h
2441 # We need all these explicit rules for the multi stuff. Because of
2442 # these rules, we don't need one for OBJ_FORMAT_O.
2444 obj-aout.o
: $(srcdir)/config
/obj-aout.c
2445 $(COMPILE
) -c
$(srcdir)/config
/obj-aout.c
2446 obj-coff.o
: $(srcdir)/config
/obj-coff.c
2447 $(COMPILE
) -c
$(srcdir)/config
/obj-coff.c
2448 obj-ecoff.o
: $(srcdir)/config
/obj-ecoff.c
2449 $(COMPILE
) -c
$(srcdir)/config
/obj-ecoff.c
2450 obj-elf.o
: $(srcdir)/config
/obj-elf.c
2451 $(COMPILE
) -c
$(srcdir)/config
/obj-elf.c
2452 obj-evax.o
: $(srcdir)/config
/obj-evax.c
2453 $(COMPILE
) -c
$(srcdir)/config
/obj-evax.c
2454 obj-multi.o
: $(srcdir)/config
/obj-multi.c
2455 $(COMPILE
) -c
$(srcdir)/config
/obj-multi.c
2456 obj-som.o
: $(srcdir)/config
/obj-som.c
2457 $(COMPILE
) -c
$(srcdir)/config
/obj-som.c
2459 e-mipself.o
: $(srcdir)/config
/e-mipself.c
2460 $(COMPILE
) -c
$(srcdir)/config
/e-mipself.c
2461 e-mipsecoff.o
: $(srcdir)/config
/e-mipsecoff.c
2462 $(COMPILE
) -c
$(srcdir)/config
/e-mipsecoff.c
2463 e-i386aout.o
: $(srcdir)/config
/e-i386aout.c
2464 $(COMPILE
) -c
$(srcdir)/config
/e-i386aout.c
2465 e-i386coff.o
: $(srcdir)/config
/e-i386coff.c
2466 $(COMPILE
) -c
$(srcdir)/config
/e-i386coff.c
2467 e-i386elf.o
: $(srcdir)/config
/e-i386elf.c
2468 $(COMPILE
) -c
$(srcdir)/config
/e-i386elf.c
2469 e-crisaout.o
: $(srcdir)/config
/e-crisaout.c
2470 $(COMPILE
) -c
$(srcdir)/config
/e-crisaout.c
2471 e-criself.o
: $(srcdir)/config
/e-criself.c
2472 $(COMPILE
) -c
$(srcdir)/config
/e-criself.c
2474 xtensa-relax.o
: $(srcdir)/config
/xtensa-relax.c
2475 $(COMPILE
) -c
$(srcdir)/config
/xtensa-relax.c
2477 # If m68k-parse.y is in a different directory, then ylwrap will use an
2478 # absolute path when it invokes yacc, which will cause yacc to put the
2479 # absolute path into the generated file. That's a pain when it comes
2480 # to generating snapshots, because it introduces spurious diffs.
2481 # Since when we make the snapshots $(srcdir) = ".", we check for that
2482 # case and handle it differently. This means that anybody who
2483 # configures with $(srcdir) = "." will have to set their path in the
2484 # debugger if they want to debug m68k-parse.y. This is bad, but on
2485 # the other hand it's good that people who use the prebuilt
2486 # m68k-parse.c don't get a spurious absolute path.
2487 m68k-parse.c
: $(srcdir)/config
/m68k-parse.y
2488 f
=$(srcdir)/config
/m68k-parse.y
; \
2489 if
[ $$f = "./config/m68k-parse.y" ]; then \
2490 ln
-s config
/m68k-parse.y .
> /dev
/null
2>/dev
/null || \
2491 ln config
/m68k-parse.y .
> /dev
/null
2>/dev
/null || \
2492 cp config
/m68k-parse.y .
>/dev
/null
2>/dev
/null
; \
2495 $(SHELL
) $(YLWRAP
) $$f y.tab.c m68k-parse.c
-- $(YACCCOMPILE
); \
2496 if
[ $$f = "m68k-parse.y" ]; then \
2497 rm -f m68k-parse.y
; \
2499 # Disable -Werror, if it has been enabled, since old versions of bison/
2500 # yacc will produce working code which contain compile time warnings.
2501 m68k-parse.o
: m68k-parse.c
$(srcdir)/config
/m68k-parse.h
2502 $(COMPILE
) -c
$< $(NO_WERROR
)
2504 # Don't let the .y.h rule clobber m68k-parse.h.
2505 m68k-parse.h
: ; @true
2506 $(srcdir)/config
/m68k-parse.h
: ; @true
2508 bfin-parse.c
: $(srcdir)/config
/bfin-parse.y
2509 $(SHELL
) $(YLWRAP
) $(srcdir)/config
/bfin-parse.y y.tab.c bfin-parse.c y.tab.h bfin-parse.h
-- $(YACCCOMPILE
) -d
;
2510 bfin-parse.h
: bfin-parse.c
2511 bfin-parse.o
: bfin-parse.c bfin-parse.h
$(srcdir)/config
/bfin-defs.h \
2512 $(INCDIR
)/elf
/common.h
$(INCDIR
)/elf
/bfin.h
$(BFDDIR
)/libbfd.h
2514 bfin-defs.h
: ; @true
2515 $(srcdir)/config
/bfin-defs.h
: ; @true
2517 bfin-lex.c
: $(srcdir)/config
/bfin-lex.l
2518 $(SHELL
) $(YLWRAP
) $(srcdir)/config
/bfin-lex.l
lex.yy.c bfin-lex.c
-- $(LEXCOMPILE
)
2519 bfin-lex.o
: bfin-lex.c bfin-parse.h
$(srcdir)/config
/bfin-defs.h
2520 $(COMPILE
) -c
$< $(NO_WERROR
)
2522 # The instruction table specification lexical analyzer and parser.
2524 itbl-lex.c
: $(srcdir)/itbl-lex.l
2526 # Disable -Werror, if it has been enabled, since old versions of bison/
2527 # yacc will produce working code which contain compile time warnings.
2528 itbl-lex.o
: itbl-lex.c itbl-parse.h
$(srcdir)/itbl-lex.h
2529 $(COMPILE
) -c
$< $(NO_WERROR
)
2531 # Disable -Werror, if it has been enabled, since old versions of bison/
2532 # yacc will produce working code which contain compile time warnings.
2533 itbl-parse.o
: itbl-parse.c itbl-parse.h
$(srcdir)/itbl-ops.h
$(srcdir)/itbl-lex.h
2534 $(COMPILE
) -c
$< $(NO_WERROR
)
2536 itbl-ops.o
: $(srcdir)/itbl-ops.c
$(srcdir)/itbl-ops.h itbl-parse.h
2538 itbl-parse.c itbl-parse.h
: $(srcdir)/itbl-parse.y
2539 $(SHELL
) $(YLWRAP
) $(srcdir)/itbl-parse.y y.tab.c itbl-parse.c y.tab.h itbl-parse.h
-- $(YACCCOMPILE
) -d
2541 itbl-tops.o
: $(srcdir)/itbl-ops.c
$(srcdir)/itbl-ops.h itbl-parse.h
2542 $(COMPILE
) -o itbl-tops.o
-DSTAND_ALONE
-c
$(srcdir)/itbl-ops.c
2544 itbl-test.o
: $(srcdir)/testsuite
/gas
/all/itbl-test.c
$(srcdir)/itbl-ops.h
2545 $(COMPILE
) -c
-DSTAND_ALONE
$(srcdir)/testsuite
/gas
/all/itbl-test.c
2547 cgen.o
: cgen.c cgen.h cgen-desc.h subsegs.h \
2548 $(INCDIR
)/obstack.h
$(INCDIR
)/opcode
/cgen.h \
2549 $(srcdir)/..
/opcodes
/$(CGEN_CPU_PREFIX
)-desc.h \
2550 $(srcdir)/..
/opcodes
/$(CGEN_CPU_PREFIX
)-opc.h
2552 .PHONY
: install-html install-html-am install-html-recursive
2554 install-html
: install-html-recursive
2556 install-html-recursive
:
2557 @failcom
='exit 1'; \
2558 for f in x
$$MAKEFLAGS; do \
2561 *k
*) failcom
='fail=yes';; \
2565 target
=`echo $@ | sed s/-recursive//`; \
2566 list
='$(SUBDIRS)'; for subdir in
$$list; do \
2567 echo
"Making $$target in $$subdir"; \
2568 if
test "$$subdir" = "."; then \
2570 local_target
="$$target-am"; \
2572 local_target
="$$target"; \
2574 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
2575 || eval
$$failcom; \
2577 if
test "$$dot_seen" = "no"; then \
2578 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
2579 fi
; test -z
"$$fail"
2581 .PHONY
: install-exec-local install-data-local
2582 .PHONY
: install-exec-bindir install-exec-tooldir
2584 install-exec-local
: install-exec-bindir @install_tooldir@
2586 install-exec-bindir
: $(noinst_PROGRAMS
)
2587 $(mkinstalldirs
) $(DESTDIR
)$(bindir)
2588 @list
='$(noinst_PROGRAMS)'; for p in
$$list; do \
2589 if
test -f
$$p; then \
2590 echo
" $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
2591 $(LIBTOOL
) --mode
=install $(INSTALL_PROGRAM
) $$p $(DESTDIR
)$(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
2595 install-exec-tooldir
: install-exec-bindir
$(noinst_PROGRAMS
)
2596 $(mkinstalldirs
) $(DESTDIR
)$(tooldir
)/bin
2597 n
=`echo as | sed '$(transform)'`; \
2598 if
[ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/as$(EXEEXT)" ]; then \
2599 rm -f
$(DESTDIR
)$(tooldir
)/bin
/as$(EXEEXT
); \
2600 ln
$(DESTDIR
)$(bindir)/$$n$(EXEEXT
) $(DESTDIR
)$(tooldir
)/bin
/as$(EXEEXT
) >/dev
/null
2>/dev
/null \
2601 ||
$(LIBTOOL
) --mode
=install $(INSTALL_PROGRAM
) as-new
$(EXEEXT
) $(DESTDIR
)$(tooldir
)/bin
/as$(EXEEXT
); \
2606 # These exist for maintenance purposes.
2608 .PHONY
: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
2612 rm -f stage
&& ln
-s stage1 stage
2613 $(MAKE
) CC
="$(CC)" CFLAGS
="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA
= $(noinst_PROGRAMS
)
2615 rm -f stage
&& ln
-s stage2 stage
2616 $(MAKE
) CC
="$(CC)" CFLAGS
="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA
= $(noinst_PROGRAMS
)
2617 $(MAKE
) comparison against
=stage2
2620 rm -f stage
&& ln
-s stage1 stage
2621 $(MAKE
) CC
="$(CC)" CFLAGS
="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA
= $(noinst_PROGRAMS
)
2623 rm -f stage
&& ln
-s stage2 stage
2624 $(MAKE
) CC
="$(CC)" CFLAGS
="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA
= $(noinst_PROGRAMS
)
2625 $(MAKE
) comparison against
=stage2
2628 rm -f stage
&& ln
-s stage2 stage
2629 $(MAKE
) CC
="$(CC)" CFLAGS
="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA
= $(noinst_PROGRAMS
)
2630 $(MAKE
) comparison against
=stage2
2632 # Copy the object files from a particular stage into a subdirectory.
2635 -mv
$(STAGESTUFF
) stage1
2636 if
[ -f stage1
/as-new
$(EXEEXT
) -a
! -f stage1
/as$(EXEEXT
) ] ; then
(cd stage1
; ln
-s as-new
$(EXEEXT
) as$(EXEEXT
)) ; fi
2640 -mv
$(STAGESTUFF
) stage2
2641 if
[ -f stage2
/as-new
$(EXEEXT
) -a
! -f stage2
/as$(EXEEXT
) ] ; then
(cd stage2
; ln
-s as-new
$(EXEEXT
) as$(EXEEXT
)) ; fi
2645 -mv
$(STAGESTUFF
) stage3
2646 if
[ -f stage3
/as-new
$(EXEEXT
) -a
! -f stage3
/as$(EXEEXT
) ] ; then
(cd stage3
; ln
-s as-new
as$(EXEEXT
)) ; fi
2648 # This rule is derived from corresponding code in the Makefile.in for gcc.
2649 # The "tail +16c" is to bypass headers which may include timestamps or
2650 # temporary assembly file names.
2653 for file in
*.o
; do \
2654 tail
+16c .
/$$file > tmp-foo1
; \
2655 if tail
+16c
${against}/$$file > tmp-foo2
2>/dev
/null
; then \
2656 if cmp tmp-foo1 tmp-foo2
; then \
2659 echo
$$file differs
; \
2667 .PHONY
: de-stage1 de-stage2 de-stage3
2670 - (cd stage1
; rm -f
as$(EXEEXT
) ; mv
-f
* ..
)
2674 - (cd stage2
; rm -f
as$(EXEEXT
) ; mv
-f
* ..
)
2678 - (cd stage3
; rm -f
as$(EXEEXT
) ; mv
-f
* ..
)
2681 # Automatic dependency computation. This is a real pain, because the
2682 # dependencies change based on target_cpu_type and obj_format.
2683 # Just to make things even more complicated, automake separates the
2684 # dependency variable assignments from the dependency rules, and tacks
2685 # on a .NOEXPORT at the end of Makefile.in.
2687 DEP
: dep.sed
$(DEP_FILE_DEPS
) DEPTC DEPOBJ DEP2
2688 rm -f DEP1
# delete because we use $? in DEP1 rule
2689 srcdir=`cd $(srcdir); pwd`; \
2690 $(MAKE
) MKDEP
="$(MKDEP)" srcdir="$${srcdir}" VPATH
="$${srcdir}" DEP1
2692 echo
'AMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.' > DEPA
2693 sed
-f dep.sed
< DEPTC
>> DEPA
2694 sed
-f dep.sed
< DEPOBJ
>> DEPA
2695 sed
-f dep.sed
< DEP2
>> DEPA
2696 echo
'BMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.' >> DEPA
2697 echo
'#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.' >> DEPA
2698 sed
-f dep.sed
< DEP1
>> DEPA
2699 echo
'$$(OBJS): $$(DEP_@target''_cpu_type@_@obj''_format@)' >> DEPA
2700 echo
'$$(TARG_CPU_O): $$(DEPTC_@target''_cpu_type@_@obj''_format@)' >> DEPA
2701 echo
'$$(OBJ_FORMAT_O): $$(DEPOBJ_@target''_cpu_type@_@obj''_format@)' >> DEPA
2702 echo
'#MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.' >> DEPA
2703 if grep
' /' DEPA
> /dev
/null
2> /dev
/null
; then \
2704 echo
'make DEP failed!'; exit
1; \
2709 DEP1
: $(CFILES
) $(MULTI_CFILES
)
2710 if
[ -d DEPDIR
]; then true
; else mkdir DEPDIR
; fi
2711 srcdir=`cd $(srcdir); pwd`; \
2713 echo
'' > targ-cpu.h
; \
2714 echo
'' > obj-format.h
; \
2715 echo
'' > targ-env.h
; \
2716 echo
'' > itbl-cpu.h
; \
2717 echo
'' > itbl-parse.h
; \
2718 $(MKDEP
) $(DEP_FLAGS
) $?
> DEP
2721 # Work out the special dependencies for the tc-*.c files.
2722 DEPTC
: $(TARGET_CPU_CFILES
)
2724 if
[ -d DEPDIR
]; then true
; else mkdir DEPDIR
; fi
2725 srcdir=`cd $(srcdir); pwd`; \
2727 for c in
$(CPU_TYPES
); do \
2728 for o in
$(OBJ_FORMATS
); do \
2730 if
[ x
$${valid} = xyes
]; then \
2731 echo
'#include "tc-'"$${c}"'.h"' > targ-cpu.h
; \
2732 echo
'#include "obj-'"$${o}"'.h"' > obj-format.h
; \
2733 echo
'#include "te-generic.h"' > targ-env.h
; \
2734 echo
'' > itbl-cpu.h
; \
2735 echo
'' > itbl-parse.h
; \
2736 echo
'#include "opcodes/'"$${c}"'-desc.h"' > cgen-desc.h
; \
2738 cp
$${srcdir}/config
/tc-
$${c}.c dummy.c
; \
2739 $(MKDEP
) $(DEP_FLAGS
) dummy.c | \
2740 sed
-e
"s/dummy.o: dummy.c/DEPTC_$${c}_$${o} =/" >> ..
/DEPTCA
; \
2745 echo
'DEPTC_hppa_som = $$(srcdir)/config/tc-hppa.h subsegs.h \' >> DEPTCA
2746 echo ' $$(INCDIR
)/obstack.h
$$(BFDDIR
)/libhppa.h
\' >> DEPTCA
2747 echo
' $$(INCDIR)/opcode/hppa.h $$(BFDDIR)/som.h' >> DEPTCA
2748 for c in
$(MULTI_CPU_TYPES
); do \
2749 echo
"DEPTC_$${c}"'_multi = \' >> DEPTCA; \
2750 for o in $(OBJ_FORMATS); do \
2751 $(MULTI_CPU_OBJ_VALID) \
2752 if [ x$${valid} = xyes ]; then \
2753 echo '$$(DEPTC_
'"$${c}_$${o}"') \' >> DEPTCA
; \
2756 echo
'' >> DEPTCA
; \
2760 # Work out the special dependencies for the obj-*.c files.
2761 DEPOBJ
: $(OBJ_FORMAT_CFILES
)
2763 if
[ -d DEPDIR
]; then true
; else mkdir DEPDIR
; fi
2764 srcdir=`cd $(srcdir); pwd`; \
2766 for c in
$(CPU_TYPES
); do \
2767 for o in
$(OBJ_FORMATS
); do \
2769 if
[ x
$${valid} = xyes
]; then \
2770 echo
'#include "tc-'"$${c}"'.h"' > targ-cpu.h
; \
2771 echo
'#include "obj-'"$${o}"'.h"' > obj-format.h
; \
2772 echo
'#include "te-generic.h"' > targ-env.h
; \
2773 echo
'' > itbl-cpu.h
; \
2774 echo
'' > itbl-parse.h
; \
2776 cp
$${srcdir}/config
/obj-
$${o}.c dummy.c
; \
2777 $(MKDEP
) $(DEP_FLAGS
) dummy.c | \
2778 sed
-e
"s/dummy.o: dummy.c/DEPOBJ_$${c}_$${o} =/" >> ..
/DEPOBJA
; \
2783 echo
'DEPOBJ_hppa_som = $$(srcdir)/config/obj-som.h subsegs.h \' >> DEPOBJA
2784 echo ' $$(INCDIR
)/obstack.h
$$(BFDDIR
)/libhppa.h
\' >> DEPOBJA
2785 echo
' $$(BFDDIR)/som.h $$(INCDIR)/aout/stab_gnu.h \' >> DEPOBJA
2786 echo ' $$(INCDIR
)/aout
/stab.def
' >> DEPOBJA
2787 for c in $(MULTI_CPU_TYPES); do \
2788 echo "DEPOBJ_$${c}"'_multi
= \' >> DEPOBJA
; \
2789 for o in
$(OBJ_FORMATS
); do \
2790 $(MULTI_CPU_OBJ_VALID
) \
2791 if
[ x
$${valid} = xyes
]; then \
2792 echo
'$$(DEPOBJ_'"$${c}_$${o}"') \' >> DEPOBJA; \
2795 echo '' >> DEPOBJA; \
2797 mv -f DEPOBJA DEPOBJ
2799 # Work out the dependencies for each CPU/OBJ combination.
2800 # Note that SOM is a special case, because it only works native.
2801 DEP2: $(TARGET_CPU_HFILES) $(OBJ_FORMAT_HFILES)
2803 if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi
2804 srcdir=`cd $(srcdir); pwd`; \
2806 for c in $(CPU_TYPES); do \
2807 for o in $(OBJ_FORMATS); do \
2809 if [ x$${valid} = xyes ]; then \
2810 echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
2811 echo
'#include "obj-'"$${o}"'.h"' > dummy.c
; \
2812 $(MKDEP
) $(DEP_FLAGS
) dummy.c | \
2813 sed
-e
"s/dummy.o: dummy.c/DEP_$${c}_$${o} =/" >> ..
/DEP2A
; \
2817 echo
'DEP_hppa_som = $$(BFDDIR)/som.h' >> DEP2A
2818 for c in
$(MULTI_CPU_TYPES
); do \
2819 echo
"DEP_$${c}"'_multi = \' >> DEP2A; \
2820 for o in $(OBJ_FORMATS); do \
2821 $(MULTI_CPU_OBJ_VALID) \
2822 if [ x$${valid} = xyes ]; then \
2823 echo '$$(DEP_
'"$${c}_$${o}"') \' >> DEP2A
; \
2830 dep.sed
: dep-in.sed config.status
2831 srcdir=`cd $(srcdir); pwd`; \
2832 sed
<$(srcdir)/dep-in.sed
>dep.sed \
2833 -e
"s!@INCDIR@!$${srcdir}/../include!" \
2834 -e
"s!@BFDDIR@!$${srcdir}/../bfd!" \
2835 -e
"s!@SRCDIR@!$${srcdir}!" \
2836 -e
's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/gas,,`'!'
2839 sed
-e
'/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \
2840 < Makefile
> tmp-Makefile
2841 cat DEP
>> tmp-Makefile
2842 $(SHELL
) $(srcdir)/..
/move-if-change tmp-Makefile Makefile
2845 sed
-e
'/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \
2846 < $(srcdir)/Makefile.in
> tmp-Makefile.in
2847 cat DEP
>> tmp-Makefile.in
2848 $(SHELL
) $(srcdir)/..
/move-if-change tmp-Makefile.in
$(srcdir)/Makefile.in
2851 sed
-e
'/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \
2852 < $(srcdir)/Makefile.am
> tmp-Makefile.am
2853 cat DEP
>> tmp-Makefile.am
2854 $(SHELL
) $(srcdir)/..
/move-if-change tmp-Makefile.am
$(srcdir)/Makefile.am
2856 # HEED THE MKDEP WARNINGS.
2857 # ANYTHING CHANGED OR ADDED BETWEEN THE WARNING LINES MAY GO AWAY.
2858 .PHONY
: dep dep-in dep-am
2859 #MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.
2860 app.o
: app.c
$(INCDIR
)/symcat.h
2861 as.o
: as.c
$(INCDIR
)/symcat.h subsegs.h
$(INCDIR
)/obstack.h \
2862 output-file.h sb.h macro.h dwarf2dbg.h dw2gencfi.h \
2863 $(INCDIR
)/elf
/dwarf2.h
$(BFDVER_H
)
2864 atof-generic.o
: atof-generic.c
$(INCDIR
)/symcat.h
$(INCDIR
)/safe-ctype.h
2865 cond.o
: cond.c
$(INCDIR
)/symcat.h macro.h sb.h
$(INCDIR
)/obstack.h
2866 depend.o
: depend.c
$(INCDIR
)/symcat.h
2867 dwarf2dbg.o
: dwarf2dbg.c
$(INCDIR
)/symcat.h
$(INCDIR
)/safe-ctype.h \
2868 dwarf2dbg.h
$(INCDIR
)/filenames.h subsegs.h
$(INCDIR
)/obstack.h \
2869 $(INCDIR
)/elf
/dwarf2.h
2870 dw2gencfi.o
: dw2gencfi.c
$(INCDIR
)/symcat.h dw2gencfi.h \
2871 $(INCDIR
)/elf
/dwarf2.h
2872 ecoff.o
: ecoff.c
$(INCDIR
)/symcat.h ecoff.h
2873 ehopt.o
: ehopt.c
$(INCDIR
)/symcat.h subsegs.h
$(INCDIR
)/obstack.h \
2874 $(INCDIR
)/elf
/dwarf2.h
2875 expr.o
: expr.c
$(INCDIR
)/symcat.h
$(INCDIR
)/safe-ctype.h \
2877 flonum-copy.o
: flonum-copy.c
$(INCDIR
)/symcat.h
2878 flonum-konst.o
: flonum-konst.c
2879 flonum-mult.o
: flonum-mult.c
2880 frags.o
: frags.c
$(INCDIR
)/symcat.h subsegs.h
$(INCDIR
)/obstack.h
2881 hash.o
: hash.c
$(INCDIR
)/symcat.h
$(INCDIR
)/safe-ctype.h \
2883 input-file.o
: input-file.c
$(INCDIR
)/symcat.h input-file.h \
2884 $(INCDIR
)/safe-ctype.h
2885 input-scrub.o
: input-scrub.c
$(INCDIR
)/symcat.h input-file.h \
2887 listing.o
: listing.c
$(INCDIR
)/symcat.h
$(INCDIR
)/obstack.h \
2888 $(INCDIR
)/safe-ctype.h input-file.h subsegs.h
2889 literal.o
: literal.c
$(INCDIR
)/symcat.h subsegs.h
$(INCDIR
)/obstack.h
2890 macro.o
: macro.c
$(INCDIR
)/symcat.h
$(INCDIR
)/safe-ctype.h \
2892 messages.o
: messages.c
$(INCDIR
)/symcat.h
2893 output-file.o
: output-file.c
$(INCDIR
)/symcat.h output-file.h
2894 read.o
: read.c
$(INCDIR
)/symcat.h
$(INCDIR
)/safe-ctype.h \
2895 subsegs.h
$(INCDIR
)/obstack.h sb.h macro.h ecoff.h \
2896 dw2gencfi.h
$(INCDIR
)/elf
/dwarf2.h
2897 sb.o
: sb.c sb.h
$(INCDIR
)/symcat.h
2898 stabs.o
: stabs.c
$(INCDIR
)/symcat.h
$(INCDIR
)/obstack.h \
2899 subsegs.h ecoff.h
$(INCDIR
)/aout
/stab_gnu.h
$(INCDIR
)/aout
/stab.def
2900 subsegs.o
: subsegs.c
$(INCDIR
)/symcat.h subsegs.h
$(INCDIR
)/obstack.h
2901 symbols.o
: symbols.c
$(INCDIR
)/symcat.h
$(INCDIR
)/safe-ctype.h \
2902 $(INCDIR
)/obstack.h subsegs.h struc-symbol.h
2903 write.o
: write.c
$(INCDIR
)/symcat.h subsegs.h
$(INCDIR
)/obstack.h \
2904 output-file.h dwarf2dbg.h
2905 itbl-ops.o
: itbl-ops.c itbl-ops.h
$(INCDIR
)/symcat.h
2906 e-crisaout.o
: $(srcdir)/config
/e-crisaout.c
$(INCDIR
)/symcat.h \
2908 e-criself.o
: $(srcdir)/config
/e-criself.c
$(INCDIR
)/symcat.h \
2910 e-i386aout.o
: $(srcdir)/config
/e-i386aout.c
$(INCDIR
)/symcat.h \
2912 e-i386coff.o
: $(srcdir)/config
/e-i386coff.c
$(INCDIR
)/symcat.h \
2914 e-i386elf.o
: $(srcdir)/config
/e-i386elf.c
$(INCDIR
)/symcat.h \
2916 e-mipsecoff.o
: $(srcdir)/config
/e-mipsecoff.c
$(INCDIR
)/symcat.h \
2918 e-mipself.o
: $(srcdir)/config
/e-mipself.c
$(INCDIR
)/symcat.h \
2920 $(OBJS
): $(DEP_@target_cpu_type@_@obj_format@
)
2921 $(TARG_CPU_O
): $(DEPTC_@target_cpu_type@_@obj_format@
)
2922 $(OBJ_FORMAT_O
): $(DEPOBJ_@target_cpu_type@_@obj_format@
)
2923 #MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.
2924 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2925 # Otherwise a system limit (for SysV at least) may be exceeded.