SConscript (5192:582e583f8e7e) SConscript (5222:bb733a878f85)
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

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

60Source('trace.cc')
61Source('userinfo.cc')
62
63Source('compression/lzss_compression.cc')
64
65Source('loader/aout_object.cc')
66Source('loader/ecoff_object.cc')
67Source('loader/elf_object.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

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

60Source('trace.cc')
61Source('userinfo.cc')
62
63Source('compression/lzss_compression.cc')
64
65Source('loader/aout_object.cc')
66Source('loader/ecoff_object.cc')
67Source('loader/elf_object.cc')
68Source('loader/hex_file.cc')
68Source('loader/object_file.cc')
69Source('loader/raw_object.cc')
70Source('loader/symtab.cc')
71
72Source('stats/events.cc')
73Source('stats/output.cc')
74Source('stats/statdb.cc')
75Source('stats/text.cc')

--- 19 unchanged lines hidden ---
69Source('loader/object_file.cc')
70Source('loader/raw_object.cc')
71Source('loader/symtab.cc')
72
73Source('stats/events.cc')
74Source('stats/output.cc')
75Source('stats/statdb.cc')
76Source('stats/text.cc')

--- 19 unchanged lines hidden ---