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