2001-11-30 H.J. Lu <hjl@gnu.org>
[binutils.git] / opcodes / Makefile.am
blobe42c41ddd01ff440dc3922bd9e0ae2752be8b1fb
1 ## Process this file with automake to generate Makefile.in
3 AUTOMAKE_OPTIONS = cygnus
5 SUBDIRS = po
7 INCDIR = $(srcdir)/../include
8 BFDDIR = $(srcdir)/../bfd
9 MKDEP = gcc -MM
11 WARN_CFLAGS = @WARN_CFLAGS@
12 AM_CFLAGS = $(WARN_CFLAGS)
14 lib_LTLIBRARIES = libopcodes.la
16 # This is where bfd.h lives.
17 BFD_H = ../bfd/bfd.h
19 # This is where libiberty lives.
20 LIBIBERTY = ../libiberty/libiberty.a
22 # Header files.
23 HFILES = \
24         arm-opc.h \
25         fr30-desc.h fr30-opc.h \
26         h8500-opc.h \
27         m32r-desc.h m32r-opc.h \
28         mcore-opc.h \
29         openrisc-desc.h openrisc-opc.h \
30         sh-opc.h \
31         sysdep.h \
32         ia64-asmtab.h \
33         ia64-opc.h \
34         w65-opc.h \
35         z8k-opc.h
37 # C source files that correspond to .o's.
38 CFILES = \
39         a29k-dis.c \
40         alpha-dis.c \
41         alpha-opc.c \
42         arc-dis.c \
43         arc-opc.c \
44         arc-ext.c \
45         arm-dis.c \
46         avr-dis.c \
47         cgen-asm.c \
48         cgen-dis.c \
49         cgen-opc.c \
50         cris-dis.c \
51         cris-opc.c \
52         d10v-dis.c \
53         d10v-opc.c \
54         d30v-dis.c \
55         d30v-opc.c \
56         dis-buf.c \
57         disassemble.c \
58         fr30-asm.c \
59         fr30-desc.c \
60         fr30-dis.c \
61         fr30-ibld.c \
62         fr30-opc.c \
63         h8300-dis.c \
64         h8500-dis.c \
65         hppa-dis.c \
66         i370-dis.c \
67         i370-opc.c \
68         i386-dis.c \
69         i860-dis.c \
70         i960-dis.c \
71         ia64-dis.c \
72         ia64-opc-a.c \
73         ia64-opc-b.c \
74         ia64-opc-f.c \
75         ia64-opc-i.c \
76         ia64-opc-m.c \
77         ia64-opc-d.c \
78         ia64-opc.c \
79         ia64-gen.c \
80         ia64-asmtab.c \
81         m32r-asm.c \
82         m32r-desc.c \
83         m32r-dis.c \
84         m32r-ibld.c \
85         m32r-opc.c \
86         m32r-opinst.c \
87         m68hc11-dis.c \
88         m68hc11-opc.c \
89         m68k-dis.c \
90         m68k-opc.c \
91         m88k-dis.c \
92         mcore-dis.c \
93         mips-dis.c \
94         mips-opc.c \
95         mips16-opc.c \
96         m10200-dis.c \
97         m10200-opc.c \
98         m10300-dis.c \
99         m10300-opc.c \
100         mmix-dis.c \
101         mmix-opc.c \
102         ns32k-dis.c \
103         openrisc-asm.c \
104         openrisc-desc.c \
105         openrisc-dis.c \
106         openrisc-ibld.c \
107         openrisc-opc.c \
108         pdp11-dis.c \
109         pdp11-opc.c \
110         pj-dis.c \
111         pj-opc.c \
112         ppc-dis.c \
113         ppc-opc.c \
114         s390-mkopc.c \
115         s390-opc.c \
116         s390-dis.c \
117         sh-dis.c \
118         sparc-dis.c \
119         sparc-opc.c \
120         tic30-dis.c \
121         tic54x-dis.c \
122         tic54x-opc.c \
123         tic80-dis.c \
124         tic80-opc.c \
125         v850-dis.c \
126         v850-opc.c \
127         vax-dis.c \
128         w65-dis.c \
129         z8k-dis.c \
130         z8kgen.c
132 ALL_MACHINES = \
133         a29k-dis.lo \
134         alpha-dis.lo \
135         alpha-opc.lo \
136         arc-dis.lo \
137         arc-opc.lo \
138         arc-ext.lo \
139         arm-dis.lo \
140         avr-dis.lo \
141         cgen-asm.lo \
142         cgen-dis.lo \
143         cgen-opc.lo \
144         cris-dis.lo \
145         cris-opc.lo \
146         d10v-dis.lo \
147         d10v-opc.lo \
148         d30v-dis.lo \
149         d30v-opc.lo \
150         fr30-asm.lo \
151         fr30-desc.lo \
152         fr30-dis.lo \
153         fr30-ibld.lo \
154         fr30-opc.lo \
155         h8300-dis.lo \
156         h8500-dis.lo \
157         hppa-dis.lo \
158         i386-dis.lo \
159         i370-dis.lo \
160         i370-opc.lo \
161         i860-dis.lo \
162         i960-dis.lo \
163         ia64-dis.lo \
164         ia64-opc.lo \
165         m32r-asm.lo \
166         m32r-desc.lo \
167         m32r-dis.lo \
168         m32r-ibld.lo \
169         m32r-opc.lo \
170         m32r-opinst.lo \
171         m68hc11-dis.lo \
172         m68hc11-opc.lo \
173         m68k-dis.lo \
174         m68k-opc.lo \
175         m88k-dis.lo \
176         m10200-dis.lo \
177         m10200-opc.lo \
178         m10300-dis.lo \
179         m10300-opc.lo \
180         mcore-dis.lo \
181         mips-dis.lo \
182         mips-opc.lo \
183         mips16-opc.lo \
184         mmix-dis.lo \
185         mmix-opc.lo \
186         ns32k-dis.lo \
187         openrisc-asm.lo \
188         openrisc-desc.lo \
189         openrisc-dis.lo \
190         openrisc-ibld.lo \
191         openrisc-opc.lo \
192         pdp11-dis.lo \
193         pdp11-opc.lo \
194         pj-dis.lo \
195         pj-opc.lo \
196         ppc-dis.lo \
197         ppc-opc.lo \
198         s390-dis.lo \
199         s390-opc.lo \
200         sh-dis.lo \
201         sparc-dis.lo \
202         sparc-opc.lo \
203         tic30-dis.lo \
204         tic54x-dis.lo \
205         tic54x-opc.lo \
206         tic80-dis.lo \
207         tic80-opc.lo \
208         v850-dis.lo \
209         v850-opc.lo \
210         vax-dis.lo \
211         w65-dis.lo \
212         z8k-dis.lo
214 OFILES = @BFD_MACHINES@
216 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl
218 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
219         $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
221 libopcodes_la_SOURCES =  dis-buf.c disassemble.c
222 libopcodes_la_DEPENDENCIES = $(OFILES)
223 libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
224 libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
226 # libtool will build .libs/libopcodes.a.  We create libopcodes.a in
227 # the build directory so that we don't have to convert all the
228 # programs that use libopcodes.a simultaneously.  This is a hack which
229 # should be removed if everything else starts using libtool.  FIXME.
231 noinst_LIBRARIES = libopcodes.a
233 stamp-lib: libopcodes.la
234         libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
235         if [ -f $$libtooldir/libopcodes.a ]; then \
236           cp $$libtooldir/libopcodes.a libopcodes.tmp; \
237           $(RANLIB) libopcodes.tmp; \
238           $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
239         else true; fi
240         touch stamp-lib
242 libopcodes.a: stamp-lib ; @true
244 POTFILES = $(HFILES) $(CFILES)
245 po/POTFILES.in: @MAINT@ Makefile
246         for file in $(POTFILES); do echo $$file; done | sort > tmp \
247           && mv tmp $(srcdir)/po/POTFILES.in
249 # We should reconfigure whenever bfd/configure.in changes, because
250 # that's where the version number comes from.
251 config.status: $(srcdir)/configure $(srcdir)/../bfd/configure.in
252         $(SHELL) ./config.status --recheck
254 CLEANFILES = \
255         stamp-m32r stamp-fr30 stamp-openrisc \
256         libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
259 CGENDIR = @cgendir@
260 CPUDIR = $(CGENDIR)/cpu
261 CGEN = `if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi`
262 CGENFLAGS = -v
264 CGENDEPS = ../cgen/stamp-cgen \
265         $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
266         $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
267         $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
268         $(CGENDIR)/opc-opinst.scm \
269         cgen-asm.in cgen-dis.in cgen-ibld.in
271 if CGEN_MAINT
272 M32R_DEPS = stamp-m32r
273 FR30_DEPS = stamp-fr30
274 OPENRISC_DEPS = stamp-openrisc
275 else
276 M32R_DEPS =
277 FR30_DEPS =
278 OPENRISC_DEPS = 
279 endif
281 run-cgen:
282         $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
283           $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) \
284           "$(options)" $(extrafiles)
285         touch stamp-${prefix}
286 .PHONY: run-cgen
288 # For now, require developers to configure with --enable-cgen-maint.
289 $(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)
290         @true
291 stamp-m32r: $(CGENDEPS) $(CPUDIR)/m32r.cpu $(CPUDIR)/m32r.opc
292         $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst extrafiles=opinst
294 $(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)
295         @true
296 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
297         $(MAKE) run-cgen arch=fr30 prefix=fr30 options= extrafiles=
299 $(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)
300         @true
301 stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
302         $(MAKE) run-cgen arch=openrisc prefix=openrisc options= extrafiles=
304 ia64-gen: ia64-gen.o
305         $(LINK) ia64-gen.o $(LIBIBERTY)
307 ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
308   ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
310 ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
311         here=`pwd`; cd $(srcdir); $$here/ia64-gen > ia64-asmtab.c
313 s390-mkopc: s390-mkopc.c
314         $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
316 s390-opc.tab: s390-mkopc s390-opc.txt
317         ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
319 Makefile: $(BFDDIR)/configure.in
321 # This dependency stuff is copied from BFD.
323 DEP: dep.sed $(CFILES) $(HFILES) config.h
324         rm -f DEP1
325         $(MAKE) MKDEP="$(MKDEP)" DEP1
326         sed -f dep.sed < DEP1 > DEPA
327         echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
328         if grep ' /' DEPA > /dev/null 2> /dev/null; then \
329           echo 'make DEP failed!'; exit 1; \
330         else \
331           mv -f DEPA $@; \
332         fi
334 DEP1: $(CFILES)
335         echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
336         echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
337         $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
338         mv -f DEP2 $@
340 dep.sed: dep-in.sed config.status
341         sed <$(srcdir)/dep-in.sed >dep.sed      \
342                 -e 's!@BFD_H@!$(BFD_H)!'        \
343                 -e 's!@INCDIR@!$(INCDIR)!'      \
344                 -e 's!@BFDDIR@!$(BFDDIR)!'      \
345                 -e 's!@SRCDIR@!$(srcdir)!'
347 dep: DEP
348         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
349         cat DEP >> tmp-Makefile
350         $(srcdir)/../move-if-change tmp-Makefile Makefile
352 dep-in: DEP
353         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
354         cat DEP >> tmp-Makefile.in
355         $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
357 dep-am: DEP
358         sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
359         cat DEP >> tmp-Makefile.am
360         $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
362 .PHONY: dep dep-in dep-am
364 # What appears below is generated by a hacked mkdep using gcc -MM.
366 # DO NOT DELETE THIS LINE -- mkdep uses it.
367 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
368 a29k-dis.lo: a29k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
369   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/a29k.h
370 alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
371   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/alpha.h
372 alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
373   $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/symcat.h \
374   opintl.h
375 arc-dis.lo: arc-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
376   $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h $(BFDDIR)/elf-bfd.h \
377   $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
378   $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
379   opintl.h arc-dis.h arc-ext.h
380 arc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
381   $(INCDIR)/opcode/arc.h
382 arc-ext.lo: arc-ext.c sysdep.h config.h $(INCDIR)/ansidecl.h \
383   $(BFD_H) $(INCDIR)/symcat.h arc-ext.h $(INCDIR)/libiberty.h
384 arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
385   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h arm-opc.h \
386   $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
387   opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
388   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/arm.h \
389   $(INCDIR)/elf/reloc-macros.h
390 avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
391   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \
392   $(INCDIR)/opcode/avr.h
393 cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
394   $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
395   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h opintl.h
396 cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
397   $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
398 cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
399   $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
400   $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
401 cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
402   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
403   $(INCDIR)/opcode/cris.h $(INCDIR)/libiberty.h
404 cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
405 d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
406   $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) \
407   $(INCDIR)/symcat.h
408 d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
409   $(INCDIR)/opcode/d10v.h
410 d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
411   $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
412   $(INCDIR)/symcat.h opintl.h
413 d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
414   $(INCDIR)/opcode/d30v.h
415 dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
416   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h
417 disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
418   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
419 fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
420   $(INCDIR)/safe-ctype.h $(BFD_H) $(INCDIR)/symcat.h \
421   fr30-desc.h $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h \
422   $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h
423 fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
424   $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
425   fr30-opc.h opintl.h $(INCDIR)/libiberty.h
426 fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
427   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
428   $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h
429 fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
430   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
431   $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h
432 fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
433   $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
434   fr30-opc.h $(INCDIR)/libiberty.h
435 h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
436   $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
437   $(INCDIR)/symcat.h opintl.h
438 h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
439   h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
440   opintl.h
441 hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
442   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(BFDDIR)/libhppa.h \
443   $(INCDIR)/opcode/hppa.h
444 i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
445   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/i370.h
446 i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
447   $(INCDIR)/opcode/i370.h
448 i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
449   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
450   opintl.h
451 i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
452   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
453 i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
454   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
455 ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
456   $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/ia64.h
457 ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h
458 ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h
459 ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h
460 ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h
461 ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h
462 ia64-opc-d.lo: ia64-opc-d.c
463 ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
464   sysdep.h config.h ia64-asmtab.h $(INCDIR)/opcode/ia64.h \
465   ia64-asmtab.c
466 ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
467   $(INCDIR)/safe-ctype.h sysdep.h config.h ia64-opc.h \
468   $(INCDIR)/opcode/ia64.h ia64-opc-a.c ia64-opc-i.c ia64-opc-m.c \
469   ia64-opc-b.c ia64-opc-f.c ia64-opc-x.c ia64-opc-d.c
470 ia64-asmtab.lo: ia64-asmtab.c
471 m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
472   $(INCDIR)/safe-ctype.h $(BFD_H) $(INCDIR)/symcat.h \
473   m32r-desc.h $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h \
474   $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h
475 m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
476   $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
477   m32r-opc.h opintl.h $(INCDIR)/libiberty.h
478 m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
479   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
480   $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h
481 m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
482   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
483   $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h
484 m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
485   $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
486   m32r-opc.h $(INCDIR)/libiberty.h
487 m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
488   $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
489   m32r-opc.h
490 m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
491   $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H) \
492   $(INCDIR)/symcat.h
493 m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
494   $(INCDIR)/opcode/m68hc11.h
495 m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
496   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/floatformat.h \
497   opintl.h $(INCDIR)/opcode/m68k.h
498 m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
499   $(INCDIR)/opcode/m68k.h
500 m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
501   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/m88k.h \
502   opintl.h
503 mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
504   mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
505 mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
506   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/mips.h \
507   opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
508   $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
509   $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
510 mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
511   $(INCDIR)/opcode/mips.h
512 mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
513   $(INCDIR)/opcode/mips.h
514 m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
515   $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
516   $(INCDIR)/symcat.h opintl.h
517 m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
518   $(INCDIR)/opcode/mn10200.h
519 m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
520   $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
521   $(INCDIR)/symcat.h opintl.h
522 m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
523   $(INCDIR)/opcode/mn10300.h
524 mmix-dis.lo: mmix-dis.c $(INCDIR)/opcode/mmix.h $(INCDIR)/dis-asm.h \
525   $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
526   opintl.h
527 mmix-opc.lo: mmix-opc.c $(INCDIR)/opcode/mmix.h $(INCDIR)/symcat.h
528 ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
529   $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/dis-asm.h \
530   $(INCDIR)/opcode/ns32k.h opintl.h
531 openrisc-asm.lo: openrisc-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
532   $(INCDIR)/safe-ctype.h $(BFD_H) $(INCDIR)/symcat.h \
533   openrisc-desc.h $(INCDIR)/opcode/cgen.h openrisc-opc.h \
534   opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h
535 openrisc-desc.lo: openrisc-desc.c sysdep.h config.h \
536   $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
537   $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h $(INCDIR)/libiberty.h
538 openrisc-dis.lo: openrisc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
539   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
540   $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h
541 openrisc-ibld.lo: openrisc-ibld.c sysdep.h config.h \
542   $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
543   openrisc-desc.h $(INCDIR)/opcode/cgen.h openrisc-opc.h \
544   opintl.h
545 openrisc-opc.lo: openrisc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
546   $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
547   openrisc-opc.h $(INCDIR)/libiberty.h
548 pdp11-dis.lo: pdp11-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
549   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/pdp11.h
550 pdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h
551 pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
552   $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H) \
553   $(INCDIR)/symcat.h
554 pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
555   $(INCDIR)/opcode/pj.h
556 ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
557   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/ppc.h
558 ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
559   $(INCDIR)/opcode/ppc.h opintl.h
560 s390-mkopc.lo: s390-mkopc.c
561 s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \
562   s390-opc.tab
563 s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
564   config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
565   $(INCDIR)/opcode/s390.h
566 sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
567   sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
568 sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
569   $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h $(BFD_H) \
570   $(INCDIR)/symcat.h $(INCDIR)/libiberty.h opintl.h
571 sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
572   $(INCDIR)/opcode/sparc.h
573 tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
574   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic30.h
575 tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
576   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h \
577   $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
578 tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
579   $(INCDIR)/opcode/tic54x.h
580 tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
581   $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H) \
582   $(INCDIR)/symcat.h
583 tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
584   $(INCDIR)/opcode/tic80.h
585 v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
586   $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
587   $(INCDIR)/symcat.h opintl.h
588 v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
589   $(INCDIR)/opcode/v850.h opintl.h
590 vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
591   $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) \
592   $(INCDIR)/symcat.h
593 w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
594   w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
595 z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
596   $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h z8k-opc.h
597 z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h
598 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY