Makefile.in revision 38889
126219Swpaul# Makefile.in generated automatically by automake 1.2e from Makefile.am
226219Swpaul
326219Swpaul# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
426219Swpaul# This Makefile.in is free software; the Free Software Foundation
526219Swpaul# gives unlimited permission to copy and/or distribute it,
626219Swpaul# with or without modifications, as long as this notice is preserved.
726219Swpaul
826219Swpaul# This program is distributed in the hope that it will be useful,
926219Swpaul# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
1026219Swpaul# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1126219Swpaul# PARTICULAR PURPOSE.
1226219Swpaul
1326219Swpaul
1426219SwpaulSHELL = @SHELL@
1526219Swpaul
1626219Swpaulsrcdir = @srcdir@
1726219Swpaultop_srcdir = @top_srcdir@
1826219SwpaulVPATH = @srcdir@
1926219Swpaulprefix = @prefix@
2026219Swpaulexec_prefix = @exec_prefix@
2126219Swpaul
2226219Swpaulbindir = @bindir@
2326219Swpaulsbindir = @sbindir@
2426219Swpaullibexecdir = @libexecdir@
2526219Swpauldatadir = @datadir@
2626219Swpaulsysconfdir = @sysconfdir@
2726219Swpaulsharedstatedir = @sharedstatedir@
2826219Swpaullocalstatedir = @localstatedir@
2926219Swpaullibdir = @libdir@
3026219Swpaulinfodir = @infodir@
3126219Swpaulmandir = @mandir@
3226219Swpaulincludedir = @includedir@
3326219Swpauloldincludedir = /usr/include
3426219Swpaul
3526219Swpaulpkgdatadir = $(datadir)/@PACKAGE@
3626219Swpaulpkglibdir = $(libdir)/@PACKAGE@
3726219Swpaulpkgincludedir = $(includedir)/@PACKAGE@
38136581Sobrien
3992990Sobrientop_builddir = .
4026219Swpaul
4192990SobrienACLOCAL = @ACLOCAL@
4292990SobrienAUTOCONF = @AUTOCONF@
4326219SwpaulAUTOMAKE = @AUTOMAKE@
4492905SobrienAUTOHEADER = @AUTOHEADER@
4526219Swpaul
4692905SobrienINSTALL = @INSTALL@
4726219SwpaulINSTALL_PROGRAM = @INSTALL_PROGRAM@
4826219SwpaulINSTALL_DATA = @INSTALL_DATA@
4926219SwpaulINSTALL_SCRIPT = @INSTALL_SCRIPT@
5026219Swpaultransform = @program_transform_name@
5192889Sobrien
5292889SobrienNORMAL_INSTALL = :
5326219SwpaulPRE_INSTALL = :
5426219SwpaulPOST_INSTALL = :
5526219SwpaulNORMAL_UNINSTALL = :
5626219SwpaulPRE_UNINSTALL = :
5726219SwpaulPOST_UNINSTALL = :
5826219Swpaulbuild_alias = @build_alias@
5926219Swpaulbuild_triplet = @build@
6026219Swpaulhost_alias = @host_alias@
6192889Sobrienhost_triplet = @host@
6292889Sobrientarget_alias = @target_alias@
6392889Sobrientarget_triplet = @target@
6426219SwpaulAR = @AR@
6526219SwpaulBFD_MACHINES = @BFD_MACHINES@
6626219SwpaulCC = @CC@
6726219SwpaulEXEEXT = @EXEEXT@
6826219SwpaulHDEFINES = @HDEFINES@
6926219SwpaulLD = @LD@
7026219SwpaulLIBTOOL = @LIBTOOL@
7126219SwpaulLN_S = @LN_S@
7226219SwpaulMAINT = @MAINT@
7326219SwpaulMAKEINFO = @MAKEINFO@
7426219SwpaulNM = @NM@
7526219SwpaulPACKAGE = @PACKAGE@
7626219SwpaulRANLIB = @RANLIB@
7726219SwpaulVERSION = @VERSION@
7826219Swpaularchdefs = @archdefs@
7926219Swpaul
8026219SwpaulAUTOMAKE_OPTIONS = cygnus
8126219Swpaul
8226219SwpaulINCDIR = $(srcdir)/../include
8326219SwpaulBFDDIR = $(srcdir)/../bfd
8426219SwpaulDEP = mkdep
8526219Swpaul
8626219Swpaullib_LTLIBRARIES = libopcodes.la
8726219Swpaul
8826219Swpaul# This is where bfd.h lives.
8926219SwpaulBFD_H = ../bfd/bfd.h
9026219Swpaul
9126219Swpaul# Header files.
9226219SwpaulHFILES = \
9326219Swpaul	arm-opc.h \
9426219Swpaul	h8500-opc.h \
9526219Swpaul	sh-opc.h \
9626219Swpaul	sysdep.h \
9726219Swpaul	w65-opc.h \
9826219Swpaul	z8k-opc.h
9926219Swpaul
10026219Swpaul# C source files that correspond to .o's.
10126219SwpaulCFILES = \
10226219Swpaul	a29k-dis.c \
10326219Swpaul	alpha-dis.c \
10426219Swpaul	alpha-opc.c \
10526219Swpaul	arm-dis.c \
10626219Swpaul	cgen-asm.c \
10726219Swpaul	cgen-dis.c \
10826219Swpaul	cgen-opc.c \
10926219Swpaul	d10v-dis.c \
11026219Swpaul	d10v-opc.c \
11126219Swpaul	dis-buf.c \
11226219Swpaul	disassemble.c \
11326219Swpaul	h8300-dis.c \
11426219Swpaul	h8500-dis.c \
11526219Swpaul	hppa-dis.c \
11626219Swpaul	i386-dis.c \
11726219Swpaul	i960-dis.c \
11826219Swpaul	m32r-asm.c \
11926219Swpaul	m32r-dis.c \
12026219Swpaul	m32r-opc.c \
12126219Swpaul	m68k-dis.c \
12226219Swpaul	m68k-opc.c \
12326219Swpaul	m88k-dis.c \
12426219Swpaul	mips-dis.c \
12526219Swpaul	mips-opc.c \
12626219Swpaul	mips16-opc.c \
12792889Sobrien	m10200-dis.c \
12826219Swpaul	m10200-opc.c \
12992889Sobrien	m10300-dis.c \
13026219Swpaul	m10300-opc.c \
13192889Sobrien	ns32k-dis.c \
13226219Swpaul	ppc-dis.c \
13326219Swpaul	ppc-opc.c \
13426219Swpaul	sh-dis.c \
13526219Swpaul	sparc-dis.c \
13626219Swpaul	sparc-opc.c \
13726219Swpaul	tic30-dis.c \
13826219Swpaul	w65-dis.c \
13926219Swpaul	z8k-dis.c \
14026219Swpaul	z8kgen.c
14126219Swpaul
14226219SwpaulALL_MACHINES = \
14326219Swpaul	a29k-dis.lo \
14426219Swpaul	alpha-dis.lo \
14526219Swpaul	alpha-opc.lo \
14626219Swpaul	arc-dis.lo \
14726219Swpaul	arc-opc.lo \
14826219Swpaul	arm-dis.lo \
14926219Swpaul	cgen-asm.lo \
15026219Swpaul	cgen-dis.lo \
15126219Swpaul	cgen-opc.lo \
15226219Swpaul	d10v-dis.lo \
15326219Swpaul	d10v-opc.lo \
15426219Swpaul	h8300-dis.lo \
155	h8500-dis.lo \
156	hppa-dis.lo \
157	i386-dis.lo \
158	i960-dis.lo \
159	m32r-asm.lo \
160	m32r-dis.lo \
161	m32r-opc.lo \
162	m68k-dis.lo \
163	m68k-opc.lo \
164	m88k-dis.lo \
165	m10200-dis.lo \
166	m10200-opc.lo \
167	m10300-dis.lo \
168	m10300-opc.lo \
169	mips-dis.lo \
170	mips-opc.lo \
171	mips16-opc.lo \
172	ppc-dis.lo \
173	ppc-opc.lo \
174	ns32k-dis.lo \
175	sh-dis.lo \
176	sparc-dis.lo \
177	sparc-opc.lo \
178	tic30-dis.lo \
179	v850-dis.lo \
180	v850-opc.lo \
181	w65-dis.lo \
182	z8k-dis.lo
183
184OFILES = @BFD_MACHINES@
185
186INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@
187
188libopcodes_la_SOURCES =  dis-buf.c disassemble.c
189libopcodes_la_DEPENDENCIES = $(OFILES)
190libopcodes_la_LIBADD = $(OFILES)
191libopcodes_la_LDFLAGS = -release $(VERSION)
192
193# libtool will build .libs/libopcodes.a.  We create libopcodes.a in
194# the build directory so that we don't have to convert all the
195# programs that use libopcodes.a simultaneously.  This is a hack which
196# should be removed if everything else starts using libtool.  FIXME.
197
198noinst_LIBRARIES = libopcodes.a
199
200CLEANFILES = libopcodes.a stamp-lib dep.sed .dep .dep1
201ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
202mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
203CONFIG_HEADER = config.h
204CONFIG_CLEAN_FILES = 
205LIBRARIES =  $(noinst_LIBRARIES)
206
207
208DEFS = @DEFS@ -I. -I$(srcdir) -I.
209CPPFLAGS = @CPPFLAGS@
210LDFLAGS = @LDFLAGS@
211LIBS = @LIBS@
212libopcodes_a_LIBADD = 
213libopcodes_a_SOURCES = libopcodes.a.c
214libopcodes_a_OBJECTS =  libopcodes.a.o
215LTLIBRARIES =  $(lib_LTLIBRARIES)
216
217libopcodes_la_OBJECTS =  dis-buf.lo disassemble.lo
218CFLAGS = @CFLAGS@
219COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
220LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
221LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
222DIST_COMMON =  ChangeLog Makefile.am Makefile.in acconfig.h acinclude.m4 \
223aclocal.m4 config.in configure configure.in stamp-h.in
224
225
226DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
227
228TAR = tar
229GZIP = --best
230SOURCES = libopcodes.a.c $(libopcodes_la_SOURCES)
231OBJECTS = libopcodes.a.o $(libopcodes_la_OBJECTS)
232
233default: all
234
235.SUFFIXES:
236.SUFFIXES: .S .c .lo .o .s
237$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
238	cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
239
240Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
241	cd $(top_builddir) \
242	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
243
244$(ACLOCAL_M4): @MAINT@ configure.in  acinclude.m4
245	cd $(srcdir) && $(ACLOCAL)
246
247config.status: $(srcdir)/configure
248	$(SHELL) ./config.status --recheck
249$(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
250	cd $(srcdir) && $(AUTOCONF)
251
252config.h: stamp-h
253	@:
254stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
255	cd $(top_builddir) \
256	  && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
257	     $(SHELL) ./config.status
258	@echo timestamp > stamp-h
259$(srcdir)/config.in: @MAINT@$(srcdir)/stamp-h.in
260$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
261	cd $(top_srcdir) && $(AUTOHEADER)
262	@echo timestamp > $(srcdir)/stamp-h.in
263
264mostlyclean-hdr:
265
266clean-hdr:
267
268distclean-hdr:
269	-rm -f config.h
270
271maintainer-clean-hdr:
272
273mostlyclean-noinstLIBRARIES:
274
275clean-noinstLIBRARIES:
276	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
277
278distclean-noinstLIBRARIES:
279
280maintainer-clean-noinstLIBRARIES:
281
282.c.o:
283	$(COMPILE) -c $<
284
285.s.o:
286	$(COMPILE) -c $<
287
288.S.o:
289	$(COMPILE) -c $<
290
291mostlyclean-compile:
292	-rm -f *.o core *.core
293
294clean-compile:
295
296distclean-compile:
297	-rm -f *.tab.c
298
299maintainer-clean-compile:
300
301.c.lo:
302	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
303
304.s.lo:
305	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
306
307.S.lo:
308	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
309
310mostlyclean-libtool:
311	-rm -f *.lo
312
313clean-libtool:
314	-rm -rf .libs _libs
315
316distclean-libtool:
317
318maintainer-clean-libtool:
319
320mostlyclean-libLTLIBRARIES:
321
322clean-libLTLIBRARIES:
323	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
324
325distclean-libLTLIBRARIES:
326
327maintainer-clean-libLTLIBRARIES:
328
329install-libLTLIBRARIES: $(lib_LTLIBRARIES)
330	@$(NORMAL_INSTALL)
331	$(mkinstalldirs) $(libdir)
332	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
333	  if test -f $$p; then \
334	    echo "$(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(libdir)/$$p"; \
335	    $(LIBTOOL)  --mode=install $(INSTALL_DATA) $$p $(libdir)/$$p; \
336	  else :; fi; \
337	done
338
339uninstall-libLTLIBRARIES:
340	$(NORMAL_UNINSTALL)
341	list='$(lib_LTLIBRARIES)'; for p in $$list; do \
342	  $(LIBTOOL)  --mode=uninstall rm -f $(libdir)/$$p; \
343	done
344
345libopcodes.la: $(libopcodes_la_OBJECTS) $(libopcodes_la_DEPENDENCIES)
346	$(LINK) -rpath $(libdir) $(libopcodes_la_LDFLAGS) $(libopcodes_la_OBJECTS) $(libopcodes_la_LIBADD) $(LIBS)
347
348tags: TAGS
349
350ID: $(HEADERS) $(SOURCES) $(LISP)
351	here=`pwd` && cd $(srcdir) \
352	  && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
353
354TAGS:  $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
355	tags=; \
356	here=`pwd`; \
357	list='$(SOURCES) $(HEADERS)'; \
358	unique=`for i in $$list; do echo $$i; done | \
359	  awk '    { files[$$0] = 1; } \
360	       END { for (i in files) print i; }'`; \
361	test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
362	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
363
364mostlyclean-tags:
365
366clean-tags:
367
368distclean-tags:
369	-rm -f TAGS ID
370
371maintainer-clean-tags:
372
373distdir = $(PACKAGE)-$(VERSION)
374top_distdir = $(distdir)
375
376# This target untars the dist file and tries a VPATH configuration.  Then
377# it guarantees that the distribution is self-contained by making another
378# tarfile.
379distcheck: dist
380	-rm -rf $(distdir)
381	GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
382	mkdir $(distdir)/=build
383	mkdir $(distdir)/=inst
384	dc_install_base=`cd $(distdir)/=inst && pwd`; \
385	cd $(distdir)/=build \
386	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
387	  && $(MAKE) \
388	  && $(MAKE) dvi \
389	  && $(MAKE) check \
390	  && $(MAKE) install \
391	  && $(MAKE) installcheck \
392	  && $(MAKE) dist
393	-rm -rf $(distdir)
394	@echo "========================"; \
395	echo "$(distdir).tar.gz is ready for distribution"; \
396	echo "========================"
397dist: distdir
398	-chmod -R a+r $(distdir)
399	GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
400	-rm -rf $(distdir)
401dist-all: distdir
402	-chmod -R a+r $(distdir)
403	GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
404	-rm -rf $(distdir)
405distdir: $(DISTFILES)
406	-rm -rf $(distdir)
407	mkdir $(distdir)
408	-chmod 777 $(distdir)
409	@for file in $(DISTFILES); do \
410	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
411	  test -f $(distdir)/$$file \
412	  || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
413	  || cp -p $$d/$$file $(distdir)/$$file; \
414	done
415info:
416dvi:
417check:
418	$(MAKE)
419installcheck:
420install-info:
421install-exec: install-libLTLIBRARIES
422	@$(NORMAL_INSTALL)
423
424install-data: 
425	@$(NORMAL_INSTALL)
426
427install: install-exec install-data all
428	@:
429
430uninstall: uninstall-libLTLIBRARIES
431
432all: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
433
434install-strip:
435	$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
436installdirs:
437	$(mkinstalldirs)  $(libdir)
438
439
440mostlyclean-generic:
441	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
442
443clean-generic:
444	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
445
446distclean-generic:
447	-rm -f Makefile $(DISTCLEANFILES)
448	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
449	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
450
451maintainer-clean-generic:
452	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
453	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
454mostlyclean:  mostlyclean-hdr mostlyclean-noinstLIBRARIES \
455		mostlyclean-compile mostlyclean-libtool \
456		mostlyclean-libLTLIBRARIES mostlyclean-tags \
457		mostlyclean-generic
458
459clean:  clean-hdr clean-noinstLIBRARIES clean-compile clean-libtool \
460		clean-libLTLIBRARIES clean-tags clean-generic \
461		mostlyclean
462
463distclean:  distclean-hdr distclean-noinstLIBRARIES distclean-compile \
464		distclean-libtool distclean-libLTLIBRARIES \
465		distclean-tags distclean-generic clean
466	-rm -f config.status
467	-rm -f libtool
468
469maintainer-clean:  maintainer-clean-hdr maintainer-clean-noinstLIBRARIES \
470		maintainer-clean-compile maintainer-clean-libtool \
471		maintainer-clean-libLTLIBRARIES maintainer-clean-tags \
472		maintainer-clean-generic distclean
473	@echo "This command is intended for maintainers to use;"
474	@echo "it deletes files that may require special tools to rebuild."
475	-rm -f config.status
476
477.PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \
478maintainer-clean-hdr mostlyclean-noinstLIBRARIES \
479distclean-noinstLIBRARIES clean-noinstLIBRARIES \
480maintainer-clean-noinstLIBRARIES mostlyclean-compile distclean-compile \
481clean-compile maintainer-clean-compile mostlyclean-libtool \
482distclean-libtool clean-libtool maintainer-clean-libtool \
483mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
484clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
485uninstall-libLTLIBRARIES install-libLTLIBRARIES tags mostlyclean-tags \
486distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
487installcheck install-info install-exec install-data install uninstall \
488all installdirs mostlyclean-generic distclean-generic clean-generic \
489maintainer-clean-generic clean mostlyclean distclean maintainer-clean
490
491
492disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
493	$(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
494
495stamp-lib: libopcodes.la
496	if [ -f .libs/libopcodes.a ]; then \
497	  cp .libs/libopcodes.a libopcodes.tmp; \
498	  $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
499	else true; fi
500	touch stamp-lib
501
502libopcodes.a: stamp-lib ; @true
503
504# This dependency stuff is copied from BFD.
505
506.dep: dep.sed $(CFILES) $(HFILES) config.h
507	rm -f .dep1
508	$(MAKE) DEP=$(DEP) .dep1
509	sed -f dep.sed < .dep1 > .dep
510
511.dep1: $(CFILES)
512	rm -f .dep2 .dep2a
513	echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep2
514	echo > .dep2a
515	$(DEP) -f .dep2a $(INCLUDES) $(CFLAGS) $?
516	sed -e '/DO NOT DELETE/d' -e '/^$$/d' < .dep2a >> .dep2
517	rm -f .dep2a
518	$(srcdir)/../move-if-change .dep2 .dep1
519
520dep.sed: dep-in.sed config.status
521	sed <$(srcdir)/dep-in.sed >dep.sed	\
522		-e 's!@BFD_H@!$(BFD_H)!'	\
523		-e 's!@INCDIR@!$(INCDIR)!'	\
524		-e 's!@BFDDIR@!$(BFDDIR)!'	\
525		-e 's!@SRCDIR@!$(srcdir)!'
526
527dep: .dep
528	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
529	cat .dep >> tmp-Makefile
530	$(srcdir)/../move-if-change tmp-Makefile Makefile
531
532dep-in: .dep
533	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
534	cat .dep >> tmp-Makefile.in
535	$(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
536
537dep-am: .dep
538	sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
539	cat .dep >> tmp-Makefile.am
540	$(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
541
542.PHONY: dep dep-in dep-am
543
544# What appears below is generated by a hacked mkdep using gcc -MM.
545
546# DO NOT DELETE THIS LINE -- mkdep uses it.
547# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
548a29k-dis.lo: a29k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
549  $(INCDIR)/ansidecl.h $(INCDIR)/opcode/a29k.h
550alpha-dis.lo: alpha-dis.c $(INCDIR)/ansidecl.h sysdep.h \
551  config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/alpha.h
552alpha-opc.lo: alpha-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/alpha.h \
553  $(BFD_H)
554arm-dis.lo: arm-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
555  $(INCDIR)/ansidecl.h arm-opc.h $(INCDIR)/coff/internal.h \
556  $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
557cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/libiberty.h \
558  $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
559cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/libiberty.h \
560  $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
561cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/libiberty.h \
562  $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
563d10v-dis.lo: d10v-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/d10v.h \
564  $(INCDIR)/dis-asm.h $(BFD_H)
565d10v-opc.lo: d10v-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/d10v.h
566dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/dis-asm.h \
567  $(BFD_H)
568disassemble.lo: disassemble.c $(INCDIR)/ansidecl.h \
569  $(INCDIR)/dis-asm.h $(BFD_H)
570h8300-dis.lo: h8300-dis.c $(INCDIR)/opcode/h8300.h \
571  $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h
572h8500-dis.lo: h8500-dis.c h8500-opc.h $(INCDIR)/dis-asm.h \
573  $(BFD_H) $(INCDIR)/ansidecl.h
574hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
575  $(BFD_H) $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h
576i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
577  $(INCDIR)/ansidecl.h sysdep.h config.h
578i960-dis.lo: i960-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
579  $(INCDIR)/ansidecl.h
580m32r-asm.lo: m32r-asm.c sysdep.h config.h $(BFD_H) \
581  $(INCDIR)/symcat.h m32r-opc.h $(INCDIR)/opcode/cgen.h
582m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
583  $(BFD_H) $(INCDIR)/symcat.h m32r-opc.h $(INCDIR)/opcode/cgen.h
584m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/libiberty.h \
585  $(BFD_H) $(INCDIR)/symcat.h m32r-opc.h $(INCDIR)/opcode/cgen.h
586m68k-dis.lo: m68k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
587  $(INCDIR)/ansidecl.h $(INCDIR)/floatformat.h $(INCDIR)/opcode/m68k.h
588m68k-opc.lo: m68k-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/m68k.h
589m88k-dis.lo: m88k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
590  $(INCDIR)/ansidecl.h $(INCDIR)/opcode/m88k.h
591mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
592  $(BFD_H) $(INCDIR)/opcode/mips.h $(BFDDIR)/elf-bfd.h \
593  $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
594  $(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h
595mips-opc.lo: mips-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h
596mips16-opc.lo: mips16-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h
597m10200-dis.lo: m10200-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10200.h \
598  $(INCDIR)/dis-asm.h $(BFD_H)
599m10200-opc.lo: m10200-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10200.h
600m10300-dis.lo: m10300-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10300.h \
601  $(INCDIR)/dis-asm.h $(BFD_H)
602m10300-opc.lo: m10300-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10300.h
603ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
604  sysdep.h config.h $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ns32k.h
605ppc-dis.lo: ppc-dis.c $(INCDIR)/ansidecl.h sysdep.h \
606  config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/ppc.h
607ppc-opc.lo: ppc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/ppc.h
608sh-dis.lo: sh-dis.c sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) \
609  $(INCDIR)/ansidecl.h
610sparc-dis.lo: sparc-dis.c $(INCDIR)/ansidecl.h sysdep.h \
611  config.h $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h \
612  $(BFD_H) $(INCDIR)/libiberty.h
613sparc-opc.lo: sparc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/sparc.h
614tic30-dis.lo: tic30-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
615  $(INCDIR)/ansidecl.h $(INCDIR)/opcode/tic30.h
616w65-dis.lo: w65-dis.c w65-opc.h $(INCDIR)/dis-asm.h \
617  $(BFD_H) $(INCDIR)/ansidecl.h
618z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
619  $(BFD_H) z8k-opc.h
620z8kgen.lo: z8kgen.c sysdep.h config.h
621# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
622
623# Tell versions [3.59,3.63) of GNU make to not export all variables.
624# Otherwise a system limit (for SysV at least) may be exceeded.
625.NOEXPORT:
626