SConscript (11988:665cd5f8b52b) SConscript (12302:5771c4c65b23)
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

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

59PySource('m5.util', 'm5/util/smartdict.py')
60PySource('m5.util', 'm5/util/sorteddict.py')
61PySource('m5.util', 'm5/util/terminal.py')
62PySource('m5.util', 'm5/util/pybind.py')
63
64PySource('m5.internal', 'm5/internal/__init__.py')
65PySource('m5.internal', 'm5/internal/params.py')
66
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

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

59PySource('m5.util', 'm5/util/smartdict.py')
60PySource('m5.util', 'm5/util/sorteddict.py')
61PySource('m5.util', 'm5/util/terminal.py')
62PySource('m5.util', 'm5/util/pybind.py')
63
64PySource('m5.internal', 'm5/internal/__init__.py')
65PySource('m5.internal', 'm5/internal/params.py')
66
67Source('pybind11/core.cc', skip_no_python=True)
68Source('pybind11/debug.cc', skip_no_python=True)
69Source('pybind11/event.cc', skip_no_python=True)
70Source('pybind11/pyobject.cc', skip_no_python=True)
71Source('pybind11/stats.cc', skip_no_python=True)
67Source('pybind11/core.cc', add_tags='python')
68Source('pybind11/debug.cc', add_tags='python')
69Source('pybind11/event.cc', add_tags='python')
70Source('pybind11/pyobject.cc', add_tags='python')
71Source('pybind11/stats.cc', add_tags='python')