Makefile.am revision 60484
11573Srgrimes## Process this file with automake to generate Makefile.in
21573Srgrimes
31573SrgrimesAUTOMAKE_OPTIONS = cygnus
41573Srgrimes
51573SrgrimesSUBDIRS = po
61573Srgrimes
71573SrgrimesINCDIR = $(srcdir)/../include
81573SrgrimesBFDDIR = $(srcdir)/../bfd
91573SrgrimesMKDEP = gcc -MM
101573Srgrimes
111573Srgrimeslib_LTLIBRARIES = libopcodes.la
121573Srgrimes
131573Srgrimes# This is where bfd.h lives.
141573SrgrimesBFD_H = ../bfd/bfd.h
151573Srgrimes
161573Srgrimes# Header files.
171573SrgrimesHFILES = \
181573Srgrimes	arm-opc.h \
191573Srgrimes	fr30-desc.h fr30-opc.h \
201573Srgrimes	h8500-opc.h \
211573Srgrimes	m32r-desc.h m32r-opc.h \
221573Srgrimes	mcore-opc.h \
231573Srgrimes	sh-opc.h \
241573Srgrimes	sysdep.h \
251573Srgrimes	w65-opc.h \
261573Srgrimes	z8k-opc.h
271573Srgrimes
2823666Speter# C source files that correspond to .o's.
2950476SpeterCFILES = \
301573Srgrimes	a29k-dis.c \
31250827Sjilles	alpha-dis.c \
321573Srgrimes	alpha-opc.c \
331573Srgrimes	arc-dis.c \
341573Srgrimes	arc-opc.c \
351573Srgrimes	arm-dis.c \
361573Srgrimes	avr-dis.c \
371573Srgrimes	cgen-asm.c \
381573Srgrimes	cgen-dis.c \
3959460Sphantom	cgen-opc.c \
4059460Sphantom	d10v-dis.c \
411573Srgrimes	d10v-opc.c \
4284306Sru	d30v-dis.c \
431573Srgrimes	d30v-opc.c \
441573Srgrimes	dis-buf.c \
451573Srgrimes	disassemble.c \
461573Srgrimes	fr30-asm.c \
471573Srgrimes	fr30-desc.c \
481573Srgrimes	fr30-dis.c \
491573Srgrimes	fr30-ibld.c \
501573Srgrimes	fr30-opc.c \
511573Srgrimes	h8300-dis.c \
5223735Sbde	h8500-dis.c \
531573Srgrimes	hppa-dis.c \
541573Srgrimes	i370-dis.c \
5540952Sjkoshy	i370-opc.c \
5640952Sjkoshy	i386-dis.c \
5740952Sjkoshy	i960-dis.c \
5823666Speter	m32r-asm.c \
5940952Sjkoshy	m32r-desc.c \
6023666Speter	m32r-dis.c \
6123666Speter	m32r-ibld.c \
6240952Sjkoshy	m32r-opc.c \
6323666Speter	m32r-opinst.c \
641573Srgrimes	m68k-dis.c \
6523666Speter	m68k-opc.c \
6623666Speter	m88k-dis.c \
6741025Sjkoshy	mcore-dis.c \
6823735Sbde	mips-dis.c \
6923666Speter	mips-opc.c \
7023735Sbde	mips16-opc.c \
7123666Speter	m10200-dis.c \
7223666Speter	m10200-opc.c \
7323666Speter	m10300-dis.c \
7423666Speter	m10300-opc.c \
7523666Speter	ns32k-dis.c \
7623666Speter	pj-dis.c \
7723666Speter	pj-opc.c \
7823666Speter	ppc-dis.c \
7923666Speter	ppc-opc.c \
8023666Speter	sh-dis.c \
811573Srgrimes	sparc-dis.c \
82250827Sjilles	sparc-opc.c \
83250827Sjilles	tic30-dis.c \
84250827Sjilles	tic80-dis.c \
85250827Sjilles	tic80-opc.c \
86250827Sjilles	v850-dis.c \
871573Srgrimes	v850-opc.c \
881573Srgrimes	vax-dis.c \
891573Srgrimes	w65-dis.c \
901573Srgrimes	z8k-dis.c \
911573Srgrimes	z8kgen.c
921573Srgrimes
931573SrgrimesALL_MACHINES = \
941573Srgrimes	a29k-dis.lo \
951573Srgrimes	alpha-dis.lo \
961573Srgrimes	alpha-opc.lo \
971573Srgrimes	arc-dis.lo \
981573Srgrimes	arc-opc.lo \
991573Srgrimes	arm-dis.lo \
1001573Srgrimes	avr-dis.lo \
1011573Srgrimes	cgen-asm.lo \
1021573Srgrimes	cgen-dis.lo \
1031573Srgrimes	cgen-opc.lo \
1041573Srgrimes	d10v-dis.lo \
1051573Srgrimes	d10v-opc.lo \
1061573Srgrimes	d30v-dis.lo \
1071573Srgrimes	d30v-opc.lo \
1081573Srgrimes	fr30-asm.lo \
1091573Srgrimes	fr30-desc.lo \
1101573Srgrimes	fr30-dis.lo \
1111573Srgrimes	fr30-ibld.lo \
1121573Srgrimes	fr30-opc.lo \
1131573Srgrimes	h8300-dis.lo \
1141573Srgrimes	h8500-dis.lo \
1151573Srgrimes	hppa-dis.lo \
1161573Srgrimes	i386-dis.lo \
1171573Srgrimes	i370-dis.lo \
1181573Srgrimes	i370-opc.lo \
1191573Srgrimes	i960-dis.lo \
1201573Srgrimes	m32r-asm.lo \
1211573Srgrimes	m32r-desc.lo \
1221573Srgrimes	m32r-dis.lo \
1231573Srgrimes	m32r-ibld.lo \
1241573Srgrimes	m32r-opc.lo \
1251573Srgrimes	m32r-opinst.lo \
126116021Scharnier	m68k-dis.lo \
12768854Sru	m68k-opc.lo \
1281573Srgrimes	m88k-dis.lo \
1291573Srgrimes	m10200-dis.lo \
1301573Srgrimes	m10200-opc.lo \
1311573Srgrimes	m10300-dis.lo \
1321573Srgrimes	m10300-opc.lo \
13323735Sbde	mcore-dis.lo \
1341573Srgrimes	mips-dis.lo \
13523735Sbde	mips-opc.lo \
1361573Srgrimes	mips16-opc.lo \
1371573Srgrimes	pj-dis.lo \
1381573Srgrimes	pj-opc.lo \
1391573Srgrimes	ppc-dis.lo \
1401573Srgrimes	ppc-opc.lo \
1411573Srgrimes	ns32k-dis.lo \
1421573Srgrimes	sh-dis.lo \
1431573Srgrimes	sparc-dis.lo \
1441573Srgrimes	sparc-opc.lo \
1451573Srgrimes	tic30-dis.lo \
1461573Srgrimes	tic80-dis.lo \
1471573Srgrimes	tic80-opc.lo \
1481573Srgrimes	v850-dis.lo \
1491573Srgrimes	v850-opc.lo \
1501573Srgrimes	vax-dis.lo \
151116021Scharnier	w65-dis.lo \
1521573Srgrimes	z8k-dis.lo
1531573Srgrimes
1541573SrgrimesOFILES = @BFD_MACHINES@
1551573Srgrimes
1561573SrgrimesINCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl
1571573Srgrimes
1581573Srgrimesdisassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
15921907Swosch	$(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
1601573Srgrimes
1611573Srgrimeslibopcodes_la_SOURCES =  dis-buf.c disassemble.c
1621573Srgrimeslibopcodes_la_DEPENDENCIES = $(OFILES)
16321907Swoschlibopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
1641573Srgrimeslibopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
1651573Srgrimes
1661573Srgrimes# libtool will build .libs/libopcodes.a.  We create libopcodes.a in
1671573Srgrimes# the build directory so that we don't have to convert all the
168140505Sru# programs that use libopcodes.a simultaneously.  This is a hack which
169140505Sru# should be removed if everything else starts using libtool.  FIXME.
170140505Sru
171140505Srunoinst_LIBRARIES = libopcodes.a
172140505Sru
173140505Srustamp-lib: libopcodes.la
174140505Sru	libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
175140505Sru	if [ -f $$libtooldir/libopcodes.a ]; then \
176140505Sru	  cp $$libtooldir/libopcodes.a libopcodes.tmp; \
177140505Sru	  $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
1781573Srgrimes	else true; fi
1791573Srgrimes	touch stamp-lib
1801573Srgrimes
1811573Srgrimeslibopcodes.a: stamp-lib ; @true
1821573Srgrimes
1831573SrgrimesPOTFILES = $(HFILES) $(CFILES)
1841573Srgrimespo/POTFILES.in: @MAINT@ Makefile
1851573Srgrimes	for file in $(POTFILES); do echo $$file; done | sort > tmp \
1861573Srgrimes	  && mv tmp $(srcdir)/po/POTFILES.in
1871573Srgrimes
1881573Srgrimes# We should reconfigure whenever bfd/configure.in changes, because
1891573Srgrimes# that's where the version number comes from.
1901573Srgrimesconfig.status: $(srcdir)/configure $(srcdir)/../bfd/configure.in
1911573Srgrimes	$(SHELL) ./config.status --recheck
1921573Srgrimes
1931573SrgrimesCLEANFILES = \
1941573Srgrimes	libopcodes.a stamp-lib dep.sed DEP DEP1 DEP2
1951573Srgrimes
1961573Srgrimes
1971573Srgrimes
198108582Stjr# The start marker is written this way to pass through automake unscathed.
1991573Srgrimes
20014855Smpp
2011573Srgrimes
20214855Smpp
203# This dependency stuff is copied from BFD.
204
205DEP: dep.sed $(CFILES) $(HFILES) config.h
206	rm -f DEP1
207	$(MAKE) MKDEP="$(MKDEP)" DEP1
208	sed -f dep.sed < DEP1 > $@
209	echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> $@
210
211DEP1: $(CFILES)
212	echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
213	echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
214	$(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
215	mv -f DEP2 $@
216
217dep.sed: dep-in.sed config.status
218	sed <$(srcdir)/dep-in.sed >dep.sed	\
219		-e 's!@BFD_H@!$(BFD_H)!'	\
220		-e 's!@INCDIR@!$(INCDIR)!'	\
221		-e 's!@BFDDIR@!$(BFDDIR)!'	\
222		-e 's!@SRCDIR@!$(srcdir)!'
223
224dep: DEP
225	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
226	cat DEP >> tmp-Makefile
227	$(srcdir)/../move-if-change tmp-Makefile Makefile
228
229dep-in: DEP
230	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
231	cat DEP >> tmp-Makefile.in
232	$(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
233
234dep-am: DEP
235	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
236	cat DEP >> tmp-Makefile.am
237	$(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
238
239.PHONY: dep dep-in dep-am
240
241# What appears below is generated by a hacked mkdep using gcc -MM.
242
243# DO NOT DELETE THIS LINE -- mkdep uses it.
244# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
245a29k-dis.lo: a29k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
246  $(INCDIR)/ansidecl.h $(INCDIR)/opcode/a29k.h
247alpha-dis.lo: alpha-dis.c $(INCDIR)/ansidecl.h sysdep.h \
248  config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/alpha.h
249alpha-opc.lo: alpha-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/alpha.h \
250  $(BFD_H) opintl.h
251arc-dis.lo: arc-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
252  $(INCDIR)/ansidecl.h $(INCDIR)/opcode/arc.h $(BFDDIR)/elf-bfd.h \
253  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
254  $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
255  opintl.h
256arc-opc.lo: arc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/arc.h \
257  opintl.h
258arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
259  $(BFD_H) arm-opc.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
260  $(INCDIR)/bfdlink.h opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
261  $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/arm.h \
262  $(INCDIR)/elf/reloc-macros.h
263avr-dis.lo: avr-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
264  $(INCDIR)/ansidecl.h opintl.h
265cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/libiberty.h \
266  $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h \
267  opintl.h
268cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/libiberty.h \
269  $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
270cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/libiberty.h \
271  $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
272d10v-dis.lo: d10v-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/d10v.h \
273  $(INCDIR)/dis-asm.h $(BFD_H)
274d10v-opc.lo: d10v-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/d10v.h
275d30v-dis.lo: d30v-dis.c $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h \
276  $(BFD_H) $(INCDIR)/ansidecl.h opintl.h
277d30v-opc.lo: d30v-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/d30v.h
278dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/dis-asm.h \
279  $(BFD_H) opintl.h
280disassemble.lo: disassemble.c $(INCDIR)/ansidecl.h \
281  $(INCDIR)/dis-asm.h $(BFD_H)
282fr30-asm.lo: fr30-asm.c sysdep.h config.h $(BFD_H) \
283  $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
284  fr30-opc.h opintl.h
285fr30-desc.lo: fr30-desc.c sysdep.h config.h $(BFD_H) \
286  $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
287  fr30-opc.h opintl.h
288fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
289  $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
290  fr30-opc.h opintl.h
291fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/dis-asm.h \
292  $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
293  fr30-opc.h opintl.h
294fr30-opc.lo: fr30-opc.c sysdep.h config.h $(BFD_H) \
295  $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
296  fr30-opc.h
297h8300-dis.lo: h8300-dis.c $(INCDIR)/opcode/h8300.h \
298  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h opintl.h
299h8500-dis.lo: h8500-dis.c h8500-opc.h $(INCDIR)/dis-asm.h \
300  $(BFD_H) $(INCDIR)/ansidecl.h opintl.h
301hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
302  $(BFD_H) $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h
303i370-dis.lo: i370-dis.c $(INCDIR)/ansidecl.h sysdep.h \
304  config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/i370.h
305i370-opc.lo: i370-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/i370.h
306i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
307  $(INCDIR)/ansidecl.h sysdep.h config.h opintl.h
308i960-dis.lo: i960-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
309  $(INCDIR)/ansidecl.h
310m32r-asm.lo: m32r-asm.c sysdep.h config.h $(BFD_H) \
311  $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
312  m32r-opc.h opintl.h
313m32r-desc.lo: m32r-desc.c sysdep.h config.h $(BFD_H) \
314  $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
315  m32r-opc.h opintl.h
316m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
317  $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
318  m32r-opc.h opintl.h
319m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/dis-asm.h \
320  $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
321  m32r-opc.h opintl.h
322m32r-opc.lo: m32r-opc.c sysdep.h config.h $(BFD_H) \
323  $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
324  m32r-opc.h
325m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(BFD_H) \
326  $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
327  m32r-opc.h
328m68k-dis.lo: m68k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
329  $(INCDIR)/ansidecl.h $(INCDIR)/floatformat.h opintl.h \
330  $(INCDIR)/opcode/m68k.h
331m68k-opc.lo: m68k-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/m68k.h
332m88k-dis.lo: m88k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
333  $(INCDIR)/ansidecl.h $(INCDIR)/opcode/m88k.h opintl.h
334mcore-dis.lo: mcore-dis.c mcore-opc.h $(INCDIR)/ansidecl.h \
335  $(INCDIR)/dis-asm.h $(BFD_H)
336mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
337  $(BFD_H) $(INCDIR)/opcode/mips.h opintl.h $(BFDDIR)/elf-bfd.h \
338  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
339  $(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
340mips-opc.lo: mips-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h
341mips16-opc.lo: mips16-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h
342m10200-dis.lo: m10200-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10200.h \
343  $(INCDIR)/dis-asm.h $(BFD_H) opintl.h
344m10200-opc.lo: m10200-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10200.h
345m10300-dis.lo: m10300-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10300.h \
346  $(INCDIR)/dis-asm.h $(BFD_H) opintl.h
347m10300-opc.lo: m10300-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10300.h
348ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
349  sysdep.h config.h $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ns32k.h \
350  opintl.h
351pj-dis.lo: pj-dis.c $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h \
352  $(BFD_H) $(INCDIR)/ansidecl.h
353pj-opc.lo: pj-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/pj.h
354ppc-dis.lo: ppc-dis.c $(INCDIR)/ansidecl.h sysdep.h \
355  config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/ppc.h
356ppc-opc.lo: ppc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/ppc.h \
357  opintl.h
358sh-dis.lo: sh-dis.c sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) \
359  $(INCDIR)/ansidecl.h
360sparc-dis.lo: sparc-dis.c $(INCDIR)/ansidecl.h sysdep.h \
361  config.h $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h \
362  $(BFD_H) $(INCDIR)/libiberty.h opintl.h
363sparc-opc.lo: sparc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/sparc.h
364tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
365  $(BFD_H) $(INCDIR)/opcode/tic30.h
366tic80-dis.lo: tic80-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/tic80.h \
367  $(INCDIR)/dis-asm.h $(BFD_H)
368tic80-opc.lo: tic80-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/tic80.h
369v850-dis.lo: v850-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/v850.h \
370  $(INCDIR)/dis-asm.h $(BFD_H) opintl.h
371v850-opc.lo: v850-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/v850.h \
372  opintl.h
373vax-dis.lo: vax-dis.c $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h \
374  $(BFD_H) $(INCDIR)/ansidecl.h
375w65-dis.lo: w65-dis.c w65-opc.h $(INCDIR)/dis-asm.h \
376  $(BFD_H) $(INCDIR)/ansidecl.h
377z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
378  $(BFD_H) z8k-opc.h
379z8kgen.lo: z8kgen.c sysdep.h config.h
380# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
381