Create a Builder object for .isa files in arch/SConscript.
authorSteve Reinhardt <stever@eecs.umich.edu>
Thu, 23 Feb 2006 19:31:15 +0000 (14:31 -0500)
committerSteve Reinhardt <stever@eecs.umich.edu>
Thu, 23 Feb 2006 19:31:15 +0000 (14:31 -0500)
commit99484cfae81f3f01ccdfcd273ddc2bdb41e6456b
tree72ab68b6bc4f31d4131afd8f241ab973f8e9c25a
parent9949ccf16158668ad0d9282a97c372a69de09532
Create a Builder object for .isa files in arch/SConscript.
Start using SCons File objects to avoid fixed paths in
subordinate SConscripts.

SConscript:
    Push isa_parser stuff (including .isa scanner) down into
    arch/SConscript.
arch/SConscript:
    Create a Builder object for .isa files, including existing scanner.
    Return file objects generated by isa-specific SConscript
    back up to parent.
arch/alpha/SConscript:
arch/mips/SConscript:
arch/sparc/SConscript:
    Convert sources to scons File objects, so file names can be specified
    relative to the current directory.
    Invoke new builder for isa description, and get generated sources from
    there (instead of listing them explicitly).
arch/isa_parser.py:
    Get rid of third argument ("include_path").
    It was a pain to generate this from scons, and it turned out
    it's not needed anyway, since the only included file
    (decoder.hh) will be in the same directory as the sources.

--HG--
extra : convert_revision : 36861bcef36763f229704d8cb7a642b4486a3581
SConscript
arch/SConscript
arch/alpha/SConscript
arch/isa_parser.py
arch/mips/SConscript
arch/sparc/SConscript