SConscript (12381:2f845ce45c9d) | SConscript (12382:face556c9c47) |
---|---|
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 --- 42 unchanged lines hidden (view full) --- 51Source('hostinfo.cc') 52Source('inet.cc') 53Source('inifile.cc') 54Source('intmath.cc') 55Source('logging.cc') 56Source('match.cc') 57Source('output.cc') 58Source('pixel.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 --- 42 unchanged lines hidden (view full) --- 51Source('hostinfo.cc') 52Source('inet.cc') 53Source('inifile.cc') 54Source('intmath.cc') 55Source('logging.cc') 56Source('match.cc') 57Source('output.cc') 58Source('pixel.cc') |
59GTest('pixeltest', 'pixeltest.cc', 'pixel.cc') |
|
59Source('pollevent.cc') 60Source('random.cc') 61if env['TARGET_ISA'] != 'null': 62 Source('remote_gdb.cc') 63Source('socket.cc') 64Source('statistics.cc') 65Source('str.cc') 66Source('time.cc') --- 37 unchanged lines hidden --- | 60Source('pollevent.cc') 61Source('random.cc') 62if env['TARGET_ISA'] != 'null': 63 Source('remote_gdb.cc') 64Source('socket.cc') 65Source('statistics.cc') 66Source('str.cc') 67Source('time.cc') --- 37 unchanged lines hidden --- |