003-09-03 Dave Brolley <brolley@redhat.com>
[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
81172ff2
AM
14bfdlibdir = @bfdlibdir@
15bfdincludedir = @bfdincludedir@
16
17bfdlib_LTLIBRARIES = libopcodes.la
252b5132
RH
18
19# This is where bfd.h lives.
20BFD_H = ../bfd/bfd.h
21
6c298591
NC
22# This is where libiberty lives.
23LIBIBERTY = ../libiberty/libiberty.a
24
252b5132
RH
25# Header files.
26HFILES = \
27 arm-opc.h \
28 fr30-desc.h fr30-opc.h \
fd3c93d5 29 frv-desc.h frv-opc.h \
252b5132 30 h8500-opc.h \
43079f18
NC
31 ia64-asmtab.h \
32 ia64-opc.h \
a40cbfa3 33 ip2k-desc.h ip2k-opc.h \
47b1a55a 34 iq2000-desc.h iq2000-opc.h \
252b5132
RH
35 m32r-desc.h m32r-opc.h \
36 mcore-opc.h \
87e6d782 37 openrisc-desc.h openrisc-opc.h \
252b5132 38 sh-opc.h \
43079f18 39 sh64-opc.h \
252b5132
RH
40 sysdep.h \
41 w65-opc.h \
93fbbb04 42 xstormy16-desc.h xstormy16-opc.h \
252b5132
RH
43 z8k-opc.h
44
45# C source files that correspond to .o's.
46CFILES = \
47 a29k-dis.c \
48 alpha-dis.c \
49 alpha-opc.c \
71f22174
AS
50 arc-dis.c \
51 arc-opc.c \
0d2bcfaf 52 arc-ext.c \
252b5132 53 arm-dis.c \
832ddf62 54 avr-dis.c \
252b5132
RH
55 cgen-asm.c \
56 cgen-dis.c \
57 cgen-opc.c \
6c95a37f
HPN
58 cris-dis.c \
59 cris-opc.c \
252b5132
RH
60 d10v-dis.c \
61 d10v-opc.c \
62 d30v-dis.c \
63 d30v-opc.c \
d172d4ba 64 dlx-dis.c \
252b5132
RH
65 dis-buf.c \
66 disassemble.c \
67 fr30-asm.c \
68 fr30-desc.c \
69 fr30-dis.c \
70 fr30-ibld.c \
71 fr30-opc.c \
fd3c93d5
DB
72 frv-asm.c \
73 frv-desc.c \
74 frv-dis.c \
75 frv-ibld.c \
76 frv-opc.c \
252b5132
RH
77 h8300-dis.c \
78 h8500-dis.c \
79 hppa-dis.c \
5b93d8bb
AM
80 i370-dis.c \
81 i370-opc.c \
252b5132 82 i386-dis.c \
915ef37f 83 i860-dis.c \
252b5132 84 i960-dis.c \
800eeca4
JW
85 ia64-dis.c \
86 ia64-opc-a.c \
87 ia64-opc-b.c \
88 ia64-opc-f.c \
89 ia64-opc-i.c \
90 ia64-opc-m.c \
91 ia64-opc-d.c \
92 ia64-opc.c \
93 ia64-gen.c \
94 ia64-asmtab.c \
a40cbfa3
NC
95 ip2k-asm.c \
96 ip2k-desc.c \
97 ip2k-dis.c \
98 ip2k-ibld.c \
99 ip2k-opc.c \
47b1a55a
SC
100 iq2000-asm.c \
101 iq2000-desc.c \
102 iq2000-dis.c \
103 iq2000-ibld.c \
104 iq2000-opc.c \
252b5132
RH
105 m32r-asm.c \
106 m32r-desc.c \
107 m32r-dis.c \
108 m32r-ibld.c \
109 m32r-opc.c \
110 m32r-opinst.c \
60bcf0fa
NC
111 m68hc11-dis.c \
112 m68hc11-opc.c \
252b5132
RH
113 m68k-dis.c \
114 m68k-opc.c \
115 m88k-dis.c \
116 mcore-dis.c \
117 mips-dis.c \
118 mips-opc.c \
119 mips16-opc.c \
120 m10200-dis.c \
121 m10200-opc.c \
122 m10300-dis.c \
123 m10300-opc.c \
3c3bdf30
NC
124 mmix-dis.c \
125 mmix-opc.c \
252b5132 126 ns32k-dis.c \
87e6d782
NC
127 openrisc-asm.c \
128 openrisc-desc.c \
129 openrisc-dis.c \
130 openrisc-ibld.c \
131 openrisc-opc.c \
3b16e843
NC
132 or32-dis.c \
133 or32-opc.c \
e135f41b
NC
134 pdp11-dis.c \
135 pdp11-opc.c \
1e608f98
ILT
136 pj-dis.c \
137 pj-opc.c \
252b5132
RH
138 ppc-dis.c \
139 ppc-opc.c \
b6849f55 140 s390-mkopc.c \
a85d7ed0
NC
141 s390-opc.c \
142 s390-dis.c \
252b5132 143 sh-dis.c \
43079f18
NC
144 sh64-dis.c \
145 sh64-opc.c \
252b5132
RH
146 sparc-dis.c \
147 sparc-opc.c \
148 tic30-dis.c \
026df7c5 149 tic4x-dis.c \
5c84d377
TW
150 tic54x-dis.c \
151 tic54x-opc.c \
252b5132
RH
152 tic80-dis.c \
153 tic80-opc.c \
71f22174
AS
154 v850-dis.c \
155 v850-opc.c \
252b5132
RH
156 vax-dis.c \
157 w65-dis.c \
93fbbb04
GK
158 xstormy16-asm.c \
159 xstormy16-desc.c \
160 xstormy16-dis.c \
161 xstormy16-ibld.c \
162 xstormy16-opc.c \
e0001a05 163 xtensa-dis.c \
252b5132
RH
164 z8k-dis.c \
165 z8kgen.c
166
167ALL_MACHINES = \
168 a29k-dis.lo \
169 alpha-dis.lo \
170 alpha-opc.lo \
171 arc-dis.lo \
172 arc-opc.lo \
0d2bcfaf 173 arc-ext.lo \
252b5132 174 arm-dis.lo \
832ddf62 175 avr-dis.lo \
252b5132
RH
176 cgen-asm.lo \
177 cgen-dis.lo \
178 cgen-opc.lo \
6c95a37f
HPN
179 cris-dis.lo \
180 cris-opc.lo \
252b5132
RH
181 d10v-dis.lo \
182 d10v-opc.lo \
183 d30v-dis.lo \
184 d30v-opc.lo \
d172d4ba 185 dlx-dis.lo \
252b5132
RH
186 fr30-asm.lo \
187 fr30-desc.lo \
188 fr30-dis.lo \
189 fr30-ibld.lo \
190 fr30-opc.lo \
fd3c93d5
DB
191 frv-asm.lo \
192 frv-desc.lo \
193 frv-dis.lo \
194 frv-ibld.lo \
195 frv-opc.lo \
252b5132
RH
196 h8300-dis.lo \
197 h8500-dis.lo \
198 hppa-dis.lo \
199 i386-dis.lo \
5b93d8bb
AM
200 i370-dis.lo \
201 i370-opc.lo \
915ef37f 202 i860-dis.lo \
252b5132 203 i960-dis.lo \
800eeca4
JW
204 ia64-dis.lo \
205 ia64-opc.lo \
a40cbfa3
NC
206 ip2k-asm.lo \
207 ip2k-desc.lo \
208 ip2k-dis.lo \
209 ip2k-ibld.lo \
210 ip2k-opc.lo \
47b1a55a
SC
211 iq2000-asm.lo \
212 iq2000-desc.lo \
213 iq2000-dis.lo \
214 iq2000-ibld.lo \
215 iq2000-opc.lo \
252b5132
RH
216 m32r-asm.lo \
217 m32r-desc.lo \
218 m32r-dis.lo \
219 m32r-ibld.lo \
220 m32r-opc.lo \
221 m32r-opinst.lo \
60bcf0fa
NC
222 m68hc11-dis.lo \
223 m68hc11-opc.lo \
252b5132
RH
224 m68k-dis.lo \
225 m68k-opc.lo \
226 m88k-dis.lo \
227 m10200-dis.lo \
228 m10200-opc.lo \
229 m10300-dis.lo \
230 m10300-opc.lo \
231 mcore-dis.lo \
232 mips-dis.lo \
233 mips-opc.lo \
234 mips16-opc.lo \
3c3bdf30
NC
235 mmix-dis.lo \
236 mmix-opc.lo \
40065372 237 msp430-dis.lo \
e135f41b 238 ns32k-dis.lo \
87e6d782
NC
239 openrisc-asm.lo \
240 openrisc-desc.lo \
241 openrisc-dis.lo \
242 openrisc-ibld.lo \
243 openrisc-opc.lo \
3b16e843
NC
244 or32-dis.lo \
245 or32-opc.lo \
e135f41b
NC
246 pdp11-dis.lo \
247 pdp11-opc.lo \
1e608f98
ILT
248 pj-dis.lo \
249 pj-opc.lo \
252b5132
RH
250 ppc-dis.lo \
251 ppc-opc.lo \
a85d7ed0
NC
252 s390-dis.lo \
253 s390-opc.lo \
252b5132 254 sh-dis.lo \
43079f18
NC
255 sh64-dis.lo \
256 sh64-opc.lo \
252b5132
RH
257 sparc-dis.lo \
258 sparc-opc.lo \
259 tic30-dis.lo \
026df7c5 260 tic4x-dis.lo \
5c84d377
TW
261 tic54x-dis.lo \
262 tic54x-opc.lo \
252b5132
RH
263 tic80-dis.lo \
264 tic80-opc.lo \
265 v850-dis.lo \
266 v850-opc.lo \
267 vax-dis.lo \
268 w65-dis.lo \
93fbbb04
GK
269 xstormy16-asm.lo \
270 xstormy16-desc.lo \
271 xstormy16-dis.lo \
272 xstormy16-ibld.lo \
273 xstormy16-opc.lo \
e0001a05 274 xtensa-dis.lo \
252b5132
RH
275 z8k-dis.lo
276
277OFILES = @BFD_MACHINES@
278
279INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl
280
281disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
282 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
283
284libopcodes_la_SOURCES = dis-buf.c disassemble.c
dd4b5cc0
AJ
285libopcodes_la_DEPENDENCIES = $(OFILES) ../bfd/libbfd.la
286libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@ ../bfd/libbfd.la
252b5132
RH
287libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
288
289# libtool will build .libs/libopcodes.a. We create libopcodes.a in
290# the build directory so that we don't have to convert all the
291# programs that use libopcodes.a simultaneously. This is a hack which
292# should be removed if everything else starts using libtool. FIXME.
293
294noinst_LIBRARIES = libopcodes.a
295
296stamp-lib: libopcodes.la
e56f75e9
ILT
297 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
298 if [ -f $$libtooldir/libopcodes.a ]; then \
299 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
847ee773 300 $(RANLIB) libopcodes.tmp; \
252b5132
RH
301 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
302 else true; fi
303 touch stamp-lib
304
305libopcodes.a: stamp-lib ; @true
306
307POTFILES = $(HFILES) $(CFILES)
308po/POTFILES.in: @MAINT@ Makefile
f8607389 309 for f in $(POTFILES); do echo $$f; done | LC_COLLATE= sort > tmp \
252b5132
RH
310 && mv tmp $(srcdir)/po/POTFILES.in
311
312# We should reconfigure whenever bfd/configure.in changes, because
313# that's where the version number comes from.
314config.status: $(srcdir)/configure $(srcdir)/../bfd/configure.in
315 $(SHELL) ./config.status --recheck
316
81172ff2 317install-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@install_libopcodes
263de010 318 @$(NORMAL_INSTALL)
81172ff2
AM
319
320uninstall-bfdlibLTLIBRARIES: @INSTALL_LIBBFD_TRUE@uninstall_libopcodes
321 @$(NORMAL_UNINSTALL)
322
323.PHONY: install_libopcodes uninstall_libopcodes
324install_libopcodes: $(bfdlib_LTLIBRARIES)
325 $(mkinstalldirs) $(DESTDIR)$(bfdlibdir)
326 $(mkinstalldirs) $(DESTDIR)$(bfdincludedir)
327 @list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
328 if test -f $$p; then \
329 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
330 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
331 else :; fi; \
332 done
333 $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(bfdincludedir)/dis-asm.h
334
335uninstall_libopcodes:
336 list='$(bfdlib_LTLIBRARIES)'; for p in $$list; do \
337 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
338 done
339 rm -f $(DESTDIR)$(bfdincludedir)/dis-asm.h
263de010 340
252b5132 341CLEANFILES = \
a40cbfa3 342 stamp-ip2k stamp-m32r stamp-fr30 stamp-frv stamp-openrisc \
47b1a55a 343 stamp-iq2000 stamp-xstormy16 \
0bdaf48b 344 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
252b5132
RH
345
346
6e31aea3 347CGENDIR = @cgendir@
4a3264e6 348CPUDIR = $(CGENDIR)/cpu
6e31aea3
BE
349CGEN = `if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi`
350CGENFLAGS = -v
351
bc98a631 352CGENDEPS = \
6e31aea3
BE
353 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
354 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
355 $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
356 $(CGENDIR)/opc-opinst.scm \
357 cgen-asm.in cgen-dis.in cgen-ibld.in
358
4714fbc0
DE
359CGEN_CPUS = fr30 frv ip2k m32r openrisc xstormy16
360
6e31aea3 361if CGEN_MAINT
a40cbfa3 362IP2K_DEPS = stamp-ip2k
6e31aea3
BE
363M32R_DEPS = stamp-m32r
364FR30_DEPS = stamp-fr30
fd3c93d5 365FRV_DEPS = stamp-frv
87e6d782 366OPENRISC_DEPS = stamp-openrisc
47b1a55a 367IQ2000_DEPS = stamp-iq2000
93fbbb04 368XSTORMY16_DEPS = stamp-xstormy16
6e31aea3 369else
a40cbfa3 370IP2K_DEPS =
6e31aea3
BE
371M32R_DEPS =
372FR30_DEPS =
fd3c93d5 373FRV_DEPS =
87e6d782 374OPENRISC_DEPS =
47b1a55a 375IQ2000_DEPS =
93fbbb04 376XSTORMY16_DEPS =
6e31aea3
BE
377endif
378
379run-cgen:
380 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
381 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) \
382 "$(options)" $(extrafiles)
383 touch stamp-${prefix}
384.PHONY: run-cgen
385
4714fbc0
DE
386# Maintainer utility rule to regenerate all cgen files.
387run-cgen-all:
388 for c in $(CGEN_CPUS) ; \
389 do \
390 $(MAKE) stamp-$$c || exit 1 ; \
391 done
392.PHONY: run-cgen-all
393
6e31aea3 394# For now, require developers to configure with --enable-cgen-maint.
a40cbfa3
NC
395$(srcdir)/ip2k-desc.h $(srcdir)/ip2k-desc.c $(srcdir)/ip2k-opc.h $(srcdir)/ip2k-opc.c $(srcdir)/ip2k-ibld.c $(srcdir)/ip2k-asm.c $(srcdir)/ip2k-dis.c: $(IP2K_DEPS)
396 @true
397stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
398 $(MAKE) run-cgen arch=ip2k prefix=ip2k options= extrafiles=
399
6e31aea3 400$(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 401 @true
4a3264e6 402stamp-m32r: $(CGENDEPS) $(CPUDIR)/m32r.cpu $(CPUDIR)/m32r.opc
6e31aea3
BE
403 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst extrafiles=opinst
404
405$(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)
406 @true
4a3264e6 407stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
6e31aea3
BE
408 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= extrafiles=
409
fd3c93d5
DB
410$(srcdir)/frv-desc.h $(srcdir)/frv-desc.c $(srcdir)/frv-opc.h $(srcdir)/frv-opc.c $(srcdir)/frv-ibld.c $(srcdir)/frv-asm.c $(srcdir)/frv-dis.c: $(FRV_DEPS)
411 @true
5272d201
DB
412# .cpu and .opc files for frv are kept in a different directory, but cgen has no switch to specify that location, so
413# copy those file to the regular place.
414stamp-frv: $(CGENDEPS) $(srcdir)/../cpu/frv.cpu $(srcdir)/../cpu/frv.opc
415 cp -fp $(srcdir)/../cpu/frv.cpu $(CPUDIR)/frv.cpu
416 cp -fp $(srcdir)/../cpu/frv.opc $(CPUDIR)/frv.opc
fd3c93d5 417 $(MAKE) run-cgen arch=frv prefix=frv options= extrafiles=
5272d201
DB
418 rm -f $(CPUDIR)/frv.cpu
419 rm -f $(CPUDIR)/frv.opc
fd3c93d5 420
87e6d782
NC
421$(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)
422 @true
4a3264e6 423stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
87e6d782
NC
424 $(MAKE) run-cgen arch=openrisc prefix=openrisc options= extrafiles=
425
47b1a55a
SC
426$(srcdir)/iq2000-desc.h $(srcdir)/iq2000-desc.c $(srcdir)/iq2000-opc.h $(srcdir)/iq2000-opc.c $(srcdir)/iq2000-ibld.c $(srcdir)/iq2000-asm.c $(srcdir)/iq2000-dis.c: $(IQ2000_DEPS)
427 @true
428stamp-iq2000: $(CGENDEPS) $(CPUDIR)/iq2000.cpu $(CPUDIR)/iq2000.opc \
429 $(CPUDIR)/iq2000m.cpu $(CPUDIR)/iq10.cpu
430 $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= extrafiles=
431
93fbbb04
GK
432$(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)
433 @true
434stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
435 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= extrafiles=
436
800eeca4
JW
437ia64-gen: ia64-gen.o
438 $(LINK) ia64-gen.o $(LIBIBERTY)
439
440ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
441 ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
442
443ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
bde78a07 444 ./ia64-gen --srcdir $(srcdir) > $(srcdir)/ia64-asmtab.c
252b5132 445
b6849f55
NC
446s390-mkopc: s390-mkopc.c
447 $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
448
449s390-opc.tab: s390-mkopc s390-opc.txt
450 ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
451
19f33eee
AM
452sh-dis.lo: sh-dis.c
453 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $<
454
7997656a
AM
455Makefile: $(BFDDIR)/configure.in
456
252b5132
RH
457# This dependency stuff is copied from BFD.
458
73c418f4
ILT
459DEP: dep.sed $(CFILES) $(HFILES) config.h
460 rm -f DEP1
41b49281 461 $(MAKE) MKDEP="$(MKDEP)" DEP1
0bdaf48b
AM
462 sed -f dep.sed < DEP1 > DEPA
463 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
464 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
1581f8c9
AM
465 echo 'make DEP failed!'; exit 1; \
466 else \
0bdaf48b 467 mv -f DEPA $@; \
1581f8c9 468 fi
252b5132 469
73c418f4 470DEP1: $(CFILES)
73c418f4 471 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
41b49281
AM
472 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
473 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
474 mv -f DEP2 $@
252b5132
RH
475
476dep.sed: dep-in.sed config.status
477 sed <$(srcdir)/dep-in.sed >dep.sed \
478 -e 's!@BFD_H@!$(BFD_H)!' \
479 -e 's!@INCDIR@!$(INCDIR)!' \
480 -e 's!@BFDDIR@!$(BFDDIR)!' \
82674a1f
AM
481 -e 's!@SRCDIR@!$(srcdir)!' \
482 -e 's!@TOPDIR@!'`echo $(srcdir) | sed -e s,/opcodes$$,,`'!'
252b5132 483
73c418f4 484dep: DEP
252b5132 485 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
73c418f4 486 cat DEP >> tmp-Makefile
252b5132
RH
487 $(srcdir)/../move-if-change tmp-Makefile Makefile
488
73c418f4 489dep-in: DEP
252b5132 490 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
73c418f4 491 cat DEP >> tmp-Makefile.in
252b5132
RH
492 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
493
73c418f4 494dep-am: DEP
252b5132 495 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
73c418f4 496 cat DEP >> tmp-Makefile.am
252b5132
RH
497 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
498
499.PHONY: dep dep-in dep-am
500
501# What appears below is generated by a hacked mkdep using gcc -MM.
502
503# DO NOT DELETE THIS LINE -- mkdep uses it.
504# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
0d8dfecf 505a29k-dis.lo: a29k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 506 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/a29k.h
0d8dfecf 507alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 508 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/alpha.h
0d8dfecf 509alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
510 $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/symcat.h \
511 opintl.h
82674a1f
AM
512arc-dis.lo: arc-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
513 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h \
514 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
515 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h \
516 $(INCDIR)/elf/reloc-macros.h opintl.h arc-dis.h arc-ext.h
8737c3ea 517arc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
2d2550d6 518 $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h
8737c3ea 519arc-ext.lo: arc-ext.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 520 $(BFD_H) $(INCDIR)/symcat.h arc-ext.h $(INCDIR)/libiberty.h
0d8dfecf 521arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
522 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h arm-opc.h \
523 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
f8607389
AM
524 opintl.h $(INCDIR)/safe-ctype.h $(BFDDIR)/elf-bfd.h \
525 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
526 $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h
0d8dfecf 527avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 528 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \
f62ba8f2 529 $(INCDIR)/libiberty.h $(INCDIR)/opcode/avr.h
0d8dfecf 530cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
8737c3ea
HPN
531 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
532 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h opintl.h
0d8dfecf
AM
533cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
534 $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
535cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
8737c3ea
HPN
536 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
537 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
6c95a37f 538cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a
AM
539 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
540 $(INCDIR)/opcode/cris.h $(INCDIR)/libiberty.h
6c95a37f 541cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
0d8dfecf 542d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
543 $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) \
544 $(INCDIR)/symcat.h
0d8dfecf
AM
545d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
546 $(INCDIR)/opcode/d10v.h
547d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
548 $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 549 $(INCDIR)/symcat.h opintl.h
0d8dfecf
AM
550d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
551 $(INCDIR)/opcode/d30v.h
d172d4ba 552dlx-dis.lo: dlx-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
194b5210 553 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/dlx.h
0d8dfecf 554dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 555 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h
0d8dfecf 556disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 557 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
0d8dfecf 558fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c0ef99a7
AM
559 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
560 fr30-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
561 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
0d8dfecf 562fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
252b5132 563 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
f62ba8f2
AM
564 fr30-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
565 $(INCDIR)/xregex2.h
0d8dfecf 566fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
f62ba8f2
AM
567 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
568 fr30-desc.h $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h
0d8dfecf
AM
569fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
570 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
c0ef99a7 571 $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h $(INCDIR)/safe-ctype.h
0d8dfecf
AM
572fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
573 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
27b7e12d 574 fr30-opc.h $(INCDIR)/libiberty.h
8c3bb577
AM
575frv-asm.lo: frv-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
576 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \
577 frv-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
578 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
579frv-desc.lo: frv-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
580 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \
f62ba8f2
AM
581 frv-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
582 $(INCDIR)/xregex2.h
8c3bb577 583frv-dis.lo: frv-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
f62ba8f2
AM
584 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
585 frv-desc.h $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h
8c3bb577
AM
586frv-ibld.lo: frv-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
587 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h frv-desc.h \
588 $(INCDIR)/opcode/cgen.h frv-opc.h opintl.h $(INCDIR)/safe-ctype.h
589frv-opc.lo: frv-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
590 $(BFD_H) $(INCDIR)/symcat.h frv-desc.h $(INCDIR)/opcode/cgen.h \
591 frv-opc.h $(INCDIR)/libiberty.h $(INCDIR)/elf/frv.h \
592 $(INCDIR)/elf/reloc-macros.h
0d8dfecf
AM
593h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
594 $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
f62ba8f2 595 $(INCDIR)/symcat.h opintl.h $(INCDIR)/libiberty.h
0d8dfecf 596h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
597 h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
598 opintl.h
0d8dfecf 599hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
600 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(BFDDIR)/libhppa.h \
601 $(INCDIR)/opcode/hppa.h
0d8dfecf 602i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 603 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/i370.h
0d8dfecf
AM
604i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
605 $(INCDIR)/opcode/i370.h
252b5132 606i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a
AM
607 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
608 opintl.h
915ef37f 609i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 610 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
0d8dfecf 611i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 612 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
2114f57b 613ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 614 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/ia64.h
82674a1f
AM
615ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
616 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
617ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
618 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
619ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
620 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
621ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
622 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
623ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h \
624 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h
2114f57b
AM
625ia64-opc-d.lo: ia64-opc-d.c
626ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
627 sysdep.h config.h ia64-asmtab.h $(INCDIR)/opcode/ia64.h \
82674a1f 628 $(BFD_H) $(INCDIR)/symcat.h ia64-asmtab.c
2114f57b 629ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
bde78a07
NC
630 $(INCDIR)/safe-ctype.h sysdep.h config.h $(INCDIR)/getopt.h \
631 ia64-opc.h $(INCDIR)/opcode/ia64.h $(BFD_H) $(INCDIR)/symcat.h \
82674a1f 632 ia64-opc-a.c ia64-opc-i.c ia64-opc-m.c ia64-opc-b.c \
f8607389 633 ia64-opc-f.c ia64-opc-x.c ia64-opc-d.c
2114f57b 634ia64-asmtab.lo: ia64-asmtab.c
8c3bb577
AM
635ip2k-asm.lo: ip2k-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
636 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \
637 ip2k-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
638 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
639ip2k-desc.lo: ip2k-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
640 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \
f62ba8f2
AM
641 ip2k-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
642 $(INCDIR)/xregex2.h
8c3bb577 643ip2k-dis.lo: ip2k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
f62ba8f2
AM
644 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
645 ip2k-desc.h $(INCDIR)/opcode/cgen.h ip2k-opc.h opintl.h
8c3bb577
AM
646ip2k-ibld.lo: ip2k-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
647 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h \
648 $(INCDIR)/opcode/cgen.h ip2k-opc.h opintl.h $(INCDIR)/safe-ctype.h
649ip2k-opc.lo: ip2k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
650 $(BFD_H) $(INCDIR)/symcat.h ip2k-desc.h $(INCDIR)/opcode/cgen.h \
f62ba8f2
AM
651 ip2k-opc.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
652iq2000-asm.lo: iq2000-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
653 $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen.h \
654 iq2000-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
655 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
656iq2000-desc.lo: iq2000-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
657 $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen.h \
795bb480
AM
658 iq2000-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
659 $(INCDIR)/xregex2.h
f62ba8f2 660iq2000-dis.lo: iq2000-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
795bb480
AM
661 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
662 iq2000-desc.h $(INCDIR)/opcode/cgen.h iq2000-opc.h \
663 opintl.h
f62ba8f2
AM
664iq2000-ibld.lo: iq2000-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
665 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h \
666 $(INCDIR)/opcode/cgen.h iq2000-opc.h opintl.h $(INCDIR)/safe-ctype.h
667iq2000-opc.lo: iq2000-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
668 $(BFD_H) $(INCDIR)/symcat.h iq2000-desc.h $(INCDIR)/opcode/cgen.h \
669 iq2000-opc.h $(INCDIR)/libiberty.h
0d8dfecf 670m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c0ef99a7
AM
671 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
672 m32r-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
673 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
0d8dfecf 674m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
252b5132 675 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
f62ba8f2
AM
676 m32r-opc.h opintl.h $(INCDIR)/libiberty.h $(INCDIR)/xregex.h \
677 $(INCDIR)/xregex2.h
0d8dfecf 678m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
f62ba8f2
AM
679 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
680 m32r-desc.h $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h
0d8dfecf
AM
681m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
682 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
c0ef99a7 683 $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h $(INCDIR)/safe-ctype.h
0d8dfecf
AM
684m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
685 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
27b7e12d 686 m32r-opc.h $(INCDIR)/libiberty.h
0d8dfecf
AM
687m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
688 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
252b5132 689 m32r-opc.h
bbeb2e03 690m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
7997656a
AM
691 $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H) \
692 $(INCDIR)/symcat.h
bbeb2e03 693m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
60bcf0fa 694 $(INCDIR)/opcode/m68hc11.h
0d8dfecf 695m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 696 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/floatformat.h \
82674a1f 697 $(INCDIR)/libiberty.h opintl.h $(INCDIR)/opcode/m68k.h
0d8dfecf 698m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
252b5132 699 $(INCDIR)/opcode/m68k.h
0d8dfecf 700m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 701 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/m88k.h \
f62ba8f2 702 opintl.h $(INCDIR)/libiberty.h
0d8dfecf 703mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 704 mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
0d8dfecf 705mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
f62ba8f2
AM
706 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
707 $(INCDIR)/opcode/mips.h opintl.h $(BFDDIR)/elf-bfd.h \
708 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
709 $(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
0d8dfecf
AM
710mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
711 $(INCDIR)/opcode/mips.h
712mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
713 $(INCDIR)/opcode/mips.h
714m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
715 $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 716 $(INCDIR)/symcat.h opintl.h
0d8dfecf
AM
717m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
718 $(INCDIR)/opcode/mn10200.h
719m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
720 $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 721 $(INCDIR)/symcat.h opintl.h
0d8dfecf
AM
722m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
723 $(INCDIR)/opcode/mn10300.h
3c3bdf30 724mmix-dis.lo: mmix-dis.c $(INCDIR)/opcode/mmix.h $(INCDIR)/dis-asm.h \
c0ef99a7 725 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
3c3bdf30
NC
726 opintl.h
727mmix-opc.lo: mmix-opc.c $(INCDIR)/opcode/mmix.h $(INCDIR)/symcat.h
252b5132 728ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
7997656a
AM
729 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/dis-asm.h \
730 $(INCDIR)/opcode/ns32k.h opintl.h
87e6d782 731openrisc-asm.lo: openrisc-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c0ef99a7
AM
732 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
733 openrisc-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
734 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
8a5cc6be
AM
735openrisc-desc.lo: openrisc-desc.c sysdep.h config.h \
736 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
f62ba8f2
AM
737 $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h $(INCDIR)/libiberty.h \
738 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
87e6d782 739openrisc-dis.lo: openrisc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
f62ba8f2
AM
740 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
741 openrisc-desc.h $(INCDIR)/opcode/cgen.h openrisc-opc.h \
742 opintl.h
8a5cc6be
AM
743openrisc-ibld.lo: openrisc-ibld.c sysdep.h config.h \
744 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
745 openrisc-desc.h $(INCDIR)/opcode/cgen.h openrisc-opc.h \
c0ef99a7 746 opintl.h $(INCDIR)/safe-ctype.h
87e6d782
NC
747openrisc-opc.lo: openrisc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
748 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
749 openrisc-opc.h $(INCDIR)/libiberty.h
ba323545
AM
750or32-dis.lo: or32-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
751 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/or32.h \
752 $(INCDIR)/safe-ctype.h
753or32-opc.lo: or32-opc.c $(INCDIR)/safe-ctype.h $(INCDIR)/ansidecl.h \
754 $(INCDIR)/opcode/or32.h
8737c3ea 755pdp11-dis.lo: pdp11-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 756 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/pdp11.h
e135f41b 757pdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h
0d8dfecf 758pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
759 $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H) \
760 $(INCDIR)/symcat.h
0d8dfecf
AM
761pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
762 $(INCDIR)/opcode/pj.h
763ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 764 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/ppc.h
0d8dfecf
AM
765ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
766 $(INCDIR)/opcode/ppc.h opintl.h
8737c3ea
HPN
767s390-mkopc.lo: s390-mkopc.c
768s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \
769 s390-opc.tab
27b7e12d 770s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
7997656a
AM
771 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
772 $(INCDIR)/opcode/s390.h
0d8dfecf 773sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 774 sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
43079f18
NC
775sh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
776 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
777 sh64-opc.h $(INCDIR)/libiberty.h $(BFDDIR)/elf-bfd.h \
778 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
f0abc2a1
AM
779 $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \
780 $(BFDDIR)/elf32-sh64.h
71b21050 781sh64-opc.lo: sh64-opc.c sh64-opc.h
0d8dfecf
AM
782sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
783 $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 784 $(INCDIR)/symcat.h $(INCDIR)/libiberty.h opintl.h
0d8dfecf
AM
785sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
786 $(INCDIR)/opcode/sparc.h
787tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 788 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic30.h
2d2550d6
AM
789tic4x-dis.lo: tic4x-dis.c $(INCDIR)/libiberty.h $(INCDIR)/ansidecl.h \
790 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic4x.h
bbeb2e03 791tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 792 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h \
bbeb2e03
L
793 $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
794tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c0ef99a7 795 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h
0d8dfecf 796tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
797 $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H) \
798 $(INCDIR)/symcat.h
0d8dfecf
AM
799tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
800 $(INCDIR)/opcode/tic80.h
801v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
802 $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 803 $(INCDIR)/symcat.h opintl.h
0d8dfecf
AM
804v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
805 $(INCDIR)/opcode/v850.h opintl.h
806vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
807 $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) \
808 $(INCDIR)/symcat.h
0d8dfecf 809w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 810 w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
c0ef99a7
AM
811xstormy16-asm.lo: xstormy16-asm.c sysdep.h config.h \
812 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
813 $(INCDIR)/opcode/cgen.h xstormy16-opc.h opintl.h $(INCDIR)/xregex.h \
814 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
815xstormy16-desc.lo: xstormy16-desc.c sysdep.h config.h \
816 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
f62ba8f2
AM
817 $(INCDIR)/opcode/cgen.h xstormy16-opc.h opintl.h $(INCDIR)/libiberty.h \
818 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h
c0ef99a7
AM
819xstormy16-dis.lo: xstormy16-dis.c sysdep.h config.h \
820 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
f62ba8f2
AM
821 $(INCDIR)/libiberty.h xstormy16-desc.h $(INCDIR)/opcode/cgen.h \
822 xstormy16-opc.h opintl.h
c0ef99a7
AM
823xstormy16-ibld.lo: xstormy16-ibld.c sysdep.h config.h \
824 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
825 xstormy16-desc.h $(INCDIR)/opcode/cgen.h xstormy16-opc.h \
826 opintl.h $(INCDIR)/safe-ctype.h
827xstormy16-opc.lo: xstormy16-opc.c sysdep.h config.h \
828 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
829 $(INCDIR)/opcode/cgen.h xstormy16-opc.h $(INCDIR)/libiberty.h
e0001a05
NC
830xtensa-dis.lo: xtensa-dis.c $(INCDIR)/xtensa-isa.h \
831 $(INCDIR)/ansidecl.h sysdep.h config.h $(INCDIR)/dis-asm.h \
832 $(BFD_H) $(INCDIR)/symcat.h
0d8dfecf 833z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 834 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h z8k-opc.h
f62ba8f2
AM
835z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h \
836 $(INCDIR)/libiberty.h
252b5132 837# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
This page took 0.436427 seconds and 4 git commands to generate.