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')
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 ---