* Makefile.am: Bfin support.
[external/binutils.git] / opcodes / Makefile.in
1 # Makefile.in generated by automake 1.9.2 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 SOURCES = libopcodes.c $(libopcodes_la_SOURCES)
19
20 srcdir = @srcdir@
21 top_srcdir = @top_srcdir@
22 VPATH = @srcdir@
23 pkgdatadir = $(datadir)/@PACKAGE@
24 pkglibdir = $(libdir)/@PACKAGE@
25 pkgincludedir = $(includedir)/@PACKAGE@
26 top_builddir = .
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28 INSTALL = @INSTALL@
29 install_sh_DATA = $(install_sh) -c -m 644
30 install_sh_PROGRAM = $(install_sh) -c
31 install_sh_SCRIPT = $(install_sh) -c
32 INSTALL_HEADER = $(INSTALL_DATA)
33 transform = $(program_transform_name)
34 NORMAL_INSTALL = :
35 PRE_INSTALL = :
36 POST_INSTALL = :
37 NORMAL_UNINSTALL = :
38 PRE_UNINSTALL = :
39 POST_UNINSTALL = :
40 build_triplet = @build@
41 host_triplet = @host@
42 target_triplet = @target@
43 DIST_COMMON = $(srcdir)/../config.guess $(srcdir)/../config.sub \
44         INSTALL NEWS README AUTHORS ChangeLog COPYING THANKS \
45         $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
46         $(top_srcdir)/configure $(am__configure_deps) \
47         $(srcdir)/config.in $(srcdir)/../mkinstalldirs \
48         $(top_srcdir)/po/Make-in $(srcdir)/../ltmain.sh \
49         $(srcdir)/../config.guess $(srcdir)/../config.sub
50 subdir = .
51 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
52 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
53         $(top_srcdir)/../bfd/acinclude.m4 \
54         $(top_srcdir)/../config/acx.m4 $(top_srcdir)/../bfd/bfd.m4 \
55         $(top_srcdir)/../bfd/warning.m4 $(top_srcdir)/../libtool.m4 \
56         $(top_srcdir)/../gettext.m4 $(top_srcdir)/configure.in
57 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58         $(ACLOCAL_M4)
59 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
60  configure.lineno configure.status.lineno
61 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
62 CONFIG_HEADER = config.h
63 CONFIG_CLEAN_FILES = po/Makefile.in
64 LIBRARIES = $(noinst_LIBRARIES)
65 ARFLAGS = cru
66 libopcodes_a_AR = $(AR) $(ARFLAGS)
67 libopcodes_a_LIBADD =
68 libopcodes_a_SOURCES = libopcodes.c
69 libopcodes_a_OBJECTS = libopcodes.$(OBJEXT)
70 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
71 am__vpath_adj = case $$p in \
72     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
73     *) f=$$p;; \
74   esac;
75 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
76 am__installdirs = "$(DESTDIR)$(bfdlibdir)"
77 bfdlibLTLIBRARIES_INSTALL = $(INSTALL)
78 LTLIBRARIES = $(bfdlib_LTLIBRARIES)
79 am__DEPENDENCIES_1 =
80 am_libopcodes_la_OBJECTS = dis-buf.lo disassemble.lo dis-init.lo
81 libopcodes_la_OBJECTS = $(am_libopcodes_la_OBJECTS)
82 DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
83 depcomp =
84 am__depfiles_maybe =
85 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
88         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
89         $(AM_CFLAGS) $(CFLAGS)
90 CCLD = $(CC)
91 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
92         $(AM_LDFLAGS) $(LDFLAGS) -o $@
93 SOURCES = libopcodes.c $(libopcodes_la_SOURCES)
94 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
95         html-recursive info-recursive install-data-recursive \
96         install-exec-recursive install-info-recursive \
97         install-recursive installcheck-recursive installdirs-recursive \
98         pdf-recursive ps-recursive uninstall-info-recursive \
99         uninstall-recursive
100 ETAGS = etags
101 CTAGS = ctags
102 DIST_SUBDIRS = $(SUBDIRS)
103 ACLOCAL = @ACLOCAL@
104 ALLOCA = @ALLOCA@
105 AMDEP_FALSE = @AMDEP_FALSE@
106 AMDEP_TRUE = @AMDEP_TRUE@
107 AMTAR = @AMTAR@
108 AR = @AR@
109 AUTOCONF = @AUTOCONF@
110 AUTOHEADER = @AUTOHEADER@
111 AUTOMAKE = @AUTOMAKE@
112 AWK = @AWK@
113 BFD_MACHINES = @BFD_MACHINES@
114 CATALOGS = @CATALOGS@
115 CATOBJEXT = @CATOBJEXT@
116 CC = @CC@
117 CCDEPMODE = @CCDEPMODE@
118 CC_FOR_BUILD = @CC_FOR_BUILD@
119 CFLAGS = @CFLAGS@
120 CGEN_MAINT_FALSE = @CGEN_MAINT_FALSE@
121 CGEN_MAINT_TRUE = @CGEN_MAINT_TRUE@
122 CPP = @CPP@
123 CPPFLAGS = @CPPFLAGS@
124 CYGPATH_W = @CYGPATH_W@
125 DATADIRNAME = @DATADIRNAME@
126 DEFS = @DEFS@
127 DEPDIR = @DEPDIR@
128 ECHO_C = @ECHO_C@
129 ECHO_N = @ECHO_N@
130 ECHO_T = @ECHO_T@
131 EGREP = @EGREP@
132 EXEEXT = @EXEEXT@
133 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
134 GMOFILES = @GMOFILES@
135 GMSGFMT = @GMSGFMT@
136 GT_NO = @GT_NO@
137 GT_YES = @GT_YES@
138 HDEFINES = @HDEFINES@
139 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
140 INSTALL_DATA = @INSTALL_DATA@
141 INSTALL_LIBBFD_FALSE = @INSTALL_LIBBFD_FALSE@
142 INSTALL_LIBBFD_TRUE = @INSTALL_LIBBFD_TRUE@
143 INSTALL_PROGRAM = @INSTALL_PROGRAM@
144 INSTALL_SCRIPT = @INSTALL_SCRIPT@
145 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
146 INSTOBJEXT = @INSTOBJEXT@
147 INTLDEPS = @INTLDEPS@
148 INTLLIBS = @INTLLIBS@
149 INTLOBJS = @INTLOBJS@
150 LDFLAGS = @LDFLAGS@
151 LIBOBJS = @LIBOBJS@
152 LIBS = @LIBS@
153 LIBTOOL = @LIBTOOL@
154 LN_S = @LN_S@
155 LTLIBOBJS = @LTLIBOBJS@
156 MAINT = @MAINT@
157 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
158 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
159 MAKEINFO = @MAKEINFO@
160 MKINSTALLDIRS = @MKINSTALLDIRS@
161 MSGFMT = @MSGFMT@
162 NO_WERROR = @NO_WERROR@
163 OBJEXT = @OBJEXT@
164 PACKAGE = @PACKAGE@
165 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
166 PACKAGE_NAME = @PACKAGE_NAME@
167 PACKAGE_STRING = @PACKAGE_STRING@
168 PACKAGE_TARNAME = @PACKAGE_TARNAME@
169 PACKAGE_VERSION = @PACKAGE_VERSION@
170 PATH_SEPARATOR = @PATH_SEPARATOR@
171 POFILES = @POFILES@
172 POSUB = @POSUB@
173 RANLIB = @RANLIB@
174 SET_MAKE = @SET_MAKE@
175 SHELL = @SHELL@
176 STRIP = @STRIP@
177 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
178 USE_NLS = @USE_NLS@
179 VERSION = @VERSION@
180 WARN_CFLAGS = @WARN_CFLAGS@
181 WIN32LDFLAGS = @WIN32LDFLAGS@
182 WIN32LIBADD = @WIN32LIBADD@
183 XGETTEXT = @XGETTEXT@
184 ac_ct_AR = @ac_ct_AR@
185 ac_ct_CC = @ac_ct_CC@
186 ac_ct_RANLIB = @ac_ct_RANLIB@
187 ac_ct_STRIP = @ac_ct_STRIP@
188 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
189 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
190 am__include = @am__include@
191 am__leading_dot = @am__leading_dot@
192 am__quote = @am__quote@
193 am__tar = @am__tar@
194 am__untar = @am__untar@
195 archdefs = @archdefs@
196 bfdincludedir = @bfdincludedir@
197 bfdlibdir = @bfdlibdir@
198 bindir = @bindir@
199 build = @build@
200 build_alias = @build_alias@
201 build_cpu = @build_cpu@
202 build_os = @build_os@
203 build_vendor = @build_vendor@
204 cgendir = @cgendir@
205 datadir = @datadir@
206 exec_prefix = @exec_prefix@
207 host = @host@
208 host_alias = @host_alias@
209 host_cpu = @host_cpu@
210 host_noncanonical = @host_noncanonical@
211 host_os = @host_os@
212 host_vendor = @host_vendor@
213 includedir = @includedir@
214 infodir = @infodir@
215 install_sh = @install_sh@
216 l = @l@
217 libdir = @libdir@
218 libexecdir = @libexecdir@
219 localstatedir = @localstatedir@
220 mandir = @mandir@
221 mkdir_p = @mkdir_p@
222 oldincludedir = @oldincludedir@
223 prefix = @prefix@
224 program_transform_name = @program_transform_name@
225 sbindir = @sbindir@
226 sharedstatedir = @sharedstatedir@
227 sysconfdir = @sysconfdir@
228 target = @target@
229 target_alias = @target_alias@
230 target_cpu = @target_cpu@
231 target_noncanonical = @target_noncanonical@
232 target_os = @target_os@
233 target_vendor = @target_vendor@
234 AUTOMAKE_OPTIONS = 1.9 cygnus
235 SUBDIRS = po
236 INCDIR = $(srcdir)/../include
237 BFDDIR = $(srcdir)/../bfd
238 MKDEP = gcc -MM
239 AM_CFLAGS = $(WARN_CFLAGS)
240 bfdlib_LTLIBRARIES = libopcodes.la
241
242 # This is where bfd.h lives.
243 BFD_H = ../bfd/bfd.h
244
245 # This is where libiberty lives.
246 LIBIBERTY = ../libiberty/libiberty.a
247
248 # Header files.
249 HFILES = \
250         cgen-ops.h cgen-types.h \
251         fr30-desc.h fr30-opc.h \
252         frv-desc.h frv-opc.h \
253         h8500-opc.h \
254         ia64-asmtab.h \
255         ia64-opc.h \
256         ip2k-desc.h ip2k-opc.h \
257         iq2000-desc.h iq2000-opc.h \
258         m32c-desc.h m32c-opc.h \
259         m32r-desc.h m32r-opc.h \
260         mcore-opc.h \
261         ms1-desc.h ms1-opc.h \
262         openrisc-desc.h openrisc-opc.h \
263         sh-opc.h \
264         sh64-opc.h \
265         sysdep.h \
266         w65-opc.h \
267         xstormy16-desc.h xstormy16-opc.h \
268         z8k-opc.h
269
270
271 # C source files that correspond to .o's.
272 CFILES = \
273         alpha-dis.c \
274         alpha-opc.c \
275         arc-dis.c \
276         arc-opc.c \
277         arc-ext.c \
278         arm-dis.c \
279         avr-dis.c \
280         bfin-dis.c \
281         cgen-asm.c \
282         cgen-dis.c \
283         cgen-opc.c \
284         cris-dis.c \
285         cris-opc.c \
286         crx-dis.c \
287         crx-opc.c \
288         d10v-dis.c \
289         d10v-opc.c \
290         d30v-dis.c \
291         d30v-opc.c \
292         dlx-dis.c \
293         dis-buf.c \
294         dis-init.c \
295         disassemble.c \
296         fr30-asm.c \
297         fr30-desc.c \
298         fr30-dis.c \
299         fr30-ibld.c \
300         fr30-opc.c \
301         frv-asm.c \
302         frv-desc.c \
303         frv-dis.c \
304         frv-ibld.c \
305         frv-opc.c \
306         h8300-dis.c \
307         h8500-dis.c \
308         hppa-dis.c \
309         i370-dis.c \
310         i370-opc.c \
311         i386-dis.c \
312         i860-dis.c \
313         i960-dis.c \
314         ia64-dis.c \
315         ia64-opc-a.c \
316         ia64-opc-b.c \
317         ia64-opc-f.c \
318         ia64-opc-i.c \
319         ia64-opc-m.c \
320         ia64-opc-d.c \
321         ia64-opc.c \
322         ia64-gen.c \
323         ia64-asmtab.c \
324         ip2k-asm.c \
325         ip2k-desc.c \
326         ip2k-dis.c \
327         ip2k-ibld.c \
328         ip2k-opc.c \
329         iq2000-asm.c \
330         iq2000-desc.c \
331         iq2000-dis.c \
332         iq2000-ibld.c \
333         iq2000-opc.c \
334         m32c-asm.c \
335         m32c-desc.c \
336         m32c-dis.c \
337         m32c-ibld.c \
338         m32c-opc.c \
339         m32r-asm.c \
340         m32r-desc.c \
341         m32r-dis.c \
342         m32r-ibld.c \
343         m32r-opc.c \
344         m32r-opinst.c \
345         m68hc11-dis.c \
346         m68hc11-opc.c \
347         m68k-dis.c \
348         m68k-opc.c \
349         m88k-dis.c \
350         maxq-dis.c \
351         mcore-dis.c \
352         mips-dis.c \
353         mips-opc.c \
354         mips16-opc.c \
355         m10200-dis.c \
356         m10200-opc.c \
357         m10300-dis.c \
358         m10300-opc.c \
359         mmix-dis.c \
360         mmix-opc.c \
361         ms1-asm.c \
362         ms1-desc.c \
363         ms1-dis.c \
364         ms1-ibld.c \
365         ms1-opc.c \
366         ns32k-dis.c \
367         openrisc-asm.c \
368         openrisc-desc.c \
369         openrisc-dis.c \
370         openrisc-ibld.c \
371         openrisc-opc.c \
372         or32-dis.c \
373         or32-opc.c \
374         pdp11-dis.c \
375         pdp11-opc.c \
376         pj-dis.c \
377         pj-opc.c \
378         ppc-dis.c \
379         ppc-opc.c \
380         s390-mkopc.c \
381         s390-opc.c \
382         s390-dis.c \
383         sh-dis.c \
384         sh64-dis.c \
385         sh64-opc.c \
386         sparc-dis.c \
387         sparc-opc.c \
388         tic30-dis.c \
389         tic4x-dis.c \
390         tic54x-dis.c \
391         tic54x-opc.c \
392         tic80-dis.c \
393         tic80-opc.c \
394         v850-dis.c \
395         v850-opc.c \
396         vax-dis.c \
397         w65-dis.c \
398         xstormy16-asm.c \
399         xstormy16-desc.c \
400         xstormy16-dis.c \
401         xstormy16-ibld.c \
402         xstormy16-opc.c \
403         xtensa-dis.c \
404         z8k-dis.c \
405         z8kgen.c
406
407 ALL_MACHINES = \
408         alpha-dis.lo \
409         alpha-opc.lo \
410         arc-dis.lo \
411         arc-opc.lo \
412         arc-ext.lo \
413         arm-dis.lo \
414         avr-dis.lo \
415         bfin-dis.lo \
416         cgen-asm.lo \
417         cgen-dis.lo \
418         cgen-opc.lo \
419         cris-dis.lo \
420         cris-opc.lo \
421         crx-dis.lo \
422         crx-opc.lo \
423         d10v-dis.lo \
424         d10v-opc.lo \
425         d30v-dis.lo \
426         d30v-opc.lo \
427         dlx-dis.lo \
428         fr30-asm.lo \
429         fr30-desc.lo \
430         fr30-dis.lo \
431         fr30-ibld.lo \
432         fr30-opc.lo \
433         frv-asm.lo \
434         frv-desc.lo \
435         frv-dis.lo \
436         frv-ibld.lo \
437         frv-opc.lo \
438         h8300-dis.lo \
439         h8500-dis.lo \
440         hppa-dis.lo \
441         i386-dis.lo \
442         i370-dis.lo \
443         i370-opc.lo \
444         i860-dis.lo \
445         i960-dis.lo \
446         ia64-dis.lo \
447         ia64-opc.lo \
448         ip2k-asm.lo \
449         ip2k-desc.lo \
450         ip2k-dis.lo \
451         ip2k-ibld.lo \
452         ip2k-opc.lo \
453         iq2000-asm.lo \
454         iq2000-desc.lo \
455         iq2000-dis.lo \
456         iq2000-ibld.lo \
457         iq2000-opc.lo \
458         m32c-asm.lo \
459         m32c-desc.lo \
460         m32c-dis.lo \
461         m32c-ibld.lo \
462         m32c-opc.lo \
463         m32r-asm.lo \
464         m32r-desc.lo \
465         m32r-dis.lo \
466         m32r-ibld.lo \
467         m32r-opc.lo \
468         m32r-opinst.lo \
469         m68hc11-dis.lo \
470         m68hc11-opc.lo \
471         m68k-dis.lo \
472         m68k-opc.lo \
473         m88k-dis.lo \
474         m10200-dis.lo \
475         m10200-opc.lo \
476         m10300-dis.lo \
477         m10300-opc.lo \
478         maxq-dis.lo \
479         mcore-dis.lo \
480         mips-dis.lo \
481         mips-opc.lo \
482         mips16-opc.lo \
483         mmix-dis.lo \
484         mmix-opc.lo \
485         ms1-asm.lo \
486         ms1-desc.lo \
487         ms1-dis.lo \
488         ms1-ibld.lo \
489         ms1-opc.lo \
490         msp430-dis.lo \
491         ns32k-dis.lo \
492         openrisc-asm.lo \
493         openrisc-desc.lo \
494         openrisc-dis.lo \
495         openrisc-ibld.lo \
496         openrisc-opc.lo \
497         or32-dis.lo \
498         or32-opc.lo \
499         pdp11-dis.lo \
500         pdp11-opc.lo \
501         pj-dis.lo \
502         pj-opc.lo \
503         ppc-dis.lo \
504         ppc-opc.lo \
505         s390-dis.lo \
506         s390-opc.lo \
507         sh-dis.lo \
508         sh64-dis.lo \
509         sh64-opc.lo \
510         sparc-dis.lo \
511         sparc-opc.lo \
512         tic30-dis.lo \
513         tic4x-dis.lo \
514         tic54x-dis.lo \
515         tic54x-opc.lo \
516         tic80-dis.lo \
517         tic80-opc.lo \
518         v850-dis.lo \
519         v850-opc.lo \
520         vax-dis.lo \
521         w65-dis.lo \
522         xstormy16-asm.lo \
523         xstormy16-desc.lo \
524         xstormy16-dis.lo \
525         xstormy16-ibld.lo \
526         xstormy16-opc.lo \
527         xtensa-dis.lo \
528         z8k-dis.lo
529
530 OFILES = @BFD_MACHINES@
531
532 # We should reconfigure whenever bfd/configure.in changes, because
533 # that's where the version number in Makefile comes from.
534 CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
535 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl
536 libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c
537 # It's desirable to list ../bfd/libbfd.la in DEPENDENCIES and LIBADD.
538 # Unfortunately this causes libtool to add -L$(libdir), referring to the
539 # planned install directory of libbfd.  This can cause us to pick up an
540 # old version of libbfd, or to pick up libbfd for the wrong architecture
541 # if host != build.
542 libopcodes_la_DEPENDENCIES = $(OFILES)
543 libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
544 libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
545
546 # libtool will build .libs/libopcodes.a.  We create libopcodes.a in
547 # the build directory so that we don't have to convert all the
548 # programs that use libopcodes.a simultaneously.  This is a hack which
549 # should be removed if everything else starts using libtool.  FIXME.
550 noinst_LIBRARIES = libopcodes.a
551 POTFILES = $(HFILES) $(CFILES)
552 CLEANFILES = \
553         stamp-ip2k stamp-m32c stamp-m32r stamp-fr30 stamp-frv \
554         stamp-openrisc stamp-iq2000 stamp-ms1 stamp-xstormy16 \
555         libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
556
557 CGENDIR = @cgendir@
558 CPUDIR = $(CGENDIR)/cpu
559 CGEN = "`if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` -l ${cgendir}/guile.scm -s"
560 CGENFLAGS = -v
561 CGENDEPS = \
562         $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
563         $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
564         $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
565         $(CGENDIR)/opc-opinst.scm \
566         cgen-asm.in cgen-dis.in cgen-ibld.in
567
568 CGEN_CPUS = fr30 frv ip2k m32c m32r ms1 openrisc xstormy16
569 @CGEN_MAINT_FALSE@IP2K_DEPS = 
570 @CGEN_MAINT_TRUE@IP2K_DEPS = stamp-ip2k
571 @CGEN_MAINT_FALSE@M32C_DEPS = 
572 @CGEN_MAINT_TRUE@M32C_DEPS = stamp-m32c
573 @CGEN_MAINT_FALSE@M32R_DEPS = 
574 @CGEN_MAINT_TRUE@M32R_DEPS = stamp-m32r
575 @CGEN_MAINT_FALSE@FR30_DEPS = 
576 @CGEN_MAINT_TRUE@FR30_DEPS = stamp-fr30
577 @CGEN_MAINT_FALSE@FRV_DEPS = 
578 @CGEN_MAINT_TRUE@FRV_DEPS = stamp-frv
579 @CGEN_MAINT_FALSE@MS1_DEPS = 
580 @CGEN_MAINT_TRUE@MS1_DEPS = stamp-ms1
581 @CGEN_MAINT_FALSE@OPENRISC_DEPS = 
582 @CGEN_MAINT_TRUE@OPENRISC_DEPS = stamp-openrisc
583 @CGEN_MAINT_FALSE@IQ2000_DEPS = 
584 @CGEN_MAINT_TRUE@IQ2000_DEPS = stamp-iq2000
585 @CGEN_MAINT_FALSE@XSTORMY16_DEPS = 
586 @CGEN_MAINT_TRUE@XSTORMY16_DEPS = stamp-xstormy16
587 m32c_opc_h = m32c-opc.h cgen-types.h cgen-ops.h
588 all: config.h
589         $(MAKE) $(AM_MAKEFLAGS) all-recursive
590
591 .SUFFIXES:
592 .SUFFIXES: .c .lo .o .obj
593 am--refresh:
594         @:
595 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
596         @for dep in $?; do \
597           case '$(am__configure_deps)' in \
598             *$$dep*) \
599               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
600               cd $(srcdir) && $(AUTOMAKE) --foreign  \
601                 && exit 0; \
602               exit 1;; \
603           esac; \
604         done; \
605         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
606         cd $(top_srcdir) && \
607           $(AUTOMAKE) --foreign  Makefile
608 .PRECIOUS: Makefile
609 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
610         @case '$?' in \
611           *config.status*) \
612             echo ' $(SHELL) ./config.status'; \
613             $(SHELL) ./config.status;; \
614           *) \
615             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
616             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
617         esac;
618
619 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
620         $(SHELL) ./config.status --recheck
621
622 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
623         cd $(srcdir) && $(AUTOCONF)
624 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
625         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
626
627 config.h: stamp-h1
628         @if test ! -f $@; then \
629           rm -f stamp-h1; \
630           $(MAKE) stamp-h1; \
631         else :; fi
632
633 stamp-h1: $(srcdir)/config.in $(top_builddir)/config.status
634         @rm -f stamp-h1
635         cd $(top_builddir) && $(SHELL) ./config.status config.h
636 $(srcdir)/config.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
637         cd $(top_srcdir) && $(AUTOHEADER)
638         rm -f stamp-h1
639         touch $@
640
641 distclean-hdr:
642         -rm -f config.h stamp-h1
643 po/Makefile.in: $(top_builddir)/config.status $(top_srcdir)/po/Make-in
644         cd $(top_builddir) && $(SHELL) ./config.status $@
645
646 clean-noinstLIBRARIES:
647         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
648
649 clean-bfdlibLTLIBRARIES:
650         -test -z "$(bfdlib_LTLIBRARIES)" || rm -f $(bfdlib_LTLIBRARIES)
651         @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
652           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
653           test "$$dir" != "$$p" || dir=.; \
654           echo "rm -f \"$${dir}/so_locations\""; \
655           rm -f "$${dir}/so_locations"; \
656         done
657 libopcodes.la: $(libopcodes_la_OBJECTS) $(libopcodes_la_DEPENDENCIES) 
658         $(LINK) -rpath $(bfdlibdir) $(libopcodes_la_LDFLAGS) $(libopcodes_la_OBJECTS) $(libopcodes_la_LIBADD) $(LIBS)
659
660 mostlyclean-compile:
661         -rm -f *.$(OBJEXT)
662
663 distclean-compile:
664         -rm -f *.tab.c
665
666 .c.o:
667         $(COMPILE) -c $<
668
669 .c.obj:
670         $(COMPILE) -c `$(CYGPATH_W) '$<'`
671
672 .c.lo:
673         $(LTCOMPILE) -c -o $@ $<
674
675 mostlyclean-libtool:
676         -rm -f *.lo
677
678 clean-libtool:
679         -rm -rf .libs _libs
680
681 distclean-libtool:
682         -rm -f libtool
683 uninstall-info-am:
684
685 # This directory's subdirectories are mostly independent; you can cd
686 # into them and run `make' without going through this Makefile.
687 # To change the values of `make' variables: instead of editing Makefiles,
688 # (1) if the variable is set in `config.status', edit `config.status'
689 #     (which will cause the Makefiles to be regenerated when you run `make');
690 # (2) otherwise, pass the desired values on the `make' command line.
691 $(RECURSIVE_TARGETS):
692         @set fnord $$MAKEFLAGS; amf=$$2; \
693         dot_seen=no; \
694         target=`echo $@ | sed s/-recursive//`; \
695         list='$(SUBDIRS)'; for subdir in $$list; do \
696           echo "Making $$target in $$subdir"; \
697           if test "$$subdir" = "."; then \
698             dot_seen=yes; \
699             local_target="$$target-am"; \
700           else \
701             local_target="$$target"; \
702           fi; \
703           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
704            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
705         done; \
706         if test "$$dot_seen" = "no"; then \
707           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
708         fi; test -z "$$fail"
709
710 mostlyclean-recursive clean-recursive distclean-recursive \
711 maintainer-clean-recursive:
712         @set fnord $$MAKEFLAGS; amf=$$2; \
713         dot_seen=no; \
714         case "$@" in \
715           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
716           *) list='$(SUBDIRS)' ;; \
717         esac; \
718         rev=''; for subdir in $$list; do \
719           if test "$$subdir" = "."; then :; else \
720             rev="$$subdir $$rev"; \
721           fi; \
722         done; \
723         rev="$$rev ."; \
724         target=`echo $@ | sed s/-recursive//`; \
725         for subdir in $$rev; do \
726           echo "Making $$target in $$subdir"; \
727           if test "$$subdir" = "."; then \
728             local_target="$$target-am"; \
729           else \
730             local_target="$$target"; \
731           fi; \
732           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
733            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
734         done && test -z "$$fail"
735 tags-recursive:
736         list='$(SUBDIRS)'; for subdir in $$list; do \
737           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
738         done
739 ctags-recursive:
740         list='$(SUBDIRS)'; for subdir in $$list; do \
741           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
742         done
743
744 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
745         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
746         unique=`for i in $$list; do \
747             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
748           done | \
749           $(AWK) '    { files[$$0] = 1; } \
750                END { for (i in files) print i; }'`; \
751         mkid -fID $$unique
752 tags: TAGS
753
754 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
755                 $(TAGS_FILES) $(LISP)
756         tags=; \
757         here=`pwd`; \
758         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
759           include_option=--etags-include; \
760           empty_fix=.; \
761         else \
762           include_option=--include; \
763           empty_fix=; \
764         fi; \
765         list='$(SUBDIRS)'; for subdir in $$list; do \
766           if test "$$subdir" = .; then :; else \
767             test ! -f $$subdir/TAGS || \
768               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
769           fi; \
770         done; \
771         list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
772         unique=`for i in $$list; do \
773             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
774           done | \
775           $(AWK) '    { files[$$0] = 1; } \
776                END { for (i in files) print i; }'`; \
777         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
778           test -n "$$unique" || unique=$$empty_fix; \
779           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
780             $$tags $$unique; \
781         fi
782 ctags: CTAGS
783 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) \
784                 $(TAGS_FILES) $(LISP)
785         tags=; \
786         here=`pwd`; \
787         list='$(SOURCES) $(HEADERS) config.in $(LISP) $(TAGS_FILES)'; \
788         unique=`for i in $$list; do \
789             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
790           done | \
791           $(AWK) '    { files[$$0] = 1; } \
792                END { for (i in files) print i; }'`; \
793         test -z "$(CTAGS_ARGS)$$tags$$unique" \
794           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
795              $$tags $$unique
796
797 GTAGS:
798         here=`$(am__cd) $(top_builddir) && pwd` \
799           && cd $(top_srcdir) \
800           && gtags -i $(GTAGS_ARGS) $$here
801
802 distclean-tags:
803         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
804 check-am:
805 check: check-recursive
806 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
807 installdirs: installdirs-recursive
808 installdirs-am:
809         for dir in "$(DESTDIR)$(bfdlibdir)"; do \
810           test -z "$$dir" || $(mkdir_p) "$$dir"; \
811         done
812 install: install-recursive
813 install-exec: install-exec-recursive
814 install-data: install-data-recursive
815 uninstall: uninstall-recursive
816
817 install-am: all-am
818         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
819
820 installcheck: installcheck-recursive
821 install-strip:
822         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
823           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
824           `test -z '$(STRIP)' || \
825             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
826 mostlyclean-generic:
827
828 clean-generic:
829         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
830
831 distclean-generic:
832         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
833
834 maintainer-clean-generic:
835         @echo "This command is intended for maintainers to use"
836         @echo "it deletes files that may require special tools to rebuild."
837 clean: clean-recursive
838
839 clean-am: clean-bfdlibLTLIBRARIES clean-generic clean-libtool \
840         clean-noinstLIBRARIES mostlyclean-am
841
842 distclean: distclean-recursive
843         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
844         -rm -f Makefile
845 distclean-am: clean-am distclean-compile distclean-generic \
846         distclean-hdr distclean-libtool distclean-tags
847
848 dvi: dvi-recursive
849
850 dvi-am:
851
852 html: html-recursive
853
854 info: info-recursive
855
856 info-am:
857
858 install-data-am: install-bfdlibLTLIBRARIES
859
860 install-exec-am:
861
862 install-info: install-info-recursive
863
864 install-man:
865
866 installcheck-am:
867
868 maintainer-clean: maintainer-clean-recursive
869         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
870         -rm -rf $(top_srcdir)/autom4te.cache
871         -rm -f Makefile
872 maintainer-clean-am: distclean-am maintainer-clean-generic
873
874 mostlyclean: mostlyclean-recursive
875
876 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
877         mostlyclean-libtool
878
879 pdf: pdf-recursive
880
881 pdf-am:
882
883 ps: ps-recursive
884
885 ps-am:
886
887 uninstall-am: uninstall-bfdlibLTLIBRARIES
888
889 uninstall-info: uninstall-info-recursive
890
891 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
892         check-am clean clean-bfdlibLTLIBRARIES clean-generic \
893         clean-libtool clean-noinstLIBRARIES clean-recursive ctags \
894         ctags-recursive distclean distclean-compile distclean-generic \
895         distclean-hdr distclean-libtool distclean-recursive \
896         distclean-tags dvi dvi-am html html-am info info-am install \
897         install-am install-bfdlibLTLIBRARIES install-data \
898         install-data-am install-exec install-exec-am install-info \
899         install-info-am install-man install-strip installcheck \
900         installcheck-am installdirs installdirs-am maintainer-clean \
901         maintainer-clean-generic maintainer-clean-recursive \
902         mostlyclean mostlyclean-compile mostlyclean-generic \
903         mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
904         tags tags-recursive uninstall uninstall-am \
905         uninstall-bfdlibLTLIBRARIES uninstall-info-am
906
907
908 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
909         $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
910
911 stamp-lib: libopcodes.la
912         libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
913         if [ -f $$libtooldir/libopcodes.a ]; then \
914           cp $$libtooldir/libopcodes.a libopcodes.tmp; \
915           $(RANLIB) libopcodes.tmp; \
916           $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
917         else true; fi
918         touch stamp-lib
919
920 libopcodes.a: stamp-lib ; @true
921 po/POTFILES.in: @MAINT@ Makefile
922         for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
923           && mv tmp $(srcdir)/po/POTFILES.in
924
925 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes
926         @$(NORMAL_INSTALL)
927
928 uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes
929         @$(NORMAL_UNINSTALL)
930
931 .PHONY: install_libopcodes uninstall_libopcodes
932 install_libopcodes: $(bfdlib_LTLIBRARIES)
933         $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
934         $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
935         @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
936           if test -f $$p; then \
937             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
938             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
939           else :; fi; \
940         done
941         $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(bfdincludedir)/dis-asm.h
942
943 uninstall_libopcodes:
944         list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
945           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
946         done
947         rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h
948
949 run-cgen:
950         $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
951           $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
952           "$(options)" "$(extrafiles)"
953         touch stamp-${prefix}
954 .PHONY: run-cgen
955
956 # Maintainer utility rule to regenerate all cgen files.
957 run-cgen-all:
958         for c in $(CGEN_CPUS) ; \
959         do \
960                 $(MAKE) stamp-$$c || exit 1 ; \
961         done
962 .PHONY: run-cgen-all
963
964 # For now, require developers to configure with --enable-cgen-maint.
965 $(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)
966         @true
967 stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
968         $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
969                 archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
970
971 $(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)
972 #       @true
973 stamp-m32c: $(CGENDEPS) $(srcdir)/../cpu/m32c.cpu $(srcdir)/../cpu/m32c.opc
974         $(MAKE) run-cgen arch=m32c prefix=m32c options= \
975                 archfile=$(srcdir)/../cpu/m32c.cpu \
976                 opcfile=$(srcdir)/../cpu/m32c.opc extrafiles=
977 m32c-asm.lo: m32c-asm.c sysdep.h config.h $(BFD_H) \
978   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
979   $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
980 m32c-desc.lo: m32c-desc.c sysdep.h config.h $(BFD_H) \
981   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
982   $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
983 m32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
984   $(BFD_H) $(INCDIR)/ansidecl.h \
985   $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
986   $(m32c_opc_h) opintl.h
987 m32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/dis-asm.h \
988   $(BFD_H) $(INCDIR)/ansidecl.h \
989   $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
990   $(m32c_opc_h) opintl.h
991 m32c-opc.lo: m32c-opc.c sysdep.h config.h $(BFD_H) \
992   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
993   $(INCDIR)/opcode/cgen.h $(m32c_opc_h)
994
995 $(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)
996         @true
997 stamp-m32r: $(CGENDEPS) $(srcdir)/../cpu/m32r.cpu $(srcdir)/../cpu/m32r.opc
998         $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
999                 archfile=$(srcdir)/../cpu/m32r.cpu \
1000                 opcfile=$(srcdir)/../cpu/m32r.opc extrafiles=opinst
1001
1002 $(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)
1003         @true
1004 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
1005         $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
1006                 archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
1007
1008 $(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)
1009         @true
1010 stamp-frv: $(CGENDEPS) $(srcdir)/../cpu/frv.cpu $(srcdir)/../cpu/frv.opc
1011         $(MAKE) run-cgen arch=frv prefix=frv options= \
1012                 archfile=$(srcdir)/../cpu/frv.cpu opcfile=$(srcdir)/../cpu/frv.opc extrafiles=
1013
1014 $(srcdir)/ms1-desc.h $(srcdir)/ms1-desc.c $(srcdir)/ms1-opc.h $(srcdir)/ms1-opc.c $(srcdir)/ms1-ibld.c $(srcdir)/ms1-asm.c $(srcdir)/ms1-dis.c: $(MS1_DEPS)
1015         @true
1016 stamp-ms1: $(CGENDEPS) $(srcdir)/../cpu/ms1.cpu $(srcdir)/../cpu/ms1.opc
1017         $(MAKE) run-cgen arch=ms1 prefix=ms1 options= \
1018                 archfile=$(srcdir)/../cpu/ms1.cpu \
1019                 opcfile=$(srcdir)/../cpu/ms1.opc extrafiles=
1020
1021 $(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)
1022         @true
1023 stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
1024         $(MAKE) run-cgen arch=openrisc prefix=openrisc options= \
1025                 archfile=$(CPUDIR)/openrisc.cpu opcfile=$(CPUDIR)/openrisc.opc extrafiles=
1026
1027 $(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)
1028         @true
1029 stamp-iq2000: $(CGENDEPS) $(srcdir)/../cpu/iq2000.cpu \
1030                 $(srcdir)/../cpu/iq2000.opc $(srcdir)/../cpu/iq2000m.cpu \
1031                 $(srcdir)/../cpu/iq10.cpu
1032         $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
1033                 archfile=$(srcdir)/../cpu/iq2000.cpu \
1034                 opcfile=$(srcdir)/../cpu/iq2000.opc extrafiles=
1035
1036 $(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)
1037         @true
1038 stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
1039         $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
1040                 archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
1041
1042 ia64-gen: ia64-gen.o
1043         $(LINK) ia64-gen.o $(LIBIBERTY)
1044
1045 ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
1046   ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
1047
1048 ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
1049         ./ia64-gen --srcdir $(srcdir) > $(srcdir)/ia64-asmtab.c
1050
1051 s390-mkopc: s390-mkopc.c
1052         $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
1053
1054 s390-opc.tab: s390-mkopc s390-opc.txt
1055         ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
1056
1057 sh-dis.lo: sh-dis.c
1058         $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
1059
1060 # This dependency stuff is copied from BFD.
1061
1062 DEP: dep.sed $(CFILES) $(HFILES) config.h
1063         rm -f DEP1
1064         $(MAKE) MKDEP="$(MKDEP)" DEP1
1065         sed -f dep.sed < DEP1 > DEPA
1066         echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
1067         if grep ' /' DEPA > /dev/null 2> /dev/null; then \
1068           echo 'make DEP failed!'; exit 1; \
1069         else \
1070           mv -f DEPA $@; \
1071         fi
1072
1073 DEP1: $(CFILES)
1074         echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
1075         echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
1076         $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
1077         mv -f DEP2 $@
1078
1079 dep.sed: dep-in.sed config.status
1080         sed <$(srcdir)/dep-in.sed >dep.sed      \
1081                 -e 's!@BFD_H@!$(BFD_H)!'        \
1082                 -e 's!@INCDIR@!$(INCDIR)!'      \
1083                 -e 's!@BFDDIR@!$(BFDDIR)!'      \
1084                 -e 's!@SRCDIR@!$(srcdir)!'      \
1085                 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
1086
1087 dep: DEP
1088         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
1089         cat DEP >> tmp-Makefile
1090         $(srcdir)/../move-if-change tmp-Makefile Makefile
1091
1092 dep-in: DEP
1093         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
1094         cat DEP >> tmp-Makefile.in
1095         $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
1096
1097 dep-am: DEP
1098         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
1099         cat DEP >> tmp-Makefile.am
1100         $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
1101
1102 .PHONY: dep dep-in dep-am
1103
1104 # What appears below is generated by a hacked mkdep using gcc -MM.
1105
1106 # DO NOT DELETE THIS LINE -- mkdep uses it.
1107 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
1108 alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1109   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/alpha.h
1110 alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1111   $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/symcat.h \
1112   opintl.h
1113 arc-dis.lo: arc-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
1114   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h \
1115   $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1116   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h \
1117   $(INCDIR)/elf/reloc-macros.h opintl.h arc-dis.h arc-ext.h
1118 arc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1119   $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h \
1120   opintl.h
1121 arc-ext.lo: arc-ext.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1122   $(BFD_H) $(INCDIR)/symcat.h arc-ext.h $(INCDIR)/libiberty.h
1123 arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1124   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arm.h \
1125   opintl.h $(INCDIR)/safe-ctype.h $(INCDIR)/coff/internal.h \
1126   $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(BFDDIR)/elf-bfd.h \
1127   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1128   $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h
1129 avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1130   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \
1131   $(INCDIR)/libiberty.h $(INCDIR)/opcode/avr.h
1132 bfin-dis.lo: bfin-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1133   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \
1134   $(INCDIR)/libiberty.h $(INCDIR)/opcode/bfin.h
1135 cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1136   $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
1137   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h opintl.h
1138 cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1139   $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
1140 cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1141   $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
1142   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
1143 cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
1144   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
1145   $(INCDIR)/opcode/cris.h $(INCDIR)/libiberty.h
1146 cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
1147 crx-dis.lo: crx-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
1148   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
1149   $(INCDIR)/opcode/crx.h
1150 crx-opc.lo: crx-opc.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1151   $(INCDIR)/symcat.h $(INCDIR)/opcode/crx.h
1152 d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1153   $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) \
1154   $(INCDIR)/symcat.h
1155 d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1156   $(INCDIR)/opcode/d10v.h
1157 d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1158   $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
1159   $(INCDIR)/symcat.h opintl.h
1160 d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1161   $(INCDIR)/opcode/d30v.h
1162 dlx-dis.lo: dlx-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1163   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/dlx.h
1164 dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1165   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h
1166 dis-init.lo: dis-init.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1167   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
1168 disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1169   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
1170 fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1171   $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
1172   fr30-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
1173   $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1174 fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1175   $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
1176   fr30-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
1177   $(INCDIR)/xregex2.h
1178 fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1179   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1180   fr30-desc.h $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h
1181 fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1182   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
1183   $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h $(INCDIR)/safe-ctype.h
1184 fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1185   $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
1186   fr30-opc.h $(INCDIR)/libiberty.h
1187 frv-asm.lo: frv-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1188   $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \
1189   frv-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
1190   $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1191 frv-desc.lo: frv-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1192   $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \
1193   frv-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
1194   $(INCDIR)/xregex2.h
1195 frv-dis.lo: frv-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1196   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1197   frv-desc.h $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h
1198 frv-ibld.lo: frv-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1199   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h frv-desc.h \
1200   $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h $(INCDIR)/safe-ctype.h
1201 frv-opc.lo: frv-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1202   $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \
1203   frv-opc.h $(INCDIR)/libiberty.h $(INCDIR)/elf/frv.h \
1204   $(INCDIR)/elf/reloc-macros.h
1205 h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1206   $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
1207   $(INCDIR)/symcat.h opintl.h $(INCDIR)/libiberty.h
1208 h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1209   h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1210   opintl.h
1211 hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1212   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(BFDDIR)/libhppa.h \
1213   $(INCDIR)/opcode/hppa.h
1214 i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1215   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/i370.h
1216 i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1217   $(INCDIR)/opcode/i370.h
1218 i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
1219   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
1220   opintl.h
1221 i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
1222   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
1223 i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1224   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
1225 ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
1226   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/ia64.h
1227 ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
1228   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
1229 ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
1230   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
1231 ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
1232   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
1233 ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
1234   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
1235 ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
1236   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
1237 ia64-opc-d.lo: ia64-opc-d.c
1238 ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h sysdep.h \
1239   config.h $(INCDIR)/libiberty.h ia64-asmtab.h $(INCDIR)/opcode/ia64.h \
1240   $(BFD_H) $(INCDIR)/symcat.h ia64-asmtab.c
1241 ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
1242   $(INCDIR)/safe-ctype.h sysdep.h config.h $(INCDIR)/getopt.h \
1243   ia64-opc.h $(INCDIR)/opcode/ia64.h $(BFD_H) $(INCDIR)/symcat.h \
1244   ia64-opc-a.c ia64-opc-i.c ia64-opc-m.c ia64-opc-b.c \
1245   ia64-opc-f.c ia64-opc-x.c ia64-opc-d.c
1246 ia64-asmtab.lo: ia64-asmtab.c
1247 ip2k-asm.lo: ip2k-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1248   $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \
1249   ip2k-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
1250   $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1251 ip2k-desc.lo: ip2k-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1252   $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \
1253   ip2k-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
1254   $(INCDIR)/xregex2.h
1255 ip2k-dis.lo: ip2k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1256   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1257   ip2k-desc.h $(INCDIR)/opcode/cgen.h ip2k-opc.h opintl.h
1258 ip2k-ibld.lo: ip2k-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1259   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h \
1260   $(INCDIR)/opcode/cgen.h ip2k-opc.h opintl.h $(INCDIR)/safe-ctype.h
1261 ip2k-opc.lo: ip2k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1262   $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \
1263   ip2k-opc.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1264 iq2000-asm.lo: iq2000-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1265   $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen.h \
1266   iq2000-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
1267   $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1268 iq2000-desc.lo: iq2000-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1269   $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen.h \
1270   iq2000-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
1271   $(INCDIR)/xregex2.h
1272 iq2000-dis.lo: iq2000-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1273   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1274   iq2000-desc.h $(INCDIR)/opcode/cgen.h iq2000-opc.h \
1275   opintl.h
1276 iq2000-ibld.lo: iq2000-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1277   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h \
1278   $(INCDIR)/opcode/cgen.h iq2000-opc.h opintl.h $(INCDIR)/safe-ctype.h
1279 iq2000-opc.lo: iq2000-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1280   $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen.h \
1281   iq2000-opc.h $(INCDIR)/libiberty.h
1282 m32c-asm.lo: m32c-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1283   $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
1284   m32c-opc.h cgen-types.h cgen-ops.h opintl.h $(INCDIR)/xregex.h \
1285   $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1286 m32c-desc.lo: m32c-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1287   $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
1288   m32c-opc.h cgen-types.h cgen-ops.h opintl.h $(INCDIR)/libiberty.h \
1289   $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1290 m32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1291   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1292   m32c-desc.h $(INCDIR)/opcode/cgen.h m32c-opc.h cgen-types.h \
1293   cgen-ops.h opintl.h $(INCDIR)/elf/m32c.h $(INCDIR)/elf/reloc-macros.h \
1294   $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
1295   $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h
1296 m32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1297   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h \
1298   $(INCDIR)/opcode/cgen.h m32c-opc.h cgen-types.h cgen-ops.h \
1299   opintl.h $(INCDIR)/safe-ctype.h
1300 m32c-opc.lo: m32c-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1301   $(BFD_H) $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
1302   m32c-opc.h cgen-types.h cgen-ops.h $(INCDIR)/libiberty.h
1303 m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1304   $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
1305   m32r-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
1306   $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1307 m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1308   $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
1309   m32r-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
1310   $(INCDIR)/xregex2.h
1311 m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1312   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1313   m32r-desc.h $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h
1314 m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1315   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
1316   $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h $(INCDIR)/safe-ctype.h
1317 m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1318   $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
1319   m32r-opc.h $(INCDIR)/libiberty.h
1320 m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1321   $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
1322   m32r-opc.h
1323 m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
1324   $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H) \
1325   $(INCDIR)/symcat.h
1326 m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
1327   $(INCDIR)/opcode/m68hc11.h
1328 m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1329   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/floatformat.h \
1330   $(INCDIR)/libiberty.h opintl.h $(INCDIR)/opcode/m68k.h
1331 m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1332   $(INCDIR)/opcode/m68k.h
1333 m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1334   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/m88k.h \
1335   opintl.h $(INCDIR)/libiberty.h
1336 maxq-dis.lo: maxq-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1337   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/maxq.h
1338 mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1339   mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
1340 mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1341   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1342   $(INCDIR)/opcode/mips.h opintl.h $(BFDDIR)/elf-bfd.h \
1343   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1344   $(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
1345 mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1346   $(INCDIR)/opcode/mips.h
1347 mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1348   $(INCDIR)/opcode/mips.h
1349 m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1350   $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
1351   $(INCDIR)/symcat.h opintl.h
1352 m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1353   $(INCDIR)/opcode/mn10200.h
1354 m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1355   $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
1356   $(INCDIR)/symcat.h opintl.h
1357 m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1358   $(INCDIR)/opcode/mn10300.h
1359 mmix-dis.lo: mmix-dis.c $(INCDIR)/opcode/mmix.h $(INCDIR)/dis-asm.h \
1360   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1361   opintl.h
1362 mmix-opc.lo: mmix-opc.c $(INCDIR)/opcode/mmix.h $(INCDIR)/symcat.h
1363 ms1-asm.lo: ms1-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1364   $(BFD_H) $(INCDIR)/symcat.h ms1-desc.h $(INCDIR)/opcode/cgen.h \
1365   ms1-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
1366   $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1367 ms1-desc.lo: ms1-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1368   $(BFD_H) $(INCDIR)/symcat.h ms1-desc.h $(INCDIR)/opcode/cgen.h \
1369   ms1-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
1370   $(INCDIR)/xregex2.h
1371 ms1-dis.lo: ms1-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1372   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1373   ms1-desc.h $(INCDIR)/opcode/cgen.h ms1-opc.h opintl.h
1374 ms1-ibld.lo: ms1-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1375   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h ms1-desc.h \
1376   $(INCDIR)/opcode/cgen.h ms1-opc.h opintl.h $(INCDIR)/safe-ctype.h
1377 ms1-opc.lo: ms1-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1378   $(BFD_H) $(INCDIR)/symcat.h ms1-desc.h $(INCDIR)/opcode/cgen.h \
1379   ms1-opc.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1380 ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
1381   $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/dis-asm.h \
1382   $(INCDIR)/opcode/ns32k.h opintl.h
1383 openrisc-asm.lo: openrisc-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1384   $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
1385   openrisc-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
1386   $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1387 openrisc-desc.lo: openrisc-desc.c sysdep.h config.h \
1388   $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
1389   $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h $(INCDIR)/libiberty.h \
1390   $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1391 openrisc-dis.lo: openrisc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1392   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
1393   openrisc-desc.h $(INCDIR)/opcode/cgen.h openrisc-opc.h \
1394   opintl.h
1395 openrisc-ibld.lo: openrisc-ibld.c sysdep.h config.h \
1396   $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1397   openrisc-desc.h $(INCDIR)/opcode/cgen.h openrisc-opc.h \
1398   opintl.h $(INCDIR)/safe-ctype.h
1399 openrisc-opc.lo: openrisc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1400   $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
1401   openrisc-opc.h $(INCDIR)/libiberty.h
1402 or32-dis.lo: or32-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
1403   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/or32.h \
1404   $(INCDIR)/safe-ctype.h
1405 or32-opc.lo: or32-opc.c $(INCDIR)/safe-ctype.h $(INCDIR)/ansidecl.h \
1406   $(INCDIR)/opcode/or32.h
1407 pdp11-dis.lo: pdp11-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1408   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/pdp11.h
1409 pdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h
1410 pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1411   $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H) \
1412   $(INCDIR)/symcat.h
1413 pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1414   $(INCDIR)/opcode/pj.h
1415 ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1416   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/ppc.h
1417 ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1418   $(INCDIR)/opcode/ppc.h opintl.h
1419 s390-mkopc.lo: s390-mkopc.c
1420 s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \
1421   s390-opc.tab
1422 s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
1423   config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1424   $(INCDIR)/opcode/s390.h
1425 sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1426   sh-opc.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/dis-asm.h
1427 sh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
1428   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
1429   sh64-opc.h $(INCDIR)/libiberty.h $(BFDDIR)/elf-bfd.h \
1430   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1431   $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
1432   $(BFDDIR)/elf32-sh64.h
1433 sh64-opc.lo: sh64-opc.c sh64-opc.h
1434 sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1435   $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h $(BFD_H) \
1436   $(INCDIR)/symcat.h $(INCDIR)/libiberty.h opintl.h
1437 sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1438   $(INCDIR)/opcode/sparc.h
1439 tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1440   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic30.h
1441 tic4x-dis.lo: tic4x-dis.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
1442   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic4x.h
1443 tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1444   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h \
1445   $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
1446 tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1447   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h
1448 tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1449   $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H) \
1450   $(INCDIR)/symcat.h
1451 tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1452   $(INCDIR)/opcode/tic80.h
1453 v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1454   $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
1455   $(INCDIR)/symcat.h opintl.h
1456 v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1457   $(INCDIR)/opcode/v850.h opintl.h
1458 vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1459   $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) \
1460   $(INCDIR)/symcat.h
1461 w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1462   w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
1463 xstormy16-asm.lo: xstormy16-asm.c sysdep.h config.h \
1464   $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
1465   $(INCDIR)/opcode/cgen.h xstormy16-opc.h opintl.h $(INCDIR)/xregex.h \
1466   $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1467 xstormy16-desc.lo: xstormy16-desc.c sysdep.h config.h \
1468   $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
1469   $(INCDIR)/opcode/cgen.h xstormy16-opc.h opintl.h $(INCDIR)/libiberty.h \
1470   $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
1471 xstormy16-dis.lo: xstormy16-dis.c sysdep.h config.h \
1472   $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1473   $(INCDIR)/libiberty.h xstormy16-desc.h $(INCDIR)/opcode/cgen.h \
1474   xstormy16-opc.h opintl.h
1475 xstormy16-ibld.lo: xstormy16-ibld.c sysdep.h config.h \
1476   $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1477   xstormy16-desc.h $(INCDIR)/opcode/cgen.h xstormy16-opc.h \
1478   opintl.h $(INCDIR)/safe-ctype.h
1479 xstormy16-opc.lo: xstormy16-opc.c sysdep.h config.h \
1480   $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
1481   $(INCDIR)/opcode/cgen.h xstormy16-opc.h $(INCDIR)/libiberty.h
1482 xtensa-dis.lo: xtensa-dis.c $(INCDIR)/xtensa-isa.h \
1483   $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h sysdep.h \
1484   config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
1485 z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1486   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h z8k-opc.h
1487 z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1488   $(INCDIR)/libiberty.h
1489 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
1490 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1491 # Otherwise a system limit (for SysV at least) may be exceeded.
1492 .NOEXPORT: