SConscript revision 13514
113514Sgabeblack@google.com# Copyright 2018 Google, Inc.
213514Sgabeblack@google.com#
313514Sgabeblack@google.com# Redistribution and use in source and binary forms, with or without
413514Sgabeblack@google.com# modification, are permitted provided that the following conditions are
513514Sgabeblack@google.com# met: redistributions of source code must retain the above copyright
613514Sgabeblack@google.com# notice, this list of conditions and the following disclaimer;
713514Sgabeblack@google.com# redistributions in binary form must reproduce the above copyright
813514Sgabeblack@google.com# notice, this list of conditions and the following disclaimer in the
913514Sgabeblack@google.com# documentation and/or other materials provided with the distribution;
1013514Sgabeblack@google.com# neither the name of the copyright holders nor the names of its
1113514Sgabeblack@google.com# contributors may be used to endorse or promote products derived from
1213514Sgabeblack@google.com# this software without specific prior written permission.
1313514Sgabeblack@google.com#
1413514Sgabeblack@google.com# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1513514Sgabeblack@google.com# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1613514Sgabeblack@google.com# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1713514Sgabeblack@google.com# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1813514Sgabeblack@google.com# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1913514Sgabeblack@google.com# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
2013514Sgabeblack@google.com# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2113514Sgabeblack@google.com# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2213514Sgabeblack@google.com# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2313514Sgabeblack@google.com# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2413514Sgabeblack@google.com# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2513514Sgabeblack@google.com#
2613514Sgabeblack@google.com# Authors: Gabe Black
2713514Sgabeblack@google.com
2813514Sgabeblack@google.comImport('*')
2913514Sgabeblack@google.com
3013514Sgabeblack@google.comif env['USE_SYSTEMC']:
3113514Sgabeblack@google.com    Source('convenience_socket_bases.cc')
3213514Sgabeblack@google.com    Source('instance_specific_extensions.cc')
33