138889Sjdp## Process this file with automake to generate Makefile.in
238889Sjdp
3218822SdimAUTOMAKE_OPTIONS = 1.9 cygnus
4218822SdimACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
538889Sjdp
660484SobrienSUBDIRS = po
760484Sobrien
838889SjdpINCDIR = $(srcdir)/../include
938889SjdpBFDDIR = $(srcdir)/../bfd
1060484SobrienMKDEP = gcc -MM
1138889Sjdp
1277298SobrienWARN_CFLAGS = @WARN_CFLAGS@
13218822SdimNO_WERROR = @NO_WERROR@
1477298SobrienAM_CFLAGS = $(WARN_CFLAGS)
1577298Sobrien
16104834Sobrienbfdlibdir = @bfdlibdir@
17104834Sobrienbfdincludedir = @bfdincludedir@
1838889Sjdp
19218822Sdim.PHONY: install-html
20218822Sdiminstall-html:
21218822Sdim
22104834Sobrienbfdlib_LTLIBRARIES = libopcodes.la
23104834Sobrien
2438889Sjdp# This is where bfd.h lives.
2538889SjdpBFD_H = ../bfd/bfd.h
2638889Sjdp
2777298Sobrien# This is where libiberty lives.
2877298SobrienLIBIBERTY = ../libiberty/libiberty.a
2977298Sobrien
3038889Sjdp# Header files.
3138889SjdpHFILES = \
32218822Sdim	cgen-ops.h cgen-types.h \
3360484Sobrien	fr30-desc.h fr30-opc.h \
34104834Sobrien	frv-desc.h frv-opc.h \
3538889Sjdp	h8500-opc.h \
36218822Sdim	i386-opc.h \
37218822Sdim	i386-tbl.h \
38104834Sobrien	ia64-asmtab.h \
39104834Sobrien	ia64-opc.h \
40130561Sobrien	ip2k-desc.h ip2k-opc.h \
41130561Sobrien	iq2000-desc.h iq2000-opc.h \
42218822Sdim	m32c-desc.h m32c-opc.h \
4360484Sobrien	m32r-desc.h m32r-opc.h \
4460484Sobrien	mcore-opc.h \
45218822Sdim	mep-desc.h mep-opc.h \
46218822Sdim	mt-desc.h mt-opc.h \
4789857Sobrien	openrisc-desc.h openrisc-opc.h \
48218822Sdim	score-opc.h \
4938889Sjdp	sh-opc.h \
50104834Sobrien	sh64-opc.h \
5138889Sjdp	sysdep.h \
5238889Sjdp	w65-opc.h \
53218822Sdim	xc16x-desc.h xc16x-opc.h \
5489857Sobrien	xstormy16-desc.h xstormy16-opc.h \
5538889Sjdp	z8k-opc.h
5638889Sjdp
5738889Sjdp# C source files that correspond to .o's.
5838889SjdpCFILES = \
5938889Sjdp	alpha-dis.c \
6038889Sjdp	alpha-opc.c \
6160484Sobrien	arc-dis.c \
6260484Sobrien	arc-opc.c \
6377298Sobrien	arc-ext.c \
6438889Sjdp	arm-dis.c \
6560484Sobrien	avr-dis.c \
66218822Sdim	bfin-dis.c \
6738889Sjdp	cgen-asm.c \
68218822Sdim	cgen-bitset.c \
6938889Sjdp	cgen-dis.c \
7038889Sjdp	cgen-opc.c \
71218822Sdim	cr16-dis.c \
72218822Sdim	cr16-opc.c \
7377298Sobrien	cris-dis.c \
7477298Sobrien	cris-opc.c \
75218822Sdim	crx-dis.c \
76218822Sdim	crx-opc.c \
7738889Sjdp	d10v-dis.c \
7838889Sjdp	d10v-opc.c \
7960484Sobrien	d30v-dis.c \
8060484Sobrien	d30v-opc.c \
81104834Sobrien	dlx-dis.c \
8238889Sjdp	dis-buf.c \
83130561Sobrien	dis-init.c \
8438889Sjdp	disassemble.c \
8560484Sobrien	fr30-asm.c \
8660484Sobrien	fr30-desc.c \
8760484Sobrien	fr30-dis.c \
8860484Sobrien	fr30-ibld.c \
8960484Sobrien	fr30-opc.c \
90104834Sobrien	frv-asm.c \
91104834Sobrien	frv-desc.c \
92104834Sobrien	frv-dis.c \
93104834Sobrien	frv-ibld.c \
94104834Sobrien	frv-opc.c \
9538889Sjdp	h8300-dis.c \
9638889Sjdp	h8500-dis.c \
9738889Sjdp	hppa-dis.c \
9860484Sobrien	i370-dis.c \
9960484Sobrien	i370-opc.c \
10038889Sjdp	i386-dis.c \
101218822Sdim	i386-opc.c \
102218822Sdim	i386-gen.c \
10377298Sobrien	i860-dis.c \
10438889Sjdp	i960-dis.c \
10577298Sobrien	ia64-dis.c \
10677298Sobrien	ia64-opc-a.c \
10777298Sobrien	ia64-opc-b.c \
10877298Sobrien	ia64-opc-f.c \
10977298Sobrien	ia64-opc-i.c \
11077298Sobrien	ia64-opc-m.c \
11177298Sobrien	ia64-opc-d.c \
11277298Sobrien	ia64-opc.c \
11377298Sobrien	ia64-gen.c \
11477298Sobrien	ia64-asmtab.c \
115130561Sobrien	ip2k-asm.c \
116130561Sobrien	ip2k-desc.c \
117130561Sobrien	ip2k-dis.c \
118130561Sobrien	ip2k-ibld.c \
119130561Sobrien	ip2k-opc.c \
120130561Sobrien	iq2000-asm.c \
121130561Sobrien	iq2000-desc.c \
122130561Sobrien	iq2000-dis.c \
123130561Sobrien	iq2000-ibld.c \
124130561Sobrien	iq2000-opc.c \
125218822Sdim	m32c-asm.c \
126218822Sdim	m32c-desc.c \
127218822Sdim	m32c-dis.c \
128218822Sdim	m32c-ibld.c \
129218822Sdim	m32c-opc.c \
13038889Sjdp	m32r-asm.c \
13160484Sobrien	m32r-desc.c \
13238889Sjdp	m32r-dis.c \
13360484Sobrien	m32r-ibld.c \
13438889Sjdp	m32r-opc.c \
13560484Sobrien	m32r-opinst.c \
13677298Sobrien	m68hc11-dis.c \
13777298Sobrien	m68hc11-opc.c \
13838889Sjdp	m68k-dis.c \
13938889Sjdp	m68k-opc.c \
14038889Sjdp	m88k-dis.c \
141218822Sdim	maxq-dis.c \
14260484Sobrien	mcore-dis.c \
143218822Sdim	mep-asm.c \
144218822Sdim	mep-desc.c \
145218822Sdim	mep-dis.c \
146218822Sdim	mep-ibld.c \
147218822Sdim	mep-opc.c \
14838889Sjdp	mips-dis.c \
14938889Sjdp	mips-opc.c \
15038889Sjdp	mips16-opc.c \
15138889Sjdp	m10200-dis.c \
15238889Sjdp	m10200-opc.c \
15338889Sjdp	m10300-dis.c \
15438889Sjdp	m10300-opc.c \
15589857Sobrien	mmix-dis.c \
15689857Sobrien	mmix-opc.c \
157218822Sdim	mt-asm.c \
158218822Sdim	mt-desc.c \
159218822Sdim	mt-dis.c \
160218822Sdim	mt-ibld.c \
161218822Sdim	mt-opc.c \
16238889Sjdp	ns32k-dis.c \
16389857Sobrien	openrisc-asm.c \
16489857Sobrien	openrisc-desc.c \
16589857Sobrien	openrisc-dis.c \
16689857Sobrien	openrisc-ibld.c \
16789857Sobrien	openrisc-opc.c \
16891041Sobrien	or32-dis.c \
16991041Sobrien	or32-opc.c \
17089857Sobrien	pdp11-dis.c \
17189857Sobrien	pdp11-opc.c \
17260484Sobrien	pj-dis.c \
17360484Sobrien	pj-opc.c \
17438889Sjdp	ppc-dis.c \
17538889Sjdp	ppc-opc.c \
17689857Sobrien	s390-mkopc.c \
17789857Sobrien	s390-opc.c \
17889857Sobrien	s390-dis.c \
179218822Sdim	score-dis.c \
18038889Sjdp	sh-dis.c \
181104834Sobrien	sh64-dis.c \
182104834Sobrien	sh64-opc.c \
18338889Sjdp	sparc-dis.c \
18438889Sjdp	sparc-opc.c \
185218822Sdim	spu-dis.c \
186218822Sdim	spu-opc.c \
18738889Sjdp	tic30-dis.c \
188130561Sobrien	tic4x-dis.c \
18977298Sobrien	tic54x-dis.c \
19077298Sobrien	tic54x-opc.c \
19160484Sobrien	tic80-dis.c \
19260484Sobrien	tic80-opc.c \
19360484Sobrien	v850-dis.c \
19460484Sobrien	v850-opc.c \
19560484Sobrien	vax-dis.c \
19638889Sjdp	w65-dis.c \
197218822Sdim	xc16x-asm.c \
198218822Sdim	xc16x-desc.c \
199218822Sdim	xc16x-dis.c \
200218822Sdim	xc16x-ibld.c \
201218822Sdim	xc16x-opc.c \
20289857Sobrien	xstormy16-asm.c \
20389857Sobrien	xstormy16-desc.c \
20489857Sobrien	xstormy16-dis.c \
20589857Sobrien	xstormy16-ibld.c \
20689857Sobrien	xstormy16-opc.c \
207130561Sobrien	xtensa-dis.c \
208218822Sdim	z80-dis.c \
20938889Sjdp	z8k-dis.c \
21038889Sjdp	z8kgen.c
21138889Sjdp
21238889SjdpALL_MACHINES = \
21338889Sjdp	alpha-dis.lo \
21438889Sjdp	alpha-opc.lo \
21538889Sjdp	arc-dis.lo \
21638889Sjdp	arc-opc.lo \
21777298Sobrien	arc-ext.lo \
21838889Sjdp	arm-dis.lo \
21960484Sobrien	avr-dis.lo \
220218822Sdim	bfin-dis.lo \
22138889Sjdp	cgen-asm.lo \
222218822Sdim	cgen-bitset.lo \
22338889Sjdp	cgen-dis.lo \
22438889Sjdp	cgen-opc.lo \
225218822Sdim	cr16-dis.lo \
226218822Sdim	cr16-opc.lo \
22777298Sobrien	cris-dis.lo \
22877298Sobrien	cris-opc.lo \
229218822Sdim	crx-dis.lo \
230218822Sdim	crx-opc.lo \
23138889Sjdp	d10v-dis.lo \
23238889Sjdp	d10v-opc.lo \
23360484Sobrien	d30v-dis.lo \
23460484Sobrien	d30v-opc.lo \
235104834Sobrien	dlx-dis.lo \
23660484Sobrien	fr30-asm.lo \
23760484Sobrien	fr30-desc.lo \
23860484Sobrien	fr30-dis.lo \
23960484Sobrien	fr30-ibld.lo \
24060484Sobrien	fr30-opc.lo \
241104834Sobrien	frv-asm.lo \
242104834Sobrien	frv-desc.lo \
243104834Sobrien	frv-dis.lo \
244104834Sobrien	frv-ibld.lo \
245104834Sobrien	frv-opc.lo \
24638889Sjdp	h8300-dis.lo \
24738889Sjdp	h8500-dis.lo \
24838889Sjdp	hppa-dis.lo \
24938889Sjdp	i386-dis.lo \
250218822Sdim	i386-opc.lo \
25160484Sobrien	i370-dis.lo \
25260484Sobrien	i370-opc.lo \
25377298Sobrien	i860-dis.lo \
25438889Sjdp	i960-dis.lo \
25577298Sobrien	ia64-dis.lo \
25677298Sobrien	ia64-opc.lo \
257130561Sobrien	ip2k-asm.lo \
258130561Sobrien	ip2k-desc.lo \
259130561Sobrien	ip2k-dis.lo \
260130561Sobrien	ip2k-ibld.lo \
261130561Sobrien	ip2k-opc.lo \
262130561Sobrien	iq2000-asm.lo \
263130561Sobrien	iq2000-desc.lo \
264130561Sobrien	iq2000-dis.lo \
265130561Sobrien	iq2000-ibld.lo \
266130561Sobrien	iq2000-opc.lo \
267218822Sdim	m32c-asm.lo \
268218822Sdim	m32c-desc.lo \
269218822Sdim	m32c-dis.lo \
270218822Sdim	m32c-ibld.lo \
271218822Sdim	m32c-opc.lo \
27238889Sjdp	m32r-asm.lo \
27360484Sobrien	m32r-desc.lo \
27438889Sjdp	m32r-dis.lo \
27560484Sobrien	m32r-ibld.lo \
27638889Sjdp	m32r-opc.lo \
27760484Sobrien	m32r-opinst.lo \
27877298Sobrien	m68hc11-dis.lo \
27977298Sobrien	m68hc11-opc.lo \
28038889Sjdp	m68k-dis.lo \
28138889Sjdp	m68k-opc.lo \
28238889Sjdp	m88k-dis.lo \
28338889Sjdp	m10200-dis.lo \
28438889Sjdp	m10200-opc.lo \
28538889Sjdp	m10300-dis.lo \
28638889Sjdp	m10300-opc.lo \
287218822Sdim	maxq-dis.lo \
28860484Sobrien	mcore-dis.lo \
289218822Sdim	mep-asm.lo \
290218822Sdim	mep-desc.lo \
291218822Sdim	mep-dis.lo \
292218822Sdim	mep-ibld.lo \
293218822Sdim	mep-opc.lo \
29438889Sjdp	mips-dis.lo \
29538889Sjdp	mips-opc.lo \
29638889Sjdp	mips16-opc.lo \
29789857Sobrien	mmix-dis.lo \
29889857Sobrien	mmix-opc.lo \
299130561Sobrien	msp430-dis.lo \
300218822Sdim	mt-asm.lo \
301218822Sdim	mt-desc.lo \
302218822Sdim	mt-dis.lo \
303218822Sdim	mt-ibld.lo \
304218822Sdim	mt-opc.lo \
30578828Sobrien	ns32k-dis.lo \
30689857Sobrien	openrisc-asm.lo \
30789857Sobrien	openrisc-desc.lo \
30889857Sobrien	openrisc-dis.lo \
30989857Sobrien	openrisc-ibld.lo \
31089857Sobrien	openrisc-opc.lo \
31191041Sobrien	or32-dis.lo \
31291041Sobrien	or32-opc.lo \
31389857Sobrien	pdp11-dis.lo \
31489857Sobrien	pdp11-opc.lo \
31560484Sobrien	pj-dis.lo \
31660484Sobrien	pj-opc.lo \
31738889Sjdp	ppc-dis.lo \
31838889Sjdp	ppc-opc.lo \
31989857Sobrien	s390-dis.lo \
32089857Sobrien	s390-opc.lo \
321218822Sdim	score-dis.lo \
32238889Sjdp	sh-dis.lo \
323104834Sobrien	sh64-dis.lo \
324104834Sobrien	sh64-opc.lo \
32538889Sjdp	sparc-dis.lo \
32638889Sjdp	sparc-opc.lo \
327218822Sdim	spu-dis.lo \
328218822Sdim	spu-opc.lo \
32938889Sjdp	tic30-dis.lo \
330130561Sobrien	tic4x-dis.lo \
33177298Sobrien	tic54x-dis.lo \
33277298Sobrien	tic54x-opc.lo \
33360484Sobrien	tic80-dis.lo \
33460484Sobrien	tic80-opc.lo \
33538889Sjdp	v850-dis.lo \
33638889Sjdp	v850-opc.lo \
33760484Sobrien	vax-dis.lo \
33838889Sjdp	w65-dis.lo \
339218822Sdim	xc16x-asm.lo \
340218822Sdim	xc16x-desc.lo \
341218822Sdim	xc16x-dis.lo \
342218822Sdim	xc16x-ibld.lo \
343218822Sdim	xc16x-opc.lo \
34489857Sobrien	xstormy16-asm.lo \
34589857Sobrien	xstormy16-desc.lo \
34689857Sobrien	xstormy16-dis.lo \
34789857Sobrien	xstormy16-ibld.lo \
34889857Sobrien	xstormy16-opc.lo \
349130561Sobrien	xtensa-dis.lo \
350218822Sdim	z80-dis.lo \
35138889Sjdp	z8k-dis.lo
35238889Sjdp
35338889SjdpOFILES = @BFD_MACHINES@
35438889Sjdp
355218822Sdim# We should reconfigure whenever bfd/configure.in changes, because
356218822Sdim# that's where the version number in Makefile comes from.
357218822SdimCONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
35838889Sjdp
359218822SdimINCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
360218822Sdim
36138889Sjdpdisassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
36238889Sjdp	$(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
36338889Sjdp
364130561Sobrienlibopcodes_la_SOURCES =  dis-buf.c disassemble.c dis-init.c
365130561Sobrien# It's desirable to list ../bfd/libbfd.la in DEPENDENCIES and LIBADD.
366130561Sobrien# Unfortunately this causes libtool to add -L$(libdir), referring to the
367130561Sobrien# planned install directory of libbfd.  This can cause us to pick up an
368130561Sobrien# old version of libbfd, or to pick up libbfd for the wrong architecture
369130561Sobrien# if host != build.
37038889Sjdplibopcodes_la_DEPENDENCIES = $(OFILES)
37160484Sobrienlibopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
372218822Sdimlibopcodes_la_LDFLAGS = -release `cat ../bfd/libtool-soversion` @WIN32LDFLAGS@
37338889Sjdp
37438889Sjdp# libtool will build .libs/libopcodes.a.  We create libopcodes.a in
37538889Sjdp# the build directory so that we don't have to convert all the
37638889Sjdp# programs that use libopcodes.a simultaneously.  This is a hack which
37738889Sjdp# should be removed if everything else starts using libtool.  FIXME.
37838889Sjdp
37938889Sjdpnoinst_LIBRARIES = libopcodes.a
38038889Sjdp
38138889Sjdpstamp-lib: libopcodes.la
38260484Sobrien	libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
38360484Sobrien	if [ -f $$libtooldir/libopcodes.a ]; then \
38460484Sobrien	  cp $$libtooldir/libopcodes.a libopcodes.tmp; \
38578828Sobrien	  $(RANLIB) libopcodes.tmp; \
38638889Sjdp	  $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
38738889Sjdp	else true; fi
38838889Sjdp	touch stamp-lib
38938889Sjdp
39038889Sjdplibopcodes.a: stamp-lib ; @true
39138889Sjdp
39260484SobrienPOTFILES = $(HFILES) $(CFILES)
39360484Sobrienpo/POTFILES.in: @MAINT@ Makefile
394130561Sobrien	for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
39560484Sobrien	  && mv tmp $(srcdir)/po/POTFILES.in
39638889Sjdp
397104834Sobrieninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes
398104834Sobrien	@$(NORMAL_INSTALL)
399104834Sobrien
400104834Sobrienuninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes
401104834Sobrien	@$(NORMAL_UNINSTALL)
402104834Sobrien
403104834Sobrien.PHONY: install_libopcodes uninstall_libopcodes
404104834Sobrieninstall_libopcodes: $(bfdlib_LTLIBRARIES)
405104834Sobrien	$(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
406104834Sobrien	$(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
407104834Sobrien	@list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
408104834Sobrien	  if test -f $$p; then \
409104834Sobrien	    echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
410104834Sobrien	    $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
411104834Sobrien	  else :; fi; \
412104834Sobrien	done
413104834Sobrien	$(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(bfdincludedir)/dis-asm.h
414104834Sobrien
415104834Sobrienuninstall_libopcodes:
416104834Sobrien	list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
417104834Sobrien	  $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
418104834Sobrien	done
419104834Sobrien	rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h
420104834Sobrien
42160484SobrienCLEANFILES = \
422218822Sdim	stamp-ip2k stamp-m32c stamp-m32r stamp-fr30 stamp-frv \
423218822Sdim	stamp-openrisc stamp-iq2000 stamp-mep stamp-mt stamp-xstormy16 stamp-xc16x\
42477298Sobrien	libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
42538889Sjdp
42638889Sjdp
42777298SobrienCGENDIR = @cgendir@
42889857SobrienCPUDIR = $(CGENDIR)/cpu
429218822SdimCGEN = "`if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` -l ${cgendir}/guile.scm -s"
43077298SobrienCGENFLAGS = -v
43138889Sjdp
432104834SobrienCGENDEPS = \
43377298Sobrien	$(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
43477298Sobrien	$(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
43577298Sobrien	$(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
43677298Sobrien	$(CGENDIR)/opc-opinst.scm \
43777298Sobrien	cgen-asm.in cgen-dis.in cgen-ibld.in
43860484Sobrien
439218822SdimCGEN_CPUS = fr30 frv ip2k m32c m32r mep mt openrisc xc16x xstormy16
440130561Sobrien
44177298Sobrienif CGEN_MAINT
442130561SobrienIP2K_DEPS = stamp-ip2k
443218822SdimM32C_DEPS = stamp-m32c
44477298SobrienM32R_DEPS = stamp-m32r
44577298SobrienFR30_DEPS = stamp-fr30
446104834SobrienFRV_DEPS = stamp-frv
447218822SdimMEP_DEPS = stamp-mep
448218822SdimMT_DEPS = stamp-mt
44989857SobrienOPENRISC_DEPS = stamp-openrisc
450130561SobrienIQ2000_DEPS = stamp-iq2000
451218822SdimXC16X_DEPS = stamp-xc16x
45289857SobrienXSTORMY16_DEPS = stamp-xstormy16
45377298Sobrienelse
454130561SobrienIP2K_DEPS =
455218822SdimM32C_DEPS =
45677298SobrienM32R_DEPS =
45777298SobrienFR30_DEPS =
458104834SobrienFRV_DEPS =
459218822SdimMEP_DEPS =
460218822SdimMT_DEPS =
46189857SobrienOPENRISC_DEPS = 
462130561SobrienIQ2000_DEPS = 
463218822SdimXC16X_DEPS = 
46489857SobrienXSTORMY16_DEPS = 
46577298Sobrienendif
46660484Sobrien
46777298Sobrienrun-cgen:
46877298Sobrien	$(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
469130561Sobrien	  $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
470130561Sobrien	  "$(options)" "$(extrafiles)"
47177298Sobrien	touch stamp-${prefix}
47277298Sobrien.PHONY: run-cgen
47360484Sobrien
474130561Sobrien# Maintainer utility rule to regenerate all cgen files.
475130561Sobrienrun-cgen-all:
476130561Sobrien	for c in $(CGEN_CPUS) ; \
477130561Sobrien	do \
478130561Sobrien		$(MAKE) stamp-$$c || exit 1 ; \
479130561Sobrien	done
480130561Sobrien.PHONY: run-cgen-all
481130561Sobrien
48277298Sobrien# For now, require developers to configure with --enable-cgen-maint.
483130561Sobrien$(srcdir)/ip2k-desc.h $(srcdir)/ip2k-desc.c $(srcdir)/ip2k-opc.h $(srcdir)/ip2k-opc.c $(srcdir)/ip2k-ibld.c $(srcdir)/ip2k-asm.c $(srcdir)/ip2k-dis.c: $(IP2K_DEPS)
484130561Sobrien	@true
485130561Sobrienstamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
486130561Sobrien	$(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
487130561Sobrien		archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
488130561Sobrien
489218822Sdim$(srcdir)/m32c-desc.h $(srcdir)/m32c-desc.c $(srcdir)/m32c-opc.h $(srcdir)/m32c-opc.c $(srcdir)/m32c-ibld.c $(srcdir)/m32c-asm.c $(srcdir)/m32c-dis.c: $(M32C_DEPS)
490218822Sdim#	@true
491218822Sdimstamp-m32c: $(CGENDEPS) $(srcdir)/../cpu/m32c.cpu $(srcdir)/../cpu/m32c.opc
492218822Sdim	$(MAKE) run-cgen arch=m32c prefix=m32c options= \
493218822Sdim		archfile=$(srcdir)/../cpu/m32c.cpu \
494218822Sdim		opcfile=$(srcdir)/../cpu/m32c.opc extrafiles=
495218822Sdimm32c_opc_h = m32c-opc.h cgen-types.h cgen-ops.h
496218822Sdimm32c-asm.lo: m32c-asm.c sysdep.h config.h $(BFD_H) \
497218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
498218822Sdim  $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
499218822Sdimm32c-desc.lo: m32c-desc.c sysdep.h config.h $(BFD_H) \
500218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
501218822Sdim  $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
502218822Sdimm32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
503218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h \
504218822Sdim  $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
505218822Sdim  $(m32c_opc_h) opintl.h
506218822Sdimm32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/dis-asm.h \
507218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h \
508218822Sdim  $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
509218822Sdim  $(m32c_opc_h) opintl.h
510218822Sdimm32c-opc.lo: m32c-opc.c sysdep.h config.h $(BFD_H) \
511218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
512218822Sdim  $(INCDIR)/opcode/cgen.h $(m32c_opc_h)
513218822Sdim
51477298Sobrien$(srcdir)/m32r-desc.h $(srcdir)/m32r-desc.c $(srcdir)/m32r-opc.h $(srcdir)/m32r-opc.c $(srcdir)/m32r-ibld.c $(srcdir)/m32r-opinst.c $(srcdir)/m32r-asm.c $(srcdir)/m32r-dis.c: $(M32R_DEPS)
51577298Sobrien	@true
516218822Sdimstamp-m32r: $(CGENDEPS) $(srcdir)/../cpu/m32r.cpu $(srcdir)/../cpu/m32r.opc
517130561Sobrien	$(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
518218822Sdim		archfile=$(srcdir)/../cpu/m32r.cpu \
519218822Sdim		opcfile=$(srcdir)/../cpu/m32r.opc extrafiles=opinst
52060484Sobrien
52177298Sobrien$(srcdir)/fr30-desc.h $(srcdir)/fr30-desc.c $(srcdir)/fr30-opc.h $(srcdir)/fr30-opc.c $(srcdir)/fr30-ibld.c $(srcdir)/fr30-asm.c $(srcdir)/fr30-dis.c: $(FR30_DEPS)
52277298Sobrien	@true
52389857Sobrienstamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
524130561Sobrien	$(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
525130561Sobrien		archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
52677298Sobrien
527104834Sobrien$(srcdir)/frv-desc.h $(srcdir)/frv-desc.c $(srcdir)/frv-opc.h $(srcdir)/frv-opc.c $(srcdir)/frv-ibld.c $(srcdir)/frv-asm.c $(srcdir)/frv-dis.c: $(FRV_DEPS)
528104834Sobrien	@true
529130561Sobrienstamp-frv: $(CGENDEPS) $(srcdir)/../cpu/frv.cpu $(srcdir)/../cpu/frv.opc
530130561Sobrien	$(MAKE) run-cgen arch=frv prefix=frv options= \
531130561Sobrien		archfile=$(srcdir)/../cpu/frv.cpu opcfile=$(srcdir)/../cpu/frv.opc extrafiles=
53291041Sobrien
533218822Sdim$(srcdir)/mep-desc.h $(srcdir)/mep-desc.c $(srcdir)/mep-opc.h $(srcdir)/mep-opc.c $(srcdir)/mep-ibld.c $(srcdir)/mep-asm.c $(srcdir)/mep-dis.c: $(MEP_DEPS)
534218822Sdim	@true
535218822Sdimstamp-mep: $(CGENDEPS) $(CPUDIR)/mep.cpu $(CPUDIR)/mep-default.cpu $(CPUDIR)/mep-core.cpu $(CPUDIR)/mep-h1.cpu $(CPUDIR)/mep-ext-cop.cpu $(CPUDIR)/mep-sample-ucidsp.cpu $(CPUDIR)/mep-rhcop.cpu $(CPUDIR)/mep-fmax.cpu $(CPUDIR)/mep.opc
536218822Sdim	$(MAKE) run-cgen arch=mep prefix=mep options= \
537218822Sdim		archfile=$(CPUDIR)/mep.cpu opcfile=$(CPUDIR)/mep.opc extrafiles=
538218822Sdim
539218822Sdim$(srcdir)/mt-desc.h $(srcdir)/mt-desc.c $(srcdir)/mt-opc.h $(srcdir)/mt-opc.c $(srcdir)/mt-ibld.c $(srcdir)/mt-asm.c $(srcdir)/mt-dis.c: $(MT_DEPS)
540218822Sdim	@true
541218822Sdimstamp-mt: $(CGENDEPS) $(srcdir)/../cpu/mt.cpu $(srcdir)/../cpu/mt.opc
542218822Sdim	$(MAKE) run-cgen arch=mt prefix=mt options= \
543218822Sdim		archfile=$(srcdir)/../cpu/mt.cpu \
544218822Sdim		opcfile=$(srcdir)/../cpu/mt.opc extrafiles=
545218822Sdim
54689857Sobrien$(srcdir)/openrisc-desc.h $(srcdir)/openrisc-desc.c $(srcdir)/openrisc-opc.h $(srcdir)/openrisc-opc.c $(srcdir)/openrisc-ibld.c $(srcdir)/openrisc-asm.c $(srcdir)/openrisc-dis.c: $(OPENRISC_DEPS)
54789857Sobrien	@true
54889857Sobrienstamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
549130561Sobrien	$(MAKE) run-cgen arch=openrisc prefix=openrisc options= \
550130561Sobrien		archfile=$(CPUDIR)/openrisc.cpu opcfile=$(CPUDIR)/openrisc.opc extrafiles=
55189857Sobrien
552130561Sobrien$(srcdir)/iq2000-desc.h $(srcdir)/iq2000-desc.c $(srcdir)/iq2000-opc.h $(srcdir)/iq2000-opc.c $(srcdir)/iq2000-ibld.c $(srcdir)/iq2000-asm.c $(srcdir)/iq2000-dis.c: $(IQ2000_DEPS)
553130561Sobrien	@true
554218822Sdimstamp-iq2000: $(CGENDEPS) $(srcdir)/../cpu/iq2000.cpu \
555218822Sdim		$(srcdir)/../cpu/iq2000.opc $(srcdir)/../cpu/iq2000m.cpu \
556218822Sdim		$(srcdir)/../cpu/iq10.cpu
557130561Sobrien	$(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
558218822Sdim		archfile=$(srcdir)/../cpu/iq2000.cpu \
559218822Sdim		opcfile=$(srcdir)/../cpu/iq2000.opc extrafiles=
560130561Sobrien
56189857Sobrien$(srcdir)/xstormy16-desc.h $(srcdir)/xstormy16-desc.c $(srcdir)/xstormy16-opc.h $(srcdir)/xstormy16-opc.c $(srcdir)/xstormy16-ibld.c $(srcdir)/xstormy16-asm.c $(srcdir)/xstormy16-dis.c: $(XSTORMY16_DEPS)
56289857Sobrien	@true
56389857Sobrienstamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
564130561Sobrien	$(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
565130561Sobrien		archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
56689857Sobrien
567218822Sdim$(srcdir)/xc16x-desc.h $(srcdir)/xc16x-desc.c $(srcdir)/xc16x-opc.h $(srcdir)/xc16x-opc.c $(srcdir)/xc16x-ibld.c $(srcdir)/xc16x-asm.c $(srcdir)/xc16x-dis.c: $(XC16X_DEPS)
568218822Sdim	@true
569218822Sdimstamp-xc16x: $(CGENDEPS) $(CPUDIR)/xc16x.cpu $(CPUDIR)/xc16x.opc
570218822Sdim	$(MAKE) run-cgen arch=xc16x prefix=xc16x options= \
571218822Sdim		archfile=$(CPUDIR)/xc16x.cpu opcfile=$(CPUDIR)/xc16x.opc extrafiles=
572218822Sdim
573218822Sdimi386-gen: i386-gen.o
574218822Sdim	$(LINK) i386-gen.o $(LIBIBERTY)
575218822Sdim
576218822Sdimi386-gen.o: i386-gen.c i386-opc.h
577218822Sdim
578218822Sdimi386-tbl.h: @MAINT@ i386-gen i386-opc.tbl i386-reg.tbl
579218822Sdim	./i386-gen --srcdir $(srcdir) > $(srcdir)/i386-tbl.h
580218822Sdim
58177298Sobrienia64-gen: ia64-gen.o
58277298Sobrien	$(LINK) ia64-gen.o $(LIBIBERTY)
58377298Sobrien
58477298Sobrienia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
58577298Sobrien  ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
58677298Sobrien
58777298Sobrienia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
588130561Sobrien	./ia64-gen --srcdir $(srcdir) > $(srcdir)/ia64-asmtab.c
58977298Sobrien
59089857Sobriens390-mkopc: s390-mkopc.c
59189857Sobrien	$(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
59289857Sobrien
59389857Sobriens390-opc.tab: s390-mkopc s390-opc.txt
59489857Sobrien	./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
59589857Sobrien
596104834Sobriensh-dis.lo: sh-dis.c
597104834Sobrien	$(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
598104834Sobrien
59938889Sjdp# This dependency stuff is copied from BFD.
60038889Sjdp
60160484SobrienDEP: dep.sed $(CFILES) $(HFILES) config.h
60260484Sobrien	rm -f DEP1
60360484Sobrien	$(MAKE) MKDEP="$(MKDEP)" DEP1
60477298Sobrien	sed -f dep.sed < DEP1 > DEPA
60577298Sobrien	echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
60677298Sobrien	if grep ' /' DEPA > /dev/null 2> /dev/null; then \
60777298Sobrien	  echo 'make DEP failed!'; exit 1; \
60877298Sobrien	else \
60977298Sobrien	  mv -f DEPA $@; \
61077298Sobrien	fi
61138889Sjdp
61260484SobrienDEP1: $(CFILES)
61360484Sobrien	echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
61460484Sobrien	echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
61560484Sobrien	$(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
61660484Sobrien	mv -f DEP2 $@
61738889Sjdp
61838889Sjdpdep.sed: dep-in.sed config.status
61938889Sjdp	sed <$(srcdir)/dep-in.sed >dep.sed	\
62038889Sjdp		-e 's!@BFD_H@!$(BFD_H)!'	\
62138889Sjdp		-e 's!@INCDIR@!$(INCDIR)!'	\
62238889Sjdp		-e 's!@BFDDIR@!$(BFDDIR)!'	\
62394536Sobrien		-e 's!@SRCDIR@!$(srcdir)!'	\
62494536Sobrien		-e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
62538889Sjdp
62660484Sobriendep: DEP
62738889Sjdp	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
62860484Sobrien	cat DEP >> tmp-Makefile
62938889Sjdp	$(srcdir)/../move-if-change tmp-Makefile Makefile
63038889Sjdp
63160484Sobriendep-in: DEP
63238889Sjdp	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
63360484Sobrien	cat DEP >> tmp-Makefile.in
63438889Sjdp	$(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
63538889Sjdp
63660484Sobriendep-am: DEP
63738889Sjdp	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
63860484Sobrien	cat DEP >> tmp-Makefile.am
63938889Sjdp	$(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
64038889Sjdp
64138889Sjdp.PHONY: dep dep-in dep-am
64238889Sjdp
64338889Sjdp# What appears below is generated by a hacked mkdep using gcc -MM.
64438889Sjdp
64538889Sjdp# DO NOT DELETE THIS LINE -- mkdep uses it.
64638889Sjdp# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
64777298Sobrienalpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
648218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
649218822Sdim  $(INCDIR)/opcode/alpha.h
65077298Sobrienalpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
651218822Sdim  $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/ansidecl.h \
652218822Sdim  $(INCDIR)/symcat.h opintl.h
65394536Sobrienarc-dis.lo: arc-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
654218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
655218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h $(BFDDIR)/elf-bfd.h \
656218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
657218822Sdim  $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
658218822Sdim  opintl.h arc-dis.h arc-ext.h
65989857Sobrienarc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
660218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h \
661218822Sdim  opintl.h
66289857Sobrienarc-ext.lo: arc-ext.c sysdep.h config.h $(INCDIR)/ansidecl.h \
663218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h arc-ext.h \
664218822Sdim  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
66577298Sobrienarm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
666218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
667218822Sdim  $(INCDIR)/opcode/arm.h opintl.h $(INCDIR)/safe-ctype.h \
668218822Sdim  $(INCDIR)/floatformat.h $(INCDIR)/ansidecl.h $(INCDIR)/coff/internal.h \
669218822Sdim  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(BFDDIR)/elf-bfd.h \
670130561Sobrien  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
671218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h
67277298Sobrienavr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
673218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
674218822Sdim  opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
675218822Sdim  $(INCDIR)/opcode/avr.h
676218822Sdimbfin-dis.lo: bfin-dis.c $(INCDIR)/opcode/bfin.h $(INCDIR)/dis-asm.h \
677218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
67877298Sobriencgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
679218822Sdim  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \
680218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
681218822Sdim  $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
682218822Sdim  opintl.h
683218822Sdimcgen-bitset.lo: cgen-bitset.c $(INCDIR)/libiberty.h \
684218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/opcode/cgen-bitset.h
68577298Sobriencgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
686218822Sdim  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(BFD_H) \
687218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
688218822Sdim  $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h
68977298Sobriencgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
690218822Sdim  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h \
691218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
692218822Sdim  $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h
693218822Sdimcr16-dis.lo: cr16-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
694218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
695218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/opcode/cr16.h $(INCDIR)/libiberty.h \
696218822Sdim  $(INCDIR)/ansidecl.h
697218822Sdimcr16-opc.lo: cr16-opc.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
698218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cr16.h
69977298Sobriencris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
70089857Sobrien  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
701218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/opcode/cris.h $(INCDIR)/libiberty.h \
702218822Sdim  $(INCDIR)/ansidecl.h
70377298Sobriencris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
704218822Sdimcrx-dis.lo: crx-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
705218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
706218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/opcode/crx.h
707218822Sdimcrx-opc.lo: crx-opc.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
708218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/crx.h
70977298Sobriend10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
71089857Sobrien  $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) \
711218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
71277298Sobriend10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
71377298Sobrien  $(INCDIR)/opcode/d10v.h
71477298Sobriend30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
71577298Sobrien  $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
716218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h opintl.h
71777298Sobriend30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
71877298Sobrien  $(INCDIR)/opcode/d30v.h
719104834Sobriendlx-dis.lo: dlx-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
720218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
721218822Sdim  $(INCDIR)/opcode/dlx.h
72277298Sobriendis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
723218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
724218822Sdim  opintl.h
725130561Sobriendis-init.lo: dis-init.c sysdep.h config.h $(INCDIR)/ansidecl.h \
726218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
727218822Sdim  $(BFD_H)
72877298Sobriendisassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
729218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
73077298Sobrienfr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
731218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
732218822Sdim  fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
733218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h fr30-opc.h \
734218822Sdim  opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
735218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
73677298Sobrienfr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
737218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
738218822Sdim  fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
739218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h fr30-opc.h \
740218822Sdim  opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
741218822Sdim  $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
74277298Sobrienfr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
743218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
744218822Sdim  $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
745218822Sdim  fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
746218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h fr30-opc.h \
747218822Sdim  opintl.h
74877298Sobrienfr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
749218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
750218822Sdim  $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h \
751218822Sdim  $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
752218822Sdim  fr30-opc.h opintl.h $(INCDIR)/safe-ctype.h
75377298Sobrienfr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
754218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
755218822Sdim  fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
756218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h fr30-opc.h \
757218822Sdim  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
758130561Sobrienfrv-asm.lo: frv-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
759218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
760218822Sdim  frv-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
761218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h frv-opc.h \
762218822Sdim  opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
763218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
764130561Sobrienfrv-desc.lo: frv-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
765218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
766218822Sdim  frv-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
767218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h frv-opc.h \
768218822Sdim  opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
769218822Sdim  $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
770130561Sobrienfrv-dis.lo: frv-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
771218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
772218822Sdim  $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
773218822Sdim  frv-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
774218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h frv-opc.h \
775218822Sdim  opintl.h
776130561Sobrienfrv-ibld.lo: frv-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
777218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
778218822Sdim  $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen-bitset.h \
779218822Sdim  $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
780218822Sdim  frv-opc.h opintl.h $(INCDIR)/safe-ctype.h
781130561Sobrienfrv-opc.lo: frv-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
782218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
783218822Sdim  frv-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
784218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h frv-opc.h \
785218822Sdim  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/elf/frv.h \
786130561Sobrien  $(INCDIR)/elf/reloc-macros.h
78777298Sobrienh8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
78877298Sobrien  $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
789218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h opintl.h $(INCDIR)/libiberty.h \
790218822Sdim  $(INCDIR)/ansidecl.h
79189857Sobrienh8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
792218822Sdim  h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
793218822Sdim  $(INCDIR)/symcat.h opintl.h
79477298Sobrienhppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
795218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
796218822Sdim  $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h
79777298Sobrieni370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
798218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
799218822Sdim  $(INCDIR)/opcode/i370.h
80077298Sobrieni370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
80177298Sobrien  $(INCDIR)/opcode/i370.h
80238889Sjdpi386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
80389857Sobrien  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
804218822Sdim  $(INCDIR)/ansidecl.h opintl.h $(INCDIR)/opcode/i386.h
805218822Sdimi386-opc.lo: i386-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
806218822Sdim  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h i386-opc.h \
807218822Sdim  $(INCDIR)/opcode/i386.h i386-tbl.h
808218822Sdimi386-gen.lo: i386-gen.c $(INCDIR)/getopt.h $(INCDIR)/libiberty.h \
809218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h i386-opc.h \
810218822Sdim  $(INCDIR)/opcode/i386.h
81177298Sobrieni860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
81289857Sobrien  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
81377298Sobrieni960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
814218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
81577298Sobrienia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
816218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/ia64.h \
817218822Sdim  $(BFD_H)
81894536Sobrienia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
81994536Sobrien  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
82094536Sobrienia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
82194536Sobrien  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
82294536Sobrienia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
82394536Sobrien  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
82494536Sobrienia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
82594536Sobrien  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
82694536Sobrienia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
82794536Sobrien  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
82877298Sobrienia64-opc-d.lo: ia64-opc-d.c
829218822Sdimia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h sysdep.h \
830218822Sdim  config.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
831218822Sdim  ia64-asmtab.h $(INCDIR)/opcode/ia64.h $(BFD_H) $(INCDIR)/ansidecl.h \
832218822Sdim  $(INCDIR)/symcat.h ia64-asmtab.c
83377298Sobrienia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
834218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h sysdep.h \
835218822Sdim  config.h $(INCDIR)/getopt.h ia64-opc.h $(INCDIR)/opcode/ia64.h \
836218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h ia64-opc-a.c \
837218822Sdim  ia64-opc-i.c ia64-opc-m.c ia64-opc-b.c ia64-opc-f.c \
838218822Sdim  ia64-opc-x.c ia64-opc-d.c
83977298Sobrienia64-asmtab.lo: ia64-asmtab.c
840130561Sobrienip2k-asm.lo: ip2k-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
841218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
842218822Sdim  ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
843218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h ip2k-opc.h \
844218822Sdim  opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
845218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
846130561Sobrienip2k-desc.lo: ip2k-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
847218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
848218822Sdim  ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
849218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h ip2k-opc.h \
850218822Sdim  opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
851218822Sdim  $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
852130561Sobrienip2k-dis.lo: ip2k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
853218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
854218822Sdim  $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
855218822Sdim  ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
856218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h ip2k-opc.h \
857218822Sdim  opintl.h
858130561Sobrienip2k-ibld.lo: ip2k-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
859218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
860218822Sdim  $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h \
861218822Sdim  $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
862218822Sdim  ip2k-opc.h opintl.h $(INCDIR)/safe-ctype.h
863130561Sobrienip2k-opc.lo: ip2k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
864218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
865218822Sdim  ip2k-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
866218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h ip2k-opc.h \
867218822Sdim  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
868130561Sobrieniq2000-asm.lo: iq2000-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
869218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
870218822Sdim  iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
871218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h iq2000-opc.h \
872218822Sdim  opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
873218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
874130561Sobrieniq2000-desc.lo: iq2000-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
875218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
876218822Sdim  iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
877218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h iq2000-opc.h \
878218822Sdim  opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
879218822Sdim  $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
880130561Sobrieniq2000-dis.lo: iq2000-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
881218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
882218822Sdim  $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
883218822Sdim  iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
884218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h iq2000-opc.h \
885130561Sobrien  opintl.h
886130561Sobrieniq2000-ibld.lo: iq2000-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
887218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
888218822Sdim  $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h \
889218822Sdim  $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
890218822Sdim  iq2000-opc.h opintl.h $(INCDIR)/safe-ctype.h
891130561Sobrieniq2000-opc.lo: iq2000-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
892218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
893218822Sdim  iq2000-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
894218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h iq2000-opc.h \
895218822Sdim  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
896218822Sdimm32c-asm.lo: m32c-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
897218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
898218822Sdim  m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
899218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32c-opc.h \
900218822Sdim  cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h opintl.h \
901218822Sdim  $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
902218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
903218822Sdimm32c-desc.lo: m32c-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
904218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
905218822Sdim  m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
906218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32c-opc.h \
907218822Sdim  cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h opintl.h \
908218822Sdim  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/xregex.h \
909218822Sdim  $(INCDIR)/xregex2.h
910218822Sdimm32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
911218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
912218822Sdim  $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
913218822Sdim  m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
914218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32c-opc.h \
915218822Sdim  cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h opintl.h \
916218822Sdim  $(INCDIR)/elf/m32c.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf-bfd.h \
917218822Sdim  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
918218822Sdim  $(INCDIR)/bfdlink.h
919218822Sdimm32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
920218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
921218822Sdim  $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h \
922218822Sdim  $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
923218822Sdim  m32c-opc.h cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h \
924218822Sdim  opintl.h $(INCDIR)/safe-ctype.h
925218822Sdimm32c-opc.lo: m32c-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
926218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
927218822Sdim  m32c-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
928218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32c-opc.h \
929218822Sdim  cgen-types.h ../bfd/bfd_stdint.h cgen-ops.h $(INCDIR)/libiberty.h \
930218822Sdim  $(INCDIR)/ansidecl.h
93177298Sobrienm32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
932218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
933218822Sdim  m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
934218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32r-opc.h \
935218822Sdim  opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
936218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
93777298Sobrienm32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
938218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
939218822Sdim  m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
940218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32r-opc.h \
941218822Sdim  opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
942218822Sdim  $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
94377298Sobrienm32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
944218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
945218822Sdim  $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
946218822Sdim  m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
947218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32r-opc.h \
948218822Sdim  opintl.h
94977298Sobrienm32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
950218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
951218822Sdim  $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h \
952218822Sdim  $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
953218822Sdim  m32r-opc.h opintl.h $(INCDIR)/safe-ctype.h
95477298Sobrienm32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
955218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
956218822Sdim  m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
957218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32r-opc.h \
958218822Sdim  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
95977298Sobrienm32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
960218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
961218822Sdim  m32r-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
962218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32r-opc.h
96377298Sobrienm68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
96489857Sobrien  $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H) \
965218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
96677298Sobrienm68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
96777298Sobrien  $(INCDIR)/opcode/m68hc11.h
96877298Sobrienm68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
969218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
970218822Sdim  $(INCDIR)/floatformat.h $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
971218822Sdim  opintl.h $(INCDIR)/opcode/m68k.h
97277298Sobrienm68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
97360484Sobrien  $(INCDIR)/opcode/m68k.h
97477298Sobrienm88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
975218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
976218822Sdim  $(INCDIR)/opcode/m88k.h opintl.h $(INCDIR)/libiberty.h \
977218822Sdim  $(INCDIR)/ansidecl.h
978218822Sdimmaxq-dis.lo: maxq-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
979218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
980218822Sdim  $(INCDIR)/opcode/maxq.h
98177298Sobrienmcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
982218822Sdim  mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
983218822Sdim  $(INCDIR)/symcat.h
984218822Sdimmep-asm.lo: mep-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
985218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
986218822Sdim  mep-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
987218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mep-opc.h \
988218822Sdim  opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
989218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
990218822Sdimmep-desc.lo: mep-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
991218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
992218822Sdim  mep-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
993218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mep-opc.h \
994218822Sdim  opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
995218822Sdim  $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
996218822Sdimmep-dis.lo: mep-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
997218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
998218822Sdim  $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
999218822Sdim  mep-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1000218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mep-opc.h \
1001218822Sdim  opintl.h $(INCDIR)/elf/mep.h $(INCDIR)/elf/reloc-macros.h \
1002218822Sdim  $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1003218822Sdim  $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h
1004218822Sdimmep-ibld.lo: mep-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1005218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1006218822Sdim  $(BFD_H) $(INCDIR)/symcat.h mep-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1007218822Sdim  $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
1008218822Sdim  mep-opc.h opintl.h $(INCDIR)/safe-ctype.h
1009218822Sdimmep-opc.lo: mep-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1010218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1011218822Sdim  mep-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1012218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mep-opc.h \
1013218822Sdim  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/elf/mep.h \
1014218822Sdim  $(INCDIR)/elf/reloc-macros.h
101577298Sobrienmips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1016218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1017218822Sdim  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h \
1018218822Sdim  opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1019218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1020218822Sdim  $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
102177298Sobrienmips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
102277298Sobrien  $(INCDIR)/opcode/mips.h
102377298Sobrienmips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
102477298Sobrien  $(INCDIR)/opcode/mips.h
102577298Sobrienm10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
102677298Sobrien  $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
1027218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h opintl.h
102877298Sobrienm10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
102977298Sobrien  $(INCDIR)/opcode/mn10200.h
103077298Sobrienm10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
103177298Sobrien  $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
1032218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h opintl.h
103377298Sobrienm10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
103477298Sobrien  $(INCDIR)/opcode/mn10300.h
103589857Sobrienmmix-dis.lo: mmix-dis.c $(INCDIR)/opcode/mmix.h $(INCDIR)/dis-asm.h \
103689857Sobrien  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1037218822Sdim  $(INCDIR)/ansidecl.h $(BFD_H) opintl.h
1038218822Sdimmmix-opc.lo: mmix-opc.c $(INCDIR)/opcode/mmix.h $(INCDIR)/symcat.h
1039218822Sdimmt-asm.lo: mt-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1040218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1041218822Sdim  mt-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1042218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mt-opc.h \
1043218822Sdim  opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
1044218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1045218822Sdimmt-desc.lo: mt-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1046218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1047218822Sdim  mt-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1048218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mt-opc.h \
1049218822Sdim  opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1050218822Sdim  $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1051218822Sdimmt-dis.lo: mt-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1052218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1053218822Sdim  $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1054218822Sdim  mt-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1055218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mt-opc.h \
105689857Sobrien  opintl.h
1057218822Sdimmt-ibld.lo: mt-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1058218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1059218822Sdim  $(BFD_H) $(INCDIR)/symcat.h mt-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1060218822Sdim  $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
1061218822Sdim  mt-opc.h opintl.h $(INCDIR)/safe-ctype.h
1062218822Sdimmt-opc.lo: mt-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1063218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1064218822Sdim  mt-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1065218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h mt-opc.h \
1066218822Sdim  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1067218822Sdimns32k-dis.lo: ns32k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1068218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/dis-asm.h \
1069218822Sdim  $(BFD_H) $(INCDIR)/opcode/ns32k.h opintl.h
107089857Sobrienopenrisc-asm.lo: openrisc-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1071218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1072218822Sdim  openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1073218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h openrisc-opc.h \
1074218822Sdim  opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
1075218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
107689857Sobrienopenrisc-desc.lo: openrisc-desc.c sysdep.h config.h \
1077218822Sdim  $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/ansidecl.h \
1078218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/symcat.h openrisc-desc.h \
1079218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1080218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h openrisc-opc.h \
1081218822Sdim  opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1082130561Sobrien  $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
108389857Sobrienopenrisc-dis.lo: openrisc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1084218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1085218822Sdim  $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1086218822Sdim  openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1087218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h openrisc-opc.h \
1088130561Sobrien  opintl.h
108989857Sobrienopenrisc-ibld.lo: openrisc-ibld.c sysdep.h config.h \
1090218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
1091218822Sdim  $(INCDIR)/symcat.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
1092218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1093218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h openrisc-opc.h \
109489857Sobrien  opintl.h $(INCDIR)/safe-ctype.h
109589857Sobrienopenrisc-opc.lo: openrisc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1096218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1097218822Sdim  openrisc-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1098218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h openrisc-opc.h \
1099218822Sdim  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
110091041Sobrienor32-dis.lo: or32-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
110191041Sobrien  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/or32.h \
110291041Sobrien  $(INCDIR)/safe-ctype.h
110391041Sobrienor32-opc.lo: or32-opc.c $(INCDIR)/safe-ctype.h $(INCDIR)/ansidecl.h \
110491041Sobrien  $(INCDIR)/opcode/or32.h
110589857Sobrienpdp11-dis.lo: pdp11-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1106218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1107218822Sdim  $(INCDIR)/opcode/pdp11.h
110889857Sobrienpdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h
110977298Sobrienpj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
111089857Sobrien  $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H) \
1111218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
111277298Sobrienpj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
111377298Sobrien  $(INCDIR)/opcode/pj.h
111477298Sobrienppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1115218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1116218822Sdim  $(INCDIR)/opcode/ppc.h
111777298Sobrienppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
111877298Sobrien  $(INCDIR)/opcode/ppc.h opintl.h
111989857Sobriens390-mkopc.lo: s390-mkopc.c
112089857Sobriens390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \
112189857Sobrien  s390-opc.tab
112289857Sobriens390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
1123218822Sdim  config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
1124218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/s390.h
1125218822Sdimscore-dis.lo: score-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1126218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1127218822Sdim  score-opc.h opintl.h $(BFD_H) $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1128218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1129218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h
113077298Sobriensh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1131218822Sdim  sh-opc.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1132218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H)
1133104834Sobriensh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
1134104834Sobrien  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
1135218822Sdim  $(INCDIR)/ansidecl.h sh64-opc.h $(INCDIR)/libiberty.h \
1136218822Sdim  $(INCDIR)/ansidecl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1137218822Sdim  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1138218822Sdim  $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/elf32-sh64.h
1139104834Sobriensh64-opc.lo: sh64-opc.c sh64-opc.h
114077298Sobriensparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1141218822Sdim  $(INCDIR)/opcode/sparc.h $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h \
1142218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1143218822Sdim  $(INCDIR)/ansidecl.h opintl.h
114477298Sobriensparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1145218822Sdim  $(INCDIR)/opcode/sparc.h $(INCDIR)/ansidecl.h
1146218822Sdimspu-dis.lo: spu-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1147218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1148218822Sdim  $(INCDIR)/opcode/spu.h $(INCDIR)/opcode/spu-insns.h
1149218822Sdimspu-opc.lo: spu-opc.c $(INCDIR)/opcode/spu.h $(INCDIR)/opcode/spu-insns.h \
1150218822Sdim  $(INCDIR)/opcode/spu-insns.h
115177298Sobrientic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1152218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1153218822Sdim  $(INCDIR)/opcode/tic30.h
1154130561Sobrientic4x-dis.lo: tic4x-dis.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1155218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1156218822Sdim  $(INCDIR)/opcode/tic4x.h
115777298Sobrientic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1158218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1159218822Sdim  $(INCDIR)/opcode/tic54x.h $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
116077298Sobrientic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1161218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1162218822Sdim  $(INCDIR)/opcode/tic54x.h
116377298Sobrientic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
116489857Sobrien  $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H) \
1165218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
116677298Sobrientic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
116777298Sobrien  $(INCDIR)/opcode/tic80.h
116877298Sobrienv850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
116977298Sobrien  $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
1170218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h opintl.h
117177298Sobrienv850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
117277298Sobrien  $(INCDIR)/opcode/v850.h opintl.h
117377298Sobrienvax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
117489857Sobrien  $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) \
1175218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
1176218822Sdimw65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1177218822Sdim  w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
117889857Sobrien  $(INCDIR)/symcat.h
1179218822Sdimxc16x-asm.lo: xc16x-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1180218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1181218822Sdim  xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1182218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xc16x-opc.h \
1183218822Sdim  opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
1184218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
1185218822Sdimxc16x-desc.lo: xc16x-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1186218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1187218822Sdim  xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1188218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xc16x-opc.h \
1189218822Sdim  opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1190218822Sdim  $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1191218822Sdimxc16x-dis.lo: xc16x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1192218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1193218822Sdim  $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1194218822Sdim  xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1195218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xc16x-opc.h \
1196218822Sdim  opintl.h
1197218822Sdimxc16x-ibld.lo: xc16x-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1198218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1199218822Sdim  $(BFD_H) $(INCDIR)/symcat.h xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1200218822Sdim  $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
1201218822Sdim  xc16x-opc.h opintl.h $(INCDIR)/safe-ctype.h
1202218822Sdimxc16x-opc.lo: xc16x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1203218822Sdim  $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/symcat.h \
1204218822Sdim  xc16x-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1205218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xc16x-opc.h \
1206218822Sdim  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
120789857Sobrienxstormy16-asm.lo: xstormy16-asm.c sysdep.h config.h \
1208218822Sdim  $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/ansidecl.h \
1209218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/symcat.h xstormy16-desc.h \
1210218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1211218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h \
1212218822Sdim  opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h \
1213218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/safe-ctype.h
121489857Sobrienxstormy16-desc.lo: xstormy16-desc.c sysdep.h config.h \
1215218822Sdim  $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/ansidecl.h \
1216218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/symcat.h xstormy16-desc.h \
1217218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1218218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h \
1219218822Sdim  opintl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1220130561Sobrien  $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
122189857Sobrienxstormy16-dis.lo: xstormy16-dis.c sysdep.h config.h \
1222218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
1223218822Sdim  $(INCDIR)/symcat.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1224218822Sdim  $(INCDIR)/ansidecl.h xstormy16-desc.h $(INCDIR)/opcode/cgen-bitset.h \
1225218822Sdim  $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
1226130561Sobrien  xstormy16-opc.h opintl.h
122789857Sobrienxstormy16-ibld.lo: xstormy16-ibld.c sysdep.h config.h \
1228218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
1229218822Sdim  $(INCDIR)/symcat.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
1230218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1231218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h \
123289857Sobrien  opintl.h $(INCDIR)/safe-ctype.h
123389857Sobrienxstormy16-opc.lo: xstormy16-opc.c sysdep.h config.h \
1234218822Sdim  $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/ansidecl.h \
1235218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/symcat.h xstormy16-desc.h \
1236218822Sdim  $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1237218822Sdim  $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h xstormy16-opc.h \
1238218822Sdim  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
1239130561Sobrienxtensa-dis.lo: xtensa-dis.c $(INCDIR)/xtensa-isa.h \
1240218822Sdim  $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1241218822Sdim  sysdep.h config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
1242218822Sdim  $(INCDIR)/symcat.h
1243218822Sdimz80-dis.lo: z80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1244218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
124577298Sobrienz8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1246218822Sdim  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h \
1247218822Sdim  z8k-opc.h
1248130561Sobrienz8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1249218822Sdim  $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h
125038889Sjdp# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
1251