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