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