* Makefile.am (BUILD_LIBINTL): New variable.
[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         $(CFLAGS_FOR_BUILD)
18 LINK_FOR_BUILD = $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) \
19         $(LDFLAGS_FOR_BUILD) -o $@
20
21 libopcodes_la_LDFLAGS =
22 if INSTALL_LIBBFD
23 bfdlibdir = @bfdlibdir@
24 bfdincludedir = @bfdincludedir@
25 bfdlib_LTLIBRARIES = libopcodes.la
26 bfdinclude_DATA = $(INCDIR)/dis-asm.h
27 else
28 # Empty these so that the respective installation directories will not be created.
29 bfdlibdir =
30 bfdincludedir =
31 rpath_bfdlibdir = @bfdlibdir@
32 noinst_LTLIBRARIES = libopcodes.la
33 libopcodes_la_LDFLAGS += -rpath $(rpath_bfdlibdir)
34 endif
35
36 # This is where bfd.h lives.
37 BFD_H = ../bfd/bfd.h
38
39 # This is where libiberty lives.
40 LIBIBERTY = ../libiberty/libiberty.a
41 # This is only true when not cross-compiling.
42 BUILD_LIBIBERTY = $(LIBIBERTY)
43 # And so is this.
44 BUILD_LIBINTL = $(LIBINTL)
45
46 # Header files.
47 HFILES = \
48         cgen-ops.h cgen-types.h \
49         fr30-desc.h fr30-opc.h \
50         frv-desc.h frv-opc.h \
51         h8500-opc.h \
52         i386-init.h \
53         i386-opc.h \
54         i386-tbl.h \
55         ia64-asmtab.h \
56         ia64-opc.h \
57         ip2k-desc.h ip2k-opc.h \
58         iq2000-desc.h iq2000-opc.h \
59         lm32-desc.h \
60         lm32-opc.h \
61         m32c-desc.h m32c-opc.h \
62         m32r-desc.h m32r-opc.h \
63         mcore-opc.h \
64         mep-desc.h mep-opc.h \
65         microblaze-opc.h \
66         mt-desc.h mt-opc.h \
67         openrisc-desc.h openrisc-opc.h \
68         score-opc.h \
69         sh-opc.h \
70         sh64-opc.h \
71         sysdep.h \
72         w65-opc.h \
73         xc16x-desc.h xc16x-opc.h \
74         xstormy16-desc.h xstormy16-opc.h \
75         z8k-opc.h
76
77 # C source files that correspond to .o's ending up in libopcodes
78 # for all machines.
79 TARGET_LIBOPCODES_CFILES = \
80         alpha-dis.c \
81         alpha-opc.c \
82         arc-dis.c \
83         arc-ext.c \
84         arc-opc.c \
85         arm-dis.c \
86         avr-dis.c \
87         bfin-dis.c \
88         cgen-asm.c \
89         cgen-bitset.c \
90         cgen-dis.c \
91         cgen-opc.c \
92         cr16-dis.c \
93         cr16-opc.c \
94         cris-dis.c \
95         cris-opc.c \
96         crx-dis.c \
97         crx-opc.c \
98         d10v-dis.c \
99         d10v-opc.c \
100         d30v-dis.c \
101         d30v-opc.c \
102         dlx-dis.c \
103         fr30-asm.c \
104         fr30-desc.c \
105         fr30-dis.c \
106         fr30-ibld.c \
107         fr30-opc.c \
108         frv-asm.c \
109         frv-desc.c \
110         frv-dis.c \
111         frv-ibld.c \
112         frv-opc.c \
113         h8300-dis.c \
114         h8500-dis.c \
115         hppa-dis.c \
116         i370-dis.c \
117         i370-opc.c \
118         i386-dis.c \
119         i386-opc.c \
120         i860-dis.c \
121         i960-dis.c \
122         ia64-dis.c \
123         ia64-opc.c \
124         ip2k-asm.c \
125         ip2k-desc.c \
126         ip2k-dis.c \
127         ip2k-ibld.c \
128         ip2k-opc.c \
129         iq2000-asm.c \
130         iq2000-desc.c \
131         iq2000-dis.c \
132         iq2000-ibld.c \
133         iq2000-opc.c \
134         lm32-asm.c \
135         lm32-desc.c \
136         lm32-dis.c \
137         lm32-ibld.c \
138         lm32-opc.c \
139         lm32-opinst.c \
140         m10200-dis.c \
141         m10200-opc.c \
142         m10300-dis.c \
143         m10300-opc.c \
144         m32c-asm.c \
145         m32c-desc.c \
146         m32c-dis.c \
147         m32c-ibld.c \
148         m32c-opc.c \
149         m32r-asm.c \
150         m32r-desc.c \
151         m32r-dis.c \
152         m32r-ibld.c \
153         m32r-opc.c \
154         m32r-opinst.c \
155         m68hc11-dis.c \
156         m68hc11-opc.c \
157         m68k-dis.c \
158         m68k-opc.c \
159         m88k-dis.c \
160         maxq-dis.c \
161         mcore-dis.c \
162         mep-asm.c \
163         mep-desc.c \
164         mep-dis.c \
165         mep-ibld.c \
166         mep-opc.c \
167         microblaze-dis.c \
168         mips-dis.c \
169         mips-opc.c \
170         mips16-opc.c \
171         mmix-dis.c \
172         mmix-opc.c \
173         moxie-dis.c \
174         moxie-opc.c \
175         msp430-dis.c \
176         mt-asm.c \
177         mt-desc.c \
178         mt-dis.c \
179         mt-ibld.c \
180         mt-opc.c \
181         ns32k-dis.c \
182         openrisc-asm.c \
183         openrisc-desc.c \
184         openrisc-dis.c \
185         openrisc-ibld.c \
186         openrisc-opc.c \
187         or32-dis.c \
188         or32-opc.c \
189         pdp11-dis.c \
190         pdp11-opc.c \
191         pj-dis.c \
192         pj-opc.c \
193         ppc-dis.c \
194         ppc-opc.c \
195         s390-dis.c \
196         s390-opc.c \
197         score-dis.c \
198         score7-dis.c \
199         sh-dis.c \
200         sh64-dis.c \
201         sh64-opc.c \
202         sparc-dis.c \
203         sparc-opc.c \
204         spu-dis.c \
205         spu-opc.c \
206         tic30-dis.c \
207         tic4x-dis.c \
208         tic54x-dis.c \
209         tic54x-opc.c \
210         tic80-dis.c \
211         tic80-opc.c \
212         v850-dis.c \
213         v850-opc.c \
214         vax-dis.c \
215         w65-dis.c \
216         xc16x-asm.c \
217         xc16x-desc.c \
218         xc16x-dis.c \
219         xc16x-ibld.c \
220         xc16x-opc.c \
221         xstormy16-asm.c \
222         xstormy16-desc.c \
223         xstormy16-dis.c \
224         xstormy16-ibld.c \
225         xstormy16-opc.c \
226         xtensa-dis.c \
227         z80-dis.c \
228         z8k-dis.c
229
230 # C source files that correspond to .o's ending up in libopcodes.
231 LIBOPCODES_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.
238 CFILES = \
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 \
250         z8kgen.c
251
252 ALL_MACHINES = $(TARGET_LIBOPCODES_CFILES:.c=.lo)
253
254 OFILES = @BFD_MACHINES@
255
256 # We should reconfigure whenever bfd/configure.in changes, because
257 # that's where the version number in Makefile comes from.
258 CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
259
260 AM_CPPFLAGS = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
261
262 disassemble.lo: disassemble.c
263 if am__fastdepCC
264         $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ @archdefs@ $(srcdir)/disassemble.c
265         mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
266 else
267 if AMDEP
268         source='disassemble.c' object='$@' libtool=yes @AMDEPBACKSLASH@
269         DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
270 endif
271         $(LTCOMPILE) -c -o $@ @archdefs@ $(srcdir)/disassemble.c
272 endif
273
274 libopcodes_la_SOURCES =  dis-buf.c disassemble.c dis-init.c
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
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.
281 libopcodes_la_DEPENDENCIES = $(OFILES) @SHARED_DEPENDENCIES@
282 libopcodes_la_LIBADD = $(OFILES) @SHARED_LIBADD@
283 libopcodes_la_LDFLAGS += -release `cat ../bfd/libtool-soversion` @SHARED_LDFLAGS@
284 # Allow dependency tracking to work on all the source files.
285 EXTRA_libopcodes_la_SOURCES = $(LIBOPCODES_CFILES)
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
292 noinst_LIBRARIES = libopcodes.a
293
294 stamp-lib: libopcodes.la
295         libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
296         if [ -f $$libtooldir/libopcodes.a ]; then \
297           cp $$libtooldir/libopcodes.a libopcodes.tmp; \
298           $(RANLIB) libopcodes.tmp; \
299           $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
300         else true; fi
301         touch stamp-lib
302
303 libopcodes.a: stamp-lib ; @true
304
305 POTFILES = $(HFILES) $(CFILES)
306 po/POTFILES.in: @MAINT@ Makefile
307         for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
308           && mv tmp $(srcdir)/po/POTFILES.in
309
310 CLEANFILES = \
311         stamp-ip2k stamp-m32c stamp-m32r stamp-fr30 stamp-frv \
312         stamp-openrisc stamp-iq2000 stamp-mep stamp-mt stamp-xstormy16 stamp-xc16x\
313         libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
314
315
316 CGENDIR = @cgendir@
317 CPUDIR = $(CGENDIR)/cpu
318 CGEN = "`if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` -l ${cgendir}/guile.scm -s"
319 CGENFLAGS = -v
320
321 CGENDEPS = \
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
328 CGEN_CPUS = fr30 frv ip2k m32c m32r mep mt openrisc xc16x xstormy16
329
330 if CGEN_MAINT
331 IP2K_DEPS = stamp-ip2k
332 LM32_DEPS = stamp-lm32
333 M32C_DEPS = stamp-m32c
334 M32R_DEPS = stamp-m32r
335 FR30_DEPS = stamp-fr30
336 FRV_DEPS = stamp-frv
337 MEP_DEPS = stamp-mep
338 MT_DEPS = stamp-mt
339 OPENRISC_DEPS = stamp-openrisc
340 IQ2000_DEPS = stamp-iq2000
341 XC16X_DEPS = stamp-xc16x
342 XSTORMY16_DEPS = stamp-xstormy16
343 else
344 IP2K_DEPS =
345 LM32_DEPS = 
346 M32C_DEPS =
347 M32R_DEPS =
348 FR30_DEPS =
349 FRV_DEPS =
350 MEP_DEPS =
351 MT_DEPS =
352 OPENRISC_DEPS = 
353 IQ2000_DEPS = 
354 XC16X_DEPS = 
355 XSTORMY16_DEPS = 
356 endif
357
358 run-cgen:
359         $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
360           $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
361           "$(options)" "$(extrafiles)"
362         touch stamp-${prefix}
363 .PHONY: run-cgen
364
365 # Maintainer utility rule to regenerate all cgen files.
366 run-cgen-all:
367         for c in $(CGEN_CPUS) ; \
368         do \
369                 $(MAKE) stamp-$$c || exit 1 ; \
370         done
371 .PHONY: run-cgen-all
372
373 # For now, require developers to configure with --enable-cgen-maint.
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
376 stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
377         $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
378                 archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
379
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
382 stamp-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
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
390 stamp-m32c: $(CGENDEPS) $(srcdir)/../cpu/m32c.cpu $(srcdir)/../cpu/m32c.opc
391         $(MAKE) run-cgen arch=m32c prefix=m32c options= \
392                 archfile=$(srcdir)/../cpu/m32c.cpu \
393                 opcfile=$(srcdir)/../cpu/m32c.opc extrafiles=
394
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)
396         @true
397 stamp-m32r: $(CGENDEPS) $(srcdir)/../cpu/m32r.cpu $(srcdir)/../cpu/m32r.opc
398         $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
399                 archfile=$(srcdir)/../cpu/m32r.cpu \
400                 opcfile=$(srcdir)/../cpu/m32r.opc extrafiles=opinst
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
404 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
405         $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
406                 archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
407
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
410 stamp-frv: $(CGENDEPS) $(srcdir)/../cpu/frv.cpu $(srcdir)/../cpu/frv.opc
411         $(MAKE) run-cgen arch=frv prefix=frv options= \
412                 archfile=$(srcdir)/../cpu/frv.cpu opcfile=$(srcdir)/../cpu/frv.opc extrafiles=
413
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
416 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
417         $(MAKE) run-cgen arch=mep prefix=mep options= \
418                 archfile=$(CPUDIR)/mep.cpu opcfile=$(CPUDIR)/mep.opc extrafiles=
419
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)
421         @true
422 stamp-mt: $(CGENDEPS) $(srcdir)/../cpu/mt.cpu $(srcdir)/../cpu/mt.opc
423         $(MAKE) run-cgen arch=mt prefix=mt options= \
424                 archfile=$(srcdir)/../cpu/mt.cpu \
425                 opcfile=$(srcdir)/../cpu/mt.opc extrafiles=
426
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
429 stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
430         $(MAKE) run-cgen arch=openrisc prefix=openrisc options= \
431                 archfile=$(CPUDIR)/openrisc.cpu opcfile=$(CPUDIR)/openrisc.opc extrafiles=
432
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
435 stamp-iq2000: $(CGENDEPS) $(srcdir)/../cpu/iq2000.cpu \
436                 $(srcdir)/../cpu/iq2000.opc $(srcdir)/../cpu/iq2000m.cpu \
437                 $(srcdir)/../cpu/iq10.cpu
438         $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
439                 archfile=$(srcdir)/../cpu/iq2000.cpu \
440                 opcfile=$(srcdir)/../cpu/iq2000.opc extrafiles=
441
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
444 stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
445         $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
446                 archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
447
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
450 stamp-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
454 MOSTLYCLEANFILES = i386-gen$(EXEEXT_FOR_BUILD) ia64-gen$(EXEEXT_FOR_BUILD) \
455         s390-mkopc$(EXEEXT_FOR_BUILD) z8kgen$(EXEEXT_FOR_BUILD)
456
457 MAINTAINERCLEANFILES = $(srcdir)/i386-tbl.h $(srcdir)/i386-init.h \
458         $(srcdir)/ia64-asmtab.c s390-opc.tab $(srcdir)/z8k-opc.h
459
460 i386-gen$(EXEEXT_FOR_BUILD): i386-gen.o $(BUILD_LIBIBERTY) $(BUILD_LIBINTL)
461         $(LINK_FOR_BUILD) i386-gen.o $(BUILD_LIBIBERTY) $(BUILD_LIBINTL)
462
463 i386-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
468
469 $(srcdir)/i386-tbl.h: $(srcdir)/i386-init.h 
470         @echo $@
471
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
475 i386-opc.lo: $(srcdir)/i386-tbl.h
476
477 ia64-gen$(EXEEXT_FOR_BUILD): ia64-gen.o $(BUILD_LIBIBERTY) $(BUILD_LIBINTL)
478         $(LINK_FOR_BUILD) ia64-gen.o $(BUILD_LIBIBERTY) $(BUILD_LIBINTL)
479
480 ia64-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
486
487 # Use a helper variable for the dependencies to avoid 'make' issues
488 # with continuations in comments, as @MAINT@ can be expanded to '#'.
489 ia64_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) > $@
493
494 ia64-opc.lo: $(srcdir)/ia64-asmtab.c
495
496 s390-mkopc$(EXEEXT_FOR_BUILD): s390-mkopc.c
497         $(COMPILE_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
498
499 s390-opc.tab: s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.txt
500         ./s390-mkopc$(EXEEXT_FOR_BUILD) < $(srcdir)/s390-opc.txt > s390-opc.tab
501
502 s390-opc.lo: s390-opc.tab
503
504 z8kgen$(EXEEXT_FOR_BUILD): z8kgen.o $(BUILD_LIBIBERTY) $(BUILD_LIBINTL)
505         $(LINK_FOR_BUILD) z8kgen.o $(BUILD_LIBIBERTY) $(BUILD_LIBINTL)
506
507 z8kgen.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
513 z8k-dis.lo: $(srcdir)/z8k-opc.h
514
515 sh-dis.lo: sh-dis.c
516 if am__fastdepCC
517         $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ @archdefs@ $(srcdir)/sh-dis.c
518         mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
519 else
520 if AMDEP
521         source='sh-dis.c' object='$@' libtool=yes @AMDEPBACKSLASH@
522         DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
523 endif
524         $(LTCOMPILE) -c -o $@ @archdefs@ $(srcdir)/sh-dis.c
525 endif