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