#-------------#
# Import Vars #
#-------------#
Import('*')

env.Install ('$destdir/$sharedir/gfx/smileys/',[
'gfx/smileys/0.png',
'gfx/smileys/1.png',
'gfx/smileys/2.png',
'gfx/smileys/3.png'])
env.Alias('install',['$destdir/$sharedir/gfx/smileys'])

env.Install ('$destdir/$sharedir/gfx/garbage/',[
'gfx/garbage/garbageB.png',
'gfx/garbage/garbageBL.png',
'gfx/garbage/garbageBR.png',
'gfx/garbage/garbageFill.png',
'gfx/garbage/garbageGM.png',
'gfx/garbage/garbageGML.png',
'gfx/garbage/garbageGMR.png',
'gfx/garbage/garbageL.png',
'gfx/garbage/garbageM.png',
'gfx/garbage/garbageML.png',
'gfx/garbage/garbageMR.png',
'gfx/garbage/garbageR.png',
'gfx/garbage/garbageT.png',
'gfx/garbage/garbageTL.png',
'gfx/garbage/garbageTR.png'])
env.Alias('install', ['$destdir/$sharedir/gfx/garbage'])

env.Install ('$destdir/$sharedir/gfx/counter/',[
'gfx/counter/1.png',
'gfx/counter/2.png',
'gfx/counter/3.png'])
env.Alias('install', ['$destdir/$sharedir/gfx/counter'])

env.Install ('$destdir/$sharedir/gfx/balls/',[
'gfx/balls/ballYellow.png',
'gfx/balls/ballTurkish.png',
'gfx/balls/ballRed.png',
'gfx/balls/ballPurple.png',
'gfx/balls/ballGreen.png',
'gfx/balls/ballGray.png',
'gfx/balls/ballBlue.png'])
env.Alias('install', ['$destdir/$sharedir/gfx/balls'])

env.Install ('$destdir/$sharedir/gfx/animations/bomb/',[
'gfx/animations/bomb/bomb_1.png',
'gfx/animations/bomb/bomb_2.png'])
env.Alias('install', ['$destdir/$sharedir/gfx/animations'])

env.Install ('$destdir/$sharedir/gfx/animations/explosion/',[
'gfx/animations/explosion/3.png',
'gfx/animations/explosion/2.png',
'gfx/animations/explosion/1.png',
'gfx/animations/explosion/0.png'])
env.Alias('install', ['$destdir/$sharedir/gfx/animations/explosion'])


env.Install ('$destdir/$sharedir/gfx/animations/cursor/',[
'gfx/animations/cursor/2.png',
'gfx/animations/cursor/1.png'])
env.Alias('install', ['$destdir/$sharedir/gfx/animations/cursor'])


env.Install ('$destdir/$sharedir/gfx/animations/ready/',[
'gfx/animations/ready/ready_2.png',
'gfx/animations/ready/ready_1.png'])
env.Alias('install', ['$destdir/$sharedir/gfx/animations/ready'])

env.Install ('$destdir/$sharedir/gfx/',[
'gfx/bSave.png',
'gfx/bReplays.png',
'gfx/bLoad.png',
'gfx/chainFrame.png',
'gfx/14P_Arial_Angle_Red.png',
'gfx/SmallStone.png',
'gfx/iGameOver.png',
'gfx/background1.png',
'gfx/blackBackGround.png',
'gfx/green.png',
'gfx/blue.png',
'gfx/yellow.png',
'gfx/turkish.png',
'gfx/red.png',
'gfx/purple.png',
'gfx/grey.png',
'gfx/blockAttack.ico',
'gfx/bForward.png',
'gfx/bConfigure.png',
'gfx/bSelectPuzzle.png',
'gfx/fileDialogbox.png',
'gfx/background.png',
'gfx/iCheckBoxArea.png',
'gfx/changeButtonsBack.png',
'gfx/BackBoard.png',
'gfx/boardBackBack.png',
'gfx/bHowToPlay.png',
'gfx/bOnePlayer.png',
'gfx/crossover.png',
'gfx/topscores.png',
'gfx/24P_Arial_Blue.png','gfx/garbage/garbageFill.png',
'gfx/bVsGame.png',
'gfx/iLoser.png',
'gfx/bTwoPlayers.png',
'gfx/bTimeTrial.png',
'gfx/bStageClear.png',
'gfx/bPuzzle.png',
'gfx/dialogbox.png',
'gfx/iLevelCheck.png',
'gfx/iLevelCheckBox.png',
'gfx/bOn.png',
'gfx/bNewGame.png',
'gfx/bNetwork.png',
'gfx/iWinner.png',
'gfx/iStageClearLimit.png',
'gfx/bInternet.png',
'gfx/options.png',
'gfx/bBack.png',
'gfx/bHighScore.png',
'gfx/bExit.png',
'gfx/bEndless.png',
'gfx/bConnect.png',
'gfx/icon.png',
'gfx/bChange.png',
'gfx/Thumbs.db',
'gfx/bHost.png',
'gfx/b1600.png',
'gfx/b1400.png',
'gfx/b1280.png',
'gfx/iCheckBoxArea2.png',
'gfx/blackLine.png',
'gfx/b1024.png',
'gfx/bOptions.png',
'gfx/changeButtonsBack1.png',
'gfx/iDraw.png',
'gfx/bOff.png',
'gfx/mouse.png'])
env.Alias('install', ['$destdir/$sharedir/gfx'])

env.Install ('$destdir/$sharedir/sound/',[
'sound/applause.ogg',
'sound/whistleblow.ogg',
'sound/heartbeat3.ogg',
'sound/explosion.ogg',
'sound/typing.ogg',
'sound/cameraclick.ogg',
'sound/pop.ogg',
'sound/counter.ogg'])
env.Alias('install', ['$destdir/$sharedir/sound'])

env.Install ('$destdir/$sharedir/res/',[
'res/testPuzzles',
'res/copy',
'res/puzzle.levels'])
env.Alias('install', ['$destdir/$sharedir/res'])

env.Install ('$destdir/$sharedir/music/',[
'music/bgMusic.ogg'])
env.Alias('install', ['$destdir/$sharedir/music'])
