* dep-in.sed: Don't use \n in replacement part of s command.
[platform/upstream/binutils.git] / opcodes / Makefile.am
1 ## Process this file with automake to generate Makefile.in
2
3 AUTOMAKE_OPTIONS = 1.9 cygnus
4 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
5
6 SUBDIRS = po
7
8 INCDIR = $(srcdir)/../include
9 BFDDIR = $(srcdir)/../bfd
10 MKDEP = gcc -MM
11
12 WARN_CFLAGS = @WARN_CFLAGS@
13 NO_WERROR = @NO_WERROR@
14 AM_CFLAGS = $(WARN_CFLAGS)
15
16 bfdlibdir = @bfdlibdir@
17 bfdincludedir = @bfdincludedir@
18
19 .PHONY: install-pdf
20 install-pdf:
21
22 .PHONY: install-html
23 install-html:
24
25 bfdlib_LTLIBRARIES = libopcodes.la
26
27 # This is where bfd.h lives.
28 BFD_H = ../bfd/bfd.h
29
30 # This is where libiberty lives.
31 LIBIBERTY = ../libiberty/libiberty.a
32
33 # Header files.
34 HFILES = \
35         cgen-ops.h cgen-types.h \
36         fr30-desc.h fr30-opc.h \
37         frv-desc.h frv-opc.h \
38         h8500-opc.h \
39         i386-init.h \
40         i386-opc.h \
41         i386-tbl.h \
42         ia64-asmtab.h \
43         ia64-opc.h \
44         ip2k-desc.h ip2k-opc.h \
45         iq2000-desc.h iq2000-opc.h \
46         lm32-desc.h \
47         lm32-opc.h \
48         m32c-desc.h m32c-opc.h \
49         m32r-desc.h m32r-opc.h \
50         mcore-opc.h \
51         mep-desc.h mep-opc.h \
52         mt-desc.h mt-opc.h \
53         openrisc-desc.h openrisc-opc.h \
54         score-opc.h \
55         sh-opc.h \
56         sh64-opc.h \
57         sysdep.h \
58         w65-opc.h \
59         xc16x-desc.h xc16x-opc.h \
60         xstormy16-desc.h xstormy16-opc.h \
61         z8k-opc.h
62
63 # C source files that correspond to .o's.
64 CFILES = \
65         alpha-dis.c \
66         alpha-opc.c \
67         arc-dis.c \
68         arc-opc.c \
69         arc-ext.c \
70         arm-dis.c \
71         avr-dis.c \
72         bfin-dis.c \
73         cgen-asm.c \
74         cgen-bitset.c \
75         cgen-dis.c \
76         cgen-opc.c \
77         cr16-dis.c \
78         cr16-opc.c \
79         cris-dis.c \
80         cris-opc.c \
81         crx-dis.c \
82         crx-opc.c \
83         d10v-dis.c \
84         d10v-opc.c \
85         d30v-dis.c \
86         d30v-opc.c \
87         dlx-dis.c \
88         dis-buf.c \
89         dis-init.c \
90         disassemble.c \
91         fr30-asm.c \
92         fr30-desc.c \
93         fr30-dis.c \
94         fr30-ibld.c \
95         fr30-opc.c \
96         frv-asm.c \
97         frv-desc.c \
98         frv-dis.c \
99         frv-ibld.c \
100         frv-opc.c \
101         moxie-dis.c \
102         moxie-opc.c \
103         h8300-dis.c \
104         h8500-dis.c \
105         hppa-dis.c \
106         i370-dis.c \
107         i370-opc.c \
108         i386-dis.c \
109         i386-opc.c \
110         i386-gen.c \
111         i860-dis.c \
112         i960-dis.c \
113         ia64-dis.c \
114         ia64-opc-a.c \
115         ia64-opc-b.c \
116         ia64-opc-f.c \
117         ia64-opc-i.c \
118         ia64-opc-m.c \
119         ia64-opc-d.c \
120         ia64-opc.c \
121         ia64-gen.c \
122         ia64-asmtab.c \
123         ip2k-asm.c \
124         ip2k-desc.c \
125         ip2k-dis.c \
126         ip2k-ibld.c \
127         ip2k-opc.c \
128         iq2000-asm.c \
129         iq2000-desc.c \
130         iq2000-dis.c \
131         iq2000-ibld.c \
132         iq2000-opc.c \
133         lm32-asm.c \
134         lm32-desc.c \
135         lm32-dis.c \
136         lm32-ibld.c \
137         lm32-opc.c \
138         lm32-opinst.c \
139         m32c-asm.c \
140         m32c-desc.c \
141         m32c-dis.c \
142         m32c-ibld.c \
143         m32c-opc.c \
144         m32r-asm.c \
145         m32r-desc.c \
146         m32r-dis.c \
147         m32r-ibld.c \
148         m32r-opc.c \
149         m32r-opinst.c \
150         m68hc11-dis.c \
151         m68hc11-opc.c \
152         m68k-dis.c \
153         m68k-opc.c \
154         m88k-dis.c \
155         maxq-dis.c \
156         mcore-dis.c \
157         mep-asm.c \
158         mep-desc.c \
159         mep-dis.c \
160         mep-ibld.c \
161         mep-opc.c \
162         mips-dis.c \
163         mips-opc.c \
164         mips16-opc.c \
165         m10200-dis.c \
166         m10200-opc.c \
167         m10300-dis.c \
168         m10300-opc.c \
169         mmix-dis.c \
170         mmix-opc.c \
171         mt-asm.c \
172         mt-desc.c \
173         mt-dis.c \
174         mt-ibld.c \
175         mt-opc.c \
176         ns32k-dis.c \
177         openrisc-asm.c \
178         openrisc-desc.c \
179         openrisc-dis.c \
180         openrisc-ibld.c \
181         openrisc-opc.c \
182         or32-dis.c \
183         or32-opc.c \
184         pdp11-dis.c \
185         pdp11-opc.c \
186         pj-dis.c \
187         pj-opc.c \
188         ppc-dis.c \
189         ppc-opc.c \
190         s390-mkopc.c \
191         s390-opc.c \
192         s390-dis.c \
193         score-dis.c \
194         score7-dis.c \
195         sh-dis.c \
196         sh64-dis.c \
197         sh64-opc.c \
198         sparc-dis.c \
199         sparc-opc.c \
200         spu-dis.c \
201         spu-opc.c \
202         tic30-dis.c \
203         tic4x-dis.c \
204         tic54x-dis.c \
205         tic54x-opc.c \
206         tic80-dis.c \
207         tic80-opc.c \
208         v850-dis.c \
209         v850-opc.c \
210         vax-dis.c \
211         w65-dis.c \
212         xc16x-asm.c \
213         xc16x-desc.c \
214         xc16x-dis.c \
215         xc16x-ibld.c \
216         xc16x-opc.c \
217         xstormy16-asm.c \
218         xstormy16-desc.c \
219         xstormy16-dis.c \
220         xstormy16-ibld.c \
221         xstormy16-opc.c \
222         xtensa-dis.c \
223         z80-dis.c \
224         z8k-dis.c \
225         z8kgen.c
226
227 ALL_MACHINES = \
228         alpha-dis.lo \
229         alpha-opc.lo \
230         arc-dis.lo \
231         arc-opc.lo \
232         arc-ext.lo \
233         arm-dis.lo \
234         avr-dis.lo \
235         bfin-dis.lo \
236         cgen-asm.lo \
237         cgen-bitset.lo \
238         cgen-dis.lo \
239         cgen-opc.lo \
240         cr16-dis.lo \
241         cr16-opc.lo \
242         cris-dis.lo \
243         cris-opc.lo \
244         crx-dis.lo \
245         crx-opc.lo \
246         d10v-dis.lo \
247         d10v-opc.lo \
248         d30v-dis.lo \
249         d30v-opc.lo \
250         dlx-dis.lo \
251         fr30-asm.lo \
252         fr30-desc.lo \
253         fr30-dis.lo \
254         fr30-ibld.lo \
255         fr30-opc.lo \
256         frv-asm.lo \
257         frv-desc.lo \
258         frv-dis.lo \
259         frv-ibld.lo \
260         frv-opc.lo \
261         moxie-dis.lo \
262         moxie-opc.lo \
263         h8300-dis.lo \
264         h8500-dis.lo \
265         hppa-dis.lo \
266         i386-dis.lo \
267         i386-opc.lo \
268         i370-dis.lo \
269         i370-opc.lo \
270         i860-dis.lo \
271         i960-dis.lo \
272         ia64-dis.lo \
273         ia64-opc.lo \
274         ip2k-asm.lo \
275         ip2k-desc.lo \
276         ip2k-dis.lo \
277         ip2k-ibld.lo \
278         ip2k-opc.lo \
279         iq2000-asm.lo \
280         iq2000-desc.lo \
281         iq2000-dis.lo \
282         iq2000-ibld.lo \
283         iq2000-opc.lo \
284         lm32-asm.lo \
285         lm32-desc.lo \
286         lm32-dis.lo \
287         lm32-ibld.lo \
288         lm32-opc.lo \
289         lm32-opinst.lo \
290         m32c-asm.lo \
291         m32c-desc.lo \
292         m32c-dis.lo \
293         m32c-ibld.lo \
294         m32c-opc.lo \
295         m32r-asm.lo \
296         m32r-desc.lo \
297         m32r-dis.lo \
298         m32r-ibld.lo \
299         m32r-opc.lo \
300         m32r-opinst.lo \
301         m68hc11-dis.lo \
302         m68hc11-opc.lo \
303         m68k-dis.lo \
304         m68k-opc.lo \
305         m88k-dis.lo \
306         m10200-dis.lo \
307         m10200-opc.lo \
308         m10300-dis.lo \
309         m10300-opc.lo \
310         maxq-dis.lo \
311         mcore-dis.lo \
312         mep-asm.lo \
313         mep-desc.lo \
314         mep-dis.lo \
315         mep-ibld.lo \
316         mep-opc.lo \
317         mips-dis.lo \
318         mips-opc.lo \
319         mips16-opc.lo \
320         mmix-dis.lo \
321         mmix-opc.lo \
322         msp430-dis.lo \
323         mt-asm.lo \
324         mt-desc.lo \
325         mt-dis.lo \
326         mt-ibld.lo \
327         mt-opc.lo \
328         ns32k-dis.lo \
329         openrisc-asm.lo \
330         openrisc-desc.lo \
331         openrisc-dis.lo \
332         openrisc-ibld.lo \
333         openrisc-opc.lo \
334         or32-dis.lo \
335         or32-opc.lo \
336         pdp11-dis.lo \
337         pdp11-opc.lo \
338         pj-dis.lo \
339         pj-opc.lo \
340         ppc-dis.lo \
341         ppc-opc.lo \
342         s390-dis.lo \
343         s390-opc.lo \
344         score-dis.lo \
345         score7-dis.lo \
346         sh-dis.lo \
347         sh64-dis.lo \
348         sh64-opc.lo \
349         sparc-dis.lo \
350         sparc-opc.lo \
351         spu-dis.lo \
352         spu-opc.lo \
353         tic30-dis.lo \
354         tic4x-dis.lo \
355         tic54x-dis.lo \
356         tic54x-opc.lo \
357         tic80-dis.lo \
358         tic80-opc.lo \
359         v850-dis.lo \
360         v850-opc.lo \
361         vax-dis.lo \
362         w65-dis.lo \
363         xc16x-asm.lo \
364         xc16x-desc.lo \
365         xc16x-dis.lo \
366         xc16x-ibld.lo \
367         xc16x-opc.lo \
368         xstormy16-asm.lo \
369         xstormy16-desc.lo \
370         xstormy16-dis.lo \
371         xstormy16-ibld.lo \
372         xstormy16-opc.lo \
373         xtensa-dis.lo \
374         z80-dis.lo \
375         z8k-dis.lo
376
377 OFILES = @BFD_MACHINES@
378
379 # We should reconfigure whenever bfd/configure.in changes, because
380 # that's where the version number in Makefile comes from.
381 CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
382
383 INCLUDES = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
384
385 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
386         $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
387
388 libopcodes_la_SOURCES =  dis-buf.c disassemble.c dis-init.c
389 # It's desirable to list ../bfd/libbfd.la in DEPENDENCIES and LIBADD.
390 # Unfortunately this causes libtool to add -L$(libdir), referring to the
391 # planned install directory of libbfd.  This can cause us to pick up an
392 # old version of libbfd, or to pick up libbfd for the wrong architecture
393 # if host != build. So for building with shared libraries we use a
394 # hardcoded path to libbfd.so instead of relying on the entries in libbfd.la.
395 libopcodes_la_DEPENDENCIES = $(OFILES) @SHARED_DEPENDENCIES@
396 libopcodes_la_LIBADD = $(OFILES) @SHARED_LIBADD@
397 libopcodes_la_LDFLAGS = -release `cat ../bfd/libtool-soversion` @SHARED_LDFLAGS@
398
399 # libtool will build .libs/libopcodes.a.  We create libopcodes.a in
400 # the build directory so that we don't have to convert all the
401 # programs that use libopcodes.a simultaneously.  This is a hack which
402 # should be removed if everything else starts using libtool.  FIXME.
403
404 noinst_LIBRARIES = libopcodes.a
405
406 stamp-lib: libopcodes.la
407         libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
408         if [ -f $$libtooldir/libopcodes.a ]; then \
409           cp $$libtooldir/libopcodes.a libopcodes.tmp; \
410           $(RANLIB) libopcodes.tmp; \
411           $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
412         else true; fi
413         touch stamp-lib
414
415 libopcodes.a: stamp-lib ; @true
416
417 POTFILES = $(HFILES) $(CFILES)
418 po/POTFILES.in: @MAINT@ Makefile
419         for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
420           && mv tmp $(srcdir)/po/POTFILES.in
421
422 install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes
423         @$(NORMAL_INSTALL)
424
425 uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes
426         @$(NORMAL_UNINSTALL)
427
428 .PHONY: install_libopcodes uninstall_libopcodes
429 install_libopcodes: $(bfdlib_LTLIBRARIES)
430         $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
431         $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
432         @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
433           if test -f $$p; then \
434             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
435             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
436           else :; fi; \
437         done
438         $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(bfdincludedir)/dis-asm.h
439
440 uninstall_libopcodes:
441         list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
442           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
443         done
444         rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h
445
446 CLEANFILES = \
447         stamp-ip2k stamp-m32c stamp-m32r stamp-fr30 stamp-frv \
448         stamp-openrisc stamp-iq2000 stamp-mep stamp-mt stamp-xstormy16 stamp-xc16x\
449         libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
450
451
452 CGENDIR = @cgendir@
453 CPUDIR = $(CGENDIR)/cpu
454 CGEN = "`if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` -l ${cgendir}/guile.scm -s"
455 CGENFLAGS = -v
456
457 CGENDEPS = \
458         $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
459         $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
460         $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
461         $(CGENDIR)/opc-opinst.scm \
462         cgen-asm.in cgen-dis.in cgen-ibld.in
463
464 CGEN_CPUS = fr30 frv ip2k m32c m32r mep mt openrisc xc16x xstormy16
465
466 if CGEN_MAINT
467 IP2K_DEPS = stamp-ip2k
468 LM32_DEPS = stamp-lm32
469 M32C_DEPS = stamp-m32c
470 M32R_DEPS = stamp-m32r
471 FR30_DEPS = stamp-fr30
472 FRV_DEPS = stamp-frv
473 MEP_DEPS = stamp-mep
474 MT_DEPS = stamp-mt
475 OPENRISC_DEPS = stamp-openrisc
476 IQ2000_DEPS = stamp-iq2000
477 XC16X_DEPS = stamp-xc16x
478 XSTORMY16_DEPS = stamp-xstormy16
479 else
480 IP2K_DEPS =
481 LM32_DEPS = 
482 M32C_DEPS =
483 M32R_DEPS =
484 FR30_DEPS =
485 FRV_DEPS =
486 MEP_DEPS =
487 MT_DEPS =
488 OPENRISC_DEPS = 
489 IQ2000_DEPS = 
490 XC16X_DEPS = 
491 XSTORMY16_DEPS = 
492 endif
493
494 run-cgen:
495         $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
496           $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
497           "$(options)" "$(extrafiles)"
498         touch stamp-${prefix}
499 .PHONY: run-cgen
500
501 # Maintainer utility rule to regenerate all cgen files.
502 run-cgen-all:
503         for c in $(CGEN_CPUS) ; \
504         do \
505                 $(MAKE) stamp-$$c || exit 1 ; \
506         done
507 .PHONY: run-cgen-all
508
509 # For now, require developers to configure with --enable-cgen-maint.
510 $(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)
511         @true
512 stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
513         $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
514                 archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
515
516 $(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)
517         @true
518 stamp-lm32: $(CGENDEPS) $(srcdir)/../cpu/lm32.cpu $(srcdir)/../cpu/lm32.opc
519         $(MAKE) run-cgen arch=lm32 prefix=lm32 options=opinst \
520                 archfile=$(srcdir)/../cpu/lm32.cpu \
521                 opcfile=$(srcdir)/../cpu/lm32.opc \
522                 extrafiles=opinst
523
524 $(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)
525 #       @true
526 stamp-m32c: $(CGENDEPS) $(srcdir)/../cpu/m32c.cpu $(srcdir)/../cpu/m32c.opc
527         $(MAKE) run-cgen arch=m32c prefix=m32c options= \
528                 archfile=$(srcdir)/../cpu/m32c.cpu \
529                 opcfile=$(srcdir)/../cpu/m32c.opc extrafiles=
530 m32c_opc_h = m32c-opc.h cgen-types.h cgen-ops.h
531 m32c-asm.lo: m32c-asm.c sysdep.h config.h $(BFD_H) \
532   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
533   $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
534 m32c-desc.lo: m32c-desc.c sysdep.h config.h $(BFD_H) \
535   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
536   $(INCDIR)/opcode/cgen.h $(m32c_opc_h) opintl.h
537 m32c-dis.lo: m32c-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
538   $(BFD_H) $(INCDIR)/ansidecl.h \
539   $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
540   $(m32c_opc_h) opintl.h
541 m32c-ibld.lo: m32c-ibld.c sysdep.h config.h $(INCDIR)/dis-asm.h \
542   $(BFD_H) $(INCDIR)/ansidecl.h \
543   $(INCDIR)/symcat.h m32c-desc.h $(INCDIR)/opcode/cgen.h \
544   $(m32c_opc_h) opintl.h
545 m32c-opc.lo: m32c-opc.c sysdep.h config.h $(BFD_H) \
546   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h m32c-desc.h \
547   $(INCDIR)/opcode/cgen.h $(m32c_opc_h)
548
549 $(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)
550         @true
551 stamp-m32r: $(CGENDEPS) $(srcdir)/../cpu/m32r.cpu $(srcdir)/../cpu/m32r.opc
552         $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
553                 archfile=$(srcdir)/../cpu/m32r.cpu \
554                 opcfile=$(srcdir)/../cpu/m32r.opc extrafiles=opinst
555
556 $(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)
557         @true
558 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
559         $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
560                 archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
561
562 $(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)
563         @true
564 stamp-frv: $(CGENDEPS) $(srcdir)/../cpu/frv.cpu $(srcdir)/../cpu/frv.opc
565         $(MAKE) run-cgen arch=frv prefix=frv options= \
566                 archfile=$(srcdir)/../cpu/frv.cpu opcfile=$(srcdir)/../cpu/frv.opc extrafiles=
567
568 $(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)
569         @true
570 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
571         $(MAKE) run-cgen arch=mep prefix=mep options= \
572                 archfile=$(CPUDIR)/mep.cpu opcfile=$(CPUDIR)/mep.opc extrafiles=
573
574 $(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)
575         @true
576 stamp-mt: $(CGENDEPS) $(srcdir)/../cpu/mt.cpu $(srcdir)/../cpu/mt.opc
577         $(MAKE) run-cgen arch=mt prefix=mt options= \
578                 archfile=$(srcdir)/../cpu/mt.cpu \
579                 opcfile=$(srcdir)/../cpu/mt.opc extrafiles=
580
581 $(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)
582         @true
583 stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
584         $(MAKE) run-cgen arch=openrisc prefix=openrisc options= \
585                 archfile=$(CPUDIR)/openrisc.cpu opcfile=$(CPUDIR)/openrisc.opc extrafiles=
586
587 $(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)
588         @true
589 stamp-iq2000: $(CGENDEPS) $(srcdir)/../cpu/iq2000.cpu \
590                 $(srcdir)/../cpu/iq2000.opc $(srcdir)/../cpu/iq2000m.cpu \
591                 $(srcdir)/../cpu/iq10.cpu
592         $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
593                 archfile=$(srcdir)/../cpu/iq2000.cpu \
594                 opcfile=$(srcdir)/../cpu/iq2000.opc extrafiles=
595
596 $(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)
597         @true
598 stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
599         $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
600                 archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
601
602 $(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)
603         @true
604 stamp-xc16x: $(CGENDEPS) $(CPUDIR)/xc16x.cpu $(CPUDIR)/xc16x.opc
605         $(MAKE) run-cgen arch=xc16x prefix=xc16x options= \
606                 archfile=$(CPUDIR)/xc16x.cpu opcfile=$(CPUDIR)/xc16x.opc extrafiles=
607
608 i386-gen: i386-gen.o
609         $(LINK) i386-gen.o $(LIBIBERTY)
610
611 i386-gen.o: i386-gen.c i386-opc.h $(srcdir)/../include/opcode/i386.h
612
613 $(srcdir)/i386-tbl.h: $(srcdir)/i386-init.h 
614         @echo $@
615
616 $(srcdir)/i386-init.h: @MAINT@ i386-gen i386-opc.tbl i386-reg.tbl
617         ./i386-gen --srcdir $(srcdir)
618
619 ia64-gen: ia64-gen.o
620         $(LINK) ia64-gen.o $(LIBIBERTY)
621
622 ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
623   ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
624
625 # Don't wrap the line below, as @MAINT@ can be expanded to '#'.
626 # Some make versions don't handle line continuations in comments.
627 $(srcdir)/ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
628         ./ia64-gen --srcdir $(srcdir) > $@
629
630 s390-mkopc: s390-mkopc.c
631         $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
632
633 s390-opc.tab: s390-mkopc s390-opc.txt
634         ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
635
636 sh-dis.lo: sh-dis.c
637         $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
638
639 # This dependency stuff is copied from BFD.
640
641 DEP: dep.sed $(CFILES) $(HFILES) config.h
642         rm -f DEP1
643         $(MAKE) MKDEP="$(MKDEP)" DEP1
644         echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEP1
645         if grep ' /' DEP1 > /dev/null 2> /dev/null; then \
646           echo 'make DEP failed!'; exit 1; \
647         else \
648           mv -f DEP1 $@; \
649         fi
650
651 DEP1: $(CFILES)
652         echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
653         echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
654         for f in $?; do \
655           $(MKDEP) $(INCLUDES) $(CFLAGS) $$f > DEPA; \
656           sed -n -e '1s/\.o: .*/.lo: \\/p' -e q < DEPA >> DEP2; \
657           sed -e '1s/.*: //' -f dep.sed < DEPA | \
658             LC_ALL=C sort | LC_ALL=C uniq | \
659             sed -e 's/^[AB]/  /' -e '$$s/ \\$$//' >> DEP2; \
660         done
661         rm -f DEPA
662         mv -f DEP2 $@
663
664 dep.sed: dep-in.sed config.status
665         sed <$(srcdir)/dep-in.sed >dep.sed      \
666                 -e 's!@BFD_H@!$(BFD_H)!'        \
667                 -e 's!@INCDIR@!$(INCDIR)!'      \
668                 -e 's!@BFDDIR@!$(BFDDIR)!'      \
669                 -e 's!@SRCDIR@!$(srcdir)!'      \
670                 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
671
672 dep: DEP
673         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
674         cat DEP >> tmp-Makefile
675         $(srcdir)/../move-if-change tmp-Makefile Makefile
676
677 dep-in: DEP
678         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
679         cat DEP >> tmp-Makefile.in
680         $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
681
682 dep-am: DEP
683         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
684         cat DEP >> tmp-Makefile.am
685         $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
686
687 .PHONY: dep dep-in dep-am
688
689 # What appears below is generated by a hacked mkdep using gcc -MM.
690
691 # DO NOT DELETE THIS LINE -- mkdep uses it.
692 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
693 alpha-dis.lo: \
694   alpha-dis.c \
695   $(BFD_H) \
696   $(INCDIR)/ansidecl.h \
697   $(INCDIR)/dis-asm.h \
698   $(INCDIR)/opcode/alpha.h \
699   $(INCDIR)/symcat.h \
700   config.h \
701   sysdep.h
702 alpha-opc.lo: \
703   alpha-opc.c \
704   $(BFD_H) \
705   $(INCDIR)/ansidecl.h \
706   $(INCDIR)/opcode/alpha.h \
707   $(INCDIR)/symcat.h \
708   config.h \
709   opintl.h \
710   sysdep.h
711 arc-dis.lo: \
712   arc-dis.c \
713   $(BFDDIR)/elf-bfd.h \
714   $(BFD_H) \
715   $(INCDIR)/ansidecl.h \
716   $(INCDIR)/bfdlink.h \
717   $(INCDIR)/dis-asm.h \
718   $(INCDIR)/elf/arc.h \
719   $(INCDIR)/elf/common.h \
720   $(INCDIR)/elf/external.h \
721   $(INCDIR)/elf/internal.h \
722   $(INCDIR)/elf/reloc-macros.h \
723   $(INCDIR)/libiberty.h \
724   $(INCDIR)/opcode/arc.h \
725   $(INCDIR)/symcat.h \
726   arc-dis.h \
727   arc-ext.h \
728   opintl.h
729 arc-opc.lo: \
730   arc-opc.c \
731   $(BFD_H) \
732   $(INCDIR)/ansidecl.h \
733   $(INCDIR)/opcode/arc.h \
734   $(INCDIR)/symcat.h \
735   config.h \
736   opintl.h \
737   sysdep.h
738 arc-ext.lo: \
739   arc-ext.c \
740   $(BFD_H) \
741   $(INCDIR)/ansidecl.h \
742   $(INCDIR)/libiberty.h \
743   $(INCDIR)/symcat.h \
744   arc-ext.h \
745   config.h \
746   sysdep.h
747 arm-dis.lo: \
748   arm-dis.c \
749   $(BFDDIR)/elf-bfd.h \
750   $(BFDDIR)/libcoff.h \
751   $(BFD_H) \
752   $(INCDIR)/ansidecl.h \
753   $(INCDIR)/bfdlink.h \
754   $(INCDIR)/coff/internal.h \
755   $(INCDIR)/dis-asm.h \
756   $(INCDIR)/elf/arm.h \
757   $(INCDIR)/elf/common.h \
758   $(INCDIR)/elf/external.h \
759   $(INCDIR)/elf/internal.h \
760   $(INCDIR)/elf/reloc-macros.h \
761   $(INCDIR)/floatformat.h \
762   $(INCDIR)/opcode/arm.h \
763   $(INCDIR)/safe-ctype.h \
764   $(INCDIR)/symcat.h \
765   config.h \
766   opintl.h \
767   sysdep.h
768 avr-dis.lo: \
769   avr-dis.c \
770   $(BFD_H) \
771   $(INCDIR)/ansidecl.h \
772   $(INCDIR)/dis-asm.h \
773   $(INCDIR)/libiberty.h \
774   $(INCDIR)/opcode/avr.h \
775   $(INCDIR)/symcat.h \
776   config.h \
777   opintl.h \
778   sysdep.h
779 bfin-dis.lo: \
780   bfin-dis.c \
781   $(BFD_H) \
782   $(INCDIR)/ansidecl.h \
783   $(INCDIR)/dis-asm.h \
784   $(INCDIR)/opcode/bfin.h \
785   $(INCDIR)/symcat.h
786 cgen-asm.lo: \
787   cgen-asm.c \
788   $(BFD_H) \
789   $(INCDIR)/ansidecl.h \
790   $(INCDIR)/libiberty.h \
791   $(INCDIR)/opcode/cgen-bitset.h \
792   $(INCDIR)/opcode/cgen.h \
793   $(INCDIR)/safe-ctype.h \
794   $(INCDIR)/symcat.h \
795   config.h \
796   opintl.h \
797   sysdep.h
798 cgen-bitset.lo: \
799   cgen-bitset.c \
800   $(INCDIR)/ansidecl.h \
801   $(INCDIR)/libiberty.h \
802   $(INCDIR)/opcode/cgen-bitset.h
803 cgen-dis.lo: \
804   cgen-dis.c \
805   $(BFD_H) \
806   $(INCDIR)/ansidecl.h \
807   $(INCDIR)/libiberty.h \
808   $(INCDIR)/opcode/cgen-bitset.h \
809   $(INCDIR)/opcode/cgen.h \
810   $(INCDIR)/symcat.h \
811   config.h \
812   sysdep.h
813 cgen-opc.lo: \
814   cgen-opc.c \
815   $(BFD_H) \
816   $(INCDIR)/alloca-conf.h \
817   $(INCDIR)/ansidecl.h \
818   $(INCDIR)/libiberty.h \
819   $(INCDIR)/opcode/cgen-bitset.h \
820   $(INCDIR)/opcode/cgen.h \
821   $(INCDIR)/safe-ctype.h \
822   $(INCDIR)/symcat.h \
823   config.h \
824   sysdep.h
825 cr16-dis.lo: \
826   cr16-dis.c \
827   $(BFD_H) \
828   $(INCDIR)/ansidecl.h \
829   $(INCDIR)/dis-asm.h \
830   $(INCDIR)/libiberty.h \
831   $(INCDIR)/opcode/cr16.h \
832   $(INCDIR)/symcat.h \
833   config.h \
834   sysdep.h
835 cr16-opc.lo: \
836   cr16-opc.c \
837   $(INCDIR)/ansidecl.h \
838   $(INCDIR)/libiberty.h \
839   $(INCDIR)/opcode/cr16.h \
840   $(INCDIR)/symcat.h
841 cris-dis.lo: \
842   cris-dis.c \
843   $(BFD_H) \
844   $(INCDIR)/ansidecl.h \
845   $(INCDIR)/dis-asm.h \
846   $(INCDIR)/libiberty.h \
847   $(INCDIR)/opcode/cris.h \
848   $(INCDIR)/symcat.h \
849   config.h \
850   sysdep.h
851 cris-opc.lo: \
852   cris-opc.c \
853   $(INCDIR)/opcode/cris.h
854 crx-dis.lo: \
855   crx-dis.c \
856   $(BFD_H) \
857   $(INCDIR)/ansidecl.h \
858   $(INCDIR)/dis-asm.h \
859   $(INCDIR)/opcode/crx.h \
860   $(INCDIR)/symcat.h \
861   config.h \
862   sysdep.h
863 crx-opc.lo: \
864   crx-opc.c \
865   $(INCDIR)/ansidecl.h \
866   $(INCDIR)/libiberty.h \
867   $(INCDIR)/opcode/crx.h \
868   $(INCDIR)/symcat.h
869 d10v-dis.lo: \
870   d10v-dis.c \
871   $(BFD_H) \
872   $(INCDIR)/ansidecl.h \
873   $(INCDIR)/dis-asm.h \
874   $(INCDIR)/opcode/d10v.h \
875   $(INCDIR)/symcat.h \
876   config.h \
877   sysdep.h
878 d10v-opc.lo: \
879   d10v-opc.c \
880   $(INCDIR)/ansidecl.h \
881   $(INCDIR)/opcode/d10v.h \
882   config.h \
883   sysdep.h
884 d30v-dis.lo: \
885   d30v-dis.c \
886   $(BFD_H) \
887   $(INCDIR)/ansidecl.h \
888   $(INCDIR)/dis-asm.h \
889   $(INCDIR)/opcode/d30v.h \
890   $(INCDIR)/symcat.h \
891   config.h \
892   opintl.h \
893   sysdep.h
894 d30v-opc.lo: \
895   d30v-opc.c \
896   $(INCDIR)/ansidecl.h \
897   $(INCDIR)/opcode/d30v.h \
898   config.h \
899   sysdep.h
900 dlx-dis.lo: \
901   dlx-dis.c \
902   $(BFD_H) \
903   $(INCDIR)/ansidecl.h \
904   $(INCDIR)/dis-asm.h \
905   $(INCDIR)/opcode/dlx.h \
906   $(INCDIR)/symcat.h \
907   config.h \
908   sysdep.h
909 dis-buf.lo: \
910   dis-buf.c \
911   $(BFD_H) \
912   $(INCDIR)/ansidecl.h \
913   $(INCDIR)/dis-asm.h \
914   $(INCDIR)/symcat.h \
915   config.h \
916   opintl.h \
917   sysdep.h
918 dis-init.lo: \
919   dis-init.c \
920   $(BFD_H) \
921   $(INCDIR)/ansidecl.h \
922   $(INCDIR)/dis-asm.h \
923   $(INCDIR)/symcat.h \
924   config.h \
925   sysdep.h
926 disassemble.lo: \
927   disassemble.c \
928   $(BFD_H) \
929   $(INCDIR)/ansidecl.h \
930   $(INCDIR)/dis-asm.h \
931   $(INCDIR)/symcat.h \
932   config.h \
933   sysdep.h
934 fr30-asm.lo: \
935   fr30-asm.c \
936   $(BFD_H) \
937   $(INCDIR)/ansidecl.h \
938   $(INCDIR)/libiberty.h \
939   $(INCDIR)/opcode/cgen-bitset.h \
940   $(INCDIR)/opcode/cgen.h \
941   $(INCDIR)/safe-ctype.h \
942   $(INCDIR)/symcat.h \
943   $(INCDIR)/xregex.h \
944   $(INCDIR)/xregex2.h \
945   config.h \
946   fr30-desc.h \
947   fr30-opc.h \
948   opintl.h \
949   sysdep.h
950 fr30-desc.lo: \
951   fr30-desc.c \
952   $(BFD_H) \
953   $(INCDIR)/ansidecl.h \
954   $(INCDIR)/libiberty.h \
955   $(INCDIR)/opcode/cgen-bitset.h \
956   $(INCDIR)/opcode/cgen.h \
957   $(INCDIR)/symcat.h \
958   $(INCDIR)/xregex.h \
959   $(INCDIR)/xregex2.h \
960   config.h \
961   fr30-desc.h \
962   fr30-opc.h \
963   opintl.h \
964   sysdep.h
965 fr30-dis.lo: \
966   fr30-dis.c \
967   $(BFD_H) \
968   $(INCDIR)/ansidecl.h \
969   $(INCDIR)/dis-asm.h \
970   $(INCDIR)/libiberty.h \
971   $(INCDIR)/opcode/cgen-bitset.h \
972   $(INCDIR)/opcode/cgen.h \
973   $(INCDIR)/symcat.h \
974   config.h \
975   fr30-desc.h \
976   fr30-opc.h \
977   opintl.h \
978   sysdep.h
979 fr30-ibld.lo: \
980   fr30-ibld.c \
981   $(BFD_H) \
982   $(INCDIR)/ansidecl.h \
983   $(INCDIR)/dis-asm.h \
984   $(INCDIR)/opcode/cgen-bitset.h \
985   $(INCDIR)/opcode/cgen.h \
986   $(INCDIR)/safe-ctype.h \
987   $(INCDIR)/symcat.h \
988   config.h \
989   fr30-desc.h \
990   fr30-opc.h \
991   opintl.h \
992   sysdep.h
993 fr30-opc.lo: \
994   fr30-opc.c \
995   $(BFD_H) \
996   $(INCDIR)/ansidecl.h \
997   $(INCDIR)/libiberty.h \
998   $(INCDIR)/opcode/cgen-bitset.h \
999   $(INCDIR)/opcode/cgen.h \
1000   $(INCDIR)/symcat.h \
1001   config.h \
1002   fr30-desc.h \
1003   fr30-opc.h \
1004   sysdep.h
1005 frv-asm.lo: \
1006   frv-asm.c \
1007   $(BFD_H) \
1008   $(INCDIR)/ansidecl.h \
1009   $(INCDIR)/libiberty.h \
1010   $(INCDIR)/opcode/cgen-bitset.h \
1011   $(INCDIR)/opcode/cgen.h \
1012   $(INCDIR)/safe-ctype.h \
1013   $(INCDIR)/symcat.h \
1014   $(INCDIR)/xregex.h \
1015   $(INCDIR)/xregex2.h \
1016   config.h \
1017   frv-desc.h \
1018   frv-opc.h \
1019   opintl.h \
1020   sysdep.h
1021 frv-desc.lo: \
1022   frv-desc.c \
1023   $(BFD_H) \
1024   $(INCDIR)/ansidecl.h \
1025   $(INCDIR)/libiberty.h \
1026   $(INCDIR)/opcode/cgen-bitset.h \
1027   $(INCDIR)/opcode/cgen.h \
1028   $(INCDIR)/symcat.h \
1029   $(INCDIR)/xregex.h \
1030   $(INCDIR)/xregex2.h \
1031   config.h \
1032   frv-desc.h \
1033   frv-opc.h \
1034   opintl.h \
1035   sysdep.h
1036 frv-dis.lo: \
1037   frv-dis.c \
1038   $(BFD_H) \
1039   $(INCDIR)/ansidecl.h \
1040   $(INCDIR)/dis-asm.h \
1041   $(INCDIR)/libiberty.h \
1042   $(INCDIR)/opcode/cgen-bitset.h \
1043   $(INCDIR)/opcode/cgen.h \
1044   $(INCDIR)/symcat.h \
1045   config.h \
1046   frv-desc.h \
1047   frv-opc.h \
1048   opintl.h \
1049   sysdep.h
1050 frv-ibld.lo: \
1051   frv-ibld.c \
1052   $(BFD_H) \
1053   $(INCDIR)/ansidecl.h \
1054   $(INCDIR)/dis-asm.h \
1055   $(INCDIR)/opcode/cgen-bitset.h \
1056   $(INCDIR)/opcode/cgen.h \
1057   $(INCDIR)/safe-ctype.h \
1058   $(INCDIR)/symcat.h \
1059   config.h \
1060   frv-desc.h \
1061   frv-opc.h \
1062   opintl.h \
1063   sysdep.h
1064 frv-opc.lo: \
1065   frv-opc.c \
1066   $(BFD_H) \
1067   $(INCDIR)/ansidecl.h \
1068   $(INCDIR)/elf/frv.h \
1069   $(INCDIR)/elf/reloc-macros.h \
1070   $(INCDIR)/libiberty.h \
1071   $(INCDIR)/opcode/cgen-bitset.h \
1072   $(INCDIR)/opcode/cgen.h \
1073   $(INCDIR)/symcat.h \
1074   config.h \
1075   frv-desc.h \
1076   frv-opc.h \
1077   sysdep.h
1078 moxie-dis.lo: \
1079   moxie-dis.c \
1080   $(BFD_H) \
1081   $(INCDIR)/ansidecl.h \
1082   $(INCDIR)/dis-asm.h \
1083   $(INCDIR)/opcode/moxie.h \
1084   $(INCDIR)/symcat.h \
1085   config.h \
1086   sysdep.h
1087 moxie-opc.lo: \
1088   moxie-opc.c \
1089   $(INCDIR)/ansidecl.h \
1090   $(INCDIR)/opcode/moxie.h \
1091   config.h \
1092   sysdep.h
1093 h8300-dis.lo: \
1094   h8300-dis.c \
1095   $(BFD_H) \
1096   $(INCDIR)/ansidecl.h \
1097   $(INCDIR)/dis-asm.h \
1098   $(INCDIR)/libiberty.h \
1099   $(INCDIR)/opcode/h8300.h \
1100   $(INCDIR)/symcat.h \
1101   config.h \
1102   opintl.h \
1103   sysdep.h
1104 h8500-dis.lo: \
1105   h8500-dis.c \
1106   $(BFD_H) \
1107   $(INCDIR)/ansidecl.h \
1108   $(INCDIR)/dis-asm.h \
1109   $(INCDIR)/symcat.h \
1110   config.h \
1111   h8500-opc.h \
1112   opintl.h \
1113   sysdep.h
1114 hppa-dis.lo: \
1115   hppa-dis.c \
1116   $(BFDDIR)/libhppa.h \
1117   $(BFD_H) \
1118   $(INCDIR)/ansidecl.h \
1119   $(INCDIR)/dis-asm.h \
1120   $(INCDIR)/opcode/hppa.h \
1121   $(INCDIR)/symcat.h \
1122   config.h \
1123   sysdep.h
1124 i370-dis.lo: \
1125   i370-dis.c \
1126   $(BFD_H) \
1127   $(INCDIR)/ansidecl.h \
1128   $(INCDIR)/dis-asm.h \
1129   $(INCDIR)/opcode/i370.h \
1130   $(INCDIR)/symcat.h \
1131   config.h \
1132   sysdep.h
1133 i370-opc.lo: \
1134   i370-opc.c \
1135   $(INCDIR)/ansidecl.h \
1136   $(INCDIR)/opcode/i370.h \
1137   config.h \
1138   sysdep.h
1139 i386-dis.lo: \
1140   i386-dis.c \
1141   $(BFD_H) \
1142   $(INCDIR)/ansidecl.h \
1143   $(INCDIR)/dis-asm.h \
1144   $(INCDIR)/libiberty.h \
1145   $(INCDIR)/opcode/i386.h \
1146   $(INCDIR)/symcat.h \
1147   config.h \
1148   opintl.h \
1149   sysdep.h
1150 i386-opc.lo: \
1151   i386-opc.c \
1152   $(INCDIR)/ansidecl.h \
1153   $(INCDIR)/libiberty.h \
1154   $(INCDIR)/opcode/i386.h \
1155   config.h \
1156   i386-opc.h \
1157   i386-tbl.h \
1158   sysdep.h
1159 i386-gen.lo: \
1160   i386-gen.c \
1161   $(INCDIR)/ansidecl.h \
1162   $(INCDIR)/getopt.h \
1163   $(INCDIR)/hashtab.h \
1164   $(INCDIR)/libiberty.h \
1165   $(INCDIR)/opcode/i386.h \
1166   $(INCDIR)/safe-ctype.h \
1167   config.h \
1168   i386-opc.h \
1169   sysdep.h
1170 i860-dis.lo: \
1171   i860-dis.c \
1172   $(BFD_H) \
1173   $(INCDIR)/ansidecl.h \
1174   $(INCDIR)/dis-asm.h \
1175   $(INCDIR)/opcode/i860.h \
1176   $(INCDIR)/symcat.h
1177 i960-dis.lo: \
1178   i960-dis.c \
1179   $(BFD_H) \
1180   $(INCDIR)/ansidecl.h \
1181   $(INCDIR)/dis-asm.h \
1182   $(INCDIR)/symcat.h \
1183   config.h \
1184   sysdep.h
1185 ia64-dis.lo: \
1186   ia64-dis.c \
1187   $(BFD_H) \
1188   $(INCDIR)/ansidecl.h \
1189   $(INCDIR)/dis-asm.h \
1190   $(INCDIR)/opcode/ia64.h \
1191   $(INCDIR)/symcat.h
1192 ia64-opc-a.lo: \
1193   ia64-opc-a.c \
1194   $(BFD_H) \
1195   $(INCDIR)/ansidecl.h \
1196   $(INCDIR)/opcode/ia64.h \
1197   $(INCDIR)/symcat.h \
1198   ia64-opc.h
1199 ia64-opc-b.lo: \
1200   ia64-opc-b.c \
1201   $(BFD_H) \
1202   $(INCDIR)/ansidecl.h \
1203   $(INCDIR)/opcode/ia64.h \
1204   $(INCDIR)/symcat.h \
1205   ia64-opc.h
1206 ia64-opc-f.lo: \
1207   ia64-opc-f.c \
1208   $(BFD_H) \
1209   $(INCDIR)/ansidecl.h \
1210   $(INCDIR)/opcode/ia64.h \
1211   $(INCDIR)/symcat.h \
1212   ia64-opc.h
1213 ia64-opc-i.lo: \
1214   ia64-opc-i.c \
1215   $(BFD_H) \
1216   $(INCDIR)/ansidecl.h \
1217   $(INCDIR)/opcode/ia64.h \
1218   $(INCDIR)/symcat.h \
1219   ia64-opc.h
1220 ia64-opc-m.lo: \
1221   ia64-opc-m.c \
1222   $(BFD_H) \
1223   $(INCDIR)/ansidecl.h \
1224   $(INCDIR)/opcode/ia64.h \
1225   $(INCDIR)/symcat.h \
1226   ia64-opc.h
1227 ia64-opc-d.lo: \
1228   ia64-opc-d.c
1229 ia64-opc.lo: \
1230   ia64-opc.c \
1231   $(BFD_H) \
1232   $(INCDIR)/ansidecl.h \
1233   $(INCDIR)/libiberty.h \
1234   $(INCDIR)/opcode/ia64.h \
1235   $(INCDIR)/symcat.h \
1236   config.h \
1237   ia64-asmtab.c \
1238   ia64-asmtab.h \
1239   sysdep.h
1240 ia64-gen.lo: \
1241   ia64-gen.c \
1242   $(BFD_H) \
1243   $(INCDIR)/ansidecl.h \
1244   $(INCDIR)/getopt.h \
1245   $(INCDIR)/libiberty.h \
1246   $(INCDIR)/opcode/ia64.h \
1247   $(INCDIR)/safe-ctype.h \
1248   $(INCDIR)/symcat.h \
1249   config.h \
1250   ia64-opc-a.c \
1251   ia64-opc-b.c \
1252   ia64-opc-d.c \
1253   ia64-opc-f.c \
1254   ia64-opc-i.c \
1255   ia64-opc-m.c \
1256   ia64-opc-x.c \
1257   ia64-opc.h \
1258   sysdep.h
1259 ia64-asmtab.lo: \
1260   ia64-asmtab.c
1261 ip2k-asm.lo: \
1262   ip2k-asm.c \
1263   $(BFD_H) \
1264   $(INCDIR)/ansidecl.h \
1265   $(INCDIR)/libiberty.h \
1266   $(INCDIR)/opcode/cgen-bitset.h \
1267   $(INCDIR)/opcode/cgen.h \
1268   $(INCDIR)/safe-ctype.h \
1269   $(INCDIR)/symcat.h \
1270   $(INCDIR)/xregex.h \
1271   $(INCDIR)/xregex2.h \
1272   config.h \
1273   ip2k-desc.h \
1274   ip2k-opc.h \
1275   opintl.h \
1276   sysdep.h
1277 ip2k-desc.lo: \
1278   ip2k-desc.c \
1279   $(BFD_H) \
1280   $(INCDIR)/ansidecl.h \
1281   $(INCDIR)/libiberty.h \
1282   $(INCDIR)/opcode/cgen-bitset.h \
1283   $(INCDIR)/opcode/cgen.h \
1284   $(INCDIR)/symcat.h \
1285   $(INCDIR)/xregex.h \
1286   $(INCDIR)/xregex2.h \
1287   config.h \
1288   ip2k-desc.h \
1289   ip2k-opc.h \
1290   opintl.h \
1291   sysdep.h
1292 ip2k-dis.lo: \
1293   ip2k-dis.c \
1294   $(BFD_H) \
1295   $(INCDIR)/ansidecl.h \
1296   $(INCDIR)/dis-asm.h \
1297   $(INCDIR)/libiberty.h \
1298   $(INCDIR)/opcode/cgen-bitset.h \
1299   $(INCDIR)/opcode/cgen.h \
1300   $(INCDIR)/symcat.h \
1301   config.h \
1302   ip2k-desc.h \
1303   ip2k-opc.h \
1304   opintl.h \
1305   sysdep.h
1306 ip2k-ibld.lo: \
1307   ip2k-ibld.c \
1308   $(BFD_H) \
1309   $(INCDIR)/ansidecl.h \
1310   $(INCDIR)/dis-asm.h \
1311   $(INCDIR)/opcode/cgen-bitset.h \
1312   $(INCDIR)/opcode/cgen.h \
1313   $(INCDIR)/safe-ctype.h \
1314   $(INCDIR)/symcat.h \
1315   config.h \
1316   ip2k-desc.h \
1317   ip2k-opc.h \
1318   opintl.h \
1319   sysdep.h
1320 ip2k-opc.lo: \
1321   ip2k-opc.c \
1322   $(BFD_H) \
1323   $(INCDIR)/ansidecl.h \
1324   $(INCDIR)/libiberty.h \
1325   $(INCDIR)/opcode/cgen-bitset.h \
1326   $(INCDIR)/opcode/cgen.h \
1327   $(INCDIR)/safe-ctype.h \
1328   $(INCDIR)/symcat.h \
1329   config.h \
1330   ip2k-desc.h \
1331   ip2k-opc.h \
1332   sysdep.h
1333 iq2000-asm.lo: \
1334   iq2000-asm.c \
1335   $(BFD_H) \
1336   $(INCDIR)/ansidecl.h \
1337   $(INCDIR)/libiberty.h \
1338   $(INCDIR)/opcode/cgen-bitset.h \
1339   $(INCDIR)/opcode/cgen.h \
1340   $(INCDIR)/safe-ctype.h \
1341   $(INCDIR)/symcat.h \
1342   $(INCDIR)/xregex.h \
1343   $(INCDIR)/xregex2.h \
1344   config.h \
1345   iq2000-desc.h \
1346   iq2000-opc.h \
1347   opintl.h \
1348   sysdep.h
1349 iq2000-desc.lo: \
1350   iq2000-desc.c \
1351   $(BFD_H) \
1352   $(INCDIR)/ansidecl.h \
1353   $(INCDIR)/libiberty.h \
1354   $(INCDIR)/opcode/cgen-bitset.h \
1355   $(INCDIR)/opcode/cgen.h \
1356   $(INCDIR)/symcat.h \
1357   $(INCDIR)/xregex.h \
1358   $(INCDIR)/xregex2.h \
1359   config.h \
1360   iq2000-desc.h \
1361   iq2000-opc.h \
1362   opintl.h \
1363   sysdep.h
1364 iq2000-dis.lo: \
1365   iq2000-dis.c \
1366   $(BFD_H) \
1367   $(INCDIR)/ansidecl.h \
1368   $(INCDIR)/dis-asm.h \
1369   $(INCDIR)/libiberty.h \
1370   $(INCDIR)/opcode/cgen-bitset.h \
1371   $(INCDIR)/opcode/cgen.h \
1372   $(INCDIR)/symcat.h \
1373   config.h \
1374   iq2000-desc.h \
1375   iq2000-opc.h \
1376   opintl.h \
1377   sysdep.h
1378 iq2000-ibld.lo: \
1379   iq2000-ibld.c \
1380   $(BFD_H) \
1381   $(INCDIR)/ansidecl.h \
1382   $(INCDIR)/dis-asm.h \
1383   $(INCDIR)/opcode/cgen-bitset.h \
1384   $(INCDIR)/opcode/cgen.h \
1385   $(INCDIR)/safe-ctype.h \
1386   $(INCDIR)/symcat.h \
1387   config.h \
1388   iq2000-desc.h \
1389   iq2000-opc.h \
1390   opintl.h \
1391   sysdep.h
1392 iq2000-opc.lo: \
1393   iq2000-opc.c \
1394   $(BFD_H) \
1395   $(INCDIR)/ansidecl.h \
1396   $(INCDIR)/libiberty.h \
1397   $(INCDIR)/opcode/cgen-bitset.h \
1398   $(INCDIR)/opcode/cgen.h \
1399   $(INCDIR)/symcat.h \
1400   config.h \
1401   iq2000-desc.h \
1402   iq2000-opc.h \
1403   sysdep.h
1404 lm32-asm.lo: \
1405   lm32-asm.c \
1406   $(BFD_H) \
1407   $(INCDIR)/ansidecl.h \
1408   $(INCDIR)/libiberty.h \
1409   $(INCDIR)/opcode/cgen-bitset.h \
1410   $(INCDIR)/opcode/cgen.h \
1411   $(INCDIR)/safe-ctype.h \
1412   $(INCDIR)/symcat.h \
1413   $(INCDIR)/xregex.h \
1414   $(INCDIR)/xregex2.h \
1415   config.h \
1416   lm32-desc.h \
1417   lm32-opc.h \
1418   opintl.h \
1419   sysdep.h
1420 lm32-desc.lo: \
1421   lm32-desc.c \
1422   $(BFD_H) \
1423   $(INCDIR)/ansidecl.h \
1424   $(INCDIR)/libiberty.h \
1425   $(INCDIR)/opcode/cgen-bitset.h \
1426   $(INCDIR)/opcode/cgen.h \
1427   $(INCDIR)/symcat.h \
1428   $(INCDIR)/xregex.h \
1429   $(INCDIR)/xregex2.h \
1430   config.h \
1431   lm32-desc.h \
1432   lm32-opc.h \
1433   opintl.h \
1434   sysdep.h
1435 lm32-dis.lo: \
1436   lm32-dis.c \
1437   $(BFD_H) \
1438   $(INCDIR)/ansidecl.h \
1439   $(INCDIR)/dis-asm.h \
1440   $(INCDIR)/libiberty.h \
1441   $(INCDIR)/opcode/cgen-bitset.h \
1442   $(INCDIR)/opcode/cgen.h \
1443   $(INCDIR)/symcat.h \
1444   config.h \
1445   lm32-desc.h \
1446   lm32-opc.h \
1447   opintl.h \
1448   sysdep.h
1449 lm32-ibld.lo: \
1450   lm32-ibld.c \
1451   $(BFD_H) \
1452   $(INCDIR)/ansidecl.h \
1453   $(INCDIR)/dis-asm.h \
1454   $(INCDIR)/opcode/cgen-bitset.h \
1455   $(INCDIR)/opcode/cgen.h \
1456   $(INCDIR)/safe-ctype.h \
1457   $(INCDIR)/symcat.h \
1458   config.h \
1459   lm32-desc.h \
1460   lm32-opc.h \
1461   opintl.h \
1462   sysdep.h
1463 lm32-opc.lo: \
1464   lm32-opc.c \
1465   $(BFD_H) \
1466   $(INCDIR)/ansidecl.h \
1467   $(INCDIR)/libiberty.h \
1468   $(INCDIR)/opcode/cgen-bitset.h \
1469   $(INCDIR)/opcode/cgen.h \
1470   $(INCDIR)/symcat.h \
1471   config.h \
1472   lm32-desc.h \
1473   lm32-opc.h \
1474   sysdep.h
1475 lm32-opinst.lo: \
1476   lm32-opinst.c \
1477   $(BFD_H) \
1478   $(INCDIR)/ansidecl.h \
1479   $(INCDIR)/opcode/cgen-bitset.h \
1480   $(INCDIR)/opcode/cgen.h \
1481   $(INCDIR)/symcat.h \
1482   config.h \
1483   lm32-desc.h \
1484   lm32-opc.h \
1485   sysdep.h
1486 m32c-asm.lo: \
1487   m32c-asm.c \
1488   $(BFD_H) \
1489   $(INCDIR)/ansidecl.h \
1490   $(INCDIR)/libiberty.h \
1491   $(INCDIR)/opcode/cgen-bitset.h \
1492   $(INCDIR)/opcode/cgen.h \
1493   $(INCDIR)/safe-ctype.h \
1494   $(INCDIR)/symcat.h \
1495   $(INCDIR)/xregex.h \
1496   $(INCDIR)/xregex2.h \
1497   ../bfd/bfd_stdint.h \
1498   cgen-ops.h \
1499   cgen-types.h \
1500   config.h \
1501   m32c-desc.h \
1502   m32c-opc.h \
1503   opintl.h \
1504   sysdep.h
1505 m32c-desc.lo: \
1506   m32c-desc.c \
1507   $(BFD_H) \
1508   $(INCDIR)/ansidecl.h \
1509   $(INCDIR)/libiberty.h \
1510   $(INCDIR)/opcode/cgen-bitset.h \
1511   $(INCDIR)/opcode/cgen.h \
1512   $(INCDIR)/symcat.h \
1513   $(INCDIR)/xregex.h \
1514   $(INCDIR)/xregex2.h \
1515   ../bfd/bfd_stdint.h \
1516   cgen-ops.h \
1517   cgen-types.h \
1518   config.h \
1519   m32c-desc.h \
1520   m32c-opc.h \
1521   opintl.h \
1522   sysdep.h
1523 m32c-dis.lo: \
1524   m32c-dis.c \
1525   $(BFDDIR)/elf-bfd.h \
1526   $(BFD_H) \
1527   $(INCDIR)/ansidecl.h \
1528   $(INCDIR)/bfdlink.h \
1529   $(INCDIR)/dis-asm.h \
1530   $(INCDIR)/elf/common.h \
1531   $(INCDIR)/elf/external.h \
1532   $(INCDIR)/elf/internal.h \
1533   $(INCDIR)/elf/m32c.h \
1534   $(INCDIR)/elf/reloc-macros.h \
1535   $(INCDIR)/libiberty.h \
1536   $(INCDIR)/opcode/cgen-bitset.h \
1537   $(INCDIR)/opcode/cgen.h \
1538   $(INCDIR)/symcat.h \
1539   ../bfd/bfd_stdint.h \
1540   cgen-ops.h \
1541   cgen-types.h \
1542   config.h \
1543   m32c-desc.h \
1544   m32c-opc.h \
1545   opintl.h \
1546   sysdep.h
1547 m32c-ibld.lo: \
1548   m32c-ibld.c \
1549   $(BFD_H) \
1550   $(INCDIR)/ansidecl.h \
1551   $(INCDIR)/dis-asm.h \
1552   $(INCDIR)/opcode/cgen-bitset.h \
1553   $(INCDIR)/opcode/cgen.h \
1554   $(INCDIR)/safe-ctype.h \
1555   $(INCDIR)/symcat.h \
1556   ../bfd/bfd_stdint.h \
1557   cgen-ops.h \
1558   cgen-types.h \
1559   config.h \
1560   m32c-desc.h \
1561   m32c-opc.h \
1562   opintl.h \
1563   sysdep.h
1564 m32c-opc.lo: \
1565   m32c-opc.c \
1566   $(BFD_H) \
1567   $(INCDIR)/ansidecl.h \
1568   $(INCDIR)/libiberty.h \
1569   $(INCDIR)/opcode/cgen-bitset.h \
1570   $(INCDIR)/opcode/cgen.h \
1571   $(INCDIR)/symcat.h \
1572   ../bfd/bfd_stdint.h \
1573   cgen-ops.h \
1574   cgen-types.h \
1575   config.h \
1576   m32c-desc.h \
1577   m32c-opc.h \
1578   sysdep.h
1579 m32r-asm.lo: \
1580   m32r-asm.c \
1581   $(BFD_H) \
1582   $(INCDIR)/ansidecl.h \
1583   $(INCDIR)/libiberty.h \
1584   $(INCDIR)/opcode/cgen-bitset.h \
1585   $(INCDIR)/opcode/cgen.h \
1586   $(INCDIR)/safe-ctype.h \
1587   $(INCDIR)/symcat.h \
1588   $(INCDIR)/xregex.h \
1589   $(INCDIR)/xregex2.h \
1590   config.h \
1591   m32r-desc.h \
1592   m32r-opc.h \
1593   opintl.h \
1594   sysdep.h
1595 m32r-desc.lo: \
1596   m32r-desc.c \
1597   $(BFD_H) \
1598   $(INCDIR)/ansidecl.h \
1599   $(INCDIR)/libiberty.h \
1600   $(INCDIR)/opcode/cgen-bitset.h \
1601   $(INCDIR)/opcode/cgen.h \
1602   $(INCDIR)/symcat.h \
1603   $(INCDIR)/xregex.h \
1604   $(INCDIR)/xregex2.h \
1605   config.h \
1606   m32r-desc.h \
1607   m32r-opc.h \
1608   opintl.h \
1609   sysdep.h
1610 m32r-dis.lo: \
1611   m32r-dis.c \
1612   $(BFD_H) \
1613   $(INCDIR)/ansidecl.h \
1614   $(INCDIR)/dis-asm.h \
1615   $(INCDIR)/libiberty.h \
1616   $(INCDIR)/opcode/cgen-bitset.h \
1617   $(INCDIR)/opcode/cgen.h \
1618   $(INCDIR)/symcat.h \
1619   config.h \
1620   m32r-desc.h \
1621   m32r-opc.h \
1622   opintl.h \
1623   sysdep.h
1624 m32r-ibld.lo: \
1625   m32r-ibld.c \
1626   $(BFD_H) \
1627   $(INCDIR)/ansidecl.h \
1628   $(INCDIR)/dis-asm.h \
1629   $(INCDIR)/opcode/cgen-bitset.h \
1630   $(INCDIR)/opcode/cgen.h \
1631   $(INCDIR)/safe-ctype.h \
1632   $(INCDIR)/symcat.h \
1633   config.h \
1634   m32r-desc.h \
1635   m32r-opc.h \
1636   opintl.h \
1637   sysdep.h
1638 m32r-opc.lo: \
1639   m32r-opc.c \
1640   $(BFD_H) \
1641   $(INCDIR)/ansidecl.h \
1642   $(INCDIR)/libiberty.h \
1643   $(INCDIR)/opcode/cgen-bitset.h \
1644   $(INCDIR)/opcode/cgen.h \
1645   $(INCDIR)/symcat.h \
1646   config.h \
1647   m32r-desc.h \
1648   m32r-opc.h \
1649   sysdep.h
1650 m32r-opinst.lo: \
1651   m32r-opinst.c \
1652   $(BFD_H) \
1653   $(INCDIR)/ansidecl.h \
1654   $(INCDIR)/opcode/cgen-bitset.h \
1655   $(INCDIR)/opcode/cgen.h \
1656   $(INCDIR)/symcat.h \
1657   config.h \
1658   m32r-desc.h \
1659   m32r-opc.h \
1660   sysdep.h
1661 m68hc11-dis.lo: \
1662   m68hc11-dis.c \
1663   $(BFD_H) \
1664   $(INCDIR)/ansidecl.h \
1665   $(INCDIR)/dis-asm.h \
1666   $(INCDIR)/opcode/m68hc11.h \
1667   $(INCDIR)/symcat.h
1668 m68hc11-opc.lo: \
1669   m68hc11-opc.c \
1670   $(INCDIR)/ansidecl.h \
1671   $(INCDIR)/opcode/m68hc11.h
1672 m68k-dis.lo: \
1673   m68k-dis.c \
1674   $(BFD_H) \
1675   $(INCDIR)/ansidecl.h \
1676   $(INCDIR)/dis-asm.h \
1677   $(INCDIR)/floatformat.h \
1678   $(INCDIR)/libiberty.h \
1679   $(INCDIR)/opcode/m68k.h \
1680   $(INCDIR)/symcat.h \
1681   config.h \
1682   opintl.h \
1683   sysdep.h
1684 m68k-opc.lo: \
1685   m68k-opc.c \
1686   $(INCDIR)/ansidecl.h \
1687   $(INCDIR)/opcode/m68k.h \
1688   config.h \
1689   sysdep.h
1690 m88k-dis.lo: \
1691   m88k-dis.c \
1692   $(BFD_H) \
1693   $(INCDIR)/ansidecl.h \
1694   $(INCDIR)/dis-asm.h \
1695   $(INCDIR)/libiberty.h \
1696   $(INCDIR)/opcode/m88k.h \
1697   $(INCDIR)/symcat.h \
1698   config.h \
1699   opintl.h \
1700   sysdep.h
1701 maxq-dis.lo: \
1702   maxq-dis.c \
1703   $(BFD_H) \
1704   $(INCDIR)/ansidecl.h \
1705   $(INCDIR)/dis-asm.h \
1706   $(INCDIR)/opcode/maxq.h \
1707   $(INCDIR)/symcat.h \
1708   config.h \
1709   sysdep.h
1710 mcore-dis.lo: \
1711   mcore-dis.c \
1712   $(BFD_H) \
1713   $(INCDIR)/ansidecl.h \
1714   $(INCDIR)/dis-asm.h \
1715   $(INCDIR)/symcat.h \
1716   config.h \
1717   mcore-opc.h \
1718   sysdep.h
1719 mep-asm.lo: \
1720   mep-asm.c \
1721   $(BFD_H) \
1722   $(INCDIR)/ansidecl.h \
1723   $(INCDIR)/elf/mep.h \
1724   $(INCDIR)/elf/reloc-macros.h \
1725   $(INCDIR)/libiberty.h \
1726   $(INCDIR)/opcode/cgen-bitset.h \
1727   $(INCDIR)/opcode/cgen.h \
1728   $(INCDIR)/safe-ctype.h \
1729   $(INCDIR)/symcat.h \
1730   $(INCDIR)/xregex.h \
1731   $(INCDIR)/xregex2.h \
1732   config.h \
1733   mep-desc.h \
1734   mep-opc.h \
1735   opintl.h \
1736   sysdep.h
1737 mep-desc.lo: \
1738   mep-desc.c \
1739   $(BFD_H) \
1740   $(INCDIR)/ansidecl.h \
1741   $(INCDIR)/libiberty.h \
1742   $(INCDIR)/opcode/cgen-bitset.h \
1743   $(INCDIR)/opcode/cgen.h \
1744   $(INCDIR)/symcat.h \
1745   $(INCDIR)/xregex.h \
1746   $(INCDIR)/xregex2.h \
1747   config.h \
1748   mep-desc.h \
1749   mep-opc.h \
1750   opintl.h \
1751   sysdep.h
1752 mep-dis.lo: \
1753   mep-dis.c \
1754   $(BFDDIR)/elf-bfd.h \
1755   $(BFD_H) \
1756   $(INCDIR)/ansidecl.h \
1757   $(INCDIR)/bfdlink.h \
1758   $(INCDIR)/dis-asm.h \
1759   $(INCDIR)/elf/common.h \
1760   $(INCDIR)/elf/external.h \
1761   $(INCDIR)/elf/internal.h \
1762   $(INCDIR)/elf/mep.h \
1763   $(INCDIR)/elf/reloc-macros.h \
1764   $(INCDIR)/libiberty.h \
1765   $(INCDIR)/opcode/cgen-bitset.h \
1766   $(INCDIR)/opcode/cgen.h \
1767   $(INCDIR)/symcat.h \
1768   config.h \
1769   mep-desc.h \
1770   mep-opc.h \
1771   opintl.h \
1772   sysdep.h
1773 mep-ibld.lo: \
1774   mep-ibld.c \
1775   $(BFD_H) \
1776   $(INCDIR)/ansidecl.h \
1777   $(INCDIR)/dis-asm.h \
1778   $(INCDIR)/opcode/cgen-bitset.h \
1779   $(INCDIR)/opcode/cgen.h \
1780   $(INCDIR)/safe-ctype.h \
1781   $(INCDIR)/symcat.h \
1782   config.h \
1783   mep-desc.h \
1784   mep-opc.h \
1785   opintl.h \
1786   sysdep.h
1787 mep-opc.lo: \
1788   mep-opc.c \
1789   $(BFD_H) \
1790   $(INCDIR)/ansidecl.h \
1791   $(INCDIR)/elf/mep.h \
1792   $(INCDIR)/elf/reloc-macros.h \
1793   $(INCDIR)/libiberty.h \
1794   $(INCDIR)/opcode/cgen-bitset.h \
1795   $(INCDIR)/opcode/cgen.h \
1796   $(INCDIR)/symcat.h \
1797   config.h \
1798   mep-desc.h \
1799   mep-opc.h \
1800   sysdep.h
1801 mips-dis.lo: \
1802   mips-dis.c \
1803   $(BFDDIR)/elf-bfd.h \
1804   $(BFD_H) \
1805   $(INCDIR)/ansidecl.h \
1806   $(INCDIR)/bfdlink.h \
1807   $(INCDIR)/dis-asm.h \
1808   $(INCDIR)/elf/common.h \
1809   $(INCDIR)/elf/external.h \
1810   $(INCDIR)/elf/internal.h \
1811   $(INCDIR)/elf/mips.h \
1812   $(INCDIR)/elf/reloc-macros.h \
1813   $(INCDIR)/libiberty.h \
1814   $(INCDIR)/opcode/mips.h \
1815   $(INCDIR)/symcat.h \
1816   config.h \
1817   opintl.h \
1818   sysdep.h
1819 mips-opc.lo: \
1820   mips-opc.c \
1821   $(INCDIR)/ansidecl.h \
1822   $(INCDIR)/opcode/mips.h \
1823   config.h \
1824   sysdep.h
1825 mips16-opc.lo: \
1826   mips16-opc.c \
1827   $(INCDIR)/ansidecl.h \
1828   $(INCDIR)/opcode/mips.h \
1829   config.h \
1830   sysdep.h
1831 m10200-dis.lo: \
1832   m10200-dis.c \
1833   $(BFD_H) \
1834   $(INCDIR)/ansidecl.h \
1835   $(INCDIR)/dis-asm.h \
1836   $(INCDIR)/opcode/mn10200.h \
1837   $(INCDIR)/symcat.h \
1838   config.h \
1839   opintl.h \
1840   sysdep.h
1841 m10200-opc.lo: \
1842   m10200-opc.c \
1843   $(INCDIR)/ansidecl.h \
1844   $(INCDIR)/opcode/mn10200.h \
1845   config.h \
1846   sysdep.h
1847 m10300-dis.lo: \
1848   m10300-dis.c \
1849   $(BFD_H) \
1850   $(INCDIR)/ansidecl.h \
1851   $(INCDIR)/dis-asm.h \
1852   $(INCDIR)/opcode/mn10300.h \
1853   $(INCDIR)/symcat.h \
1854   config.h \
1855   opintl.h \
1856   sysdep.h
1857 m10300-opc.lo: \
1858   m10300-opc.c \
1859   $(INCDIR)/ansidecl.h \
1860   $(INCDIR)/opcode/mn10300.h \
1861   config.h \
1862   sysdep.h
1863 mmix-dis.lo: \
1864   mmix-dis.c \
1865   $(BFD_H) \
1866   $(INCDIR)/ansidecl.h \
1867   $(INCDIR)/dis-asm.h \
1868   $(INCDIR)/libiberty.h \
1869   $(INCDIR)/opcode/mmix.h \
1870   $(INCDIR)/symcat.h \
1871   opintl.h
1872 mmix-opc.lo: \
1873   mmix-opc.c \
1874   $(INCDIR)/opcode/mmix.h \
1875   $(INCDIR)/symcat.h
1876 mt-asm.lo: \
1877   mt-asm.c \
1878   $(BFD_H) \
1879   $(INCDIR)/ansidecl.h \
1880   $(INCDIR)/libiberty.h \
1881   $(INCDIR)/opcode/cgen-bitset.h \
1882   $(INCDIR)/opcode/cgen.h \
1883   $(INCDIR)/safe-ctype.h \
1884   $(INCDIR)/symcat.h \
1885   $(INCDIR)/xregex.h \
1886   $(INCDIR)/xregex2.h \
1887   config.h \
1888   mt-desc.h \
1889   mt-opc.h \
1890   opintl.h \
1891   sysdep.h
1892 mt-desc.lo: \
1893   mt-desc.c \
1894   $(BFD_H) \
1895   $(INCDIR)/ansidecl.h \
1896   $(INCDIR)/libiberty.h \
1897   $(INCDIR)/opcode/cgen-bitset.h \
1898   $(INCDIR)/opcode/cgen.h \
1899   $(INCDIR)/symcat.h \
1900   $(INCDIR)/xregex.h \
1901   $(INCDIR)/xregex2.h \
1902   config.h \
1903   mt-desc.h \
1904   mt-opc.h \
1905   opintl.h \
1906   sysdep.h
1907 mt-dis.lo: \
1908   mt-dis.c \
1909   $(BFD_H) \
1910   $(INCDIR)/ansidecl.h \
1911   $(INCDIR)/dis-asm.h \
1912   $(INCDIR)/libiberty.h \
1913   $(INCDIR)/opcode/cgen-bitset.h \
1914   $(INCDIR)/opcode/cgen.h \
1915   $(INCDIR)/symcat.h \
1916   config.h \
1917   mt-desc.h \
1918   mt-opc.h \
1919   opintl.h \
1920   sysdep.h
1921 mt-ibld.lo: \
1922   mt-ibld.c \
1923   $(BFD_H) \
1924   $(INCDIR)/ansidecl.h \
1925   $(INCDIR)/dis-asm.h \
1926   $(INCDIR)/opcode/cgen-bitset.h \
1927   $(INCDIR)/opcode/cgen.h \
1928   $(INCDIR)/safe-ctype.h \
1929   $(INCDIR)/symcat.h \
1930   config.h \
1931   mt-desc.h \
1932   mt-opc.h \
1933   opintl.h \
1934   sysdep.h
1935 mt-opc.lo: \
1936   mt-opc.c \
1937   $(BFD_H) \
1938   $(INCDIR)/ansidecl.h \
1939   $(INCDIR)/libiberty.h \
1940   $(INCDIR)/opcode/cgen-bitset.h \
1941   $(INCDIR)/opcode/cgen.h \
1942   $(INCDIR)/safe-ctype.h \
1943   $(INCDIR)/symcat.h \
1944   config.h \
1945   mt-desc.h \
1946   mt-opc.h \
1947   sysdep.h
1948 ns32k-dis.lo: \
1949   ns32k-dis.c \
1950   $(BFD_H) \
1951   $(INCDIR)/ansidecl.h \
1952   $(INCDIR)/dis-asm.h \
1953   $(INCDIR)/opcode/ns32k.h \
1954   $(INCDIR)/symcat.h \
1955   config.h \
1956   opintl.h \
1957   sysdep.h
1958 openrisc-asm.lo: \
1959   openrisc-asm.c \
1960   $(BFD_H) \
1961   $(INCDIR)/ansidecl.h \
1962   $(INCDIR)/libiberty.h \
1963   $(INCDIR)/opcode/cgen-bitset.h \
1964   $(INCDIR)/opcode/cgen.h \
1965   $(INCDIR)/safe-ctype.h \
1966   $(INCDIR)/symcat.h \
1967   $(INCDIR)/xregex.h \
1968   $(INCDIR)/xregex2.h \
1969   config.h \
1970   openrisc-desc.h \
1971   openrisc-opc.h \
1972   opintl.h \
1973   sysdep.h
1974 openrisc-desc.lo: \
1975   openrisc-desc.c \
1976   $(BFD_H) \
1977   $(INCDIR)/ansidecl.h \
1978   $(INCDIR)/libiberty.h \
1979   $(INCDIR)/opcode/cgen-bitset.h \
1980   $(INCDIR)/opcode/cgen.h \
1981   $(INCDIR)/symcat.h \
1982   $(INCDIR)/xregex.h \
1983   $(INCDIR)/xregex2.h \
1984   config.h \
1985   openrisc-desc.h \
1986   openrisc-opc.h \
1987   opintl.h \
1988   sysdep.h
1989 openrisc-dis.lo: \
1990   openrisc-dis.c \
1991   $(BFD_H) \
1992   $(INCDIR)/ansidecl.h \
1993   $(INCDIR)/dis-asm.h \
1994   $(INCDIR)/libiberty.h \
1995   $(INCDIR)/opcode/cgen-bitset.h \
1996   $(INCDIR)/opcode/cgen.h \
1997   $(INCDIR)/symcat.h \
1998   config.h \
1999   openrisc-desc.h \
2000   openrisc-opc.h \
2001   opintl.h \
2002   sysdep.h
2003 openrisc-ibld.lo: \
2004   openrisc-ibld.c \
2005   $(BFD_H) \
2006   $(INCDIR)/ansidecl.h \
2007   $(INCDIR)/dis-asm.h \
2008   $(INCDIR)/opcode/cgen-bitset.h \
2009   $(INCDIR)/opcode/cgen.h \
2010   $(INCDIR)/safe-ctype.h \
2011   $(INCDIR)/symcat.h \
2012   config.h \
2013   openrisc-desc.h \
2014   openrisc-opc.h \
2015   opintl.h \
2016   sysdep.h
2017 openrisc-opc.lo: \
2018   openrisc-opc.c \
2019   $(BFD_H) \
2020   $(INCDIR)/ansidecl.h \
2021   $(INCDIR)/libiberty.h \
2022   $(INCDIR)/opcode/cgen-bitset.h \
2023   $(INCDIR)/opcode/cgen.h \
2024   $(INCDIR)/symcat.h \
2025   config.h \
2026   openrisc-desc.h \
2027   openrisc-opc.h \
2028   sysdep.h
2029 or32-dis.lo: \
2030   or32-dis.c \
2031   $(BFD_H) \
2032   $(INCDIR)/ansidecl.h \
2033   $(INCDIR)/dis-asm.h \
2034   $(INCDIR)/opcode/or32.h \
2035   $(INCDIR)/safe-ctype.h \
2036   $(INCDIR)/symcat.h
2037 or32-opc.lo: \
2038   or32-opc.c \
2039   $(INCDIR)/ansidecl.h \
2040   $(INCDIR)/opcode/or32.h \
2041   $(INCDIR)/safe-ctype.h
2042 pdp11-dis.lo: \
2043   pdp11-dis.c \
2044   $(BFD_H) \
2045   $(INCDIR)/ansidecl.h \
2046   $(INCDIR)/dis-asm.h \
2047   $(INCDIR)/opcode/pdp11.h \
2048   $(INCDIR)/symcat.h \
2049   config.h \
2050   sysdep.h
2051 pdp11-opc.lo: \
2052   pdp11-opc.c \
2053   $(INCDIR)/opcode/pdp11.h
2054 pj-dis.lo: \
2055   pj-dis.c \
2056   $(BFD_H) \
2057   $(INCDIR)/ansidecl.h \
2058   $(INCDIR)/dis-asm.h \
2059   $(INCDIR)/opcode/pj.h \
2060   $(INCDIR)/symcat.h \
2061   config.h \
2062   sysdep.h
2063 pj-opc.lo: \
2064   pj-opc.c \
2065   $(INCDIR)/ansidecl.h \
2066   $(INCDIR)/opcode/pj.h \
2067   config.h \
2068   sysdep.h
2069 ppc-dis.lo: \
2070   ppc-dis.c \
2071   $(BFD_H) \
2072   $(INCDIR)/ansidecl.h \
2073   $(INCDIR)/dis-asm.h \
2074   $(INCDIR)/opcode/ppc.h \
2075   $(INCDIR)/symcat.h \
2076   config.h \
2077   opintl.h \
2078   sysdep.h
2079 ppc-opc.lo: \
2080   ppc-opc.c \
2081   $(INCDIR)/ansidecl.h \
2082   $(INCDIR)/opcode/ppc.h \
2083   config.h \
2084   opintl.h \
2085   sysdep.h
2086 s390-mkopc.lo: \
2087   s390-mkopc.c
2088 s390-opc.lo: \
2089   s390-opc.c \
2090   $(INCDIR)/ansidecl.h \
2091   $(INCDIR)/opcode/s390.h \
2092   s390-opc.tab
2093 s390-dis.lo: \
2094   s390-dis.c \
2095   $(BFD_H) \
2096   $(INCDIR)/ansidecl.h \
2097   $(INCDIR)/dis-asm.h \
2098   $(INCDIR)/opcode/s390.h \
2099   $(INCDIR)/symcat.h \
2100   config.h \
2101   opintl.h \
2102   sysdep.h
2103 score-dis.lo: \
2104   score-dis.c \
2105   $(BFDDIR)/elf-bfd.h \
2106   $(BFD_H) \
2107   $(INCDIR)/ansidecl.h \
2108   $(INCDIR)/bfdlink.h \
2109   $(INCDIR)/dis-asm.h \
2110   $(INCDIR)/elf/common.h \
2111   $(INCDIR)/elf/external.h \
2112   $(INCDIR)/elf/internal.h \
2113   $(INCDIR)/elf/reloc-macros.h \
2114   $(INCDIR)/elf/score.h \
2115   $(INCDIR)/symcat.h \
2116   config.h \
2117   opintl.h \
2118   sysdep.h
2119 score7-dis.lo: \
2120   score7-dis.c \
2121   $(BFDDIR)/elf-bfd.h \
2122   $(BFD_H) \
2123   $(INCDIR)/ansidecl.h \
2124   $(INCDIR)/bfdlink.h \
2125   $(INCDIR)/dis-asm.h \
2126   $(INCDIR)/elf/common.h \
2127   $(INCDIR)/elf/external.h \
2128   $(INCDIR)/elf/internal.h \
2129   $(INCDIR)/elf/reloc-macros.h \
2130   $(INCDIR)/elf/score.h \
2131   $(INCDIR)/symcat.h \
2132   config.h \
2133   opintl.h \
2134   sysdep.h
2135 sh-dis.lo: \
2136   sh-dis.c \
2137   $(BFD_H) \
2138   $(INCDIR)/ansidecl.h \
2139   $(INCDIR)/dis-asm.h \
2140   $(INCDIR)/symcat.h \
2141   config.h \
2142   sh-opc.h \
2143   sysdep.h
2144 sh64-dis.lo: \
2145   sh64-dis.c \
2146   $(BFDDIR)/elf-bfd.h \
2147   $(BFDDIR)/elf32-sh64.h \
2148   $(BFD_H) \
2149   $(INCDIR)/ansidecl.h \
2150   $(INCDIR)/bfdlink.h \
2151   $(INCDIR)/dis-asm.h \
2152   $(INCDIR)/elf/common.h \
2153   $(INCDIR)/elf/external.h \
2154   $(INCDIR)/elf/internal.h \
2155   $(INCDIR)/elf/reloc-macros.h \
2156   $(INCDIR)/elf/sh.h \
2157   $(INCDIR)/libiberty.h \
2158   $(INCDIR)/symcat.h \
2159   config.h \
2160   sh64-opc.h \
2161   sysdep.h
2162 sh64-opc.lo: \
2163   sh64-opc.c \
2164   sh64-opc.h
2165 sparc-dis.lo: \
2166   sparc-dis.c \
2167   $(BFD_H) \
2168   $(INCDIR)/ansidecl.h \
2169   $(INCDIR)/dis-asm.h \
2170   $(INCDIR)/libiberty.h \
2171   $(INCDIR)/opcode/sparc.h \
2172   $(INCDIR)/symcat.h \
2173   config.h \
2174   opintl.h \
2175   sysdep.h
2176 sparc-opc.lo: \
2177   sparc-opc.c \
2178   $(INCDIR)/ansidecl.h \
2179   $(INCDIR)/opcode/sparc.h \
2180   config.h \
2181   sysdep.h
2182 spu-dis.lo: \
2183   spu-dis.c \
2184   $(BFD_H) \
2185   $(INCDIR)/ansidecl.h \
2186   $(INCDIR)/dis-asm.h \
2187   $(INCDIR)/opcode/spu-insns.h \
2188   $(INCDIR)/opcode/spu.h \
2189   $(INCDIR)/symcat.h \
2190   config.h \
2191   sysdep.h
2192 spu-opc.lo: \
2193   spu-opc.c \
2194   $(INCDIR)/opcode/spu-insns.h \
2195   $(INCDIR)/opcode/spu.h
2196 tic30-dis.lo: \
2197   tic30-dis.c \
2198   $(BFD_H) \
2199   $(INCDIR)/ansidecl.h \
2200   $(INCDIR)/dis-asm.h \
2201   $(INCDIR)/opcode/tic30.h \
2202   $(INCDIR)/symcat.h \
2203   config.h \
2204   sysdep.h
2205 tic4x-dis.lo: \
2206   tic4x-dis.c \
2207   $(BFD_H) \
2208   $(INCDIR)/ansidecl.h \
2209   $(INCDIR)/dis-asm.h \
2210   $(INCDIR)/libiberty.h \
2211   $(INCDIR)/opcode/tic4x.h \
2212   $(INCDIR)/symcat.h
2213 tic54x-dis.lo: \
2214   tic54x-dis.c \
2215   $(BFD_H) \
2216   $(INCDIR)/ansidecl.h \
2217   $(INCDIR)/coff/ti.h \
2218   $(INCDIR)/coff/tic54x.h \
2219   $(INCDIR)/dis-asm.h \
2220   $(INCDIR)/opcode/tic54x.h \
2221   $(INCDIR)/symcat.h \
2222   config.h \
2223   sysdep.h
2224 tic54x-opc.lo: \
2225   tic54x-opc.c \
2226   $(BFD_H) \
2227   $(INCDIR)/ansidecl.h \
2228   $(INCDIR)/dis-asm.h \
2229   $(INCDIR)/opcode/tic54x.h \
2230   $(INCDIR)/symcat.h \
2231   config.h \
2232   sysdep.h
2233 tic80-dis.lo: \
2234   tic80-dis.c \
2235   $(BFD_H) \
2236   $(INCDIR)/ansidecl.h \
2237   $(INCDIR)/dis-asm.h \
2238   $(INCDIR)/opcode/tic80.h \
2239   $(INCDIR)/symcat.h \
2240   config.h \
2241   sysdep.h
2242 tic80-opc.lo: \
2243   tic80-opc.c \
2244   $(INCDIR)/ansidecl.h \
2245   $(INCDIR)/opcode/tic80.h \
2246   config.h \
2247   sysdep.h
2248 v850-dis.lo: \
2249   v850-dis.c \
2250   $(BFD_H) \
2251   $(INCDIR)/ansidecl.h \
2252   $(INCDIR)/dis-asm.h \
2253   $(INCDIR)/opcode/v850.h \
2254   $(INCDIR)/symcat.h \
2255   config.h \
2256   opintl.h \
2257   sysdep.h
2258 v850-opc.lo: \
2259   v850-opc.c \
2260   $(INCDIR)/ansidecl.h \
2261   $(INCDIR)/opcode/v850.h \
2262   config.h \
2263   opintl.h \
2264   sysdep.h
2265 vax-dis.lo: \
2266   vax-dis.c \
2267   $(BFD_H) \
2268   $(INCDIR)/ansidecl.h \
2269   $(INCDIR)/dis-asm.h \
2270   $(INCDIR)/opcode/vax.h \
2271   $(INCDIR)/symcat.h \
2272   config.h \
2273   sysdep.h
2274 w65-dis.lo: \
2275   w65-dis.c \
2276   $(BFD_H) \
2277   $(INCDIR)/ansidecl.h \
2278   $(INCDIR)/dis-asm.h \
2279   $(INCDIR)/symcat.h \
2280   config.h \
2281   sysdep.h \
2282   w65-opc.h
2283 xc16x-asm.lo: \
2284   xc16x-asm.c \
2285   $(BFD_H) \
2286   $(INCDIR)/ansidecl.h \
2287   $(INCDIR)/libiberty.h \
2288   $(INCDIR)/opcode/cgen-bitset.h \
2289   $(INCDIR)/opcode/cgen.h \
2290   $(INCDIR)/safe-ctype.h \
2291   $(INCDIR)/symcat.h \
2292   $(INCDIR)/xregex.h \
2293   $(INCDIR)/xregex2.h \
2294   config.h \
2295   opintl.h \
2296   sysdep.h \
2297   xc16x-desc.h \
2298   xc16x-opc.h
2299 xc16x-desc.lo: \
2300   xc16x-desc.c \
2301   $(BFD_H) \
2302   $(INCDIR)/ansidecl.h \
2303   $(INCDIR)/libiberty.h \
2304   $(INCDIR)/opcode/cgen-bitset.h \
2305   $(INCDIR)/opcode/cgen.h \
2306   $(INCDIR)/symcat.h \
2307   $(INCDIR)/xregex.h \
2308   $(INCDIR)/xregex2.h \
2309   config.h \
2310   opintl.h \
2311   sysdep.h \
2312   xc16x-desc.h \
2313   xc16x-opc.h
2314 xc16x-dis.lo: \
2315   xc16x-dis.c \
2316   $(BFD_H) \
2317   $(INCDIR)/ansidecl.h \
2318   $(INCDIR)/dis-asm.h \
2319   $(INCDIR)/libiberty.h \
2320   $(INCDIR)/opcode/cgen-bitset.h \
2321   $(INCDIR)/opcode/cgen.h \
2322   $(INCDIR)/symcat.h \
2323   config.h \
2324   opintl.h \
2325   sysdep.h \
2326   xc16x-desc.h \
2327   xc16x-opc.h
2328 xc16x-ibld.lo: \
2329   xc16x-ibld.c \
2330   $(BFD_H) \
2331   $(INCDIR)/ansidecl.h \
2332   $(INCDIR)/dis-asm.h \
2333   $(INCDIR)/opcode/cgen-bitset.h \
2334   $(INCDIR)/opcode/cgen.h \
2335   $(INCDIR)/safe-ctype.h \
2336   $(INCDIR)/symcat.h \
2337   config.h \
2338   opintl.h \
2339   sysdep.h \
2340   xc16x-desc.h \
2341   xc16x-opc.h
2342 xc16x-opc.lo: \
2343   xc16x-opc.c \
2344   $(BFD_H) \
2345   $(INCDIR)/ansidecl.h \
2346   $(INCDIR)/libiberty.h \
2347   $(INCDIR)/opcode/cgen-bitset.h \
2348   $(INCDIR)/opcode/cgen.h \
2349   $(INCDIR)/symcat.h \
2350   config.h \
2351   sysdep.h \
2352   xc16x-desc.h \
2353   xc16x-opc.h
2354 xstormy16-asm.lo: \
2355   xstormy16-asm.c \
2356   $(BFD_H) \
2357   $(INCDIR)/ansidecl.h \
2358   $(INCDIR)/libiberty.h \
2359   $(INCDIR)/opcode/cgen-bitset.h \
2360   $(INCDIR)/opcode/cgen.h \
2361   $(INCDIR)/safe-ctype.h \
2362   $(INCDIR)/symcat.h \
2363   $(INCDIR)/xregex.h \
2364   $(INCDIR)/xregex2.h \
2365   config.h \
2366   opintl.h \
2367   sysdep.h \
2368   xstormy16-desc.h \
2369   xstormy16-opc.h
2370 xstormy16-desc.lo: \
2371   xstormy16-desc.c \
2372   $(BFD_H) \
2373   $(INCDIR)/ansidecl.h \
2374   $(INCDIR)/libiberty.h \
2375   $(INCDIR)/opcode/cgen-bitset.h \
2376   $(INCDIR)/opcode/cgen.h \
2377   $(INCDIR)/symcat.h \
2378   $(INCDIR)/xregex.h \
2379   $(INCDIR)/xregex2.h \
2380   config.h \
2381   opintl.h \
2382   sysdep.h \
2383   xstormy16-desc.h \
2384   xstormy16-opc.h
2385 xstormy16-dis.lo: \
2386   xstormy16-dis.c \
2387   $(BFD_H) \
2388   $(INCDIR)/ansidecl.h \
2389   $(INCDIR)/dis-asm.h \
2390   $(INCDIR)/libiberty.h \
2391   $(INCDIR)/opcode/cgen-bitset.h \
2392   $(INCDIR)/opcode/cgen.h \
2393   $(INCDIR)/symcat.h \
2394   config.h \
2395   opintl.h \
2396   sysdep.h \
2397   xstormy16-desc.h \
2398   xstormy16-opc.h
2399 xstormy16-ibld.lo: \
2400   xstormy16-ibld.c \
2401   $(BFD_H) \
2402   $(INCDIR)/ansidecl.h \
2403   $(INCDIR)/dis-asm.h \
2404   $(INCDIR)/opcode/cgen-bitset.h \
2405   $(INCDIR)/opcode/cgen.h \
2406   $(INCDIR)/safe-ctype.h \
2407   $(INCDIR)/symcat.h \
2408   config.h \
2409   opintl.h \
2410   sysdep.h \
2411   xstormy16-desc.h \
2412   xstormy16-opc.h
2413 xstormy16-opc.lo: \
2414   xstormy16-opc.c \
2415   $(BFD_H) \
2416   $(INCDIR)/ansidecl.h \
2417   $(INCDIR)/libiberty.h \
2418   $(INCDIR)/opcode/cgen-bitset.h \
2419   $(INCDIR)/opcode/cgen.h \
2420   $(INCDIR)/symcat.h \
2421   config.h \
2422   sysdep.h \
2423   xstormy16-desc.h \
2424   xstormy16-opc.h
2425 xtensa-dis.lo: \
2426   xtensa-dis.c \
2427   $(BFD_H) \
2428   $(INCDIR)/ansidecl.h \
2429   $(INCDIR)/dis-asm.h \
2430   $(INCDIR)/libiberty.h \
2431   $(INCDIR)/symcat.h \
2432   $(INCDIR)/xtensa-isa.h \
2433   config.h \
2434   sysdep.h
2435 z80-dis.lo: \
2436   z80-dis.c \
2437   $(BFD_H) \
2438   $(INCDIR)/ansidecl.h \
2439   $(INCDIR)/dis-asm.h \
2440   $(INCDIR)/symcat.h \
2441   config.h \
2442   sysdep.h
2443 z8k-dis.lo: \
2444   z8k-dis.c \
2445   $(BFD_H) \
2446   $(INCDIR)/ansidecl.h \
2447   $(INCDIR)/dis-asm.h \
2448   $(INCDIR)/symcat.h \
2449   config.h \
2450   sysdep.h \
2451   z8k-opc.h
2452 z8kgen.lo: \
2453   z8kgen.c \
2454   $(INCDIR)/ansidecl.h \
2455   $(INCDIR)/libiberty.h \
2456   config.h \
2457   sysdep.h
2458 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY