SConscript revision 5337
1545SN/A# -*- mode:python -*-
211896Ssudhanshu.jha@arm.com
38948SN/A# Copyright (c) 2006 The Regents of The University of Michigan
48948SN/A# All rights reserved.
58948SN/A#
68948SN/A# Redistribution and use in source and binary forms, with or without
78948SN/A# modification, are permitted provided that the following conditions are
88948SN/A# met: redistributions of source code must retain the above copyright
98948SN/A# notice, this list of conditions and the following disclaimer;
108948SN/A# redistributions in binary form must reproduce the above copyright
118948SN/A# notice, this list of conditions and the following disclaimer in the
128948SN/A# documentation and/or other materials provided with the distribution;
138948SN/A# neither the name of the copyright holders nor the names of its
141762SN/A# contributors may be used to endorse or promote products derived from
15545SN/A# this software without specific prior written permission.
16545SN/A#
17545SN/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18545SN/A# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19545SN/A# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
20545SN/A# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
21545SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22545SN/A# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23545SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24545SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25545SN/A# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26545SN/A# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27545SN/A# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28545SN/A#
29545SN/A# Authors: Nathan Binkert
30545SN/A
31545SN/AImport('*')
32545SN/A
33545SN/ASource('base.cc')
34545SN/ASource('ghb.cc')
35545SN/ASource('stride.cc')
36545SN/ASource('tagged.cc')
37545SN/A
38545SN/A