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