1 ## Process this file with automake to generate Makefile.in
3 AUTOMAKE_OPTIONS = 1.11 foreign no-dist
4 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
6 # Build '.' first so all generated files exist.
9 INCDIR = $(srcdir)/../include
10 BFDDIR = $(srcdir)/../bfd
12 WARN_CFLAGS = @WARN_CFLAGS@
13 NO_WERROR = @NO_WERROR@
14 AM_CFLAGS = $(WARN_CFLAGS)
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 $@
20 bfdlibdir = @bfdlibdir@
21 bfdincludedir = @bfdincludedir@
23 libopcodes_la_LDFLAGS =
25 bfdlib_LTLIBRARIES = libopcodes.la
26 bfdinclude_DATA = $(INCDIR)/dis-asm.h
28 noinst_LTLIBRARIES = libopcodes.la
29 libopcodes_la_LDFLAGS += -rpath $(bfdlibdir)
32 # This is where bfd.h lives.
35 # This is where libiberty lives.
36 LIBIBERTY = ../libiberty/libiberty.a
37 # This is only true when not cross-compiling.
38 BUILD_LIBIBERTY = $(LIBIBERTY)
42 cgen-ops.h cgen-types.h \
43 fr30-desc.h fr30-opc.h \
44 frv-desc.h frv-opc.h \
51 ip2k-desc.h ip2k-opc.h \
52 iq2000-desc.h iq2000-opc.h \
55 m32c-desc.h m32c-opc.h \
56 m32r-desc.h m32r-opc.h \
58 mep-desc.h mep-opc.h \
61 openrisc-desc.h openrisc-opc.h \
67 xc16x-desc.h xc16x-opc.h \
68 xstormy16-desc.h xstormy16-opc.h \
71 # C source files that correspond to .o's ending up in libopcodes
73 TARGET_LIBOPCODES_CFILES = \
224 # C source files that correspond to .o's ending up in libopcodes.
225 LIBOPCODES_CFILES = \
226 $(TARGET_LIBOPCODES_CFILES) \
231 # C source files that correspond to .o's.
233 $(LIBOPCODES_CFILES) \
246 ALL_MACHINES = $(TARGET_LIBOPCODES_CFILES:.c=.lo)
248 OFILES = @BFD_MACHINES@
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
254 AM_CPPFLAGS = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
256 disassemble.lo: disassemble.c
258 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ @archdefs@ $(srcdir)/disassemble.c
259 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
262 source='disassemble.c' object='$@' libtool=yes @AMDEPBACKSLASH@
263 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
265 $(LTCOMPILE) -c -o $@ @archdefs@ $(srcdir)/disassemble.c
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)
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.
286 noinst_LIBRARIES = libopcodes.a
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; \
297 libopcodes.a: stamp-lib ; @true
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
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
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"
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
322 CGEN_CPUS = fr30 frv ip2k m32c m32r mep mt openrisc xc16x xstormy16
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
333 OPENRISC_DEPS = stamp-openrisc
334 IQ2000_DEPS = stamp-iq2000
335 XC16X_DEPS = stamp-xc16x
336 XSTORMY16_DEPS = stamp-xstormy16
353 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
354 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
355 "$(options)" "$(extrafiles)"
356 touch stamp-${prefix}
359 # Maintainer utility rule to regenerate all cgen files.
361 for c in $(CGEN_CPUS) ; \
363 $(MAKE) stamp-$$c || exit 1 ; \
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)
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=
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)
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 \
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)
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=
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)
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
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)
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=
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)
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=
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)
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=
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)
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=
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)
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=
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)
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=
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)
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=
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)
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=
448 MOSTLYCLEANFILES = i386-gen$(EXEEXT_FOR_BUILD) ia64-gen$(EXEEXT_FOR_BUILD) \
449 s390-mkopc$(EXEEXT_FOR_BUILD) z8kgen$(EXEEXT_FOR_BUILD)
451 MAINTAINERCLEANFILES = $(srcdir)/i386-tbl.h $(srcdir)/i386-init.h \
452 $(srcdir)/ia64-asmtab.c s390-opc.tab $(srcdir)/z8k-opc.h
454 i386-gen$(EXEEXT_FOR_BUILD): i386-gen.o $(BUILD_LIBIBERTY)
455 $(LINK_FOR_BUILD) i386-gen.o $(BUILD_LIBIBERTY)
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
463 $(srcdir)/i386-tbl.h: $(srcdir)/i386-init.h
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)
469 i386-opc.lo: $(srcdir)/i386-tbl.h
471 ia64-gen$(EXEEXT_FOR_BUILD): ia64-gen.o $(BUILD_LIBIBERTY)
472 $(LINK_FOR_BUILD) ia64-gen.o $(BUILD_LIBIBERTY)
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
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) > $@
488 ia64-opc.lo: $(srcdir)/ia64-asmtab.c
490 s390-mkopc$(EXEEXT_FOR_BUILD): s390-mkopc.c
491 $(COMPILE_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
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
496 s390-opc.lo: s390-opc.tab
498 z8kgen$(EXEEXT_FOR_BUILD): z8kgen.o $(BUILD_LIBIBERTY)
499 $(LINK_FOR_BUILD) z8kgen.o $(BUILD_LIBIBERTY)
502 $(COMPILE_FOR_BUILD) -c $(srcdir)/z8kgen.c
504 $(srcdir)/z8k-opc.h: @MAINT@ z8kgen$(EXEEXT_FOR_BUILD)
505 ./z8kgen$(EXEEXT_FOR_BUILD) -a > $@
507 z8k-dis.lo: $(srcdir)/z8k-opc.h
511 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ @archdefs@ $(srcdir)/sh-dis.c
512 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
515 source='sh-dis.c' object='$@' libtool=yes @AMDEPBACKSLASH@
516 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
518 $(LTCOMPILE) -c -o $@ @archdefs@ $(srcdir)/sh-dis.c