Minor fixes in sim, gold, gdb for Autoconf 2.64, Automake 1.11.
[deliverable/binutils-gdb.git] / opcodes / Makefile.in
CommitLineData
e8d39116 1# Makefile.in generated by automake 1.9.6 from Makefile.am.
8ae85421 2# @configure_input@
252b5132 3
8ae85421 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
e8d39116 5# 2003, 2004, 2005 Free Software Foundation, Inc.
252b5132
RH
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
8ae85421 15@SET_MAKE@
a2d91340 16
8ae85421 17
252b5132
RH
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
252b5132
RH
21pkgdatadir = $(datadir)/@PACKAGE@
22pkglibdir = $(libdir)/@PACKAGE@
23pkgincludedir = $(includedir)/@PACKAGE@
252b5132 24top_builddir = .
8ae85421 25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
252b5132 26INSTALL = @INSTALL@
8ae85421
AM
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
252b5132
RH
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
8ae85421 38build_triplet = @build@
252b5132 39host_triplet = @host@
8ae85421
AM
40target_triplet = @target@
41DIST_COMMON = $(srcdir)/../config.guess $(srcdir)/../config.sub \
fdd3b9b3 42 ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
8ae85421
AM
43 $(top_srcdir)/configure $(am__configure_deps) \
44 $(srcdir)/config.in $(srcdir)/../mkinstalldirs \
45 $(top_srcdir)/po/Make-in $(srcdir)/../ltmain.sh \
46 $(srcdir)/../config.guess $(srcdir)/../config.sub
47subdir = .
48ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
79887925
L
49am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \
50 $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../config/acx.m4 \
51 $(top_srcdir)/../config/depstand.m4 \
7357c5b6 52 $(top_srcdir)/../config/extensions.m4 \
20e95c23 53 $(top_srcdir)/../config/gettext-sister.m4 \
79887925 54 $(top_srcdir)/../config/lead-dot.m4 \
8944f3c2
AM
55 $(top_srcdir)/../config/nls.m4 \
56 $(top_srcdir)/../config/override.m4 \
57 $(top_srcdir)/../config/po.m4 \
58c85be7 58 $(top_srcdir)/../config/proginstall.m4 \
20e95c23 59 $(top_srcdir)/../config/progtest.m4 \
79887925
L
60 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
61 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
1927a18f 62 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.in
8ae85421
AM
63am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64 $(ACLOCAL_M4)
65am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
66 configure.lineno configure.status.lineno
67mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
68CONFIG_HEADER = config.h
69CONFIG_CLEAN_FILES = po/Makefile.in
70LIBRARIES = $(noinst_LIBRARIES)
71ARFLAGS = cru
72libopcodes_a_AR = $(AR) $(ARFLAGS)
73libopcodes_a_LIBADD =
74libopcodes_a_SOURCES = libopcodes.c
75libopcodes_a_OBJECTS = libopcodes.$(OBJEXT)
76am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
77am__vpath_adj = case $$p in \
78 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
79 *) f=$$p;; \
80 esac;
81am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
82am__installdirs = "$(DESTDIR)$(bfdlibdir)"
83bfdlibLTLIBRARIES_INSTALL = $(INSTALL)
84LTLIBRARIES = $(bfdlib_LTLIBRARIES)
85am__DEPENDENCIES_1 =
86am_libopcodes_la_OBJECTS = dis-buf.lo disassemble.lo dis-init.lo
87libopcodes_la_OBJECTS = $(am_libopcodes_la_OBJECTS)
88DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
89depcomp =
90am__depfiles_maybe =
91COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
92 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
e8d39116 93LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
8ae85421
AM
94 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
95 $(AM_CFLAGS) $(CFLAGS)
96CCLD = $(CC)
e8d39116 97LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
8ae85421
AM
98 $(AM_LDFLAGS) $(LDFLAGS) -o $@
99SOURCES = libopcodes.c $(libopcodes_la_SOURCES)
100RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
101 html-recursive info-recursive install-data-recursive \
102 install-exec-recursive install-info-recursive \
103 install-recursive installcheck-recursive installdirs-recursive \
104 pdf-recursive ps-recursive uninstall-info-recursive \
105 uninstall-recursive
106ETAGS = etags
107CTAGS = ctags
108DIST_SUBDIRS = $(SUBDIRS)
109ACLOCAL = @ACLOCAL@
8ae85421
AM
110AMDEP_FALSE = @AMDEP_FALSE@
111AMDEP_TRUE = @AMDEP_TRUE@
112AMTAR = @AMTAR@
252b5132 113AR = @AR@
8ae85421
AM
114AUTOCONF = @AUTOCONF@
115AUTOHEADER = @AUTOHEADER@
116AUTOMAKE = @AUTOMAKE@
117AWK = @AWK@
252b5132
RH
118BFD_MACHINES = @BFD_MACHINES@
119CATALOGS = @CATALOGS@
120CATOBJEXT = @CATOBJEXT@
121CC = @CC@
8ae85421 122CCDEPMODE = @CCDEPMODE@
dc62a253 123CC_FOR_BUILD = @CC_FOR_BUILD@
8ae85421
AM
124CFLAGS = @CFLAGS@
125CGEN_MAINT_FALSE = @CGEN_MAINT_FALSE@
126CGEN_MAINT_TRUE = @CGEN_MAINT_TRUE@
979273e3 127CPP = @CPP@
8ae85421
AM
128CPPFLAGS = @CPPFLAGS@
129CYGPATH_W = @CYGPATH_W@
252b5132 130DATADIRNAME = @DATADIRNAME@
8ae85421
AM
131DEFS = @DEFS@
132DEPDIR = @DEPDIR@
1927a18f 133DSYMUTIL = @DSYMUTIL@
d7040cdb 134DUMPBIN = @DUMPBIN@
8ae85421
AM
135ECHO_C = @ECHO_C@
136ECHO_N = @ECHO_N@
137ECHO_T = @ECHO_T@
138EGREP = @EGREP@
252b5132 139EXEEXT = @EXEEXT@
dc62a253 140EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
d7040cdb 141FGREP = @FGREP@
20e95c23 142GENCAT = @GENCAT@
252b5132 143GMSGFMT = @GMSGFMT@
d7040cdb 144GREP = @GREP@
252b5132 145HDEFINES = @HDEFINES@
20e95c23 146INCINTL = @INCINTL@
8ae85421
AM
147INSTALL_DATA = @INSTALL_DATA@
148INSTALL_LIBBFD_FALSE = @INSTALL_LIBBFD_FALSE@
149INSTALL_LIBBFD_TRUE = @INSTALL_LIBBFD_TRUE@
150INSTALL_PROGRAM = @INSTALL_PROGRAM@
151INSTALL_SCRIPT = @INSTALL_SCRIPT@
152INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
252b5132 153INSTOBJEXT = @INSTOBJEXT@
d7040cdb 154LD = @LD@
8ae85421 155LDFLAGS = @LDFLAGS@
20e95c23
DJ
156LIBINTL = @LIBINTL@
157LIBINTL_DEP = @LIBINTL_DEP@
8d25cc3d 158LIBM = @LIBM@
8ae85421
AM
159LIBOBJS = @LIBOBJS@
160LIBS = @LIBS@
252b5132 161LIBTOOL = @LIBTOOL@
1927a18f 162LIPO = @LIPO@
252b5132 163LN_S = @LN_S@
8ae85421 164LTLIBOBJS = @LTLIBOBJS@
252b5132 165MAINT = @MAINT@
8ae85421
AM
166MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
167MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
252b5132
RH
168MAKEINFO = @MAKEINFO@
169MKINSTALLDIRS = @MKINSTALLDIRS@
170MSGFMT = @MSGFMT@
20e95c23 171MSGMERGE = @MSGMERGE@
d7040cdb 172NM = @NM@
1927a18f 173NMEDIT = @NMEDIT@
9e9b66a9 174NO_WERROR = @NO_WERROR@
1927a18f 175OBJDUMP = @OBJDUMP@
ed265386 176OBJEXT = @OBJEXT@
1927a18f
L
177OTOOL = @OTOOL@
178OTOOL64 = @OTOOL64@
252b5132 179PACKAGE = @PACKAGE@
8ae85421
AM
180PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
181PACKAGE_NAME = @PACKAGE_NAME@
182PACKAGE_STRING = @PACKAGE_STRING@
183PACKAGE_TARNAME = @PACKAGE_TARNAME@
184PACKAGE_VERSION = @PACKAGE_VERSION@
185PATH_SEPARATOR = @PATH_SEPARATOR@
252b5132
RH
186POSUB = @POSUB@
187RANLIB = @RANLIB@
d7040cdb 188SED = @SED@
8ae85421 189SET_MAKE = @SET_MAKE@
45d42143
NC
190SHARED_DEPENDENCIES = @SHARED_DEPENDENCIES@
191SHARED_LDFLAGS = @SHARED_LDFLAGS@
192SHARED_LIBADD = @SHARED_LIBADD@
8ae85421 193SHELL = @SHELL@
ed265386 194STRIP = @STRIP@
252b5132 195USE_NLS = @USE_NLS@
252b5132 196VERSION = @VERSION@
8ae85421 197WARN_CFLAGS = @WARN_CFLAGS@
8ae85421 198XGETTEXT = @XGETTEXT@
50e7d84b 199ac_ct_AR = @ac_ct_AR@
8ae85421 200ac_ct_CC = @ac_ct_CC@
1927a18f 201ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@
d7040cdb 202ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1927a18f
L
203ac_ct_LIPO = @ac_ct_LIPO@
204ac_ct_NMEDIT = @ac_ct_NMEDIT@
205ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
206ac_ct_OTOOL = @ac_ct_OTOOL@
207ac_ct_OTOOL64 = @ac_ct_OTOOL64@
50e7d84b
AM
208ac_ct_RANLIB = @ac_ct_RANLIB@
209ac_ct_STRIP = @ac_ct_STRIP@
8ae85421
AM
210am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
211am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
212am__include = @am__include@
213am__leading_dot = @am__leading_dot@
214am__quote = @am__quote@
215am__tar = @am__tar@
216am__untar = @am__untar@
252b5132 217archdefs = @archdefs@
8ae85421
AM
218bfdincludedir = @bfdincludedir@
219bfdlibdir = @bfdlibdir@
220bindir = @bindir@
221build = @build@
222build_alias = @build_alias@
223build_cpu = @build_cpu@
224build_os = @build_os@
225build_vendor = @build_vendor@
6e31aea3 226cgendir = @cgendir@
8ae85421
AM
227datadir = @datadir@
228exec_prefix = @exec_prefix@
229host = @host@
230host_alias = @host_alias@
231host_cpu = @host_cpu@
979273e3 232host_noncanonical = @host_noncanonical@
8ae85421
AM
233host_os = @host_os@
234host_vendor = @host_vendor@
235includedir = @includedir@
236infodir = @infodir@
237install_sh = @install_sh@
8ae85421
AM
238libdir = @libdir@
239libexecdir = @libexecdir@
240localstatedir = @localstatedir@
d7040cdb 241lt_ECHO = @lt_ECHO@
8ae85421
AM
242mandir = @mandir@
243mkdir_p = @mkdir_p@
244oldincludedir = @oldincludedir@
245prefix = @prefix@
246program_transform_name = @program_transform_name@
247sbindir = @sbindir@
248sharedstatedir = @sharedstatedir@
249sysconfdir = @sysconfdir@
250target = @target@
251target_alias = @target_alias@
252target_cpu = @target_cpu@
979273e3 253target_noncanonical = @target_noncanonical@
8ae85421
AM
254target_os = @target_os@
255target_vendor = @target_vendor@
3f85e526 256AUTOMAKE_OPTIONS = 1.9 cygnus
79887925 257ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
252b5132 258SUBDIRS = po
252b5132
RH
259INCDIR = $(srcdir)/../include
260BFDDIR = $(srcdir)/../bfd
41b49281 261MKDEP = gcc -MM
a2d91340 262AM_CFLAGS = $(WARN_CFLAGS)
81172ff2 263bfdlib_LTLIBRARIES = libopcodes.la
252b5132
RH
264
265# This is where bfd.h lives.
266BFD_H = ../bfd/bfd.h
267
0ab71ce3
NC
268# This is where libiberty lives.
269LIBIBERTY = ../libiberty/libiberty.a
270
252b5132 271# Header files.
8ae85421 272HFILES = \
49f58d10 273 cgen-ops.h cgen-types.h \
8ae85421
AM
274 fr30-desc.h fr30-opc.h \
275 frv-desc.h frv-opc.h \
276 h8500-opc.h \
40fb9820 277 i386-init.h \
40b8e679
L
278 i386-opc.h \
279 i386-tbl.h \
8ae85421
AM
280 ia64-asmtab.h \
281 ia64-opc.h \
282 ip2k-desc.h ip2k-opc.h \
283 iq2000-desc.h iq2000-opc.h \
500b1f44
AM
284 lm32-desc.h \
285 lm32-opc.h \
49f58d10 286 m32c-desc.h m32c-opc.h \
8ae85421
AM
287 m32r-desc.h m32r-opc.h \
288 mcore-opc.h \
bd2f2e55 289 mep-desc.h mep-opc.h \
7ba29e2a 290 microblaze-opc.h \
d031aafb 291 mt-desc.h mt-opc.h \
8ae85421 292 openrisc-desc.h openrisc-opc.h \
1c0d3aa6 293 score-opc.h \
8ae85421
AM
294 sh-opc.h \
295 sh64-opc.h \
296 sysdep.h \
297 w65-opc.h \
d70c5fc7 298 xc16x-desc.h xc16x-opc.h \
8ae85421
AM
299 xstormy16-desc.h xstormy16-opc.h \
300 z8k-opc.h
252b5132
RH
301
302
303# C source files that correspond to .o's.
8ae85421 304CFILES = \
8ae85421
AM
305 alpha-dis.c \
306 alpha-opc.c \
307 arc-dis.c \
308 arc-opc.c \
309 arc-ext.c \
310 arm-dis.c \
311 avr-dis.c \
4b7f6baa 312 bfin-dis.c \
8ae85421 313 cgen-asm.c \
3609e0fe 314 cgen-bitset.c \
8ae85421
AM
315 cgen-dis.c \
316 cgen-opc.c \
3d3d428f
NC
317 cr16-dis.c \
318 cr16-opc.c \
8ae85421
AM
319 cris-dis.c \
320 cris-opc.c \
321 crx-dis.c \
322 crx-opc.c \
323 d10v-dis.c \
324 d10v-opc.c \
325 d30v-dis.c \
326 d30v-opc.c \
327 dlx-dis.c \
328 dis-buf.c \
329 dis-init.c \
330 disassemble.c \
331 fr30-asm.c \
332 fr30-desc.c \
333 fr30-dis.c \
334 fr30-ibld.c \
335 fr30-opc.c \
336 frv-asm.c \
337 frv-desc.c \
338 frv-dis.c \
339 frv-ibld.c \
340 frv-opc.c \
20135e4c
NC
341 moxie-dis.c \
342 moxie-opc.c \
8ae85421
AM
343 h8300-dis.c \
344 h8500-dis.c \
345 hppa-dis.c \
346 i370-dis.c \
347 i370-opc.c \
348 i386-dis.c \
0b1cf022 349 i386-opc.c \
40b8e679 350 i386-gen.c \
8ae85421
AM
351 i860-dis.c \
352 i960-dis.c \
353 ia64-dis.c \
354 ia64-opc-a.c \
355 ia64-opc-b.c \
356 ia64-opc-f.c \
357 ia64-opc-i.c \
358 ia64-opc-m.c \
359 ia64-opc-d.c \
360 ia64-opc.c \
361 ia64-gen.c \
362 ia64-asmtab.c \
363 ip2k-asm.c \
364 ip2k-desc.c \
365 ip2k-dis.c \
366 ip2k-ibld.c \
367 ip2k-opc.c \
368 iq2000-asm.c \
369 iq2000-desc.c \
370 iq2000-dis.c \
371 iq2000-ibld.c \
372 iq2000-opc.c \
828c0124
JK
373 lm32-asm.c \
374 lm32-desc.c \
828c0124
JK
375 lm32-dis.c \
376 lm32-ibld.c \
377 lm32-opc.c \
828c0124 378 lm32-opinst.c \
49f58d10
JB
379 m32c-asm.c \
380 m32c-desc.c \
381 m32c-dis.c \
382 m32c-ibld.c \
383 m32c-opc.c \
8ae85421
AM
384 m32r-asm.c \
385 m32r-desc.c \
386 m32r-dis.c \
387 m32r-ibld.c \
388 m32r-opc.c \
389 m32r-opinst.c \
390 m68hc11-dis.c \
391 m68hc11-opc.c \
392 m68k-dis.c \
393 m68k-opc.c \
394 m88k-dis.c \
7499d566 395 maxq-dis.c \
8ae85421 396 mcore-dis.c \
bd2f2e55
DB
397 mep-asm.c \
398 mep-desc.c \
399 mep-dis.c \
400 mep-ibld.c \
401 mep-opc.c \
8ae85421 402 mips-dis.c \
7ba29e2a 403 microblaze-dis.c \
8ae85421
AM
404 mips-opc.c \
405 mips16-opc.c \
406 m10200-dis.c \
407 m10200-opc.c \
408 m10300-dis.c \
409 m10300-opc.c \
410 mmix-dis.c \
411 mmix-opc.c \
d031aafb
NS
412 mt-asm.c \
413 mt-desc.c \
414 mt-dis.c \
415 mt-ibld.c \
416 mt-opc.c \
8ae85421
AM
417 ns32k-dis.c \
418 openrisc-asm.c \
419 openrisc-desc.c \
420 openrisc-dis.c \
421 openrisc-ibld.c \
422 openrisc-opc.c \
423 or32-dis.c \
424 or32-opc.c \
425 pdp11-dis.c \
426 pdp11-opc.c \
427 pj-dis.c \
428 pj-opc.c \
429 ppc-dis.c \
430 ppc-opc.c \
431 s390-mkopc.c \
432 s390-opc.c \
433 s390-dis.c \
1c0d3aa6 434 score-dis.c \
c3b7224a 435 score7-dis.c \
8ae85421
AM
436 sh-dis.c \
437 sh64-dis.c \
438 sh64-opc.c \
439 sparc-dis.c \
440 sparc-opc.c \
e9f53129
AM
441 spu-dis.c \
442 spu-opc.c \
8ae85421
AM
443 tic30-dis.c \
444 tic4x-dis.c \
445 tic54x-dis.c \
446 tic54x-opc.c \
447 tic80-dis.c \
448 tic80-opc.c \
449 v850-dis.c \
450 v850-opc.c \
451 vax-dis.c \
452 w65-dis.c \
d70c5fc7
NC
453 xc16x-asm.c \
454 xc16x-desc.c \
455 xc16x-dis.c \
456 xc16x-ibld.c \
457 xc16x-opc.c \
8ae85421
AM
458 xstormy16-asm.c \
459 xstormy16-desc.c \
460 xstormy16-dis.c \
461 xstormy16-ibld.c \
462 xstormy16-opc.c \
463 xtensa-dis.c \
3c9b82ba 464 z80-dis.c \
8ae85421
AM
465 z8k-dis.c \
466 z8kgen.c
467
468ALL_MACHINES = \
8ae85421
AM
469 alpha-dis.lo \
470 alpha-opc.lo \
471 arc-dis.lo \
472 arc-opc.lo \
473 arc-ext.lo \
474 arm-dis.lo \
475 avr-dis.lo \
4b7f6baa 476 bfin-dis.lo \
8ae85421 477 cgen-asm.lo \
3609e0fe 478 cgen-bitset.lo \
8ae85421
AM
479 cgen-dis.lo \
480 cgen-opc.lo \
3d3d428f
NC
481 cr16-dis.lo \
482 cr16-opc.lo \
8ae85421
AM
483 cris-dis.lo \
484 cris-opc.lo \
485 crx-dis.lo \
486 crx-opc.lo \
487 d10v-dis.lo \
488 d10v-opc.lo \
489 d30v-dis.lo \
490 d30v-opc.lo \
491 dlx-dis.lo \
492 fr30-asm.lo \
493 fr30-desc.lo \
494 fr30-dis.lo \
495 fr30-ibld.lo \
496 fr30-opc.lo \
497 frv-asm.lo \
498 frv-desc.lo \
499 frv-dis.lo \
500 frv-ibld.lo \
501 frv-opc.lo \
20135e4c
NC
502 moxie-dis.lo \
503 moxie-opc.lo \
8ae85421
AM
504 h8300-dis.lo \
505 h8500-dis.lo \
506 hppa-dis.lo \
507 i386-dis.lo \
0b1cf022 508 i386-opc.lo \
8ae85421
AM
509 i370-dis.lo \
510 i370-opc.lo \
511 i860-dis.lo \
512 i960-dis.lo \
513 ia64-dis.lo \
514 ia64-opc.lo \
515 ip2k-asm.lo \
516 ip2k-desc.lo \
517 ip2k-dis.lo \
518 ip2k-ibld.lo \
519 ip2k-opc.lo \
520 iq2000-asm.lo \
521 iq2000-desc.lo \
522 iq2000-dis.lo \
523 iq2000-ibld.lo \
524 iq2000-opc.lo \
828c0124
JK
525 lm32-asm.lo \
526 lm32-desc.lo \
527 lm32-dis.lo \
528 lm32-ibld.lo \
529 lm32-opc.lo \
530 lm32-opinst.lo \
49f58d10
JB
531 m32c-asm.lo \
532 m32c-desc.lo \
533 m32c-dis.lo \
534 m32c-ibld.lo \
535 m32c-opc.lo \
8ae85421
AM
536 m32r-asm.lo \
537 m32r-desc.lo \
538 m32r-dis.lo \
539 m32r-ibld.lo \
540 m32r-opc.lo \
541 m32r-opinst.lo \
542 m68hc11-dis.lo \
543 m68hc11-opc.lo \
544 m68k-dis.lo \
545 m68k-opc.lo \
546 m88k-dis.lo \
547 m10200-dis.lo \
548 m10200-opc.lo \
549 m10300-dis.lo \
550 m10300-opc.lo \
7499d566 551 maxq-dis.lo \
8ae85421 552 mcore-dis.lo \
bd2f2e55
DB
553 mep-asm.lo \
554 mep-desc.lo \
555 mep-dis.lo \
556 mep-ibld.lo \
557 mep-opc.lo \
8ae85421 558 mips-dis.lo \
7ba29e2a 559 microblaze-dis.lo \
8ae85421
AM
560 mips-opc.lo \
561 mips16-opc.lo \
562 mmix-dis.lo \
563 mmix-opc.lo \
564 msp430-dis.lo \
d031aafb
NS
565 mt-asm.lo \
566 mt-desc.lo \
567 mt-dis.lo \
568 mt-ibld.lo \
569 mt-opc.lo \
8ae85421
AM
570 ns32k-dis.lo \
571 openrisc-asm.lo \
572 openrisc-desc.lo \
573 openrisc-dis.lo \
574 openrisc-ibld.lo \
575 openrisc-opc.lo \
576 or32-dis.lo \
577 or32-opc.lo \
578 pdp11-dis.lo \
579 pdp11-opc.lo \
580 pj-dis.lo \
581 pj-opc.lo \
582 ppc-dis.lo \
583 ppc-opc.lo \
584 s390-dis.lo \
585 s390-opc.lo \
1c0d3aa6 586 score-dis.lo \
c3b7224a 587 score7-dis.lo \
8ae85421
AM
588 sh-dis.lo \
589 sh64-dis.lo \
590 sh64-opc.lo \
591 sparc-dis.lo \
592 sparc-opc.lo \
e9f53129
AM
593 spu-dis.lo \
594 spu-opc.lo \
8ae85421
AM
595 tic30-dis.lo \
596 tic4x-dis.lo \
597 tic54x-dis.lo \
598 tic54x-opc.lo \
599 tic80-dis.lo \
600 tic80-opc.lo \
601 v850-dis.lo \
602 v850-opc.lo \
603 vax-dis.lo \
604 w65-dis.lo \
d70c5fc7
NC
605 xc16x-asm.lo \
606 xc16x-desc.lo \
607 xc16x-dis.lo \
608 xc16x-ibld.lo \
609 xc16x-opc.lo \
8ae85421
AM
610 xstormy16-asm.lo \
611 xstormy16-desc.lo \
612 xstormy16-dis.lo \
613 xstormy16-ibld.lo \
614 xstormy16-opc.lo \
615 xtensa-dis.lo \
3c9b82ba 616 z80-dis.lo \
8ae85421 617 z8k-dis.lo
252b5132
RH
618
619OFILES = @BFD_MACHINES@
3f85e526
L
620
621# We should reconfigure whenever bfd/configure.in changes, because
622# that's where the version number in Makefile comes from.
623CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
dabbade6 624INCLUDES = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
92c2346c 625libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c
3ba7a1aa
DJ
626# It's desirable to list ../bfd/libbfd.la in DEPENDENCIES and LIBADD.
627# Unfortunately this causes libtool to add -L$(libdir), referring to the
628# planned install directory of libbfd. This can cause us to pick up an
629# old version of libbfd, or to pick up libbfd for the wrong architecture
45d42143
NC
630# if host != build. So for building with shared libraries we use a
631# hardcoded path to libbfd.so instead of relying on the entries in libbfd.la.
632libopcodes_la_DEPENDENCIES = $(OFILES) @SHARED_DEPENDENCIES@
633libopcodes_la_LIBADD = $(OFILES) @SHARED_LIBADD@
634libopcodes_la_LDFLAGS = -release `cat ../bfd/libtool-soversion` @SHARED_LDFLAGS@
252b5132
RH
635
636# libtool will build .libs/libopcodes.a. We create libopcodes.a in
637# the build directory so that we don't have to convert all the
638# programs that use libopcodes.a simultaneously. This is a hack which
639# should be removed if everything else starts using libtool. FIXME.
252b5132 640noinst_LIBRARIES = libopcodes.a
252b5132 641POTFILES = $(HFILES) $(CFILES)
8ae85421 642CLEANFILES = \
49f58d10 643 stamp-ip2k stamp-m32c stamp-m32r stamp-fr30 stamp-frv \
bd2f2e55 644 stamp-openrisc stamp-iq2000 stamp-mep stamp-mt stamp-xstormy16 stamp-xc16x\
8ae85421 645 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
6e31aea3
BE
646
647CGENDIR = @cgendir@
4a3264e6 648CPUDIR = $(CGENDIR)/cpu
0a40490e 649CGEN = "`if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` -l ${cgendir}/guile.scm -s"
6e31aea3 650CGENFLAGS = -v
8ae85421
AM
651CGENDEPS = \
652 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
653 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
654 $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
655 $(CGENDIR)/opc-opinst.scm \
656 cgen-asm.in cgen-dis.in cgen-ibld.in
4714fbc0 657
bd2f2e55 658CGEN_CPUS = fr30 frv ip2k m32c m32r mep mt openrisc xc16x xstormy16
50e0eb66 659@CGEN_MAINT_FALSE@IP2K_DEPS =
8ae85421 660@CGEN_MAINT_TRUE@IP2K_DEPS = stamp-ip2k
84e94c90
NC
661@CGEN_MAINT_FALSE@LM32_DEPS =
662@CGEN_MAINT_TRUE@LM32_DEPS = stamp-lm32
49f58d10
JB
663@CGEN_MAINT_FALSE@M32C_DEPS =
664@CGEN_MAINT_TRUE@M32C_DEPS = stamp-m32c
50e0eb66 665@CGEN_MAINT_FALSE@M32R_DEPS =
8ae85421 666@CGEN_MAINT_TRUE@M32R_DEPS = stamp-m32r
50e0eb66 667@CGEN_MAINT_FALSE@FR30_DEPS =
8ae85421 668@CGEN_MAINT_TRUE@FR30_DEPS = stamp-fr30
50e0eb66 669@CGEN_MAINT_FALSE@FRV_DEPS =
8ae85421 670@CGEN_MAINT_TRUE@FRV_DEPS = stamp-frv
bd2f2e55
DB
671@CGEN_MAINT_FALSE@MEP_DEPS =
672@CGEN_MAINT_TRUE@MEP_DEPS = stamp-mep
4970f871
NS
673@CGEN_MAINT_FALSE@MT_DEPS =
674@CGEN_MAINT_TRUE@MT_DEPS = stamp-mt
50e0eb66 675@CGEN_MAINT_FALSE@OPENRISC_DEPS =
8ae85421 676@CGEN_MAINT_TRUE@OPENRISC_DEPS = stamp-openrisc
f62ba8f2 677@CGEN_MAINT_FALSE@IQ2000_DEPS =
8ae85421 678@CGEN_MAINT_TRUE@IQ2000_DEPS = stamp-iq2000
d70c5fc7
NC
679@CGEN_MAINT_FALSE@XC16X_DEPS =
680@CGEN_MAINT_TRUE@XC16X_DEPS = stamp-xc16x
50e0eb66 681@CGEN_MAINT_FALSE@XSTORMY16_DEPS =
8ae85421 682@CGEN_MAINT_TRUE@XSTORMY16_DEPS = stamp-xstormy16
49f58d10 683m32c_opc_h = m32c-opc.h cgen-types.h cgen-ops.h
8ae85421
AM
684all: config.h
685 $(MAKE) $(AM_MAKEFLAGS) all-recursive
252b5132 686
252b5132 687.SUFFIXES:
8ae85421
AM
688.SUFFIXES: .c .lo .o .obj
689am--refresh:
690 @:
691$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
692 @for dep in $?; do \
693 case '$(am__configure_deps)' in \
694 *$$dep*) \
500b1f44
AM
695 echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \
696 cd $(srcdir) && $(AUTOMAKE) --cygnus \
8ae85421
AM
697 && exit 0; \
698 exit 1;; \
699 esac; \
700 done; \
500b1f44 701 echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
8ae85421 702 cd $(top_srcdir) && \
500b1f44 703 $(AUTOMAKE) --cygnus Makefile
8ae85421 704.PRECIOUS: Makefile
3f85e526
L
705Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
706 @case '$?' in \
707 *config.status*) \
708 echo ' $(SHELL) ./config.status'; \
709 $(SHELL) ./config.status;; \
710 *) \
711 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
712 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
713 esac;
252b5132 714
8ae85421
AM
715$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
716 $(SHELL) ./config.status --recheck
252b5132 717
8ae85421 718$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
252b5132 719 cd $(srcdir) && $(AUTOCONF)
8ae85421
AM
720$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
721 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
252b5132 722
8ae85421 723config.h: stamp-h1
252b5132 724 @if test ! -f $@; then \
8ae85421
AM
725 rm -f stamp-h1; \
726 $(MAKE) stamp-h1; \
252b5132 727 else :; fi
252b5132 728
8ae85421
AM
729stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
730 @rm -f stamp-h1
731 cd $(top_builddir) && $(SHELL) ./config.status config.h
732$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
733 cd $(top_srcdir) && $(AUTOHEADER)
734 rm -f stamp-h1
735 touch $@
252b5132
RH
736
737distclean-hdr:
8ae85421
AM
738 -rm -f config.h stamp-h1
739po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
740 cd $(top_builddir) && $(SHELL) ./config.status $@
252b5132
RH
741
742clean-noinstLIBRARIES:
743 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
744
8ae85421
AM
745clean-bfdlibLTLIBRARIES:
746 -test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
747 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
748 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
749 test "$$dir" != "$$p" || dir=.; \
750 echo "rm -f \"$${dir}/so_locations\""; \
751 rm -f "$${dir}/so_locations"; \
752 done
753libopcodes.la: $(libopcodes_la_OBJECTS) $(libopcodes_la_DEPENDENCIES)
754 $(LINK) -rpath $(bfdlibdir) $(libopcodes_la_LDFLAGS) $(libopcodes_la_OBJECTS) $(libopcodes_la_LIBADD) $(LIBS)
a2d91340 755
252b5132 756mostlyclean-compile:
ed265386 757 -rm -f *.$(OBJEXT)
252b5132 758
252b5132
RH
759distclean-compile:
760 -rm -f *.tab.c
761
8ae85421
AM
762.c.o:
763 $(COMPILE) -c $<
a2d91340 764
8ae85421
AM
765.c.obj:
766 $(COMPILE) -c `$(CYGPATH_W) '$<'`
a2d91340 767
8ae85421
AM
768.c.lo:
769 $(LTCOMPILE) -c -o $@ $<
a2d91340 770
252b5132
RH
771mostlyclean-libtool:
772 -rm -f *.lo
773
774clean-libtool:
775 -rm -rf .libs _libs
776
777distclean-libtool:
8ae85421
AM
778 -rm -f libtool
779uninstall-info-am:
252b5132
RH
780
781# This directory's subdirectories are mostly independent; you can cd
782# into them and run `make' without going through this Makefile.
783# To change the values of `make' variables: instead of editing Makefiles,
784# (1) if the variable is set in `config.status', edit `config.status'
785# (which will cause the Makefiles to be regenerated when you run `make');
786# (2) otherwise, pass the desired values on the `make' command line.
8ae85421 787$(RECURSIVE_TARGETS):
e8d39116
L
788 @failcom='exit 1'; \
789 for f in x $$MAKEFLAGS; do \
790 case $$f in \
791 *=* | --[!k]*);; \
792 *k*) failcom='fail=yes';; \
793 esac; \
794 done; \
252b5132
RH
795 dot_seen=no; \
796 target=`echo $@ | sed s/-recursive//`; \
797 list='$(SUBDIRS)'; for subdir in $$list; do \
798 echo "Making $$target in $$subdir"; \
799 if test "$$subdir" = "."; then \
800 dot_seen=yes; \
801 local_target="$$target-am"; \
802 else \
803 local_target="$$target"; \
804 fi; \
805 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
e8d39116 806 || eval $$failcom; \
252b5132
RH
807 done; \
808 if test "$$dot_seen" = "no"; then \
809 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
810 fi; test -z "$$fail"
811
812mostlyclean-recursive clean-recursive distclean-recursive \
813maintainer-clean-recursive:
e8d39116
L
814 @failcom='exit 1'; \
815 for f in x $$MAKEFLAGS; do \
816 case $$f in \
817 *=* | --[!k]*);; \
818 *k*) failcom='fail=yes';; \
819 esac; \
820 done; \
252b5132 821 dot_seen=no; \
8ae85421
AM
822 case "$@" in \
823 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
824 *) list='$(SUBDIRS)' ;; \
825 esac; \
826 rev=''; for subdir in $$list; do \
827 if test "$$subdir" = "."; then :; else \
828 rev="$$subdir $$rev"; \
829 fi; \
252b5132 830 done; \
8ae85421 831 rev="$$rev ."; \
252b5132
RH
832 target=`echo $@ | sed s/-recursive//`; \
833 for subdir in $$rev; do \
834 echo "Making $$target in $$subdir"; \
835 if test "$$subdir" = "."; then \
836 local_target="$$target-am"; \
837 else \
838 local_target="$$target"; \
839 fi; \
840 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
e8d39116 841 || eval $$failcom; \
252b5132
RH
842 done && test -z "$$fail"
843tags-recursive:
844 list='$(SUBDIRS)'; for subdir in $$list; do \
845 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
846 done
8ae85421
AM
847ctags-recursive:
848 list='$(SUBDIRS)'; for subdir in $$list; do \
849 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
850 done
252b5132 851
8ae85421
AM
852ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
853 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
854 unique=`for i in $$list; do \
855 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
856 done | \
857 $(AWK) ' { files[$$0] = 1; } \
252b5132 858 END { for (i in files) print i; }'`; \
8ae85421
AM
859 mkid -fID $$unique
860tags: TAGS
252b5132 861
8ae85421
AM
862TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
863 $(TAGS_FILES) $(LISP)
252b5132
RH
864 tags=; \
865 here=`pwd`; \
8ae85421
AM
866 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
867 include_option=--etags-include; \
868 empty_fix=.; \
869 else \
870 include_option=--include; \
871 empty_fix=; \
872 fi; \
252b5132 873 list='$(SUBDIRS)'; for subdir in $$list; do \
8ae85421
AM
874 if test "$$subdir" = .; then :; else \
875 test ! -f $$subdir/TAGS || \
876 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
877 fi; \
252b5132 878 done; \
8ae85421
AM
879 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
880 unique=`for i in $$list; do \
881 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
882 done | \
883 $(AWK) ' { files[$$0] = 1; } \
252b5132 884 END { for (i in files) print i; }'`; \
8ae85421
AM
885 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
886 test -n "$$unique" || unique=$$empty_fix; \
887 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
888 $$tags $$unique; \
889 fi
890ctags: CTAGS
891CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
892 $(TAGS_FILES) $(LISP)
893 tags=; \
894 here=`pwd`; \
895 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
896 unique=`for i in $$list; do \
897 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
898 done | \
899 $(AWK) ' { files[$$0] = 1; } \
900 END { for (i in files) print i; }'`; \
901 test -z "$(CTAGS_ARGS)$$tags$$unique" \
902 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
903 $$tags $$unique
252b5132 904
8ae85421
AM
905GTAGS:
906 here=`$(am__cd) $(top_builddir) && pwd` \
907 && cd $(top_srcdir) \
908 && gtags -i $(GTAGS_ARGS) $$here
252b5132
RH
909
910distclean-tags:
8ae85421 911 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
252b5132
RH
912check-am:
913check: check-recursive
8ae85421
AM
914all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
915installdirs: installdirs-recursive
916installdirs-am:
917 for dir in "$(DESTDIR)$(bfdlibdir)"; do \
918 test -z "$$dir" || $(mkdir_p) "$$dir"; \
919 done
920install: install-recursive
252b5132 921install-exec: install-exec-recursive
252b5132 922install-data: install-data-recursive
8ae85421 923uninstall: uninstall-recursive
252b5132
RH
924
925install-am: all-am
926 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
252b5132 927
8ae85421
AM
928installcheck: installcheck-recursive
929install-strip:
930 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
931 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
932 `test -z '$(STRIP)' || \
933 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
252b5132
RH
934mostlyclean-generic:
935
936clean-generic:
937 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
938
939distclean-generic:
8ae85421 940 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
252b5132
RH
941
942maintainer-clean-generic:
8ae85421
AM
943 @echo "This command is intended for maintainers to use"
944 @echo "it deletes files that may require special tools to rebuild."
945clean: clean-recursive
252b5132 946
8ae85421
AM
947clean-am: clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
948 clean-noinstLIBRARIES mostlyclean-am
252b5132 949
8ae85421
AM
950distclean: distclean-recursive
951 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
952 -rm -f Makefile
953distclean-am: clean-am distclean-compile distclean-generic \
954 distclean-hdr distclean-libtool distclean-tags
252b5132 955
8ae85421 956dvi: dvi-recursive
252b5132 957
8ae85421 958dvi-am:
252b5132 959
8ae85421
AM
960html: html-recursive
961
962info: info-recursive
963
964info-am:
965
966install-data-am: install-bfdlibLTLIBRARIES
967
968install-exec-am:
969
970install-info: install-info-recursive
971
972install-man:
973
974installcheck-am:
252b5132
RH
975
976maintainer-clean: maintainer-clean-recursive
8ae85421
AM
977 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
978 -rm -rf $(top_srcdir)/autom4te.cache
979 -rm -f Makefile
980maintainer-clean-am: distclean-am maintainer-clean-generic
981
982mostlyclean: mostlyclean-recursive
983
984mostlyclean-am: mostlyclean-compile mostlyclean-generic \
985 mostlyclean-libtool
986
987pdf: pdf-recursive
988
989pdf-am:
990
991ps: ps-recursive
992
993ps-am:
994
995uninstall-am: uninstall-bfdlibLTLIBRARIES
996
997uninstall-info: uninstall-info-recursive
998
999.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
1000 check-am clean clean-bfdlibLTLIBRARIES clean-generic \
1001 clean-libtool clean-noinstLIBRARIES clean-recursive ctags \
1002 ctags-recursive distclean distclean-compile distclean-generic \
1003 distclean-hdr distclean-libtool distclean-recursive \
1004 distclean-tags dvi dvi-am html html-am info info-am install \
1005 install-am install-bfdlibLTLIBRARIES install-data \
1006 install-data-am install-exec install-exec-am install-info \
1007 install-info-am install-man install-strip installcheck \
1008 installcheck-am installdirs installdirs-am maintainer-clean \
1009 maintainer-clean-generic maintainer-clean-recursive \
1010 mostlyclean mostlyclean-compile mostlyclean-generic \
1011 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
1012 tags tags-recursive uninstall uninstall-am \
1013 uninstall-bfdlibLTLIBRARIES uninstall-info-am
252b5132
RH
1014
1015
31dd3154
JM
1016.PHONY: install-pdf
1017install-pdf:
1018
108a6f8e
CD
1019.PHONY: install-html
1020install-html:
1021
252b5132
RH
1022disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
1023 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
1024
1025stamp-lib: libopcodes.la
e56f75e9
ILT
1026 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
1027 if [ -f $$libtooldir/libopcodes.a ]; then \
1028 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
847ee773 1029 $(RANLIB) libopcodes.tmp; \
252b5132
RH
1030 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
1031 else true; fi
1032 touch stamp-lib
1033
1034libopcodes.a: stamp-lib ; @true
1035po/POTFILES.in: @MAINT@ Makefile
323ee3f4 1036 for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
252b5132
RH
1037 && mv tmp $(srcdir)/po/POTFILES.in
1038
81172ff2 1039install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes
263de010 1040 @$(NORMAL_INSTALL)
81172ff2
AM
1041
1042uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes
1043 @$(NORMAL_UNINSTALL)
1044
1045.PHONY: install_libopcodes uninstall_libopcodes
1046install_libopcodes: $(bfdlib_LTLIBRARIES)
1047 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
1048 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
1049 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1050 if test -f $$p; then \
1051 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
1052 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
1053 else :; fi; \
1054 done
1055 $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(bfdincludedir)/dis-asm.h
1056
1057uninstall_libopcodes:
1058 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
1059 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
1060 done
1061 rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h
263de010 1062
6e31aea3
BE
1063run-cgen:
1064 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
9c2de729
DB
1065 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
1066 "$(options)" "$(extrafiles)"
6e31aea3
BE
1067 touch stamp-${prefix}
1068.PHONY: run-cgen
1069
4714fbc0
DE
1070# Maintainer utility rule to regenerate all cgen files.
1071run-cgen-all:
1072 for c in $(CGEN_CPUS) ; \
1073 do \
1074 $(MAKE) stamp-$$c || exit 1 ; \
1075 done
1076.PHONY: run-cgen-all
1077
6e31aea3 1078# For now, require developers to configure with --enable-cgen-maint.
a40cbfa3
NC
1079$(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)
1080 @true
1081stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
9c2de729
DB
1082 $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
1083 archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
a40cbfa3 1084
84e94c90
NC
1085$(srcdir)lm32-desc.h $(srcdir)/lm32-desc.c $(srcdir)/lm32-opc.h $(srcdir)/lm32-opc.c $(srcdir)/lm32-ibld.c $(srcdir)/lm32-opinst.c $(srcdir)/lm32-asm.c $(srcdir)/lm32-dis.c: $(LM32_DEPS)
1086 @true
1087stamp-lm32: $(CGENDEPS) $(srcdir)/../cpu/lm32.cpu $(srcdir)/../cpu/lm32.opc
1088 $(MAKE) run-cgen arch=lm32 prefix=lm32 options=opinst \
1089 archfile=$(srcdir)/../cpu/lm32.cpu \
1090 opcfile=$(srcdir)/../cpu/lm32.opc \
1091 extrafiles=opinst
1092
49f58d10
JB
1093$(srcdir)/m32c-desc.h $(srcdir)/m32c-desc.c $(srcdir)/m32c-opc.h $(srcdir)/m32c-opc.c $(srcdir)/m32c-ibld.c $(srcdir)/m32c-asm.c $(srcdir)/m32c-dis.c: $(M32C_DEPS)
1094# @true
0f82ff91 1095stamp-m32c: $(CGENDEPS) $(srcdir)/../cpu/m32c.cpu $(srcdir)/../cpu/m32c.opc
49f58d10 1096 $(MAKE) run-cgen arch=m32c prefix=m32c options= \
0f82ff91
AM
1097 archfile=$(srcdir)/../cpu/m32c.cpu \
1098 opcfile=$(srcdir)/../cpu/m32c.opc extrafiles=
49f58d10
JB
1099m32c-asm.lo: m32c-asm.c sysdep.h config.h $(BFD_H) \
1100 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
1101 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
1102m32c-desc.lo: m32c-desc.c sysdep.h config.h $(BFD_H) \
1103 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
1104 $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
1105m32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
1106 $(BFD_H) $(INCDIR)/ansidecl.h \
1107 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
1108 $(m32c_opc_h) opintl.h
1109m32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/dis-asm.h \
1110 $(BFD_H) $(INCDIR)/ansidecl.h \
1111 $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
1112 $(m32c_opc_h) opintl.h
1113m32c-opc.lo: m32c-opc.c sysdep.h config.h $(BFD_H) \
1114 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
1115 $(INCDIR)/opcode/cgen.h $(m32c_opc_h)
1116
6e31aea3 1117$(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 1118 @true
d125c27b 1119stamp-m32r: $(CGENDEPS) $(srcdir)/../cpu/m32r.cpu $(srcdir)/../cpu/m32r.opc
9c2de729 1120 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
d125c27b
AM
1121 archfile=$(srcdir)/../cpu/m32r.cpu \
1122 opcfile=$(srcdir)/../cpu/m32r.opc extrafiles=opinst
6e31aea3
BE
1123
1124$(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)
1125 @true
4a3264e6 1126stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
9c2de729
DB
1127 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
1128 archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
6e31aea3 1129
fd3c93d5
DB
1130$(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)
1131 @true
5272d201 1132stamp-frv: $(CGENDEPS) $(srcdir)/../cpu/frv.cpu $(srcdir)/../cpu/frv.opc
9c2de729
DB
1133 $(MAKE) run-cgen arch=frv prefix=frv options= \
1134 archfile=$(srcdir)/../cpu/frv.cpu opcfile=$(srcdir)/../cpu/frv.opc extrafiles=
fd3c93d5 1135
bd2f2e55
DB
1136$(srcdir)/mep-desc.h $(srcdir)/mep-desc.c $(srcdir)/mep-opc.h $(srcdir)/mep-opc.c $(srcdir)/mep-ibld.c $(srcdir)/mep-asm.c $(srcdir)/mep-dis.c: $(MEP_DEPS)
1137 @true
1138stamp-mep: $(CGENDEPS) $(CPUDIR)/mep.cpu $(CPUDIR)/mep-default.cpu $(CPUDIR)/mep-core.cpu $(CPUDIR)/mep-h1.cpu $(CPUDIR)/mep-ext-cop.cpu $(CPUDIR)/mep-sample-ucidsp.cpu $(CPUDIR)/mep-rhcop.cpu $(CPUDIR)/mep-fmax.cpu $(CPUDIR)/mep.opc
1139 $(MAKE) run-cgen arch=mep prefix=mep options= \
1140 archfile=$(CPUDIR)/mep.cpu opcfile=$(CPUDIR)/mep.opc extrafiles=
1141
d031aafb 1142$(srcdir)/mt-desc.h $(srcdir)/mt-desc.c $(srcdir)/mt-opc.h $(srcdir)/mt-opc.c $(srcdir)/mt-ibld.c $(srcdir)/mt-asm.c $(srcdir)/mt-dis.c: $(MT_DEPS)
ac188222 1143 @true
4970f871 1144stamp-mt: $(CGENDEPS) $(srcdir)/../cpu/mt.cpu $(srcdir)/../cpu/mt.opc
d031aafb 1145 $(MAKE) run-cgen arch=mt prefix=mt options= \
4970f871
NS
1146 archfile=$(srcdir)/../cpu/mt.cpu \
1147 opcfile=$(srcdir)/../cpu/mt.opc extrafiles=
ac188222 1148
87e6d782
NC
1149$(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)
1150 @true
4a3264e6 1151stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
9c2de729
DB
1152 $(MAKE) run-cgen arch=openrisc prefix=openrisc options= \
1153 archfile=$(CPUDIR)/openrisc.cpu opcfile=$(CPUDIR)/openrisc.opc extrafiles=
87e6d782 1154
f62ba8f2
AM
1155$(srcdir)/iq2000-desc.h $(srcdir)/iq2000-desc.c $(srcdir)/iq2000-opc.h $(srcdir)/iq2000-opc.c $(srcdir)/iq2000-ibld.c $(srcdir)/iq2000-asm.c $(srcdir)/iq2000-dis.c: $(IQ2000_DEPS)
1156 @true
d125c27b
AM
1157stamp-iq2000: $(CGENDEPS) $(srcdir)/../cpu/iq2000.cpu \
1158 $(srcdir)/../cpu/iq2000.opc $(srcdir)/../cpu/iq2000m.cpu \
1159 $(srcdir)/../cpu/iq10.cpu
9c2de729 1160 $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
d125c27b
AM
1161 archfile=$(srcdir)/../cpu/iq2000.cpu \
1162 opcfile=$(srcdir)/../cpu/iq2000.opc extrafiles=
f62ba8f2 1163
93fbbb04
GK
1164$(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)
1165 @true
1166stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
9c2de729
DB
1167 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
1168 archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
93fbbb04 1169
d70c5fc7
NC
1170$(srcdir)/xc16x-desc.h $(srcdir)/xc16x-desc.c $(srcdir)/xc16x-opc.h $(srcdir)/xc16x-opc.c $(srcdir)/xc16x-ibld.c $(srcdir)/xc16x-asm.c $(srcdir)/xc16x-dis.c: $(XC16X_DEPS)
1171 @true
1172stamp-xc16x: $(CGENDEPS) $(CPUDIR)/xc16x.cpu $(CPUDIR)/xc16x.opc
1173 $(MAKE) run-cgen arch=xc16x prefix=xc16x options= \
1174 archfile=$(CPUDIR)/xc16x.cpu opcfile=$(CPUDIR)/xc16x.opc extrafiles=
1175
40b8e679
L
1176i386-gen: i386-gen.o
1177 $(LINK) i386-gen.o $(LIBIBERTY)
1178
df1764b8 1179i386-gen.o: i386-gen.c i386-opc.h $(srcdir)/../include/opcode/i386.h
40b8e679 1180
40fb9820
L
1181$(srcdir)/i386-tbl.h: $(srcdir)/i386-init.h
1182 @echo $@
1183
1184$(srcdir)/i386-init.h: @MAINT@ i386-gen i386-opc.tbl i386-reg.tbl
34edb9ad 1185 ./i386-gen --srcdir $(srcdir)
40b8e679 1186
0ab71ce3
NC
1187ia64-gen: ia64-gen.o
1188 $(LINK) ia64-gen.o $(LIBIBERTY)
1189
1190ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
1191 ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
1192
e316cf6e
PA
1193# Don't wrap the line below, as @MAINT@ can be expanded to '#'.
1194# Some make versions don't handle line continuations in comments.
1195$(srcdir)/ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
e8d39116 1196 ./ia64-gen --srcdir $(srcdir) > $@
0ab71ce3 1197
b6849f55
NC
1198s390-mkopc: s390-mkopc.c
1199 $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
1200
1201s390-opc.tab: s390-mkopc s390-opc.txt
1202 ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
1203
19f33eee
AM
1204sh-dis.lo: sh-dis.c
1205 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
1206
252b5132
RH
1207# This dependency stuff is copied from BFD.
1208
73c418f4
ILT
1209DEP: dep.sed $(CFILES) $(HFILES) config.h
1210 rm -f DEP1
41b49281 1211 $(MAKE) MKDEP="$(MKDEP)" DEP1
9e097a72
AM
1212 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEP1
1213 if grep ' /' DEP1 > /dev/null 2> /dev/null; then \
1581f8c9
AM
1214 echo 'make DEP failed!'; exit 1; \
1215 else \
9e097a72 1216 mv -f DEP1 $@; \
1581f8c9 1217 fi
252b5132 1218
73c418f4 1219DEP1: $(CFILES)
73c418f4 1220 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
41b49281 1221 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
9e097a72
AM
1222 for f in $?; do \
1223 $(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
1224 sed -n -e '1s/\.o: .*/.lo: \\/p' -e q < DEPA >> DEP2; \
67a648f1
AM
1225 sed -e '1s/.*: //' -f dep.sed < DEPA | \
1226 LC_ALL=C sort | LC_ALL=C uniq | \
9e097a72
AM
1227 sed -e 's/^[AB]/ /' -e '$$s/ \\$$//' >> DEP2; \
1228 done
1229 rm -f DEPA
41b49281 1230 mv -f DEP2 $@
252b5132
RH
1231
1232dep.sed: dep-in.sed config.status
1233 sed <$(srcdir)/dep-in.sed >dep.sed \
1234 -e 's!@BFD_H@!$(BFD_H)!' \
1235 -e 's!@INCDIR@!$(INCDIR)!' \
1236 -e 's!@BFDDIR@!$(BFDDIR)!' \
82674a1f
AM
1237 -e 's!@SRCDIR@!$(srcdir)!' \
1238 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
252b5132 1239
73c418f4 1240dep: DEP
252b5132 1241 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
73c418f4 1242 cat DEP >> tmp-Makefile
252b5132
RH
1243 $(srcdir)/../move-if-change tmp-Makefile Makefile
1244
73c418f4 1245dep-in: DEP
252b5132 1246 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
73c418f4 1247 cat DEP >> tmp-Makefile.in
252b5132
RH
1248 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1249
73c418f4 1250dep-am: DEP
252b5132 1251 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
73c418f4 1252 cat DEP >> tmp-Makefile.am
252b5132
RH
1253 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1254
1255.PHONY: dep dep-in dep-am
1256
1257# What appears below is generated by a hacked mkdep using gcc -MM.
1258
1259# DO NOT DELETE THIS LINE -- mkdep uses it.
1260# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
9e097a72
AM
1261alpha-dis.lo: \
1262 alpha-dis.c \
1263 $(BFD_H) \
1264 $(INCDIR)/ansidecl.h \
1265 $(INCDIR)/dis-asm.h \
1266 $(INCDIR)/opcode/alpha.h \
1267 $(INCDIR)/symcat.h \
1268 config.h \
1269 sysdep.h
1270alpha-opc.lo: \
1271 alpha-opc.c \
1272 $(BFD_H) \
1273 $(INCDIR)/ansidecl.h \
1274 $(INCDIR)/opcode/alpha.h \
1275 $(INCDIR)/symcat.h \
1276 config.h \
1277 opintl.h \
1278 sysdep.h
1279arc-dis.lo: \
1280 arc-dis.c \
1281 $(BFDDIR)/elf-bfd.h \
1282 $(BFD_H) \
1283 $(INCDIR)/ansidecl.h \
1284 $(INCDIR)/bfdlink.h \
1285 $(INCDIR)/dis-asm.h \
1286 $(INCDIR)/elf/arc.h \
1287 $(INCDIR)/elf/common.h \
1288 $(INCDIR)/elf/external.h \
1289 $(INCDIR)/elf/internal.h \
1290 $(INCDIR)/elf/reloc-macros.h \
1291 $(INCDIR)/libiberty.h \
1292 $(INCDIR)/opcode/arc.h \
1293 $(INCDIR)/symcat.h \
1294 arc-dis.h \
1295 arc-ext.h \
fdd3b9b3 1296 opintl.h
9e097a72
AM
1297arc-opc.lo: \
1298 arc-opc.c \
1299 $(BFD_H) \
1300 $(INCDIR)/ansidecl.h \
1301 $(INCDIR)/opcode/arc.h \
1302 $(INCDIR)/symcat.h \
1303 config.h \
1304 opintl.h \
1305 sysdep.h
1306arc-ext.lo: \
1307 arc-ext.c \
1308 $(BFD_H) \
1309 $(INCDIR)/ansidecl.h \
1310 $(INCDIR)/libiberty.h \
1311 $(INCDIR)/symcat.h \
1312 arc-ext.h \
1313 config.h \
1314 sysdep.h
1315arm-dis.lo: \
1316 arm-dis.c \
1317 $(BFDDIR)/elf-bfd.h \
1318 $(BFDDIR)/libcoff.h \
1319 $(BFD_H) \
1320 $(INCDIR)/ansidecl.h \
1321 $(INCDIR)/bfdlink.h \
1322 $(INCDIR)/coff/internal.h \
1323 $(INCDIR)/dis-asm.h \
1324 $(INCDIR)/elf/arm.h \
1325 $(INCDIR)/elf/common.h \
1326 $(INCDIR)/elf/external.h \
1327 $(INCDIR)/elf/internal.h \
1328 $(INCDIR)/elf/reloc-macros.h \
1329 $(INCDIR)/floatformat.h \
1330 $(INCDIR)/opcode/arm.h \
1331 $(INCDIR)/safe-ctype.h \
1332 $(INCDIR)/symcat.h \
1333 config.h \
1334 opintl.h \
1335 sysdep.h
1336avr-dis.lo: \
1337 avr-dis.c \
1338 $(BFD_H) \
1339 $(INCDIR)/ansidecl.h \
1340 $(INCDIR)/dis-asm.h \
1341 $(INCDIR)/libiberty.h \
1342 $(INCDIR)/opcode/avr.h \
1343 $(INCDIR)/symcat.h \
1344 config.h \
1345 opintl.h \
1346 sysdep.h
1347bfin-dis.lo: \
1348 bfin-dis.c \
1349 $(BFD_H) \
1350 $(INCDIR)/ansidecl.h \
1351 $(INCDIR)/dis-asm.h \
1352 $(INCDIR)/opcode/bfin.h \
1353 $(INCDIR)/symcat.h
1354cgen-asm.lo: \
1355 cgen-asm.c \
1356 $(BFD_H) \
1357 $(INCDIR)/ansidecl.h \
1358 $(INCDIR)/libiberty.h \
1359 $(INCDIR)/opcode/cgen-bitset.h \
1360 $(INCDIR)/opcode/cgen.h \
1361 $(INCDIR)/safe-ctype.h \
1362 $(INCDIR)/symcat.h \
1363 config.h \
1364 opintl.h \
1365 sysdep.h
1366cgen-bitset.lo: \
1367 cgen-bitset.c \
1368 $(INCDIR)/ansidecl.h \
1369 $(INCDIR)/libiberty.h \
782e11fd 1370 $(INCDIR)/opcode/cgen-bitset.h
9e097a72
AM
1371cgen-dis.lo: \
1372 cgen-dis.c \
1373 $(BFD_H) \
1374 $(INCDIR)/ansidecl.h \
1375 $(INCDIR)/libiberty.h \
1376 $(INCDIR)/opcode/cgen-bitset.h \
1377 $(INCDIR)/opcode/cgen.h \
1378 $(INCDIR)/symcat.h \
1379 config.h \
1380 sysdep.h
1381cgen-opc.lo: \
1382 cgen-opc.c \
1383 $(BFD_H) \
1384 $(INCDIR)/alloca-conf.h \
1385 $(INCDIR)/ansidecl.h \
1386 $(INCDIR)/libiberty.h \
1387 $(INCDIR)/opcode/cgen-bitset.h \
1388 $(INCDIR)/opcode/cgen.h \
1389 $(INCDIR)/safe-ctype.h \
1390 $(INCDIR)/symcat.h \
1391 config.h \
1392 sysdep.h
1393cr16-dis.lo: \
1394 cr16-dis.c \
1395 $(BFD_H) \
1396 $(INCDIR)/ansidecl.h \
1397 $(INCDIR)/dis-asm.h \
1398 $(INCDIR)/libiberty.h \
1399 $(INCDIR)/opcode/cr16.h \
1400 $(INCDIR)/symcat.h \
1401 config.h \
1402 sysdep.h
1403cr16-opc.lo: \
1404 cr16-opc.c \
1405 $(INCDIR)/ansidecl.h \
1406 $(INCDIR)/libiberty.h \
1407 $(INCDIR)/opcode/cr16.h \
782e11fd 1408 $(INCDIR)/symcat.h
9e097a72
AM
1409cris-dis.lo: \
1410 cris-dis.c \
1411 $(BFD_H) \
1412 $(INCDIR)/ansidecl.h \
1413 $(INCDIR)/dis-asm.h \
1414 $(INCDIR)/libiberty.h \
1415 $(INCDIR)/opcode/cris.h \
1416 $(INCDIR)/symcat.h \
1417 config.h \
1418 sysdep.h
1419cris-opc.lo: \
1420 cris-opc.c \
1421 $(INCDIR)/opcode/cris.h
1422crx-dis.lo: \
1423 crx-dis.c \
1424 $(BFD_H) \
1425 $(INCDIR)/ansidecl.h \
1426 $(INCDIR)/dis-asm.h \
1427 $(INCDIR)/opcode/crx.h \
1428 $(INCDIR)/symcat.h \
1429 config.h \
1430 sysdep.h
1431crx-opc.lo: \
1432 crx-opc.c \
1433 $(INCDIR)/ansidecl.h \
1434 $(INCDIR)/libiberty.h \
1435 $(INCDIR)/opcode/crx.h \
2b3decb5 1436 $(INCDIR)/symcat.h
9e097a72
AM
1437d10v-dis.lo: \
1438 d10v-dis.c \
1439 $(BFD_H) \
1440 $(INCDIR)/ansidecl.h \
1441 $(INCDIR)/dis-asm.h \
1442 $(INCDIR)/opcode/d10v.h \
1443 $(INCDIR)/symcat.h \
1444 config.h \
1445 sysdep.h
1446d10v-opc.lo: \
1447 d10v-opc.c \
1448 $(INCDIR)/ansidecl.h \
1449 $(INCDIR)/opcode/d10v.h \
1450 config.h \
1451 sysdep.h
1452d30v-dis.lo: \
1453 d30v-dis.c \
1454 $(BFD_H) \
1455 $(INCDIR)/ansidecl.h \
1456 $(INCDIR)/dis-asm.h \
1457 $(INCDIR)/opcode/d30v.h \
1458 $(INCDIR)/symcat.h \
1459 config.h \
1460 opintl.h \
1461 sysdep.h
1462d30v-opc.lo: \
1463 d30v-opc.c \
1464 $(INCDIR)/ansidecl.h \
1465 $(INCDIR)/opcode/d30v.h \
1466 config.h \
1467 sysdep.h
1468dlx-dis.lo: \
1469 dlx-dis.c \
1470 $(BFD_H) \
1471 $(INCDIR)/ansidecl.h \
1472 $(INCDIR)/dis-asm.h \
1473 $(INCDIR)/opcode/dlx.h \
1474 $(INCDIR)/symcat.h \
1475 config.h \
1476 sysdep.h
1477dis-buf.lo: \
1478 dis-buf.c \
1479 $(BFD_H) \
1480 $(INCDIR)/ansidecl.h \
1481 $(INCDIR)/dis-asm.h \
1482 $(INCDIR)/symcat.h \
1483 config.h \
1484 opintl.h \
1485 sysdep.h
1486dis-init.lo: \
1487 dis-init.c \
1488 $(BFD_H) \
1489 $(INCDIR)/ansidecl.h \
1490 $(INCDIR)/dis-asm.h \
1491 $(INCDIR)/symcat.h \
1492 config.h \
1493 sysdep.h
1494disassemble.lo: \
1495 disassemble.c \
1496 $(BFD_H) \
1497 $(INCDIR)/ansidecl.h \
1498 $(INCDIR)/dis-asm.h \
1499 $(INCDIR)/symcat.h \
1500 config.h \
1501 sysdep.h
1502fr30-asm.lo: \
1503 fr30-asm.c \
1504 $(BFD_H) \
1505 $(INCDIR)/ansidecl.h \
1506 $(INCDIR)/libiberty.h \
1507 $(INCDIR)/opcode/cgen-bitset.h \
1508 $(INCDIR)/opcode/cgen.h \
1509 $(INCDIR)/safe-ctype.h \
1510 $(INCDIR)/symcat.h \
1511 $(INCDIR)/xregex.h \
1512 $(INCDIR)/xregex2.h \
1513 config.h \
1514 fr30-desc.h \
1515 fr30-opc.h \
1516 opintl.h \
1517 sysdep.h
1518fr30-desc.lo: \
1519 fr30-desc.c \
1520 $(BFD_H) \
1521 $(INCDIR)/ansidecl.h \
1522 $(INCDIR)/libiberty.h \
1523 $(INCDIR)/opcode/cgen-bitset.h \
1524 $(INCDIR)/opcode/cgen.h \
1525 $(INCDIR)/symcat.h \
1526 $(INCDIR)/xregex.h \
1527 $(INCDIR)/xregex2.h \
1528 config.h \
1529 fr30-desc.h \
1530 fr30-opc.h \
1531 opintl.h \
1532 sysdep.h
1533fr30-dis.lo: \
1534 fr30-dis.c \
1535 $(BFD_H) \
1536 $(INCDIR)/ansidecl.h \
1537 $(INCDIR)/dis-asm.h \
1538 $(INCDIR)/libiberty.h \
1539 $(INCDIR)/opcode/cgen-bitset.h \
1540 $(INCDIR)/opcode/cgen.h \
1541 $(INCDIR)/symcat.h \
1542 config.h \
1543 fr30-desc.h \
1544 fr30-opc.h \
1545 opintl.h \
1546 sysdep.h
1547fr30-ibld.lo: \
1548 fr30-ibld.c \
1549 $(BFD_H) \
1550 $(INCDIR)/ansidecl.h \
1551 $(INCDIR)/dis-asm.h \
1552 $(INCDIR)/opcode/cgen-bitset.h \
1553 $(INCDIR)/opcode/cgen.h \
1554 $(INCDIR)/safe-ctype.h \
1555 $(INCDIR)/symcat.h \
1556 config.h \
1557 fr30-desc.h \
1558 fr30-opc.h \
1559 opintl.h \
1560 sysdep.h
1561fr30-opc.lo: \
1562 fr30-opc.c \
1563 $(BFD_H) \
1564 $(INCDIR)/ansidecl.h \
1565 $(INCDIR)/libiberty.h \
1566 $(INCDIR)/opcode/cgen-bitset.h \
1567 $(INCDIR)/opcode/cgen.h \
1568 $(INCDIR)/symcat.h \
1569 config.h \
1570 fr30-desc.h \
1571 fr30-opc.h \
1572 sysdep.h
1573frv-asm.lo: \
1574 frv-asm.c \
1575 $(BFD_H) \
1576 $(INCDIR)/ansidecl.h \
1577 $(INCDIR)/libiberty.h \
1578 $(INCDIR)/opcode/cgen-bitset.h \
1579 $(INCDIR)/opcode/cgen.h \
1580 $(INCDIR)/safe-ctype.h \
1581 $(INCDIR)/symcat.h \
1582 $(INCDIR)/xregex.h \
1583 $(INCDIR)/xregex2.h \
1584 config.h \
1585 frv-desc.h \
1586 frv-opc.h \
1587 opintl.h \
1588 sysdep.h
1589frv-desc.lo: \
1590 frv-desc.c \
1591 $(BFD_H) \
1592 $(INCDIR)/ansidecl.h \
1593 $(INCDIR)/libiberty.h \
1594 $(INCDIR)/opcode/cgen-bitset.h \
1595 $(INCDIR)/opcode/cgen.h \
1596 $(INCDIR)/symcat.h \
1597 $(INCDIR)/xregex.h \
1598 $(INCDIR)/xregex2.h \
1599 config.h \
1600 frv-desc.h \
1601 frv-opc.h \
1602 opintl.h \
1603 sysdep.h
1604frv-dis.lo: \
1605 frv-dis.c \
1606 $(BFD_H) \
1607 $(INCDIR)/ansidecl.h \
1608 $(INCDIR)/dis-asm.h \
1609 $(INCDIR)/libiberty.h \
1610 $(INCDIR)/opcode/cgen-bitset.h \
1611 $(INCDIR)/opcode/cgen.h \
1612 $(INCDIR)/symcat.h \
1613 config.h \
1614 frv-desc.h \
1615 frv-opc.h \
1616 opintl.h \
1617 sysdep.h
1618frv-ibld.lo: \
1619 frv-ibld.c \
1620 $(BFD_H) \
1621 $(INCDIR)/ansidecl.h \
1622 $(INCDIR)/dis-asm.h \
1623 $(INCDIR)/opcode/cgen-bitset.h \
1624 $(INCDIR)/opcode/cgen.h \
1625 $(INCDIR)/safe-ctype.h \
1626 $(INCDIR)/symcat.h \
1627 config.h \
1628 frv-desc.h \
1629 frv-opc.h \
1630 opintl.h \
1631 sysdep.h
1632frv-opc.lo: \
1633 frv-opc.c \
1634 $(BFD_H) \
1635 $(INCDIR)/ansidecl.h \
1636 $(INCDIR)/elf/frv.h \
1637 $(INCDIR)/elf/reloc-macros.h \
1638 $(INCDIR)/libiberty.h \
1639 $(INCDIR)/opcode/cgen-bitset.h \
1640 $(INCDIR)/opcode/cgen.h \
1641 $(INCDIR)/symcat.h \
1642 config.h \
1643 frv-desc.h \
1644 frv-opc.h \
1645 sysdep.h
1646moxie-dis.lo: \
1647 moxie-dis.c \
1648 $(BFD_H) \
1649 $(INCDIR)/ansidecl.h \
1650 $(INCDIR)/dis-asm.h \
1651 $(INCDIR)/opcode/moxie.h \
1652 $(INCDIR)/symcat.h \
1653 config.h \
1654 sysdep.h
1655moxie-opc.lo: \
1656 moxie-opc.c \
1657 $(INCDIR)/ansidecl.h \
1658 $(INCDIR)/opcode/moxie.h \
1659 config.h \
1660 sysdep.h
1661h8300-dis.lo: \
1662 h8300-dis.c \
1663 $(BFD_H) \
1664 $(INCDIR)/ansidecl.h \
1665 $(INCDIR)/dis-asm.h \
1666 $(INCDIR)/libiberty.h \
1667 $(INCDIR)/opcode/h8300.h \
1668 $(INCDIR)/symcat.h \
1669 config.h \
1670 opintl.h \
1671 sysdep.h
1672h8500-dis.lo: \
1673 h8500-dis.c \
1674 $(BFD_H) \
1675 $(INCDIR)/ansidecl.h \
1676 $(INCDIR)/dis-asm.h \
1677 $(INCDIR)/symcat.h \
1678 config.h \
1679 h8500-opc.h \
1680 opintl.h \
1681 sysdep.h
1682hppa-dis.lo: \
1683 hppa-dis.c \
1684 $(BFDDIR)/libhppa.h \
1685 $(BFD_H) \
1686 $(INCDIR)/ansidecl.h \
1687 $(INCDIR)/dis-asm.h \
1688 $(INCDIR)/opcode/hppa.h \
1689 $(INCDIR)/symcat.h \
1690 config.h \
1691 sysdep.h
1692i370-dis.lo: \
1693 i370-dis.c \
1694 $(BFD_H) \
1695 $(INCDIR)/ansidecl.h \
1696 $(INCDIR)/dis-asm.h \
1697 $(INCDIR)/opcode/i370.h \
1698 $(INCDIR)/symcat.h \
1699 config.h \
1700 sysdep.h
1701i370-opc.lo: \
1702 i370-opc.c \
1703 $(INCDIR)/ansidecl.h \
1704 $(INCDIR)/opcode/i370.h \
1705 config.h \
1706 sysdep.h
1707i386-dis.lo: \
1708 i386-dis.c \
1709 $(BFD_H) \
1710 $(INCDIR)/ansidecl.h \
1711 $(INCDIR)/dis-asm.h \
1712 $(INCDIR)/libiberty.h \
1713 $(INCDIR)/opcode/i386.h \
1714 $(INCDIR)/symcat.h \
1715 config.h \
1716 opintl.h \
1717 sysdep.h
1718i386-opc.lo: \
1719 i386-opc.c \
1720 $(INCDIR)/ansidecl.h \
1721 $(INCDIR)/libiberty.h \
1722 $(INCDIR)/opcode/i386.h \
1723 config.h \
1724 i386-opc.h \
1725 i386-tbl.h \
1726 sysdep.h
1727i386-gen.lo: \
1728 i386-gen.c \
1729 $(INCDIR)/ansidecl.h \
1730 $(INCDIR)/getopt.h \
1731 $(INCDIR)/hashtab.h \
1732 $(INCDIR)/libiberty.h \
1733 $(INCDIR)/opcode/i386.h \
1734 $(INCDIR)/safe-ctype.h \
1735 config.h \
1736 i386-opc.h \
1737 sysdep.h
1738i860-dis.lo: \
1739 i860-dis.c \
1740 $(BFD_H) \
1741 $(INCDIR)/ansidecl.h \
1742 $(INCDIR)/dis-asm.h \
1743 $(INCDIR)/opcode/i860.h \
1744 $(INCDIR)/symcat.h
1745i960-dis.lo: \
1746 i960-dis.c \
1747 $(BFD_H) \
1748 $(INCDIR)/ansidecl.h \
1749 $(INCDIR)/dis-asm.h \
1750 $(INCDIR)/symcat.h \
1751 config.h \
1752 sysdep.h
1753ia64-dis.lo: \
1754 ia64-dis.c \
1755 $(BFD_H) \
1756 $(INCDIR)/ansidecl.h \
1757 $(INCDIR)/dis-asm.h \
1758 $(INCDIR)/opcode/ia64.h \
782e11fd 1759 $(INCDIR)/symcat.h
9e097a72
AM
1760ia64-opc-a.lo: \
1761 ia64-opc-a.c \
1762 $(BFD_H) \
1763 $(INCDIR)/ansidecl.h \
1764 $(INCDIR)/opcode/ia64.h \
1765 $(INCDIR)/symcat.h \
1766 ia64-opc.h
1767ia64-opc-b.lo: \
1768 ia64-opc-b.c \
1769 $(BFD_H) \
1770 $(INCDIR)/ansidecl.h \
1771 $(INCDIR)/opcode/ia64.h \
1772 $(INCDIR)/symcat.h \
1773 ia64-opc.h
1774ia64-opc-f.lo: \
1775 ia64-opc-f.c \
1776 $(BFD_H) \
1777 $(INCDIR)/ansidecl.h \
1778 $(INCDIR)/opcode/ia64.h \
1779 $(INCDIR)/symcat.h \
1780 ia64-opc.h
1781ia64-opc-i.lo: \
1782 ia64-opc-i.c \
1783 $(BFD_H) \
1784 $(INCDIR)/ansidecl.h \
1785 $(INCDIR)/opcode/ia64.h \
1786 $(INCDIR)/symcat.h \
1787 ia64-opc.h
1788ia64-opc-m.lo: \
1789 ia64-opc-m.c \
1790 $(BFD_H) \
1791 $(INCDIR)/ansidecl.h \
1792 $(INCDIR)/opcode/ia64.h \
1793 $(INCDIR)/symcat.h \
1794 ia64-opc.h
1795ia64-opc-d.lo: \
1796 ia64-opc-d.c
1797ia64-opc.lo: \
1798 ia64-opc.c \
1799 $(BFD_H) \
1800 $(INCDIR)/ansidecl.h \
1801 $(INCDIR)/libiberty.h \
1802 $(INCDIR)/opcode/ia64.h \
1803 $(INCDIR)/symcat.h \
1804 config.h \
1805 ia64-asmtab.c \
1806 ia64-asmtab.h \
1807 sysdep.h
1808ia64-gen.lo: \
1809 ia64-gen.c \
1810 $(BFD_H) \
1811 $(INCDIR)/ansidecl.h \
1812 $(INCDIR)/getopt.h \
1813 $(INCDIR)/libiberty.h \
1814 $(INCDIR)/opcode/ia64.h \
1815 $(INCDIR)/safe-ctype.h \
1816 $(INCDIR)/symcat.h \
1817 config.h \
1818 ia64-opc-a.c \
1819 ia64-opc-b.c \
1820 ia64-opc-d.c \
1821 ia64-opc-f.c \
1822 ia64-opc-i.c \
1823 ia64-opc-m.c \
1824 ia64-opc-x.c \
1825 ia64-opc.h \
1826 sysdep.h
1827ia64-asmtab.lo: \
1828 ia64-asmtab.c
1829ip2k-asm.lo: \
1830 ip2k-asm.c \
1831 $(BFD_H) \
1832 $(INCDIR)/ansidecl.h \
1833 $(INCDIR)/libiberty.h \
1834 $(INCDIR)/opcode/cgen-bitset.h \
1835 $(INCDIR)/opcode/cgen.h \
1836 $(INCDIR)/safe-ctype.h \
1837 $(INCDIR)/symcat.h \
1838 $(INCDIR)/xregex.h \
1839 $(INCDIR)/xregex2.h \
1840 config.h \
1841 ip2k-desc.h \
1842 ip2k-opc.h \
1843 opintl.h \
1844 sysdep.h
1845ip2k-desc.lo: \
1846 ip2k-desc.c \
1847 $(BFD_H) \
1848 $(INCDIR)/ansidecl.h \
1849 $(INCDIR)/libiberty.h \
1850 $(INCDIR)/opcode/cgen-bitset.h \
1851 $(INCDIR)/opcode/cgen.h \
1852 $(INCDIR)/symcat.h \
1853 $(INCDIR)/xregex.h \
1854 $(INCDIR)/xregex2.h \
1855 config.h \
1856 ip2k-desc.h \
1857 ip2k-opc.h \
1858 opintl.h \
1859 sysdep.h
1860ip2k-dis.lo: \
1861 ip2k-dis.c \
1862 $(BFD_H) \
1863 $(INCDIR)/ansidecl.h \
1864 $(INCDIR)/dis-asm.h \
1865 $(INCDIR)/libiberty.h \
1866 $(INCDIR)/opcode/cgen-bitset.h \
1867 $(INCDIR)/opcode/cgen.h \
1868 $(INCDIR)/symcat.h \
1869 config.h \
1870 ip2k-desc.h \
1871 ip2k-opc.h \
1872 opintl.h \
1873 sysdep.h
1874ip2k-ibld.lo: \
1875 ip2k-ibld.c \
1876 $(BFD_H) \
1877 $(INCDIR)/ansidecl.h \
1878 $(INCDIR)/dis-asm.h \
1879 $(INCDIR)/opcode/cgen-bitset.h \
1880 $(INCDIR)/opcode/cgen.h \
1881 $(INCDIR)/safe-ctype.h \
1882 $(INCDIR)/symcat.h \
1883 config.h \
1884 ip2k-desc.h \
1885 ip2k-opc.h \
1886 opintl.h \
1887 sysdep.h
1888ip2k-opc.lo: \
1889 ip2k-opc.c \
1890 $(BFD_H) \
1891 $(INCDIR)/ansidecl.h \
1892 $(INCDIR)/libiberty.h \
1893 $(INCDIR)/opcode/cgen-bitset.h \
1894 $(INCDIR)/opcode/cgen.h \
1895 $(INCDIR)/safe-ctype.h \
1896 $(INCDIR)/symcat.h \
1897 config.h \
1898 ip2k-desc.h \
1899 ip2k-opc.h \
1900 sysdep.h
1901iq2000-asm.lo: \
1902 iq2000-asm.c \
1903 $(BFD_H) \
1904 $(INCDIR)/ansidecl.h \
1905 $(INCDIR)/libiberty.h \
1906 $(INCDIR)/opcode/cgen-bitset.h \
1907 $(INCDIR)/opcode/cgen.h \
1908 $(INCDIR)/safe-ctype.h \
1909 $(INCDIR)/symcat.h \
1910 $(INCDIR)/xregex.h \
1911 $(INCDIR)/xregex2.h \
1912 config.h \
1913 iq2000-desc.h \
1914 iq2000-opc.h \
1915 opintl.h \
1916 sysdep.h
1917iq2000-desc.lo: \
1918 iq2000-desc.c \
1919 $(BFD_H) \
1920 $(INCDIR)/ansidecl.h \
1921 $(INCDIR)/libiberty.h \
1922 $(INCDIR)/opcode/cgen-bitset.h \
1923 $(INCDIR)/opcode/cgen.h \
1924 $(INCDIR)/symcat.h \
1925 $(INCDIR)/xregex.h \
1926 $(INCDIR)/xregex2.h \
1927 config.h \
1928 iq2000-desc.h \
1929 iq2000-opc.h \
1930 opintl.h \
1931 sysdep.h
1932iq2000-dis.lo: \
1933 iq2000-dis.c \
1934 $(BFD_H) \
1935 $(INCDIR)/ansidecl.h \
1936 $(INCDIR)/dis-asm.h \
1937 $(INCDIR)/libiberty.h \
1938 $(INCDIR)/opcode/cgen-bitset.h \
1939 $(INCDIR)/opcode/cgen.h \
1940 $(INCDIR)/symcat.h \
1941 config.h \
1942 iq2000-desc.h \
1943 iq2000-opc.h \
1944 opintl.h \
1945 sysdep.h
1946iq2000-ibld.lo: \
1947 iq2000-ibld.c \
1948 $(BFD_H) \
1949 $(INCDIR)/ansidecl.h \
1950 $(INCDIR)/dis-asm.h \
1951 $(INCDIR)/opcode/cgen-bitset.h \
1952 $(INCDIR)/opcode/cgen.h \
1953 $(INCDIR)/safe-ctype.h \
1954 $(INCDIR)/symcat.h \
1955 config.h \
1956 iq2000-desc.h \
1957 iq2000-opc.h \
1958 opintl.h \
1959 sysdep.h
1960iq2000-opc.lo: \
1961 iq2000-opc.c \
1962 $(BFD_H) \
1963 $(INCDIR)/ansidecl.h \
1964 $(INCDIR)/libiberty.h \
1965 $(INCDIR)/opcode/cgen-bitset.h \
1966 $(INCDIR)/opcode/cgen.h \
1967 $(INCDIR)/symcat.h \
1968 config.h \
1969 iq2000-desc.h \
1970 iq2000-opc.h \
1971 sysdep.h
1972lm32-asm.lo: \
1973 lm32-asm.c \
1974 $(BFD_H) \
1975 $(INCDIR)/ansidecl.h \
1976 $(INCDIR)/libiberty.h \
1977 $(INCDIR)/opcode/cgen-bitset.h \
1978 $(INCDIR)/opcode/cgen.h \
1979 $(INCDIR)/safe-ctype.h \
1980 $(INCDIR)/symcat.h \
1981 $(INCDIR)/xregex.h \
1982 $(INCDIR)/xregex2.h \
1983 config.h \
1984 lm32-desc.h \
1985 lm32-opc.h \
1986 opintl.h \
1987 sysdep.h
1988lm32-desc.lo: \
1989 lm32-desc.c \
1990 $(BFD_H) \
1991 $(INCDIR)/ansidecl.h \
1992 $(INCDIR)/libiberty.h \
1993 $(INCDIR)/opcode/cgen-bitset.h \
1994 $(INCDIR)/opcode/cgen.h \
1995 $(INCDIR)/symcat.h \
1996 $(INCDIR)/xregex.h \
1997 $(INCDIR)/xregex2.h \
1998 config.h \
1999 lm32-desc.h \
2000 lm32-opc.h \
2001 opintl.h \
2002 sysdep.h
2003lm32-dis.lo: \
2004 lm32-dis.c \
2005 $(BFD_H) \
2006 $(INCDIR)/ansidecl.h \
2007 $(INCDIR)/dis-asm.h \
2008 $(INCDIR)/libiberty.h \
2009 $(INCDIR)/opcode/cgen-bitset.h \
2010 $(INCDIR)/opcode/cgen.h \
2011 $(INCDIR)/symcat.h \
2012 config.h \
2013 lm32-desc.h \
2014 lm32-opc.h \
2015 opintl.h \
2016 sysdep.h
2017lm32-ibld.lo: \
2018 lm32-ibld.c \
2019 $(BFD_H) \
2020 $(INCDIR)/ansidecl.h \
2021 $(INCDIR)/dis-asm.h \
2022 $(INCDIR)/opcode/cgen-bitset.h \
2023 $(INCDIR)/opcode/cgen.h \
2024 $(INCDIR)/safe-ctype.h \
2025 $(INCDIR)/symcat.h \
2026 config.h \
2027 lm32-desc.h \
2028 lm32-opc.h \
2029 opintl.h \
2030 sysdep.h
2031lm32-opc.lo: \
2032 lm32-opc.c \
2033 $(BFD_H) \
2034 $(INCDIR)/ansidecl.h \
2035 $(INCDIR)/libiberty.h \
2036 $(INCDIR)/opcode/cgen-bitset.h \
2037 $(INCDIR)/opcode/cgen.h \
2038 $(INCDIR)/symcat.h \
2039 config.h \
2040 lm32-desc.h \
2041 lm32-opc.h \
2042 sysdep.h
2043lm32-opinst.lo: \
2044 lm32-opinst.c \
2045 $(BFD_H) \
2046 $(INCDIR)/ansidecl.h \
2047 $(INCDIR)/opcode/cgen-bitset.h \
2048 $(INCDIR)/opcode/cgen.h \
2049 $(INCDIR)/symcat.h \
2050 config.h \
2051 lm32-desc.h \
2052 lm32-opc.h \
2053 sysdep.h
2054m32c-asm.lo: \
2055 m32c-asm.c \
2056 $(BFD_H) \
2057 $(INCDIR)/ansidecl.h \
2058 $(INCDIR)/libiberty.h \
2059 $(INCDIR)/opcode/cgen-bitset.h \
2060 $(INCDIR)/opcode/cgen.h \
2061 $(INCDIR)/safe-ctype.h \
2062 $(INCDIR)/symcat.h \
2063 $(INCDIR)/xregex.h \
2064 $(INCDIR)/xregex2.h \
2065 ../bfd/bfd_stdint.h \
2066 cgen-ops.h \
2067 cgen-types.h \
2068 config.h \
2069 m32c-desc.h \
2070 m32c-opc.h \
2071 opintl.h \
2072 sysdep.h
2073m32c-desc.lo: \
2074 m32c-desc.c \
2075 $(BFD_H) \
2076 $(INCDIR)/ansidecl.h \
2077 $(INCDIR)/libiberty.h \
2078 $(INCDIR)/opcode/cgen-bitset.h \
2079 $(INCDIR)/opcode/cgen.h \
2080 $(INCDIR)/symcat.h \
2081 $(INCDIR)/xregex.h \
2082 $(INCDIR)/xregex2.h \
2083 ../bfd/bfd_stdint.h \
2084 cgen-ops.h \
2085 cgen-types.h \
2086 config.h \
2087 m32c-desc.h \
2088 m32c-opc.h \
2089 opintl.h \
2090 sysdep.h
2091m32c-dis.lo: \
2092 m32c-dis.c \
2093 $(BFDDIR)/elf-bfd.h \
2094 $(BFD_H) \
2095 $(INCDIR)/ansidecl.h \
2096 $(INCDIR)/bfdlink.h \
2097 $(INCDIR)/dis-asm.h \
2098 $(INCDIR)/elf/common.h \
2099 $(INCDIR)/elf/external.h \
2100 $(INCDIR)/elf/internal.h \
2101 $(INCDIR)/elf/m32c.h \
2102 $(INCDIR)/elf/reloc-macros.h \
2103 $(INCDIR)/libiberty.h \
2104 $(INCDIR)/opcode/cgen-bitset.h \
2105 $(INCDIR)/opcode/cgen.h \
2106 $(INCDIR)/symcat.h \
2107 ../bfd/bfd_stdint.h \
2108 cgen-ops.h \
2109 cgen-types.h \
2110 config.h \
2111 m32c-desc.h \
2112 m32c-opc.h \
2113 opintl.h \
2114 sysdep.h
2115m32c-ibld.lo: \
2116 m32c-ibld.c \
2117 $(BFD_H) \
2118 $(INCDIR)/ansidecl.h \
2119 $(INCDIR)/dis-asm.h \
2120 $(INCDIR)/opcode/cgen-bitset.h \
2121 $(INCDIR)/opcode/cgen.h \
2122 $(INCDIR)/safe-ctype.h \
2123 $(INCDIR)/symcat.h \
2124 ../bfd/bfd_stdint.h \
2125 cgen-ops.h \
2126 cgen-types.h \
2127 config.h \
2128 m32c-desc.h \
2129 m32c-opc.h \
2130 opintl.h \
2131 sysdep.h
2132m32c-opc.lo: \
2133 m32c-opc.c \
2134 $(BFD_H) \
2135 $(INCDIR)/ansidecl.h \
2136 $(INCDIR)/libiberty.h \
2137 $(INCDIR)/opcode/cgen-bitset.h \
2138 $(INCDIR)/opcode/cgen.h \
2139 $(INCDIR)/symcat.h \
2140 ../bfd/bfd_stdint.h \
2141 cgen-ops.h \
2142 cgen-types.h \
2143 config.h \
2144 m32c-desc.h \
2145 m32c-opc.h \
2146 sysdep.h
2147m32r-asm.lo: \
2148 m32r-asm.c \
2149 $(BFD_H) \
2150 $(INCDIR)/ansidecl.h \
2151 $(INCDIR)/libiberty.h \
2152 $(INCDIR)/opcode/cgen-bitset.h \
2153 $(INCDIR)/opcode/cgen.h \
2154 $(INCDIR)/safe-ctype.h \
2155 $(INCDIR)/symcat.h \
2156 $(INCDIR)/xregex.h \
2157 $(INCDIR)/xregex2.h \
2158 config.h \
2159 m32r-desc.h \
2160 m32r-opc.h \
2161 opintl.h \
2162 sysdep.h
2163m32r-desc.lo: \
2164 m32r-desc.c \
2165 $(BFD_H) \
2166 $(INCDIR)/ansidecl.h \
2167 $(INCDIR)/libiberty.h \
2168 $(INCDIR)/opcode/cgen-bitset.h \
2169 $(INCDIR)/opcode/cgen.h \
2170 $(INCDIR)/symcat.h \
2171 $(INCDIR)/xregex.h \
2172 $(INCDIR)/xregex2.h \
2173 config.h \
2174 m32r-desc.h \
2175 m32r-opc.h \
2176 opintl.h \
2177 sysdep.h
2178m32r-dis.lo: \
2179 m32r-dis.c \
2180 $(BFD_H) \
2181 $(INCDIR)/ansidecl.h \
2182 $(INCDIR)/dis-asm.h \
2183 $(INCDIR)/libiberty.h \
2184 $(INCDIR)/opcode/cgen-bitset.h \
2185 $(INCDIR)/opcode/cgen.h \
2186 $(INCDIR)/symcat.h \
2187 config.h \
2188 m32r-desc.h \
2189 m32r-opc.h \
2190 opintl.h \
2191 sysdep.h
2192m32r-ibld.lo: \
2193 m32r-ibld.c \
2194 $(BFD_H) \
2195 $(INCDIR)/ansidecl.h \
2196 $(INCDIR)/dis-asm.h \
2197 $(INCDIR)/opcode/cgen-bitset.h \
2198 $(INCDIR)/opcode/cgen.h \
2199 $(INCDIR)/safe-ctype.h \
2200 $(INCDIR)/symcat.h \
2201 config.h \
2202 m32r-desc.h \
2203 m32r-opc.h \
2204 opintl.h \
2205 sysdep.h
2206m32r-opc.lo: \
2207 m32r-opc.c \
2208 $(BFD_H) \
2209 $(INCDIR)/ansidecl.h \
2210 $(INCDIR)/libiberty.h \
2211 $(INCDIR)/opcode/cgen-bitset.h \
2212 $(INCDIR)/opcode/cgen.h \
2213 $(INCDIR)/symcat.h \
2214 config.h \
2215 m32r-desc.h \
2216 m32r-opc.h \
2217 sysdep.h
2218m32r-opinst.lo: \
2219 m32r-opinst.c \
2220 $(BFD_H) \
2221 $(INCDIR)/ansidecl.h \
2222 $(INCDIR)/opcode/cgen-bitset.h \
2223 $(INCDIR)/opcode/cgen.h \
2224 $(INCDIR)/symcat.h \
2225 config.h \
2226 m32r-desc.h \
2227 m32r-opc.h \
2228 sysdep.h
2229m68hc11-dis.lo: \
2230 m68hc11-dis.c \
2231 $(BFD_H) \
2232 $(INCDIR)/ansidecl.h \
2233 $(INCDIR)/dis-asm.h \
2234 $(INCDIR)/opcode/m68hc11.h \
2235 $(INCDIR)/symcat.h
2236m68hc11-opc.lo: \
2237 m68hc11-opc.c \
2238 $(INCDIR)/ansidecl.h \
60bcf0fa 2239 $(INCDIR)/opcode/m68hc11.h
9e097a72
AM
2240m68k-dis.lo: \
2241 m68k-dis.c \
2242 $(BFD_H) \
2243 $(INCDIR)/ansidecl.h \
2244 $(INCDIR)/dis-asm.h \
2245 $(INCDIR)/floatformat.h \
2246 $(INCDIR)/libiberty.h \
2247 $(INCDIR)/opcode/m68k.h \
2248 $(INCDIR)/symcat.h \
2249 config.h \
2250 opintl.h \
2251 sysdep.h
2252m68k-opc.lo: \
2253 m68k-opc.c \
2254 $(INCDIR)/ansidecl.h \
2255 $(INCDIR)/opcode/m68k.h \
2256 config.h \
2257 sysdep.h
2258m88k-dis.lo: \
2259 m88k-dis.c \
2260 $(BFD_H) \
2261 $(INCDIR)/ansidecl.h \
2262 $(INCDIR)/dis-asm.h \
2263 $(INCDIR)/libiberty.h \
2264 $(INCDIR)/opcode/m88k.h \
2265 $(INCDIR)/symcat.h \
2266 config.h \
2267 opintl.h \
2268 sysdep.h
2269maxq-dis.lo: \
2270 maxq-dis.c \
2271 $(BFD_H) \
2272 $(INCDIR)/ansidecl.h \
2273 $(INCDIR)/dis-asm.h \
2274 $(INCDIR)/opcode/maxq.h \
2275 $(INCDIR)/symcat.h \
2276 config.h \
2277 sysdep.h
2278mcore-dis.lo: \
2279 mcore-dis.c \
2280 $(BFD_H) \
2281 $(INCDIR)/ansidecl.h \
2282 $(INCDIR)/dis-asm.h \
2283 $(INCDIR)/symcat.h \
2284 config.h \
2285 mcore-opc.h \
2286 sysdep.h
2287mep-asm.lo: \
2288 mep-asm.c \
2289 $(BFD_H) \
2290 $(INCDIR)/ansidecl.h \
2291 $(INCDIR)/elf/mep.h \
2292 $(INCDIR)/elf/reloc-macros.h \
2293 $(INCDIR)/libiberty.h \
2294 $(INCDIR)/opcode/cgen-bitset.h \
2295 $(INCDIR)/opcode/cgen.h \
2296 $(INCDIR)/safe-ctype.h \
2297 $(INCDIR)/symcat.h \
2298 $(INCDIR)/xregex.h \
2299 $(INCDIR)/xregex2.h \
2300 config.h \
2301 mep-desc.h \
2302 mep-opc.h \
2303 opintl.h \
2304 sysdep.h
2305mep-desc.lo: \
2306 mep-desc.c \
2307 $(BFD_H) \
2308 $(INCDIR)/ansidecl.h \
2309 $(INCDIR)/libiberty.h \
2310 $(INCDIR)/opcode/cgen-bitset.h \
2311 $(INCDIR)/opcode/cgen.h \
2312 $(INCDIR)/symcat.h \
2313 $(INCDIR)/xregex.h \
2314 $(INCDIR)/xregex2.h \
2315 config.h \
2316 mep-desc.h \
2317 mep-opc.h \
2318 opintl.h \
2319 sysdep.h
2320mep-dis.lo: \
2321 mep-dis.c \
2322 $(BFDDIR)/elf-bfd.h \
2323 $(BFD_H) \
2324 $(INCDIR)/ansidecl.h \
2325 $(INCDIR)/bfdlink.h \
2326 $(INCDIR)/dis-asm.h \
2327 $(INCDIR)/elf/common.h \
2328 $(INCDIR)/elf/external.h \
2329 $(INCDIR)/elf/internal.h \
2330 $(INCDIR)/elf/mep.h \
2331 $(INCDIR)/elf/reloc-macros.h \
2332 $(INCDIR)/libiberty.h \
2333 $(INCDIR)/opcode/cgen-bitset.h \
2334 $(INCDIR)/opcode/cgen.h \
2335 $(INCDIR)/symcat.h \
2336 config.h \
2337 mep-desc.h \
2338 mep-opc.h \
2339 opintl.h \
2340 sysdep.h
2341mep-ibld.lo: \
2342 mep-ibld.c \
2343 $(BFD_H) \
2344 $(INCDIR)/ansidecl.h \
2345 $(INCDIR)/dis-asm.h \
2346 $(INCDIR)/opcode/cgen-bitset.h \
2347 $(INCDIR)/opcode/cgen.h \
2348 $(INCDIR)/safe-ctype.h \
2349 $(INCDIR)/symcat.h \
2350 config.h \
2351 mep-desc.h \
2352 mep-opc.h \
2353 opintl.h \
2354 sysdep.h
2355mep-opc.lo: \
2356 mep-opc.c \
2357 $(BFD_H) \
2358 $(INCDIR)/ansidecl.h \
2359 $(INCDIR)/elf/mep.h \
2360 $(INCDIR)/elf/reloc-macros.h \
2361 $(INCDIR)/libiberty.h \
2362 $(INCDIR)/opcode/cgen-bitset.h \
2363 $(INCDIR)/opcode/cgen.h \
2364 $(INCDIR)/symcat.h \
2365 config.h \
2366 mep-desc.h \
2367 mep-opc.h \
2368 sysdep.h
7ba29e2a
NC
2369microblaze-dis.lo: \
2370 microblaze-dis.c \
2371 microblaze-opc.h \
2372 $(INCDIR)/ansidecl.h \
2373 $(INCDIR)/dis-asm.h
9e097a72
AM
2374mips-dis.lo: \
2375 mips-dis.c \
2376 $(BFDDIR)/elf-bfd.h \
2377 $(BFD_H) \
2378 $(INCDIR)/ansidecl.h \
2379 $(INCDIR)/bfdlink.h \
2380 $(INCDIR)/dis-asm.h \
2381 $(INCDIR)/elf/common.h \
2382 $(INCDIR)/elf/external.h \
2383 $(INCDIR)/elf/internal.h \
2384 $(INCDIR)/elf/mips.h \
2385 $(INCDIR)/elf/reloc-macros.h \
2386 $(INCDIR)/libiberty.h \
2387 $(INCDIR)/opcode/mips.h \
2388 $(INCDIR)/symcat.h \
2389 config.h \
2390 opintl.h \
2391 sysdep.h
2392mips-opc.lo: \
2393 mips-opc.c \
2394 $(INCDIR)/ansidecl.h \
2395 $(INCDIR)/opcode/mips.h \
2396 config.h \
2397 sysdep.h
2398mips16-opc.lo: \
2399 mips16-opc.c \
2400 $(INCDIR)/ansidecl.h \
2401 $(INCDIR)/opcode/mips.h \
2402 config.h \
2403 sysdep.h
2404m10200-dis.lo: \
2405 m10200-dis.c \
2406 $(BFD_H) \
2407 $(INCDIR)/ansidecl.h \
2408 $(INCDIR)/dis-asm.h \
2409 $(INCDIR)/opcode/mn10200.h \
2410 $(INCDIR)/symcat.h \
2411 config.h \
2412 opintl.h \
2413 sysdep.h
2414m10200-opc.lo: \
2415 m10200-opc.c \
2416 $(INCDIR)/ansidecl.h \
2417 $(INCDIR)/opcode/mn10200.h \
2418 config.h \
2419 sysdep.h
2420m10300-dis.lo: \
2421 m10300-dis.c \
2422 $(BFD_H) \
2423 $(INCDIR)/ansidecl.h \
2424 $(INCDIR)/dis-asm.h \
2425 $(INCDIR)/opcode/mn10300.h \
2426 $(INCDIR)/symcat.h \
2427 config.h \
2428 opintl.h \
2429 sysdep.h
2430m10300-opc.lo: \
2431 m10300-opc.c \
2432 $(INCDIR)/ansidecl.h \
2433 $(INCDIR)/opcode/mn10300.h \
2434 config.h \
2435 sysdep.h
2436mmix-dis.lo: \
2437 mmix-dis.c \
2438 $(BFD_H) \
2439 $(INCDIR)/ansidecl.h \
2440 $(INCDIR)/dis-asm.h \
2441 $(INCDIR)/libiberty.h \
2442 $(INCDIR)/opcode/mmix.h \
2443 $(INCDIR)/symcat.h \
782e11fd 2444 opintl.h
9e097a72
AM
2445mmix-opc.lo: \
2446 mmix-opc.c \
2447 $(INCDIR)/opcode/mmix.h \
782e11fd 2448 $(INCDIR)/symcat.h
9e097a72
AM
2449mt-asm.lo: \
2450 mt-asm.c \
2451 $(BFD_H) \
2452 $(INCDIR)/ansidecl.h \
2453 $(INCDIR)/libiberty.h \
2454 $(INCDIR)/opcode/cgen-bitset.h \
2455 $(INCDIR)/opcode/cgen.h \
2456 $(INCDIR)/safe-ctype.h \
2457 $(INCDIR)/symcat.h \
2458 $(INCDIR)/xregex.h \
2459 $(INCDIR)/xregex2.h \
2460 config.h \
2461 mt-desc.h \
2462 mt-opc.h \
2463 opintl.h \
2464 sysdep.h
2465mt-desc.lo: \
2466 mt-desc.c \
2467 $(BFD_H) \
2468 $(INCDIR)/ansidecl.h \
2469 $(INCDIR)/libiberty.h \
2470 $(INCDIR)/opcode/cgen-bitset.h \
2471 $(INCDIR)/opcode/cgen.h \
2472 $(INCDIR)/symcat.h \
2473 $(INCDIR)/xregex.h \
2474 $(INCDIR)/xregex2.h \
2475 config.h \
2476 mt-desc.h \
2477 mt-opc.h \
2478 opintl.h \
2479 sysdep.h
2480mt-dis.lo: \
2481 mt-dis.c \
2482 $(BFD_H) \
2483 $(INCDIR)/ansidecl.h \
2484 $(INCDIR)/dis-asm.h \
2485 $(INCDIR)/libiberty.h \
2486 $(INCDIR)/opcode/cgen-bitset.h \
2487 $(INCDIR)/opcode/cgen.h \
2488 $(INCDIR)/symcat.h \
2489 config.h \
2490 mt-desc.h \
2491 mt-opc.h \
2492 opintl.h \
2493 sysdep.h
2494mt-ibld.lo: \
2495 mt-ibld.c \
2496 $(BFD_H) \
2497 $(INCDIR)/ansidecl.h \
2498 $(INCDIR)/dis-asm.h \
2499 $(INCDIR)/opcode/cgen-bitset.h \
2500 $(INCDIR)/opcode/cgen.h \
2501 $(INCDIR)/safe-ctype.h \
2502 $(INCDIR)/symcat.h \
2503 config.h \
2504 mt-desc.h \
2505 mt-opc.h \
2506 opintl.h \
2507 sysdep.h
2508mt-opc.lo: \
2509 mt-opc.c \
2510 $(BFD_H) \
2511 $(INCDIR)/ansidecl.h \
2512 $(INCDIR)/libiberty.h \
2513 $(INCDIR)/opcode/cgen-bitset.h \
2514 $(INCDIR)/opcode/cgen.h \
2515 $(INCDIR)/safe-ctype.h \
2516 $(INCDIR)/symcat.h \
2517 config.h \
2518 mt-desc.h \
2519 mt-opc.h \
2520 sysdep.h
2521ns32k-dis.lo: \
2522 ns32k-dis.c \
2523 $(BFD_H) \
2524 $(INCDIR)/ansidecl.h \
2525 $(INCDIR)/dis-asm.h \
2526 $(INCDIR)/opcode/ns32k.h \
2527 $(INCDIR)/symcat.h \
2528 config.h \
2529 opintl.h \
2530 sysdep.h
2531openrisc-asm.lo: \
2532 openrisc-asm.c \
2533 $(BFD_H) \
2534 $(INCDIR)/ansidecl.h \
2535 $(INCDIR)/libiberty.h \
2536 $(INCDIR)/opcode/cgen-bitset.h \
2537 $(INCDIR)/opcode/cgen.h \
2538 $(INCDIR)/safe-ctype.h \
2539 $(INCDIR)/symcat.h \
2540 $(INCDIR)/xregex.h \
2541 $(INCDIR)/xregex2.h \
2542 config.h \
2543 openrisc-desc.h \
2544 openrisc-opc.h \
2545 opintl.h \
2546 sysdep.h
2547openrisc-desc.lo: \
2548 openrisc-desc.c \
2549 $(BFD_H) \
2550 $(INCDIR)/ansidecl.h \
2551 $(INCDIR)/libiberty.h \
2552 $(INCDIR)/opcode/cgen-bitset.h \
2553 $(INCDIR)/opcode/cgen.h \
2554 $(INCDIR)/symcat.h \
2555 $(INCDIR)/xregex.h \
2556 $(INCDIR)/xregex2.h \
2557 config.h \
2558 openrisc-desc.h \
2559 openrisc-opc.h \
2560 opintl.h \
2561 sysdep.h
2562openrisc-dis.lo: \
2563 openrisc-dis.c \
2564 $(BFD_H) \
2565 $(INCDIR)/ansidecl.h \
2566 $(INCDIR)/dis-asm.h \
2567 $(INCDIR)/libiberty.h \
2568 $(INCDIR)/opcode/cgen-bitset.h \
2569 $(INCDIR)/opcode/cgen.h \
2570 $(INCDIR)/symcat.h \
2571 config.h \
2572 openrisc-desc.h \
2573 openrisc-opc.h \
2574 opintl.h \
2575 sysdep.h
2576openrisc-ibld.lo: \
2577 openrisc-ibld.c \
2578 $(BFD_H) \
2579 $(INCDIR)/ansidecl.h \
2580 $(INCDIR)/dis-asm.h \
2581 $(INCDIR)/opcode/cgen-bitset.h \
2582 $(INCDIR)/opcode/cgen.h \
2583 $(INCDIR)/safe-ctype.h \
2584 $(INCDIR)/symcat.h \
2585 config.h \
2586 openrisc-desc.h \
2587 openrisc-opc.h \
2588 opintl.h \
2589 sysdep.h
2590openrisc-opc.lo: \
2591 openrisc-opc.c \
2592 $(BFD_H) \
2593 $(INCDIR)/ansidecl.h \
2594 $(INCDIR)/libiberty.h \
2595 $(INCDIR)/opcode/cgen-bitset.h \
2596 $(INCDIR)/opcode/cgen.h \
2597 $(INCDIR)/symcat.h \
2598 config.h \
2599 openrisc-desc.h \
2600 openrisc-opc.h \
2601 sysdep.h
2602or32-dis.lo: \
2603 or32-dis.c \
2604 $(BFD_H) \
2605 $(INCDIR)/ansidecl.h \
2606 $(INCDIR)/dis-asm.h \
2607 $(INCDIR)/opcode/or32.h \
2608 $(INCDIR)/safe-ctype.h \
782e11fd 2609 $(INCDIR)/symcat.h
9e097a72
AM
2610or32-opc.lo: \
2611 or32-opc.c \
2612 $(INCDIR)/ansidecl.h \
2613 $(INCDIR)/opcode/or32.h \
2614 $(INCDIR)/safe-ctype.h
2615pdp11-dis.lo: \
2616 pdp11-dis.c \
2617 $(BFD_H) \
2618 $(INCDIR)/ansidecl.h \
2619 $(INCDIR)/dis-asm.h \
2620 $(INCDIR)/opcode/pdp11.h \
2621 $(INCDIR)/symcat.h \
2622 config.h \
2623 sysdep.h
2624pdp11-opc.lo: \
2625 pdp11-opc.c \
2626 $(INCDIR)/opcode/pdp11.h
2627pj-dis.lo: \
2628 pj-dis.c \
2629 $(BFD_H) \
2630 $(INCDIR)/ansidecl.h \
2631 $(INCDIR)/dis-asm.h \
2632 $(INCDIR)/opcode/pj.h \
2633 $(INCDIR)/symcat.h \
2634 config.h \
2635 sysdep.h
2636pj-opc.lo: \
2637 pj-opc.c \
2638 $(INCDIR)/ansidecl.h \
2639 $(INCDIR)/opcode/pj.h \
2640 config.h \
2641 sysdep.h
2642ppc-dis.lo: \
2643 ppc-dis.c \
2644 $(BFD_H) \
2645 $(INCDIR)/ansidecl.h \
2646 $(INCDIR)/dis-asm.h \
2647 $(INCDIR)/opcode/ppc.h \
2648 $(INCDIR)/symcat.h \
2649 config.h \
2650 opintl.h \
2651 sysdep.h
2652ppc-opc.lo: \
2653 ppc-opc.c \
2654 $(INCDIR)/ansidecl.h \
2655 $(INCDIR)/opcode/ppc.h \
2656 config.h \
2657 opintl.h \
2658 sysdep.h
2659s390-mkopc.lo: \
2660 s390-mkopc.c
2661s390-opc.lo: \
2662 s390-opc.c \
2663 $(INCDIR)/ansidecl.h \
2664 $(INCDIR)/opcode/s390.h \
2665 s390-opc.tab
2666s390-dis.lo: \
2667 s390-dis.c \
2668 $(BFD_H) \
2669 $(INCDIR)/ansidecl.h \
2670 $(INCDIR)/dis-asm.h \
2671 $(INCDIR)/opcode/s390.h \
2672 $(INCDIR)/symcat.h \
2673 config.h \
2674 opintl.h \
2675 sysdep.h
2676score-dis.lo: \
2677 score-dis.c \
2678 $(BFDDIR)/elf-bfd.h \
2679 $(BFD_H) \
2680 $(INCDIR)/ansidecl.h \
2681 $(INCDIR)/bfdlink.h \
2682 $(INCDIR)/dis-asm.h \
2683 $(INCDIR)/elf/common.h \
2684 $(INCDIR)/elf/external.h \
2685 $(INCDIR)/elf/internal.h \
2686 $(INCDIR)/elf/reloc-macros.h \
2687 $(INCDIR)/elf/score.h \
2688 $(INCDIR)/symcat.h \
2689 config.h \
2690 opintl.h \
2691 sysdep.h
2692score7-dis.lo: \
2693 score7-dis.c \
2694 $(BFDDIR)/elf-bfd.h \
2695 $(BFD_H) \
2696 $(INCDIR)/ansidecl.h \
2697 $(INCDIR)/bfdlink.h \
2698 $(INCDIR)/dis-asm.h \
2699 $(INCDIR)/elf/common.h \
2700 $(INCDIR)/elf/external.h \
2701 $(INCDIR)/elf/internal.h \
2702 $(INCDIR)/elf/reloc-macros.h \
2703 $(INCDIR)/elf/score.h \
2704 $(INCDIR)/symcat.h \
2705 config.h \
2706 opintl.h \
2707 sysdep.h
2708sh-dis.lo: \
2709 sh-dis.c \
2710 $(BFD_H) \
2711 $(INCDIR)/ansidecl.h \
2712 $(INCDIR)/dis-asm.h \
2713 $(INCDIR)/symcat.h \
2714 config.h \
2715 sh-opc.h \
2716 sysdep.h
2717sh64-dis.lo: \
2718 sh64-dis.c \
2719 $(BFDDIR)/elf-bfd.h \
2720 $(BFDDIR)/elf32-sh64.h \
2721 $(BFD_H) \
2722 $(INCDIR)/ansidecl.h \
2723 $(INCDIR)/bfdlink.h \
2724 $(INCDIR)/dis-asm.h \
2725 $(INCDIR)/elf/common.h \
2726 $(INCDIR)/elf/external.h \
2727 $(INCDIR)/elf/internal.h \
2728 $(INCDIR)/elf/reloc-macros.h \
2729 $(INCDIR)/elf/sh.h \
2730 $(INCDIR)/libiberty.h \
2731 $(INCDIR)/symcat.h \
2732 config.h \
2733 sh64-opc.h \
2734 sysdep.h
2735sh64-opc.lo: \
2736 sh64-opc.c \
2737 sh64-opc.h
2738sparc-dis.lo: \
2739 sparc-dis.c \
2740 $(BFD_H) \
2741 $(INCDIR)/ansidecl.h \
2742 $(INCDIR)/dis-asm.h \
2743 $(INCDIR)/libiberty.h \
2744 $(INCDIR)/opcode/sparc.h \
2745 $(INCDIR)/symcat.h \
2746 config.h \
2747 opintl.h \
2748 sysdep.h
2749sparc-opc.lo: \
2750 sparc-opc.c \
2751 $(INCDIR)/ansidecl.h \
2752 $(INCDIR)/opcode/sparc.h \
2753 config.h \
2754 sysdep.h
2755spu-dis.lo: \
2756 spu-dis.c \
2757 $(BFD_H) \
2758 $(INCDIR)/ansidecl.h \
2759 $(INCDIR)/dis-asm.h \
2760 $(INCDIR)/opcode/spu-insns.h \
2761 $(INCDIR)/opcode/spu.h \
2762 $(INCDIR)/symcat.h \
2763 config.h \
2764 sysdep.h
2765spu-opc.lo: \
2766 spu-opc.c \
2767 $(INCDIR)/opcode/spu-insns.h \
2768 $(INCDIR)/opcode/spu.h
2769tic30-dis.lo: \
2770 tic30-dis.c \
2771 $(BFD_H) \
2772 $(INCDIR)/ansidecl.h \
2773 $(INCDIR)/dis-asm.h \
2774 $(INCDIR)/opcode/tic30.h \
2775 $(INCDIR)/symcat.h \
2776 config.h \
2777 sysdep.h
2778tic4x-dis.lo: \
2779 tic4x-dis.c \
2780 $(BFD_H) \
2781 $(INCDIR)/ansidecl.h \
2782 $(INCDIR)/dis-asm.h \
2783 $(INCDIR)/libiberty.h \
2784 $(INCDIR)/opcode/tic4x.h \
e9f53129 2785 $(INCDIR)/symcat.h
9e097a72
AM
2786tic54x-dis.lo: \
2787 tic54x-dis.c \
2788 $(BFD_H) \
2789 $(INCDIR)/ansidecl.h \
2790 $(INCDIR)/coff/ti.h \
2791 $(INCDIR)/coff/tic54x.h \
2792 $(INCDIR)/dis-asm.h \
2793 $(INCDIR)/opcode/tic54x.h \
2794 $(INCDIR)/symcat.h \
2795 config.h \
2796 sysdep.h
2797tic54x-opc.lo: \
2798 tic54x-opc.c \
2799 $(BFD_H) \
2800 $(INCDIR)/ansidecl.h \
2801 $(INCDIR)/dis-asm.h \
2802 $(INCDIR)/opcode/tic54x.h \
2803 $(INCDIR)/symcat.h \
2804 config.h \
2805 sysdep.h
2806tic80-dis.lo: \
2807 tic80-dis.c \
2808 $(BFD_H) \
2809 $(INCDIR)/ansidecl.h \
2810 $(INCDIR)/dis-asm.h \
2811 $(INCDIR)/opcode/tic80.h \
2812 $(INCDIR)/symcat.h \
2813 config.h \
2814 sysdep.h
2815tic80-opc.lo: \
2816 tic80-opc.c \
2817 $(INCDIR)/ansidecl.h \
2818 $(INCDIR)/opcode/tic80.h \
2819 config.h \
2820 sysdep.h
2821v850-dis.lo: \
2822 v850-dis.c \
2823 $(BFD_H) \
2824 $(INCDIR)/ansidecl.h \
2825 $(INCDIR)/dis-asm.h \
2826 $(INCDIR)/opcode/v850.h \
2827 $(INCDIR)/symcat.h \
2828 config.h \
2829 opintl.h \
2830 sysdep.h
2831v850-opc.lo: \
2832 v850-opc.c \
2833 $(INCDIR)/ansidecl.h \
2834 $(INCDIR)/opcode/v850.h \
2835 config.h \
2836 opintl.h \
2837 sysdep.h
2838vax-dis.lo: \
2839 vax-dis.c \
2840 $(BFD_H) \
2841 $(INCDIR)/ansidecl.h \
2842 $(INCDIR)/dis-asm.h \
2843 $(INCDIR)/opcode/vax.h \
2844 $(INCDIR)/symcat.h \
2845 config.h \
2846 sysdep.h
2847w65-dis.lo: \
2848 w65-dis.c \
2849 $(BFD_H) \
2850 $(INCDIR)/ansidecl.h \
2851 $(INCDIR)/dis-asm.h \
2852 $(INCDIR)/symcat.h \
2853 config.h \
2854 sysdep.h \
2855 w65-opc.h
2856xc16x-asm.lo: \
2857 xc16x-asm.c \
2858 $(BFD_H) \
2859 $(INCDIR)/ansidecl.h \
2860 $(INCDIR)/libiberty.h \
2861 $(INCDIR)/opcode/cgen-bitset.h \
2862 $(INCDIR)/opcode/cgen.h \
2863 $(INCDIR)/safe-ctype.h \
2864 $(INCDIR)/symcat.h \
2865 $(INCDIR)/xregex.h \
2866 $(INCDIR)/xregex2.h \
2867 config.h \
2868 opintl.h \
2869 sysdep.h \
2870 xc16x-desc.h \
2871 xc16x-opc.h
2872xc16x-desc.lo: \
2873 xc16x-desc.c \
2874 $(BFD_H) \
2875 $(INCDIR)/ansidecl.h \
2876 $(INCDIR)/libiberty.h \
2877 $(INCDIR)/opcode/cgen-bitset.h \
2878 $(INCDIR)/opcode/cgen.h \
2879 $(INCDIR)/symcat.h \
2880 $(INCDIR)/xregex.h \
2881 $(INCDIR)/xregex2.h \
2882 config.h \
2883 opintl.h \
2884 sysdep.h \
2885 xc16x-desc.h \
2886 xc16x-opc.h
2887xc16x-dis.lo: \
2888 xc16x-dis.c \
2889 $(BFD_H) \
2890 $(INCDIR)/ansidecl.h \
2891 $(INCDIR)/dis-asm.h \
2892 $(INCDIR)/libiberty.h \
2893 $(INCDIR)/opcode/cgen-bitset.h \
2894 $(INCDIR)/opcode/cgen.h \
2895 $(INCDIR)/symcat.h \
2896 config.h \
2897 opintl.h \
2898 sysdep.h \
2899 xc16x-desc.h \
2900 xc16x-opc.h
2901xc16x-ibld.lo: \
2902 xc16x-ibld.c \
2903 $(BFD_H) \
2904 $(INCDIR)/ansidecl.h \
2905 $(INCDIR)/dis-asm.h \
2906 $(INCDIR)/opcode/cgen-bitset.h \
2907 $(INCDIR)/opcode/cgen.h \
2908 $(INCDIR)/safe-ctype.h \
2909 $(INCDIR)/symcat.h \
2910 config.h \
2911 opintl.h \
2912 sysdep.h \
2913 xc16x-desc.h \
2914 xc16x-opc.h
2915xc16x-opc.lo: \
2916 xc16x-opc.c \
2917 $(BFD_H) \
2918 $(INCDIR)/ansidecl.h \
2919 $(INCDIR)/libiberty.h \
2920 $(INCDIR)/opcode/cgen-bitset.h \
2921 $(INCDIR)/opcode/cgen.h \
2922 $(INCDIR)/symcat.h \
2923 config.h \
2924 sysdep.h \
2925 xc16x-desc.h \
2926 xc16x-opc.h
2927xstormy16-asm.lo: \
2928 xstormy16-asm.c \
2929 $(BFD_H) \
2930 $(INCDIR)/ansidecl.h \
2931 $(INCDIR)/libiberty.h \
2932 $(INCDIR)/opcode/cgen-bitset.h \
2933 $(INCDIR)/opcode/cgen.h \
2934 $(INCDIR)/safe-ctype.h \
2935 $(INCDIR)/symcat.h \
2936 $(INCDIR)/xregex.h \
2937 $(INCDIR)/xregex2.h \
2938 config.h \
2939 opintl.h \
2940 sysdep.h \
2941 xstormy16-desc.h \
2942 xstormy16-opc.h
2943xstormy16-desc.lo: \
2944 xstormy16-desc.c \
2945 $(BFD_H) \
2946 $(INCDIR)/ansidecl.h \
2947 $(INCDIR)/libiberty.h \
2948 $(INCDIR)/opcode/cgen-bitset.h \
2949 $(INCDIR)/opcode/cgen.h \
2950 $(INCDIR)/symcat.h \
2951 $(INCDIR)/xregex.h \
2952 $(INCDIR)/xregex2.h \
2953 config.h \
2954 opintl.h \
2955 sysdep.h \
2956 xstormy16-desc.h \
2957 xstormy16-opc.h
2958xstormy16-dis.lo: \
2959 xstormy16-dis.c \
2960 $(BFD_H) \
2961 $(INCDIR)/ansidecl.h \
2962 $(INCDIR)/dis-asm.h \
2963 $(INCDIR)/libiberty.h \
2964 $(INCDIR)/opcode/cgen-bitset.h \
2965 $(INCDIR)/opcode/cgen.h \
2966 $(INCDIR)/symcat.h \
2967 config.h \
2968 opintl.h \
2969 sysdep.h \
2970 xstormy16-desc.h \
2971 xstormy16-opc.h
2972xstormy16-ibld.lo: \
2973 xstormy16-ibld.c \
2974 $(BFD_H) \
2975 $(INCDIR)/ansidecl.h \
2976 $(INCDIR)/dis-asm.h \
2977 $(INCDIR)/opcode/cgen-bitset.h \
2978 $(INCDIR)/opcode/cgen.h \
2979 $(INCDIR)/safe-ctype.h \
2980 $(INCDIR)/symcat.h \
2981 config.h \
2982 opintl.h \
2983 sysdep.h \
2984 xstormy16-desc.h \
2985 xstormy16-opc.h
2986xstormy16-opc.lo: \
2987 xstormy16-opc.c \
2988 $(BFD_H) \
2989 $(INCDIR)/ansidecl.h \
2990 $(INCDIR)/libiberty.h \
2991 $(INCDIR)/opcode/cgen-bitset.h \
2992 $(INCDIR)/opcode/cgen.h \
2993 $(INCDIR)/symcat.h \
2994 config.h \
2995 sysdep.h \
2996 xstormy16-desc.h \
2997 xstormy16-opc.h
2998xtensa-dis.lo: \
2999 xtensa-dis.c \
3000 $(BFD_H) \
3001 $(INCDIR)/ansidecl.h \
3002 $(INCDIR)/dis-asm.h \
3003 $(INCDIR)/libiberty.h \
3004 $(INCDIR)/symcat.h \
3005 $(INCDIR)/xtensa-isa.h \
3006 config.h \
3007 sysdep.h
3008z80-dis.lo: \
3009 z80-dis.c \
3010 $(BFD_H) \
3011 $(INCDIR)/ansidecl.h \
3012 $(INCDIR)/dis-asm.h \
3013 $(INCDIR)/symcat.h \
3014 config.h \
3015 sysdep.h
3016z8k-dis.lo: \
3017 z8k-dis.c \
3018 $(BFD_H) \
3019 $(INCDIR)/ansidecl.h \
3020 $(INCDIR)/dis-asm.h \
3021 $(INCDIR)/symcat.h \
3022 config.h \
3023 sysdep.h \
3024 z8k-opc.h
3025z8kgen.lo: \
3026 z8kgen.c \
3027 $(INCDIR)/ansidecl.h \
3028 $(INCDIR)/libiberty.h \
3029 config.h \
3030 sysdep.h
252b5132 3031# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
86b57e31
L
3032# Tell versions [3.59,3.63) of GNU make to not export all variables.
3033# Otherwise a system limit (for SysV at least) may be exceeded.
3034.NOEXPORT:
This page took 0.849253 seconds and 4 git commands to generate.