SConscript (12787:1f6e23cddf71) SConscript (12800:7736882bdea5)
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

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

43GTest('cprintftest', 'cprintftest.cc')
44Source('debug.cc')
45if env['USE_FENV']:
46 Source('fenv.c')
47if env['USE_PNG']:
48 Source('pngwriter.cc')
49Source('fiber.cc')
50GTest('fibertest', 'fibertest.cc', 'fiber.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

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

43GTest('cprintftest', 'cprintftest.cc')
44Source('debug.cc')
45if env['USE_FENV']:
46 Source('fenv.c')
47if env['USE_PNG']:
48 Source('pngwriter.cc')
49Source('fiber.cc')
50GTest('fibertest', 'fibertest.cc', 'fiber.cc')
51GTest('coroutinetest', 'coroutinetest.cc', 'fiber.cc')
51Source('framebuffer.cc')
52Source('hostinfo.cc')
53Source('inet.cc')
54Source('inifile.cc')
55Source('intmath.cc')
56Source('logging.cc')
57Source('match.cc')
58Source('output.cc')

--- 47 unchanged lines hidden ---
52Source('framebuffer.cc')
53Source('hostinfo.cc')
54Source('inet.cc')
55Source('inifile.cc')
56Source('intmath.cc')
57Source('logging.cc')
58Source('match.cc')
59Source('output.cc')

--- 47 unchanged lines hidden ---