SConscript (12302:5771c4c65b23) | SConscript (12468:b4b8bdb9712a) |
---|---|
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 --- 49 unchanged lines hidden (view full) --- 58PySource('m5.util', 'm5/util/orderdict.py') 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') | 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 --- 49 unchanged lines hidden (view full) --- 58PySource('m5.util', 'm5/util/orderdict.py') 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') |
66PySource('m5.ext', 'm5/ext/__init__.py') 67PySource('m5.ext.pyfdt', 'm5/ext/pyfdt/pyfdt.py') 68PySource('m5.ext.pyfdt', 'm5/ext/pyfdt/__init__.py') |
|
66 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') | 69 70Source('pybind11/core.cc', add_tags='python') 71Source('pybind11/debug.cc', add_tags='python') 72Source('pybind11/event.cc', add_tags='python') 73Source('pybind11/pyobject.cc', add_tags='python') 74Source('pybind11/stats.cc', add_tags='python') |