SConscript (10265:0d0be755dda8) SConscript (10349:939094c17866)
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) ---

46Source('inet.cc')
47Source('inifile.cc')
48Source('intmath.cc')
49Source('match.cc')
50Source('misc.cc')
51Source('output.cc')
52Source('pollevent.cc')
53Source('random.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) ---

46Source('inet.cc')
47Source('inifile.cc')
48Source('intmath.cc')
49Source('match.cc')
50Source('misc.cc')
51Source('output.cc')
52Source('pollevent.cc')
53Source('random.cc')
54Source('random_mt.cc')
55if env['TARGET_ISA'] != 'null':
56 Source('remote_gdb.cc')
57Source('socket.cc')
58Source('statistics.cc')
59Source('str.cc')
60Source('time.cc')
61Source('trace.cc')
62Source('types.cc')

--- 32 unchanged lines hidden ---
54if env['TARGET_ISA'] != 'null':
55 Source('remote_gdb.cc')
56Source('socket.cc')
57Source('statistics.cc')
58Source('str.cc')
59Source('time.cc')
60Source('trace.cc')
61Source('types.cc')

--- 32 unchanged lines hidden ---