SConscript (7677:c6e283904437) SConscript (7689:9d75590d7abe)
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

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

64SwigSource('m5.internal', 'swig/core.i')
65SwigSource('m5.internal', 'swig/debug.i')
66SwigSource('m5.internal', 'swig/event.i')
67SwigSource('m5.internal', 'swig/random.i')
68SwigSource('m5.internal', 'swig/range.i')
69SwigSource('m5.internal', 'swig/stats.i')
70SwigSource('m5.internal', 'swig/trace.i')
71PySource('m5.internal', 'm5/internal/__init__.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

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

64SwigSource('m5.internal', 'swig/core.i')
65SwigSource('m5.internal', 'swig/debug.i')
66SwigSource('m5.internal', 'swig/event.i')
67SwigSource('m5.internal', 'swig/random.i')
68SwigSource('m5.internal', 'swig/range.i')
69SwigSource('m5.internal', 'swig/stats.i')
70SwigSource('m5.internal', 'swig/trace.i')
71PySource('m5.internal', 'm5/internal/__init__.py')
72PySource('m5.internal', 'm5/internal/enums.py')
73PySource('m5.internal', 'm5/internal/params.py')
72PySource('m5.internal', 'm5/internal/params.py')