public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* --enable-cgen-maint
@ 2001-03-20 17:51 Ben Elliston
  0 siblings, 0 replies; only message in thread
From: Ben Elliston @ 2001-03-20 17:51 UTC (permalink / raw)
  To: sid

I'm about to commit some changes that permit --enable-cgen-maint to be
passed into SID's collection of `configure' scripts.  When you do so,
you may activate sections of your cpu's Makefile.am using:

if CGEN_MAINT
  ..
endif

A likely scenario is to surround a set of dependency rules which
ensure that the generated files (ie. `foo-decode.cxx') are up to date
relative to your cgen description (ie. `foo.cpu'), rebuilding as
necessary.

The only other required change is to activate the AM_CONDITIONAL code
using a new macro for this very purpose.  Place something like this in
your cpu's configure.in:

  dnl enable automatic rebuilding of cgen-generated files
  RH_CGEN_MAINT

Please contact me if you have any questions/problems.

Ben

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-03-20 17:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-20 17:51 --enable-cgen-maint Ben Elliston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).