1218822Sdim# Makefile.in generated by automake 1.9.6 from Makefile.am.
2130561Sobrien# @configure_input@
333965Sjdp
4130561Sobrien# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5218822Sdim# 2003, 2004, 2005  Free Software Foundation, Inc.
638889Sjdp# This Makefile.in is free software; the Free Software Foundation
738889Sjdp# gives unlimited permission to copy and/or distribute it,
838889Sjdp# with or without modifications, as long as this notice is preserved.
933965Sjdp
1038889Sjdp# This program is distributed in the hope that it will be useful,
1138889Sjdp# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
1238889Sjdp# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1338889Sjdp# PARTICULAR PURPOSE.
1433965Sjdp
15130561Sobrien@SET_MAKE@
1633965Sjdp
1733965Sjdp
1838889Sjdpsrcdir = @srcdir@
1938889Sjdptop_srcdir = @top_srcdir@
2033965SjdpVPATH = @srcdir@
2138889Sjdppkgdatadir = $(datadir)/@PACKAGE@
2238889Sjdppkglibdir = $(libdir)/@PACKAGE@
2338889Sjdppkgincludedir = $(includedir)/@PACKAGE@
2438889Sjdptop_builddir = .
25130561Sobrienam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
2638889SjdpINSTALL = @INSTALL@
27130561Sobrieninstall_sh_DATA = $(install_sh) -c -m 644
28130561Sobrieninstall_sh_PROGRAM = $(install_sh) -c
29130561Sobrieninstall_sh_SCRIPT = $(install_sh) -c
30130561SobrienINSTALL_HEADER = $(INSTALL_DATA)
31130561Sobrientransform = $(program_transform_name)
3238889SjdpNORMAL_INSTALL = :
3338889SjdpPRE_INSTALL = :
3438889SjdpPOST_INSTALL = :
3538889SjdpNORMAL_UNINSTALL = :
3638889SjdpPRE_UNINSTALL = :
3738889SjdpPOST_UNINSTALL = :
3838889Sjdpbuild_triplet = @build@
3938889Sjdphost_triplet = @host@
4038889Sjdptarget_triplet = @target@
41130561Sobriennoinst_PROGRAMS = as-new$(EXEEXT)
42130561SobrienEXTRA_PROGRAMS = itbl-test$(EXEEXT)
43130561SobrienDIST_COMMON = $(srcdir)/../config.guess $(srcdir)/../config.sub NEWS \
44130561Sobrien	README ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
45130561Sobrien	$(top_srcdir)/configure $(am__configure_deps) \
46130561Sobrien	$(srcdir)/config.in $(srcdir)/../mkinstalldirs \
47130561Sobrien	$(srcdir)/gdbinit.in $(srcdir)/gdbinit.in \
48218822Sdim	$(top_srcdir)/po/Make-in m68k-parse.c bfin-parse.c \
49218822Sdim	itbl-parse.c itbl-lex.c $(srcdir)/../ylwrap \
50218822Sdim	$(srcdir)/../ltmain.sh $(srcdir)/../config.guess \
51218822Sdim	$(srcdir)/../config.sub
52130561Sobriensubdir = .
53130561SobrienACLOCAL_M4 = $(top_srcdir)/aclocal.m4
54218822Sdimam__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \
55218822Sdim	$(top_srcdir)/../bfd/warning.m4 \
56218822Sdim	$(top_srcdir)/../config/depstand.m4 \
57218822Sdim	$(top_srcdir)/../config/gettext-sister.m4 \
58218822Sdim	$(top_srcdir)/../config/lead-dot.m4 \
59218822Sdim	$(top_srcdir)/../config/nls.m4 $(top_srcdir)/../config/po.m4 \
60218822Sdim	$(top_srcdir)/../config/progtest.m4 \
61218822Sdim	$(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
62218822Sdim	$(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
63218822Sdim	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
64130561Sobrienam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65130561Sobrien	$(ACLOCAL_M4)
66130561Sobrienam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
67130561Sobrien configure.lineno configure.status.lineno
68130561Sobrienmkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
69130561SobrienCONFIG_HEADER = config.h
70130561SobrienCONFIG_CLEAN_FILES = gdb.ini .gdbinit po/Makefile.in
71130561SobrienPROGRAMS = $(noinst_PROGRAMS)
72130561Sobrienam__objects_1 = app.$(OBJEXT) as.$(OBJEXT) atof-generic.$(OBJEXT) \
73218822Sdim	cond.$(OBJEXT) depend.$(OBJEXT) dwarf2dbg.$(OBJEXT) \
74218822Sdim	dw2gencfi.$(OBJEXT) ecoff.$(OBJEXT) ehopt.$(OBJEXT) \
75218822Sdim	expr.$(OBJEXT) flonum-copy.$(OBJEXT) flonum-konst.$(OBJEXT) \
76218822Sdim	flonum-mult.$(OBJEXT) frags.$(OBJEXT) hash.$(OBJEXT) \
77218822Sdim	input-file.$(OBJEXT) input-scrub.$(OBJEXT) listing.$(OBJEXT) \
78218822Sdim	literal.$(OBJEXT) macro.$(OBJEXT) messages.$(OBJEXT) \
79218822Sdim	output-file.$(OBJEXT) read.$(OBJEXT) sb.$(OBJEXT) \
80218822Sdim	stabs.$(OBJEXT) subsegs.$(OBJEXT) symbols.$(OBJEXT) \
81218822Sdim	write.$(OBJEXT)
82130561Sobrienam_as_new_OBJECTS = $(am__objects_1)
83130561Sobrienas_new_OBJECTS = $(am_as_new_OBJECTS)
84130561Sobrienam__DEPENDENCIES_1 = tc-@target_cpu_type@.o
85130561Sobrienam__DEPENDENCIES_2 = obj-@obj_format@.o
86130561Sobrienam__DEPENDENCIES_3 = atof-@atof@.o
87130561Sobrienam__DEPENDENCIES_4 =
88218822Sdimam__DEPENDENCIES_5 = ../bfd/libbfd.la ../libiberty/libiberty.a
89130561Sobrienam_itbl_test_OBJECTS = itbl-parse.$(OBJEXT) itbl-lex.$(OBJEXT)
90130561Sobrienitbl_test_OBJECTS = $(am_itbl_test_OBJECTS)
91130561Sobrienitbl_test_DEPENDENCIES = itbl-tops.o itbl-test.o $(am__DEPENDENCIES_5)
92130561SobrienSCRIPTS = $(noinst_SCRIPTS)
93130561SobrienDEFAULT_INCLUDES = -I. -I$(srcdir) -I.
94130561Sobriendepcomp =
95130561Sobrienam__depfiles_maybe =
96130561SobrienCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
97130561Sobrien	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98218822SdimLTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
99130561Sobrien	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
100130561Sobrien	$(AM_CFLAGS) $(CFLAGS)
101130561SobrienCCLD = $(CC)
102218822SdimLINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
103130561Sobrien	$(AM_LDFLAGS) $(LDFLAGS) -o $@
104130561SobrienLEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
105130561SobrienLTLEXCOMPILE = $(LIBTOOL) --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
106130561SobrienYACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
107130561SobrienLTYACCCOMPILE = $(LIBTOOL) --mode=compile $(YACC) $(YFLAGS) \
108130561Sobrien	$(AM_YFLAGS)
109130561SobrienYLWRAP = $(top_srcdir)/../ylwrap
110130561SobrienSOURCES = $(as_new_SOURCES) $(EXTRA_as_new_SOURCES) \
111130561Sobrien	$(itbl_test_SOURCES)
112130561SobrienRECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
113130561Sobrien	html-recursive info-recursive install-data-recursive \
114130561Sobrien	install-exec-recursive install-info-recursive \
115130561Sobrien	install-recursive installcheck-recursive installdirs-recursive \
116130561Sobrien	pdf-recursive ps-recursive uninstall-info-recursive \
117130561Sobrien	uninstall-recursive
118130561SobrienETAGS = etags
119130561SobrienCTAGS = ctags
120130561SobrienDEJATOOL = $(PACKAGE)
121130561SobrienRUNTESTDEFAULTFLAGS = --tool $$tool --srcdir $$srcdir
122130561SobrienACLOCAL = @ACLOCAL@
123130561SobrienALLOCA = @ALLOCA@
124130561SobrienAMDEP_FALSE = @AMDEP_FALSE@
125130561SobrienAMDEP_TRUE = @AMDEP_TRUE@
126130561SobrienAMTAR = @AMTAR@
127218822SdimAR = @AR@
128130561SobrienAUTOCONF = @AUTOCONF@
129130561SobrienAUTOHEADER = @AUTOHEADER@
130130561SobrienAUTOMAKE = @AUTOMAKE@
131130561SobrienAWK = @AWK@
13260484SobrienCATALOGS = @CATALOGS@
13360484SobrienCATOBJEXT = @CATOBJEXT@
13433965SjdpCC = @CC@
135130561SobrienCCDEPMODE = @CCDEPMODE@
136130561SobrienCFLAGS = @CFLAGS@
137130561SobrienCPP = @CPP@
138130561SobrienCPPFLAGS = @CPPFLAGS@
139130561SobrienCYGPATH_W = @CYGPATH_W@
14060484SobrienDATADIRNAME = @DATADIRNAME@
141130561SobrienDEFS = @DEFS@
142130561SobrienDEPDIR = @DEPDIR@
143218822SdimDUMPBIN = @DUMPBIN@
144130561SobrienECHO_C = @ECHO_C@
145130561SobrienECHO_N = @ECHO_N@
146130561SobrienECHO_T = @ECHO_T@
147130561SobrienEGREP = @EGREP@
14838889SjdpEXEEXT = @EXEEXT@
149218822SdimFGREP = @FGREP@
15060484SobrienGDBINIT = @GDBINIT@
151218822SdimGENCAT = @GENCAT@
152218822SdimGENINSRC_NEVER_FALSE = @GENINSRC_NEVER_FALSE@
153218822SdimGENINSRC_NEVER_TRUE = @GENINSRC_NEVER_TRUE@
15460484SobrienGMSGFMT = @GMSGFMT@
155218822SdimGREP = @GREP@
156218822SdimINCINTL = @INCINTL@
157130561SobrienINSTALL_DATA = @INSTALL_DATA@
158130561SobrienINSTALL_PROGRAM = @INSTALL_PROGRAM@
159130561SobrienINSTALL_SCRIPT = @INSTALL_SCRIPT@
160130561SobrienINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
16160484SobrienINSTOBJEXT = @INSTOBJEXT@
162218822SdimLD = @LD@
163130561SobrienLDFLAGS = @LDFLAGS@
164130561SobrienLEX = `if [ -f ../flex/flex ] ; then echo ../flex/flex ; else echo @LEX@ ; fi`
165130561SobrienLEXLIB = @LEXLIB@
166130561SobrienLEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
167218822SdimLIBINTL = @LIBINTL@
168218822SdimLIBINTL_DEP = @LIBINTL_DEP@
16977298SobrienLIBM = @LIBM@
170130561SobrienLIBOBJS = @LIBOBJS@
171130561SobrienLIBS = @LIBS@
17238889SjdpLIBTOOL = @LIBTOOL@
17338889SjdpLN_S = @LN_S@
174130561SobrienLTLIBOBJS = @LTLIBOBJS@
17538889SjdpMAINT = @MAINT@
176130561SobrienMAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
177130561SobrienMAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
17838889SjdpMAKEINFO = @MAKEINFO@
17960484SobrienMKINSTALLDIRS = @MKINSTALLDIRS@
18060484SobrienMSGFMT = @MSGFMT@
181218822SdimMSGMERGE = @MSGMERGE@
182218822SdimNM = @NM@
183218822SdimNO_WERROR = @NO_WERROR@
18477298SobrienOBJEXT = @OBJEXT@
18538889SjdpOPCODES_LIB = @OPCODES_LIB@
18638889SjdpPACKAGE = @PACKAGE@
187130561SobrienPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
188130561SobrienPACKAGE_NAME = @PACKAGE_NAME@
189130561SobrienPACKAGE_STRING = @PACKAGE_STRING@
190130561SobrienPACKAGE_TARNAME = @PACKAGE_TARNAME@
191130561SobrienPACKAGE_VERSION = @PACKAGE_VERSION@
192130561SobrienPATH_SEPARATOR = @PATH_SEPARATOR@
19360484SobrienPOSUB = @POSUB@
19438889SjdpRANLIB = @RANLIB@
195218822SdimSED = @SED@
196130561SobrienSET_MAKE = @SET_MAKE@
197130561SobrienSHELL = @SHELL@
19877298SobrienSTRIP = @STRIP@
19960484SobrienUSE_NLS = @USE_NLS@
20038889SjdpVERSION = @VERSION@
201130561SobrienWARN_CFLAGS = @WARN_CFLAGS@
202130561SobrienXGETTEXT = @XGETTEXT@
203130561SobrienYACC = `if [ -f ../bison/bison ] ; then echo ../bison/bison -y -L../bison/bison ; else echo @YACC@ ; fi`
204218822Sdimac_ct_AR = @ac_ct_AR@
205130561Sobrienac_ct_CC = @ac_ct_CC@
206218822Sdimac_ct_DUMPBIN = @ac_ct_DUMPBIN@
207130561Sobrienac_ct_RANLIB = @ac_ct_RANLIB@
208130561Sobrienac_ct_STRIP = @ac_ct_STRIP@
209130561Sobrienam__fastdepCC_FALSE = @am__fastdepCC_FALSE@
210130561Sobrienam__fastdepCC_TRUE = @am__fastdepCC_TRUE@
211130561Sobrienam__include = @am__include@
212130561Sobrienam__leading_dot = @am__leading_dot@
213130561Sobrienam__quote = @am__quote@
214218822Sdimam__tar = @am__tar@
215218822Sdimam__untar = @am__untar@
21638889Sjdpatof = @atof@
217130561Sobrienbindir = @bindir@
218130561Sobrienbuild = @build@
219130561Sobrienbuild_alias = @build_alias@
220130561Sobrienbuild_cpu = @build_cpu@
221130561Sobrienbuild_os = @build_os@
222130561Sobrienbuild_vendor = @build_vendor@
22360484Sobriencgen_cpu_prefix = @cgen_cpu_prefix@
224130561Sobriendatadir = @datadir@
225218822Sdimdatarootdir = @datarootdir@
226218822Sdimdocdir = @docdir@
227130561Sobrienexec_prefix = @exec_prefix@
22838889Sjdpextra_objects = @extra_objects@
229130561Sobrienhost = @host@
230130561Sobrienhost_alias = @host_alias@
231130561Sobrienhost_cpu = @host_cpu@
232130561Sobrienhost_os = @host_os@
233130561Sobrienhost_vendor = @host_vendor@
234218822Sdimhtmldir = @htmldir@
235130561Sobrienincludedir = @includedir@
236130561Sobrieninfodir = @infodir@
237130561Sobrieninstall_sh = @install_sh@
23860484Sobrieninstall_tooldir = @install_tooldir@
239130561Sobrienlibdir = @libdir@
240130561Sobrienlibexecdir = @libexecdir@
241130561Sobrienlocalstatedir = @localstatedir@
242218822Sdimlt_ECHO = @lt_ECHO@
243130561Sobrienmandir = @mandir@
244130561Sobrienmkdir_p = @mkdir_p@
24538889Sjdpobj_format = @obj_format@
246130561Sobrienoldincludedir = @oldincludedir@
247130561Sobrienprefix = @prefix@
248130561Sobrienprogram_transform_name = @program_transform_name@
249130561Sobriensbindir = @sbindir@
250130561Sobriensharedstatedir = @sharedstatedir@
251130561Sobriensysconfdir = @sysconfdir@
252130561Sobrientarget = @target@
253130561Sobrientarget_alias = @target_alias@
254130561Sobrientarget_cpu = @target_cpu@
25538889Sjdptarget_cpu_type = @target_cpu_type@
256130561Sobrientarget_os = @target_os@
257130561Sobrientarget_vendor = @target_vendor@
25838889Sjdpte_file = @te_file@
259130561SobrienAUTOMAKE_OPTIONS = 1.8 cygnus dejagnu
260218822SdimACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
26160484SobrienSUBDIRS = doc po
262130561Sobrien# Automake should figure this out on its own.  It doesn't, because
263130561Sobrien# of the "cygnus" option.  But distclean still wants it.
264130561SobrienDIST_SUBDIRS = $(SUBDIRS)
26538889Sjdptooldir = $(exec_prefix)/$(target_alias)
266218822Sdim
267218822Sdim# We have to set this, because autoconf 2.59 does not substitute YFLAGS.
268218822Sdim# Autoconf 2.61 does, so this can be removed when we upgrade.
269218822SdimYFLAGS = 
27077298SobrienAM_CFLAGS = $(WARN_CFLAGS)
27160484SobrienMKDEP = gcc -MM
27233965SjdpTARG_CPU = @target_cpu_type@
27333965SjdpTARG_CPU_C = $(srcdir)/config/tc-@target_cpu_type@.c
27433965SjdpTARG_CPU_O = tc-@target_cpu_type@.o
27533965SjdpTARG_CPU_H = $(srcdir)/config/tc-@target_cpu_type@.h
27633965SjdpOBJ_FORMAT_C = $(srcdir)/config/obj-@obj_format@.c
27733965SjdpOBJ_FORMAT_O = obj-@obj_format@.o
27833965SjdpOBJ_FORMAT_H = $(srcdir)/config/obj-@obj_format@.h
27933965SjdpTARG_ENV_H = $(srcdir)/config/te-@te_file@.h
28033965SjdpATOF_TARG_C = $(srcdir)/config/atof-@atof@.c
28133965SjdpATOF_TARG_O = atof-@atof@.o
28233965Sjdp
28333965Sjdp# use @target_cpu_type@ for refering to configured target name
284218822SdimIT_HDRS = itbl-parse.h $(srcdir)/itbl-ops.h
28560484SobrienIT_SRCS = itbl-parse.c itbl-lex.c $(srcdir)/itbl-ops.c
28660484SobrienIT_DEPS = $(srcdir)/itbl-parse.y $(srcdir)/itbl-lex.l $(srcdir)/config/itbl-@target_cpu_type@.h
28760484SobrienIT_OBJS = itbl-parse.o itbl-lex.o itbl-ops.o
28833965Sjdp
28933965Sjdp# CPU types.  This is only used for dependency information.
29033965SjdpCPU_TYPES = \
29133965Sjdp	alpha \
29238889Sjdp	arc \
29333965Sjdp	arm \
29460484Sobrien	avr \
295218822Sdim	bfin \
296218822Sdim	cr16 \
29777298Sobrien	cris \
298218822Sdim	crx \
29933965Sjdp	d10v \
30060484Sobrien	d30v \
301104834Sobrien	dlx \
30260484Sobrien	fr30 \
303104834Sobrien	frv \
30433965Sjdp	h8300 \
30533965Sjdp	hppa \
30660484Sobrien	i370 \
30733965Sjdp	i386 \
30833965Sjdp	i860 \
30933965Sjdp	i960 \
310218822Sdim	ia64 \
311130561Sobrien	ip2k \
312218822Sdim	m32c \
31333965Sjdp	m32r \
31477298Sobrien	m68hc11 \
31533965Sjdp	m68k \
316218822Sdim	maxq \
31760484Sobrien	mcore \
318218822Sdim	mep \
31933965Sjdp	mips \
32089857Sobrien	mmix \
32133965Sjdp	mn10200 \
32233965Sjdp	mn10300 \
323130561Sobrien	msp430 \
324218822Sdim	mt \
32533965Sjdp	ns32k \
32689857Sobrien	openrisc \
32791041Sobrien	or32 \
32889857Sobrien	pdp11 \
32960484Sobrien	pj \
33033965Sjdp	ppc \
33189857Sobrien	s390 \
332218822Sdim	score \
33333965Sjdp	sh \
334104834Sobrien	sh64 \
33533965Sjdp	sparc \
336218822Sdim	spu \
33738889Sjdp	tic30 \
338130561Sobrien	tic4x \
33977298Sobrien	tic54x \
340218822Sdim	v850 \
34133965Sjdp	vax \
342218822Sdim	xc16x \
34389857Sobrien	xstormy16 \
344130561Sobrien	xtensa \
345218822Sdim	z80 \
34633965Sjdp	z8k
34733965Sjdp
34860484Sobrien
34933965Sjdp# Object format types.  This is only used for dependency information.
35078828Sobrien# We deliberately omit SOM, since it does not work as a cross assembler.
35133965SjdpOBJ_FORMATS = \
35233965Sjdp	aout \
35333965Sjdp	coff \
35433965Sjdp	ecoff \
35533965Sjdp	elf \
356218822Sdim	evax
35733965Sjdp
35860484Sobrien
35933965Sjdp# This is an sh case which sets valid according to whether the CPU
36033965Sjdp# type in the shell variable c and the OS type in the shell variable o
36133965Sjdp# are supported.  This helps cuts down on the amount of dependency
36233965Sjdp# information.
36333965SjdpCPU_OBJ_VALID = \
36433965Sjdp	valid= ; \
36533965Sjdp	case $$o in \
36633965Sjdp	aout) \
36733965Sjdp	  case $$c in \
368218822Sdim	  arm | cris | i386 | m68k | ns32k | pdp11 | sparc | tic30 | vax) \
36933965Sjdp	    valid=yes ;; \
37033965Sjdp	  esac ;; \
371218822Sdim	coff) \
37233965Sjdp	  case $$c in \
373218822Sdim	  arm | h8300 | i386 | i960 | m68k | maxq | mcore | mips | or32 \
374218822Sdim		| ppc | sh | sparc | tic* | xscale | z80 | z8k) \
375218822Sdim	    valid=yes ;; \
37633965Sjdp	  esac ;; \
37733965Sjdp	ecoff) \
37833965Sjdp	  case $$c in \
37933965Sjdp	  mips | alpha) valid=yes ;; \
38033965Sjdp	  esac ;; \
381218822Sdim	elf) valid=yes ; \
382218822Sdim	  case $$c in \
383218822Sdim	  maxq | ns32k | tic* | z80 | z8k) valid= ;; \
384218822Sdim	  esac ;; \
38533965Sjdp	evax) \
38633965Sjdp	  case $$c in \
38733965Sjdp	  alpha) valid=yes ;; \
38833965Sjdp	  esac ;; \
38933965Sjdp	vms) \
39033965Sjdp	  case $$c in \
39133965Sjdp	  vax) valid=yes ;; \
39233965Sjdp	  esac ;; \
39333965Sjdp	esac;
39433965Sjdp
39533965Sjdp
39660484Sobrien# These are like CPU_TYPES and CPU_OBJ_VALID, for the obj=multi case.
39777298SobrienMULTI_CPU_TYPES = i386 mips cris
39860484SobrienMULTI_CPU_OBJ_VALID = \
39933965Sjdp	valid= ; \
40060484Sobrien	case $$o in \
40160484Sobrien	aout) \
40260484Sobrien	  case $$c in \
40377298Sobrien	  i386 | cris) valid=yes ;; \
40460484Sobrien	  esac ;; \
40577298Sobrien	coff) \
40677298Sobrien	  case $$c in \
40777298Sobrien	  i386 | mips) valid=yes ;; \
40877298Sobrien	  esac ;; \
40960484Sobrien	ecoff) \
41060484Sobrien	  case $$c in \
41160484Sobrien	  mips) valid=yes ;; \
41260484Sobrien	  esac ;; \
41360484Sobrien	elf) valid=yes ;; \
41433965Sjdp	esac;
41533965Sjdp
41660484Sobrien
41733965Sjdp# Regular source files.
41838889SjdpGAS_CFILES = \
41933965Sjdp	app.c \
42033965Sjdp	as.c \
42133965Sjdp	atof-generic.c \
42233965Sjdp	cond.c \
42338889Sjdp	depend.c \
42460484Sobrien	dwarf2dbg.c \
425130561Sobrien	dw2gencfi.c \
42633965Sjdp	ecoff.c \
42738889Sjdp	ehopt.c \
42833965Sjdp	expr.c \
42933965Sjdp	flonum-copy.c \
43033965Sjdp	flonum-konst.c \
43133965Sjdp	flonum-mult.c \
43233965Sjdp	frags.c \
43333965Sjdp	hash.c \
43433965Sjdp	input-file.c \
43533965Sjdp	input-scrub.c \
43633965Sjdp	listing.c \
43733965Sjdp	literal.c \
43833965Sjdp	macro.c \
43933965Sjdp	messages.c \
44033965Sjdp	output-file.c \
44133965Sjdp	read.c \
44233965Sjdp	sb.c \
44333965Sjdp	stabs.c \
44433965Sjdp	subsegs.c \
44533965Sjdp	symbols.c \
44633965Sjdp	write.c
44733965Sjdp
448130561SobrienCFILES = $(GAS_CFILES) itbl-ops.c
44933965SjdpHFILES = \
45033965Sjdp	as.h \
45160484Sobrien	asintl.h \
45233965Sjdp	bignum.h \
45333965Sjdp	bit_fix.h \
45460484Sobrien	cgen.h \
45560484Sobrien	dwarf2dbg.h \
456130561Sobrien	dw2gencfi.h \
45733965Sjdp	ecoff.h \
45833965Sjdp	emul-target.h \
45933965Sjdp	emul.h \
46033965Sjdp	expr.h \
46133965Sjdp	flonum.h \
46233965Sjdp	frags.h \
46333965Sjdp	hash.h \
46433965Sjdp	input-file.h \
465218822Sdim	itbl-lex.h \
46633965Sjdp	itbl-ops.h \
46733965Sjdp	listing.h \
46833965Sjdp	macro.h \
46933965Sjdp	obj.h \
47033965Sjdp	output-file.h \
47133965Sjdp	read.h \
47233965Sjdp	sb.h \
47333965Sjdp	struc-symbol.h \
47433965Sjdp	subsegs.h \
47533965Sjdp	symbols.h \
47633965Sjdp	tc.h \
47733965Sjdp	write.h
47833965Sjdp
47960484Sobrien
48033965Sjdp# CPU files in config.
48133965SjdpTARGET_CPU_CFILES = \
48233965Sjdp	config/tc-alpha.c \
48338889Sjdp	config/tc-arc.c \
48433965Sjdp	config/tc-arm.c \
48560484Sobrien	config/tc-avr.c \
486218822Sdim	config/tc-bfin.c \
487218822Sdim	config/tc-cr16.c \
48877298Sobrien	config/tc-cris.c \
489218822Sdim	config/tc-crx.c \
49033965Sjdp	config/tc-d10v.c \
49160484Sobrien	config/tc-d30v.c \
492104834Sobrien	config/tc-dlx.c \
49360484Sobrien	config/tc-fr30.c \
494104834Sobrien	config/tc-frv.c \
49533965Sjdp	config/tc-h8300.c \
49633965Sjdp	config/tc-hppa.c \
49777298Sobrien	config/tc-ia64.c \
49860484Sobrien	config/tc-i370.c \
49933965Sjdp	config/tc-i386.c \
50033965Sjdp	config/tc-i860.c \
50133965Sjdp	config/tc-i960.c \
502130561Sobrien	config/tc-ip2k.c \
503218822Sdim	config/tc-m32c.c \
50433965Sjdp	config/tc-m32r.c \
50577298Sobrien	config/tc-m68hc11.c \
50633965Sjdp	config/tc-m68k.c \
50760484Sobrien	config/tc-mcore.c \
508218822Sdim	config/tc-mep.c \
50933965Sjdp	config/tc-mips.c \
51089857Sobrien	config/tc-mmix.c \
51133965Sjdp	config/tc-mn10200.c \
51233965Sjdp	config/tc-mn10300.c \
513130561Sobrien	config/tc-msp430.c \
51433965Sjdp	config/tc-ns32k.c \
51589857Sobrien	config/tc-openrisc.c \
51691041Sobrien	config/tc-or32.c \
51789857Sobrien	config/tc-pdp11.c \
51860484Sobrien	config/tc-pj.c \
51933965Sjdp	config/tc-ppc.c \
52089857Sobrien	config/tc-s390.c \
521218822Sdim	config/tc-score.c \
52233965Sjdp	config/tc-sh.c \
52391041Sobrien	config/tc-sh64.c \
52433965Sjdp	config/tc-sparc.c \
525218822Sdim	config/tc-spu.c \
52638889Sjdp	config/tc-tic30.c \
52777298Sobrien	config/tc-tic54x.c \
52833965Sjdp	config/tc-vax.c \
52938889Sjdp	config/tc-v850.c \
53089857Sobrien	config/tc-xstormy16.c \
531218822Sdim	config/tc-xc16x.c \
532130561Sobrien	config/tc-xtensa.c \
533218822Sdim	config/tc-z80.c \
53433965Sjdp	config/tc-z8k.c
53533965Sjdp
53633965SjdpTARGET_CPU_HFILES = \
53733965Sjdp	config/tc-alpha.h \
53838889Sjdp	config/tc-arc.h \
53933965Sjdp	config/tc-arm.h \
54060484Sobrien	config/tc-avr.h \
541218822Sdim	config/tc-bfin.h \
542218822Sdim	config/tc-cr16.h \
54377298Sobrien	config/tc-cris.h \
544218822Sdim	config/tc-crx.h \
54533965Sjdp	config/tc-d10v.h \
54660484Sobrien	config/tc-d30v.h \
547104834Sobrien	config/tc-dlx.h \
54860484Sobrien	config/tc-fr30.h \
549104834Sobrien	config/tc-frv.h \
55033965Sjdp	config/tc-h8300.h \
55133965Sjdp	config/tc-hppa.h \
55277298Sobrien	config/tc-ia64.h \
55360484Sobrien	config/tc-i370.h \
55433965Sjdp	config/tc-i386.h \
55533965Sjdp	config/tc-i860.h \
55633965Sjdp	config/tc-i960.h \
557130561Sobrien	config/tc-ip2k.h \
558218822Sdim	config/tc-m32c.h \
55933965Sjdp	config/tc-m32r.h \
56077298Sobrien	config/tc-m68hc11.h \
56133965Sjdp	config/tc-m68k.h \
56260484Sobrien	config/tc-mcore.h \
563218822Sdim	config/tc-mep.h \
56433965Sjdp	config/tc-mips.h \
56589857Sobrien	config/tc-mmix.h \
56633965Sjdp	config/tc-mn10200.h \
56733965Sjdp	config/tc-mn10300.h \
568130561Sobrien	config/tc-msp430.h \
56933965Sjdp	config/tc-ns32k.h \
57089857Sobrien	config/tc-openrisc.h \
57191041Sobrien	config/tc-or32.h \
57289857Sobrien	config/tc-pdp11.h \
57360484Sobrien	config/tc-pj.h \
57433965Sjdp	config/tc-ppc.h \
57589857Sobrien	config/tc-s390.h \
576218822Sdim	config/tc-score.h \
57733965Sjdp	config/tc-sh.h \
57891041Sobrien	config/tc-sh64.h \
57933965Sjdp	config/tc-sparc.h \
580218822Sdim	config/tc-spu.h \
58138889Sjdp	config/tc-tic30.h \
58277298Sobrien	config/tc-tic54x.h \
58333965Sjdp	config/tc-vax.h \
58438889Sjdp	config/tc-v850.h \
58589857Sobrien	config/tc-xstormy16.h \
586218822Sdim	config/tc-xc16x.h \
587130561Sobrien	config/tc-xtensa.h \
588218822Sdim	config/tc-z80.h \
58933965Sjdp	config/tc-z8k.h
59033965Sjdp
59160484Sobrien
59233965Sjdp# OBJ files in config
59333965SjdpOBJ_FORMAT_CFILES = \
59433965Sjdp	config/obj-aout.c \
59533965Sjdp	config/obj-coff.c \
59633965Sjdp	config/obj-ecoff.c \
59733965Sjdp	config/obj-elf.c \
59833965Sjdp	config/obj-evax.c \
599218822Sdim	config/obj-som.c
60033965Sjdp
60133965SjdpOBJ_FORMAT_HFILES = \
60233965Sjdp	config/obj-aout.h \
60333965Sjdp	config/obj-coff.h \
60433965Sjdp	config/obj-ecoff.h \
60533965Sjdp	config/obj-elf.h \
60633965Sjdp	config/obj-evax.h \
607218822Sdim	config/obj-som.h
60833965Sjdp
60960484Sobrien
61033965Sjdp# Emulation header files in config
61133965SjdpTARG_ENV_HFILES = \
61233965Sjdp	config/te-386bsd.h \
613218822Sdim	config/te-armlinuxeabi.h \
61433965Sjdp	config/te-aux.h \
61533965Sjdp	config/te-delta.h \
61633965Sjdp	config/te-delt88.h \
61733965Sjdp	config/te-dpx2.h \
61833965Sjdp	config/te-dynix.h \
61960484Sobrien	config/te-epoc-pe.h \
62033965Sjdp	config/te-generic.h \
62133965Sjdp	config/te-go32.h \
62233965Sjdp	config/te-hppa.h \
62378828Sobrien	config/te-hppa64.h \
62478828Sobrien	config/te-hppalinux64.h \
62533965Sjdp	config/te-i386aix.h \
62689857Sobrien	config/te-ia64aix.h \
62733965Sjdp	config/te-ic960.h \
62833965Sjdp	config/te-linux.h \
62933965Sjdp	config/te-lnews.h \
63033965Sjdp	config/te-lynx.h \
63133965Sjdp	config/te-mach.h \
63233965Sjdp	config/te-macos.h \
63333965Sjdp	config/te-nbsd.h \
63433965Sjdp	config/te-nbsd532.h \
635218822Sdim	config/te-netware.h \
63633965Sjdp	config/te-pc532mach.h \
63733965Sjdp	config/te-pe.h \
63833965Sjdp	config/te-psos.h \
63933965Sjdp	config/te-riscix.h \
64033965Sjdp	config/te-sparcaout.h \
64133965Sjdp	config/te-sun3.h \
64233965Sjdp	config/te-svr4.h \
643218822Sdim	config/te-symbian.h \
644218822Sdim	config/te-tmips.h \
645218822Sdim	config/te-wince-pe.h
64633965Sjdp
64760484Sobrien
64833965Sjdp# Multi files in config
64933965SjdpMULTI_CFILES = \
65077298Sobrien	config/e-crisaout.c \
65177298Sobrien	config/e-criself.c \
65260484Sobrien	config/e-i386aout.c \
65333965Sjdp	config/e-i386coff.c \
65433965Sjdp	config/e-i386elf.c \
65533965Sjdp	config/e-mipsecoff.c \
65633965Sjdp	config/e-mipself.c
65733965Sjdp
65838889SjdpCONFIG_OBJS = \
65933965Sjdp	$(TARG_CPU_O) \
66033965Sjdp	$(OBJ_FORMAT_O) \
66133965Sjdp	$(ATOF_TARG_O) \
66238889Sjdp	$(extra_objects)
66338889Sjdp
66438889SjdpGENERIC_OBJS = \
66533965Sjdp	app.o \
66633965Sjdp	as.o \
66733965Sjdp	atof-generic.o \
66833965Sjdp	cond.o \
66938889Sjdp	depend.o \
67060484Sobrien	dwarf2dbg.o \
671130561Sobrien	dw2gencfi.o \
67238889Sjdp	ehopt.o \
67333965Sjdp	expr.o \
67433965Sjdp	flonum-konst.o \
67533965Sjdp	flonum-copy.o \
67633965Sjdp	flonum-mult.o \
67733965Sjdp	frags.o \
67833965Sjdp	hash.o \
67933965Sjdp	input-file.o \
68033965Sjdp	input-scrub.o \
68133965Sjdp	literal.o \
68233965Sjdp	messages.o \
68333965Sjdp	output-file.o \
68433965Sjdp	read.o \
68533965Sjdp	subsegs.o \
68633965Sjdp	symbols.o \
68733965Sjdp	write.o \
68833965Sjdp	listing.o \
68933965Sjdp	ecoff.o \
69033965Sjdp	stabs.o \
69133965Sjdp	sb.o \
69238889Sjdp	macro.o
69333965Sjdp
69438889SjdpOBJS = $(CONFIG_OBJS) $(GENERIC_OBJS)
69560484SobrienPOTFILES = $(MULTI_CFILES) $(TARGET_ENV_HFILES) $(OBJ_FORMAT_HFILES) \
69660484Sobrien	$(OBJ_FORMAT_CFILES) $(TARGET_CPU_HFILES) $(TARGET_CPU_CFILES) \
697218822Sdim	$(HFILES) $(CFILES)
69860484Sobrien
69960484Sobriennoinst_SCRIPTS = $(GDBINIT)
70060484SobrienEXTRA_SCRIPTS = .gdbinit
701218822SdimEXTRA_DIST = m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c \
702218822Sdim	bfin-parse.c bfin-parse.h bfin-lex.c
703218822Sdim
70460484SobrienDISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h
70538889Sjdp
70633965Sjdp# Now figure out from those variables how to compile and link.
70733965SjdpBASEDIR = $(srcdir)/..
70833965SjdpBFDDIR = $(BASEDIR)/bfd
70933965SjdpINCDIR = $(BASEDIR)/include
71033965Sjdp
71138889Sjdp# This is the variable actually used when we compile.
71233965Sjdp# Specify the directories to be searched for header files.
71333965Sjdp# Both . and srcdir are used, in that order,
71433965Sjdp# so that tm.h and config.h will be found in the compilation
71533965Sjdp# subdirectory rather than in the source directory.
716218822SdimINCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(srcdir)/config \
717218822Sdim	-I$(INCDIR) -I$(srcdir)/.. -I$(BFDDIR) @INCINTL@ \
718218822Sdim	-DLOCALEDIR="\"$(datadir)/locale\""
71933965Sjdp
720218822Sdim
72138889Sjdp# This should be parallel to INCLUDES, but should replace $(srcdir)
72238889Sjdp# with $${srcdir}, and should work in a subdirectory.  This is used
72338889Sjdp# when building dependencies, because the dependency building is done
72438889Sjdp# in a subdirectory.
725218822SdimDEP_INCLUDES = -D_GNU_SOURCE -I.. -I$${srcdir} -I../../bfd \
726218822Sdim	-I$${srcdir}/config -I$${srcdir}/../include -I$${srcdir}/.. \
727218822Sdim	-I$${srcdir}/../bfd @INCINTL@ \
728218822Sdim	-DLOCALEDIR="\"$(datadir)/locale\""
729218822Sdim
730218822SdimDEP_FLAGS = -DOBJ_MAYBE_ELF \
73189857Sobrien	-I. -I.. -I$${srcdir} -I../../bfd $(DEP_INCLUDES)
73289857Sobrien
73389857Sobrien
73438889Sjdp# How to link with both our special library facilities
73538889Sjdp# and the system's installed libraries.
736218822SdimGASLIBS = @OPCODES_LIB@ ../bfd/libbfd.la ../libiberty/libiberty.a
73738889Sjdp
73833965Sjdp# Files to be copied away after each stage in building.
73938889SjdpSTAGESTUFF = *.o $(noinst_PROGRAMS)
74038889Sjdpas_new_SOURCES = $(GAS_CFILES)
74138889Sjdpas_new_LDADD = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
742218822Sdim	$(extra_objects) $(GASLIBS) $(LIBINTL) $(LIBM)
74360484Sobrien
74438889Sjdpas_new_DEPENDENCIES = $(TARG_CPU_O) $(OBJ_FORMAT_O) $(ATOF_TARG_O) \
745218822Sdim	$(extra_objects) $(GASLIBS) $(LIBINTL_DEP)
74633965Sjdp
747218822SdimEXPECT = expect
748218822SdimRUNTEST = runtest
74960484SobrienRUNTESTFLAGS = 
75060484Sobrien
75133965Sjdp# The m68k operand parser.
752218822SdimEXTRA_as_new_SOURCES = config/m68k-parse.y config/bfin-parse.y
75338889Sjdpitbl_test_SOURCES = itbl-parse.y itbl-lex.l
75460484Sobrienitbl_test_LDADD = itbl-tops.o itbl-test.o $(GASLIBS) @LEXLIB@
75533965Sjdp
75660484Sobrien# CGEN interface.
75760484SobrienCGEN_CPU_PREFIX = @cgen_cpu_prefix@
75860484Sobrien
75933965Sjdp# Remake the info files.
760218822SdimMOSTLYCLEANFILES = $(STAGESTUFF) core \
76138889Sjdp	testsuite/*.o testsuite/*.out testsuite/gas.log testsuite/gas.sum \
76238889Sjdp	testsuite/site.exp site.bak site.exp stage stage1 stage2
76333965Sjdp
76477298SobrienCLEANFILES = dep.sed DEPTC DEPTCA DEPOBJ DEPOBJA DEP2 DEP2A DEP1 DEPA DEP DEPDIR
76560484Sobrienagainst = stage2
76660484SobrienDEP_FILE_DEPS = $(CFILES) $(HFILES) $(TARGET_CPU_CFILES) \
76733965Sjdp	$(TARGET_CPU_HFILES) $(OBJ_FORMAT_CFILES) $(OBJ_FORMAT_HFILES)
76833965Sjdp
769218822SdimCONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in $(srcdir)/configure.tgt
77077298SobrienAMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.
771218822SdimDEPTC_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h \
772218822Sdim  ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
773218822Sdim  subsegs.h $(INCDIR)/obstack.h struc-symbol.h ecoff.h \
774218822Sdim  $(INCDIR)/opcode/alpha.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
775218822Sdim  $(INCDIR)/safe-ctype.h $(srcdir)/config/atof-vax.c
77660484Sobrien
777218822SdimDEPTC_alpha_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
778218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
779218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h subsegs.h \
780218822Sdim  $(INCDIR)/obstack.h struc-symbol.h ecoff.h $(INCDIR)/coff/sym.h \
781218822Sdim  $(INCDIR)/coff/ecoff.h $(INCDIR)/opcode/alpha.h $(INCDIR)/elf/alpha.h \
782218822Sdim  $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h dw2gencfi.h \
783218822Sdim  $(INCDIR)/elf/dwarf2.h $(INCDIR)/safe-ctype.h $(srcdir)/config/atof-vax.c
78460484Sobrien
785218822SdimDEPTC_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h \
78677298Sobrien  subsegs.h $(INCDIR)/obstack.h struc-symbol.h ecoff.h \
787218822Sdim  $(INCDIR)/opcode/alpha.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
788218822Sdim  $(INCDIR)/safe-ctype.h $(srcdir)/config/atof-vax.c
78977298Sobrien
790218822SdimDEPTC_arc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
791218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
792218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h dwarf2dbg.h \
79389857Sobrien  struc-symbol.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
79489857Sobrien  $(INCDIR)/opcode/arc.h $(srcdir)/../opcodes/arc-ext.h \
79589857Sobrien  $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h
79660484Sobrien
797218822SdimDEPTC_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \
798218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
799218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h $(INCDIR)/opcode/arm.h \
800218822Sdim  dwarf2dbg.h
80160484Sobrien
802218822SdimDEPTC_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \
803218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
804218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
805218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h $(INCDIR)/opcode/arm.h \
806218822Sdim  dwarf2dbg.h
80760484Sobrien
808218822SdimDEPTC_arm_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
809218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
810218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h $(INCDIR)/safe-ctype.h \
811218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h $(INCDIR)/opcode/arm.h \
812218822Sdim  $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h dw2gencfi.h \
813218822Sdim  $(INCDIR)/elf/dwarf2.h dwarf2dbg.h
81489857Sobrien
815218822SdimDEPTC_avr_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
816218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
817218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-avr.h dwarf2dbg.h \
81889857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
81989857Sobrien  $(INCDIR)/opcode/avr.h
82060484Sobrien
821218822SdimDEPTC_bfin_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
822218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
823218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-bfin.h dwarf2dbg.h \
824218822Sdim  struc-symbol.h $(srcdir)/config/bfin-defs.h $(INCDIR)/obstack.h \
825218822Sdim  $(INCDIR)/safe-ctype.h dwarf2dbg.h $(BFDDIR)/libbfd.h \
826218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/elf/common.h $(INCDIR)/elf/bfin.h \
827218822Sdim  $(INCDIR)/elf/reloc-macros.h $(srcdir)/config/bfin-aux.h \
828218822Sdim  $(srcdir)/config/bfin-defs.h $(INCDIR)/opcode/bfin.h
82960484Sobrien
830218822SdimDEPTC_cr16_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
831218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
832218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-cr16.h dwarf2dbg.h \
833218822Sdim  $(INCDIR)/safe-ctype.h dwarf2dbg.h $(INCDIR)/opcode/cr16.h \
834218822Sdim  $(INCDIR)/elf/cr16.h $(INCDIR)/elf/reloc-macros.h
835218822Sdim
836218822SdimDEPTC_cris_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-cris.h \
837218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
838218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/cris.h \
839218822Sdim  dwarf2dbg.h
840218822Sdim
841218822SdimDEPTC_cris_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
842218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
843218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-cris.h dwarf2dbg.h \
84489857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
84589857Sobrien  $(INCDIR)/opcode/cris.h dwarf2dbg.h
84677298Sobrien
847218822SdimDEPTC_crx_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
848218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
849218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-crx.h dwarf2dbg.h \
850218822Sdim  $(INCDIR)/safe-ctype.h dwarf2dbg.h $(INCDIR)/opcode/crx.h \
851218822Sdim  $(INCDIR)/elf/crx.h $(INCDIR)/elf/reloc-macros.h
852218822Sdim
853218822SdimDEPTC_d10v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
854218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
855218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h $(INCDIR)/safe-ctype.h \
85677298Sobrien  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/d10v.h \
85777298Sobrien  $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h
85877298Sobrien
859218822SdimDEPTC_d30v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
860218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
861218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h $(INCDIR)/safe-ctype.h \
86277298Sobrien  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/d30v.h
86360484Sobrien
864218822SdimDEPTC_dlx_elf = $(INCDIR)/safe-ctype.h $(srcdir)/config/obj-elf.h \
86589857Sobrien  $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
866218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-dlx.h \
867218822Sdim  dwarf2dbg.h $(srcdir)/config/tc-dlx.h $(INCDIR)/opcode/dlx.h
86860484Sobrien
869218822SdimDEPTC_fr30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
870218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
871218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-fr30.h dwarf2dbg.h \
87289857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
873218822Sdim  $(srcdir)/../opcodes/fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
874218822Sdim  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
87589857Sobrien  $(srcdir)/../opcodes/fr30-opc.h cgen.h
87660484Sobrien
877218822SdimDEPTC_frv_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
878218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
879218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-frv.h subsegs.h \
880218822Sdim  $(INCDIR)/obstack.h $(srcdir)/../opcodes/frv-desc.h \
881218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
882218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/frv-opc.h \
883218822Sdim  cgen.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h $(INCDIR)/elf/common.h \
884218822Sdim  $(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h
885218822Sdim
886218822SdimDEPTC_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
887218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h \
888130561Sobrien  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
889218822Sdim  dwarf2dbg.h $(INCDIR)/opcode/h8300.h $(INCDIR)/safe-ctype.h
890104834Sobrien
891218822SdimDEPTC_h8300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
892218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
893218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h dwarf2dbg.h \
894130561Sobrien  subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h $(INCDIR)/opcode/h8300.h \
89589857Sobrien  $(INCDIR)/safe-ctype.h $(INCDIR)/elf/h8.h $(INCDIR)/elf/reloc-macros.h
89660484Sobrien
897218822SdimDEPTC_hppa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
898218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
899218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h \
900218822Sdim  $(BFDDIR)/elf-bfd.h $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h \
90189857Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \
902218822Sdim  subsegs.h $(INCDIR)/obstack.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
903218822Sdim  $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h dwarf2dbg.h
90460484Sobrien
905218822SdimDEPTC_i370_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
906218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
907218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i370.h dwarf2dbg.h \
90889857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
909130561Sobrien  struc-symbol.h $(INCDIR)/opcode/i370.h $(INCDIR)/elf/i370.h \
910130561Sobrien  $(INCDIR)/elf/reloc-macros.h
91160484Sobrien
912218822SdimDEPTC_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \
913218822Sdim  $(srcdir)/../opcodes/i386-opc.h $(INCDIR)/opcode/i386.h \
914218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
915218822Sdim  subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h dw2gencfi.h \
916218822Sdim  $(INCDIR)/elf/dwarf2.h $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h
91760484Sobrien
918218822SdimDEPTC_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
919218822Sdim  $(srcdir)/../opcodes/i386-opc.h $(INCDIR)/opcode/i386.h \
920218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
921218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
922218822Sdim  subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h dw2gencfi.h \
923218822Sdim  $(INCDIR)/elf/dwarf2.h $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h
92460484Sobrien
925218822SdimDEPTC_i386_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
926218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
927218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h $(srcdir)/../opcodes/i386-opc.h \
928218822Sdim  $(INCDIR)/opcode/i386.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
929218822Sdim  subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h dw2gencfi.h \
930218822Sdim  $(INCDIR)/elf/dwarf2.h $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h
93160484Sobrien
932218822SdimDEPTC_i860_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
933218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
934218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h dwarf2dbg.h \
93589857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
93689857Sobrien  $(INCDIR)/opcode/i860.h $(INCDIR)/elf/i860.h $(INCDIR)/elf/reloc-macros.h
93777298Sobrien
938218822SdimDEPTC_i960_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i960.h \
939218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h \
940218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h \
94133965Sjdp  $(INCDIR)/opcode/i960.h
94260484Sobrien
943218822SdimDEPTC_i960_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
944218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
945218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h dwarf2dbg.h \
94689857Sobrien  $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h $(INCDIR)/opcode/i960.h
94760484Sobrien
948218822SdimDEPTC_ia64_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
949218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
950218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ia64.h $(INCDIR)/opcode/ia64.h \
951218822Sdim  $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \
952218822Sdim  dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/ia64.h \
953218822Sdim  $(INCDIR)/elf/ia64.h
95489857Sobrien
955218822SdimDEPTC_ip2k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
956218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
957218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h dwarf2dbg.h \
958130561Sobrien  subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/ip2k-desc.h \
959218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
960218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/ip2k-opc.h \
961218822Sdim  cgen.h $(INCDIR)/elf/common.h $(INCDIR)/elf/ip2k.h \
962218822Sdim  $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h
963130561Sobrien
964218822SdimDEPTC_m32c_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
965218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
966218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32c.h dwarf2dbg.h \
967218822Sdim  subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/m32c-desc.h \
968218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
969218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/m32c-opc.h \
970218822Sdim  $(srcdir)/../opcodes/cgen-types.h ../bfd/bfd_stdint.h \
971218822Sdim  $(srcdir)/../opcodes/cgen-ops.h cgen.h $(INCDIR)/elf/common.h \
972218822Sdim  $(INCDIR)/elf/m32c.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h \
973218822Sdim  $(INCDIR)/hashtab.h $(INCDIR)/safe-ctype.h
97460484Sobrien
975218822SdimDEPTC_m32r_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
976218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
977218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h dwarf2dbg.h \
97889857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
979218822Sdim  $(srcdir)/../opcodes/m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
980218822Sdim  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
981218822Sdim  $(srcdir)/../opcodes/m32r-opc.h cgen.h $(INCDIR)/elf/m32r.h \
982218822Sdim  $(INCDIR)/elf/reloc-macros.h
98360484Sobrien
984218822SdimDEPTC_m68hc11_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
985218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
986218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68hc11.h dwarf2dbg.h \
98789857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
988130561Sobrien  $(INCDIR)/opcode/m68hc11.h dwarf2dbg.h $(INCDIR)/elf/m68hc11.h \
989130561Sobrien  $(INCDIR)/elf/reloc-macros.h
99077298Sobrien
991218822SdimDEPTC_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
992218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
993218822Sdim  $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h \
994218822Sdim  dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/m68k.h \
995130561Sobrien  $(srcdir)/config/m68k-parse.h
99660484Sobrien
997218822SdimDEPTC_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \
998218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
999218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1000218822Sdim  $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h \
1001218822Sdim  dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/m68k.h \
1002218822Sdim  $(srcdir)/config/m68k-parse.h
100389857Sobrien
1004218822SdimDEPTC_m68k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1005218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1006218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h $(INCDIR)/safe-ctype.h \
1007218822Sdim  $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h \
1008218822Sdim  dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/m68k.h \
1009130561Sobrien  $(srcdir)/config/m68k-parse.h $(INCDIR)/elf/m68k.h \
1010130561Sobrien  $(INCDIR)/elf/reloc-macros.h
101160484Sobrien
1012218822SdimDEPTC_maxq_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-maxq.h \
1013218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h \
1014218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1015218822Sdim  subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h $(srcdir)/config/tc-maxq.h \
1016218822Sdim  $(INCDIR)/opcode/maxq.h
101760484Sobrien
1018218822SdimDEPTC_mcore_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mcore.h \
1019218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \
1020218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
1021218822Sdim  $(srcdir)/../opcodes/mcore-opc.h $(INCDIR)/safe-ctype.h
102260484Sobrien
1023218822SdimDEPTC_mcore_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1024218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1025218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mcore.h dwarf2dbg.h \
102689857Sobrien  subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/mcore-opc.h \
102789857Sobrien  $(INCDIR)/safe-ctype.h $(INCDIR)/elf/mcore.h $(INCDIR)/elf/reloc-macros.h
102889857Sobrien
1029218822SdimDEPTC_mep_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1030218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1031218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mep.h dwarf2dbg.h \
1032218822Sdim  dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/mep-desc.h \
1033218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1034218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/mep-opc.h \
1035218822Sdim  cgen.h $(INCDIR)/elf/common.h $(INCDIR)/elf/mep.h $(INCDIR)/elf/reloc-macros.h \
1036218822Sdim  $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h $(INCDIR)/xregex.h \
1037218822Sdim  $(INCDIR)/xregex2.h
103877298Sobrien
1039218822SdimDEPTC_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
1040218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h \
1041218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
1042218822Sdim  $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/mips.h itbl-ops.h \
1043218822Sdim  dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(srcdir)/config/obj-elf.h \
104489857Sobrien  $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
104589857Sobrien  $(INCDIR)/elf/external.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
104689857Sobrien  ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
104760484Sobrien
1048218822SdimDEPTC_mips_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-mips.h \
1049218822Sdim  ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
1050218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h \
1051218822Sdim  $(INCDIR)/opcode/mips.h itbl-ops.h dwarf2dbg.h dw2gencfi.h \
1052218822Sdim  $(INCDIR)/elf/dwarf2.h $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1053104834Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1054218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
1055218822Sdim  ecoff.h
105677298Sobrien
1057218822SdimDEPTC_mips_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1058218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1059218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h subsegs.h \
1060218822Sdim  $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/mips.h \
1061218822Sdim  itbl-ops.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
1062218822Sdim  $(srcdir)/config/obj-elf.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \
1063218822Sdim  ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
106460484Sobrien
1065218822SdimDEPTC_mmix_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1066218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1067218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mmix.h dwarf2dbg.h \
106889857Sobrien  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/mmix.h \
106989857Sobrien  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/mmix.h \
1070218822Sdim  $(INCDIR)/safe-ctype.h dwarf2dbg.h $(INCDIR)/obstack.h
107189857Sobrien
1072218822SdimDEPTC_mn10200_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1073218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1074218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h dwarf2dbg.h \
107589857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
107689857Sobrien  $(INCDIR)/opcode/mn10200.h
107760484Sobrien
1078218822SdimDEPTC_mn10300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1079218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1080218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h dwarf2dbg.h \
108189857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
108289857Sobrien  $(INCDIR)/opcode/mn10300.h dwarf2dbg.h
108360484Sobrien
1084218822SdimDEPTC_msp430_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1085218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1086218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-msp430.h dwarf2dbg.h \
1087130561Sobrien  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/msp430.h \
1088218822Sdim  $(INCDIR)/safe-ctype.h dwarf2dbg.h
1089130561Sobrien
1090218822SdimDEPTC_mt_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1091218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1092218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mt.h dwarf2dbg.h \
1093218822Sdim  dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/mt-desc.h \
1094218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1095218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/mt-opc.h \
1096218822Sdim  cgen.h $(INCDIR)/elf/common.h $(INCDIR)/elf/mt.h $(INCDIR)/elf/reloc-macros.h \
1097218822Sdim  $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h
109889857Sobrien
1099218822SdimDEPTC_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h \
1100218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/opcode/ns32k.h \
110177298Sobrien  $(INCDIR)/obstack.h
110260484Sobrien
1103218822SdimDEPTC_openrisc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1104218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1105218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-openrisc.h \
1106218822Sdim  dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/openrisc-desc.h \
1107218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1108218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/openrisc-opc.h \
1109218822Sdim  cgen.h
111060484Sobrien
1111218822SdimDEPTC_or32_coff = $(INCDIR)/safe-ctype.h $(srcdir)/config/obj-coff.h \
1112218822Sdim  $(srcdir)/config/tc-or32.h $(INCDIR)/coff/internal.h \
1113218822Sdim  $(INCDIR)/coff/or32.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1114218822Sdim  $(INCDIR)/opcode/or32.h $(INCDIR)/elf/or32.h $(INCDIR)/elf/reloc-macros.h
111560484Sobrien
1116218822SdimDEPTC_or32_elf = $(INCDIR)/safe-ctype.h $(srcdir)/config/obj-elf.h \
111789857Sobrien  $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1118218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-or32.h \
1119218822Sdim  dwarf2dbg.h $(INCDIR)/opcode/or32.h $(INCDIR)/elf/or32.h \
112091041Sobrien  $(INCDIR)/elf/reloc-macros.h
112191041Sobrien
1122218822SdimDEPTC_pdp11_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-pdp11.h \
1123218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
112489857Sobrien  $(INCDIR)/opcode/pdp11.h
112589857Sobrien
1126218822SdimDEPTC_pdp11_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1127218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1128218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pdp11.h dwarf2dbg.h \
112989857Sobrien  $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/pdp11.h
113089857Sobrien
1131218822SdimDEPTC_pj_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1132218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1133218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pj.h dwarf2dbg.h \
113489857Sobrien  $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/pj.h
113560484Sobrien
1136218822SdimDEPTC_ppc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ppc.h \
1137218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h \
1138218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h subsegs.h \
1139218822Sdim  $(INCDIR)/obstack.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
1140218822Sdim  $(INCDIR)/opcode/ppc.h
114160484Sobrien
1142218822SdimDEPTC_ppc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1143218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1144218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h dwarf2dbg.h \
114589857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1146130561Sobrien  dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/ppc.h \
1147130561Sobrien  $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h
114860484Sobrien
1149218822SdimDEPTC_s390_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1150218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1151218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-s390.h dwarf2dbg.h \
115289857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1153130561Sobrien  struc-symbol.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
1154130561Sobrien  $(INCDIR)/opcode/s390.h $(INCDIR)/elf/s390.h $(INCDIR)/elf/reloc-macros.h
115589857Sobrien
1156218822SdimDEPTC_score_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1157218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1158218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-score.h dwarf2dbg.h \
1159218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h \
1160218822Sdim  $(INCDIR)/opcode/score-inst.h $(INCDIR)/opcode/score-datadep.h \
1161218822Sdim  struc-symbol.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h \
1162218822Sdim  dwarf2dbg.h
116360484Sobrien
1164218822SdimDEPTC_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
1165218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
1166218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \
1167218822Sdim  $(srcdir)/../opcodes/sh-opc.h $(INCDIR)/safe-ctype.h \
1168218822Sdim  struc-symbol.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h
116960484Sobrien
1170218822SdimDEPTC_sh_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1171218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1172218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h subsegs.h \
1173218822Sdim  $(INCDIR)/obstack.h $(srcdir)/../opcodes/sh-opc.h $(INCDIR)/safe-ctype.h \
1174218822Sdim  struc-symbol.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
1175218822Sdim  dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h
1176218822Sdim
1177218822SdimDEPTC_sh64_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1178218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1179218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h $(srcdir)/config/tc-sh.h \
1180218822Sdim  $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf32-sh64.h \
1181218822Sdim  $(INCDIR)/safe-ctype.h $(srcdir)/../opcodes/sh64-opc.h \
1182104834Sobrien  $(srcdir)/config/tc-sh.c subsegs.h $(INCDIR)/obstack.h \
1183218822Sdim  $(srcdir)/../opcodes/sh-opc.h $(INCDIR)/safe-ctype.h \
1184218822Sdim  struc-symbol.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h
1185104834Sobrien
1186218822SdimDEPTC_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h \
1187218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1188218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/sparc.h \
1189218822Sdim  dw2gencfi.h $(INCDIR)/elf/dwarf2.h
119060484Sobrien
1191218822SdimDEPTC_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \
1192218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h \
1193218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1194218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/sparc.h \
1195218822Sdim  dw2gencfi.h $(INCDIR)/elf/dwarf2.h
119660484Sobrien
1197218822SdimDEPTC_sparc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1198218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1199218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h dwarf2dbg.h \
120089857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1201130561Sobrien  $(INCDIR)/opcode/sparc.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
1202130561Sobrien  $(INCDIR)/elf/sparc.h $(INCDIR)/elf/reloc-macros.h \
120389857Sobrien  dwarf2dbg.h
120460484Sobrien
1205218822SdimDEPTC_spu_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1206218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1207218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-spu.h $(INCDIR)/opcode/spu.h \
1208218822Sdim  $(INCDIR)/opcode/spu-insns.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1209218822Sdim  subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h $(INCDIR)/opcode/spu-insns.h
121060484Sobrien
1211218822SdimDEPTC_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h \
1212218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1213218822Sdim  $(INCDIR)/opcode/tic30.h
1214218822Sdim
1215218822SdimDEPTC_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \
1216218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h \
121789857Sobrien  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1218218822Sdim  $(INCDIR)/opcode/tic30.h
121960484Sobrien
1220218822SdimDEPTC_tic4x_coff = $(INCDIR)/safe-ctype.h $(srcdir)/config/obj-coff.h \
1221218822Sdim  $(srcdir)/config/tc-tic4x.h $(INCDIR)/coff/internal.h \
1222218822Sdim  $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h $(BFDDIR)/libcoff.h \
1223218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/opcode/tic4x.h subsegs.h \
1224218822Sdim  $(INCDIR)/obstack.h $(INCDIR)/obstack.h
122560484Sobrien
1226218822SdimDEPTC_tic54x_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic54x.h \
122777298Sobrien  $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
1228218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1229218822Sdim  sb.h macro.h subsegs.h $(INCDIR)/obstack.h struc-symbol.h \
1230218822Sdim  $(INCDIR)/opcode/tic54x.h $(srcdir)/config/obj-coff.h
123160484Sobrien
1232218822SdimDEPTC_v850_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1233218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1234218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h $(INCDIR)/elf/v850.h \
1235218822Sdim  $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1236218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/v850.h \
1237218822Sdim  dwarf2dbg.h
123860484Sobrien
1239218822SdimDEPTC_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h \
1240218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(srcdir)/config/vax-inst.h \
1241218822Sdim  $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h \
1242218822Sdim  $(INCDIR)/opcode/vax.h
124360484Sobrien
1244218822SdimDEPTC_vax_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1245218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1246218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h dwarf2dbg.h \
1247104834Sobrien  $(srcdir)/config/vax-inst.h $(INCDIR)/obstack.h subsegs.h \
1248218822Sdim  $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h $(INCDIR)/elf/vax.h \
1249218822Sdim  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/vax.h
125060484Sobrien
1251218822SdimDEPTC_xc16x_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1252218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1253218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xc16x.h dwarf2dbg.h \
125494536Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1255218822Sdim  $(srcdir)/../opcodes/xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1256218822Sdim  $(INCDIR)/opcode/cgen.h $(INCDIR)/opcode/cgen-bitset.h \
1257218822Sdim  $(srcdir)/../opcodes/xc16x-opc.h cgen.h dwarf2dbg.h \
1258218822Sdim  $(INCDIR)/elf/xc16x.h $(INCDIR)/elf/reloc-macros.h
125960484Sobrien
1260218822SdimDEPTC_xstormy16_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1261218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1262218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xstormy16.h \
1263218822Sdim  dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/xstormy16-desc.h \
1264218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1265218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(srcdir)/../opcodes/xstormy16-opc.h \
126689857Sobrien  cgen.h
126789857Sobrien
1268218822SdimDEPTC_xtensa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1269218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1270218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xtensa.h $(INCDIR)/xtensa-isa.h \
1271130561Sobrien  $(INCDIR)/xtensa-config.h sb.h $(INCDIR)/safe-ctype.h \
1272218822Sdim  $(srcdir)/config/tc-xtensa.h subsegs.h $(INCDIR)/obstack.h \
1273218822Sdim  $(srcdir)/config/xtensa-relax.h $(srcdir)/config/xtensa-istack.h \
1274218822Sdim  dwarf2dbg.h struc-symbol.h $(INCDIR)/xtensa-config.h
1275130561Sobrien
1276218822SdimDEPTC_z80_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z80.h \
1277218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/z80.h $(INCDIR)/coff/external.h \
1278218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1279218822Sdim  subsegs.h $(INCDIR)/obstack.h
128060484Sobrien
1281218822SdimDEPTC_z8k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z8k.h \
1282218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h \
1283218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h \
1284218822Sdim  $(srcdir)/../opcodes/z8k-opc.h
128577298Sobrien
128660484SobrienDEPTC_hppa_som = $(srcdir)/config/tc-hppa.h subsegs.h \
128733965Sjdp  $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h \
128833965Sjdp  $(BFDDIR)/som.h
128960484Sobrien
129060484SobrienDEPTC_i386_multi = $(DEPTC_i386_aout) $(DEPTC_i386_coff) \
129160484Sobrien  $(DEPTC_i386_elf)
129260484Sobrien
129360484SobrienDEPTC_mips_multi = $(DEPTC_mips_coff) $(DEPTC_mips_ecoff) \
129460484Sobrien  $(DEPTC_mips_elf)
129560484Sobrien
129677298SobrienDEPTC_cris_multi = $(DEPTC_cris_aout) $(DEPTC_cris_elf)
1297218822SdimDEPOBJ_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h \
1298218822Sdim  ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
1299218822Sdim  $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1300218822Sdim  $(BFDDIR)/libecoff.h
130160484Sobrien
1302218822SdimDEPOBJ_alpha_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1303218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1304218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h $(INCDIR)/safe-ctype.h \
1305218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1306218822Sdim  dwarf2dbg.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
1307218822Sdim  $(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \
1308218822Sdim  $(INCDIR)/aout/aout64.h
130960484Sobrien
1310218822SdimDEPOBJ_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h
1311218822SdimDEPOBJ_arc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1312218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1313218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h dwarf2dbg.h \
131489857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1315218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
131660484Sobrien
1317218822SdimDEPOBJ_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \
1318218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1319218822Sdim  $(INCDIR)/obstack.h
1320218822Sdim
1321218822SdimDEPOBJ_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \
1322218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
132389857Sobrien  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1324218822Sdim  subsegs.h $(INCDIR)/obstack.h
132560484Sobrien
1326218822SdimDEPOBJ_arm_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1327218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1328218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h $(INCDIR)/safe-ctype.h \
1329218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1330218822Sdim  dwarf2dbg.h $(INCDIR)/aout/aout64.h
133189857Sobrien
1332218822SdimDEPOBJ_avr_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1333218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1334218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-avr.h dwarf2dbg.h \
133589857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1336218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
133760484Sobrien
1338218822SdimDEPOBJ_bfin_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1339218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1340218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-bfin.h dwarf2dbg.h \
1341130561Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1342218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
134360484Sobrien
1344218822SdimDEPOBJ_cris_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-cris.h \
1345218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1346218822Sdim  $(INCDIR)/obstack.h
134789857Sobrien
1348218822SdimDEPOBJ_cris_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1349218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1350218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-cris.h dwarf2dbg.h \
135189857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1352218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
135360484Sobrien
1354218822SdimDEPOBJ_crx_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1355218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1356218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-crx.h dwarf2dbg.h \
135789857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1358218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
135960484Sobrien
1360218822SdimDEPOBJ_d10v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1361218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1362218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h $(INCDIR)/safe-ctype.h \
1363218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1364218822Sdim  dwarf2dbg.h $(INCDIR)/aout/aout64.h
136560484Sobrien
1366218822SdimDEPOBJ_d30v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1367218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1368218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h $(INCDIR)/safe-ctype.h \
1369218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1370218822Sdim  dwarf2dbg.h $(INCDIR)/aout/aout64.h
137160484Sobrien
1372218822SdimDEPOBJ_dlx_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1373218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1374218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-dlx.h dwarf2dbg.h \
137589857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1376218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
137760484Sobrien
1378218822SdimDEPOBJ_fr30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1379218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1380218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-fr30.h dwarf2dbg.h \
138189857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1382218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
138360484Sobrien
1384218822SdimDEPOBJ_frv_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1385218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1386218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-frv.h $(INCDIR)/safe-ctype.h \
1387218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1388218822Sdim  dwarf2dbg.h $(INCDIR)/aout/aout64.h
1389104834Sobrien
1390218822SdimDEPOBJ_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
1391218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h \
139289857Sobrien  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1393218822Sdim  subsegs.h $(INCDIR)/obstack.h
139460484Sobrien
1395218822SdimDEPOBJ_h8300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1396218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1397218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h dwarf2dbg.h \
139889857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1399218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
140060484Sobrien
1401218822SdimDEPOBJ_hppa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1402218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1403218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h \
1404218822Sdim  $(BFDDIR)/elf-bfd.h $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h \
1405218822Sdim  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \
1406218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1407218822Sdim  dwarf2dbg.h $(INCDIR)/aout/aout64.h
1408104834Sobrien
1409218822SdimDEPOBJ_i370_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1410218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1411218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i370.h dwarf2dbg.h \
1412104834Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1413218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/elf/i370.h \
1414218822Sdim  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h
1415104834Sobrien
1416218822SdimDEPOBJ_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \
1417218822Sdim  $(srcdir)/../opcodes/i386-opc.h $(INCDIR)/opcode/i386.h \
1418218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1419218822Sdim  $(INCDIR)/obstack.h
142060484Sobrien
1421218822SdimDEPOBJ_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
1422218822Sdim  $(srcdir)/../opcodes/i386-opc.h $(INCDIR)/opcode/i386.h \
1423218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
142489857Sobrien  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1425218822Sdim  subsegs.h $(INCDIR)/obstack.h
142660484Sobrien
1427218822SdimDEPOBJ_i386_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1428218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1429218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h $(srcdir)/../opcodes/i386-opc.h \
1430218822Sdim  $(INCDIR)/opcode/i386.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1431218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1432218822Sdim  dwarf2dbg.h $(INCDIR)/elf/x86-64.h $(INCDIR)/elf/reloc-macros.h \
1433130561Sobrien  $(INCDIR)/aout/aout64.h
143460484Sobrien
1435218822SdimDEPOBJ_i860_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1436218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1437218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h dwarf2dbg.h \
143889857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1439218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
144060484Sobrien
1441218822SdimDEPOBJ_i960_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i960.h \
1442218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h \
1443218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
144460484Sobrien
1445218822SdimDEPOBJ_i960_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1446218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1447218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h dwarf2dbg.h \
144889857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1449218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
145060484Sobrien
1451218822SdimDEPOBJ_ia64_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1452218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1453218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ia64.h $(INCDIR)/opcode/ia64.h \
1454218822Sdim  $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \
1455218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1456218822Sdim  dwarf2dbg.h $(INCDIR)/aout/aout64.h
145760484Sobrien
1458218822SdimDEPOBJ_ip2k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1459218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1460218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h dwarf2dbg.h \
146189857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1462218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
146360484Sobrien
1464218822SdimDEPOBJ_m32c_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1465218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1466218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32c.h dwarf2dbg.h \
146789857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1468218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
146960484Sobrien
1470218822SdimDEPOBJ_m32r_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1471218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1472218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h dwarf2dbg.h \
147389857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1474218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
147560484Sobrien
1476218822SdimDEPOBJ_m68hc11_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1477218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1478218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68hc11.h dwarf2dbg.h \
1479130561Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1480218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1481130561Sobrien
1482218822SdimDEPOBJ_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
148389857Sobrien  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
148489857Sobrien  $(INCDIR)/obstack.h
148560484Sobrien
1486218822SdimDEPOBJ_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \
1487218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1488218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1489218822Sdim  subsegs.h $(INCDIR)/obstack.h
149060484Sobrien
1491218822SdimDEPOBJ_m68k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1492218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1493218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h $(INCDIR)/safe-ctype.h \
1494218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1495218822Sdim  dwarf2dbg.h $(INCDIR)/aout/aout64.h
149660484Sobrien
1497218822SdimDEPOBJ_maxq_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-maxq.h \
1498218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h \
1499218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1500218822Sdim  subsegs.h $(INCDIR)/obstack.h
150160484Sobrien
1502218822SdimDEPOBJ_mcore_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mcore.h \
1503218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \
1504218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1505218822Sdim  subsegs.h $(INCDIR)/obstack.h
150660484Sobrien
1507218822SdimDEPOBJ_mcore_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1508218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1509218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mcore.h dwarf2dbg.h \
151089857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1511218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
151260484Sobrien
1513218822SdimDEPOBJ_mep_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1514218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1515218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mep.h dwarf2dbg.h \
151689857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1517218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/elf/mep.h \
1518218822Sdim  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h
151960484Sobrien
1520218822SdimDEPOBJ_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
1521218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h \
152289857Sobrien  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1523218822Sdim  subsegs.h $(INCDIR)/obstack.h
152460484Sobrien
1525218822SdimDEPOBJ_mips_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-mips.h \
1526218822Sdim  ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
1527218822Sdim  $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
1528218822Sdim  $(BFDDIR)/libecoff.h
152960484Sobrien
1530218822SdimDEPOBJ_mips_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1531218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1532218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h $(INCDIR)/safe-ctype.h \
1533218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1534218822Sdim  dwarf2dbg.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \
1535218822Sdim  $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h
153660484Sobrien
1537218822SdimDEPOBJ_mmix_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1538218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1539218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mmix.h dwarf2dbg.h \
154089857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1541218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
154260484Sobrien
1543218822SdimDEPOBJ_mn10200_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1544218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1545218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h dwarf2dbg.h \
1546218822Sdim  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1547218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1548130561Sobrien
1549218822SdimDEPOBJ_mn10300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1550218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1551218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h dwarf2dbg.h \
1552130561Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1553218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1554130561Sobrien
1555218822SdimDEPOBJ_msp430_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1556218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1557218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-msp430.h dwarf2dbg.h \
155889857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1559218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
156089857Sobrien
1561218822SdimDEPOBJ_mt_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1562218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1563218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mt.h dwarf2dbg.h \
156489857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1565218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
156689857Sobrien
1567218822SdimDEPOBJ_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h \
1568218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1569218822Sdim  $(INCDIR)/obstack.h
157091041Sobrien
1571218822SdimDEPOBJ_openrisc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1572218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1573218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-openrisc.h \
1574218822Sdim  dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1575218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
157691041Sobrien
1577218822SdimDEPOBJ_or32_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-or32.h \
1578218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/or32.h $(BFDDIR)/libcoff.h \
1579218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
158089857Sobrien
1581218822SdimDEPOBJ_or32_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1582218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1583218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-or32.h dwarf2dbg.h \
158489857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1585218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
158689857Sobrien
1587218822SdimDEPOBJ_pdp11_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-pdp11.h \
1588218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1589218822Sdim  $(INCDIR)/obstack.h
159089857Sobrien
1591218822SdimDEPOBJ_pdp11_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1592218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1593218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pdp11.h dwarf2dbg.h \
159489857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1595218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
159689857Sobrien
1597218822SdimDEPOBJ_pj_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1598218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1599218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pj.h dwarf2dbg.h \
160089857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1601218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
160260484Sobrien
1603218822SdimDEPOBJ_ppc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ppc.h \
1604218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h \
1605218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h
160660484Sobrien
1607218822SdimDEPOBJ_ppc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1608218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1609218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h dwarf2dbg.h \
161089857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1611218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/elf/ppc.h \
1612218822Sdim  $(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h
161360484Sobrien
1614218822SdimDEPOBJ_s390_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1615218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1616218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-s390.h dwarf2dbg.h \
161789857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1618130561Sobrien  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
1619104834Sobrien
1620218822SdimDEPOBJ_score_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1621218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1622218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-score.h dwarf2dbg.h \
162389857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1624218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
162560484Sobrien
1626218822SdimDEPOBJ_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
1627218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
162889857Sobrien  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1629218822Sdim  subsegs.h $(INCDIR)/obstack.h
163060484Sobrien
1631218822SdimDEPOBJ_sh_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1632218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1633218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h $(INCDIR)/safe-ctype.h \
1634218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1635218822Sdim  dwarf2dbg.h $(INCDIR)/aout/aout64.h
163660484Sobrien
1637218822SdimDEPOBJ_sh64_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1638218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1639218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h $(srcdir)/config/tc-sh.h \
1640218822Sdim  $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf32-sh64.h \
164189857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1642218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
164360484Sobrien
1644218822SdimDEPOBJ_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h \
1645218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1646218822Sdim  $(INCDIR)/obstack.h
1647130561Sobrien
1648218822SdimDEPOBJ_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \
1649218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h \
1650218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1651218822Sdim  subsegs.h $(INCDIR)/obstack.h
1652130561Sobrien
1653218822SdimDEPOBJ_sparc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1654218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1655218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h dwarf2dbg.h \
165689857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1657218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
165860484Sobrien
1659218822SdimDEPOBJ_spu_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1660218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1661218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-spu.h $(INCDIR)/opcode/spu.h \
1662218822Sdim  $(INCDIR)/opcode/spu-insns.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1663218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1664218822Sdim  dwarf2dbg.h $(INCDIR)/aout/aout64.h
166560484Sobrien
1666218822SdimDEPOBJ_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h \
1667218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
1668218822Sdim  $(INCDIR)/obstack.h
166960484Sobrien
1670218822SdimDEPOBJ_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \
1671218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h \
1672218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1673218822Sdim  subsegs.h $(INCDIR)/obstack.h
167460484Sobrien
1675218822SdimDEPOBJ_tic4x_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic4x.h \
1676218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h \
167789857Sobrien  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1678218822Sdim  subsegs.h $(INCDIR)/obstack.h
167960484Sobrien
1680218822SdimDEPOBJ_tic54x_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic54x.h \
1681218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
1682218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1683218822Sdim  subsegs.h $(INCDIR)/obstack.h
168460484Sobrien
1685218822SdimDEPOBJ_v850_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1686218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1687218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h $(INCDIR)/elf/v850.h \
1688218822Sdim  $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h $(INCDIR)/safe-ctype.h \
1689218822Sdim  subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1690218822Sdim  dwarf2dbg.h $(INCDIR)/aout/aout64.h
1691218822Sdim
1692218822SdimDEPOBJ_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h \
1693218822Sdim  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \
169477298Sobrien  $(INCDIR)/obstack.h
169560484Sobrien
1696218822SdimDEPOBJ_vax_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1697218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1698218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h dwarf2dbg.h \
1699218822Sdim  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1700218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
170160484Sobrien
1702218822SdimDEPOBJ_xc16x_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1703218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1704218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xc16x.h dwarf2dbg.h \
170589857Sobrien  $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1706218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
170777298Sobrien
1708218822SdimDEPOBJ_xstormy16_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1709218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1710218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xstormy16.h \
1711218822Sdim  dwarf2dbg.h $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
1712218822Sdim  $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h
171377298Sobrien
1714218822SdimDEPOBJ_xtensa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1715218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1716218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xtensa.h $(INCDIR)/xtensa-isa.h \
1717218822Sdim  $(INCDIR)/xtensa-config.h $(INCDIR)/safe-ctype.h subsegs.h \
1718218822Sdim  $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1719218822Sdim  dwarf2dbg.h $(INCDIR)/aout/aout64.h
172077298Sobrien
1721218822SdimDEPOBJ_z80_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z80.h \
1722218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/z80.h $(INCDIR)/coff/external.h \
172389857Sobrien  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1724218822Sdim  subsegs.h $(INCDIR)/obstack.h
172589857Sobrien
1726218822SdimDEPOBJ_z8k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z8k.h \
1727218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h \
1728218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \
1729218822Sdim  subsegs.h $(INCDIR)/obstack.h
173089857Sobrien
173160484SobrienDEPOBJ_hppa_som = $(srcdir)/config/obj-som.h subsegs.h \
173233965Sjdp  $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(BFDDIR)/som.h \
173333965Sjdp  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
173460484Sobrien
173560484SobrienDEPOBJ_i386_multi = $(DEPOBJ_i386_aout) $(DEPOBJ_i386_coff) \
173660484Sobrien  $(DEPOBJ_i386_elf)
173760484Sobrien
173860484SobrienDEPOBJ_mips_multi = $(DEPOBJ_mips_coff) $(DEPOBJ_mips_ecoff) \
173960484Sobrien  $(DEPOBJ_mips_elf)
174060484Sobrien
174177298SobrienDEPOBJ_cris_multi = $(DEPOBJ_cris_aout) $(DEPOBJ_cris_elf)
174233965SjdpDEP_alpha_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-alpha.h \
174333965Sjdp  ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
174460484Sobrien
1745218822SdimDEP_alpha_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1746218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1747218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h
174860484Sobrien
174933965SjdpDEP_alpha_evax = $(srcdir)/config/obj-evax.h $(srcdir)/config/tc-alpha.h
1750218822SdimDEP_arc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1751218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1752218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h dwarf2dbg.h \
1753218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1754218822Sdim  $(BFDDIR)/libcoff.h
175560484Sobrien
175633965SjdpDEP_arm_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-arm.h \
175733965Sjdp  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
175860484Sobrien
175933965SjdpDEP_arm_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-arm.h \
1760218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h \
1761218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
176260484Sobrien
1763218822SdimDEP_arm_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1764218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1765218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h
176660484Sobrien
1767218822SdimDEP_avr_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1768218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1769218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-avr.h dwarf2dbg.h \
1770218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1771218822Sdim  $(BFDDIR)/libcoff.h
177260484Sobrien
1773218822SdimDEP_bfin_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1774218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1775218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-bfin.h dwarf2dbg.h \
1776218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1777218822Sdim  $(BFDDIR)/libcoff.h
177860484Sobrien
1779218822SdimDEP_cr16_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1780218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1781218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-cr16.h dwarf2dbg.h \
1782218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1783218822Sdim  $(BFDDIR)/libcoff.h
1784218822Sdim
178577298SobrienDEP_cris_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-cris.h \
178677298Sobrien  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
178777298Sobrien
1788218822SdimDEP_cris_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1789218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1790218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-cris.h dwarf2dbg.h \
1791218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1792218822Sdim  $(BFDDIR)/libcoff.h
179377298Sobrien
1794218822SdimDEP_crx_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1795218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1796218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-crx.h dwarf2dbg.h \
1797218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1798218822Sdim  $(BFDDIR)/libcoff.h
179960484Sobrien
1800218822SdimDEP_d10v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1801218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1802218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h
180360484Sobrien
1804218822SdimDEP_d30v_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1805218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1806218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h
180760484Sobrien
1808218822SdimDEP_dlx_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1809218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1810218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-dlx.h dwarf2dbg.h \
1811218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1812218822Sdim  $(BFDDIR)/libcoff.h
181360484Sobrien
1814218822SdimDEP_fr30_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1815218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1816218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-fr30.h dwarf2dbg.h \
1817218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1818218822Sdim  $(BFDDIR)/libcoff.h
1819104834Sobrien
1820218822SdimDEP_frv_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1821218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1822218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-frv.h
1823104834Sobrien
182433965SjdpDEP_h8300_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-h8300.h \
1825218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h \
1826218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
182760484Sobrien
1828218822SdimDEP_h8300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1829218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1830218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h dwarf2dbg.h \
1831218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1832218822Sdim  $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h
183360484Sobrien
1834218822SdimDEP_hppa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1835218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1836218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h $(BFDDIR)/elf32-hppa.h \
1837218822Sdim  $(BFDDIR)/elf-bfd.h $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h \
183889857Sobrien  $(INCDIR)/elf/reloc-macros.h
183977298Sobrien
1840218822SdimDEP_i370_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1841218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1842218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i370.h dwarf2dbg.h \
1843218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1844218822Sdim  $(BFDDIR)/libcoff.h
184577298Sobrien
184633965SjdpDEP_i386_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-i386.h \
1847218822Sdim  $(srcdir)/../opcodes/i386-opc.h $(INCDIR)/opcode/i386.h \
184833965Sjdp  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
184960484Sobrien
185033965SjdpDEP_i386_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i386.h \
1851218822Sdim  $(srcdir)/../opcodes/i386-opc.h $(INCDIR)/opcode/i386.h \
1852218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
1853218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
185460484Sobrien
1855218822SdimDEP_i386_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1856218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1857218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h $(srcdir)/../opcodes/i386-opc.h \
1858218822Sdim  $(INCDIR)/opcode/i386.h dwarf2dbg.h $(srcdir)/config/obj-coff.h \
1859218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/x86_64.h $(INCDIR)/coff/external.h \
1860218822Sdim  $(BFDDIR)/libcoff.h
186160484Sobrien
1862218822SdimDEP_i860_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1863218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1864218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h dwarf2dbg.h \
1865218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1866218822Sdim  $(BFDDIR)/libcoff.h
186760484Sobrien
186833965SjdpDEP_i960_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-i960.h \
1869218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h \
1870218822Sdim  $(INCDIR)/bfdlink.h
187160484Sobrien
1872218822SdimDEP_i960_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1873218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1874218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h dwarf2dbg.h \
1875218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1876218822Sdim  $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h
187760484Sobrien
1878218822SdimDEP_ia64_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1879218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1880218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ia64.h $(INCDIR)/opcode/ia64.h \
1881218822Sdim  $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h
1882130561Sobrien
1883218822SdimDEP_ip2k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1884218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1885218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h dwarf2dbg.h \
1886218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1887218822Sdim  $(BFDDIR)/libcoff.h
1888130561Sobrien
1889218822SdimDEP_m32c_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1890218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1891218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32c.h dwarf2dbg.h \
1892218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1893218822Sdim  $(BFDDIR)/libcoff.h
189460484Sobrien
1895218822SdimDEP_m32r_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1896218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1897218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h dwarf2dbg.h \
1898218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1899218822Sdim  $(BFDDIR)/libcoff.h
190060484Sobrien
1901218822SdimDEP_m68hc11_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1902218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1903218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68hc11.h dwarf2dbg.h \
1904218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1905218822Sdim  $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h
190677298Sobrien
190733965SjdpDEP_m68k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \
190833965Sjdp  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
190960484Sobrien
191033965SjdpDEP_m68k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-m68k.h \
1911218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h \
1912218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
191360484Sobrien
1914218822SdimDEP_m68k_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1915218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1916218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h
191760484Sobrien
1918218822SdimDEP_maxq_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-maxq.h \
1919218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/maxq.h $(INCDIR)/coff/external.h \
1920218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
192160484Sobrien
192260484SobrienDEP_mcore_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mcore.h \
1923218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h \
1924218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
192560484Sobrien
1926218822SdimDEP_mcore_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1927218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1928218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mcore.h dwarf2dbg.h \
1929218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1930218822Sdim  $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h
193160484Sobrien
1932218822SdimDEP_mep_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1933218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1934218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mep.h dwarf2dbg.h \
1935218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1936218822Sdim  $(BFDDIR)/libcoff.h
193760484Sobrien
193833965SjdpDEP_mips_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-mips.h \
1939218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h \
1940218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
194160484Sobrien
194233965SjdpDEP_mips_ecoff = $(srcdir)/config/obj-ecoff.h $(srcdir)/config/tc-mips.h \
194333965Sjdp  ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
194460484Sobrien
1945218822SdimDEP_mips_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1946218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1947218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h
194860484Sobrien
1949218822SdimDEP_mmix_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1950218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1951218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mmix.h dwarf2dbg.h \
1952218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1953218822Sdim  $(BFDDIR)/libcoff.h
195489857Sobrien
1955218822SdimDEP_mn10200_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1956218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1957218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h dwarf2dbg.h \
1958218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1959218822Sdim  $(BFDDIR)/libcoff.h
196060484Sobrien
1961218822SdimDEP_mn10300_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1962218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1963218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h dwarf2dbg.h \
1964218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1965218822Sdim  $(BFDDIR)/libcoff.h
196660484Sobrien
1967218822SdimDEP_msp430_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1968218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1969218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-msp430.h dwarf2dbg.h \
1970218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1971218822Sdim  $(BFDDIR)/libcoff.h
197260484Sobrien
1973218822SdimDEP_mt_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1974218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1975218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mt.h dwarf2dbg.h \
1976218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1977218822Sdim  $(BFDDIR)/libcoff.h
197860484Sobrien
197933965SjdpDEP_ns32k_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-ns32k.h \
198033965Sjdp  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
198160484Sobrien
1982218822SdimDEP_openrisc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1983218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1984218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-openrisc.h \
1985218822Sdim  dwarf2dbg.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1986218822Sdim  $(BFDDIR)/libcoff.h
198760484Sobrien
1988218822SdimDEP_or32_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-or32.h \
1989218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/or32.h $(BFDDIR)/libcoff.h \
199089857Sobrien  $(INCDIR)/bfdlink.h
199189857Sobrien
1992218822SdimDEP_or32_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
1993218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1994218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-or32.h dwarf2dbg.h \
1995218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
1996218822Sdim  $(INCDIR)/coff/or32.h $(BFDDIR)/libcoff.h
199789857Sobrien
199889857SobrienDEP_pdp11_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-pdp11.h \
199989857Sobrien  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
200089857Sobrien
2001218822SdimDEP_pdp11_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2002218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2003218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pdp11.h dwarf2dbg.h \
2004218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
2005218822Sdim  $(BFDDIR)/libcoff.h
200689857Sobrien
2007218822SdimDEP_pj_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2008218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2009218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pj.h dwarf2dbg.h \
2010218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
2011218822Sdim  $(BFDDIR)/libcoff.h
201289857Sobrien
2013218822SdimDEP_ppc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-ppc.h \
2014218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h \
201589857Sobrien  $(INCDIR)/bfdlink.h
201660484Sobrien
2017218822SdimDEP_ppc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2018218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2019218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h dwarf2dbg.h \
2020218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
2021218822Sdim  $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h
202260484Sobrien
2023218822SdimDEP_s390_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2024218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2025218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-s390.h dwarf2dbg.h \
2026218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
2027218822Sdim  $(BFDDIR)/libcoff.h
202889857Sobrien
2029218822SdimDEP_score_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2030218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2031218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-score.h dwarf2dbg.h \
2032218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
2033218822Sdim  $(BFDDIR)/libcoff.h
203489857Sobrien
203533965SjdpDEP_sh_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sh.h \
2036218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h \
2037218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
203860484Sobrien
2039218822SdimDEP_sh_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2040218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2041218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h
204260484Sobrien
2043218822SdimDEP_sh64_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2044218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2045218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h $(srcdir)/config/tc-sh.h \
2046218822Sdim  $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf32-sh64.h
2047104834Sobrien
204833965SjdpDEP_sparc_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-sparc.h \
204933965Sjdp  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
205060484Sobrien
205133965SjdpDEP_sparc_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-sparc.h \
2052218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h \
2053218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
205460484Sobrien
2055218822SdimDEP_sparc_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2056218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2057218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h dwarf2dbg.h \
2058218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
2059218822Sdim  $(INCDIR)/coff/sparc.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h
206060484Sobrien
2061218822SdimDEP_spu_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2062218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2063218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-spu.h $(INCDIR)/opcode/spu.h \
2064218822Sdim  $(INCDIR)/opcode/spu-insns.h dwarf2dbg.h $(srcdir)/config/obj-coff.h \
2065218822Sdim  $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h
206660484Sobrien
206738889SjdpDEP_tic30_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-tic30.h \
206838889Sjdp  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
206960484Sobrien
207038889SjdpDEP_tic30_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic30.h \
2071218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic30.h $(INCDIR)/coff/external.h \
2072218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
207360484Sobrien
2074130561SobrienDEP_tic4x_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic4x.h \
2075218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h \
2076218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
2077130561Sobrien
207877298SobrienDEP_tic54x_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-tic54x.h \
2079218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h \
2080218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
208177298Sobrien
2082218822SdimDEP_v850_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2083218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2084218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h $(INCDIR)/elf/v850.h \
2085218822Sdim  $(INCDIR)/elf/reloc-macros.h dwarf2dbg.h $(srcdir)/config/obj-coff.h \
2086218822Sdim  $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h
208777298Sobrien
208833965SjdpDEP_vax_aout = $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-vax.h \
208933965Sjdp  $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h
209060484Sobrien
2091218822SdimDEP_vax_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2092218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2093218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h dwarf2dbg.h \
2094218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
2095218822Sdim  $(BFDDIR)/libcoff.h
209660484Sobrien
2097218822SdimDEP_xc16x_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2098218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2099218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xc16x.h dwarf2dbg.h \
2100218822Sdim  $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
2101218822Sdim  $(BFDDIR)/libcoff.h
210260484Sobrien
2103218822SdimDEP_xstormy16_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2104218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2105218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xstormy16.h \
2106218822Sdim  dwarf2dbg.h $(srcdir)/config/obj-coff.h $(INCDIR)/coff/internal.h \
2107218822Sdim  $(BFDDIR)/libcoff.h
210860484Sobrien
2109218822SdimDEP_xtensa_elf = $(srcdir)/config/obj-elf.h $(BFDDIR)/elf-bfd.h \
2110218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
2111218822Sdim  $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xtensa.h $(INCDIR)/xtensa-isa.h \
2112218822Sdim  $(INCDIR)/xtensa-config.h
211360484Sobrien
2114218822SdimDEP_z80_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z80.h \
2115218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/z80.h $(INCDIR)/coff/external.h \
2116218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
211760484Sobrien
211889857SobrienDEP_z8k_coff = $(srcdir)/config/obj-coff.h $(srcdir)/config/tc-z8k.h \
2119218822Sdim  $(INCDIR)/coff/internal.h $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h \
2120218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
212189857Sobrien
212233965SjdpDEP_hppa_som = $(BFDDIR)/som.h
212360484SobrienDEP_i386_multi = $(DEP_i386_aout) $(DEP_i386_coff) \
212460484Sobrien  $(DEP_i386_elf)
212560484Sobrien
212633965SjdpDEP_mips_multi = $(DEP_mips_coff) $(DEP_mips_ecoff) \
212733965Sjdp  $(DEP_mips_elf)
212860484Sobrien
212977298SobrienDEP_cris_multi = $(DEP_cris_aout) $(DEP_cris_elf)
213077298SobrienBMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.
2131130561Sobrienall: config.h
2132130561Sobrien	$(MAKE) $(AM_MAKEFLAGS) all-recursive
213338889Sjdp
213438889Sjdp.SUFFIXES:
2135130561Sobrien.SUFFIXES: .c .l .lo .o .obj .y
2136130561Sobrienam--refresh:
2137130561Sobrien	@:
2138130561Sobrien$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
2139130561Sobrien	@for dep in $?; do \
2140130561Sobrien	  case '$(am__configure_deps)' in \
2141130561Sobrien	    *$$dep*) \
2142218822Sdim	      echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \
2143218822Sdim	      cd $(srcdir) && $(AUTOMAKE) --cygnus  \
2144130561Sobrien		&& exit 0; \
2145130561Sobrien	      exit 1;; \
2146130561Sobrien	  esac; \
2147130561Sobrien	done; \
2148218822Sdim	echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus  Makefile'; \
2149130561Sobrien	cd $(top_srcdir) && \
2150218822Sdim	  $(AUTOMAKE) --cygnus  Makefile
2151130561Sobrien.PRECIOUS: Makefile
2152130561SobrienMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
2153130561Sobrien	@case '$?' in \
2154130561Sobrien	  *config.status*) \
2155130561Sobrien	    echo ' $(SHELL) ./config.status'; \
2156130561Sobrien	    $(SHELL) ./config.status;; \
2157130561Sobrien	  *) \
2158130561Sobrien	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
2159130561Sobrien	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
2160130561Sobrien	esac;
216138889Sjdp
2162130561Sobrien$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
2163130561Sobrien	$(SHELL) ./config.status --recheck
216438889Sjdp
2165130561Sobrien$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
216638889Sjdp	cd $(srcdir) && $(AUTOCONF)
2167130561Sobrien$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
2168130561Sobrien	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
216938889Sjdp
2170130561Sobrienconfig.h: stamp-h1
217160484Sobrien	@if test ! -f $@; then \
2172130561Sobrien	  rm -f stamp-h1; \
2173130561Sobrien	  $(MAKE) stamp-h1; \
217460484Sobrien	else :; fi
2175130561Sobrien
2176130561Sobrienstamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
2177130561Sobrien	@rm -f stamp-h1
2178130561Sobrien	cd $(top_builddir) && $(SHELL) ./config.status config.h
2179130561Sobrien$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
218038889Sjdp	cd $(top_srcdir) && $(AUTOHEADER)
2181130561Sobrien	rm -f stamp-h1
2182130561Sobrien	touch $@
218338889Sjdp
218438889Sjdpdistclean-hdr:
2185130561Sobrien	-rm -f config.h stamp-h1
2186130561Sobriengdb.ini: $(top_builddir)/config.status $(srcdir)/gdbinit.in
2187130561Sobrien	cd $(top_builddir) && $(SHELL) ./config.status $@
2188130561Sobrien.gdbinit: $(top_builddir)/config.status $(srcdir)/gdbinit.in
2189130561Sobrien	cd $(top_builddir) && $(SHELL) ./config.status $@
2190130561Sobrienpo/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
2191130561Sobrien	cd $(top_builddir) && $(SHELL) ./config.status $@
219238889Sjdp
219338889Sjdpclean-noinstPROGRAMS:
2194130561Sobrien	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
2195130561Sobrien	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
2196130561Sobrien	  echo " rm -f $$p $$f"; \
2197130561Sobrien	  rm -f $$p $$f ; \
2198130561Sobrien	done
2199130561Sobrienas-new$(EXEEXT): $(as_new_OBJECTS) $(as_new_DEPENDENCIES) 
2200130561Sobrien	@rm -f as-new$(EXEEXT)
2201130561Sobrien	$(LINK) $(as_new_LDFLAGS) $(as_new_OBJECTS) $(as_new_LDADD) $(LIBS)
2202130561Sobrienitbl-test$(EXEEXT): $(itbl_test_OBJECTS) $(itbl_test_DEPENDENCIES) 
2203130561Sobrien	@rm -f itbl-test$(EXEEXT)
2204130561Sobrien	$(LINK) $(itbl_test_LDFLAGS) $(itbl_test_OBJECTS) $(itbl_test_LDADD) $(LIBS)
220538889Sjdp
2206130561Sobrienmostlyclean-compile:
2207130561Sobrien	-rm -f *.$(OBJEXT)
220838889Sjdp
2209130561Sobriendistclean-compile:
2210130561Sobrien	-rm -f *.tab.c
221138889Sjdp
221238889Sjdp.c.o:
221338889Sjdp	$(COMPILE) -c $<
221438889Sjdp
221577298Sobrien.c.obj:
2216130561Sobrien	$(COMPILE) -c `$(CYGPATH_W) '$<'`
221777298Sobrien
221838889Sjdp.c.lo:
2219130561Sobrien	$(LTCOMPILE) -c -o $@ $<
222038889Sjdp
2221130561Sobrien.l.c:
2222130561Sobrien	$(LEXCOMPILE) $<
2223130561Sobrien	sed '/^#/ s|$(LEX_OUTPUT_ROOT)\.c|$@|' $(LEX_OUTPUT_ROOT).c >$@
2224130561Sobrien	rm -f $(LEX_OUTPUT_ROOT).c
222538889Sjdp
2226130561Sobrien.y.c:
2227130561Sobrien	$(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
222838889Sjdp
222938889Sjdpmostlyclean-libtool:
223038889Sjdp	-rm -f *.lo
223138889Sjdp
223238889Sjdpclean-libtool:
223338889Sjdp	-rm -rf .libs _libs
223438889Sjdp
223538889Sjdpdistclean-libtool:
2236130561Sobrien	-rm -f libtool
2237130561Sobrienuninstall-info-am:
223838889Sjdp
223938889Sjdp# This directory's subdirectories are mostly independent; you can cd
224038889Sjdp# into them and run `make' without going through this Makefile.
224138889Sjdp# To change the values of `make' variables: instead of editing Makefiles,
224238889Sjdp# (1) if the variable is set in `config.status', edit `config.status'
224338889Sjdp#     (which will cause the Makefiles to be regenerated when you run `make');
224438889Sjdp# (2) otherwise, pass the desired values on the `make' command line.
2245130561Sobrien$(RECURSIVE_TARGETS):
2246218822Sdim	@failcom='exit 1'; \
2247218822Sdim	for f in x $$MAKEFLAGS; do \
2248218822Sdim	  case $$f in \
2249218822Sdim	    *=* | --[!k]*);; \
2250218822Sdim	    *k*) failcom='fail=yes';; \
2251218822Sdim	  esac; \
2252218822Sdim	done; \
225360484Sobrien	dot_seen=no; \
225460484Sobrien	target=`echo $@ | sed s/-recursive//`; \
225538889Sjdp	list='$(SUBDIRS)'; for subdir in $$list; do \
225638889Sjdp	  echo "Making $$target in $$subdir"; \
225760484Sobrien	  if test "$$subdir" = "."; then \
225860484Sobrien	    dot_seen=yes; \
225960484Sobrien	    local_target="$$target-am"; \
226060484Sobrien	  else \
226160484Sobrien	    local_target="$$target"; \
226260484Sobrien	  fi; \
226360484Sobrien	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2264218822Sdim	  || eval $$failcom; \
226560484Sobrien	done; \
226660484Sobrien	if test "$$dot_seen" = "no"; then \
226760484Sobrien	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
226860484Sobrien	fi; test -z "$$fail"
226938889Sjdp
227038889Sjdpmostlyclean-recursive clean-recursive distclean-recursive \
227138889Sjdpmaintainer-clean-recursive:
2272218822Sdim	@failcom='exit 1'; \
2273218822Sdim	for f in x $$MAKEFLAGS; do \
2274218822Sdim	  case $$f in \
2275218822Sdim	    *=* | --[!k]*);; \
2276218822Sdim	    *k*) failcom='fail=yes';; \
2277218822Sdim	  esac; \
2278218822Sdim	done; \
227960484Sobrien	dot_seen=no; \
2280130561Sobrien	case "$@" in \
2281130561Sobrien	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
2282130561Sobrien	  *) list='$(SUBDIRS)' ;; \
2283130561Sobrien	esac; \
2284130561Sobrien	rev=''; for subdir in $$list; do \
2285130561Sobrien	  if test "$$subdir" = "."; then :; else \
2286130561Sobrien	    rev="$$subdir $$rev"; \
2287130561Sobrien	  fi; \
228838889Sjdp	done; \
2289130561Sobrien	rev="$$rev ."; \
229060484Sobrien	target=`echo $@ | sed s/-recursive//`; \
229138889Sjdp	for subdir in $$rev; do \
229238889Sjdp	  echo "Making $$target in $$subdir"; \
229360484Sobrien	  if test "$$subdir" = "."; then \
229460484Sobrien	    local_target="$$target-am"; \
229560484Sobrien	  else \
229660484Sobrien	    local_target="$$target"; \
229760484Sobrien	  fi; \
229860484Sobrien	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2299218822Sdim	  || eval $$failcom; \
230038889Sjdp	done && test -z "$$fail"
230138889Sjdptags-recursive:
230238889Sjdp	list='$(SUBDIRS)'; for subdir in $$list; do \
230360484Sobrien	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
230438889Sjdp	done
2305130561Sobrienctags-recursive:
2306130561Sobrien	list='$(SUBDIRS)'; for subdir in $$list; do \
2307130561Sobrien	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
2308130561Sobrien	done
230938889Sjdp
2310130561SobrienID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
2311130561Sobrien	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2312130561Sobrien	unique=`for i in $$list; do \
2313130561Sobrien	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2314130561Sobrien	  done | \
2315130561Sobrien	  $(AWK) '    { files[$$0] = 1; } \
2316130561Sobrien	       END { for (i in files) print i; }'`; \
2317130561Sobrien	mkid -fID $$unique
231838889Sjdptags: TAGS
231938889Sjdp
2320130561SobrienTAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
2321130561Sobrien		$(TAGS_FILES) $(LISP)
232238889Sjdp	tags=; \
232338889Sjdp	here=`pwd`; \
2324130561Sobrien	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
2325130561Sobrien	  include_option=--etags-include; \
2326130561Sobrien	  empty_fix=.; \
2327130561Sobrien	else \
2328130561Sobrien	  include_option=--include; \
2329130561Sobrien	  empty_fix=; \
2330130561Sobrien	fi; \
233138889Sjdp	list='$(SUBDIRS)'; for subdir in $$list; do \
2332130561Sobrien	  if test "$$subdir" = .; then :; else \
2333218822Sdim	    test ! -f $$subdir/TAGS || \
2334130561Sobrien	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
2335130561Sobrien	  fi; \
233638889Sjdp	done; \
2337130561Sobrien	list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
2338130561Sobrien	unique=`for i in $$list; do \
2339130561Sobrien	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2340130561Sobrien	  done | \
2341130561Sobrien	  $(AWK) '    { files[$$0] = 1; } \
234238889Sjdp	       END { for (i in files) print i; }'`; \
2343130561Sobrien	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
2344218822Sdim	  test -n "$$unique" || unique=$$empty_fix; \
2345130561Sobrien	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2346130561Sobrien	    $$tags $$unique; \
2347130561Sobrien	fi
2348130561Sobrienctags: CTAGS
2349130561SobrienCTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
2350130561Sobrien		$(TAGS_FILES) $(LISP)
2351130561Sobrien	tags=; \
2352130561Sobrien	here=`pwd`; \
2353130561Sobrien	list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
2354130561Sobrien	unique=`for i in $$list; do \
2355130561Sobrien	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2356130561Sobrien	  done | \
2357130561Sobrien	  $(AWK) '    { files[$$0] = 1; } \
2358130561Sobrien	       END { for (i in files) print i; }'`; \
2359130561Sobrien	test -z "$(CTAGS_ARGS)$$tags$$unique" \
2360130561Sobrien	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2361130561Sobrien	     $$tags $$unique
236238889Sjdp
2363130561SobrienGTAGS:
2364130561Sobrien	here=`$(am__cd) $(top_builddir) && pwd` \
2365130561Sobrien	  && cd $(top_srcdir) \
2366130561Sobrien	  && gtags -i $(GTAGS_ARGS) $$here
236738889Sjdp
236838889Sjdpdistclean-tags:
2369130561Sobrien	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
237038889Sjdpsite.exp: Makefile
237138889Sjdp	@echo 'Making a new site.exp file...'
2372130561Sobrien	@echo '## these variables are automatically generated by make ##' >site.tmp
2373130561Sobrien	@echo '# Do not edit here.  If you wish to override these values' >>site.tmp
2374130561Sobrien	@echo '# edit the last section' >>site.tmp
2375130561Sobrien	@echo 'set srcdir $(srcdir)' >>site.tmp
2376130561Sobrien	@echo "set objdir `pwd`" >>site.tmp
2377130561Sobrien	@echo 'set build_alias "$(build_alias)"' >>site.tmp
2378130561Sobrien	@echo 'set build_triplet $(build_triplet)' >>site.tmp
2379130561Sobrien	@echo 'set host_alias "$(host_alias)"' >>site.tmp
2380130561Sobrien	@echo 'set host_triplet $(host_triplet)' >>site.tmp
2381130561Sobrien	@echo 'set target_alias "$(target_alias)"' >>site.tmp
2382130561Sobrien	@echo 'set target_triplet $(target_triplet)' >>site.tmp
2383130561Sobrien	@echo '## All variables above are generated by configure. Do Not Edit ##' >>site.tmp
2384130561Sobrien	@test ! -f site.exp || \
2385130561Sobrien	  sed '1,/^## All variables above are.*##/ d' site.exp >> site.tmp
2386130561Sobrien	@-rm -f site.bak
238760484Sobrien	@test ! -f site.exp || mv site.exp site.bak
2388130561Sobrien	@mv site.tmp site.exp
2389130561Sobrien
2390130561Sobriendistclean-DEJAGNU:
2391130561Sobrien	-rm -f site.exp site.bak
2392130561Sobrien	-l='$(DEJATOOL)'; for tool in $$l; do \
2393130561Sobrien	  rm -f $$tool.sum $$tool.log; \
2394130561Sobrien	done
239560484Sobriencheck-am:
239660484Sobrien	$(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
239760484Sobriencheck: check-recursive
2398130561Sobrienall-am: Makefile $(PROGRAMS) $(SCRIPTS) config.h
2399130561Sobrieninstalldirs: installdirs-recursive
2400130561Sobrieninstalldirs-am:
2401130561Sobrieninstall: install-recursive
240260484Sobrieninstall-exec: install-exec-recursive
240338889Sjdpinstall-data: install-data-recursive
2404130561Sobrienuninstall: uninstall-recursive
240538889Sjdp
240660484Sobrieninstall-am: all-am
240760484Sobrien	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2408130561Sobrien
2409130561Sobrieninstallcheck: installcheck-recursive
241038889Sjdpinstall-strip:
2411130561Sobrien	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2412130561Sobrien	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2413130561Sobrien	  `test -z '$(STRIP)' || \
2414130561Sobrien	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
241538889Sjdpmostlyclean-generic:
241638889Sjdp	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
241738889Sjdp
241838889Sjdpclean-generic:
241938889Sjdp	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
242038889Sjdp
242138889Sjdpdistclean-generic:
2422218822Sdim	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
242360484Sobrien	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
242438889Sjdp
242538889Sjdpmaintainer-clean-generic:
2426130561Sobrien	@echo "This command is intended for maintainers to use"
2427130561Sobrien	@echo "it deletes files that may require special tools to rebuild."
2428218822Sdim	-rm -f bfin-parse.c
2429130561Sobrien	-rm -f itbl-lex.c
2430130561Sobrien	-rm -f itbl-parse.c
2431218822Sdim	-rm -f m68k-parse.c
2432130561Sobrienclean: clean-recursive
243338889Sjdp
2434130561Sobrienclean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
2435130561Sobrien	mostlyclean-am
243660484Sobrien
2437130561Sobriendistclean: distclean-recursive
2438130561Sobrien	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
2439130561Sobrien	-rm -f Makefile
2440130561Sobriendistclean-am: clean-am distclean-DEJAGNU distclean-compile \
2441130561Sobrien	distclean-generic distclean-hdr distclean-libtool \
2442130561Sobrien	distclean-tags
244338889Sjdp
2444130561Sobriendvi: dvi-recursive
244560484Sobrien
2446130561Sobriendvi-am:
244738889Sjdp
2448130561Sobrienhtml: html-recursive
244960484Sobrien
2450130561Sobrieninfo: info-recursive
245160484Sobrien
2452130561Sobrieninfo-am:
2453130561Sobrien
2454130561Sobrieninstall-data-am:
2455130561Sobrien
2456130561Sobrieninstall-exec-am: install-exec-local
2457130561Sobrien
2458130561Sobrieninstall-info: install-info-recursive
2459130561Sobrien
2460130561Sobrieninstall-man:
2461130561Sobrien
2462130561Sobrieninstallcheck-am:
2463130561Sobrien
246460484Sobrienmaintainer-clean: maintainer-clean-recursive
2465130561Sobrien	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
2466130561Sobrien	-rm -rf $(top_srcdir)/autom4te.cache
2467130561Sobrien	-rm -f Makefile
2468130561Sobrienmaintainer-clean-am: distclean-am maintainer-clean-generic
246938889Sjdp
2470130561Sobrienmostlyclean: mostlyclean-recursive
247138889Sjdp
2472130561Sobrienmostlyclean-am: mostlyclean-compile mostlyclean-generic \
2473130561Sobrien	mostlyclean-libtool
2474130561Sobrien
2475130561Sobrienpdf: pdf-recursive
2476130561Sobrien
2477130561Sobrienpdf-am:
2478130561Sobrien
2479130561Sobrienps: ps-recursive
2480130561Sobrien
2481130561Sobrienps-am:
2482130561Sobrien
2483130561Sobrienuninstall-am:
2484130561Sobrien
2485130561Sobrienuninstall-info: uninstall-info-recursive
2486130561Sobrien
2487130561Sobrien.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
2488130561Sobrien	check-DEJAGNU check-am clean clean-generic clean-libtool \
2489130561Sobrien	clean-noinstPROGRAMS clean-recursive ctags ctags-recursive \
2490130561Sobrien	distclean distclean-DEJAGNU distclean-compile \
2491130561Sobrien	distclean-generic distclean-hdr distclean-libtool \
2492130561Sobrien	distclean-recursive distclean-tags dvi dvi-am html html-am \
2493130561Sobrien	info info-am install install-am install-data install-data-am \
2494130561Sobrien	install-exec install-exec-am install-exec-local install-info \
2495130561Sobrien	install-info-am install-man install-strip installcheck \
2496130561Sobrien	installcheck-am installdirs installdirs-am maintainer-clean \
2497130561Sobrien	maintainer-clean-generic maintainer-clean-recursive \
2498130561Sobrien	mostlyclean mostlyclean-compile mostlyclean-generic \
2499130561Sobrien	mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
2500130561Sobrien	tags tags-recursive uninstall uninstall-am uninstall-info-am
2501130561Sobrien
250260484Sobrienpo/POTFILES.in: @MAINT@ Makefile
2503130561Sobrien	for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
250460484Sobrien	  && mv tmp $(srcdir)/po/POTFILES.in
250538889Sjdp
250689857Sobriendiststuff: $(EXTRA_DIST) info
2507218822Sdimall: info
250838889Sjdp
250938889Sjdp# Stuff that every object file depends upon.  If anything is removed
251038889Sjdp# from this list, remove it from dep-in.sed as well.
2511218822Sdim$(OBJS): ../bfd/bfd.h $(INCDIR)/symcat.h \
2512218822Sdim	$(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h $(INCDIR)/progress.h \
2513218822Sdim	$(INCDIR)/fopen-same.h $(INCDIR)/fopen-bin.h $(INCDIR)/fopen-vms.h \
251477298Sobrien	$(OBJ_FORMAT_H) $(TARG_CPU_H) $(TARG_ENV_H) \
251577298Sobrien	as.h asintl.h bignum.h bit_fix.h config.h emul.h expr.h flonum.h \
251677298Sobrien	frags.h hash.h listing.h obj.h read.h symbols.h tc.h write.h
251738889Sjdp
251838889Sjdpcheck-DEJAGNU: site.exp
251938889Sjdp	if [ -d testsuite ]; then \
252038889Sjdp	  true; \
252138889Sjdp	else \
252238889Sjdp	  mkdir testsuite; \
252338889Sjdp	fi
252438889Sjdp	rm -f testsuite/site.exp
252538889Sjdp	cp site.exp testsuite/site.exp
252638889Sjdp	rootme=`pwd`; export rootme; \
252738889Sjdp	srcdir=`cd ${srcdir}; pwd` ; export srcdir ; \
252838889Sjdp	EXPECT=${EXPECT} ; export EXPECT ; \
252938889Sjdp	runtest=$(RUNTEST); \
253038889Sjdp	cd testsuite; \
253138889Sjdp	if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
253238889Sjdp	  $$runtest --tool $(DEJATOOL) --srcdir $${srcdir}/testsuite \
253338889Sjdp		$(RUNTESTFLAGS); \
253438889Sjdp	else echo "WARNING: could not find \`runtest'" 1>&2; :;\
253538889Sjdp	fi
253638889Sjdp
253738889Sjdp# The implicit .c.o rule doesn't work for these, perhaps because of
253838889Sjdp# the variables, or perhaps because the sources are not on vpath.
253977298Sobrien$(TARG_CPU_O): $(TARG_CPU_C)
254038889Sjdp	$(COMPILE) -c $(TARG_CPU_C)
254138889Sjdp$(ATOF_TARG_O): $(ATOF_TARG_C)
254238889Sjdp	$(COMPILE) -c $(ATOF_TARG_C)
254338889Sjdp
254438889Sjdp# ecoff.c only has full dependencies when ECOFF_DEBUGGING is defined,
254538889Sjdp# so the automatic dependency stuff doesn't work.
254638889Sjdpecoff.o : ecoff.c ecoff.h $(INCDIR)/coff/internal.h $(INCDIR)/coff/sym.h \
254738889Sjdp	$(INCDIR)/coff/ecoff.h $(INCDIR)/coff/symconst.h \
254838889Sjdp	$(INCDIR)/aout/stab_gnu.h
254938889Sjdp
255038889Sjdp# We need all these explicit rules for the multi stuff.  Because of
255138889Sjdp# these rules, we don't need one for OBJ_FORMAT_O.
255238889Sjdp
2553218822Sdimobj-aout.o : $(srcdir)/config/obj-aout.c $(DEP_@target_cpu_type@_aout)
255438889Sjdp	$(COMPILE) -c $(srcdir)/config/obj-aout.c
2555218822Sdimobj-coff.o: $(srcdir)/config/obj-coff.c $(DEP_@target_cpu_type@_coff)
255638889Sjdp	$(COMPILE) -c $(srcdir)/config/obj-coff.c
2557218822Sdimobj-ecoff.o : $(srcdir)/config/obj-ecoff.c $(DEP_@target_cpu_type@_ecoff)
255838889Sjdp	$(COMPILE) -c $(srcdir)/config/obj-ecoff.c
2559218822Sdimobj-elf.o : $(srcdir)/config/obj-elf.c $(DEP_@target_cpu_type@_elf)
256038889Sjdp	$(COMPILE) -c $(srcdir)/config/obj-elf.c
256138889Sjdpobj-evax.o : $(srcdir)/config/obj-evax.c
256238889Sjdp	$(COMPILE) -c $(srcdir)/config/obj-evax.c
256338889Sjdpobj-multi.o : $(srcdir)/config/obj-multi.c
256438889Sjdp	$(COMPILE) -c $(srcdir)/config/obj-multi.c
256538889Sjdpobj-som.o : $(srcdir)/config/obj-som.c
256638889Sjdp	$(COMPILE) -c $(srcdir)/config/obj-som.c
256738889Sjdp
256838889Sjdpe-mipself.o : $(srcdir)/config/e-mipself.c
256938889Sjdp	$(COMPILE) -c $(srcdir)/config/e-mipself.c
257038889Sjdpe-mipsecoff.o : $(srcdir)/config/e-mipsecoff.c
257138889Sjdp	$(COMPILE) -c $(srcdir)/config/e-mipsecoff.c
257260484Sobriene-i386aout.o: $(srcdir)/config/e-i386aout.c
257360484Sobrien	$(COMPILE) -c $(srcdir)/config/e-i386aout.c
257438889Sjdpe-i386coff.o: $(srcdir)/config/e-i386coff.c
257538889Sjdp	$(COMPILE) -c $(srcdir)/config/e-i386coff.c
257638889Sjdpe-i386elf.o: $(srcdir)/config/e-i386elf.c
257738889Sjdp	$(COMPILE) -c $(srcdir)/config/e-i386elf.c
257877298Sobriene-crisaout.o: $(srcdir)/config/e-crisaout.c
257977298Sobrien	$(COMPILE) -c $(srcdir)/config/e-crisaout.c
258077298Sobriene-criself.o: $(srcdir)/config/e-criself.c
258177298Sobrien	$(COMPILE) -c $(srcdir)/config/e-criself.c
258238889Sjdp
2583130561Sobrienxtensa-relax.o: $(srcdir)/config/xtensa-relax.c
2584130561Sobrien	$(COMPILE) -c $(srcdir)/config/xtensa-relax.c
2585130561Sobrien
258660484Sobrien# If m68k-parse.y is in a different directory, then ylwrap will use an
258760484Sobrien# absolute path when it invokes yacc, which will cause yacc to put the
258860484Sobrien# absolute path into the generated file.  That's a pain when it comes
258960484Sobrien# to generating snapshots, because it introduces spurious diffs.
259060484Sobrien# Since when we make the snapshots $(srcdir) = ".", we check for that
259160484Sobrien# case and handle it differently.  This means that anybody who
259260484Sobrien# configures with $(srcdir) = "." will have to set their path in the
259360484Sobrien# debugger if they want to debug m68k-parse.y.  This is bad, but on
259460484Sobrien# the other hand it's good that people who use the prebuilt
259560484Sobrien# m68k-parse.c don't get a spurious absolute path.
259638889Sjdpm68k-parse.c: $(srcdir)/config/m68k-parse.y
259760484Sobrien	f=$(srcdir)/config/m68k-parse.y; \
259860484Sobrien	if [ $$f = "./config/m68k-parse.y" ]; then \
259960484Sobrien	  ln -s config/m68k-parse.y . > /dev/null 2>/dev/null || \
260060484Sobrien	   ln config/m68k-parse.y . > /dev/null 2>/dev/null || \
260160484Sobrien	   cp config/m68k-parse.y . >/dev/null 2>/dev/null; \
260260484Sobrien	  f=m68k-parse.y; \
260360484Sobrien	else true; fi; \
2604218822Sdim	$(SHELL) $(YLWRAP) $$f y.tab.c m68k-parse.c -- $(YACCCOMPILE); \
260560484Sobrien	if [ $$f = "m68k-parse.y" ]; then \
260660484Sobrien	  rm -f m68k-parse.y; \
260760484Sobrien	else true; fi
2608218822Sdim# Disable -Werror, if it has been enabled, since old versions of bison/
2609218822Sdim# yacc will produce working code which contain compile time warnings.
261038889Sjdpm68k-parse.o: m68k-parse.c $(srcdir)/config/m68k-parse.h
2611218822Sdim	$(COMPILE) -c $< $(NO_WERROR)
261238889Sjdp
261338889Sjdp# Don't let the .y.h rule clobber m68k-parse.h.
261438889Sjdpm68k-parse.h: ; @true
261538889Sjdp$(srcdir)/config/m68k-parse.h: ; @true
261638889Sjdp
2617218822Sdimbfin-parse.c: $(srcdir)/config/bfin-parse.y
2618218822Sdim	$(SHELL) $(YLWRAP) $(srcdir)/config/bfin-parse.y y.tab.c bfin-parse.c y.tab.h bfin-parse.h -- $(YACCCOMPILE) -d ;
2619218822Sdimbfin-parse.h: bfin-parse.c
2620218822Sdimbfin-parse.o: bfin-parse.c bfin-parse.h $(srcdir)/config/bfin-defs.h \
2621218822Sdim $(INCDIR)/elf/common.h $(INCDIR)/elf/bfin.h $(BFDDIR)/libbfd.h
2622218822Sdim
2623218822Sdimbfin-defs.h: ; @true
2624218822Sdim$(srcdir)/config/bfin-defs.h: ; @true
2625218822Sdim
2626218822Sdimbfin-lex.c: $(srcdir)/config/bfin-lex.l
2627218822Sdim	$(SHELL) $(YLWRAP) $(srcdir)/config/bfin-lex.l lex.yy.c bfin-lex.c -- $(LEXCOMPILE)
2628218822Sdimbfin-lex.o: bfin-lex.c bfin-parse.h $(srcdir)/config/bfin-defs.h
2629218822Sdim	$(COMPILE) -c $< $(NO_WERROR)
2630218822Sdim
263138889Sjdp# The instruction table specification lexical analyzer and parser.
263238889Sjdp
263338889Sjdpitbl-lex.c: $(srcdir)/itbl-lex.l
263438889Sjdp
2635218822Sdim# Disable -Werror, if it has been enabled, since old versions of bison/
2636218822Sdim# yacc will produce working code which contain compile time warnings.
2637218822Sdimitbl-lex.o: itbl-lex.c itbl-parse.h $(srcdir)/itbl-lex.h
2638218822Sdim	$(COMPILE) -c $< $(NO_WERROR)
263938889Sjdp
2640218822Sdim# Disable -Werror, if it has been enabled, since old versions of bison/
2641218822Sdim# yacc will produce working code which contain compile time warnings.
2642218822Sdimitbl-parse.o: itbl-parse.c itbl-parse.h $(srcdir)/itbl-ops.h $(srcdir)/itbl-lex.h
2643218822Sdim	$(COMPILE) -c $< $(NO_WERROR)
2644218822Sdim
264538889Sjdpitbl-ops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h
264638889Sjdp
264738889Sjdpitbl-parse.c itbl-parse.h: $(srcdir)/itbl-parse.y
2648218822Sdim	$(SHELL) $(YLWRAP) $(srcdir)/itbl-parse.y y.tab.c itbl-parse.c y.tab.h itbl-parse.h -- $(YACCCOMPILE) -d
264938889Sjdp
265060484Sobrienitbl-tops.o: $(srcdir)/itbl-ops.c $(srcdir)/itbl-ops.h itbl-parse.h
265160484Sobrien	$(COMPILE) -o itbl-tops.o -DSTAND_ALONE -c $(srcdir)/itbl-ops.c
265238889Sjdp
265338889Sjdpitbl-test.o: $(srcdir)/testsuite/gas/all/itbl-test.c $(srcdir)/itbl-ops.h
265438889Sjdp	$(COMPILE) -c -DSTAND_ALONE $(srcdir)/testsuite/gas/all/itbl-test.c
265538889Sjdp
265660484Sobriencgen.o: cgen.c cgen.h cgen-desc.h subsegs.h \
265738889Sjdp	$(INCDIR)/obstack.h $(INCDIR)/opcode/cgen.h \
265860484Sobrien	$(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-desc.h \
265960484Sobrien	$(srcdir)/../opcodes/$(CGEN_CPU_PREFIX)-opc.h
266038889Sjdp
2661218822Sdim.PHONY: install-html install-html-am install-html-recursive
2662218822Sdim
2663218822Sdiminstall-html:	install-html-recursive
2664218822Sdim
2665218822Sdiminstall-html-recursive:
2666218822Sdim	@failcom='exit 1'; \
2667218822Sdim	for f in x $$MAKEFLAGS; do \
2668218822Sdim	  case $$f in \
2669218822Sdim	    *=* | --[!k]*);; \
2670218822Sdim	    *k*) failcom='fail=yes';; \
2671218822Sdim	  esac; \
2672218822Sdim	done; \
2673218822Sdim	dot_seen=no; \
2674218822Sdim	target=`echo $@ | sed s/-recursive//`; \
2675218822Sdim	list='$(SUBDIRS)'; for subdir in $$list; do \
2676218822Sdim	  echo "Making $$target in $$subdir"; \
2677218822Sdim	  if test "$$subdir" = "."; then \
2678218822Sdim	    dot_seen=yes; \
2679218822Sdim	    local_target="$$target-am"; \
2680218822Sdim	  else \
2681218822Sdim	    local_target="$$target"; \
2682218822Sdim	  fi; \
2683218822Sdim	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2684218822Sdim	  || eval $$failcom; \
2685218822Sdim	done; \
2686218822Sdim	if test "$$dot_seen" = "no"; then \
2687218822Sdim	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
2688218822Sdim	fi; test -z "$$fail"
2689218822Sdim
269038889Sjdp.PHONY: install-exec-local install-data-local
269160484Sobrien.PHONY: install-exec-bindir install-exec-tooldir
269238889Sjdp
269360484Sobrieninstall-exec-local: install-exec-bindir @install_tooldir@
269460484Sobrien
269560484Sobrieninstall-exec-bindir: $(noinst_PROGRAMS)
2696104834Sobrien	$(mkinstalldirs) $(DESTDIR)$(bindir)
269738889Sjdp	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
269838889Sjdp	  if test -f $$p; then \
269960484Sobrien	    echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
2700104834Sobrien	    $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
270138889Sjdp	  else :; fi; \
270238889Sjdp	done
270360484Sobrien
270460484Sobrieninstall-exec-tooldir: install-exec-bindir $(noinst_PROGRAMS)
2705104834Sobrien	$(mkinstalldirs) $(DESTDIR)$(tooldir)/bin
270638889Sjdp	n=`echo as | sed '$(transform)'`; \
270738889Sjdp	if [ "$(bindir)/$$n$(EXEEXT)" != "$(tooldir)/bin/as$(EXEEXT)" ]; then \
2708104834Sobrien	  rm -f $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
2709104834Sobrien	  ln $(DESTDIR)$(bindir)/$$n$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT) >/dev/null 2>/dev/null \
2710104834Sobrien	    || $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) as-new$(EXEEXT) $(DESTDIR)$(tooldir)/bin/as$(EXEEXT); \
271160484Sobrien	else \
271260484Sobrien	  true ; \
271338889Sjdp	fi
271438889Sjdp
271538889Sjdp# These exist for maintenance purposes.
271638889Sjdp
271738889Sjdp.PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
271838889Sjdp
271938889Sjdpbootstrap: as-new
272038889Sjdp	$(MAKE) stage1
272138889Sjdp	rm -f stage && ln -s stage1 stage
272238889Sjdp	$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
272338889Sjdp	$(MAKE) stage2
272438889Sjdp	rm -f stage && ln -s stage2 stage
272538889Sjdp	$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
272638889Sjdp	$(MAKE) comparison against=stage2
272738889Sjdp
272838889Sjdpbootstrap2:
272938889Sjdp	rm -f stage && ln -s stage1 stage
273038889Sjdp	$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
273138889Sjdp	$(MAKE) stage2
273238889Sjdp	rm -f stage && ln -s stage2 stage
273338889Sjdp	$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
273438889Sjdp	$(MAKE) comparison against=stage2
273538889Sjdp
273638889Sjdpbootstrap3:
273738889Sjdp	rm -f stage && ln -s stage2 stage
273838889Sjdp	$(MAKE) CC="$(CC)" CFLAGS="-O -Bstage/ $(CFLAGS)" libdir=$(libdir) ALLOCA= $(noinst_PROGRAMS)
273938889Sjdp	$(MAKE) comparison against=stage2
274038889Sjdp
274138889Sjdp# Copy the object files from a particular stage into a subdirectory.
274238889Sjdpstage1:
274338889Sjdp	-mkdir stage1
274438889Sjdp	-mv $(STAGESTUFF) stage1
274538889Sjdp	if [ -f stage1/as-new$(EXEEXT) -a ! -f stage1/as$(EXEEXT) ] ; then (cd stage1 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
274638889Sjdp
274738889Sjdpstage2:
274838889Sjdp	-mkdir stage2
274938889Sjdp	-mv $(STAGESTUFF) stage2
275038889Sjdp	if [ -f stage2/as-new$(EXEEXT) -a ! -f stage2/as$(EXEEXT) ] ; then (cd stage2 ; ln -s as-new$(EXEEXT) as$(EXEEXT)) ; fi
275138889Sjdp
275238889Sjdpstage3:
275338889Sjdp	-mkdir stage3
275438889Sjdp	-mv $(STAGESTUFF) stage3
275538889Sjdp	if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(EXEEXT)) ; fi
275638889Sjdp
275738889Sjdp# This rule is derived from corresponding code in the Makefile.in for gcc.
275838889Sjdp# The "tail +16c" is to bypass headers which may include timestamps or
275938889Sjdp# temporary assembly file names.
276038889Sjdpcomparison:
276138889Sjdp	x=0 ; \
276238889Sjdp	for file in *.o ; do \
276338889Sjdp	  tail +16c ./$$file > tmp-foo1; \
276438889Sjdp	  if tail +16c ${against}/$$file > tmp-foo2 2>/dev/null ; then \
276538889Sjdp	    if cmp tmp-foo1 tmp-foo2 ; then \
276638889Sjdp	      true ; \
276738889Sjdp	    else \
276838889Sjdp	      echo $$file differs ; \
276938889Sjdp	      x=1 ; \
277038889Sjdp	    fi ; \
277138889Sjdp	  else true; fi ; \
277238889Sjdp	done ; \
277338889Sjdp	exit $$x
277438889Sjdp	-rm -f tmp-foo*
277538889Sjdp
277638889Sjdp.PHONY: de-stage1 de-stage2 de-stage3
277738889Sjdp
277838889Sjdpde-stage1:
277938889Sjdp	- (cd stage1 ; rm -f as$(EXEEXT) ; mv -f * ..)
278038889Sjdp	- rmdir stage1
278138889Sjdp
278238889Sjdpde-stage2:
278338889Sjdp	- (cd stage2 ; rm -f as$(EXEEXT) ; mv -f * ..)
278438889Sjdp	- rmdir stage2
278538889Sjdp
278638889Sjdpde-stage3:
278738889Sjdp	- (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..)
278838889Sjdp	- rmdir stage3
278938889Sjdp
279077298Sobrien# Automatic dependency computation.  This is a real pain, because the
279177298Sobrien# dependencies change based on target_cpu_type and obj_format.
279277298Sobrien# Just to make things even more complicated, automake separates the
279377298Sobrien# dependency variable assignments from the dependency rules, and tacks
279477298Sobrien# on a .NOEXPORT at the end of Makefile.in.
279577298Sobrien
279660484SobrienDEP: dep.sed $(DEP_FILE_DEPS) DEPTC DEPOBJ DEP2
279777298Sobrien	rm -f DEP1 # delete because we use $? in DEP1 rule
279838889Sjdp	srcdir=`cd $(srcdir); pwd`; \
279960484Sobrien	$(MAKE) MKDEP="$(MKDEP)" srcdir="$${srcdir}" VPATH="$${srcdir}" DEP1
280060484Sobrien	rm -rf DEPDIR
280177298Sobrien	echo 'AMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.' > DEPA
280260484Sobrien	sed -f dep.sed < DEPTC >> DEPA
280360484Sobrien	sed -f dep.sed < DEPOBJ >> DEPA
280460484Sobrien	sed -f dep.sed < DEP2 >> DEPA
280577298Sobrien	echo 'BMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.' >> DEPA
280677298Sobrien	echo '#MKDEP    DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.' >> DEPA
280777298Sobrien	sed -f dep.sed < DEP1 >> DEPA
280860484Sobrien	echo '$$(OBJS): $$(DEP_@target''_cpu_type@_@obj''_format@)' >> DEPA
280960484Sobrien	echo '$$(TARG_CPU_O): $$(DEPTC_@target''_cpu_type@_@obj''_format@)' >> DEPA
281060484Sobrien	echo '$$(OBJ_FORMAT_O): $$(DEPOBJ_@target''_cpu_type@_@obj''_format@)' >> DEPA
281177298Sobrien	echo '#MKDEP    DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.' >> DEPA
281277298Sobrien	if grep ' /' DEPA > /dev/null 2> /dev/null; then \
281377298Sobrien	  echo 'make DEP failed!'; exit 1; \
281477298Sobrien	else \
281577298Sobrien	  mv -f DEPA $@; \
281677298Sobrien	fi
281738889Sjdp
281860484SobrienDEP1: $(CFILES) $(MULTI_CFILES)
281960484Sobrien	if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi
282038889Sjdp	srcdir=`cd $(srcdir); pwd`; \
282160484Sobrien	cd DEPDIR; \
282238889Sjdp	echo '' > targ-cpu.h; \
282338889Sjdp	echo '' > obj-format.h; \
282438889Sjdp	echo '' > targ-env.h; \
282538889Sjdp	echo '' > itbl-cpu.h; \
282660484Sobrien	echo '' > itbl-parse.h; \
282789857Sobrien	$(MKDEP) $(DEP_FLAGS) $? > DEP
282860484Sobrien	mv -f DEPDIR/DEP $@
282938889Sjdp
283038889Sjdp# Work out the special dependencies for the tc-*.c files.
283160484SobrienDEPTC: $(TARGET_CPU_CFILES)
283260484Sobrien	rm -f DEPTCA
283360484Sobrien	if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi
283438889Sjdp	srcdir=`cd $(srcdir); pwd`; \
283560484Sobrien	cd DEPDIR; \
283638889Sjdp	for c in $(CPU_TYPES); do \
283738889Sjdp	  for o in $(OBJ_FORMATS); do \
283838889Sjdp	    $(CPU_OBJ_VALID) \
283938889Sjdp	    if [ x$${valid} = xyes ]; then \
284038889Sjdp	      echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
284138889Sjdp	      echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \
284238889Sjdp	      echo '#include "te-generic.h"' > targ-env.h; \
284338889Sjdp	      echo '' > itbl-cpu.h; \
284460484Sobrien	      echo '' > itbl-parse.h; \
284560484Sobrien	      echo '#include "opcodes/'"$${c}"'-desc.h"' > cgen-desc.h; \
284638889Sjdp	      rm -f dummy.c; \
284738889Sjdp	      cp $${srcdir}/config/tc-$${c}.c dummy.c; \
284889857Sobrien	      $(MKDEP) $(DEP_FLAGS) dummy.c | \
284960484Sobrien	        sed -e "s/dummy.o: dummy.c/DEPTC_$${c}_$${o} =/" >> ../DEPTCA; \
285038889Sjdp	      rm -f dummy.c; \
285138889Sjdp	    else true; fi; \
285238889Sjdp	  done; \
285338889Sjdp	done
285460484Sobrien	echo 'DEPTC_hppa_som = $$(srcdir)/config/tc-hppa.h subsegs.h \' >> DEPTCA
285560484Sobrien	echo '  $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> DEPTCA
285660484Sobrien	echo '  $$(INCDIR)/opcode/hppa.h $$(BFDDIR)/som.h' >> DEPTCA
285760484Sobrien	for c in $(MULTI_CPU_TYPES); do \
285877298Sobrien	  echo "DEPTC_$${c}"'_multi = \' >> DEPTCA; \
285960484Sobrien	  for o in $(OBJ_FORMATS); do \
286060484Sobrien	    $(MULTI_CPU_OBJ_VALID) \
286138889Sjdp	    if [ x$${valid} = xyes ]; then \
286260484Sobrien	      echo '$$(DEPTC_'"$${c}_$${o}"') \' >> DEPTCA; \
286338889Sjdp	    else true; fi; \
286460484Sobrien	  done; \
286560484Sobrien	  echo '' >> DEPTCA; \
286638889Sjdp	done
286760484Sobrien	mv -f DEPTCA DEPTC
286838889Sjdp
286938889Sjdp# Work out the special dependencies for the obj-*.c files.
287060484SobrienDEPOBJ: $(OBJ_FORMAT_CFILES)
287160484Sobrien	rm -f DEPOBJA
287260484Sobrien	if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi
287338889Sjdp	srcdir=`cd $(srcdir); pwd`; \
287460484Sobrien	cd DEPDIR; \
287538889Sjdp	for c in $(CPU_TYPES); do \
287638889Sjdp	  for o in $(OBJ_FORMATS); do \
287738889Sjdp	    $(CPU_OBJ_VALID) \
287838889Sjdp	    if [ x$${valid} = xyes ]; then \
287938889Sjdp	      echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
288038889Sjdp	      echo '#include "obj-'"$${o}"'.h"' > obj-format.h; \
288138889Sjdp	      echo '#include "te-generic.h"' > targ-env.h; \
288238889Sjdp	      echo '' > itbl-cpu.h; \
288360484Sobrien	      echo '' > itbl-parse.h; \
288438889Sjdp	      rm -f dummy.c; \
288538889Sjdp	      cp $${srcdir}/config/obj-$${o}.c dummy.c; \
288689857Sobrien	      $(MKDEP) $(DEP_FLAGS) dummy.c | \
288760484Sobrien	        sed -e "s/dummy.o: dummy.c/DEPOBJ_$${c}_$${o} =/" >> ../DEPOBJA; \
288838889Sjdp	      rm -f dummy.c; \
288938889Sjdp	    else true; fi; \
289038889Sjdp	  done; \
289138889Sjdp	done
289260484Sobrien	echo 'DEPOBJ_hppa_som = $$(srcdir)/config/obj-som.h subsegs.h \' >> DEPOBJA
289360484Sobrien	echo '  $$(INCDIR)/obstack.h $$(BFDDIR)/libhppa.h \' >> DEPOBJA
289460484Sobrien	echo '  $$(BFDDIR)/som.h  $$(INCDIR)/aout/stab_gnu.h \' >> DEPOBJA
289560484Sobrien	echo '  $$(INCDIR)/aout/stab.def' >> DEPOBJA
289660484Sobrien	for c in $(MULTI_CPU_TYPES); do \
289777298Sobrien	  echo "DEPOBJ_$${c}"'_multi = \' >> DEPOBJA; \
289860484Sobrien	  for o in $(OBJ_FORMATS); do \
289960484Sobrien	    $(MULTI_CPU_OBJ_VALID) \
290038889Sjdp	    if [ x$${valid} = xyes ]; then \
290160484Sobrien	      echo '$$(DEPOBJ_'"$${c}_$${o}"') \' >> DEPOBJA; \
290238889Sjdp	    else true; fi; \
290360484Sobrien	  done; \
290460484Sobrien	  echo '' >> DEPOBJA; \
290538889Sjdp	done
290660484Sobrien	mv -f DEPOBJA DEPOBJ
290738889Sjdp
290838889Sjdp# Work out the dependencies for each CPU/OBJ combination.
290938889Sjdp# Note that SOM is a special case, because it only works native.
291060484SobrienDEP2: $(TARGET_CPU_HFILES) $(OBJ_FORMAT_HFILES)
291177298Sobrien	rm -f DEP2A
291260484Sobrien	if [ -d DEPDIR ]; then true; else mkdir DEPDIR; fi
291338889Sjdp	srcdir=`cd $(srcdir); pwd`; \
291460484Sobrien	cd DEPDIR; \
291538889Sjdp	for c in $(CPU_TYPES); do \
291638889Sjdp	  for o in $(OBJ_FORMATS); do \
291738889Sjdp	    $(CPU_OBJ_VALID) \
291838889Sjdp	    if [ x$${valid} = xyes ]; then \
291938889Sjdp	      echo '#include "tc-'"$${c}"'.h"' > targ-cpu.h; \
292038889Sjdp	      echo '#include "obj-'"$${o}"'.h"' > dummy.c; \
292189857Sobrien	      $(MKDEP) $(DEP_FLAGS) dummy.c | \
292277298Sobrien	        sed -e "s/dummy.o: dummy.c/DEP_$${c}_$${o} =/" >> ../DEP2A; \
292338889Sjdp	    else true; fi; \
292438889Sjdp	  done; \
292538889Sjdp	done
292677298Sobrien	echo 'DEP_hppa_som = $$(BFDDIR)/som.h' >> DEP2A
292760484Sobrien	for c in $(MULTI_CPU_TYPES); do \
292877298Sobrien	  echo "DEP_$${c}"'_multi = \' >> DEP2A; \
292960484Sobrien	  for o in $(OBJ_FORMATS); do \
293060484Sobrien	    $(MULTI_CPU_OBJ_VALID) \
293138889Sjdp	    if [ x$${valid} = xyes ]; then \
293277298Sobrien	      echo '$$(DEP_'"$${c}_$${o}"') \' >> DEP2A; \
293338889Sjdp	    else true; fi; \
293460484Sobrien	  done; \
293577298Sobrien	  echo '' >> DEP2A; \
293638889Sjdp	done
293777298Sobrien	mv -f DEP2A DEP2
293838889Sjdp
293938889Sjdpdep.sed: dep-in.sed config.status
294038889Sjdp	srcdir=`cd $(srcdir); pwd`; \
294138889Sjdp	sed <$(srcdir)/dep-in.sed >dep.sed \
294238889Sjdp		-e "s!@INCDIR@!$${srcdir}/../include!" \
294338889Sjdp		-e "s!@BFDDIR@!$${srcdir}/../bfd!" \
294494536Sobrien		-e "s!@SRCDIR@!$${srcdir}!" \
294594536Sobrien		-e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/gas,,`'!'
294638889Sjdp
294760484Sobriendep: DEP
294877298Sobrien	sed -e '/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \
294977298Sobrien	  < Makefile > tmp-Makefile
295060484Sobrien	cat DEP >> tmp-Makefile
295138889Sjdp	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
295238889Sjdp
295360484Sobriendep-in: DEP
295477298Sobrien	sed -e '/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \
295577298Sobrien	  < $(srcdir)/Makefile.in > tmp-Makefile.in
295660484Sobrien	cat DEP >> tmp-Makefile.in
295738889Sjdp	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
295838889Sjdp
295960484Sobriendep-am: DEP
296077298Sobrien	sed -e '/^.MKDEP.*WARNING BELOW./,/^.MKDEP.*WARNING ABOVE./d' \
296177298Sobrien	  < $(srcdir)/Makefile.am > tmp-Makefile.am
296260484Sobrien	cat DEP >> tmp-Makefile.am
296338889Sjdp	$(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
296438889Sjdp
296577298Sobrien# HEED THE MKDEP WARNINGS.
296677298Sobrien# ANYTHING CHANGED OR ADDED BETWEEN THE WARNING LINES MAY GO AWAY.
296738889Sjdp.PHONY: dep dep-in dep-am
296877298Sobrien#MKDEP    DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW.
2969218822Sdimapp.o: app.c
2970218822Sdimas.o: as.c subsegs.h $(INCDIR)/obstack.h output-file.h \
2971218822Sdim  sb.h macro.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
2972218822Sdim  ../bfd/bfdver.h
2973218822Sdimatof-generic.o: atof-generic.c $(INCDIR)/safe-ctype.h
2974218822Sdimcond.o: cond.c sb.h macro.h $(INCDIR)/obstack.h
2975218822Sdimdepend.o: depend.c
2976218822Sdimdwarf2dbg.o: dwarf2dbg.c $(INCDIR)/safe-ctype.h dwarf2dbg.h \
2977130561Sobrien  $(INCDIR)/filenames.h subsegs.h $(INCDIR)/obstack.h \
2978130561Sobrien  $(INCDIR)/elf/dwarf2.h
2979218822Sdimdw2gencfi.o: dw2gencfi.c dw2gencfi.h $(INCDIR)/elf/dwarf2.h \
2980218822Sdim  subsegs.h $(INCDIR)/obstack.h
2981218822Sdimecoff.o: ecoff.c ecoff.h
2982218822Sdimehopt.o: ehopt.c subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/dwarf2.h
2983218822Sdimexpr.o: expr.c $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h
2984218822Sdimflonum-copy.o: flonum-copy.c
298538889Sjdpflonum-konst.o: flonum-konst.c
298638889Sjdpflonum-mult.o: flonum-mult.c
2987218822Sdimfrags.o: frags.c subsegs.h $(INCDIR)/obstack.h
2988218822Sdimhash.o: hash.c $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h
2989218822Sdiminput-file.o: input-file.c input-file.h $(INCDIR)/safe-ctype.h
2990218822Sdiminput-scrub.o: input-scrub.c input-file.h sb.h
2991218822Sdimlisting.o: listing.c $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h \
2992218822Sdim  input-file.h subsegs.h
2993218822Sdimliteral.o: literal.c subsegs.h $(INCDIR)/obstack.h
299489857Sobrienmacro.o: macro.c $(INCDIR)/safe-ctype.h sb.h macro.h
2995218822Sdimmessages.o: messages.c
2996218822Sdimoutput-file.o: output-file.c output-file.h
2997218822Sdimread.o: read.c $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \
2998218822Sdim  sb.h macro.h ecoff.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h
299938889Sjdpsb.o: sb.c sb.h
3000218822Sdimstabs.o: stabs.c $(INCDIR)/obstack.h subsegs.h ecoff.h \
3001218822Sdim  $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
3002218822Sdimsubsegs.o: subsegs.c subsegs.h $(INCDIR)/obstack.h
3003218822Sdimsymbols.o: symbols.c $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h \
3004218822Sdim  subsegs.h struc-symbol.h
3005218822Sdimwrite.o: write.c subsegs.h $(INCDIR)/obstack.h output-file.h \
3006218822Sdim  dwarf2dbg.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h
3007218822Sdimitbl-ops.o: itbl-ops.c itbl-ops.h
3008218822Sdime-crisaout.o: $(srcdir)/config/e-crisaout.c emul-target.h
3009218822Sdime-criself.o: $(srcdir)/config/e-criself.c emul-target.h
3010218822Sdime-i386aout.o: $(srcdir)/config/e-i386aout.c emul-target.h
3011218822Sdime-i386coff.o: $(srcdir)/config/e-i386coff.c emul-target.h
3012218822Sdime-i386elf.o: $(srcdir)/config/e-i386elf.c emul-target.h
3013218822Sdime-mipsecoff.o: $(srcdir)/config/e-mipsecoff.c emul-target.h
3014218822Sdime-mipself.o: $(srcdir)/config/e-mipself.c emul-target.h
301533965Sjdp$(OBJS): $(DEP_@target_cpu_type@_@obj_format@)
301660484Sobrien$(TARG_CPU_O): $(DEPTC_@target_cpu_type@_@obj_format@)
301760484Sobrien$(OBJ_FORMAT_O): $(DEPOBJ_@target_cpu_type@_@obj_format@)
301877298Sobrien#MKDEP    DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING ABOVE.
301938889Sjdp# Tell versions [3.59,3.63) of GNU make to not export all variables.
302038889Sjdp# Otherwise a system limit (for SysV at least) may be exceeded.
302138889Sjdp.NOEXPORT:
3022