SConscript (5471:576aa675d4e5) | SConscript (5522:e56c3d89be79) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2004-2005 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 20 unchanged lines hidden (view full) --- 29# Authors: Steve Reinhardt 30# Nathan Binkert 31 32Import('*') 33 34Source('swig/pyevent.cc') 35Source('swig/pyobject.cc') 36 | 1# -*- mode:python -*- 2 3# Copyright (c) 2004-2005 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 20 unchanged lines hidden (view full) --- 29# Authors: Steve Reinhardt 30# Nathan Binkert 31 32Import('*') 33 34Source('swig/pyevent.cc') 35Source('swig/pyobject.cc') 36 |
37PySource('', 'importer.py') |
|
37PySource('m5', 'm5/__init__.py') 38PySource('m5', 'm5/SimObject.py') 39PySource('m5', 'm5/config.py') 40PySource('m5', 'm5/convert.py') 41PySource('m5', 'm5/event.py') 42PySource('m5', 'm5/main.py') 43PySource('m5', 'm5/options.py') 44PySource('m5', 'm5/params.py') --- 18 unchanged lines hidden --- | 38PySource('m5', 'm5/__init__.py') 39PySource('m5', 'm5/SimObject.py') 40PySource('m5', 'm5/config.py') 41PySource('m5', 'm5/convert.py') 42PySource('m5', 'm5/event.py') 43PySource('m5', 'm5/main.py') 44PySource('m5', 'm5/options.py') 45PySource('m5', 'm5/params.py') --- 18 unchanged lines hidden --- |