aboutsummaryrefslogtreecommitdiff
path: root/opcodes/Makefile.in
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>1998-05-01 20:59:29 +0000
committerDoug Evans <dje@google.com>1998-05-01 20:59:29 +0000
commitfbe293a6dd820e40b51a0acde1641ff576d7ec29 (patch)
tree2fe88d8e72e81968862fe7f04cac369d9fcc2ab3 /opcodes/Makefile.in
parentaee522050a43137b1ec8a8152741119ab30d3f7f (diff)
downloadgdb-fbe293a6dd820e40b51a0acde1641ff576d7ec29.zip
gdb-fbe293a6dd820e40b51a0acde1641ff576d7ec29.tar.gz
gdb-fbe293a6dd820e40b51a0acde1641ff576d7ec29.tar.bz2
* configure.in: Add support for --enable-cgen-maint.
* Makefile.am (M32R_DEPS): New variable. (m32r-opc.h,m32r-opc.c,m32r-asm.c,m32r-dis.c): Update dependencies. * aclocal.m4: Regenerate. * Makefile.in: Regenerate. * configure: Regenerate. * Makefile.am (CGENFILES): Add minsn.scm.
Diffstat (limited to 'opcodes/Makefile.in')
-rw-r--r--opcodes/Makefile.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index bc60939..988611a 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -233,9 +233,13 @@ CGENFILES = $(CGENDIR)/object.scm $(CGENDIR)/utils.scm \
$(CGENDIR)/mode.scm $(CGENDIR)/mach.scm \
$(CGENDIR)/model.scm $(CGENDIR)/hardware.scm \
$(CGENDIR)/ifield.scm $(CGENDIR)/iformat.scm \
- $(CGENDIR)/operand.scm $(CGENDIR)/insn.scm \
+ $(CGENDIR)/operand.scm $(CGENDIR)/insn.scm $(CGENDIR)/minsn.scm \
$(CGENDIR)/opcodes.scm $(CGENDIR)/cdl-c.scm \
$(CGENDIR)/cgen-opc.scm cgen-opc.in cgen-asm.in cgen-dis.in
+# The CGEN_MAINT conditional is put here so it end up in Makefile.in
+# properly sanitized.
+@CGEN_MAINT_TRUE@M32R_DEPS = stamp-m32r
+@CGEN_MAINT_FALSE@M32R_DEPS =
# The end marker is written this way to pass through automake unscathed.
ENDSAN = end-sanitize-cygnus
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -624,9 +628,8 @@ cgen:
.PHONY: cgen
-# For now, require developers to configure with --enable-maintainer-mode.
-# ??? Do we need to use a different option?
-m32r-opc.h m32r-opc.c m32r-asm.c m32r-dis.c: @MAINT@ stamp-m32r
+# For now, require developers to configure with --enable-cgen-maint.
+m32r-opc.h m32r-opc.c m32r-asm.c m32r-dis.c: $(M32R_DEPS)
@true
stamp-m32r: $(CGENFILES) $(CGENDIR)/m32r.cpu $(CGENDIR)/m32r.opc
$(MAKE) cgen arch=m32r prefix=m32r