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