SConscript (9234:49df6e096beb) SConscript (9500:9c3e3d1c7a87)
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

--- 45 unchanged lines hidden (view full) ---

54Source('random_mt.cc')
55if env['TARGET_ISA'] != 'no':
56 Source('remote_gdb.cc')
57Source('socket.cc')
58Source('statistics.cc')
59Source('str.cc')
60Source('time.cc')
61Source('trace.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

--- 45 unchanged lines hidden (view full) ---

54Source('random_mt.cc')
55if env['TARGET_ISA'] != 'no':
56 Source('remote_gdb.cc')
57Source('socket.cc')
58Source('statistics.cc')
59Source('str.cc')
60Source('time.cc')
61Source('trace.cc')
62Source('types.cc')
62Source('userinfo.cc')
63
64Source('loader/aout_object.cc')
65Source('loader/ecoff_object.cc')
66Source('loader/elf_object.cc')
67Source('loader/hex_file.cc')
68Source('loader/object_file.cc')
69Source('loader/raw_object.cc')

--- 24 unchanged lines hidden ---
63Source('userinfo.cc')
64
65Source('loader/aout_object.cc')
66Source('loader/ecoff_object.cc')
67Source('loader/elf_object.cc')
68Source('loader/hex_file.cc')
69Source('loader/object_file.cc')
70Source('loader/raw_object.cc')

--- 24 unchanged lines hidden ---