SConscript (12382:face556c9c47) SConscript (12386:2bf5fb25a5f1)
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

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

31Import('*')
32
33if env['CP_ANNOTATE']:
34 SimObject('CPA.py')
35 Source('cp_annotate.cc')
36SimObject('Graphics.py')
37Source('atomicio.cc')
38Source('bitfield.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

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

31Import('*')
32
33if env['CP_ANNOTATE']:
34 SimObject('CPA.py')
35 Source('cp_annotate.cc')
36SimObject('Graphics.py')
37Source('atomicio.cc')
38Source('bitfield.cc')
39Source('bigint.cc')
40Source('imgwriter.cc')
41Source('bmpwriter.cc')
42Source('callback.cc')
43Source('cprintf.cc', add_tags='gtest lib')
44GTest('cprintftest', 'cprintftest.cc')
45Source('debug.cc')
46if env['USE_FENV']:
47 Source('fenv.c')

--- 57 unchanged lines hidden ---
39Source('imgwriter.cc')
40Source('bmpwriter.cc')
41Source('callback.cc')
42Source('cprintf.cc', add_tags='gtest lib')
43GTest('cprintftest', 'cprintftest.cc')
44Source('debug.cc')
45if env['USE_FENV']:
46 Source('fenv.c')

--- 57 unchanged lines hidden ---