SConscript (5470:ad060d1f1037) SConscript (5471:576aa675d4e5)
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

--- 22 unchanged lines hidden (view full) ---

31
32Import('*')
33
34Source('swig/pyevent.cc')
35Source('swig/pyobject.cc')
36
37PySource('m5', 'm5/__init__.py')
38PySource('m5', 'm5/SimObject.py')
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

--- 22 unchanged lines hidden (view full) ---

31
32Import('*')
33
34Source('swig/pyevent.cc')
35Source('swig/pyobject.cc')
36
37PySource('m5', 'm5/__init__.py')
38PySource('m5', 'm5/SimObject.py')
39PySource('m5', 'm5/config.py')
39PySource('m5', 'm5/convert.py')
40PySource('m5', 'm5/event.py')
41PySource('m5', 'm5/main.py')
42PySource('m5', 'm5/options.py')
43PySource('m5', 'm5/params.py')
44PySource('m5', 'm5/proxy.py')
45PySource('m5', 'm5/simulate.py')
46PySource('m5', 'm5/smartdict.py')

--- 15 unchanged lines hidden ---
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')
45PySource('m5', 'm5/proxy.py')
46PySource('m5', 'm5/simulate.py')
47PySource('m5', 'm5/smartdict.py')

--- 15 unchanged lines hidden ---