Add support for Xilinx MicroBlaze processor.
[binutils.git] / opcodes / Makefile.in
blob7554a37c2f84a9b1025dc705f77ce664cb5185f3
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005 Free Software Foundation, Inc.
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.
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.
15 @SET_MAKE@
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
24 top_builddir = .
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 build_triplet = @build@
39 host_triplet = @host@
40 target_triplet = @target@
41 DIST_COMMON = $(srcdir)/../config.guess $(srcdir)/../config.sub \
42 ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.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
47 subdir = .
48 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49 am__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 \
52 $(top_srcdir)/../config/extensions.m4 \
53 $(top_srcdir)/../config/gettext-sister.m4 \
54 $(top_srcdir)/../config/lead-dot.m4 \
55 $(top_srcdir)/../config/nls.m4 \
56 $(top_srcdir)/../config/override.m4 \
57 $(top_srcdir)/../config/po.m4 \
58 $(top_srcdir)/../config/proginstall.m4 \
59 $(top_srcdir)/../config/progtest.m4 \
60 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
61 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
62 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.in
63 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64 $(ACLOCAL_M4)
65 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
66 configure.lineno configure.status.lineno
67 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
68 CONFIG_HEADER = config.h
69 CONFIG_CLEAN_FILES = po/Makefile.in
70 LIBRARIES = $(noinst_LIBRARIES)
71 ARFLAGS = cru
72 libopcodes_a_AR = $(AR) $(ARFLAGS)
73 libopcodes_a_LIBADD =
74 libopcodes_a_SOURCES = libopcodes.c
75 libopcodes_a_OBJECTS = libopcodes.$(OBJEXT)
76 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
77 am__vpath_adj = case $$p in \
78 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
79 *) f=$$p;; \
80 esac;
81 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
82 am__installdirs = "$(DESTDIR)$(bfdlibdir)"
83 bfdlibLTLIBRARIES_INSTALL = $(INSTALL)
84 LTLIBRARIES = $(bfdlib_LTLIBRARIES)
85 am__DEPENDENCIES_1 =
86 am_libopcodes_la_OBJECTS = dis-buf.lo disassemble.lo dis-init.lo
87 libopcodes_la_OBJECTS = $(am_libopcodes_la_OBJECTS)
88 DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
89 depcomp =
90 am__depfiles_maybe =
91 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
92 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
93 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
94 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
95 $(AM_CFLAGS) $(CFLAGS)
96 CCLD = $(CC)
97 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
98 $(AM_LDFLAGS) $(LDFLAGS) -o $@
99 SOURCES = libopcodes.c $(libopcodes_la_SOURCES)
100 RECURSIVE_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
106 ETAGS = etags
107 CTAGS = ctags
108 DIST_SUBDIRS = $(SUBDIRS)
109 ACLOCAL = @ACLOCAL@
110 AMDEP_FALSE = @AMDEP_FALSE@
111 AMDEP_TRUE = @AMDEP_TRUE@
112 AMTAR = @AMTAR@
113 AR = @AR@
114 AUTOCONF = @AUTOCONF@
115 AUTOHEADER = @AUTOHEADER@
116 AUTOMAKE = @AUTOMAKE@
117 AWK = @AWK@
118 BFD_MACHINES = @BFD_MACHINES@
119 CATALOGS = @CATALOGS@
120 CATOBJEXT = @CATOBJEXT@
121 CC = @CC@
122 CCDEPMODE = @CCDEPMODE@
123 CC_FOR_BUILD = @CC_FOR_BUILD@
124 CFLAGS = @CFLAGS@
125 CGEN_MAINT_FALSE = @CGEN_MAINT_FALSE@
126 CGEN_MAINT_TRUE = @CGEN_MAINT_TRUE@
127 CPP = @CPP@
128 CPPFLAGS = @CPPFLAGS@
129 CYGPATH_W = @CYGPATH_W@
130 DATADIRNAME = @DATADIRNAME@
131 DEFS = @DEFS@
132 DEPDIR = @DEPDIR@
133 DSYMUTIL = @DSYMUTIL@
134 DUMPBIN = @DUMPBIN@
135 ECHO_C = @ECHO_C@
136 ECHO_N = @ECHO_N@
137 ECHO_T = @ECHO_T@
138 EGREP = @EGREP@
139 EXEEXT = @EXEEXT@
140 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
141 FGREP = @FGREP@
142 GENCAT = @GENCAT@
143 GMSGFMT = @GMSGFMT@
144 GREP = @GREP@
145 HDEFINES = @HDEFINES@
146 INCINTL = @INCINTL@
147 INSTALL_DATA = @INSTALL_DATA@
148 INSTALL_LIBBFD_FALSE = @INSTALL_LIBBFD_FALSE@
149 INSTALL_LIBBFD_TRUE = @INSTALL_LIBBFD_TRUE@
150 INSTALL_PROGRAM = @INSTALL_PROGRAM@
151 INSTALL_SCRIPT = @INSTALL_SCRIPT@
152 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
153 INSTOBJEXT = @INSTOBJEXT@
154 LD = @LD@
155 LDFLAGS = @LDFLAGS@
156 LIBINTL = @LIBINTL@
157 LIBINTL_DEP = @LIBINTL_DEP@
158 LIBM = @LIBM@
159 LIBOBJS = @LIBOBJS@
160 LIBS = @LIBS@
161 LIBTOOL = @LIBTOOL@
162 LIPO = @LIPO@
163 LN_S = @LN_S@
164 LTLIBOBJS = @LTLIBOBJS@
165 MAINT = @MAINT@
166 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
167 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
168 MAKEINFO = @MAKEINFO@
169 MKINSTALLDIRS = @MKINSTALLDIRS@
170 MSGFMT = @MSGFMT@
171 MSGMERGE = @MSGMERGE@
172 NM = @NM@
173 NMEDIT = @NMEDIT@
174 NO_WERROR = @NO_WERROR@
175 OBJDUMP = @OBJDUMP@
176 OBJEXT = @OBJEXT@
177 OTOOL = @OTOOL@
178 OTOOL64 = @OTOOL64@
179 PACKAGE = @PACKAGE@
180 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
181 PACKAGE_NAME = @PACKAGE_NAME@
182 PACKAGE_STRING = @PACKAGE_STRING@
183 PACKAGE_TARNAME = @PACKAGE_TARNAME@
184 PACKAGE_VERSION = @PACKAGE_VERSION@
185 PATH_SEPARATOR = @PATH_SEPARATOR@
186 POSUB = @POSUB@
187 RANLIB = @RANLIB@
188 SED = @SED@
189 SET_MAKE = @SET_MAKE@
190 SHARED_DEPENDENCIES = @SHARED_DEPENDENCIES@
191 SHARED_LDFLAGS = @SHARED_LDFLAGS@
192 SHARED_LIBADD = @SHARED_LIBADD@
193 SHELL = @SHELL@
194 STRIP = @STRIP@
195 USE_NLS = @USE_NLS@
196 VERSION = @VERSION@
197 WARN_CFLAGS = @WARN_CFLAGS@
198 XGETTEXT = @XGETTEXT@
199 ac_ct_AR = @ac_ct_AR@
200 ac_ct_CC = @ac_ct_CC@
201 ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@
202 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
203 ac_ct_LIPO = @ac_ct_LIPO@
204 ac_ct_NMEDIT = @ac_ct_NMEDIT@
205 ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
206 ac_ct_OTOOL = @ac_ct_OTOOL@
207 ac_ct_OTOOL64 = @ac_ct_OTOOL64@
208 ac_ct_RANLIB = @ac_ct_RANLIB@
209 ac_ct_STRIP = @ac_ct_STRIP@
210 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
211 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
212 am__include = @am__include@
213 am__leading_dot = @am__leading_dot@
214 am__quote = @am__quote@
215 am__tar = @am__tar@
216 am__untar = @am__untar@
217 archdefs = @archdefs@
218 bfdincludedir = @bfdincludedir@
219 bfdlibdir = @bfdlibdir@
220 bindir = @bindir@
221 build = @build@
222 build_alias = @build_alias@
223 build_cpu = @build_cpu@
224 build_os = @build_os@
225 build_vendor = @build_vendor@
226 cgendir = @cgendir@
227 datadir = @datadir@
228 exec_prefix = @exec_prefix@
229 host = @host@
230 host_alias = @host_alias@
231 host_cpu = @host_cpu@
232 host_noncanonical = @host_noncanonical@
233 host_os = @host_os@
234 host_vendor = @host_vendor@
235 includedir = @includedir@
236 infodir = @infodir@
237 install_sh = @install_sh@
238 libdir = @libdir@
239 libexecdir = @libexecdir@
240 localstatedir = @localstatedir@
241 lt_ECHO = @lt_ECHO@
242 mandir = @mandir@
243 mkdir_p = @mkdir_p@
244 oldincludedir = @oldincludedir@
245 prefix = @prefix@
246 program_transform_name = @program_transform_name@
247 sbindir = @sbindir@
248 sharedstatedir = @sharedstatedir@
249 sysconfdir = @sysconfdir@
250 target = @target@
251 target_alias = @target_alias@
252 target_cpu = @target_cpu@
253 target_noncanonical = @target_noncanonical@
254 target_os = @target_os@
255 target_vendor = @target_vendor@
256 AUTOMAKE_OPTIONS = 1.9 cygnus
257 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
258 SUBDIRS = po
259 INCDIR = $(srcdir)/../include
260 BFDDIR = $(srcdir)/../bfd
261 MKDEP = gcc -MM
262 AM_CFLAGS = $(WARN_CFLAGS)
263 bfdlib_LTLIBRARIES = libopcodes.la
265 # This is where bfd.h lives.
266 BFD_H = ../bfd/bfd.h
268 # This is where libiberty lives.
269 LIBIBERTY = ../libiberty/libiberty.a
271 # Header files.
272 HFILES = \
273 cgen-ops.h cgen-types.h \
274 fr30-desc.h fr30-opc.h \
275 frv-desc.h frv-opc.h \
276 h8500-opc.h \
277 i386-init.h \
278 i386-opc.h \
279 i386-tbl.h \
280 ia64-asmtab.h \
281 ia64-opc.h \
282 ip2k-desc.h ip2k-opc.h \
283 iq2000-desc.h iq2000-opc.h \
284 lm32-desc.h \
285 lm32-opc.h \
286 m32c-desc.h m32c-opc.h \
287 m32r-desc.h m32r-opc.h \
288 mcore-opc.h \
289 mep-desc.h mep-opc.h \
290 microblaze-opc.h \
291 mt-desc.h mt-opc.h \
292 openrisc-desc.h openrisc-opc.h \
293 score-opc.h \
294 sh-opc.h \
295 sh64-opc.h \
296 sysdep.h \
297 w65-opc.h \
298 xc16x-desc.h xc16x-opc.h \
299 xstormy16-desc.h xstormy16-opc.h \
300 z8k-opc.h
303 # C source files that correspond to .o's.
304 CFILES = \
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 \
312 bfin-dis.c \
313 cgen-asm.c \
314 cgen-bitset.c \
315 cgen-dis.c \
316 cgen-opc.c \
317 cr16-dis.c \
318 cr16-opc.c \
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 \
341 moxie-dis.c \
342 moxie-opc.c \
343 h8300-dis.c \
344 h8500-dis.c \
345 hppa-dis.c \
346 i370-dis.c \
347 i370-opc.c \
348 i386-dis.c \
349 i386-opc.c \
350 i386-gen.c \
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 \
373 lm32-asm.c \
374 lm32-desc.c \
375 lm32-dis.c \
376 lm32-ibld.c \
377 lm32-opc.c \
378 lm32-opinst.c \
379 m32c-asm.c \
380 m32c-desc.c \
381 m32c-dis.c \
382 m32c-ibld.c \
383 m32c-opc.c \
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 \
395 maxq-dis.c \
396 mcore-dis.c \
397 mep-asm.c \
398 mep-desc.c \
399 mep-dis.c \
400 mep-ibld.c \
401 mep-opc.c \
402 mips-dis.c \
403 microblaze-dis.c \
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 \
412 mt-asm.c \
413 mt-desc.c \
414 mt-dis.c \
415 mt-ibld.c \
416 mt-opc.c \
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 \
434 score-dis.c \
435 score7-dis.c \
436 sh-dis.c \
437 sh64-dis.c \
438 sh64-opc.c \
439 sparc-dis.c \
440 sparc-opc.c \
441 spu-dis.c \
442 spu-opc.c \
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 \
453 xc16x-asm.c \
454 xc16x-desc.c \
455 xc16x-dis.c \
456 xc16x-ibld.c \
457 xc16x-opc.c \
458 xstormy16-asm.c \
459 xstormy16-desc.c \
460 xstormy16-dis.c \
461 xstormy16-ibld.c \
462 xstormy16-opc.c \
463 xtensa-dis.c \
464 z80-dis.c \
465 z8k-dis.c \
466 z8kgen.c
468 ALL_MACHINES = \
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 \
476 bfin-dis.lo \
477 cgen-asm.lo \
478 cgen-bitset.lo \
479 cgen-dis.lo \
480 cgen-opc.lo \
481 cr16-dis.lo \
482 cr16-opc.lo \
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 \
502 moxie-dis.lo \
503 moxie-opc.lo \
504 h8300-dis.lo \
505 h8500-dis.lo \
506 hppa-dis.lo \
507 i386-dis.lo \
508 i386-opc.lo \
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 \
525 lm32-asm.lo \
526 lm32-desc.lo \
527 lm32-dis.lo \
528 lm32-ibld.lo \
529 lm32-opc.lo \
530 lm32-opinst.lo \
531 m32c-asm.lo \
532 m32c-desc.lo \
533 m32c-dis.lo \
534 m32c-ibld.lo \
535 m32c-opc.lo \
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 \
551 maxq-dis.lo \
552 mcore-dis.lo \
553 mep-asm.lo \
554 mep-desc.lo \
555 mep-dis.lo \
556 mep-ibld.lo \
557 mep-opc.lo \
558 mips-dis.lo \
559 microblaze-dis.lo \
560 mips-opc.lo \
561 mips16-opc.lo \
562 mmix-dis.lo \
563 mmix-opc.lo \
564 msp430-dis.lo \
565 mt-asm.lo \
566 mt-desc.lo \
567 mt-dis.lo \
568 mt-ibld.lo \
569 mt-opc.lo \
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 \
586 score-dis.lo \
587 score7-dis.lo \
588 sh-dis.lo \
589 sh64-dis.lo \
590 sh64-opc.lo \
591 sparc-dis.lo \
592 sparc-opc.lo \
593 spu-dis.lo \
594 spu-opc.lo \
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 \
605 xc16x-asm.lo \
606 xc16x-desc.lo \
607 xc16x-dis.lo \
608 xc16x-ibld.lo \
609 xc16x-opc.lo \
610 xstormy16-asm.lo \
611 xstormy16-desc.lo \
612 xstormy16-dis.lo \
613 xstormy16-ibld.lo \
614 xstormy16-opc.lo \
615 xtensa-dis.lo \
616 z80-dis.lo \
617 z8k-dis.lo
619 OFILES = @BFD_MACHINES@
621 # We should reconfigure whenever bfd/configure.in changes, because
622 # that's where the version number in Makefile comes from.
623 CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
624 INCLUDES = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
625 libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c
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
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.
632 libopcodes_la_DEPENDENCIES = $(OFILES) @SHARED_DEPENDENCIES@
633 libopcodes_la_LIBADD = $(OFILES) @SHARED_LIBADD@
634 libopcodes_la_LDFLAGS = -release `cat ../bfd/libtool-soversion` @SHARED_LDFLAGS@
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.
640 noinst_LIBRARIES = libopcodes.a
641 POTFILES = $(HFILES) $(CFILES)
642 CLEANFILES = \
643 stamp-ip2k stamp-m32c stamp-m32r stamp-fr30 stamp-frv \
644 stamp-openrisc stamp-iq2000 stamp-mep stamp-mt stamp-xstormy16 stamp-xc16x\
645 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
647 CGENDIR = @cgendir@
648 CPUDIR = $(CGENDIR)/cpu
649 CGEN = "`if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` -l ${cgendir}/guile.scm -s"
650 CGENFLAGS = -v
651 CGENDEPS = \
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
658 CGEN_CPUS = fr30 frv ip2k m32c m32r mep mt openrisc xc16x xstormy16
659 @CGEN_MAINT_FALSE@IP2K_DEPS =
660 @CGEN_MAINT_TRUE@IP2K_DEPS = stamp-ip2k
661 @CGEN_MAINT_FALSE@LM32_DEPS =
662 @CGEN_MAINT_TRUE@LM32_DEPS = stamp-lm32
663 @CGEN_MAINT_FALSE@M32C_DEPS =
664 @CGEN_MAINT_TRUE@M32C_DEPS = stamp-m32c
665 @CGEN_MAINT_FALSE@M32R_DEPS =
666 @CGEN_MAINT_TRUE@M32R_DEPS = stamp-m32r
667 @CGEN_MAINT_FALSE@FR30_DEPS =
668 @CGEN_MAINT_TRUE@FR30_DEPS = stamp-fr30
669 @CGEN_MAINT_FALSE@FRV_DEPS =
670 @CGEN_MAINT_TRUE@FRV_DEPS = stamp-frv
671 @CGEN_MAINT_FALSE@MEP_DEPS =
672 @CGEN_MAINT_TRUE@MEP_DEPS = stamp-mep
673 @CGEN_MAINT_FALSE@MT_DEPS =
674 @CGEN_MAINT_TRUE@MT_DEPS = stamp-mt
675 @CGEN_MAINT_FALSE@OPENRISC_DEPS =
676 @CGEN_MAINT_TRUE@OPENRISC_DEPS = stamp-openrisc
677 @CGEN_MAINT_FALSE@IQ2000_DEPS =
678 @CGEN_MAINT_TRUE@IQ2000_DEPS = stamp-iq2000
679 @CGEN_MAINT_FALSE@XC16X_DEPS =
680 @CGEN_MAINT_TRUE@XC16X_DEPS = stamp-xc16x
681 @CGEN_MAINT_FALSE@XSTORMY16_DEPS =
682 @CGEN_MAINT_TRUE@XSTORMY16_DEPS = stamp-xstormy16
683 m32c_opc_h = m32c-opc.h cgen-types.h cgen-ops.h
684 all: config.h
685 $(MAKE) $(AM_MAKEFLAGS) all-recursive
687 .SUFFIXES:
688 .SUFFIXES: .c .lo .o .obj
689 am--refresh:
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*) \
695 echo ' cd $(srcdir) && $(AUTOMAKE) --cygnus '; \
696 cd $(srcdir) && $(AUTOMAKE) --cygnus \
697 && exit 0; \
698 exit 1;; \
699 esac; \
700 done; \
701 echo ' cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile'; \
702 cd $(top_srcdir) && \
703 $(AUTOMAKE) --cygnus Makefile
704 .PRECIOUS: Makefile
705 Makefile: $(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;
715 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
716 $(SHELL) ./config.status --recheck
718 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
719 cd $(srcdir) && $(AUTOCONF)
720 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
721 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
723 config.h: stamp-h1
724 @if test ! -f $@; then \
725 rm -f stamp-h1; \
726 $(MAKE) stamp-h1; \
727 else :; fi
729 stamp-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 $@
737 distclean-hdr:
738 -rm -f config.h stamp-h1
739 po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
740 cd $(top_builddir) && $(SHELL) ./config.status $@
742 clean-noinstLIBRARIES:
743 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
745 clean-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
753 libopcodes.la: $(libopcodes_la_OBJECTS) $(libopcodes_la_DEPENDENCIES)
754 $(LINK) -rpath $(bfdlibdir) $(libopcodes_la_LDFLAGS) $(libopcodes_la_OBJECTS) $(libopcodes_la_LIBADD) $(LIBS)
756 mostlyclean-compile:
757 -rm -f *.$(OBJEXT)
759 distclean-compile:
760 -rm -f *.tab.c
762 .c.o:
763 $(COMPILE) -c $<
765 .c.obj:
766 $(COMPILE) -c `$(CYGPATH_W) '$<'`
768 .c.lo:
769 $(LTCOMPILE) -c -o $@ $<
771 mostlyclean-libtool:
772 -rm -f *.lo
774 clean-libtool:
775 -rm -rf .libs _libs
777 distclean-libtool:
778 -rm -f libtool
779 uninstall-info-am:
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.
787 $(RECURSIVE_TARGETS):
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; \
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) \
806 || eval $$failcom; \
807 done; \
808 if test "$$dot_seen" = "no"; then \
809 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
810 fi; test -z "$$fail"
812 mostlyclean-recursive clean-recursive distclean-recursive \
813 maintainer-clean-recursive:
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; \
821 dot_seen=no; \
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; \
830 done; \
831 rev="$$rev ."; \
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) \
841 || eval $$failcom; \
842 done && test -z "$$fail"
843 tags-recursive:
844 list='$(SUBDIRS)'; for subdir in $$list; do \
845 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
846 done
847 ctags-recursive:
848 list='$(SUBDIRS)'; for subdir in $$list; do \
849 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
850 done
852 ID: $(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; } \
858 END { for (i in files) print i; }'`; \
859 mkid -fID $$unique
860 tags: TAGS
862 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
863 $(TAGS_FILES) $(LISP)
864 tags=; \
865 here=`pwd`; \
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; \
873 list='$(SUBDIRS)'; for subdir in $$list; do \
874 if test "$$subdir" = .; then :; else \
875 test ! -f $$subdir/TAGS || \
876 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
877 fi; \
878 done; \
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; } \
884 END { for (i in files) print i; }'`; \
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; \
890 ctags: CTAGS
891 CTAGS: 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
905 GTAGS:
906 here=`$(am__cd) $(top_builddir) && pwd` \
907 && cd $(top_srcdir) \
908 && gtags -i $(GTAGS_ARGS) $$here
910 distclean-tags:
911 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
912 check-am:
913 check: check-recursive
914 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
915 installdirs: installdirs-recursive
916 installdirs-am:
917 for dir in "$(DESTDIR)$(bfdlibdir)"; do \
918 test -z "$$dir" || $(mkdir_p) "$$dir"; \
919 done
920 install: install-recursive
921 install-exec: install-exec-recursive
922 install-data: install-data-recursive
923 uninstall: uninstall-recursive
925 install-am: all-am
926 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
928 installcheck: installcheck-recursive
929 install-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
934 mostlyclean-generic:
936 clean-generic:
937 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
939 distclean-generic:
940 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
942 maintainer-clean-generic:
943 @echo "This command is intended for maintainers to use"
944 @echo "it deletes files that may require special tools to rebuild."
945 clean: clean-recursive
947 clean-am: clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
948 clean-noinstLIBRARIES mostlyclean-am
950 distclean: distclean-recursive
951 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
952 -rm -f Makefile
953 distclean-am: clean-am distclean-compile distclean-generic \
954 distclean-hdr distclean-libtool distclean-tags
956 dvi: dvi-recursive
958 dvi-am:
960 html: html-recursive
962 info: info-recursive
964 info-am:
966 install-data-am: install-bfdlibLTLIBRARIES
968 install-exec-am:
970 install-info: install-info-recursive
972 install-man:
974 installcheck-am:
976 maintainer-clean: maintainer-clean-recursive
977 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
978 -rm -rf $(top_srcdir)/autom4te.cache
979 -rm -f Makefile
980 maintainer-clean-am: distclean-am maintainer-clean-generic
982 mostlyclean: mostlyclean-recursive
984 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
985 mostlyclean-libtool
987 pdf: pdf-recursive
989 pdf-am:
991 ps: ps-recursive
993 ps-am:
995 uninstall-am: uninstall-bfdlibLTLIBRARIES
997 uninstall-info: uninstall-info-recursive
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
1016 .PHONY: install-pdf
1017 install-pdf:
1019 .PHONY: install-html
1020 install-html:
1022 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
1023 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
1025 stamp-lib: libopcodes.la
1026 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
1027 if [ -f $$libtooldir/libopcodes.a ]; then \
1028 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
1029 $(RANLIB) libopcodes.tmp; \
1030 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
1031 else true; fi
1032 touch stamp-lib
1034 libopcodes.a: stamp-lib ; @true
1035 po/POTFILES.in: @MAINT@ Makefile
1036 for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
1037 && mv tmp $(srcdir)/po/POTFILES.in
1039 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes
1040 @$(NORMAL_INSTALL)
1042 uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes
1043 @$(NORMAL_UNINSTALL)
1045 .PHONY: install_libopcodes uninstall_libopcodes
1046 install_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
1057 uninstall_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
1063 run-cgen:
1064 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
1065 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
1066 "$(options)" "$(extrafiles)"
1067 touch stamp-${prefix}
1068 .PHONY: run-cgen
1070 # Maintainer utility rule to regenerate all cgen files.
1071 run-cgen-all:
1072 for c in $(CGEN_CPUS) ; \
1073 do \
1074 $(MAKE) stamp-$$c || exit 1 ; \
1075 done
1076 .PHONY: run-cgen-all
1078 # For now, require developers to configure with --enable-cgen-maint.
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
1081 stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
1082 $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
1083 archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
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
1087 stamp-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
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
1095 stamp-m32c: $(CGENDEPS) $(srcdir)/../cpu/m32c.cpu $(srcdir)/../cpu/m32c.opc
1096 $(MAKE) run-cgen arch=m32c prefix=m32c options= \
1097 archfile=$(srcdir)/../cpu/m32c.cpu \
1098 opcfile=$(srcdir)/../cpu/m32c.opc extrafiles=
1099 m32c-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
1102 m32c-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
1105 m32c-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
1109 m32c-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
1113 m32c-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)
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)
1118 @true
1119 stamp-m32r: $(CGENDEPS) $(srcdir)/../cpu/m32r.cpu $(srcdir)/../cpu/m32r.opc
1120 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
1121 archfile=$(srcdir)/../cpu/m32r.cpu \
1122 opcfile=$(srcdir)/../cpu/m32r.opc extrafiles=opinst
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
1126 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
1127 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
1128 archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
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
1132 stamp-frv: $(CGENDEPS) $(srcdir)/../cpu/frv.cpu $(srcdir)/../cpu/frv.opc
1133 $(MAKE) run-cgen arch=frv prefix=frv options= \
1134 archfile=$(srcdir)/../cpu/frv.cpu opcfile=$(srcdir)/../cpu/frv.opc extrafiles=
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
1138 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
1139 $(MAKE) run-cgen arch=mep prefix=mep options= \
1140 archfile=$(CPUDIR)/mep.cpu opcfile=$(CPUDIR)/mep.opc extrafiles=
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)
1143 @true
1144 stamp-mt: $(CGENDEPS) $(srcdir)/../cpu/mt.cpu $(srcdir)/../cpu/mt.opc
1145 $(MAKE) run-cgen arch=mt prefix=mt options= \
1146 archfile=$(srcdir)/../cpu/mt.cpu \
1147 opcfile=$(srcdir)/../cpu/mt.opc extrafiles=
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
1151 stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
1152 $(MAKE) run-cgen arch=openrisc prefix=openrisc options= \
1153 archfile=$(CPUDIR)/openrisc.cpu opcfile=$(CPUDIR)/openrisc.opc extrafiles=
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
1157 stamp-iq2000: $(CGENDEPS) $(srcdir)/../cpu/iq2000.cpu \
1158 $(srcdir)/../cpu/iq2000.opc $(srcdir)/../cpu/iq2000m.cpu \
1159 $(srcdir)/../cpu/iq10.cpu
1160 $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
1161 archfile=$(srcdir)/../cpu/iq2000.cpu \
1162 opcfile=$(srcdir)/../cpu/iq2000.opc extrafiles=
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
1166 stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
1167 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
1168 archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
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
1172 stamp-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=
1176 i386-gen: i386-gen.o
1177 $(LINK) i386-gen.o $(LIBIBERTY)
1179 i386-gen.o: i386-gen.c i386-opc.h $(srcdir)/../include/opcode/i386.h
1181 $(srcdir)/i386-tbl.h: $(srcdir)/i386-init.h
1182 @echo $@
1184 $(srcdir)/i386-init.h: @MAINT@ i386-gen i386-opc.tbl i386-reg.tbl
1185 ./i386-gen --srcdir $(srcdir)
1187 ia64-gen: ia64-gen.o
1188 $(LINK) ia64-gen.o $(LIBIBERTY)
1190 ia64-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
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
1196 ./ia64-gen --srcdir $(srcdir) > $@
1198 s390-mkopc: s390-mkopc.c
1199 $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
1201 s390-opc.tab: s390-mkopc s390-opc.txt
1202 ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
1204 sh-dis.lo: sh-dis.c
1205 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
1207 # This dependency stuff is copied from BFD.
1209 DEP: dep.sed $(CFILES) $(HFILES) config.h
1210 rm -f DEP1
1211 $(MAKE) MKDEP="$(MKDEP)" DEP1
1212 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEP1
1213 if grep ' /' DEP1 > /dev/null 2> /dev/null; then \
1214 echo 'make DEP failed!'; exit 1; \
1215 else \
1216 mv -f DEP1 $@; \
1219 DEP1: $(CFILES)
1220 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
1221 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
1222 for f in $?; do \
1223 $(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
1224 sed -n -e '1s/\.o: .*/.lo: \\/p' -e q < DEPA >> DEP2; \
1225 sed -e '1s/.*: //' -f dep.sed < DEPA | \
1226 LC_ALL=C sort | LC_ALL=C uniq | \
1227 sed -e 's/^[AB]/ /' -e '$$s/ \\$$//' >> DEP2; \
1228 done
1229 rm -f DEPA
1230 mv -f DEP2 $@
1232 dep.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)!' \
1237 -e 's!@SRCDIR@!$(srcdir)!' \
1238 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
1240 dep: DEP
1241 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
1242 cat DEP >> tmp-Makefile
1243 $(srcdir)/../move-if-change tmp-Makefile Makefile
1245 dep-in: DEP
1246 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
1247 cat DEP >> tmp-Makefile.in
1248 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1250 dep-am: DEP
1251 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
1252 cat DEP >> tmp-Makefile.am
1253 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1255 .PHONY: dep dep-in dep-am
1257 # What appears below is generated by a hacked mkdep using gcc -MM.
1259 # DO NOT DELETE THIS LINE -- mkdep uses it.
1260 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1261 alpha-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
1270 alpha-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
1279 arc-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 \
1296 opintl.h
1297 arc-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
1306 arc-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
1315 arm-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
1336 avr-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
1347 bfin-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
1354 cgen-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
1366 cgen-bitset.lo: \
1367 cgen-bitset.c \
1368 $(INCDIR)/ansidecl.h \
1369 $(INCDIR)/libiberty.h \
1370 $(INCDIR)/opcode/cgen-bitset.h
1371 cgen-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
1381 cgen-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
1393 cr16-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
1403 cr16-opc.lo: \
1404 cr16-opc.c \
1405 $(INCDIR)/ansidecl.h \
1406 $(INCDIR)/libiberty.h \
1407 $(INCDIR)/opcode/cr16.h \
1408 $(INCDIR)/symcat.h
1409 cris-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
1419 cris-opc.lo: \
1420 cris-opc.c \
1421 $(INCDIR)/opcode/cris.h
1422 crx-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
1431 crx-opc.lo: \
1432 crx-opc.c \
1433 $(INCDIR)/ansidecl.h \
1434 $(INCDIR)/libiberty.h \
1435 $(INCDIR)/opcode/crx.h \
1436 $(INCDIR)/symcat.h
1437 d10v-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
1446 d10v-opc.lo: \
1447 d10v-opc.c \
1448 $(INCDIR)/ansidecl.h \
1449 $(INCDIR)/opcode/d10v.h \
1450 config.h \
1451 sysdep.h
1452 d30v-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
1462 d30v-opc.lo: \
1463 d30v-opc.c \
1464 $(INCDIR)/ansidecl.h \
1465 $(INCDIR)/opcode/d30v.h \
1466 config.h \
1467 sysdep.h
1468 dlx-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
1477 dis-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
1486 dis-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
1494 disassemble.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
1502 fr30-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
1518 fr30-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
1533 fr30-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
1547 fr30-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
1561 fr30-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
1573 frv-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
1589 frv-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
1604 frv-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
1618 frv-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
1632 frv-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
1646 moxie-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
1655 moxie-opc.lo: \
1656 moxie-opc.c \
1657 $(INCDIR)/ansidecl.h \
1658 $(INCDIR)/opcode/moxie.h \
1659 config.h \
1660 sysdep.h
1661 h8300-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
1672 h8500-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
1682 hppa-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
1692 i370-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
1701 i370-opc.lo: \
1702 i370-opc.c \
1703 $(INCDIR)/ansidecl.h \
1704 $(INCDIR)/opcode/i370.h \
1705 config.h \
1706 sysdep.h
1707 i386-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
1718 i386-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
1727 i386-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
1738 i860-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
1745 i960-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
1753 ia64-dis.lo: \
1754 ia64-dis.c \
1755 $(BFD_H) \
1756 $(INCDIR)/ansidecl.h \
1757 $(INCDIR)/dis-asm.h \
1758 $(INCDIR)/opcode/ia64.h \
1759 $(INCDIR)/symcat.h
1760 ia64-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
1767 ia64-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
1774 ia64-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
1781 ia64-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
1788 ia64-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
1795 ia64-opc-d.lo: \
1796 ia64-opc-d.c
1797 ia64-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
1808 ia64-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
1827 ia64-asmtab.lo: \
1828 ia64-asmtab.c
1829 ip2k-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
1845 ip2k-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
1860 ip2k-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
1874 ip2k-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
1888 ip2k-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
1901 iq2000-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
1917 iq2000-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
1932 iq2000-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
1946 iq2000-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
1960 iq2000-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
1972 lm32-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
1988 lm32-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
2003 lm32-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
2017 lm32-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
2031 lm32-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
2043 lm32-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
2054 m32c-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
2073 m32c-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
2091 m32c-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
2115 m32c-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
2132 m32c-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
2147 m32r-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
2163 m32r-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
2178 m32r-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
2192 m32r-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
2206 m32r-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
2218 m32r-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
2229 m68hc11-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
2236 m68hc11-opc.lo: \
2237 m68hc11-opc.c \
2238 $(INCDIR)/ansidecl.h \
2239 $(INCDIR)/opcode/m68hc11.h
2240 m68k-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
2252 m68k-opc.lo: \
2253 m68k-opc.c \
2254 $(INCDIR)/ansidecl.h \
2255 $(INCDIR)/opcode/m68k.h \
2256 config.h \
2257 sysdep.h
2258 m88k-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
2269 maxq-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
2278 mcore-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
2287 mep-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
2305 mep-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
2320 mep-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
2341 mep-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
2355 mep-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
2369 microblaze-dis.lo: \
2370 microblaze-dis.c \
2371 microblaze-opc.h \
2372 $(INCDIR)/ansidecl.h \
2373 $(INCDIR)/dis-asm.h
2374 mips-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
2392 mips-opc.lo: \
2393 mips-opc.c \
2394 $(INCDIR)/ansidecl.h \
2395 $(INCDIR)/opcode/mips.h \
2396 config.h \
2397 sysdep.h
2398 mips16-opc.lo: \
2399 mips16-opc.c \
2400 $(INCDIR)/ansidecl.h \
2401 $(INCDIR)/opcode/mips.h \
2402 config.h \
2403 sysdep.h
2404 m10200-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
2414 m10200-opc.lo: \
2415 m10200-opc.c \
2416 $(INCDIR)/ansidecl.h \
2417 $(INCDIR)/opcode/mn10200.h \
2418 config.h \
2419 sysdep.h
2420 m10300-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
2430 m10300-opc.lo: \
2431 m10300-opc.c \
2432 $(INCDIR)/ansidecl.h \
2433 $(INCDIR)/opcode/mn10300.h \
2434 config.h \
2435 sysdep.h
2436 mmix-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 \
2444 opintl.h
2445 mmix-opc.lo: \
2446 mmix-opc.c \
2447 $(INCDIR)/opcode/mmix.h \
2448 $(INCDIR)/symcat.h
2449 mt-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
2465 mt-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
2480 mt-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
2494 mt-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
2508 mt-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
2521 ns32k-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
2531 openrisc-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
2547 openrisc-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
2562 openrisc-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
2576 openrisc-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
2590 openrisc-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
2602 or32-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 \
2609 $(INCDIR)/symcat.h
2610 or32-opc.lo: \
2611 or32-opc.c \
2612 $(INCDIR)/ansidecl.h \
2613 $(INCDIR)/opcode/or32.h \
2614 $(INCDIR)/safe-ctype.h
2615 pdp11-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
2624 pdp11-opc.lo: \
2625 pdp11-opc.c \
2626 $(INCDIR)/opcode/pdp11.h
2627 pj-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
2636 pj-opc.lo: \
2637 pj-opc.c \
2638 $(INCDIR)/ansidecl.h \
2639 $(INCDIR)/opcode/pj.h \
2640 config.h \
2641 sysdep.h
2642 ppc-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
2652 ppc-opc.lo: \
2653 ppc-opc.c \
2654 $(INCDIR)/ansidecl.h \
2655 $(INCDIR)/opcode/ppc.h \
2656 config.h \
2657 opintl.h \
2658 sysdep.h
2659 s390-mkopc.lo: \
2660 s390-mkopc.c
2661 s390-opc.lo: \
2662 s390-opc.c \
2663 $(INCDIR)/ansidecl.h \
2664 $(INCDIR)/opcode/s390.h \
2665 s390-opc.tab
2666 s390-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
2676 score-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
2692 score7-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
2708 sh-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
2717 sh64-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
2735 sh64-opc.lo: \
2736 sh64-opc.c \
2737 sh64-opc.h
2738 sparc-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
2749 sparc-opc.lo: \
2750 sparc-opc.c \
2751 $(INCDIR)/ansidecl.h \
2752 $(INCDIR)/opcode/sparc.h \
2753 config.h \
2754 sysdep.h
2755 spu-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
2765 spu-opc.lo: \
2766 spu-opc.c \
2767 $(INCDIR)/opcode/spu-insns.h \
2768 $(INCDIR)/opcode/spu.h
2769 tic30-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
2778 tic4x-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 \
2785 $(INCDIR)/symcat.h
2786 tic54x-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
2797 tic54x-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
2806 tic80-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
2815 tic80-opc.lo: \
2816 tic80-opc.c \
2817 $(INCDIR)/ansidecl.h \
2818 $(INCDIR)/opcode/tic80.h \
2819 config.h \
2820 sysdep.h
2821 v850-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
2831 v850-opc.lo: \
2832 v850-opc.c \
2833 $(INCDIR)/ansidecl.h \
2834 $(INCDIR)/opcode/v850.h \
2835 config.h \
2836 opintl.h \
2837 sysdep.h
2838 vax-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
2847 w65-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
2856 xc16x-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
2872 xc16x-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
2887 xc16x-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
2901 xc16x-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
2915 xc16x-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
2927 xstormy16-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
2943 xstormy16-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
2958 xstormy16-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
2972 xstormy16-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
2986 xstormy16-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
2998 xtensa-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
3008 z80-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
3016 z8k-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
3025 z8kgen.lo: \
3026 z8kgen.c \
3027 $(INCDIR)/ansidecl.h \
3028 $(INCDIR)/libiberty.h \
3029 config.h \
3030 sysdep.h
3031 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
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: