More build fixes in opcodes
[binutils-gdb.git] / opcodes / Makefile.in
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18
19
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 pkglibdir = $(libdir)/@PACKAGE@
24 pkglibexecdir = $(libexecdir)/@PACKAGE@
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 install_sh_DATA = $(install_sh) -c -m 644
27 install_sh_PROGRAM = $(install_sh) -c
28 install_sh_SCRIPT = $(install_sh) -c
29 INSTALL_HEADER = $(INSTALL_DATA)
30 transform = $(program_transform_name)
31 NORMAL_INSTALL = :
32 PRE_INSTALL = :
33 POST_INSTALL = :
34 NORMAL_UNINSTALL = :
35 PRE_UNINSTALL = :
36 POST_UNINSTALL = :
37 build_triplet = @build@
38 host_triplet = @host@
39 target_triplet = @target@
40 @INSTALL_LIBBFD_FALSE@am__append_1 = -rpath $(bfdlibdir)
41 subdir = .
42 DIST_COMMON = 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)/../depcomp
46 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47 am__aclocal_m4_deps = $(top_srcdir)/../bfd/acinclude.m4 \
48 $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../config/acx.m4 \
49 $(top_srcdir)/../config/depstand.m4 \
50 $(top_srcdir)/../config/gettext-sister.m4 \
51 $(top_srcdir)/../config/lead-dot.m4 \
52 $(top_srcdir)/../config/nls.m4 \
53 $(top_srcdir)/../config/override.m4 \
54 $(top_srcdir)/../config/po.m4 \
55 $(top_srcdir)/../config/progtest.m4 \
56 $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
57 $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
58 $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/configure.in
59 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
60 $(ACLOCAL_M4)
61 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
62 configure.lineno config.status.lineno
63 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
64 CONFIG_HEADER = config.h
65 CONFIG_CLEAN_FILES = po/Makefile.in
66 CONFIG_CLEAN_VPATH_FILES =
67 LIBRARIES = $(noinst_LIBRARIES)
68 ARFLAGS = cru
69 libopcodes_a_AR = $(AR) $(ARFLAGS)
70 libopcodes_a_LIBADD =
71 libopcodes_a_SOURCES = libopcodes.c
72 libopcodes_a_OBJECTS = libopcodes.$(OBJEXT)
73 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
74 am__vpath_adj = case $$p in \
75 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
76 *) f=$$p;; \
77 esac;
78 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
79 am__install_max = 40
80 am__nobase_strip_setup = \
81 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
82 am__nobase_strip = \
83 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
84 am__nobase_list = $(am__nobase_strip_setup); \
85 for p in $$list; do echo "$$p $$p"; done | \
86 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
87 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
88 if (++n[$$2] == $(am__install_max)) \
89 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
90 END { for (dir in files) print dir, files[dir] }'
91 am__base_list = \
92 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
93 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
94 am__installdirs = "$(DESTDIR)$(bfdlibdir)" \
95 "$(DESTDIR)$(bfdincludedir)"
96 LTLIBRARIES = $(bfdlib_LTLIBRARIES) $(noinst_LTLIBRARIES)
97 am__DEPENDENCIES_1 =
98 am_libopcodes_la_OBJECTS = dis-buf.lo disassemble.lo dis-init.lo
99 libopcodes_la_OBJECTS = $(am_libopcodes_la_OBJECTS)
100 libopcodes_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
101 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
102 $(libopcodes_la_LDFLAGS) $(LDFLAGS) -o $@
103 @INSTALL_LIBBFD_FALSE@am_libopcodes_la_rpath =
104 @INSTALL_LIBBFD_TRUE@am_libopcodes_la_rpath = -rpath $(bfdlibdir)
105 DEFAULT_INCLUDES = -I.@am__isrc@
106 depcomp = $(SHELL) $(top_srcdir)/../depcomp
107 am__depfiles_maybe = depfiles
108 am__mv = mv -f
109 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
110 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
111 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
112 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
113 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
114 CCLD = $(CC)
115 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
116 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
117 $(LDFLAGS) -o $@
118 SOURCES = libopcodes.c $(libopcodes_la_SOURCES) \
119 $(EXTRA_libopcodes_la_SOURCES)
120 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
121 html-recursive info-recursive install-data-recursive \
122 install-dvi-recursive install-exec-recursive \
123 install-html-recursive install-info-recursive \
124 install-pdf-recursive install-ps-recursive install-recursive \
125 installcheck-recursive installdirs-recursive pdf-recursive \
126 ps-recursive uninstall-recursive
127 DATA = $(bfdinclude_DATA)
128 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
129 distclean-recursive maintainer-clean-recursive
130 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
131 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
132 ETAGS = etags
133 CTAGS = ctags
134 DIST_SUBDIRS = $(SUBDIRS)
135 ACLOCAL = @ACLOCAL@
136 AMTAR = @AMTAR@
137 AR = @AR@
138 AUTOCONF = @AUTOCONF@
139 AUTOHEADER = @AUTOHEADER@
140 AUTOMAKE = @AUTOMAKE@
141 AWK = @AWK@
142 BFD_MACHINES = @BFD_MACHINES@
143 CATALOGS = @CATALOGS@
144 CATOBJEXT = @CATOBJEXT@
145 CC = @CC@
146 CCDEPMODE = @CCDEPMODE@
147 CC_FOR_BUILD = @CC_FOR_BUILD@
148 CFLAGS = @CFLAGS@
149 CPP = @CPP@
150 CPPFLAGS = @CPPFLAGS@
151 CYGPATH_W = @CYGPATH_W@
152 DATADIRNAME = @DATADIRNAME@
153 DEFS = @DEFS@
154 DEPDIR = @DEPDIR@
155 DSYMUTIL = @DSYMUTIL@
156 DUMPBIN = @DUMPBIN@
157 ECHO_C = @ECHO_C@
158 ECHO_N = @ECHO_N@
159 ECHO_T = @ECHO_T@
160 EGREP = @EGREP@
161 EXEEXT = @EXEEXT@
162 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
163 FGREP = @FGREP@
164 GENCAT = @GENCAT@
165 GMSGFMT = @GMSGFMT@
166 GREP = @GREP@
167 HDEFINES = @HDEFINES@
168 INCINTL = @INCINTL@
169 INSTALL = @INSTALL@
170 INSTALL_DATA = @INSTALL_DATA@
171 INSTALL_PROGRAM = @INSTALL_PROGRAM@
172 INSTALL_SCRIPT = @INSTALL_SCRIPT@
173 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
174 INSTOBJEXT = @INSTOBJEXT@
175 LD = @LD@
176 LDFLAGS = @LDFLAGS@
177 LIBINTL = @LIBINTL@
178 LIBINTL_DEP = @LIBINTL_DEP@
179 LIBM = @LIBM@
180 LIBOBJS = @LIBOBJS@
181 LIBS = @LIBS@
182 LIBTOOL = @LIBTOOL@
183 LIPO = @LIPO@
184 LN_S = @LN_S@
185 LTLIBOBJS = @LTLIBOBJS@
186 MAINT = @MAINT@
187 MAKEINFO = @MAKEINFO@
188 MKDIR_P = @MKDIR_P@
189 MKINSTALLDIRS = @MKINSTALLDIRS@
190 MSGFMT = @MSGFMT@
191 MSGMERGE = @MSGMERGE@
192 NM = @NM@
193 NMEDIT = @NMEDIT@
194 NO_WERROR = @NO_WERROR@
195 OBJDUMP = @OBJDUMP@
196 OBJEXT = @OBJEXT@
197 OTOOL = @OTOOL@
198 OTOOL64 = @OTOOL64@
199 PACKAGE = @PACKAGE@
200 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
201 PACKAGE_NAME = @PACKAGE_NAME@
202 PACKAGE_STRING = @PACKAGE_STRING@
203 PACKAGE_TARNAME = @PACKAGE_TARNAME@
204 PACKAGE_URL = @PACKAGE_URL@
205 PACKAGE_VERSION = @PACKAGE_VERSION@
206 PATH_SEPARATOR = @PATH_SEPARATOR@
207 POSUB = @POSUB@
208 RANLIB = @RANLIB@
209 SED = @SED@
210 SET_MAKE = @SET_MAKE@
211 SHARED_DEPENDENCIES = @SHARED_DEPENDENCIES@
212 SHARED_LDFLAGS = @SHARED_LDFLAGS@
213 SHARED_LIBADD = @SHARED_LIBADD@
214 SHELL = @SHELL@
215 STRIP = @STRIP@
216 USE_NLS = @USE_NLS@
217 VERSION = @VERSION@
218 WARN_CFLAGS = @WARN_CFLAGS@
219 XGETTEXT = @XGETTEXT@
220 abs_builddir = @abs_builddir@
221 abs_srcdir = @abs_srcdir@
222 abs_top_builddir = @abs_top_builddir@
223 abs_top_srcdir = @abs_top_srcdir@
224 ac_ct_CC = @ac_ct_CC@
225 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
226 am__include = @am__include@
227 am__leading_dot = @am__leading_dot@
228 am__quote = @am__quote@
229 am__tar = @am__tar@
230 am__untar = @am__untar@
231 archdefs = @archdefs@
232 bfdincludedir = @bfdincludedir@
233 bfdlibdir = @bfdlibdir@
234 bindir = @bindir@
235 build = @build@
236 build_alias = @build_alias@
237 build_cpu = @build_cpu@
238 build_os = @build_os@
239 build_vendor = @build_vendor@
240 builddir = @builddir@
241 cgendir = @cgendir@
242 datadir = @datadir@
243 datarootdir = @datarootdir@
244 docdir = @docdir@
245 dvidir = @dvidir@
246 exec_prefix = @exec_prefix@
247 host = @host@
248 host_alias = @host_alias@
249 host_cpu = @host_cpu@
250 host_noncanonical = @host_noncanonical@
251 host_os = @host_os@
252 host_vendor = @host_vendor@
253 htmldir = @htmldir@
254 includedir = @includedir@
255 infodir = @infodir@
256 install_sh = @install_sh@
257 libdir = @libdir@
258 libexecdir = @libexecdir@
259 localedir = @localedir@
260 localstatedir = @localstatedir@
261 lt_ECHO = @lt_ECHO@
262 mandir = @mandir@
263 mkdir_p = @mkdir_p@
264 oldincludedir = @oldincludedir@
265 pdfdir = @pdfdir@
266 prefix = @prefix@
267 program_transform_name = @program_transform_name@
268 psdir = @psdir@
269 sbindir = @sbindir@
270 sharedstatedir = @sharedstatedir@
271 srcdir = @srcdir@
272 sysconfdir = @sysconfdir@
273 target = @target@
274 target_alias = @target_alias@
275 target_cpu = @target_cpu@
276 target_noncanonical = @target_noncanonical@
277 target_os = @target_os@
278 target_vendor = @target_vendor@
279 top_build_prefix = @top_build_prefix@
280 top_builddir = @top_builddir@
281 top_srcdir = @top_srcdir@
282 AUTOMAKE_OPTIONS = 1.11 foreign no-dist
283 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
284 SUBDIRS = po
285 INCDIR = $(srcdir)/../include
286 BFDDIR = $(srcdir)/../bfd
287 AM_CFLAGS = $(WARN_CFLAGS)
288 libopcodes_la_LDFLAGS = $(am__append_1) -release `cat \
289 ../bfd/libtool-soversion` @SHARED_LDFLAGS@
290 @INSTALL_LIBBFD_TRUE@bfdlib_LTLIBRARIES = libopcodes.la
291 @INSTALL_LIBBFD_TRUE@bfdinclude_DATA = $(INCDIR)/dis-asm.h
292 @INSTALL_LIBBFD_FALSE@noinst_LTLIBRARIES = libopcodes.la
293
294 # This is where bfd.h lives.
295 BFD_H = ../bfd/bfd.h
296
297 # This is where libiberty lives.
298 LIBIBERTY = ../libiberty/libiberty.a
299
300 # Header files.
301 HFILES = \
302 cgen-ops.h cgen-types.h \
303 fr30-desc.h fr30-opc.h \
304 frv-desc.h frv-opc.h \
305 h8500-opc.h \
306 i386-init.h \
307 i386-opc.h \
308 i386-tbl.h \
309 ia64-asmtab.h \
310 ia64-opc.h \
311 ip2k-desc.h ip2k-opc.h \
312 iq2000-desc.h iq2000-opc.h \
313 lm32-desc.h \
314 lm32-opc.h \
315 m32c-desc.h m32c-opc.h \
316 m32r-desc.h m32r-opc.h \
317 mcore-opc.h \
318 mep-desc.h mep-opc.h \
319 microblaze-opc.h \
320 mt-desc.h mt-opc.h \
321 openrisc-desc.h openrisc-opc.h \
322 score-opc.h \
323 sh-opc.h \
324 sh64-opc.h \
325 sysdep.h \
326 w65-opc.h \
327 xc16x-desc.h xc16x-opc.h \
328 xstormy16-desc.h xstormy16-opc.h \
329 z8k-opc.h
330
331
332 # C source files that correspond to .o's ending up in libopcodes
333 # for all machines.
334 TARGET_LIBOPCODES_CFILES = \
335 alpha-dis.c \
336 alpha-opc.c \
337 arc-dis.c \
338 arc-ext.c \
339 arc-opc.c \
340 arm-dis.c \
341 avr-dis.c \
342 bfin-dis.c \
343 cgen-asm.c \
344 cgen-bitset.c \
345 cgen-dis.c \
346 cgen-opc.c \
347 cr16-dis.c \
348 cr16-opc.c \
349 cris-dis.c \
350 cris-opc.c \
351 crx-dis.c \
352 crx-opc.c \
353 d10v-dis.c \
354 d10v-opc.c \
355 d30v-dis.c \
356 d30v-opc.c \
357 dlx-dis.c \
358 fr30-asm.c \
359 fr30-desc.c \
360 fr30-dis.c \
361 fr30-ibld.c \
362 fr30-opc.c \
363 frv-asm.c \
364 frv-desc.c \
365 frv-dis.c \
366 frv-ibld.c \
367 frv-opc.c \
368 h8300-dis.c \
369 h8500-dis.c \
370 hppa-dis.c \
371 i370-dis.c \
372 i370-opc.c \
373 i386-dis.c \
374 i386-opc.c \
375 i860-dis.c \
376 i960-dis.c \
377 ia64-dis.c \
378 ia64-opc.c \
379 ip2k-asm.c \
380 ip2k-desc.c \
381 ip2k-dis.c \
382 ip2k-ibld.c \
383 ip2k-opc.c \
384 iq2000-asm.c \
385 iq2000-desc.c \
386 iq2000-dis.c \
387 iq2000-ibld.c \
388 iq2000-opc.c \
389 lm32-asm.c \
390 lm32-desc.c \
391 lm32-dis.c \
392 lm32-ibld.c \
393 lm32-opc.c \
394 lm32-opinst.c \
395 m10200-dis.c \
396 m10200-opc.c \
397 m10300-dis.c \
398 m10300-opc.c \
399 m32c-asm.c \
400 m32c-desc.c \
401 m32c-dis.c \
402 m32c-ibld.c \
403 m32c-opc.c \
404 m32r-asm.c \
405 m32r-desc.c \
406 m32r-dis.c \
407 m32r-ibld.c \
408 m32r-opc.c \
409 m32r-opinst.c \
410 m68hc11-dis.c \
411 m68hc11-opc.c \
412 m68k-dis.c \
413 m68k-opc.c \
414 m88k-dis.c \
415 maxq-dis.c \
416 mcore-dis.c \
417 mep-asm.c \
418 mep-desc.c \
419 mep-dis.c \
420 mep-ibld.c \
421 mep-opc.c \
422 microblaze-dis.c \
423 mips-dis.c \
424 mips-opc.c \
425 mips16-opc.c \
426 mmix-dis.c \
427 mmix-opc.c \
428 moxie-dis.c \
429 moxie-opc.c \
430 msp430-dis.c \
431 mt-asm.c \
432 mt-desc.c \
433 mt-dis.c \
434 mt-ibld.c \
435 mt-opc.c \
436 ns32k-dis.c \
437 openrisc-asm.c \
438 openrisc-desc.c \
439 openrisc-dis.c \
440 openrisc-ibld.c \
441 openrisc-opc.c \
442 or32-dis.c \
443 or32-opc.c \
444 pdp11-dis.c \
445 pdp11-opc.c \
446 pj-dis.c \
447 pj-opc.c \
448 ppc-dis.c \
449 ppc-opc.c \
450 s390-dis.c \
451 s390-opc.c \
452 score-dis.c \
453 score7-dis.c \
454 sh-dis.c \
455 sh64-dis.c \
456 sh64-opc.c \
457 sparc-dis.c \
458 sparc-opc.c \
459 spu-dis.c \
460 spu-opc.c \
461 tic30-dis.c \
462 tic4x-dis.c \
463 tic54x-dis.c \
464 tic54x-opc.c \
465 tic80-dis.c \
466 tic80-opc.c \
467 v850-dis.c \
468 v850-opc.c \
469 vax-dis.c \
470 w65-dis.c \
471 xc16x-asm.c \
472 xc16x-desc.c \
473 xc16x-dis.c \
474 xc16x-ibld.c \
475 xc16x-opc.c \
476 xstormy16-asm.c \
477 xstormy16-desc.c \
478 xstormy16-dis.c \
479 xstormy16-ibld.c \
480 xstormy16-opc.c \
481 xtensa-dis.c \
482 z80-dis.c \
483 z8k-dis.c
484
485
486 # C source files that correspond to .o's ending up in libopcodes.
487 LIBOPCODES_CFILES = \
488 $(TARGET_LIBOPCODES_CFILES) \
489 dis-buf.c \
490 dis-init.c \
491 disassemble.c
492
493
494 # C source files that correspond to .o's.
495 CFILES = \
496 $(LIBOPCODES_CFILES) \
497 i386-gen.c \
498 ia64-asmtab.c \
499 ia64-gen.c \
500 ia64-opc-a.c \
501 ia64-opc-b.c \
502 ia64-opc-f.c \
503 ia64-opc-i.c \
504 ia64-opc-m.c \
505 ia64-opc-d.c \
506 s390-mkopc.c \
507 z8kgen.c
508
509 ALL_MACHINES = $(TARGET_LIBOPCODES_CFILES:.c=.lo)
510 OFILES = @BFD_MACHINES@
511
512 # We should reconfigure whenever bfd/configure.in changes, because
513 # that's where the version number in Makefile comes from.
514 CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
515 AM_CPPFLAGS = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
516 libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c
517 # It's desirable to list ../bfd/libbfd.la in DEPENDENCIES and LIBADD.
518 # Unfortunately this causes libtool to add -L$(libdir), referring to the
519 # planned install directory of libbfd. This can cause us to pick up an
520 # old version of libbfd, or to pick up libbfd for the wrong architecture
521 # if host != build. So for building with shared libraries we use a
522 # hardcoded path to libbfd.so instead of relying on the entries in libbfd.la.
523 libopcodes_la_DEPENDENCIES = $(OFILES) @SHARED_DEPENDENCIES@
524 libopcodes_la_LIBADD = $(OFILES) @SHARED_LIBADD@
525 # Allow dependency tracking to work on all the source files.
526 EXTRA_libopcodes_la_SOURCES = $(LIBOPCODES_CFILES)
527
528 # libtool will build .libs/libopcodes.a. We create libopcodes.a in
529 # the build directory so that we don't have to convert all the
530 # programs that use libopcodes.a simultaneously. This is a hack which
531 # should be removed if everything else starts using libtool. FIXME.
532 noinst_LIBRARIES = libopcodes.a
533 POTFILES = $(HFILES) $(CFILES)
534 CLEANFILES = \
535 stamp-ip2k stamp-m32c stamp-m32r stamp-fr30 stamp-frv \
536 stamp-openrisc stamp-iq2000 stamp-mep stamp-mt stamp-xstormy16 stamp-xc16x\
537 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
538
539 CGENDIR = @cgendir@
540 CPUDIR = $(CGENDIR)/cpu
541 CGEN = "`if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` -l ${cgendir}/guile.scm -s"
542 CGENFLAGS = -v
543 CGENDEPS = \
544 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
545 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
546 $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
547 $(CGENDIR)/opc-opinst.scm \
548 cgen-asm.in cgen-dis.in cgen-ibld.in
549
550 CGEN_CPUS = fr30 frv ip2k m32c m32r mep mt openrisc xc16x xstormy16
551 @CGEN_MAINT_FALSE@IP2K_DEPS =
552 @CGEN_MAINT_TRUE@IP2K_DEPS = stamp-ip2k
553 @CGEN_MAINT_FALSE@LM32_DEPS =
554 @CGEN_MAINT_TRUE@LM32_DEPS = stamp-lm32
555 @CGEN_MAINT_FALSE@M32C_DEPS =
556 @CGEN_MAINT_TRUE@M32C_DEPS = stamp-m32c
557 @CGEN_MAINT_FALSE@M32R_DEPS =
558 @CGEN_MAINT_TRUE@M32R_DEPS = stamp-m32r
559 @CGEN_MAINT_FALSE@FR30_DEPS =
560 @CGEN_MAINT_TRUE@FR30_DEPS = stamp-fr30
561 @CGEN_MAINT_FALSE@FRV_DEPS =
562 @CGEN_MAINT_TRUE@FRV_DEPS = stamp-frv
563 @CGEN_MAINT_FALSE@MEP_DEPS =
564 @CGEN_MAINT_TRUE@MEP_DEPS = stamp-mep
565 @CGEN_MAINT_FALSE@MT_DEPS =
566 @CGEN_MAINT_TRUE@MT_DEPS = stamp-mt
567 @CGEN_MAINT_FALSE@OPENRISC_DEPS =
568 @CGEN_MAINT_TRUE@OPENRISC_DEPS = stamp-openrisc
569 @CGEN_MAINT_FALSE@IQ2000_DEPS =
570 @CGEN_MAINT_TRUE@IQ2000_DEPS = stamp-iq2000
571 @CGEN_MAINT_FALSE@XC16X_DEPS =
572 @CGEN_MAINT_TRUE@XC16X_DEPS = stamp-xc16x
573 @CGEN_MAINT_FALSE@XSTORMY16_DEPS =
574 @CGEN_MAINT_TRUE@XSTORMY16_DEPS = stamp-xstormy16
575 all: config.h
576 $(MAKE) $(AM_MAKEFLAGS) all-recursive
577
578 .SUFFIXES:
579 .SUFFIXES: .c .lo .o .obj
580 am--refresh:
581 @:
582 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
583 @for dep in $?; do \
584 case '$(am__configure_deps)' in \
585 *$$dep*) \
586 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
587 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
588 && exit 0; \
589 exit 1;; \
590 esac; \
591 done; \
592 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
593 $(am__cd) $(top_srcdir) && \
594 $(AUTOMAKE) --foreign Makefile
595 .PRECIOUS: Makefile
596 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
597 @case '$?' in \
598 *config.status*) \
599 echo ' $(SHELL) ./config.status'; \
600 $(SHELL) ./config.status;; \
601 *) \
602 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
603 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
604 esac;
605
606 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
607 $(SHELL) ./config.status --recheck
608
609 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
610 $(am__cd) $(srcdir) && $(AUTOCONF)
611 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
612 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
613 $(am__aclocal_m4_deps):
614
615 config.h: stamp-h1
616 @if test ! -f $@; then \
617 rm -f stamp-h1; \
618 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
619 else :; fi
620
621 stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
622 @rm -f stamp-h1
623 cd $(top_builddir) && $(SHELL) ./config.status config.h
624 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
625 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
626 rm -f stamp-h1
627 touch $@
628
629 distclean-hdr:
630 -rm -f config.h stamp-h1
631 po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
632 cd $(top_builddir) && $(SHELL) ./config.status $@
633
634 clean-noinstLIBRARIES:
635 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
636 install-bfdlibLTLIBRARIES: $(bfdlib_LTLIBRARIES)
637 @$(NORMAL_INSTALL)
638 test -z "$(bfdlibdir)" || $(MKDIR_P) "$(DESTDIR)$(bfdlibdir)"
639 @list='$(bfdlib_LTLIBRARIES)'; test -n "$(bfdlibdir)" || list=; \
640 list2=; for p in $$list; do \
641 if test -f $$p; then \
642 list2="$$list2 $$p"; \
643 else :; fi; \
644 done; \
645 test -z "$$list2" || { \
646 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(bfdlibdir)'"; \
647 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(bfdlibdir)"; \
648 }
649
650 uninstall-bfdlibLTLIBRARIES:
651 @$(NORMAL_UNINSTALL)
652 @list='$(bfdlib_LTLIBRARIES)'; test -n "$(bfdlibdir)" || list=; \
653 for p in $$list; do \
654 $(am__strip_dir) \
655 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(bfdlibdir)/$$f'"; \
656 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(bfdlibdir)/$$f"; \
657 done
658
659 clean-bfdlibLTLIBRARIES:
660 -test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
661 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
662 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
663 test "$$dir" != "$$p" || dir=.; \
664 echo "rm -f \"$${dir}/so_locations\""; \
665 rm -f "$${dir}/so_locations"; \
666 done
667
668 clean-noinstLTLIBRARIES:
669 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
670 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
671 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
672 test "$$dir" != "$$p" || dir=.; \
673 echo "rm -f \"$${dir}/so_locations\""; \
674 rm -f "$${dir}/so_locations"; \
675 done
676 libopcodes.la: $(libopcodes_la_OBJECTS) $(libopcodes_la_DEPENDENCIES)
677 $(libopcodes_la_LINK) $(am_libopcodes_la_rpath) $(libopcodes_la_OBJECTS) $(libopcodes_la_LIBADD) $(LIBS)
678
679 mostlyclean-compile:
680 -rm -f *.$(OBJEXT)
681
682 distclean-compile:
683 -rm -f *.tab.c
684
685 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alpha-dis.Plo@am__quote@
686 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alpha-opc.Plo@am__quote@
687 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arc-dis.Plo@am__quote@
688 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arc-ext.Plo@am__quote@
689 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arc-opc.Plo@am__quote@
690 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arm-dis.Plo@am__quote@
691 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/avr-dis.Plo@am__quote@
692 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bfin-dis.Plo@am__quote@
693 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgen-asm.Plo@am__quote@
694 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgen-bitset.Plo@am__quote@
695 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgen-dis.Plo@am__quote@
696 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgen-opc.Plo@am__quote@
697 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cr16-dis.Plo@am__quote@
698 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cr16-opc.Plo@am__quote@
699 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cris-dis.Plo@am__quote@
700 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cris-opc.Plo@am__quote@
701 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crx-dis.Plo@am__quote@
702 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crx-opc.Plo@am__quote@
703 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/d10v-dis.Plo@am__quote@
704 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/d10v-opc.Plo@am__quote@
705 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/d30v-dis.Plo@am__quote@
706 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/d30v-opc.Plo@am__quote@
707 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dis-buf.Plo@am__quote@
708 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dis-init.Plo@am__quote@
709 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/disassemble.Plo@am__quote@
710 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlx-dis.Plo@am__quote@
711 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr30-asm.Plo@am__quote@
712 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr30-desc.Plo@am__quote@
713 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr30-dis.Plo@am__quote@
714 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr30-ibld.Plo@am__quote@
715 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fr30-opc.Plo@am__quote@
716 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frv-asm.Plo@am__quote@
717 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frv-desc.Plo@am__quote@
718 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frv-dis.Plo@am__quote@
719 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frv-ibld.Plo@am__quote@
720 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frv-opc.Plo@am__quote@
721 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/h8300-dis.Plo@am__quote@
722 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/h8500-dis.Plo@am__quote@
723 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hppa-dis.Plo@am__quote@
724 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i370-dis.Plo@am__quote@
725 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i370-opc.Plo@am__quote@
726 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386-dis.Plo@am__quote@
727 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i386-opc.Plo@am__quote@
728 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i860-dis.Plo@am__quote@
729 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/i960-dis.Plo@am__quote@
730 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ia64-dis.Plo@am__quote@
731 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ia64-opc.Plo@am__quote@
732 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip2k-asm.Plo@am__quote@
733 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip2k-desc.Plo@am__quote@
734 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip2k-dis.Plo@am__quote@
735 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip2k-ibld.Plo@am__quote@
736 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ip2k-opc.Plo@am__quote@
737 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iq2000-asm.Plo@am__quote@
738 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iq2000-desc.Plo@am__quote@
739 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iq2000-dis.Plo@am__quote@
740 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iq2000-ibld.Plo@am__quote@
741 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iq2000-opc.Plo@am__quote@
742 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libopcodes.Po@am__quote@
743 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm32-asm.Plo@am__quote@
744 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm32-desc.Plo@am__quote@
745 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm32-dis.Plo@am__quote@
746 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm32-ibld.Plo@am__quote@
747 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm32-opc.Plo@am__quote@
748 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lm32-opinst.Plo@am__quote@
749 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m10200-dis.Plo@am__quote@
750 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m10200-opc.Plo@am__quote@
751 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m10300-dis.Plo@am__quote@
752 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m10300-opc.Plo@am__quote@
753 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32c-asm.Plo@am__quote@
754 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32c-desc.Plo@am__quote@
755 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32c-dis.Plo@am__quote@
756 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32c-ibld.Plo@am__quote@
757 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32c-opc.Plo@am__quote@
758 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32r-asm.Plo@am__quote@
759 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32r-desc.Plo@am__quote@
760 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32r-dis.Plo@am__quote@
761 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32r-ibld.Plo@am__quote@
762 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32r-opc.Plo@am__quote@
763 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m32r-opinst.Plo@am__quote@
764 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m68hc11-dis.Plo@am__quote@
765 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m68hc11-opc.Plo@am__quote@
766 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m68k-dis.Plo@am__quote@
767 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m68k-opc.Plo@am__quote@
768 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/m88k-dis.Plo@am__quote@
769 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/maxq-dis.Plo@am__quote@
770 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mcore-dis.Plo@am__quote@
771 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mep-asm.Plo@am__quote@
772 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mep-desc.Plo@am__quote@
773 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mep-dis.Plo@am__quote@
774 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mep-ibld.Plo@am__quote@
775 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mep-opc.Plo@am__quote@
776 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/microblaze-dis.Plo@am__quote@
777 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mips-dis.Plo@am__quote@
778 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mips-opc.Plo@am__quote@
779 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mips16-opc.Plo@am__quote@
780 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmix-dis.Plo@am__quote@
781 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mmix-opc.Plo@am__quote@
782 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/moxie-dis.Plo@am__quote@
783 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/moxie-opc.Plo@am__quote@
784 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msp430-dis.Plo@am__quote@
785 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt-asm.Plo@am__quote@
786 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt-desc.Plo@am__quote@
787 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt-dis.Plo@am__quote@
788 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt-ibld.Plo@am__quote@
789 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mt-opc.Plo@am__quote@
790 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ns32k-dis.Plo@am__quote@
791 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openrisc-asm.Plo@am__quote@
792 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openrisc-desc.Plo@am__quote@
793 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openrisc-dis.Plo@am__quote@
794 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openrisc-ibld.Plo@am__quote@
795 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openrisc-opc.Plo@am__quote@
796 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/or32-dis.Plo@am__quote@
797 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/or32-opc.Plo@am__quote@
798 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdp11-dis.Plo@am__quote@
799 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdp11-opc.Plo@am__quote@
800 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pj-dis.Plo@am__quote@
801 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pj-opc.Plo@am__quote@
802 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ppc-dis.Plo@am__quote@
803 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ppc-opc.Plo@am__quote@
804 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s390-dis.Plo@am__quote@
805 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s390-opc.Plo@am__quote@
806 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/score-dis.Plo@am__quote@
807 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/score7-dis.Plo@am__quote@
808 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sh-dis.Plo@am__quote@
809 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sh64-dis.Plo@am__quote@
810 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sh64-opc.Plo@am__quote@
811 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparc-dis.Plo@am__quote@
812 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sparc-opc.Plo@am__quote@
813 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spu-dis.Plo@am__quote@
814 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spu-opc.Plo@am__quote@
815 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tic30-dis.Plo@am__quote@
816 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tic4x-dis.Plo@am__quote@
817 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tic54x-dis.Plo@am__quote@
818 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tic54x-opc.Plo@am__quote@
819 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tic80-dis.Plo@am__quote@
820 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tic80-opc.Plo@am__quote@
821 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/v850-dis.Plo@am__quote@
822 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/v850-opc.Plo@am__quote@
823 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vax-dis.Plo@am__quote@
824 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w65-dis.Plo@am__quote@
825 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xc16x-asm.Plo@am__quote@
826 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xc16x-desc.Plo@am__quote@
827 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xc16x-dis.Plo@am__quote@
828 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xc16x-ibld.Plo@am__quote@
829 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xc16x-opc.Plo@am__quote@
830 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstormy16-asm.Plo@am__quote@
831 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstormy16-desc.Plo@am__quote@
832 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstormy16-dis.Plo@am__quote@
833 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstormy16-ibld.Plo@am__quote@
834 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstormy16-opc.Plo@am__quote@
835 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xtensa-dis.Plo@am__quote@
836 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/z80-dis.Plo@am__quote@
837 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/z8k-dis.Plo@am__quote@
838
839 .c.o:
840 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
841 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
842 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
843 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
844 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
845
846 .c.obj:
847 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
848 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
849 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
850 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
851 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
852
853 .c.lo:
854 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
855 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
856 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
857 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
858 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
859
860 mostlyclean-libtool:
861 -rm -f *.lo
862
863 clean-libtool:
864 -rm -rf .libs _libs
865
866 distclean-libtool:
867 -rm -f libtool config.lt
868 install-bfdincludeDATA: $(bfdinclude_DATA)
869 @$(NORMAL_INSTALL)
870 test -z "$(bfdincludedir)" || $(MKDIR_P) "$(DESTDIR)$(bfdincludedir)"
871 @list='$(bfdinclude_DATA)'; test -n "$(bfdincludedir)" || list=; \
872 for p in $$list; do \
873 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
874 echo "$$d$$p"; \
875 done | $(am__base_list) | \
876 while read files; do \
877 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(bfdincludedir)'"; \
878 $(INSTALL_DATA) $$files "$(DESTDIR)$(bfdincludedir)" || exit $$?; \
879 done
880
881 uninstall-bfdincludeDATA:
882 @$(NORMAL_UNINSTALL)
883 @list='$(bfdinclude_DATA)'; test -n "$(bfdincludedir)" || list=; \
884 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
885 test -n "$$files" || exit 0; \
886 echo " ( cd '$(DESTDIR)$(bfdincludedir)' && rm -f" $$files ")"; \
887 cd "$(DESTDIR)$(bfdincludedir)" && rm -f $$files
888
889 # This directory's subdirectories are mostly independent; you can cd
890 # into them and run `make' without going through this Makefile.
891 # To change the values of `make' variables: instead of editing Makefiles,
892 # (1) if the variable is set in `config.status', edit `config.status'
893 # (which will cause the Makefiles to be regenerated when you run `make');
894 # (2) otherwise, pass the desired values on the `make' command line.
895 $(RECURSIVE_TARGETS):
896 @failcom='exit 1'; \
897 for f in x $$MAKEFLAGS; do \
898 case $$f in \
899 *=* | --[!k]*);; \
900 *k*) failcom='fail=yes';; \
901 esac; \
902 done; \
903 dot_seen=no; \
904 target=`echo $@ | sed s/-recursive//`; \
905 list='$(SUBDIRS)'; for subdir in $$list; do \
906 echo "Making $$target in $$subdir"; \
907 if test "$$subdir" = "."; then \
908 dot_seen=yes; \
909 local_target="$$target-am"; \
910 else \
911 local_target="$$target"; \
912 fi; \
913 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
914 || eval $$failcom; \
915 done; \
916 if test "$$dot_seen" = "no"; then \
917 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
918 fi; test -z "$$fail"
919
920 $(RECURSIVE_CLEAN_TARGETS):
921 @failcom='exit 1'; \
922 for f in x $$MAKEFLAGS; do \
923 case $$f in \
924 *=* | --[!k]*);; \
925 *k*) failcom='fail=yes';; \
926 esac; \
927 done; \
928 dot_seen=no; \
929 case "$@" in \
930 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
931 *) list='$(SUBDIRS)' ;; \
932 esac; \
933 rev=''; for subdir in $$list; do \
934 if test "$$subdir" = "."; then :; else \
935 rev="$$subdir $$rev"; \
936 fi; \
937 done; \
938 rev="$$rev ."; \
939 target=`echo $@ | sed s/-recursive//`; \
940 for subdir in $$rev; do \
941 echo "Making $$target in $$subdir"; \
942 if test "$$subdir" = "."; then \
943 local_target="$$target-am"; \
944 else \
945 local_target="$$target"; \
946 fi; \
947 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
948 || eval $$failcom; \
949 done && test -z "$$fail"
950 tags-recursive:
951 list='$(SUBDIRS)'; for subdir in $$list; do \
952 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
953 done
954 ctags-recursive:
955 list='$(SUBDIRS)'; for subdir in $$list; do \
956 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
957 done
958
959 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
960 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
961 unique=`for i in $$list; do \
962 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
963 done | \
964 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
965 END { if (nonempty) { for (i in files) print i; }; }'`; \
966 mkid -fID $$unique
967 tags: TAGS
968
969 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
970 $(TAGS_FILES) $(LISP)
971 set x; \
972 here=`pwd`; \
973 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
974 include_option=--etags-include; \
975 empty_fix=.; \
976 else \
977 include_option=--include; \
978 empty_fix=; \
979 fi; \
980 list='$(SUBDIRS)'; for subdir in $$list; do \
981 if test "$$subdir" = .; then :; else \
982 test ! -f $$subdir/TAGS || \
983 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
984 fi; \
985 done; \
986 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
987 unique=`for i in $$list; do \
988 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
989 done | \
990 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
991 END { if (nonempty) { for (i in files) print i; }; }'`; \
992 shift; \
993 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
994 test -n "$$unique" || unique=$$empty_fix; \
995 if test $$# -gt 0; then \
996 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
997 "$$@" $$unique; \
998 else \
999 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1000 $$unique; \
1001 fi; \
1002 fi
1003 ctags: CTAGS
1004 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
1005 $(TAGS_FILES) $(LISP)
1006 list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
1007 unique=`for i in $$list; do \
1008 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1009 done | \
1010 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1011 END { if (nonempty) { for (i in files) print i; }; }'`; \
1012 test -z "$(CTAGS_ARGS)$$unique" \
1013 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1014 $$unique
1015
1016 GTAGS:
1017 here=`$(am__cd) $(top_builddir) && pwd` \
1018 && $(am__cd) $(top_srcdir) \
1019 && gtags -i $(GTAGS_ARGS) "$$here"
1020
1021 distclean-tags:
1022 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1023 check-am: all-am
1024 check: check-recursive
1025 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA) config.h
1026 installdirs: installdirs-recursive
1027 installdirs-am:
1028 for dir in "$(DESTDIR)$(bfdlibdir)" "$(DESTDIR)$(bfdincludedir)"; do \
1029 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1030 done
1031 install: install-recursive
1032 install-exec: install-exec-recursive
1033 install-data: install-data-recursive
1034 uninstall: uninstall-recursive
1035
1036 install-am: all-am
1037 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1038
1039 installcheck: installcheck-recursive
1040 install-strip:
1041 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1042 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1043 `test -z '$(STRIP)' || \
1044 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1045 mostlyclean-generic:
1046
1047 clean-generic:
1048 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1049
1050 distclean-generic:
1051 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1052 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1053
1054 maintainer-clean-generic:
1055 @echo "This command is intended for maintainers to use"
1056 @echo "it deletes files that may require special tools to rebuild."
1057 clean: clean-recursive
1058
1059 clean-am: clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
1060 clean-noinstLIBRARIES clean-noinstLTLIBRARIES mostlyclean-am
1061
1062 distclean: distclean-recursive
1063 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1064 -rm -rf ./$(DEPDIR)
1065 -rm -f Makefile
1066 distclean-am: clean-am distclean-compile distclean-generic \
1067 distclean-hdr distclean-libtool distclean-tags
1068
1069 dvi: dvi-recursive
1070
1071 dvi-am:
1072
1073 html: html-recursive
1074
1075 html-am:
1076
1077 info: info-recursive
1078
1079 info-am:
1080
1081 install-data-am: install-bfdincludeDATA install-bfdlibLTLIBRARIES
1082
1083 install-dvi: install-dvi-recursive
1084
1085 install-dvi-am:
1086
1087 install-exec-am:
1088
1089 install-html: install-html-recursive
1090
1091 install-html-am:
1092
1093 install-info: install-info-recursive
1094
1095 install-info-am:
1096
1097 install-man:
1098
1099 install-pdf: install-pdf-recursive
1100
1101 install-pdf-am:
1102
1103 install-ps: install-ps-recursive
1104
1105 install-ps-am:
1106
1107 installcheck-am:
1108
1109 maintainer-clean: maintainer-clean-recursive
1110 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1111 -rm -rf $(top_srcdir)/autom4te.cache
1112 -rm -rf ./$(DEPDIR)
1113 -rm -f Makefile
1114 maintainer-clean-am: distclean-am maintainer-clean-generic
1115
1116 mostlyclean: mostlyclean-recursive
1117
1118 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1119 mostlyclean-libtool
1120
1121 pdf: pdf-recursive
1122
1123 pdf-am:
1124
1125 ps: ps-recursive
1126
1127 ps-am:
1128
1129 uninstall-am: uninstall-bfdincludeDATA uninstall-bfdlibLTLIBRARIES
1130
1131 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
1132 ctags-recursive install-am install-strip tags-recursive
1133
1134 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1135 all all-am am--refresh check check-am clean \
1136 clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
1137 clean-noinstLIBRARIES clean-noinstLTLIBRARIES ctags \
1138 ctags-recursive distclean distclean-compile distclean-generic \
1139 distclean-hdr distclean-libtool distclean-tags dvi dvi-am html \
1140 html-am info info-am install install-am install-bfdincludeDATA \
1141 install-bfdlibLTLIBRARIES install-data install-data-am \
1142 install-dvi install-dvi-am install-exec install-exec-am \
1143 install-html install-html-am install-info install-info-am \
1144 install-man install-pdf install-pdf-am install-ps \
1145 install-ps-am install-strip installcheck installcheck-am \
1146 installdirs installdirs-am maintainer-clean \
1147 maintainer-clean-generic mostlyclean mostlyclean-compile \
1148 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1149 tags tags-recursive uninstall uninstall-am \
1150 uninstall-bfdincludeDATA uninstall-bfdlibLTLIBRARIES
1151
1152
1153 disassemble.lo: disassemble.c
1154 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ @archdefs@ $(srcdir)/disassemble.c
1155 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1156 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='disassemble.c' object='$@' libtool=yes @AMDEPBACKSLASH@
1157 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1158 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ @archdefs@ $(srcdir)/disassemble.c
1159
1160 stamp-lib: libopcodes.la
1161 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
1162 if [ -f $$libtooldir/libopcodes.a ]; then \
1163 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
1164 $(RANLIB) libopcodes.tmp; \
1165 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
1166 else true; fi
1167 touch stamp-lib
1168
1169 libopcodes.a: stamp-lib ; @true
1170 po/POTFILES.in: @MAINT@ Makefile
1171 for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
1172 && mv tmp $(srcdir)/po/POTFILES.in
1173
1174 run-cgen:
1175 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
1176 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
1177 "$(options)" "$(extrafiles)"
1178 touch stamp-${prefix}
1179 .PHONY: run-cgen
1180
1181 # Maintainer utility rule to regenerate all cgen files.
1182 run-cgen-all:
1183 for c in $(CGEN_CPUS) ; \
1184 do \
1185 $(MAKE) stamp-$$c || exit 1 ; \
1186 done
1187 .PHONY: run-cgen-all
1188
1189 # For now, require developers to configure with --enable-cgen-maint.
1190 $(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)
1191 @true
1192 stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
1193 $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
1194 archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
1195
1196 $(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)
1197 @true
1198 stamp-lm32: $(CGENDEPS) $(srcdir)/../cpu/lm32.cpu $(srcdir)/../cpu/lm32.opc
1199 $(MAKE) run-cgen arch=lm32 prefix=lm32 options=opinst \
1200 archfile=$(srcdir)/../cpu/lm32.cpu \
1201 opcfile=$(srcdir)/../cpu/lm32.opc \
1202 extrafiles=opinst
1203
1204 $(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)
1205 # @true
1206 stamp-m32c: $(CGENDEPS) $(srcdir)/../cpu/m32c.cpu $(srcdir)/../cpu/m32c.opc
1207 $(MAKE) run-cgen arch=m32c prefix=m32c options= \
1208 archfile=$(srcdir)/../cpu/m32c.cpu \
1209 opcfile=$(srcdir)/../cpu/m32c.opc extrafiles=
1210
1211 $(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)
1212 @true
1213 stamp-m32r: $(CGENDEPS) $(srcdir)/../cpu/m32r.cpu $(srcdir)/../cpu/m32r.opc
1214 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
1215 archfile=$(srcdir)/../cpu/m32r.cpu \
1216 opcfile=$(srcdir)/../cpu/m32r.opc extrafiles=opinst
1217
1218 $(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)
1219 @true
1220 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
1221 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
1222 archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
1223
1224 $(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)
1225 @true
1226 stamp-frv: $(CGENDEPS) $(srcdir)/../cpu/frv.cpu $(srcdir)/../cpu/frv.opc
1227 $(MAKE) run-cgen arch=frv prefix=frv options= \
1228 archfile=$(srcdir)/../cpu/frv.cpu opcfile=$(srcdir)/../cpu/frv.opc extrafiles=
1229
1230 $(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)
1231 @true
1232 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
1233 $(MAKE) run-cgen arch=mep prefix=mep options= \
1234 archfile=$(CPUDIR)/mep.cpu opcfile=$(CPUDIR)/mep.opc extrafiles=
1235
1236 $(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)
1237 @true
1238 stamp-mt: $(CGENDEPS) $(srcdir)/../cpu/mt.cpu $(srcdir)/../cpu/mt.opc
1239 $(MAKE) run-cgen arch=mt prefix=mt options= \
1240 archfile=$(srcdir)/../cpu/mt.cpu \
1241 opcfile=$(srcdir)/../cpu/mt.opc extrafiles=
1242
1243 $(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)
1244 @true
1245 stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
1246 $(MAKE) run-cgen arch=openrisc prefix=openrisc options= \
1247 archfile=$(CPUDIR)/openrisc.cpu opcfile=$(CPUDIR)/openrisc.opc extrafiles=
1248
1249 $(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)
1250 @true
1251 stamp-iq2000: $(CGENDEPS) $(srcdir)/../cpu/iq2000.cpu \
1252 $(srcdir)/../cpu/iq2000.opc $(srcdir)/../cpu/iq2000m.cpu \
1253 $(srcdir)/../cpu/iq10.cpu
1254 $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
1255 archfile=$(srcdir)/../cpu/iq2000.cpu \
1256 opcfile=$(srcdir)/../cpu/iq2000.opc extrafiles=
1257
1258 $(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)
1259 @true
1260 stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
1261 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
1262 archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
1263
1264 $(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)
1265 @true
1266 stamp-xc16x: $(CGENDEPS) $(CPUDIR)/xc16x.cpu $(CPUDIR)/xc16x.opc
1267 $(MAKE) run-cgen arch=xc16x prefix=xc16x options= \
1268 archfile=$(CPUDIR)/xc16x.cpu opcfile=$(CPUDIR)/xc16x.opc extrafiles=
1269
1270 i386-gen: i386-gen.o
1271 $(LINK) i386-gen.o $(LIBIBERTY)
1272
1273 $(srcdir)/i386-tbl.h: $(srcdir)/i386-init.h
1274 @echo $@
1275
1276 $(srcdir)/i386-init.h: @MAINT@ i386-gen i386-opc.tbl i386-reg.tbl
1277 ./i386-gen --srcdir $(srcdir)
1278
1279 ia64-gen: ia64-gen.o
1280 $(LINK) ia64-gen.o $(LIBIBERTY)
1281
1282 # Don't wrap the line below, as @MAINT@ can be expanded to '#'.
1283 # Some make versions don't handle line continuations in comments.
1284 $(srcdir)/ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
1285 ./ia64-gen --srcdir $(srcdir) > $@
1286
1287 s390-mkopc: s390-mkopc.c
1288 $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
1289
1290 s390-opc.tab: s390-mkopc s390-opc.txt
1291 ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
1292
1293 s390-opc.lo: s390-opc.tab
1294
1295 sh-dis.lo: sh-dis.c
1296 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ @archdefs@ $(srcdir)/sh-dis.c
1297 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1298 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sh-dis.c' object='$@' libtool=yes @AMDEPBACKSLASH@
1299 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1300 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ @archdefs@ $(srcdir)/sh-dis.c
1301
1302 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1303 # Otherwise a system limit (for SysV at least) may be exceeded.
1304 .NOEXPORT: