slicc: tweak file enumeration for scons
authorSteve Reinhardt <steve.reinhardt@amd.com>
Thu, 5 Nov 2009 19:11:06 +0000 (11:11 -0800)
committerSteve Reinhardt <steve.reinhardt@amd.com>
Thu, 5 Nov 2009 19:11:06 +0000 (11:11 -0800)
commit9098010e3fccf779786c7f0e1dfab9d522f72eb5
tree688b989cf6d6d0fd081143835c3b5ba55b469c8d
parent058ccfc7fe7be1b7b7124ecdd0d9d79fe4d6a86f
slicc: tweak file enumeration for scons
Right now .cc and .hh files are handled separately, but then
they're just munged together at the end by scons, so it
doesn't buy us anything.  Might as well munge from the start
since we'll eventually be adding generated Python files
to the list too.
src/mem/protocol/SConscript
src/mem/slicc/ast/DeclAST.py
src/mem/slicc/ast/DeclListAST.py
src/mem/slicc/ast/EnumDeclAST.py
src/mem/slicc/ast/FuncDeclAST.py
src/mem/slicc/ast/MachineAST.py
src/mem/slicc/ast/TypeDeclAST.py
src/mem/slicc/main.py
src/mem/slicc/parser.py