Completely re-work how the scons framework incorporates swig
authorNathan Binkert <binkertn@umich.edu>
Fri, 13 Apr 2007 04:20:04 +0000 (21:20 -0700)
committerNathan Binkert <binkertn@umich.edu>
Fri, 13 Apr 2007 04:20:04 +0000 (21:20 -0700)
commita575fbd4aaa45af90535f67d5100b95b3c610f93
treed3db7a9e7c77c02bc19a00c9c7c4d7a72750e5ea
parenteefbda7f7c54735791dab70626a40a7d29aa8a80
Completely re-work how the scons framework incorporates swig
and python code into m5 to allow swig an python code to
easily added by any SConscript instead of just the one in
src/python.  This provides SwigSource and PySource for
adding new files to m5 (similar to Source for C++).  Also
provides SimObject for including files that contain SimObject
information and build the m5.objects __init__.py file.

--HG--
extra : convert_revision : 38b50a0629846ef451ed02f96fe3633947df23eb
src/SConscript
src/base/SConscript
src/python/SConscript
src/python/m5/internal/__init__.py [new file with mode: 0644]