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