SConscript (12334:e0ab29a34764) | SConscript (12366:3b4b6fa339a9) |
---|---|
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 --- 40 unchanged lines hidden (view full) --- 49Source('framebuffer.cc') 50Source('hostinfo.cc') 51Source('inet.cc') 52Source('inifile.cc') 53Source('intmath.cc') 54Source('logging.cc') 55Source('match.cc') 56Source('output.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 --- 40 unchanged lines hidden (view full) --- 49Source('framebuffer.cc') 50Source('hostinfo.cc') 51Source('inet.cc') 52Source('inifile.cc') 53Source('intmath.cc') 54Source('logging.cc') 55Source('match.cc') 56Source('output.cc') |
57Source('pixel.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') 64Source('time.cc') --- 36 unchanged lines hidden --- | 58Source('pollevent.cc') 59Source('random.cc') 60if env['TARGET_ISA'] != 'null': 61 Source('remote_gdb.cc') 62Source('socket.cc') 63Source('statistics.cc') 64Source('str.cc') 65Source('time.cc') --- 36 unchanged lines hidden --- |