SConscript (4762:c94e103c83ad) SConscript (4859:97c7749896a6)
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

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

48PySource('m5', 'm5/stats.py')
49PySource('m5', 'm5/ticks.py')
50PySource('m5', 'm5/util.py')
51
52SwigSource('m5.internal', 'swig/core.i')
53SwigSource('m5.internal', 'swig/debug.i')
54SwigSource('m5.internal', 'swig/event.i')
55SwigSource('m5.internal', 'swig/random.i')
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

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

48PySource('m5', 'm5/stats.py')
49PySource('m5', 'm5/ticks.py')
50PySource('m5', 'm5/util.py')
51
52SwigSource('m5.internal', 'swig/core.i')
53SwigSource('m5.internal', 'swig/debug.i')
54SwigSource('m5.internal', 'swig/event.i')
55SwigSource('m5.internal', 'swig/random.i')
56SwigSource('m5.internal', 'swig/sim_object.i')
57SwigSource('m5.internal', 'swig/stats.i')
58SwigSource('m5.internal', 'swig/trace.i')
59PySource('m5.internal', 'm5/internal/__init__.py')
56SwigSource('m5.internal', 'swig/stats.i')
57SwigSource('m5.internal', 'swig/trace.i')
58PySource('m5.internal', 'm5/internal/__init__.py')