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