Re: Don't compile some opcodes files when bfd is 32-bit only
[binutils-gdb.git] / opcodes / Makefile.am
1 ## Process this file with automake to generate Makefile.in
2 #
3 # Copyright (C) 2012-2021 Free Software Foundation, Inc.
4 #
5 # This file is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3 of the License, or
8 # (at your option) any later version.
9 #
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program; see the file COPYING3. If not see
17 # <http://www.gnu.org/licenses/>.
18 #
19
20 AUTOMAKE_OPTIONS = foreign no-dist
21 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
22
23 # Build '.' first so all generated files exist.
24 SUBDIRS = . po
25
26 INCDIR = $(srcdir)/../include
27 BFDDIR = $(srcdir)/../bfd
28
29 WARN_CFLAGS = @WARN_CFLAGS@
30 NO_WERROR = @NO_WERROR@
31 AM_CFLAGS = $(WARN_CFLAGS)
32
33 COMPILE_FOR_BUILD = $(CC_FOR_BUILD) $(INCLUDES) $(AM_CPPFLAGS) \
34 $(CFLAGS_FOR_BUILD)
35 LINK_FOR_BUILD = $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) \
36 $(LDFLAGS_FOR_BUILD) -o $@
37
38 libopcodes_la_LDFLAGS =
39 if INSTALL_LIBBFD
40 bfdlibdir = @bfdlibdir@
41 bfdincludedir = @bfdincludedir@
42 bfdlib_LTLIBRARIES = libopcodes.la
43 bfdinclude_DATA = $(INCDIR)/dis-asm.h
44 else
45 # Empty these so that the respective installation directories will not be created.
46 bfdlibdir =
47 bfdincludedir =
48 rpath_bfdlibdir = @bfdlibdir@
49 noinst_LTLIBRARIES = libopcodes.la
50 libopcodes_la_LDFLAGS += -rpath $(rpath_bfdlibdir)
51 endif
52
53 # This is where bfd.h lives.
54 BFD_H = ../bfd/bfd.h
55
56 BUILD_LIBS = @BUILD_LIBS@
57 BUILD_LIB_DEPS = @BUILD_LIB_DEPS@
58
59 # Header files.
60 HFILES = \
61 aarch64-asm.h aarch64-dis.h aarch64-opc.h aarch64-tbl.h \
62 bpf-desc.h bpf-opc.h \
63 cris-desc.h cris-opc.h \
64 epiphany-desc.h epiphany-opc.h \
65 fr30-desc.h fr30-opc.h \
66 frv-desc.h frv-opc.h \
67 i386-init.h \
68 i386-opc.h \
69 i386-tbl.h \
70 ia64-asmtab.h \
71 ia64-opc.h \
72 ip2k-desc.h ip2k-opc.h \
73 iq2000-desc.h iq2000-opc.h \
74 lm32-desc.h \
75 lm32-opc.h \
76 m32c-desc.h m32c-opc.h \
77 m32r-desc.h m32r-opc.h \
78 mcore-opc.h \
79 mep-desc.h mep-opc.h \
80 microblaze-opc.h \
81 mt-desc.h mt-opc.h \
82 score-opc.h \
83 sh-opc.h \
84 sysdep.h \
85 xc16x-desc.h xc16x-opc.h \
86 xstormy16-desc.h xstormy16-opc.h \
87 z8k-opc.h
88
89 # C source files that correspond to .o's ending up in libopcodes
90 # for all machines.
91 TARGET64_LIBOPCODES_CFILES = \
92 aarch64-asm.c \
93 aarch64-asm-2.c \
94 aarch64-dis.c \
95 aarch64-dis-2.c \
96 aarch64-opc.c \
97 aarch64-opc-2.c \
98 alpha-dis.c \
99 alpha-opc.c \
100 ia64-dis.c \
101 ia64-opc.c \
102 loongarch-opc.c \
103 loongarch-dis.c \
104 loongarch-coder.c \
105 mips-dis.c \
106 mips-opc.c \
107 mips16-opc.c \
108 micromips-opc.c \
109 mmix-dis.c \
110 mmix-opc.c \
111 nfp-dis.c \
112 riscv-dis.c \
113 riscv-opc.c
114
115 TARGET32_LIBOPCODES_CFILES = \
116 arc-dis.c \
117 arc-ext.c \
118 arc-opc.c \
119 arm-dis.c \
120 avr-dis.c \
121 bfin-dis.c \
122 bpf-asm.c \
123 bpf-desc.c \
124 bpf-dis.c \
125 bpf-ibld.c \
126 bpf-opc.c \
127 cgen-asm.c \
128 cgen-bitset.c \
129 cgen-dis.c \
130 cgen-opc.c \
131 cr16-dis.c \
132 cr16-opc.c \
133 cris-desc.c \
134 cris-dis.c \
135 cris-opc.c \
136 crx-dis.c \
137 crx-opc.c \
138 csky-dis.c \
139 d10v-dis.c \
140 d10v-opc.c \
141 d30v-dis.c \
142 d30v-opc.c \
143 dlx-dis.c \
144 epiphany-asm.c \
145 epiphany-desc.c \
146 epiphany-dis.c \
147 epiphany-ibld.c \
148 epiphany-opc.c \
149 fr30-asm.c \
150 fr30-desc.c \
151 fr30-dis.c \
152 fr30-ibld.c \
153 fr30-opc.c \
154 frv-asm.c \
155 frv-desc.c \
156 frv-dis.c \
157 frv-ibld.c \
158 frv-opc.c \
159 ft32-dis.c \
160 ft32-opc.c \
161 h8300-dis.c \
162 hppa-dis.c \
163 i386-dis.c \
164 i386-opc.c \
165 ip2k-asm.c \
166 ip2k-desc.c \
167 ip2k-dis.c \
168 ip2k-ibld.c \
169 ip2k-opc.c \
170 iq2000-asm.c \
171 iq2000-desc.c \
172 iq2000-dis.c \
173 iq2000-ibld.c \
174 iq2000-opc.c \
175 lm32-asm.c \
176 lm32-desc.c \
177 lm32-dis.c \
178 lm32-ibld.c \
179 lm32-opc.c \
180 lm32-opinst.c \
181 m10200-dis.c \
182 m10200-opc.c \
183 m10300-dis.c \
184 m10300-opc.c \
185 m32c-asm.c \
186 m32c-desc.c \
187 m32c-dis.c \
188 m32c-ibld.c \
189 m32c-opc.c \
190 m32r-asm.c \
191 m32r-desc.c \
192 m32r-dis.c \
193 m32r-ibld.c \
194 m32r-opc.c \
195 m32r-opinst.c \
196 m68hc11-dis.c \
197 m68hc11-opc.c \
198 m68k-dis.c \
199 m68k-opc.c \
200 s12z-dis.c \
201 s12z-opc.c \
202 mcore-dis.c \
203 mep-asm.c \
204 mep-desc.c \
205 mep-dis.c \
206 mep-ibld.c \
207 mep-opc.c \
208 metag-dis.c \
209 microblaze-dis.c \
210 moxie-dis.c \
211 moxie-opc.c \
212 msp430-decode.c \
213 msp430-dis.c \
214 mt-asm.c \
215 mt-desc.c \
216 mt-dis.c \
217 mt-ibld.c \
218 mt-opc.c \
219 nds32-asm.c \
220 nds32-dis.c \
221 nios2-dis.c \
222 nios2-opc.c \
223 ns32k-dis.c \
224 or1k-asm.c \
225 or1k-desc.c \
226 or1k-dis.c \
227 or1k-ibld.c \
228 or1k-opc.c \
229 pdp11-dis.c \
230 pdp11-opc.c \
231 pj-dis.c \
232 pj-opc.c \
233 ppc-dis.c \
234 ppc-opc.c \
235 pru-dis.c \
236 pru-opc.c \
237 rl78-decode.c \
238 rl78-dis.c \
239 rx-decode.c \
240 rx-dis.c \
241 s390-dis.c \
242 s390-opc.c \
243 score-dis.c \
244 score7-dis.c \
245 sh-dis.c \
246 sparc-dis.c \
247 sparc-opc.c \
248 spu-dis.c \
249 spu-opc.c \
250 tic30-dis.c \
251 tic4x-dis.c \
252 tic54x-dis.c \
253 tic54x-opc.c \
254 tic6x-dis.c \
255 tilegx-dis.c \
256 tilegx-opc.c \
257 tilepro-dis.c \
258 tilepro-opc.c \
259 v850-dis.c \
260 v850-opc.c \
261 vax-dis.c \
262 visium-dis.c \
263 visium-opc.c \
264 wasm32-dis.c \
265 xc16x-asm.c \
266 xc16x-desc.c \
267 xc16x-dis.c \
268 xc16x-ibld.c \
269 xc16x-opc.c \
270 xstormy16-asm.c \
271 xstormy16-desc.c \
272 xstormy16-dis.c \
273 xstormy16-ibld.c \
274 xstormy16-opc.c \
275 xtensa-dis.c \
276 xgate-dis.c \
277 xgate-opc.c \
278 z80-dis.c \
279 z8k-dis.c
280
281 # C source files that correspond to .o's ending up in libopcodes.
282 LIBOPCODES_CFILES = \
283 $(TARGET32_LIBOPCODES_CFILES) \
284 $(TARGET64_LIBOPCODES_CFILES) \
285 dis-buf.c \
286 dis-init.c \
287 disassemble.c
288
289 # C source files that correspond to .o's.
290 CFILES = \
291 $(LIBOPCODES_CFILES) \
292 aarch64-gen.c \
293 i386-gen.c \
294 ia64-asmtab.c \
295 ia64-gen.c \
296 ia64-opc-a.c \
297 ia64-opc-b.c \
298 ia64-opc-f.c \
299 ia64-opc-i.c \
300 ia64-opc-m.c \
301 ia64-opc-d.c \
302 s390-mkopc.c \
303 z8kgen.c
304
305 ALL32_MACHINES = $(TARGET32_LIBOPCODES_CFILES:.c=.lo)
306 ALL64_MACHINES = $(TARGET64_LIBOPCODES_CFILES:.c=.lo)
307
308 OFILES = @BFD_MACHINES@
309
310 # development.sh is used to determine -Werror default.
311 CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/development.sh
312
313 AM_CPPFLAGS = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
314
315 disassemble.lo: disassemble.c
316 if am__fastdepCC
317 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ @archdefs@ $(srcdir)/disassemble.c
318 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
319 else
320 if AMDEP
321 source='disassemble.c' object='$@' libtool=yes @AMDEPBACKSLASH@
322 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
323 endif
324 $(LTCOMPILE) -c -o $@ @archdefs@ $(srcdir)/disassemble.c
325 endif
326
327 libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c
328 libopcodes_la_DEPENDENCIES = $(OFILES) @SHARED_DEPENDENCIES@
329 libopcodes_la_LIBADD = $(OFILES) @SHARED_LIBADD@
330 libopcodes_la_LDFLAGS += -release `cat ../bfd/libtool-soversion` @SHARED_LDFLAGS@
331 # Allow dependency tracking to work on all the source files.
332 EXTRA_libopcodes_la_SOURCES = $(LIBOPCODES_CFILES)
333
334 # libtool will build .libs/libopcodes.a. We create libopcodes.a in
335 # the build directory so that we don't have to convert all the
336 # programs that use libopcodes.a simultaneously. This is a hack which
337 # should be removed if everything else starts using libtool. FIXME.
338
339 noinst_LIBRARIES = libopcodes.a
340 libopcodes_a_SOURCES =
341
342 stamp-lib: libopcodes.la
343 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
344 if [ -f $$libtooldir/libopcodes.a ]; then \
345 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
346 $(RANLIB) libopcodes.tmp; \
347 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
348 else true; fi
349 touch stamp-lib
350
351 libopcodes.a: stamp-lib ; @true
352
353 POTFILES = $(HFILES) $(CFILES)
354 po/POTFILES.in: @MAINT@ Makefile
355 for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
356 && mv tmp $(srcdir)/po/POTFILES.in
357
358 CLEANFILES = \
359 stamp-epiphany stamp-fr30 stamp-frv stamp-ip2k stamp-iq2000 stamp-lm32 \
360 stamp-m32c stamp-m32r stamp-mep stamp-mt \
361 stamp-or1k stamp-xc16x stamp-xstormy16 \
362 libopcodes.a stamp-lib
363
364
365 CGENDIR = @cgendir@
366 CPUDIR = $(srcdir)/../cpu
367 GUILE = `if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi`
368 CGEN = "$(GUILE) -l ${cgendir}/guile.scm -s"
369 CGENFLAGS = -v
370
371 CGENDEPS = \
372 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
373 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
374 $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
375 $(CGENDIR)/opc-opinst.scm \
376 cgen-asm.in cgen-dis.in cgen-ibld.in
377
378 CGEN_CPUS = cris epiphany fr30 frv ip2k iq2000 lm32 m32c m32r mep mt or1k xc16x xstormy16
379
380 if CGEN_MAINT
381 BPF_DEPS = stamp-bpf
382 CRIS_DEPS = stamp-cris
383 EPIPHANY_DEPS = stamp-epiphany
384 FR30_DEPS = stamp-fr30
385 FRV_DEPS = stamp-frv
386 IP2K_DEPS = stamp-ip2k
387 IQ2000_DEPS = stamp-iq2000
388 LM32_DEPS = stamp-lm32
389 M32C_DEPS = stamp-m32c
390 M32R_DEPS = stamp-m32r
391 MEP_DEPS = stamp-mep
392 MT_DEPS = stamp-mt
393 OR1K_DEPS = stamp-or1k
394 XC16X_DEPS = stamp-xc16x
395 XSTORMY16_DEPS = stamp-xstormy16
396 else
397 BPF_DEPS =
398 CRIS_DEPS =
399 EPIPHANY_DEPS =
400 FR30_DEPS =
401 FRV_DEPS =
402 IP2K_DEPS =
403 IQ2000_DEPS =
404 LM32_DEPS =
405 M32C_DEPS =
406 M32R_DEPS =
407 MEP_DEPS =
408 MT_DEPS =
409 OR1K_DEPS =
410 XC16X_DEPS =
411 XSTORMY16_DEPS =
412 endif
413
414 run-cgen:
415 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
416 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
417 "$(options)" "$(extrafiles)"
418 touch stamp-${prefix}
419 .PHONY: run-cgen
420
421 # Maintainer utility rule to regenerate all cgen files.
422 run-cgen-all:
423 for c in $(CGEN_CPUS) ; \
424 do \
425 $(MAKE) stamp-$$c || exit 1 ; \
426 done
427 .PHONY: run-cgen-all
428
429 # For now, require developers to configure with --enable-cgen-maint.
430
431 $(srcdir)/bpf-desc.h $(srcdir)/bpf-desc.c $(srcdir)/bpf-opc.h \
432 $(srcdir)/bpf-opc.c $(srcdir)/bpf-ibld.c \
433 $(srcdir)/bpf-asm.c $(srcdir)/bpf-dis.c: $(BPF_DEPS)
434 @true
435
436 stamp-bpf: $(CGENDEPS) $(CPUDIR)/bpf.cpu $(CPUDIR)/bpf.opc
437 $(MAKE) run-cgen arch=bpf prefix=bpf \
438 archfile=$(CPUDIR)/bpf.cpu opcfile=$(CPUDIR)/bpf.opc
439
440 $(srcdir)/cris-desc.h $(srcdir)/cris-desc.c $(srcdir)/cris-opc.h: $(CRIS_DEPS)
441 @true
442
443 stamp-cris: $(CGENDEPS) $(CPUDIR)/cris.cpu
444 $(SHELL) $(srcdir)/cgen.sh desc $(srcdir) $(CGEN) \
445 $(CGENDIR) "$(CGENFLAGS)" cris cris $(CPUDIR)/cris.cpu /dev/null \
446 "$(options)" "$(extrafiles)"
447 touch $@
448
449 $(srcdir)/epiphany-desc.h $(srcdir)/epiphany-desc.c $(srcdir)/epiphany-opc.h \
450 $(srcdir)/epiphany-opc.c $(srcdir)/epiphany-ibld.c \
451 $(srcdir)/epiphany-opinst.c $(srcdir)/epiphany-asm.c \
452 $(srcdir)/epiphany-dis.c: $(EPIPHANY_DEPS)
453 @true
454
455 stamp-epiphany: $(CGENDEPS) $(CPUDIR)/epiphany.cpu $(CPUDIR)/epiphany.opc
456 $(MAKE) run-cgen arch=epiphany prefix=epiphany options= \
457 archfile=$(CPUDIR)/epiphany.cpu opcfile=$(CPUDIR)/epiphany.opc extrafiles=
458
459 $(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)
460 @true
461 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
462 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
463 archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
464
465 $(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)
466 @true
467 stamp-frv: $(CGENDEPS) $(CPUDIR)/frv.cpu $(CPUDIR)/frv.opc
468 $(MAKE) run-cgen arch=frv prefix=frv options= \
469 archfile=$(CPUDIR)/frv.cpu opcfile=$(CPUDIR)/frv.opc extrafiles=
470
471 $(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)
472 @true
473 stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
474 $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
475 archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
476
477 $(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)
478 @true
479 stamp-iq2000: $(CGENDEPS) $(CPUDIR)/iq2000.cpu \
480 $(CPUDIR)/iq2000.opc $(CPUDIR)/iq2000m.cpu \
481 $(CPUDIR)/iq10.cpu
482 $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
483 archfile=$(CPUDIR)/iq2000.cpu \
484 opcfile=$(CPUDIR)/iq2000.opc extrafiles=
485
486 $(srcdir)lm32-desc.h $(srcdir)/lm32-desc.c $(srcdir)/lm32-opc.h $(srcdir)/lm32-opc.c $(srcdir)/lm32-ibld.c $(srcdir)/lm32-opinst.c $(srcdir)/lm32-asm.c $(srcdir)/lm32-dis.c: $(LM32_DEPS)
487 @true
488 stamp-lm32: $(CGENDEPS) $(CPUDIR)/lm32.cpu $(CPUDIR)/lm32.opc
489 $(MAKE) run-cgen arch=lm32 prefix=lm32 options=opinst \
490 archfile=$(CPUDIR)/lm32.cpu \
491 opcfile=$(CPUDIR)/lm32.opc \
492 extrafiles=opinst
493
494 $(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)
495 @true
496 stamp-m32c: $(CGENDEPS) $(CPUDIR)/m32c.cpu $(CPUDIR)/m32c.opc
497 $(MAKE) run-cgen arch=m32c prefix=m32c options= \
498 archfile=$(CPUDIR)/m32c.cpu \
499 opcfile=$(CPUDIR)/m32c.opc extrafiles=
500
501 $(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)
502 @true
503 stamp-m32r: $(CGENDEPS) $(CPUDIR)/m32r.cpu $(CPUDIR)/m32r.opc
504 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
505 archfile=$(CPUDIR)/m32r.cpu \
506 opcfile=$(CPUDIR)/m32r.opc extrafiles=opinst
507
508 $(srcdir)/mep-desc.h $(srcdir)/mep-desc.c $(srcdir)/mep-opc.h $(srcdir)/mep-opc.c $(srcdir)/mep-ibld.c $(srcdir)/mep-asm.c $(srcdir)/mep-dis.c: $(MEP_DEPS)
509 @true
510 stamp-mep: $(CGENDEPS) $(CPUDIR)/mep.cpu $(CPUDIR)/mep-default.cpu $(CPUDIR)/mep-core.cpu $(CPUDIR)/mep-h1.cpu $(CPUDIR)/mep-ext-cop.cpu $(CPUDIR)/mep-sample-ucidsp.cpu $(CPUDIR)/mep-rhcop.cpu $(CPUDIR)/mep-fmax.cpu $(CPUDIR)/mep.opc
511 $(MAKE) run-cgen arch=mep prefix=mep options= \
512 archfile=$(CPUDIR)/mep.cpu opcfile=$(CPUDIR)/mep.opc extrafiles=
513
514 $(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)
515 @true
516 stamp-mt: $(CGENDEPS) $(CPUDIR)/mt.cpu $(CPUDIR)/mt.opc
517 $(MAKE) run-cgen arch=mt prefix=mt options= \
518 archfile=$(CPUDIR)/mt.cpu \
519 opcfile=$(CPUDIR)/mt.opc extrafiles=
520
521 $(srcdir)/or1k-desc.h $(srcdir)/or1k-desc.c $(srcdir)/or1k-opc.h $(srcdir)/or1k-opc.c $(srcdir)/or1k-ibld.c $(srcdir)/or1k-opinst.c $(srcdir)/or1k-asm.c $(srcdir)/or1k-dis.c: $(OR1K_DEPS)
522 @true
523 stamp-or1k: $(CGENDEPS) $(CPUDIR)/or1k.cpu $(CPUDIR)/or1k.opc $(CPUDIR)/or1kcommon.cpu $(CPUDIR)/or1korbis.cpu $(CPUDIR)/or1korfpx.cpu
524 $(MAKE) run-cgen arch=or1k prefix=or1k options=opinst \
525 archfile=$(CPUDIR)/or1k.cpu opcfile=$(CPUDIR)/or1k.opc extrafiles=opinst
526
527 $(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)
528 @true
529 stamp-xc16x: $(CGENDEPS) $(CPUDIR)/xc16x.cpu $(CPUDIR)/xc16x.opc
530 $(MAKE) run-cgen arch=xc16x prefix=xc16x options= \
531 archfile=$(CPUDIR)/xc16x.cpu \
532 opcfile=$(CPUDIR)/xc16x.opc \
533 extrafiles=
534
535 $(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)
536 @true
537 stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
538 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
539 archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
540
541 MOSTLYCLEANFILES = aarch64-gen$(EXEEXT_FOR_BUILD) i386-gen$(EXEEXT_FOR_BUILD) \
542 ia64-gen$(EXEEXT_FOR_BUILD) s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.tab \
543 z8kgen$(EXEEXT_FOR_BUILD) opc2c$(EXEEXT_FOR_BUILD)
544
545 MAINTAINERCLEANFILES = $(srcdir)/aarch64-asm-2.c $(srcdir)/aarch64-dis-2.c \
546 $(srcdir)/aarch64-opc-2.c $(srcdir)/i386-tbl.h $(srcdir)/i386-init.h \
547 $(srcdir)/ia64-asmtab.c $(srcdir)/z8k-opc.h \
548 $(srcdir)/msp430-decode.c \
549 $(srcdir)/rl78-decode.c \
550 $(srcdir)/rx-decode.c
551
552 aarch64-gen$(EXEEXT_FOR_BUILD): aarch64-gen.o $(BUILD_LIB_DEPS)
553 $(LINK_FOR_BUILD) aarch64-gen.o $(BUILD_LIBS)
554
555 aarch64-gen.o: aarch64-gen.c $(BFD_H) $(INCDIR)/getopt.h $(INCDIR)/libiberty.h\
556 $(INCDIR)/opcode/aarch64.h config.h aarch64-opc.h aarch64-tbl.h
557 $(COMPILE_FOR_BUILD) -c $(srcdir)/aarch64-gen.c
558
559 $(srcdir)/aarch64-asm-2.c: @MAINT@ aarch64-gen$(exeext_for_build)
560 ./aarch64-gen$(exeext_for_build) --gen-asm > $@
561 $(srcdir)/aarch64-dis-2.c: @MAINT@ aarch64-gen$(exeext_for_build)
562 ./aarch64-gen$(exeext_for_build) --gen-dis > $@
563 $(srcdir)/aarch64-opc-2.c: @MAINT@ aarch64-gen$(exeext_for_build)
564 ./aarch64-gen$(exeext_for_build) --gen-opc > $@
565
566 i386-gen$(EXEEXT_FOR_BUILD): i386-gen.o $(BUILD_LIB_DEPS)
567 $(LINK_FOR_BUILD) i386-gen.o $(BUILD_LIBS)
568
569 i386-gen.o: i386-gen.c i386-opc.h $(srcdir)/../include/opcode/i386.h \
570 $(INCDIR)/ansidecl.h $(INCDIR)/getopt.h $(INCDIR)/hashtab.h \
571 $(INCDIR)/libiberty.h $(INCDIR)/opcode/i386.h $(INCDIR)/safe-ctype.h \
572 config.h i386-opc.h sysdep.h
573 $(COMPILE_FOR_BUILD) -c $(srcdir)/i386-gen.c
574
575 $(srcdir)/i386-tbl.h: $(srcdir)/i386-init.h
576 @echo $@
577
578 $(srcdir)/i386-init.h: @MAINT@ i386-gen$(EXEEXT_FOR_BUILD) i386-opc.tbl i386-reg.tbl i386-opc.h
579 $(CPP) -P $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) - \
580 < $(srcdir)/i386-opc.tbl \
581 | ./i386-gen$(EXEEXT_FOR_BUILD) --srcdir $(srcdir)
582
583 i386-opc.lo: $(srcdir)/i386-tbl.h
584
585 ia64-gen$(EXEEXT_FOR_BUILD): ia64-gen.o $(BUILD_LIB_DEPS)
586 $(LINK_FOR_BUILD) ia64-gen.o $(BUILD_LIBS)
587
588 ia64-gen.o: ia64-gen.c $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/getopt.h \
589 $(INCDIR)/libiberty.h $(INCDIR)/opcode/ia64.h $(INCDIR)/safe-ctype.h \
590 $(INCDIR)/symcat.h config.h ia64-opc-a.c ia64-opc-b.c \
591 ia64-opc-d.c ia64-opc-f.c ia64-opc-i.c ia64-opc-m.c \
592 ia64-opc-x.c ia64-opc.h sysdep.h
593 $(COMPILE_FOR_BUILD) -c $(srcdir)/ia64-gen.c
594
595 # Use a helper variable for the dependencies to avoid 'make' issues
596 # with continuations in comments, as @MAINT@ can be expanded to '#'.
597 ia64_asmtab_deps = ia64-gen$(EXEEXT_FOR_BUILD) ia64-ic.tbl \
598 ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
599 $(srcdir)/ia64-asmtab.c: @MAINT@ $(ia64_asmtab_deps)
600 ./ia64-gen$(EXEEXT_FOR_BUILD) --srcdir $(srcdir) > $@
601
602 ia64-opc.lo: $(srcdir)/ia64-asmtab.c
603
604 $(srcdir)/msp430-decode.c: @MAINT@ $(srcdir)/msp430-decode.opc opc2c$(EXEEXT_FOR_BUILD)
605 ./opc2c$(EXEEXT_FOR_BUILD) $(srcdir)/msp430-decode.opc > $(srcdir)/msp430-decode.c
606
607 $(srcdir)/rl78-decode.c: @MAINT@ $(srcdir)/rl78-decode.opc opc2c$(EXEEXT_FOR_BUILD)
608 ./opc2c$(EXEEXT_FOR_BUILD) $(srcdir)/rl78-decode.opc > $(srcdir)/rl78-decode.c
609
610 $(srcdir)/rx-decode.c: @MAINT@ $(srcdir)/rx-decode.opc opc2c$(EXEEXT_FOR_BUILD)
611 ./opc2c$(EXEEXT_FOR_BUILD) $(srcdir)/rx-decode.opc > $(srcdir)/rx-decode.c
612
613 opc2c$(EXEEXT_FOR_BUILD): opc2c.o $(BUILD_LIBS_DEPS)
614 $(LINK_FOR_BUILD) opc2c.o $(BUILD_LIBS)
615
616 opc2c.o: opc2c.c $(INCDIR)/libiberty.h
617 $(COMPILE_FOR_BUILD) -c $(srcdir)/opc2c.c
618
619 s390-mkopc$(EXEEXT_FOR_BUILD): s390-mkopc.c
620 $(COMPILE_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
621
622 s390-opc.tab: s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.txt
623 ./s390-mkopc$(EXEEXT_FOR_BUILD) < $(srcdir)/s390-opc.txt > s390-opc.tab
624
625 s390-opc.lo: s390-opc.tab
626
627 z8kgen$(EXEEXT_FOR_BUILD): z8kgen.o $(BUILD_LIB_DEPS)
628 $(LINK_FOR_BUILD) z8kgen.o $(BUILD_LIBS)
629
630 z8kgen.o: z8kgen.c
631 $(COMPILE_FOR_BUILD) -c $(srcdir)/z8kgen.c
632
633 $(srcdir)/z8k-opc.h: @MAINT@ z8kgen$(EXEEXT_FOR_BUILD)
634 ./z8kgen$(EXEEXT_FOR_BUILD) -a > $@
635
636 z8k-dis.lo: $(srcdir)/z8k-opc.h
637
638 MIPS_DEFS=`case \`cat ../bfd/ofiles\` in *elfxx-mips*) echo "-DHAVE_BFD_MIPS_ELF_GET_ABIFLAGS=1";; esac`
639 mips-dis.lo: mips-dis.c
640 if am__fastdepCC
641 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(MIPS_DEFS) $<
642 $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
643 else
644 if AMDEP
645 source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
646 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
647 endif
648 $(LTCOMPILE) -c -o $@ $(MIPS_DEFS) $<
649 endif
650
651 sh-dis.lo: sh-dis.c
652 if am__fastdepCC
653 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ @archdefs@ $(srcdir)/sh-dis.c
654 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
655 else
656 if AMDEP
657 source='sh-dis.c' object='$@' libtool=yes @AMDEPBACKSLASH@
658 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
659 endif
660 $(LTCOMPILE) -c -o $@ @archdefs@ $(srcdir)/sh-dis.c
661 endif