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
8 INCDIR = $(srcdir)/../include
9 BFDDIR = $(srcdir)/../bfd
11 WARN_CFLAGS = @WARN_CFLAGS@
12 NO_WERROR = @NO_WERROR@
13 AM_CFLAGS = $(WARN_CFLAGS)
15 bfdlibdir = @bfdlibdir@
16 bfdincludedir = @bfdincludedir@
18 libopcodes_la_LDFLAGS =
20 bfdlib_LTLIBRARIES = libopcodes.la
21 bfdinclude_DATA = $(INCDIR)/dis-asm.h
23 noinst_LTLIBRARIES = libopcodes.la
24 libopcodes_la_LDFLAGS += -rpath $(bfdlibdir)
27 # This is where bfd.h lives.
30 # This is where libiberty lives.
31 LIBIBERTY = ../libiberty/libiberty.a
35 cgen-ops.h cgen-types.h \
36 fr30-desc.h fr30-opc.h \
37 frv-desc.h frv-opc.h \
44 ip2k-desc.h ip2k-opc.h \
45 iq2000-desc.h iq2000-opc.h \
48 m32c-desc.h m32c-opc.h \
49 m32r-desc.h m32r-opc.h \
51 mep-desc.h mep-opc.h \
54 openrisc-desc.h openrisc-opc.h \
60 xc16x-desc.h xc16x-opc.h \
61 xstormy16-desc.h xstormy16-opc.h \
64 # C source files that correspond to .o's ending up in libopcodes
66 TARGET_LIBOPCODES_CFILES = \
217 # C source files that correspond to .o's ending up in libopcodes.
218 LIBOPCODES_CFILES = \
219 $(TARGET_LIBOPCODES_CFILES) \
224 # C source files that correspond to .o's.
226 $(LIBOPCODES_CFILES) \
239 ALL_MACHINES = $(TARGET_LIBOPCODES_CFILES:.c=.lo)
241 OFILES = @BFD_MACHINES@
243 # We should reconfigure whenever bfd/configure.in changes, because
244 # that's where the version number in Makefile comes from.
245 CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in
247 AM_CPPFLAGS = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ @INCINTL@
249 disassemble.lo: disassemble.c
251 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ @archdefs@ $(srcdir)/disassemble.c
252 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
255 source='disassemble.c' object='$@' libtool=yes @AMDEPBACKSLASH@
256 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
258 $(LTCOMPILE) -c -o $@ @archdefs@ $(srcdir)/disassemble.c
261 libopcodes_la_SOURCES = dis-buf.c disassemble.c dis-init.c
262 # It's desirable to list ../bfd/libbfd.la in DEPENDENCIES and LIBADD.
263 # Unfortunately this causes libtool to add -L$(libdir), referring to the
264 # planned install directory of libbfd. This can cause us to pick up an
265 # old version of libbfd, or to pick up libbfd for the wrong architecture
266 # if host != build. So for building with shared libraries we use a
267 # hardcoded path to libbfd.so instead of relying on the entries in libbfd.la.
268 libopcodes_la_DEPENDENCIES = $(OFILES) @SHARED_DEPENDENCIES@
269 libopcodes_la_LIBADD = $(OFILES) @SHARED_LIBADD@
270 libopcodes_la_LDFLAGS += -release `cat ../bfd/libtool-soversion` @SHARED_LDFLAGS@
271 # Allow dependency tracking to work on all the source files.
272 EXTRA_libopcodes_la_SOURCES = $(LIBOPCODES_CFILES)
274 # libtool will build .libs/libopcodes.a. We create libopcodes.a in
275 # the build directory so that we don't have to convert all the
276 # programs that use libopcodes.a simultaneously. This is a hack which
277 # should be removed if everything else starts using libtool. FIXME.
279 noinst_LIBRARIES = libopcodes.a
281 stamp-lib: libopcodes.la
282 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
283 if [ -f $$libtooldir/libopcodes.a ]; then \
284 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
285 $(RANLIB) libopcodes.tmp; \
286 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
290 libopcodes.a: stamp-lib ; @true
292 POTFILES = $(HFILES) $(CFILES)
293 po/POTFILES.in: @MAINT@ Makefile
294 for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
295 && mv tmp $(srcdir)/po/POTFILES.in
298 stamp-ip2k stamp-m32c stamp-m32r stamp-fr30 stamp-frv \
299 stamp-openrisc stamp-iq2000 stamp-mep stamp-mt stamp-xstormy16 stamp-xc16x\
300 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
304 CPUDIR = $(CGENDIR)/cpu
305 CGEN = "`if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi` -l ${cgendir}/guile.scm -s"
309 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
310 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
311 $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
312 $(CGENDIR)/opc-opinst.scm \
313 cgen-asm.in cgen-dis.in cgen-ibld.in
315 CGEN_CPUS = fr30 frv ip2k m32c m32r mep mt openrisc xc16x xstormy16
318 IP2K_DEPS = stamp-ip2k
319 LM32_DEPS = stamp-lm32
320 M32C_DEPS = stamp-m32c
321 M32R_DEPS = stamp-m32r
322 FR30_DEPS = stamp-fr30
326 OPENRISC_DEPS = stamp-openrisc
327 IQ2000_DEPS = stamp-iq2000
328 XC16X_DEPS = stamp-xc16x
329 XSTORMY16_DEPS = stamp-xstormy16
346 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
347 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) $(archfile) $(opcfile) \
348 "$(options)" "$(extrafiles)"
349 touch stamp-${prefix}
352 # Maintainer utility rule to regenerate all cgen files.
354 for c in $(CGEN_CPUS) ; \
356 $(MAKE) stamp-$$c || exit 1 ; \
360 # For now, require developers to configure with --enable-cgen-maint.
361 $(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)
363 stamp-ip2k: $(CGENDEPS) $(CPUDIR)/ip2k.cpu $(CPUDIR)/ip2k.opc
364 $(MAKE) run-cgen arch=ip2k prefix=ip2k options= \
365 archfile=$(CPUDIR)/ip2k.cpu opcfile=$(CPUDIR)/ip2k.opc extrafiles=
367 $(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)
369 stamp-lm32: $(CGENDEPS) $(srcdir)/../cpu/lm32.cpu $(srcdir)/../cpu/lm32.opc
370 $(MAKE) run-cgen arch=lm32 prefix=lm32 options=opinst \
371 archfile=$(srcdir)/../cpu/lm32.cpu \
372 opcfile=$(srcdir)/../cpu/lm32.opc \
375 $(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)
377 stamp-m32c: $(CGENDEPS) $(srcdir)/../cpu/m32c.cpu $(srcdir)/../cpu/m32c.opc
378 $(MAKE) run-cgen arch=m32c prefix=m32c options= \
379 archfile=$(srcdir)/../cpu/m32c.cpu \
380 opcfile=$(srcdir)/../cpu/m32c.opc extrafiles=
382 $(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)
384 stamp-m32r: $(CGENDEPS) $(srcdir)/../cpu/m32r.cpu $(srcdir)/../cpu/m32r.opc
385 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst \
386 archfile=$(srcdir)/../cpu/m32r.cpu \
387 opcfile=$(srcdir)/../cpu/m32r.opc extrafiles=opinst
389 $(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)
391 stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
392 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= \
393 archfile=$(CPUDIR)/fr30.cpu opcfile=$(CPUDIR)/fr30.opc extrafiles=
395 $(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)
397 stamp-frv: $(CGENDEPS) $(srcdir)/../cpu/frv.cpu $(srcdir)/../cpu/frv.opc
398 $(MAKE) run-cgen arch=frv prefix=frv options= \
399 archfile=$(srcdir)/../cpu/frv.cpu opcfile=$(srcdir)/../cpu/frv.opc extrafiles=
401 $(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)
403 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
404 $(MAKE) run-cgen arch=mep prefix=mep options= \
405 archfile=$(CPUDIR)/mep.cpu opcfile=$(CPUDIR)/mep.opc extrafiles=
407 $(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)
409 stamp-mt: $(CGENDEPS) $(srcdir)/../cpu/mt.cpu $(srcdir)/../cpu/mt.opc
410 $(MAKE) run-cgen arch=mt prefix=mt options= \
411 archfile=$(srcdir)/../cpu/mt.cpu \
412 opcfile=$(srcdir)/../cpu/mt.opc extrafiles=
414 $(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)
416 stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
417 $(MAKE) run-cgen arch=openrisc prefix=openrisc options= \
418 archfile=$(CPUDIR)/openrisc.cpu opcfile=$(CPUDIR)/openrisc.opc extrafiles=
420 $(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)
422 stamp-iq2000: $(CGENDEPS) $(srcdir)/../cpu/iq2000.cpu \
423 $(srcdir)/../cpu/iq2000.opc $(srcdir)/../cpu/iq2000m.cpu \
424 $(srcdir)/../cpu/iq10.cpu
425 $(MAKE) run-cgen arch=iq2000 prefix=iq2000 options= \
426 archfile=$(srcdir)/../cpu/iq2000.cpu \
427 opcfile=$(srcdir)/../cpu/iq2000.opc extrafiles=
429 $(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)
431 stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
432 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \
433 archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles=
435 $(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)
437 stamp-xc16x: $(CGENDEPS) $(CPUDIR)/xc16x.cpu $(CPUDIR)/xc16x.opc
438 $(MAKE) run-cgen arch=xc16x prefix=xc16x options= \
439 archfile=$(CPUDIR)/xc16x.cpu opcfile=$(CPUDIR)/xc16x.opc extrafiles=
442 $(LINK) i386-gen.o $(LIBIBERTY)
444 $(srcdir)/i386-tbl.h: $(srcdir)/i386-init.h
447 $(srcdir)/i386-init.h: @MAINT@ i386-gen i386-opc.tbl i386-reg.tbl
448 ./i386-gen --srcdir $(srcdir)
451 $(LINK) ia64-gen.o $(LIBIBERTY)
453 # Don't wrap the line below, as @MAINT@ can be expanded to '#'.
454 # Some make versions don't handle line continuations in comments.
455 $(srcdir)/ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
456 ./ia64-gen --srcdir $(srcdir) > $@
458 s390-mkopc: s390-mkopc.c
459 $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
461 s390-opc.tab: s390-mkopc s390-opc.txt
462 ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
464 s390-opc.lo: s390-opc.tab
468 $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ @archdefs@ $(srcdir)/sh-dis.c
469 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
472 source='sh-dis.c' object='$@' libtool=yes @AMDEPBACKSLASH@
473 DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
475 $(LTCOMPILE) -c -o $@ @archdefs@ $(srcdir)/sh-dis.c