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