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