SConscript (3012:1d5e18f6a100) | SConscript (3089:0ea2eb13c4de) |
---|---|
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 --- 33 unchanged lines hidden (view full) --- 42# 43# Define needed sources. 44# 45################################################### 46 47# Base sources used by all configurations. 48 49base_sources = Split(''' | 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 --- 33 unchanged lines hidden (view full) --- 42# 43# Define needed sources. 44# 45################################################### 46 47# Base sources used by all configurations. 48 49base_sources = Split(''' |
50 base/annotate.cc |
|
50 base/circlebuf.cc 51 base/cprintf.cc 52 base/fast_alloc.cc 53 base/fifo_buffer.cc 54 base/hostinfo.cc 55 base/hybrid_pred.cc 56 base/inifile.cc 57 base/intmath.cc --- 363 unchanged lines hidden --- | 51 base/circlebuf.cc 52 base/cprintf.cc 53 base/fast_alloc.cc 54 base/fifo_buffer.cc 55 base/hostinfo.cc 56 base/hybrid_pred.cc 57 base/inifile.cc 58 base/intmath.cc --- 363 unchanged lines hidden --- |