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