SConscript revision 8739:925f15f96322
11850Sstever@eecs.umich.edu# -*- mode:python -*- 2131Sstever@eecs.umich.edu 3131Sstever@eecs.umich.edu# Copyright (c) 2010 ARM Limited 4131Sstever@eecs.umich.edu# All rights reserved. 5131Sstever@eecs.umich.edu# 6131Sstever@eecs.umich.edu# The license below extends only to copyright in the software and shall 7131Sstever@eecs.umich.edu# not be construed as granting a license to any other intellectual 8131Sstever@eecs.umich.edu# property including but not limited to intellectual property relating 9131Sstever@eecs.umich.edu# to a hardware implementation of the functionality of the software 10131Sstever@eecs.umich.edu# licensed hereunder. You may use the software subject to the license 11131Sstever@eecs.umich.edu# terms below provided that you ensure that this notice is replicated 12131Sstever@eecs.umich.edu# unmodified and in its entirety in all distributions of the software, 13131Sstever@eecs.umich.edu# modified or unmodified, in source code or in binary form. 14131Sstever@eecs.umich.edu# 151850Sstever@eecs.umich.edu# Redistribution and use in source and binary forms, with or without 16131Sstever@eecs.umich.edu# modification, are permitted provided that the following conditions are 171028Ssaidi@eecs.umich.edu# met: redistributions of source code must retain the above copyright 181028Ssaidi@eecs.umich.edu# notice, this list of conditions and the following disclaimer; 191028Ssaidi@eecs.umich.edu# redistributions in binary form must reproduce the above copyright 201028Ssaidi@eecs.umich.edu# notice, this list of conditions and the following disclaimer in the 211028Ssaidi@eecs.umich.edu# documentation and/or other materials provided with the distribution; 221028Ssaidi@eecs.umich.edu# neither the name of the copyright holders nor the names of its 231028Ssaidi@eecs.umich.edu# contributors may be used to endorse or promote products derived from 241028Ssaidi@eecs.umich.edu# this software without specific prior written permission. 251901Sstever@eecs.umich.edu# 261850Sstever@eecs.umich.edu# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 271901Sstever@eecs.umich.edu# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 281028Ssaidi@eecs.umich.edu# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 291028Ssaidi@eecs.umich.edu# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 301028Ssaidi@eecs.umich.edu# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 311850Sstever@eecs.umich.edu# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 321850Sstever@eecs.umich.edu# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 33131Sstever@eecs.umich.edu# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 34131Sstever@eecs.umich.edu# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 35131Sstever@eecs.umich.edu# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 36131Sstever@eecs.umich.edu# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 371850Sstever@eecs.umich.edu# 38131Sstever@eecs.umich.edu# Authors: William Wang 391028Ssaidi@eecs.umich.edu 401028Ssaidi@eecs.umich.eduImport('*') 411704Sstever@eecs.umich.edu 421850Sstever@eecs.umich.eduSource('convert.cc') 431028Ssaidi@eecs.umich.edu 441028Ssaidi@eecs.umich.eduSimObject('VncServer.py') 451028Ssaidi@eecs.umich.eduSource('vncserver.cc') 461028Ssaidi@eecs.umich.eduDebugFlag('VNC') 471028Ssaidi@eecs.umich.edu