SConscript (3536:89aa06409e4d) | SConscript (3565:6ad587fb7dfd) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2004-2005 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) --- 51 isa_traits.cc 52 ''') 53 54# Full-system sources 55full_system_sources = Split(''' 56 tlb.cc 57 arguments.cc 58 ev5.cc | 1# -*- mode:python -*- 2 3# Copyright (c) 2004-2005 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) --- 51 isa_traits.cc 52 ''') 53 54# Full-system sources 55full_system_sources = Split(''' 56 tlb.cc 57 arguments.cc 58 ev5.cc |
59 idle_event.cc |
|
59 ipr.cc | 60 ipr.cc |
61 kernel_stats.cc |
|
60 osfpal.cc 61 stacktrace.cc 62 vtophys.cc 63 remote_gdb.cc 64 system.cc 65 freebsd/system.cc 66 linux/system.cc 67 tru64/system.cc --- 31 unchanged lines hidden --- | 62 osfpal.cc 63 stacktrace.cc 64 vtophys.cc 65 remote_gdb.cc 66 system.cc 67 freebsd/system.cc 68 linux/system.cc 69 tru64/system.cc --- 31 unchanged lines hidden --- |