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