OSDN Git Service

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