Fix typos in ChangeLogs; fix dates in copyright notices
[platform/upstream/binutils.git] / opcodes / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 AR = @AR@
67 AS = @AS@
68 BFD_MACHINES = @BFD_MACHINES@
69 CATALOGS = @CATALOGS@
70 CATOBJEXT = @CATOBJEXT@
71 CC = @CC@
72 CC_FOR_BUILD = @CC_FOR_BUILD@
73 CXX = @CXX@
74 CXXCPP = @CXXCPP@
75 DATADIRNAME = @DATADIRNAME@
76 DLLTOOL = @DLLTOOL@
77 EXEEXT = @EXEEXT@
78 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
79 GCJ = @GCJ@
80 GCJFLAGS = @GCJFLAGS@
81 GMOFILES = @GMOFILES@
82 GMSGFMT = @GMSGFMT@
83 GT_NO = @GT_NO@
84 GT_YES = @GT_YES@
85 HDEFINES = @HDEFINES@
86 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
87 INSTOBJEXT = @INSTOBJEXT@
88 INTLDEPS = @INTLDEPS@
89 INTLLIBS = @INTLLIBS@
90 INTLOBJS = @INTLOBJS@
91 LIBTOOL = @LIBTOOL@
92 LN_S = @LN_S@
93 MAINT = @MAINT@
94 MAKEINFO = @MAKEINFO@
95 MKINSTALLDIRS = @MKINSTALLDIRS@
96 MSGFMT = @MSGFMT@
97 OBJDUMP = @OBJDUMP@
98 OBJEXT = @OBJEXT@
99 PACKAGE = @PACKAGE@
100 POFILES = @POFILES@
101 POSUB = @POSUB@
102 RANLIB = @RANLIB@
103 STRIP = @STRIP@
104 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
105 USE_NLS = @USE_NLS@
106 VERSION = @VERSION@
107 WIN32LDFLAGS = @WIN32LDFLAGS@
108 WIN32LIBADD = @WIN32LIBADD@
109 archdefs = @archdefs@
110 cgendir = @cgendir@
111 l = @l@
112
113 AUTOMAKE_OPTIONS = cygnus
114
115 SUBDIRS = po
116
117 INCDIR = $(srcdir)/../include
118 BFDDIR = $(srcdir)/../bfd
119 MKDEP = gcc -MM
120
121 WARN_CFLAGS = @WARN_CFLAGS@
122 AM_CFLAGS = $(WARN_CFLAGS)
123
124 lib_LTLIBRARIES = libopcodes.la
125
126 # This is where bfd.h lives.
127 BFD_H = ../bfd/bfd.h
128
129 # This is where libiberty lives.
130 LIBIBERTY = ../libiberty/libiberty.a
131
132 # Header files.
133 HFILES = \
134         arm-opc.h \
135         fr30-desc.h fr30-opc.h \
136         h8500-opc.h \
137         m32r-desc.h m32r-opc.h \
138         mcore-opc.h \
139         sh-opc.h \
140         sysdep.h \
141         ia64-asmtab.h \
142         ia64-opc.h \
143         w65-opc.h \
144         z8k-opc.h
145
146
147 # C source files that correspond to .o's.
148 CFILES = \
149         a29k-dis.c \
150         alpha-dis.c \
151         alpha-opc.c \
152         arc-dis.c \
153         arc-opc.c \
154         arc-ext.c \
155         arm-dis.c \
156         avr-dis.c \
157         cgen-asm.c \
158         cgen-dis.c \
159         cgen-opc.c \
160         cris-dis.c \
161         cris-opc.c \
162         d10v-dis.c \
163         d10v-opc.c \
164         d30v-dis.c \
165         d30v-opc.c \
166         dis-buf.c \
167         disassemble.c \
168         fr30-asm.c \
169         fr30-desc.c \
170         fr30-dis.c \
171         fr30-ibld.c \
172         fr30-opc.c \
173         h8300-dis.c \
174         h8500-dis.c \
175         hppa-dis.c \
176         i370-dis.c \
177         i370-opc.c \
178         i386-dis.c \
179         i860-dis.c \
180         i960-dis.c \
181         ia64-dis.c \
182         ia64-opc-a.c \
183         ia64-opc-b.c \
184         ia64-opc-f.c \
185         ia64-opc-i.c \
186         ia64-opc-m.c \
187         ia64-opc-d.c \
188         ia64-opc.c \
189         ia64-gen.c \
190         ia64-asmtab.c \
191         m32r-asm.c \
192         m32r-desc.c \
193         m32r-dis.c \
194         m32r-ibld.c \
195         m32r-opc.c \
196         m32r-opinst.c \
197         m68hc11-dis.c \
198         m68hc11-opc.c \
199         m68k-dis.c \
200         m68k-opc.c \
201         m88k-dis.c \
202         mcore-dis.c \
203         mips-dis.c \
204         mips-opc.c \
205         mips16-opc.c \
206         m10200-dis.c \
207         m10200-opc.c \
208         m10300-dis.c \
209         m10300-opc.c \
210         ns32k-dis.c \
211         pdp11-dis.c \
212         pdp11-opc.c \
213         pj-dis.c \
214         pj-opc.c \
215         ppc-dis.c \
216         ppc-opc.c \
217         s390-opc.c \
218         s390-dis.c \
219         sh-dis.c \
220         sparc-dis.c \
221         sparc-opc.c \
222         tic30-dis.c \
223         tic54x-dis.c \
224         tic54x-opc.c \
225         tic80-dis.c \
226         tic80-opc.c \
227         v850-dis.c \
228         v850-opc.c \
229         vax-dis.c \
230         w65-dis.c \
231         z8k-dis.c \
232         z8kgen.c
233
234
235 ALL_MACHINES = \
236         a29k-dis.lo \
237         alpha-dis.lo \
238         alpha-opc.lo \
239         arc-dis.lo \
240         arc-opc.lo \
241         arc-ext.lo \
242         arm-dis.lo \
243         avr-dis.lo \
244         cgen-asm.lo \
245         cgen-dis.lo \
246         cgen-opc.lo \
247         cris-dis.lo \
248         cris-opc.lo \
249         d10v-dis.lo \
250         d10v-opc.lo \
251         d30v-dis.lo \
252         d30v-opc.lo \
253         fr30-asm.lo \
254         fr30-desc.lo \
255         fr30-dis.lo \
256         fr30-ibld.lo \
257         fr30-opc.lo \
258         h8300-dis.lo \
259         h8500-dis.lo \
260         hppa-dis.lo \
261         i386-dis.lo \
262         i370-dis.lo \
263         i370-opc.lo \
264         i860-dis.lo \
265         i960-dis.lo \
266         ia64-dis.lo \
267         ia64-opc.lo \
268         m32r-asm.lo \
269         m32r-desc.lo \
270         m32r-dis.lo \
271         m32r-ibld.lo \
272         m32r-opc.lo \
273         m32r-opinst.lo \
274         m68hc11-dis.lo \
275         m68hc11-opc.lo \
276         m68k-dis.lo \
277         m68k-opc.lo \
278         m88k-dis.lo \
279         m10200-dis.lo \
280         m10200-opc.lo \
281         m10300-dis.lo \
282         m10300-opc.lo \
283         mcore-dis.lo \
284         mips-dis.lo \
285         mips-opc.lo \
286         mips16-opc.lo \
287         ns32k-dis.lo \
288         pdp11-dis.lo \
289         pdp11-opc.lo \
290         pj-dis.lo \
291         pj-opc.lo \
292         ppc-dis.lo \
293         ppc-opc.lo \
294         s390-dis.lo \
295         s390-opc.lo \
296         sh-dis.lo \
297         sparc-dis.lo \
298         sparc-opc.lo \
299         tic30-dis.lo \
300         tic54x-dis.lo \
301         tic54x-opc.lo \
302         tic80-dis.lo \
303         tic80-opc.lo \
304         v850-dis.lo \
305         v850-opc.lo \
306         vax-dis.lo \
307         w65-dis.lo \
308         z8k-dis.lo
309
310
311 OFILES = @BFD_MACHINES@
312
313 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl
314
315 libopcodes_la_SOURCES = dis-buf.c disassemble.c
316 libopcodes_la_DEPENDENCIES = $(OFILES)
317 libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
318 libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
319
320 # libtool will build .libs/libopcodes.a.  We create libopcodes.a in
321 # the build directory so that we don't have to convert all the
322 # programs that use libopcodes.a simultaneously.  This is a hack which
323 # should be removed if everything else starts using libtool.  FIXME.
324
325 noinst_LIBRARIES = libopcodes.a
326
327 POTFILES = $(HFILES) $(CFILES)
328
329 CLEANFILES = \
330         stamp-m32r stamp-fr30 \
331         libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
332
333
334 CGENDIR = @cgendir@
335 CGEN = `if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi`
336 CGENFLAGS = -v
337
338 CGENDEPS = ../cgen/stamp-cgen \
339         $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
340         $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
341         $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
342         $(CGENDIR)/opc-opinst.scm \
343         cgen-asm.in cgen-dis.in cgen-ibld.in
344
345 @CGEN_MAINT_TRUE@M32R_DEPS = @CGEN_MAINT_TRUE@stamp-m32r
346 @CGEN_MAINT_FALSE@M32R_DEPS = 
347 @CGEN_MAINT_TRUE@FR30_DEPS = @CGEN_MAINT_TRUE@stamp-fr30
348 @CGEN_MAINT_FALSE@FR30_DEPS = 
349 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
350 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
351 CONFIG_HEADER = config.h
352 CONFIG_CLEAN_FILES = 
353 LIBRARIES =  $(noinst_LIBRARIES)
354
355
356 DEFS = @DEFS@ -I. -I$(srcdir) -I.
357 CPPFLAGS = @CPPFLAGS@
358 LDFLAGS = @LDFLAGS@
359 LIBS = @LIBS@
360 libopcodes_a_LIBADD = 
361 libopcodes_a_SOURCES = libopcodes.a.c
362 libopcodes_a_OBJECTS =  libopcodes.a.$(OBJEXT)
363 LTLIBRARIES =  $(lib_LTLIBRARIES)
364
365 libopcodes_la_OBJECTS =  dis-buf.lo disassemble.lo
366 CFLAGS = @CFLAGS@
367 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
368 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
369 CCLD = $(CC)
370 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
371 DIST_COMMON =  ./stamp-h.in ChangeLog Makefile.am Makefile.in \
372 acinclude.m4 aclocal.m4 config.in configure configure.in
373
374
375 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
376
377 TAR = tar
378 GZIP_ENV = --best
379 SOURCES = libopcodes.a.c $(libopcodes_la_SOURCES)
380 OBJECTS = libopcodes.a.$(OBJEXT) $(libopcodes_la_OBJECTS)
381
382 all: all-redirect
383 .SUFFIXES:
384 .SUFFIXES: .S .c .lo .o .obj .s
385 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
386         cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
387
388 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
389         cd $(top_builddir) \
390           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
391
392 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
393         cd $(srcdir) && $(ACLOCAL)
394 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
395         cd $(srcdir) && $(AUTOCONF)
396
397 config.h: stamp-h
398         @if test ! -f $@; then \
399                 rm -f stamp-h; \
400                 $(MAKE) stamp-h; \
401         else :; fi
402 stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
403         cd $(top_builddir) \
404           && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
405              $(SHELL) ./config.status
406         @echo timestamp > stamp-h 2> /dev/null
407 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
408         @if test ! -f $@; then \
409                 rm -f $(srcdir)/stamp-h.in; \
410                 $(MAKE) $(srcdir)/stamp-h.in; \
411         else :; fi
412 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
413         cd $(top_srcdir) && $(AUTOHEADER)
414         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
415
416 mostlyclean-hdr:
417
418 clean-hdr:
419
420 distclean-hdr:
421         -rm -f config.h
422
423 maintainer-clean-hdr:
424
425 mostlyclean-noinstLIBRARIES:
426
427 clean-noinstLIBRARIES:
428         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
429
430 distclean-noinstLIBRARIES:
431
432 maintainer-clean-noinstLIBRARIES:
433
434 .c.o:
435         $(COMPILE) -c $<
436
437 # FIXME: We should only use cygpath when building on Windows,
438 # and only if it is available.
439 .c.obj:
440         $(COMPILE) -c `cygpath -w $<`
441
442 .s.o:
443         $(COMPILE) -c $<
444
445 .S.o:
446         $(COMPILE) -c $<
447
448 mostlyclean-compile:
449         -rm -f *.o core *.core
450         -rm -f *.$(OBJEXT)
451
452 clean-compile:
453
454 distclean-compile:
455         -rm -f *.tab.c
456
457 maintainer-clean-compile:
458
459 .c.lo:
460         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
461
462 .s.lo:
463         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
464
465 .S.lo:
466         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
467
468 mostlyclean-libtool:
469         -rm -f *.lo
470
471 clean-libtool:
472         -rm -rf .libs _libs
473
474 distclean-libtool:
475
476 maintainer-clean-libtool:
477
478 mostlyclean-libLTLIBRARIES:
479
480 clean-libLTLIBRARIES:
481         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
482
483 distclean-libLTLIBRARIES:
484
485 maintainer-clean-libLTLIBRARIES:
486
487 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
488         @$(NORMAL_INSTALL)
489         $(mkinstalldirs) $(DESTDIR)$(libdir)
490         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
491           if test -f $$p; then \
492             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
493             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
494           else :; fi; \
495         done
496
497 uninstall-libLTLIBRARIES:
498         @$(NORMAL_UNINSTALL)
499         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
500           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
501         done
502
503 libopcodes.la: $(libopcodes_la_OBJECTS) $(libopcodes_la_DEPENDENCIES)
504         $(LINK) -rpath $(libdir) $(libopcodes_la_LDFLAGS) $(libopcodes_la_OBJECTS) $(libopcodes_la_LIBADD) $(LIBS)
505
506 # This directory's subdirectories are mostly independent; you can cd
507 # into them and run `make' without going through this Makefile.
508 # To change the values of `make' variables: instead of editing Makefiles,
509 # (1) if the variable is set in `config.status', edit `config.status'
510 #     (which will cause the Makefiles to be regenerated when you run `make');
511 # (2) otherwise, pass the desired values on the `make' command line.
512
513 @SET_MAKE@
514
515 all-recursive install-data-recursive install-exec-recursive \
516 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
517 check-recursive installcheck-recursive info-recursive dvi-recursive:
518         @set fnord $(MAKEFLAGS); amf=$$2; \
519         dot_seen=no; \
520         target=`echo $@ | sed s/-recursive//`; \
521         list='$(SUBDIRS)'; for subdir in $$list; do \
522           echo "Making $$target in $$subdir"; \
523           if test "$$subdir" = "."; then \
524             dot_seen=yes; \
525             local_target="$$target-am"; \
526           else \
527             local_target="$$target"; \
528           fi; \
529           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
530            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
531         done; \
532         if test "$$dot_seen" = "no"; then \
533           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
534         fi; test -z "$$fail"
535
536 mostlyclean-recursive clean-recursive distclean-recursive \
537 maintainer-clean-recursive:
538         @set fnord $(MAKEFLAGS); amf=$$2; \
539         dot_seen=no; \
540         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
541           rev="$$subdir $$rev"; \
542           test "$$subdir" = "." && dot_seen=yes; \
543         done; \
544         test "$$dot_seen" = "no" && rev=". $$rev"; \
545         target=`echo $@ | sed s/-recursive//`; \
546         for subdir in $$rev; do \
547           echo "Making $$target in $$subdir"; \
548           if test "$$subdir" = "."; then \
549             local_target="$$target-am"; \
550           else \
551             local_target="$$target"; \
552           fi; \
553           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
554            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
555         done && test -z "$$fail"
556 tags-recursive:
557         list='$(SUBDIRS)'; for subdir in $$list; do \
558           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
559         done
560
561 tags: TAGS
562
563 ID: $(HEADERS) $(SOURCES) $(LISP)
564         list='$(SOURCES) $(HEADERS)'; \
565         unique=`for i in $$list; do echo $$i; done | \
566           awk '    { files[$$0] = 1; } \
567                END { for (i in files) print i; }'`; \
568         here=`pwd` && cd $(srcdir) \
569           && mkid -f$$here/ID $$unique $(LISP)
570
571 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
572         tags=; \
573         here=`pwd`; \
574         list='$(SUBDIRS)'; for subdir in $$list; do \
575    if test "$$subdir" = .; then :; else \
576             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
577    fi; \
578         done; \
579         list='$(SOURCES) $(HEADERS)'; \
580         unique=`for i in $$list; do echo $$i; done | \
581           awk '    { files[$$0] = 1; } \
582                END { for (i in files) print i; }'`; \
583         test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
584           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
585
586 mostlyclean-tags:
587
588 clean-tags:
589
590 distclean-tags:
591         -rm -f TAGS ID
592
593 maintainer-clean-tags:
594
595 distdir = $(PACKAGE)-$(VERSION)
596 top_distdir = $(distdir)
597
598 # This target untars the dist file and tries a VPATH configuration.  Then
599 # it guarantees that the distribution is self-contained by making another
600 # tarfile.
601 distcheck: dist
602         -rm -rf $(distdir)
603         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
604         mkdir $(distdir)/=build
605         mkdir $(distdir)/=inst
606         dc_install_base=`cd $(distdir)/=inst && pwd`; \
607         cd $(distdir)/=build \
608           && ../configure --srcdir=.. --prefix=$$dc_install_base \
609           && $(MAKE) $(AM_MAKEFLAGS) \
610           && $(MAKE) $(AM_MAKEFLAGS) dvi \
611           && $(MAKE) $(AM_MAKEFLAGS) check \
612           && $(MAKE) $(AM_MAKEFLAGS) install \
613           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
614           && $(MAKE) $(AM_MAKEFLAGS) dist
615         -rm -rf $(distdir)
616         @banner="$(distdir).tar.gz is ready for distribution"; \
617         dashes=`echo "$$banner" | sed s/./=/g`; \
618         echo "$$dashes"; \
619         echo "$$banner"; \
620         echo "$$dashes"
621 dist: distdir
622         -chmod -R a+r $(distdir)
623         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
624         -rm -rf $(distdir)
625 dist-all: distdir
626         -chmod -R a+r $(distdir)
627         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
628         -rm -rf $(distdir)
629 distdir: $(DISTFILES)
630         -rm -rf $(distdir)
631         mkdir $(distdir)
632         -chmod 777 $(distdir)
633         @for file in $(DISTFILES); do \
634           if test -f $$file; then d=.; else d=$(srcdir); fi; \
635           if test -d $$d/$$file; then \
636             cp -pr $$d/$$file $(distdir)/$$file; \
637           else \
638             test -f $(distdir)/$$file \
639             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
640             || cp -p $$d/$$file $(distdir)/$$file || :; \
641           fi; \
642         done
643         for subdir in $(SUBDIRS); do \
644           if test "$$subdir" = .; then :; else \
645             test -d $(distdir)/$$subdir \
646             || mkdir $(distdir)/$$subdir \
647             || exit 1; \
648             chmod 777 $(distdir)/$$subdir; \
649             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
650               || exit 1; \
651           fi; \
652         done
653 info-am:
654 info: info-recursive
655 dvi-am:
656 dvi: dvi-recursive
657 check-am:
658 check: check-recursive
659 installcheck-am:
660 installcheck: installcheck-recursive
661 install-info-am: 
662 install-info: install-info-recursive
663 all-recursive-am: config.h
664         $(MAKE) $(AM_MAKEFLAGS) all-recursive
665
666 install-exec-am: install-libLTLIBRARIES
667 install-exec: install-exec-recursive
668
669 install-data-am:
670 install-data: install-data-recursive
671
672 install-am: all-am
673         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
674 install: install-recursive
675 uninstall-am: uninstall-libLTLIBRARIES
676 uninstall: uninstall-recursive
677 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
678 all-redirect: all-recursive-am
679 install-strip:
680         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
681 installdirs: installdirs-recursive
682 installdirs-am:
683         $(mkinstalldirs)  $(DESTDIR)$(libdir)
684
685
686 mostlyclean-generic:
687
688 clean-generic:
689         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
690
691 distclean-generic:
692         -rm -f Makefile $(CONFIG_CLEAN_FILES)
693         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
694
695 maintainer-clean-generic:
696 mostlyclean-am:  mostlyclean-hdr mostlyclean-noinstLIBRARIES \
697                 mostlyclean-compile mostlyclean-libtool \
698                 mostlyclean-libLTLIBRARIES mostlyclean-tags \
699                 mostlyclean-generic
700
701 mostlyclean: mostlyclean-recursive
702
703 clean-am:  clean-hdr clean-noinstLIBRARIES clean-compile clean-libtool \
704                 clean-libLTLIBRARIES clean-tags clean-generic \
705                 mostlyclean-am
706
707 clean: clean-recursive
708
709 distclean-am:  distclean-hdr distclean-noinstLIBRARIES distclean-compile \
710                 distclean-libtool distclean-libLTLIBRARIES \
711                 distclean-tags distclean-generic clean-am
712         -rm -f libtool
713
714 distclean: distclean-recursive
715         -rm -f config.status
716
717 maintainer-clean-am:  maintainer-clean-hdr \
718                 maintainer-clean-noinstLIBRARIES \
719                 maintainer-clean-compile maintainer-clean-libtool \
720                 maintainer-clean-libLTLIBRARIES maintainer-clean-tags \
721                 maintainer-clean-generic distclean-am
722         @echo "This command is intended for maintainers to use;"
723         @echo "it deletes files that may require special tools to rebuild."
724
725 maintainer-clean: maintainer-clean-recursive
726         -rm -f config.status
727
728 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
729 mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
730 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
731 mostlyclean-compile distclean-compile clean-compile \
732 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
733 clean-libtool maintainer-clean-libtool mostlyclean-libLTLIBRARIES \
734 distclean-libLTLIBRARIES clean-libLTLIBRARIES \
735 maintainer-clean-libLTLIBRARIES uninstall-libLTLIBRARIES \
736 install-libLTLIBRARIES install-data-recursive uninstall-data-recursive \
737 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
738 uninstalldirs-recursive all-recursive check-recursive \
739 installcheck-recursive info-recursive dvi-recursive \
740 mostlyclean-recursive distclean-recursive clean-recursive \
741 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
742 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
743 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
744 install-info all-recursive-am install-exec-am install-exec \
745 install-data-am install-data install-am install uninstall-am uninstall \
746 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
747 distclean-generic clean-generic maintainer-clean-generic clean \
748 mostlyclean distclean maintainer-clean
749
750
751 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
752         $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
753
754 stamp-lib: libopcodes.la
755         libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
756         if [ -f $$libtooldir/libopcodes.a ]; then \
757           cp $$libtooldir/libopcodes.a libopcodes.tmp; \
758           $(RANLIB) libopcodes.tmp; \
759           $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
760         else true; fi
761         touch stamp-lib
762
763 libopcodes.a: stamp-lib ; @true
764 po/POTFILES.in: @MAINT@ Makefile
765         for file in $(POTFILES); do echo $$file; done | sort > tmp \
766           && mv tmp $(srcdir)/po/POTFILES.in
767
768 # We should reconfigure whenever bfd/configure.in changes, because
769 # that's where the version number comes from.
770 config.status: $(srcdir)/configure $(srcdir)/../bfd/configure.in
771         $(SHELL) ./config.status --recheck
772
773 run-cgen:
774         $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
775           $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) \
776           "$(options)" $(extrafiles)
777         touch stamp-${prefix}
778 .PHONY: run-cgen
779
780 # For now, require developers to configure with --enable-cgen-maint.
781 $(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)
782         @true
783 stamp-m32r: $(CGENDEPS) $(CGENDIR)/m32r.cpu $(CGENDIR)/m32r.opc
784         $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst extrafiles=opinst
785
786 $(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)
787         @true
788 stamp-fr30: $(CGENDEPS) $(CGENDIR)/fr30.cpu $(CGENDIR)/fr30.opc
789         $(MAKE) run-cgen arch=fr30 prefix=fr30 options= extrafiles=
790
791 ia64-gen: ia64-gen.o
792         $(LINK) ia64-gen.o $(LIBIBERTY)
793
794 ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
795   ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
796
797 ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
798         here=`pwd`; cd $(srcdir); $$here/ia64-gen > ia64-asmtab.c
799
800 # This dependency stuff is copied from BFD.
801
802 DEP: dep.sed $(CFILES) $(HFILES) config.h
803         rm -f DEP1
804         $(MAKE) MKDEP="$(MKDEP)" DEP1
805         sed -f dep.sed < DEP1 > DEPA
806         echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
807         if grep ' /' DEPA > /dev/null 2> /dev/null; then \
808           echo 'make DEP failed!'; exit 1; \
809         else \
810           mv -f DEPA $@; \
811         fi
812
813 DEP1: $(CFILES)
814         echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
815         echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
816         $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
817         mv -f DEP2 $@
818
819 dep.sed: dep-in.sed config.status
820         sed <$(srcdir)/dep-in.sed >dep.sed      \
821                 -e 's!@BFD_H@!$(BFD_H)!'        \
822                 -e 's!@INCDIR@!$(INCDIR)!'      \
823                 -e 's!@BFDDIR@!$(BFDDIR)!'      \
824                 -e 's!@SRCDIR@!$(srcdir)!'
825
826 dep: DEP
827         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
828         cat DEP >> tmp-Makefile
829         $(srcdir)/../move-if-change tmp-Makefile Makefile
830
831 dep-in: DEP
832         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
833         cat DEP >> tmp-Makefile.in
834         $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
835
836 dep-am: DEP
837         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
838         cat DEP >> tmp-Makefile.am
839         $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
840
841 .PHONY: dep dep-in dep-am
842
843 # What appears below is generated by a hacked mkdep using gcc -MM.
844
845 # DO NOT DELETE THIS LINE -- mkdep uses it.
846 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
847 a29k-dis.lo: a29k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
848   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/a29k.h
849 alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
850   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/alpha.h
851 alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
852   $(INCDIR)/opcode/alpha.h $(BFD_H) opintl.h
853 arc-dis.lo: arc-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
854   $(INCDIR)/opcode/arc.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
855   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
856   $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h opintl.h \
857   arc-dis.h arc-ext.h
858 arc-opc.lo: arc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/arc.h
859 arc-ext.lo: arc-ext.c $(BFD_H) $(INCDIR)/ansidecl.h \
860   arc-ext.h $(INCDIR)/libiberty.h
861 arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
862   $(INCDIR)/dis-asm.h $(BFD_H) arm-opc.h $(INCDIR)/coff/internal.h \
863   $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h opintl.h $(BFDDIR)/elf-bfd.h \
864   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
865   $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h
866 avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
867   $(INCDIR)/dis-asm.h $(BFD_H) opintl.h $(INCDIR)/opcode/avr.h
868 cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
869   $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h \
870   opintl.h
871 cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
872   $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
873 cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
874   $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
875 cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
876   $(INCDIR)/ansidecl.h sysdep.h config.h $(INCDIR)/opcode/cris.h \
877   $(INCDIR)/libiberty.h
878 cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
879 d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
880   $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H)
881 d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
882   $(INCDIR)/opcode/d10v.h
883 d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
884   $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
885   opintl.h
886 d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
887   $(INCDIR)/opcode/d30v.h
888 dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
889   $(INCDIR)/dis-asm.h $(BFD_H) opintl.h
890 disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
891   $(INCDIR)/dis-asm.h $(BFD_H)
892 fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
893   $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
894   fr30-opc.h opintl.h
895 fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
896   $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
897   fr30-opc.h opintl.h $(INCDIR)/libiberty.h
898 fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
899   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
900   $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h
901 fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
902   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
903   $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h
904 fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
905   $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
906   fr30-opc.h $(INCDIR)/libiberty.h
907 h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
908   $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
909   opintl.h
910 h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
911   h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) opintl.h
912 hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
913   $(INCDIR)/dis-asm.h $(BFD_H) $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h
914 i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
915   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/i370.h
916 i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
917   $(INCDIR)/opcode/i370.h
918 i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
919   $(INCDIR)/ansidecl.h sysdep.h config.h opintl.h
920 i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
921   $(INCDIR)/ansidecl.h $(INCDIR)/opcode/i860.h
922 i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
923   $(INCDIR)/dis-asm.h $(BFD_H)
924 ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
925   $(INCDIR)/ansidecl.h $(INCDIR)/opcode/ia64.h
926 ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h
927 ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h
928 ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h
929 ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h
930 ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h
931 ia64-opc-d.lo: ia64-opc-d.c
932 ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
933   sysdep.h config.h ia64-asmtab.h $(INCDIR)/opcode/ia64.h \
934   ia64-asmtab.c
935 ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
936   sysdep.h config.h ia64-opc.h $(INCDIR)/opcode/ia64.h \
937   ia64-opc-a.c ia64-opc-i.c ia64-opc-m.c ia64-opc-b.c \
938   ia64-opc-f.c ia64-opc-x.c ia64-opc-d.c
939 ia64-asmtab.lo: ia64-asmtab.c
940 m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
941   $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
942   m32r-opc.h opintl.h
943 m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
944   $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
945   m32r-opc.h opintl.h $(INCDIR)/libiberty.h
946 m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
947   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
948   $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h
949 m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
950   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
951   $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h
952 m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
953   $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
954   m32r-opc.h $(INCDIR)/libiberty.h
955 m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
956   $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
957   m32r-opc.h
958 m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
959   $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H)
960 m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
961   $(INCDIR)/opcode/m68hc11.h
962 m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
963   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/floatformat.h \
964   opintl.h $(INCDIR)/opcode/m68k.h
965 m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
966   $(INCDIR)/opcode/m68k.h
967 m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
968   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/m88k.h \
969   opintl.h
970 mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
971   mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H)
972 mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
973   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/mips.h \
974   opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
975   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
976   $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
977 mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
978   $(INCDIR)/opcode/mips.h
979 mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
980   $(INCDIR)/opcode/mips.h
981 m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
982   $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
983   opintl.h
984 m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
985   $(INCDIR)/opcode/mn10200.h
986 m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
987   $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
988   opintl.h
989 m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
990   $(INCDIR)/opcode/mn10300.h
991 ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
992   sysdep.h config.h $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ns32k.h \
993   opintl.h
994 pdp11-dis.lo: pdp11-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
995   $(INCDIR)/ansidecl.h $(INCDIR)/opcode/pdp11.h
996 pdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h
997 pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
998   $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H)
999 pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1000   $(INCDIR)/opcode/pj.h
1001 ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1002   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/ppc.h
1003 ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1004   $(INCDIR)/opcode/ppc.h opintl.h
1005 s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h
1006 s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
1007   config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/s390.h
1008 sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1009   sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H)
1010 sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1011   $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h $(BFD_H) \
1012   $(INCDIR)/libiberty.h opintl.h
1013 sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1014   $(INCDIR)/opcode/sparc.h
1015 tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1016   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/tic30.h
1017 tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1018   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/tic54x.h \
1019   $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
1020 tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1021   $(INCDIR)/opcode/tic54x.h
1022 tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1023   $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H)
1024 tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1025   $(INCDIR)/opcode/tic80.h
1026 v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1027   $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
1028   opintl.h
1029 v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1030   $(INCDIR)/opcode/v850.h opintl.h
1031 vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1032   $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H)
1033 w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1034   w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H)
1035 z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1036   $(INCDIR)/dis-asm.h $(BFD_H) z8k-opc.h
1037 z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h
1038 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
1039
1040 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1041 # Otherwise a system limit (for SysV at least) may be exceeded.
1042 .NOEXPORT: