OSDN Git Service

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