Add support for 64-bit ARM architecture: AArch64
[deliverable/binutils-gdb.git] / opcodes / Makefile.am
CommitLineData
252b5132
RH
1## Process this file with automake to generate Makefile.in
2
758227f0 3AUTOMAKE_OPTIONS = 1.11 foreign no-dist
79887925 4ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
252b5132 5
ff13a42d
RW
6# Build '.' first so all generated files exist.
7SUBDIRS = . po
252b5132
RH
8
9INCDIR = $(srcdir)/../include
10BFDDIR = $(srcdir)/../bfd
252b5132 11
a2d91340 12WARN_CFLAGS = @WARN_CFLAGS@
9e9b66a9 13NO_WERROR = @NO_WERROR@
35d0a169 14NO_WMISSING_FIELD_INITIALIZERS = @NO_WMISSING_FIELD_INITIALIZERS@
a2d91340
AC
15AM_CFLAGS = $(WARN_CFLAGS)
16
ff13a42d 17COMPILE_FOR_BUILD = $(CC_FOR_BUILD) $(INCLUDES) $(AM_CPPFLAGS) \
791f3971
L
18 $(CFLAGS_FOR_BUILD)
19LINK_FOR_BUILD = $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) \
20 $(LDFLAGS_FOR_BUILD) -o $@
ff13a42d 21
14ec8efd
RW
22libopcodes_la_LDFLAGS =
23if INSTALL_LIBBFD
573e8a1c
RW
24bfdlibdir = @bfdlibdir@
25bfdincludedir = @bfdincludedir@
81172ff2 26bfdlib_LTLIBRARIES = libopcodes.la
14ec8efd
RW
27bfdinclude_DATA = $(INCDIR)/dis-asm.h
28else
573e8a1c
RW
29# Empty these so that the respective installation directories will not be created.
30bfdlibdir =
31bfdincludedir =
32rpath_bfdlibdir = @bfdlibdir@
14ec8efd 33noinst_LTLIBRARIES = libopcodes.la
573e8a1c 34libopcodes_la_LDFLAGS += -rpath $(rpath_bfdlibdir)
14ec8efd 35endif
252b5132
RH
36
37# This is where bfd.h lives.
38BFD_H = ../bfd/bfd.h
39
2eee5593
AM
40BUILD_LIBS = @BUILD_LIBS@
41BUILD_LIB_DEPS = @BUILD_LIB_DEPS@
6c298591 42
252b5132
RH
43# Header files.
44HFILES = \
a06ea964 45 aarch64-asm.h aarch64-dis.h aarch64-opc.h aarch64-tbl.h \
cfb8c092 46 epiphany-desc.h epiphany-opc.h \
252b5132 47 fr30-desc.h fr30-opc.h \
fd3c93d5 48 frv-desc.h frv-opc.h \
252b5132 49 h8500-opc.h \
40fb9820 50 i386-init.h \
40b8e679
L
51 i386-opc.h \
52 i386-tbl.h \
43079f18
NC
53 ia64-asmtab.h \
54 ia64-opc.h \
a40cbfa3 55 ip2k-desc.h ip2k-opc.h \
47b1a55a 56 iq2000-desc.h iq2000-opc.h \
500b1f44
AM
57 lm32-desc.h \
58 lm32-opc.h \
49f58d10 59 m32c-desc.h m32c-opc.h \
252b5132
RH
60 m32r-desc.h m32r-opc.h \
61 mcore-opc.h \
bd2f2e55 62 mep-desc.h mep-opc.h \
7ba29e2a 63 microblaze-opc.h \
d031aafb 64 mt-desc.h mt-opc.h \
87e6d782 65 openrisc-desc.h openrisc-opc.h \
1c0d3aa6 66 score-opc.h \
252b5132 67 sh-opc.h \
43079f18 68 sh64-opc.h \
252b5132
RH
69 sysdep.h \
70 w65-opc.h \
d70c5fc7 71 xc16x-desc.h xc16x-opc.h \
93fbbb04 72 xstormy16-desc.h xstormy16-opc.h \
252b5132
RH
73 z8k-opc.h
74
6f01793d
RW
75# C source files that correspond to .o's ending up in libopcodes
76# for all machines.
77TARGET_LIBOPCODES_CFILES = \
a06ea964
NC
78 aarch64-asm.c \
79 aarch64-asm-2.c \
80 aarch64-dis.c \
81 aarch64-dis-2.c \
82 aarch64-opc.c \
83 aarch64-opc-2.c \
252b5132
RH
84 alpha-dis.c \
85 alpha-opc.c \
71f22174 86 arc-dis.c \
0d2bcfaf 87 arc-ext.c \
6f01793d 88 arc-opc.c \
252b5132 89 arm-dis.c \
832ddf62 90 avr-dis.c \
4b7f6baa 91 bfin-dis.c \
252b5132 92 cgen-asm.c \
3609e0fe 93 cgen-bitset.c \
252b5132
RH
94 cgen-dis.c \
95 cgen-opc.c \
3d3d428f
NC
96 cr16-dis.c \
97 cr16-opc.c \
6c95a37f
HPN
98 cris-dis.c \
99 cris-opc.c \
1fe1f39c
NC
100 crx-dis.c \
101 crx-opc.c \
252b5132
RH
102 d10v-dis.c \
103 d10v-opc.c \
104 d30v-dis.c \
105 d30v-opc.c \
d172d4ba 106 dlx-dis.c \
cfb8c092
NC
107 epiphany-asm.c \
108 epiphany-desc.c \
109 epiphany-dis.c \
110 epiphany-ibld.c \
111 epiphany-opc.c \
252b5132
RH
112 fr30-asm.c \
113 fr30-desc.c \
114 fr30-dis.c \
115 fr30-ibld.c \
116 fr30-opc.c \
fd3c93d5
DB
117 frv-asm.c \
118 frv-desc.c \
119 frv-dis.c \
120 frv-ibld.c \
121 frv-opc.c \
252b5132
RH
122 h8300-dis.c \
123 h8500-dis.c \
124 hppa-dis.c \
5b93d8bb
AM
125 i370-dis.c \
126 i370-opc.c \
252b5132 127 i386-dis.c \
0b1cf022 128 i386-opc.c \
915ef37f 129 i860-dis.c \
252b5132 130 i960-dis.c \
800eeca4 131 ia64-dis.c \
800eeca4 132 ia64-opc.c \
a40cbfa3
NC
133 ip2k-asm.c \
134 ip2k-desc.c \
135 ip2k-dis.c \
136 ip2k-ibld.c \
137 ip2k-opc.c \
47b1a55a
SC
138 iq2000-asm.c \
139 iq2000-desc.c \
140 iq2000-dis.c \
141 iq2000-ibld.c \
142 iq2000-opc.c \
828c0124
JK
143 lm32-asm.c \
144 lm32-desc.c \
828c0124
JK
145 lm32-dis.c \
146 lm32-ibld.c \
147 lm32-opc.c \
828c0124 148 lm32-opinst.c \
6f01793d
RW
149 m10200-dis.c \
150 m10200-opc.c \
151 m10300-dis.c \
152 m10300-opc.c \
49f58d10
JB
153 m32c-asm.c \
154 m32c-desc.c \
155 m32c-dis.c \
156 m32c-ibld.c \
157 m32c-opc.c \
252b5132
RH
158 m32r-asm.c \
159 m32r-desc.c \
160 m32r-dis.c \
161 m32r-ibld.c \
162 m32r-opc.c \
163 m32r-opinst.c \
60bcf0fa
NC
164 m68hc11-dis.c \
165 m68hc11-opc.c \
252b5132
RH
166 m68k-dis.c \
167 m68k-opc.c \
168 m88k-dis.c \
169 mcore-dis.c \
bd2f2e55
DB
170 mep-asm.c \
171 mep-desc.c \
172 mep-dis.c \
173 mep-ibld.c \
174 mep-opc.c \
7ba29e2a 175 microblaze-dis.c \
df58fc94 176 micromips-opc.c \
6f01793d 177 mips-dis.c \
252b5132
RH
178 mips-opc.c \
179 mips16-opc.c \
3c3bdf30
NC
180 mmix-dis.c \
181 mmix-opc.c \
6f01793d
RW
182 moxie-dis.c \
183 moxie-opc.c \
184 msp430-dis.c \
d031aafb
NS
185 mt-asm.c \
186 mt-desc.c \
187 mt-dis.c \
188 mt-ibld.c \
189 mt-opc.c \
252b5132 190 ns32k-dis.c \
87e6d782
NC
191 openrisc-asm.c \
192 openrisc-desc.c \
193 openrisc-dis.c \
194 openrisc-ibld.c \
195 openrisc-opc.c \
3b16e843
NC
196 or32-dis.c \
197 or32-opc.c \
e135f41b
NC
198 pdp11-dis.c \
199 pdp11-opc.c \
1e608f98
ILT
200 pj-dis.c \
201 pj-opc.c \
252b5132
RH
202 ppc-dis.c \
203 ppc-opc.c \
99c513f6
DD
204 rl78-decode.c \
205 rl78-dis.c \
c7927a3c
NC
206 rx-decode.c \
207 rx-dis.c \
a85d7ed0 208 s390-dis.c \
6f01793d 209 s390-opc.c \
1c0d3aa6 210 score-dis.c \
c3b7224a 211 score7-dis.c \
252b5132 212 sh-dis.c \
43079f18
NC
213 sh64-dis.c \
214 sh64-opc.c \
252b5132
RH
215 sparc-dis.c \
216 sparc-opc.c \
e9f53129
AM
217 spu-dis.c \
218 spu-opc.c \
252b5132 219 tic30-dis.c \
026df7c5 220 tic4x-dis.c \
5c84d377
TW
221 tic54x-dis.c \
222 tic54x-opc.c \
40b36596 223 tic6x-dis.c \
252b5132
RH
224 tic80-dis.c \
225 tic80-opc.c \
aa137e4d
NC
226 tilegx-dis.c \
227 tilegx-opc.c \
228 tilepro-dis.c \
229 tilepro-opc.c \
71f22174
AS
230 v850-dis.c \
231 v850-opc.c \
252b5132
RH
232 vax-dis.c \
233 w65-dis.c \
d70c5fc7
NC
234 xc16x-asm.c \
235 xc16x-desc.c \
236 xc16x-dis.c \
237 xc16x-ibld.c \
238 xc16x-opc.c \
93fbbb04
GK
239 xstormy16-asm.c \
240 xstormy16-desc.c \
241 xstormy16-dis.c \
242 xstormy16-ibld.c \
243 xstormy16-opc.c \
e0001a05 244 xtensa-dis.c \
f6c1a2d5
NC
245 xgate-dis.c \
246 xgate-opc.c \
3c9b82ba 247 z80-dis.c \
6f01793d
RW
248 z8k-dis.c
249
250# C source files that correspond to .o's ending up in libopcodes.
251LIBOPCODES_CFILES = \
252 $(TARGET_LIBOPCODES_CFILES) \
253 dis-buf.c \
254 dis-init.c \
255 disassemble.c
256
257# C source files that correspond to .o's.
258CFILES = \
259 $(LIBOPCODES_CFILES) \
a06ea964 260 aarch64-gen.c \
6f01793d
RW
261 i386-gen.c \
262 ia64-asmtab.c \
263 ia64-gen.c \
264 ia64-opc-a.c \
265 ia64-opc-b.c \
266 ia64-opc-f.c \
267 ia64-opc-i.c \
268 ia64-opc-m.c \
269 ia64-opc-d.c \
270 s390-mkopc.c \
252b5132
RH
271 z8kgen.c
272
6f01793d 273ALL_MACHINES = $(TARGET_LIBOPCODES_CFILES:.c=.lo)
252b5132
RH
274
275OFILES = @BFD_MACHINES@
276
3f85e526
L
277# We should reconfigure whenever bfd/configure.in changes, because
278# that's where the version number in Makefile comes from.
279CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
280
14ec8efd 281AM_CPPFLAGS = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
252b5132 282
758227f0
RW
283disassemble.lo: disassemble.c
284if am__fastdepCC
285 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ @archdefs@ $(srcdir)/disassemble.c
286 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
287else
288if AMDEP
289 source='disassemble.c' object='$@' libtool=yes @AMDEPBACKSLASH@
290 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
291endif
292 $(LTCOMPILE) -c -o $@ @archdefs@ $(srcdir)/disassemble.c
293endif
252b5132 294
92c2346c 295libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c
3ba7a1aa
DJ
296# It's desirable to list ../bfd/libbfd.la in DEPENDENCIES and LIBADD.
297# Unfortunately this causes libtool to add -L$(libdir), referring to the
298# planned install directory of libbfd. This can cause us to pick up an
299# old version of libbfd, or to pick up libbfd for the wrong architecture
45d42143
NC
300# if host != build. So for building with shared libraries we use a
301# hardcoded path to libbfd.so instead of relying on the entries in libbfd.la.
302libopcodes_la_DEPENDENCIES = $(OFILES) @SHARED_DEPENDENCIES@
303libopcodes_la_LIBADD = $(OFILES) @SHARED_LIBADD@
14ec8efd 304libopcodes_la_LDFLAGS += -release `cat ../bfd/libtool-soversion` @SHARED_LDFLAGS@
758227f0 305# Allow dependency tracking to work on all the source files.
6f01793d 306EXTRA_libopcodes_la_SOURCES = $(LIBOPCODES_CFILES)
252b5132
RH
307
308# libtool will build .libs/libopcodes.a. We create libopcodes.a in
309# the build directory so that we don't have to convert all the
310# programs that use libopcodes.a simultaneously. This is a hack which
311# should be removed if everything else starts using libtool. FIXME.
312
313noinst_LIBRARIES = libopcodes.a
d92fa646 314libopcodes_a_SOURCES =
252b5132
RH
315
316stamp-lib: libopcodes.la
e56f75e9
ILT
317 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
318 if [ -f $$libtooldir/libopcodes.a ]; then \
319 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
847ee773 320 $(RANLIB) libopcodes.tmp; \
252b5132
RH
321 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
322 else true; fi
323 touch stamp-lib
324
325libopcodes.a: stamp-lib ; @true
326
327POTFILES = $(HFILES) $(CFILES)
328po/POTFILES.in: @MAINT@ Makefile
323ee3f4 329 for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
252b5132
RH
330 && mv tmp $(srcdir)/po/POTFILES.in
331
252b5132 332CLEANFILES = \
cfb8c092 333 stamp-epiphany stamp-fr30 stamp-frv stamp-ip2k stamp-iq2000 stamp-lm32 \
a43817df
AM
334 stamp-m32c stamp-m32r stamp-mep stamp-mt \
335 stamp-openrisc stamp-xc16x stamp-xstormy16 \
336 libopcodes.a stamp-lib
252b5132
RH
337
338
6e31aea3 339CGENDIR = @cgendir@
dc15e575 340CPUDIR = $(srcdir)/../cpu
0a40490e 341CGEN = "`if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` -l ${cgendir}/guile.scm -s"
6e31aea3
BE
342CGENFLAGS = -v
343
bc98a631 344CGENDEPS = \
6e31aea3
BE
345 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
346 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
347 $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
348 $(CGENDIR)/opc-opinst.scm \
349 cgen-asm.in cgen-dis.in cgen-ibld.in
350
cfb8c092 351CGEN_CPUS = epiphany fr30 frv ip2k iq2000 lm32 m32c m32r mep mt openrisc xc16x xstormy16
4714fbc0 352
6e31aea3 353if CGEN_MAINT
cfb8c092 354EPIPHANY_DEPS = stamp-epiphany
d1119f7a
DE
355FR30_DEPS = stamp-fr30
356FRV_DEPS = stamp-frv
a40cbfa3 357IP2K_DEPS = stamp-ip2k
d1119f7a 358IQ2000_DEPS = stamp-iq2000
84e94c90 359LM32_DEPS = stamp-lm32
49f58d10 360M32C_DEPS = stamp-m32c
6e31aea3 361M32R_DEPS = stamp-m32r
bd2f2e55 362MEP_DEPS = stamp-mep
4970f871 363MT_DEPS = stamp-mt
87e6d782 364OPENRISC_DEPS = stamp-openrisc
d70c5fc7 365XC16X_DEPS = stamp-xc16x
93fbbb04 366XSTORMY16_DEPS = stamp-xstormy16
6e31aea3 367else
cfb8c092 368EPIPHANY_DEPS =
d1119f7a
DE
369FR30_DEPS =
370FRV_DEPS =
a40cbfa3 371IP2K_DEPS =
d1119f7a 372IQ2000_DEPS =
84e94c90 373LM32_DEPS =
49f58d10 374M32C_DEPS =
6e31aea3 375M32R_DEPS =
bd2f2e55 376MEP_DEPS =
4970f871 377MT_DEPS =
87e6d782 378OPENRISC_DEPS =
d70c5fc7 379XC16X_DEPS =
93fbbb04 380XSTORMY16_DEPS =
6e31aea3
BE
381endif
382
383run-cgen:
384 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
9c2de729
DB
385 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
386 "$(options)" "$(extrafiles)"
6e31aea3
BE
387 touch stamp-${prefix}
388.PHONY: run-cgen
389
4714fbc0
DE
390# Maintainer utility rule to regenerate all cgen files.
391run-cgen-all:
392 for c in $(CGEN_CPUS) ; \
393 do \
394 $(MAKE) stamp-$$c || exit 1 ; \
395 done
396.PHONY: run-cgen-all
397
6e31aea3 398# For now, require developers to configure with --enable-cgen-maint.
d1119f7a 399
cfb8c092
NC
400$(srcdir)/epiphany-desc.h $(srcdir)/epiphany-desc.c $(srcdir)/epiphany-opc.h \
401 $(srcdir)/epiphany-opc.c $(srcdir)/epiphany-ibld.c \
402 $(srcdir)/epiphany-opinst.c $(srcdir)/epiphany-asm.c \
403 $(srcdir)/epiphany-dis.c: $(EPIPHANY_DEPS)
404 @true
405
406stamp-epiphany: $(CGENDEPS) $(CPUDIR)/epiphany.cpu $(CPUDIR)/epiphany.opc
407 $(MAKE) run-cgen arch=epiphany prefix=epiphany options= \
408 archfile=$(CPUDIR)/epiphany.cpu opcfile=$(CPUDIR)/epiphany.opc extrafiles=
409
d1119f7a
DE
410$(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)
411 @true
412stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
413 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
414 archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
415
416$(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)
417 @true
dc15e575 418stamp-frv: $(CGENDEPS) $(CPUDIR)/frv.cpu $(CPUDIR)/frv.opc
d1119f7a 419 $(MAKE) run-cgen arch=frv prefix=frv options= \
dc15e575 420 archfile=$(CPUDIR)/frv.cpu opcfile=$(CPUDIR)/frv.opc extrafiles=
d1119f7a 421
a40cbfa3
NC
422$(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)
423 @true
424stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
9c2de729
DB
425 $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
426 archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
a40cbfa3 427
d1119f7a
DE
428$(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)
429 @true
dc15e575
NC
430stamp-iq2000: $(CGENDEPS) $(CPUDIR)/iq2000.cpu \
431 $(CPUDIR)/iq2000.opc $(CPUDIR)/iq2000m.cpu \
432 $(CPUDIR)/iq10.cpu
d1119f7a 433 $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
dc15e575
NC
434 archfile=$(CPUDIR)/iq2000.cpu \
435 opcfile=$(CPUDIR)/iq2000.opc extrafiles=
d1119f7a 436
84e94c90
NC
437$(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)
438 @true
dc15e575 439stamp-lm32: $(CGENDEPS) $(CPUDIR)/lm32.cpu $(CPUDIR)/lm32.opc
84e94c90 440 $(MAKE) run-cgen arch=lm32 prefix=lm32 options=opinst \
dc15e575
NC
441 archfile=$(CPUDIR)/lm32.cpu \
442 opcfile=$(CPUDIR)/lm32.opc \
84e94c90
NC
443 extrafiles=opinst
444
49f58d10
JB
445$(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)
446# @true
dc15e575 447stamp-m32c: $(CGENDEPS) $(CPUDIR)/m32c.cpu $(CPUDIR)/m32c.opc
49f58d10 448 $(MAKE) run-cgen arch=m32c prefix=m32c options= \
dc15e575
NC
449 archfile=$(CPUDIR)/m32c.cpu \
450 opcfile=$(CPUDIR)/m32c.opc extrafiles=
49f58d10 451
6e31aea3 452$(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 453 @true
dc15e575 454stamp-m32r: $(CGENDEPS) $(CPUDIR)/m32r.cpu $(CPUDIR)/m32r.opc
9c2de729 455 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
dc15e575
NC
456 archfile=$(CPUDIR)/m32r.cpu \
457 opcfile=$(CPUDIR)/m32r.opc extrafiles=opinst
6e31aea3 458
bd2f2e55
DB
459$(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)
460 @true
461stamp-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
462 $(MAKE) run-cgen arch=mep prefix=mep options= \
463 archfile=$(CPUDIR)/mep.cpu opcfile=$(CPUDIR)/mep.opc extrafiles=
464
d031aafb 465$(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 466 @true
dc15e575 467stamp-mt: $(CGENDEPS) $(CPUDIR)/mt.cpu $(CPUDIR)/mt.opc
d031aafb 468 $(MAKE) run-cgen arch=mt prefix=mt options= \
dc15e575
NC
469 archfile=$(CPUDIR)/mt.cpu \
470 opcfile=$(CPUDIR)/mt.opc extrafiles=
ac188222 471
87e6d782
NC
472$(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)
473 @true
4a3264e6 474stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
9c2de729
DB
475 $(MAKE) run-cgen arch=openrisc prefix=openrisc options= \
476 archfile=$(CPUDIR)/openrisc.cpu opcfile=$(CPUDIR)/openrisc.opc extrafiles=
87e6d782 477
d1119f7a 478$(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)
47b1a55a 479 @true
dc15e575 480stamp-xc16x: $(CGENDEPS) $(CPUDIR)/xc16x.cpu $(CPUDIR)/xc16x.opc
d1119f7a 481 $(MAKE) run-cgen arch=xc16x prefix=xc16x options= \
dc15e575
NC
482 archfile=$(CPUDIR)/xc16x.cpu \
483 opcfile=$(CPUDIR)/xc16x.opc \
c7e770a0 484 extrafiles=
47b1a55a 485
93fbbb04
GK
486$(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)
487 @true
488stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
9c2de729
DB
489 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
490 archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
93fbbb04 491
a06ea964
NC
492MOSTLYCLEANFILES = aarch64-gen$(EXEEXT_FOR_BUILD) i386-gen$(EXEEXT_FOR_BUILD) \
493 ia64-gen$(EXEEXT_FOR_BUILD) s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.tab \
494 z8kgen$(EXEEXT_FOR_BUILD) opc2c$(EXEEXT_FOR_BUILD)
ff13a42d 495
a06ea964
NC
496MAINTAINERCLEANFILES = $(srcdir)/aarch64-asm-2.c $(srcdir)/aarch64-dis-2.c \
497 $(srcdir)/aarch64-opc-2.c $(srcdir)/i386-tbl.h $(srcdir)/i386-init.h \
56300268 498 $(srcdir)/ia64-asmtab.c $(srcdir)/z8k-opc.h \
99c513f6 499 $(srcdir)/rl78-decode.c \
49293ef7 500 $(srcdir)/rx-decode.c
ff13a42d 501
a06ea964
NC
502aarch64-gen$(EXEEXT_FOR_BUILD): aarch64-gen.o $(BUILD_LIB_DEPS)
503 $(LINK_FOR_BUILD) aarch64-gen.o $(BUILD_LIBS)
504
505aarch64-gen.o: aarch64-gen.c $(BFD_H) $(INCDIR)/getopt.h $(INCDIR)/libiberty.h\
506 $(INCDIR)/opcode/aarch64.h config.h aarch64-opc.h aarch64-tbl.h
507 $(COMPILE_FOR_BUILD) -c $(srcdir)/aarch64-gen.c
508
509$(srcdir)/aarch64-asm-2.c: @MAINT@ aarch64-gen$(exeext_for_build)
510 ./aarch64-gen$(exeext_for_build) --gen-asm > $@
511$(srcdir)/aarch64-dis-2.c: @MAINT@ aarch64-gen$(exeext_for_build)
512 ./aarch64-gen$(exeext_for_build) --gen-dis > $@
513$(srcdir)/aarch64-opc-2.c: @MAINT@ aarch64-gen$(exeext_for_build)
514 ./aarch64-gen$(exeext_for_build) --gen-opc > $@
515
2eee5593
AM
516i386-gen$(EXEEXT_FOR_BUILD): i386-gen.o $(BUILD_LIB_DEPS)
517 $(LINK_FOR_BUILD) i386-gen.o $(BUILD_LIBS)
ff13a42d
RW
518
519i386-gen.o: i386-gen.c i386-opc.h $(srcdir)/../include/opcode/i386.h \
520 $(INCDIR)/ansidecl.h $(INCDIR)/getopt.h $(INCDIR)/hashtab.h \
521 $(INCDIR)/libiberty.h $(INCDIR)/opcode/i386.h $(INCDIR)/safe-ctype.h \
522 config.h i386-opc.h sysdep.h
523 $(COMPILE_FOR_BUILD) -c $(srcdir)/i386-gen.c
40b8e679 524
40fb9820
L
525$(srcdir)/i386-tbl.h: $(srcdir)/i386-init.h
526 @echo $@
527
ff13a42d
RW
528$(srcdir)/i386-init.h: @MAINT@ i386-gen$(EXEEXT_FOR_BUILD) i386-opc.tbl i386-reg.tbl
529 ./i386-gen$(EXEEXT_FOR_BUILD) --srcdir $(srcdir)
530
531i386-opc.lo: $(srcdir)/i386-tbl.h
532
2eee5593
AM
533ia64-gen$(EXEEXT_FOR_BUILD): ia64-gen.o $(BUILD_LIB_DEPS)
534 $(LINK_FOR_BUILD) ia64-gen.o $(BUILD_LIBS)
40b8e679 535
ff13a42d
RW
536ia64-gen.o: ia64-gen.c $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/getopt.h \
537 $(INCDIR)/libiberty.h $(INCDIR)/opcode/ia64.h $(INCDIR)/safe-ctype.h \
538 $(INCDIR)/symcat.h config.h ia64-opc-a.c ia64-opc-b.c \
539 ia64-opc-d.c ia64-opc-f.c ia64-opc-i.c ia64-opc-m.c \
540 ia64-opc-x.c ia64-opc.h sysdep.h
541 $(COMPILE_FOR_BUILD) -c $(srcdir)/ia64-gen.c
800eeca4 542
ff13a42d
RW
543# Use a helper variable for the dependencies to avoid 'make' issues
544# with continuations in comments, as @MAINT@ can be expanded to '#'.
545ia64_asmtab_deps = ia64-gen$(EXEEXT_FOR_BUILD) ia64-ic.tbl \
546 ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
547$(srcdir)/ia64-asmtab.c: @MAINT@ $(ia64_asmtab_deps)
548 ./ia64-gen$(EXEEXT_FOR_BUILD) --srcdir $(srcdir) > $@
252b5132 549
ff13a42d 550ia64-opc.lo: $(srcdir)/ia64-asmtab.c
b6849f55 551
99c513f6
DD
552$(srcdir)/rl78-decode.c: @MAINT@ $(srcdir)/rl78-decode.opc opc2c$(EXEEXT_FOR_BUILD)
553 ./opc2c$(EXEEXT_FOR_BUILD) $(srcdir)/rl78-decode.opc > $(srcdir)/rl78-decode.c
554
35d0a169
MR
555micromips-opc.lo: micromips-opc.c
556 $(LTCOMPILE) $(NO_WMISSING_FIELD_INITIALIZERS) -c -o $@ $<
557
558mips-opc.lo: mips-opc.c
559 $(LTCOMPILE) $(NO_WMISSING_FIELD_INITIALIZERS) -c -o $@ $<
560
561mips16-opc.lo: mips16-opc.c
562 $(LTCOMPILE) $(NO_WMISSING_FIELD_INITIALIZERS) -c -o $@ $<
563
49293ef7
NC
564$(srcdir)/rx-decode.c: @MAINT@ $(srcdir)/rx-decode.opc opc2c$(EXEEXT_FOR_BUILD)
565 ./opc2c$(EXEEXT_FOR_BUILD) $(srcdir)/rx-decode.opc > $(srcdir)/rx-decode.c
566
567opc2c$(EXEEXT_FOR_BUILD): opc2c.o $(BUILD_LIBS_DEPS)
568 $(LINK_FOR_BUILD) opc2c.o $(BUILD_LIBS)
569
570opc2c.o: opc2c.c $(INCDIR)/libiberty.h
571 $(COMPILE_FOR_BUILD) -c $(srcdir)/opc2c.c
572
ff13a42d
RW
573s390-mkopc$(EXEEXT_FOR_BUILD): s390-mkopc.c
574 $(COMPILE_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
575
576s390-opc.tab: s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.txt
577 ./s390-mkopc$(EXEEXT_FOR_BUILD) < $(srcdir)/s390-opc.txt > s390-opc.tab
b6849f55 578
758227f0 579s390-opc.lo: s390-opc.tab
252b5132 580
2eee5593
AM
581z8kgen$(EXEEXT_FOR_BUILD): z8kgen.o $(BUILD_LIB_DEPS)
582 $(LINK_FOR_BUILD) z8kgen.o $(BUILD_LIBS)
ff13a42d
RW
583
584z8kgen.o: z8kgen.c
585 $(COMPILE_FOR_BUILD) -c $(srcdir)/z8kgen.c
586
587$(srcdir)/z8k-opc.h: @MAINT@ z8kgen$(EXEEXT_FOR_BUILD)
588 ./z8kgen$(EXEEXT_FOR_BUILD) -a > $@
589
590z8k-dis.lo: $(srcdir)/z8k-opc.h
591
758227f0
RW
592sh-dis.lo: sh-dis.c
593if am__fastdepCC
594 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ @archdefs@ $(srcdir)/sh-dis.c
595 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
596else
597if AMDEP
598 source='sh-dis.c' object='$@' libtool=yes @AMDEPBACKSLASH@
599 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
600endif
601 $(LTCOMPILE) -c -o $@ @archdefs@ $(srcdir)/sh-dis.c
602endif
This page took 0.75826 seconds and 4 git commands to generate.