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