SConscript (12379:52b13ae47c42) SConscript (12381:2f845ce45c9d)
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

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

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

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

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

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

--- 51 unchanged lines hidden ---