SConscript (5222:bb733a878f85) SConscript (5548:19d45fa7315c)
1# -*- mode:python -*-
2
3# Copyright (c) 2006 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

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

26# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28#
29# Authors: Nathan Binkert
30
31Import('*')
32
33Source('annotate.cc')
1# -*- mode:python -*-
2
3# Copyright (c) 2006 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

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

26# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28#
29# Authors: Nathan Binkert
30
31Import('*')
32
33Source('annotate.cc')
34Source('atomicio.cc')
34Source('bigint.cc')
35Source('circlebuf.cc')
36Source('cprintf.cc')
37Source('crc.cc')
38Source('fast_alloc.cc')
39if env['USE_FENV']:
40 Source('fenv.c')
41Source('fifo_buffer.cc')

--- 54 unchanged lines hidden ---
35Source('bigint.cc')
36Source('circlebuf.cc')
37Source('cprintf.cc')
38Source('crc.cc')
39Source('fast_alloc.cc')
40if env['USE_FENV']:
41 Source('fenv.c')
42Source('fifo_buffer.cc')

--- 54 unchanged lines hidden ---