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