SConscript revision 13737:78c21fae6047
16019SN/A# Copyright 2018 Google, Inc.
27649Sminkyu.jeong@arm.com#
37649Sminkyu.jeong@arm.com# Redistribution and use in source and binary forms, with or without
47649Sminkyu.jeong@arm.com# modification, are permitted provided that the following conditions are
57649Sminkyu.jeong@arm.com# met: redistributions of source code must retain the above copyright
67649Sminkyu.jeong@arm.com# notice, this list of conditions and the following disclaimer;
77649Sminkyu.jeong@arm.com# redistributions in binary form must reproduce the above copyright
87649Sminkyu.jeong@arm.com# notice, this list of conditions and the following disclaimer in the
97649Sminkyu.jeong@arm.com# documentation and/or other materials provided with the distribution;
107649Sminkyu.jeong@arm.com# neither the name of the copyright holders nor the names of its
117649Sminkyu.jeong@arm.com# contributors may be used to endorse or promote products derived from
127649Sminkyu.jeong@arm.com# this software without specific prior written permission.
137649Sminkyu.jeong@arm.com#
146019SN/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
156019SN/A# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
166019SN/A# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
176019SN/A# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
186019SN/A# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
196019SN/A# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
206019SN/A# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
216019SN/A# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
226019SN/A# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
236019SN/A# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
246019SN/A# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
256019SN/A#
266019SN/A# Authors: Gabe Black
276019SN/A
286019SN/AImport('*')
296019SN/A
306019SN/Aif not env['USE_SYSTEMC']:
316019SN/A    Return()
326019SN/A
336019SN/Aenv.UseSystemcCheck(warn=True)
346019SN/A
356019SN/Aenv.Append(CPPPATH=Dir('ext'))
366019SN/A