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