SConscript (12366:3b4b6fa339a9) SConscript (12376:d28ea5e874f7)
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

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

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')
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

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

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')
43Source('cprintf.cc', add_tags='gtest lib')
44Source('debug.cc')
45if env['USE_FENV']:
46 Source('fenv.c')
47if env['USE_PNG']:
48 Source('pngwriter.cc')
49Source('framebuffer.cc')
50Source('hostinfo.cc')
51Source('inet.cc')

--- 50 unchanged lines hidden ---
44Source('debug.cc')
45if env['USE_FENV']:
46 Source('fenv.c')
47if env['USE_PNG']:
48 Source('pngwriter.cc')
49Source('framebuffer.cc')
50Source('hostinfo.cc')
51Source('inet.cc')

--- 50 unchanged lines hidden ---