SConscript (7460:41550bb10e08) SConscript (7768:cdb18c1b51ea)
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('intmath.cc')
52Source('match.cc')
53Source('misc.cc')
54Source('output.cc')
55Source('pollevent.cc')
56Source('random.cc')
57Source('random_mt.cc')
58Source('range.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('intmath.cc')
52Source('match.cc')
53Source('misc.cc')
54Source('output.cc')
55Source('pollevent.cc')
56Source('random.cc')
57Source('random_mt.cc')
58Source('range.cc')
59Source('remote_gdb.cc')
59if env['TARGET_ISA'] != 'no':
60 Source('remote_gdb.cc')
60Source('sat_counter.cc')
61Source('socket.cc')
62Source('statistics.cc')
63Source('str.cc')
64Source('time.cc')
65Source('trace.cc')
66Source('userinfo.cc')
67

--- 38 unchanged lines hidden ---
61Source('sat_counter.cc')
62Source('socket.cc')
63Source('statistics.cc')
64Source('str.cc')
65Source('time.cc')
66Source('trace.cc')
67Source('userinfo.cc')
68

--- 38 unchanged lines hidden ---