SConscript (12316:c498e2d5403e) SConscript (12334:e0ab29a34764)
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

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

46 Source('fenv.c')
47if env['USE_PNG']:
48 Source('pngwriter.cc')
49Source('framebuffer.cc')
50Source('hostinfo.cc')
51Source('inet.cc')
52Source('inifile.cc')
53Source('intmath.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

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

46 Source('fenv.c')
47if env['USE_PNG']:
48 Source('pngwriter.cc')
49Source('framebuffer.cc')
50Source('hostinfo.cc')
51Source('inet.cc')
52Source('inifile.cc')
53Source('intmath.cc')
54Source('logging.cc')
54Source('match.cc')
55Source('match.cc')
55Source('misc.cc')
56Source('output.cc')
57Source('pollevent.cc')
58Source('random.cc')
59if env['TARGET_ISA'] != 'null':
60 Source('remote_gdb.cc')
61Source('socket.cc')
62Source('statistics.cc')
63Source('str.cc')

--- 37 unchanged lines hidden ---
56Source('output.cc')
57Source('pollevent.cc')
58Source('random.cc')
59if env['TARGET_ISA'] != 'null':
60 Source('remote_gdb.cc')
61Source('socket.cc')
62Source('statistics.cc')
63Source('str.cc')

--- 37 unchanged lines hidden ---