]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - opcodes/Makefile.am
revert "x86: Also pass -P to $(CPP) when processing i386-opc.tbl"
[thirdparty/binutils-gdb.git] / opcodes / Makefile.am
1 ## Process this file with automake to generate Makefile.in
2 #
3 # Copyright (C) 2012-2022 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 xstormy16-desc.h xstormy16-opc.h \
86 z8k-opc.h
87
88 # C source files that correspond to .o's ending up in libopcodes
89 # for all machines.
90 TARGET64_LIBOPCODES_CFILES = \
91 aarch64-asm.c \
92 aarch64-asm-2.c \
93 aarch64-dis.c \
94 aarch64-dis-2.c \
95 aarch64-opc.c \
96 aarch64-opc-2.c \
97 alpha-dis.c \
98 alpha-opc.c \
99 bpf-asm.c \
100 bpf-desc.c \
101 bpf-dis.c \
102 bpf-ibld.c \
103 bpf-opc.c \
104 ia64-dis.c \
105 ia64-opc.c \
106 loongarch-opc.c \
107 loongarch-dis.c \
108 loongarch-coder.c \
109 mips-dis.c \
110 mips-opc.c \
111 mips16-opc.c \
112 micromips-opc.c \
113 mmix-dis.c \
114 mmix-opc.c \
115 nfp-dis.c \
116 riscv-dis.c \
117 riscv-opc.c \
118 tilegx-dis.c \
119 tilegx-opc.c
120
121 TARGET32_LIBOPCODES_CFILES = \
122 arc-dis.c \
123 arc-ext.c \
124 arc-opc.c \
125 arm-dis.c \
126 avr-dis.c \
127 bfin-dis.c \
128 cgen-asm.c \
129 cgen-bitset.c \
130 cgen-dis.c \
131 cgen-opc.c \
132 cr16-dis.c \
133 cr16-opc.c \
134 cris-desc.c \
135 cris-dis.c \
136 cris-opc.c \
137 crx-dis.c \
138 crx-opc.c \
139 csky-dis.c \
140 d10v-dis.c \
141 d10v-opc.c \
142 d30v-dis.c \
143 d30v-opc.c \
144 dlx-dis.c \
145 epiphany-asm.c \
146 epiphany-desc.c \
147 epiphany-dis.c \
148 epiphany-ibld.c \
149 epiphany-opc.c \
150 fr30-asm.c \
151 fr30-desc.c \
152 fr30-dis.c \
153 fr30-ibld.c \
154 fr30-opc.c \
155 frv-asm.c \
156 frv-desc.c \
157 frv-dis.c \
158 frv-ibld.c \
159 frv-opc.c \
160 ft32-dis.c \
161 ft32-opc.c \
162 h8300-dis.c \
163 hppa-dis.c \
164 i386-dis.c \
165 i386-opc.c \
166 ip2k-asm.c \
167 ip2k-desc.c \
168 ip2k-dis.c \
169 ip2k-ibld.c \
170 ip2k-opc.c \
171 iq2000-asm.c \
172 iq2000-desc.c \
173 iq2000-dis.c \
174 iq2000-ibld.c \
175 iq2000-opc.c \
176 lm32-asm.c \
177 lm32-desc.c \
178 lm32-dis.c \
179 lm32-ibld.c \
180 lm32-opc.c \
181 lm32-opinst.c \
182 m10200-dis.c \
183 m10200-opc.c \
184 m10300-dis.c \
185 m10300-opc.c \
186 m32c-asm.c \
187 m32c-desc.c \
188 m32c-dis.c \
189 m32c-ibld.c \
190 m32c-opc.c \
191 m32r-asm.c \
192 m32r-desc.c \
193 m32r-dis.c \
194 m32r-ibld.c \
195 m32r-opc.c \
196 m32r-opinst.c \
197 m68hc11-dis.c \
198 m68hc11-opc.c \
199 m68k-dis.c \
200 m68k-opc.c \
201 s12z-dis.c \
202 s12z-opc.c \
203 mcore-dis.c \
204 mep-asm.c \
205 mep-desc.c \
206 mep-dis.c \
207 mep-ibld.c \
208 mep-opc.c \
209 metag-dis.c \
210 microblaze-dis.c \
211 moxie-dis.c \
212 moxie-opc.c \
213 msp430-decode.c \
214 msp430-dis.c \
215 mt-asm.c \
216 mt-desc.c \
217 mt-dis.c \
218 mt-ibld.c \
219 mt-opc.c \
220 nds32-asm.c \
221 nds32-dis.c \
222 nios2-dis.c \
223 nios2-opc.c \
224 ns32k-dis.c \
225 or1k-asm.c \
226 or1k-desc.c \
227 or1k-dis.c \
228 or1k-ibld.c \
229 or1k-opc.c \
230 pdp11-dis.c \
231 pdp11-opc.c \
232 pj-dis.c \
233 pj-opc.c \
234 ppc-dis.c \
235 ppc-opc.c \
236 pru-dis.c \
237 pru-opc.c \
238 rl78-decode.c \
239 rl78-dis.c \
240 rx-decode.c \
241 rx-dis.c \
242 s390-dis.c \
243 s390-opc.c \
244 score-dis.c \
245 score7-dis.c \
246 sh-dis.c \
247 sparc-dis.c \
248 sparc-opc.c \
249 spu-dis.c \
250 spu-opc.c \
251 tic30-dis.c \
252 tic4x-dis.c \
253 tic54x-dis.c \
254 tic54x-opc.c \
255 tic6x-dis.c \
256 tilepro-dis.c \
257 tilepro-opc.c \
258 v850-dis.c \
259 v850-opc.c \
260 vax-dis.c \
261 visium-dis.c \
262 visium-opc.c \
263 wasm32-dis.c \
264 xstormy16-asm.c \
265 xstormy16-desc.c \
266 xstormy16-dis.c \
267 xstormy16-ibld.c \
268 xstormy16-opc.c \
269 xtensa-dis.c \
270 xgate-dis.c \
271 xgate-opc.c \
272 z80-dis.c \
273 z8k-dis.c
274
275 # C source files that correspond to .o's ending up in libopcodes.
276 LIBOPCODES_CFILES = \
277 $(TARGET32_LIBOPCODES_CFILES) \
278 $(TARGET64_LIBOPCODES_CFILES) \
279 dis-buf.c \
280 dis-init.c \
281 disassemble.c
282
283 # C source files that correspond to .o's.
284 CFILES = \
285 $(LIBOPCODES_CFILES) \
286 aarch64-gen.c \
287 i386-gen.c \
288 ia64-asmtab.c \
289 ia64-gen.c \
290 ia64-opc-a.c \
291 ia64-opc-b.c \
292 ia64-opc-f.c \
293 ia64-opc-i.c \
294 ia64-opc-m.c \
295 ia64-opc-d.c \
296 s390-mkopc.c \
297 z8kgen.c
298
299 ALL32_MACHINES = $(TARGET32_LIBOPCODES_CFILES:.c=.lo)
300 ALL64_MACHINES = $(TARGET64_LIBOPCODES_CFILES:.c=.lo)
301
302 OFILES = @BFD_MACHINES@
303
304 # development.sh is used to determine -Werror default.
305 CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/development.sh
306
307 AM_CPPFLAGS = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
308
309 disassemble.lo: disassemble.c
310 if am__fastdepCC
311 $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ @archdefs@ $(srcdir)/disassemble.c
312 $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
313 else
314 if AMDEP
315 source='disassemble.c' object='$@' libtool=yes @AMDEPBACKSLASH@
316 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
317 endif
318 $(AM_V_CC)$(LTCOMPILE) -c -o $@ @archdefs@ $(srcdir)/disassemble.c
319 endif
320
321 libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c
322 libopcodes_la_DEPENDENCIES = $(OFILES) @SHARED_DEPENDENCIES@
323 libopcodes_la_LIBADD = $(OFILES) @SHARED_LIBADD@
324 libopcodes_la_LDFLAGS += -release `cat ../bfd/libtool-soversion` @SHARED_LDFLAGS@
325 # Allow dependency tracking to work on all the source files.
326 EXTRA_libopcodes_la_SOURCES = $(LIBOPCODES_CFILES)
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 libopcodes_a_SOURCES =
335
336 stamp-lib: libopcodes.la
337 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
338 if [ -f $$libtooldir/libopcodes.a ]; then \
339 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
340 $(RANLIB) libopcodes.tmp; \
341 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
342 else true; fi
343 touch stamp-lib
344
345 libopcodes.a: stamp-lib ; @true
346
347 POTFILES = $(HFILES) $(CFILES)
348 po/POTFILES.in: @MAINT@ Makefile
349 for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
350 && mv tmp $(srcdir)/po/POTFILES.in
351
352 CLEANFILES = \
353 stamp-epiphany stamp-fr30 stamp-frv stamp-ip2k stamp-iq2000 stamp-lm32 \
354 stamp-m32c stamp-m32r stamp-mep stamp-mt stamp-or1k stamp-xstormy16 \
355 libopcodes.a stamp-lib
356
357
358 CGENDIR = @cgendir@
359 CPUDIR = $(srcdir)/../cpu
360 GUILE = `if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi`
361 CGEN = "$(GUILE) -l ${cgendir}/guile.scm -s"
362 CGENFLAGS = -v
363
364 CGENDEPS = \
365 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
366 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
367 $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
368 $(CGENDIR)/opc-opinst.scm \
369 cgen-asm.in cgen-dis.in cgen-ibld.in
370
371 CGEN_CPUS = cris epiphany fr30 frv ip2k iq2000 lm32 m32c m32r mep mt or1k xstormy16
372
373 if CGEN_MAINT
374 BPF_DEPS = stamp-bpf
375 CRIS_DEPS = stamp-cris
376 EPIPHANY_DEPS = stamp-epiphany
377 FR30_DEPS = stamp-fr30
378 FRV_DEPS = stamp-frv
379 IP2K_DEPS = stamp-ip2k
380 IQ2000_DEPS = stamp-iq2000
381 LM32_DEPS = stamp-lm32
382 M32C_DEPS = stamp-m32c
383 M32R_DEPS = stamp-m32r
384 MEP_DEPS = stamp-mep
385 MT_DEPS = stamp-mt
386 OR1K_DEPS = stamp-or1k
387 XSTORMY16_DEPS = stamp-xstormy16
388 else
389 BPF_DEPS =
390 CRIS_DEPS =
391 EPIPHANY_DEPS =
392 FR30_DEPS =
393 FRV_DEPS =
394 IP2K_DEPS =
395 IQ2000_DEPS =
396 LM32_DEPS =
397 M32C_DEPS =
398 M32R_DEPS =
399 MEP_DEPS =
400 MT_DEPS =
401 OR1K_DEPS =
402 XSTORMY16_DEPS =
403 endif
404
405 run-cgen:
406 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
407 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
408 "$(options)" "$(extrafiles)"
409 touch stamp-${prefix}
410 .PHONY: run-cgen
411
412 # Maintainer utility rule to regenerate all cgen files.
413 run-cgen-all:
414 for c in $(CGEN_CPUS) ; \
415 do \
416 $(MAKE) stamp-$$c || exit 1 ; \
417 done
418 .PHONY: run-cgen-all
419
420 # For now, require developers to configure with --enable-cgen-maint.
421
422 $(srcdir)/bpf-desc.h $(srcdir)/bpf-desc.c $(srcdir)/bpf-opc.h \
423 $(srcdir)/bpf-opc.c $(srcdir)/bpf-ibld.c \
424 $(srcdir)/bpf-asm.c $(srcdir)/bpf-dis.c: $(BPF_DEPS)
425 @true
426
427 stamp-bpf: $(CGENDEPS) $(CPUDIR)/bpf.cpu $(CPUDIR)/bpf.opc
428 $(MAKE) run-cgen arch=bpf prefix=bpf \
429 archfile=$(CPUDIR)/bpf.cpu opcfile=$(CPUDIR)/bpf.opc
430
431 $(srcdir)/cris-desc.h $(srcdir)/cris-desc.c $(srcdir)/cris-opc.h: $(CRIS_DEPS)
432 @true
433
434 stamp-cris: $(CGENDEPS) $(CPUDIR)/cris.cpu
435 $(SHELL) $(srcdir)/cgen.sh desc $(srcdir) $(CGEN) \
436 $(CGENDIR) "$(CGENFLAGS)" cris cris $(CPUDIR)/cris.cpu /dev/null \
437 "$(options)" "$(extrafiles)"
438 touch $@
439
440 $(srcdir)/epiphany-desc.h $(srcdir)/epiphany-desc.c $(srcdir)/epiphany-opc.h \
441 $(srcdir)/epiphany-opc.c $(srcdir)/epiphany-ibld.c \
442 $(srcdir)/epiphany-opinst.c $(srcdir)/epiphany-asm.c \
443 $(srcdir)/epiphany-dis.c: $(EPIPHANY_DEPS)
444 @true
445
446 stamp-epiphany: $(CGENDEPS) $(CPUDIR)/epiphany.cpu $(CPUDIR)/epiphany.opc
447 $(MAKE) run-cgen arch=epiphany prefix=epiphany options= \
448 archfile=$(CPUDIR)/epiphany.cpu opcfile=$(CPUDIR)/epiphany.opc extrafiles=
449
450 $(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)
451 @true
452 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
453 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
454 archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
455
456 $(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)
457 @true
458 stamp-frv: $(CGENDEPS) $(CPUDIR)/frv.cpu $(CPUDIR)/frv.opc
459 $(MAKE) run-cgen arch=frv prefix=frv options= \
460 archfile=$(CPUDIR)/frv.cpu opcfile=$(CPUDIR)/frv.opc extrafiles=
461
462 $(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)
463 @true
464 stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
465 $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
466 archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
467
468 $(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)
469 @true
470 stamp-iq2000: $(CGENDEPS) $(CPUDIR)/iq2000.cpu \
471 $(CPUDIR)/iq2000.opc $(CPUDIR)/iq2000m.cpu \
472 $(CPUDIR)/iq10.cpu
473 $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
474 archfile=$(CPUDIR)/iq2000.cpu \
475 opcfile=$(CPUDIR)/iq2000.opc extrafiles=
476
477 $(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)
478 @true
479 stamp-lm32: $(CGENDEPS) $(CPUDIR)/lm32.cpu $(CPUDIR)/lm32.opc
480 $(MAKE) run-cgen arch=lm32 prefix=lm32 options=opinst \
481 archfile=$(CPUDIR)/lm32.cpu \
482 opcfile=$(CPUDIR)/lm32.opc \
483 extrafiles=opinst
484
485 $(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)
486 @true
487 stamp-m32c: $(CGENDEPS) $(CPUDIR)/m32c.cpu $(CPUDIR)/m32c.opc
488 $(MAKE) run-cgen arch=m32c prefix=m32c options= \
489 archfile=$(CPUDIR)/m32c.cpu \
490 opcfile=$(CPUDIR)/m32c.opc extrafiles=
491
492 $(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)
493 @true
494 stamp-m32r: $(CGENDEPS) $(CPUDIR)/m32r.cpu $(CPUDIR)/m32r.opc
495 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
496 archfile=$(CPUDIR)/m32r.cpu \
497 opcfile=$(CPUDIR)/m32r.opc extrafiles=opinst
498
499 $(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)
500 @true
501 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
502 $(MAKE) run-cgen arch=mep prefix=mep options= \
503 archfile=$(CPUDIR)/mep.cpu opcfile=$(CPUDIR)/mep.opc extrafiles=
504
505 $(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)
506 @true
507 stamp-mt: $(CGENDEPS) $(CPUDIR)/mt.cpu $(CPUDIR)/mt.opc
508 $(MAKE) run-cgen arch=mt prefix=mt options= \
509 archfile=$(CPUDIR)/mt.cpu \
510 opcfile=$(CPUDIR)/mt.opc extrafiles=
511
512 $(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)
513 @true
514 stamp-or1k: $(CGENDEPS) $(CPUDIR)/or1k.cpu $(CPUDIR)/or1k.opc $(CPUDIR)/or1kcommon.cpu $(CPUDIR)/or1korbis.cpu $(CPUDIR)/or1korfpx.cpu
515 $(MAKE) run-cgen arch=or1k prefix=or1k options=opinst \
516 archfile=$(CPUDIR)/or1k.cpu opcfile=$(CPUDIR)/or1k.opc extrafiles=opinst
517
518 $(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)
519 @true
520 stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
521 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
522 archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
523
524 MOSTLYCLEANFILES = aarch64-gen$(EXEEXT_FOR_BUILD) i386-gen$(EXEEXT_FOR_BUILD) \
525 ia64-gen$(EXEEXT_FOR_BUILD) s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.tab \
526 z8kgen$(EXEEXT_FOR_BUILD) opc2c$(EXEEXT_FOR_BUILD)
527
528 MAINTAINERCLEANFILES = $(srcdir)/aarch64-asm-2.c $(srcdir)/aarch64-dis-2.c \
529 $(srcdir)/aarch64-opc-2.c $(srcdir)/i386-tbl.h $(srcdir)/i386-init.h \
530 $(srcdir)/ia64-asmtab.c $(srcdir)/z8k-opc.h \
531 $(srcdir)/msp430-decode.c \
532 $(srcdir)/rl78-decode.c \
533 $(srcdir)/rx-decode.c
534
535 aarch64-gen$(EXEEXT_FOR_BUILD): aarch64-gen.o $(BUILD_LIB_DEPS)
536 $(LINK_FOR_BUILD) aarch64-gen.o $(BUILD_LIBS)
537
538 aarch64-gen.o: aarch64-gen.c $(BFD_H) $(INCDIR)/getopt.h $(INCDIR)/libiberty.h\
539 $(INCDIR)/opcode/aarch64.h config.h aarch64-opc.h aarch64-tbl.h
540 $(AM_V_CC)$(COMPILE_FOR_BUILD) -c $(srcdir)/aarch64-gen.c
541
542 $(srcdir)/aarch64-asm-2.c: @MAINT@ aarch64-gen$(exeext_for_build)
543 $(AM_V_GEN)./aarch64-gen$(exeext_for_build) --gen-asm > $@
544 $(srcdir)/aarch64-dis-2.c: @MAINT@ aarch64-gen$(exeext_for_build)
545 $(AM_V_GEN)./aarch64-gen$(exeext_for_build) --gen-dis > $@
546 $(srcdir)/aarch64-opc-2.c: @MAINT@ aarch64-gen$(exeext_for_build)
547 $(AM_V_GEN)./aarch64-gen$(exeext_for_build) --gen-opc > $@
548
549 i386-gen$(EXEEXT_FOR_BUILD): i386-gen.o $(BUILD_LIB_DEPS)
550 $(AM_V_CCLD)$(LINK_FOR_BUILD) i386-gen.o $(BUILD_LIBS)
551
552 i386-gen.o: i386-gen.c i386-opc.h $(srcdir)/../include/opcode/i386.h \
553 $(INCDIR)/ansidecl.h $(INCDIR)/getopt.h $(INCDIR)/hashtab.h \
554 $(INCDIR)/libiberty.h $(INCDIR)/opcode/i386.h $(INCDIR)/safe-ctype.h \
555 config.h i386-opc.h sysdep.h
556 $(COMPILE_FOR_BUILD) -c $(srcdir)/i386-gen.c
557
558 $(srcdir)/i386-tbl.h: $(srcdir)/i386-init.h
559 @echo $@
560
561 $(srcdir)/i386-init.h: @MAINT@ i386-gen$(EXEEXT_FOR_BUILD) i386-opc.tbl i386-reg.tbl i386-opc.h
562 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) - \
563 < $(srcdir)/i386-opc.tbl \
564 | ./i386-gen$(EXEEXT_FOR_BUILD) --srcdir $(srcdir)
565
566 i386-opc.lo: $(srcdir)/i386-tbl.h
567
568 ia64-gen$(EXEEXT_FOR_BUILD): ia64-gen.o $(BUILD_LIB_DEPS)
569 $(AM_V_CCLD)$(LINK_FOR_BUILD) ia64-gen.o $(BUILD_LIBS)
570
571 ia64-gen.o: ia64-gen.c $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/getopt.h \
572 $(INCDIR)/libiberty.h $(INCDIR)/opcode/ia64.h $(INCDIR)/safe-ctype.h \
573 $(INCDIR)/symcat.h config.h ia64-opc-a.c ia64-opc-b.c \
574 ia64-opc-d.c ia64-opc-f.c ia64-opc-i.c ia64-opc-m.c \
575 ia64-opc-x.c ia64-opc.h sysdep.h
576 $(COMPILE_FOR_BUILD) -c $(srcdir)/ia64-gen.c
577
578 # Use a helper variable for the dependencies to avoid 'make' issues
579 # with continuations in comments, as @MAINT@ can be expanded to '#'.
580 ia64_asmtab_deps = ia64-gen$(EXEEXT_FOR_BUILD) ia64-ic.tbl \
581 ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
582 $(srcdir)/ia64-asmtab.c: @MAINT@ $(ia64_asmtab_deps)
583 $(AM_V_GEN)./ia64-gen$(EXEEXT_FOR_BUILD) --srcdir $(srcdir) > $@
584
585 ia64-opc.lo: $(srcdir)/ia64-asmtab.c
586
587 $(srcdir)/msp430-decode.c: @MAINT@ $(srcdir)/msp430-decode.opc opc2c$(EXEEXT_FOR_BUILD)
588 $(AM_V_GEN)./opc2c$(EXEEXT_FOR_BUILD) $(srcdir)/msp430-decode.opc > $(srcdir)/msp430-decode.c
589
590 $(srcdir)/rl78-decode.c: @MAINT@ $(srcdir)/rl78-decode.opc opc2c$(EXEEXT_FOR_BUILD)
591 $(AM_V_GEN)./opc2c$(EXEEXT_FOR_BUILD) $(srcdir)/rl78-decode.opc > $(srcdir)/rl78-decode.c
592
593 $(srcdir)/rx-decode.c: @MAINT@ $(srcdir)/rx-decode.opc opc2c$(EXEEXT_FOR_BUILD)
594 $(AM_V_GEN)./opc2c$(EXEEXT_FOR_BUILD) $(srcdir)/rx-decode.opc > $(srcdir)/rx-decode.c
595
596 opc2c$(EXEEXT_FOR_BUILD): opc2c.o $(BUILD_LIBS_DEPS)
597 $(AM_V_CCLD)$(LINK_FOR_BUILD) opc2c.o $(BUILD_LIBS)
598
599 opc2c.o: opc2c.c $(INCDIR)/libiberty.h
600 $(AM_V_CC)$(COMPILE_FOR_BUILD) -c $(srcdir)/opc2c.c
601
602 s390-mkopc$(EXEEXT_FOR_BUILD): s390-mkopc.c
603 $(AM_V_CCLD)$(COMPILE_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
604
605 s390-opc.tab: s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.txt
606 $(AM_V_GEN)./s390-mkopc$(EXEEXT_FOR_BUILD) < $(srcdir)/s390-opc.txt > s390-opc.tab
607
608 s390-opc.lo: s390-opc.tab
609
610 z8kgen$(EXEEXT_FOR_BUILD): z8kgen.o $(BUILD_LIB_DEPS)
611 $(AM_V_CCLD)$(LINK_FOR_BUILD) z8kgen.o $(BUILD_LIBS)
612
613 z8kgen.o: z8kgen.c
614 $(AM_V_CC)$(COMPILE_FOR_BUILD) -c $(srcdir)/z8kgen.c
615
616 $(srcdir)/z8k-opc.h: @MAINT@ z8kgen$(EXEEXT_FOR_BUILD)
617 $(AM_V_GEN)./z8kgen$(EXEEXT_FOR_BUILD) -a > $@
618
619 z8k-dis.lo: $(srcdir)/z8k-opc.h
620
621 MIPS_DEFS=`case \`cat ../bfd/ofiles\` in *elfxx-mips*) echo "-DHAVE_BFD_MIPS_ELF_GET_ABIFLAGS=1";; esac`
622 mips-dis.lo: mips-dis.c
623 if am__fastdepCC
624 $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $(MIPS_DEFS) $<
625 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
626 else
627 if AMDEP
628 source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
629 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
630 endif
631 $(AM_V_CC)$(LTCOMPILE) -c -o $@ $(MIPS_DEFS) $<
632 endif
633
634 sh-dis.lo: sh-dis.c
635 if am__fastdepCC
636 $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ @archdefs@ $(srcdir)/sh-dis.c
637 $(AM_V_at)mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
638 else
639 if AMDEP
640 source='sh-dis.c' object='$@' libtool=yes @AMDEPBACKSLASH@
641 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
642 endif
643 $(AM_V_CC)$(LTCOMPILE) -c -o $@ @archdefs@ $(srcdir)/sh-dis.c
644 endif