From 3201de2502d8ca4af9e3a625f220e4907dcf2c8d Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Thu, 21 Oct 2010 07:43:09 +0000 Subject: [PATCH] Fix misstyping --- Install/scripts/All.sh | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/Install/scripts/All.sh b/Install/scripts/All.sh index 16993ac..2bd5237 100644 --- a/Install/scripts/All.sh +++ b/Install/scripts/All.sh @@ -59,7 +59,7 @@ mkdir $generationdir/creatools_bin cd $generationdir # the following stupid test is used at debug time; Please don't remove! -if [ true = true ] +if [ true = false ] then rm -rf creatools_bin/creaBin @@ -89,17 +89,20 @@ fi cd $scriptDir # CREA + +#if [ true = false ] if [ true = true ] then sh cmakemod.sh $creasource $generationdir $installPrefix $buildType sh creaVariables.sh $creasource $generationdir $docgeneration - sh compilemod.sh $buildType $creasource $generationdir + sh compilemod.sh $buildType $creasource $generationdir sh ctestmod.sh $creasource $generationdir fi creadll=$generationdir/creatools_bin/creaBin LD_LIBRARY_PATH=$creadll:LD_LIBRARY_$PATH +#if [ true = false ] if [ true = true ] then # BBTK @@ -110,7 +113,8 @@ then fi bbtkdll=$generationdir/creatools_bin/bbtkBin LD_LIBRARY_PATH=$bbtkdll:$LD_LIBRARY_PATH - + +#if [ true = false ] if [ true = true ] then # creaMaracasVisu @@ -119,10 +123,11 @@ then sh compilemod.sh $buildType $creamaracassource $generationdir sh ctestmod.sh $creamaracassource $generationdir fi + creamaracasdll=$generationdir/creatools_bin/creamaracasBin LD_LIBRARY_PATH=$creamaracasdll:$LD_LIBRARY_PATH - +#if [ true = false ] if [ true = true ] then # creaEnvironment @@ -134,17 +139,20 @@ fi creaenvironmentdll=$generationdir/creatools_bin/creaenvironmentBin LD_LIBRARY_PATH=$creaenvironmentdll:$LD_LIBRARY_PATH +#if [ true = false ] if [ true = true ] then # creaBruker sh cmakemod.sh $creabrukersource $generationdir $installPrefix $buildType sh creaBrukerVariables.sh $creabrukersource $generationdir $docgeneration sh compilemod.sh $buildType $creabrukersource $generationdir - sh ctestmod.sh $creabrukersource $creabinfolder + echo generationdir + sh ctestmod.sh $creabrukersource $generationdir fi creabrukerdll=$generationdir/creatools_bin/creabrukerBin LD_LIBRARY_PATH=$creabrukerdll:$LD_LIBRARY_PATH +#if [ true = false ] if [ true = true ] then # creaImageIO @@ -156,6 +164,7 @@ fi creaimagedll=$generationdir/creatools_bin/creaimageBin LD_LIBRARY_PATH=$creaimagedll:$LD_LIBRARY_PATH +#if [ true = false ] if [ true = true ] then # creaContours @@ -168,6 +177,8 @@ fi # LD_LIBRARY_PATH=$creacontoursdll:$LD_LIBRARY_PATH # creaRigidRegistration + +#if [ true = false ] if [ true = true ] then sh cmakemod.sh $crearigidregistrationssource $generationdir $installPrefix $buildType @@ -178,6 +189,7 @@ fi # crearigidregistrationdll=$generationdir/creatools_bin/crearigidregistrationBin # LD_LIBRARY_PATH=$crearigidregistrationdll:$LD_LIBRARY_PATH +#if [ true = false ] if [ true = true ] then # bbtkGEditor @@ -189,6 +201,8 @@ fi # bbtkgeditordll=$generationdir/creatools_bin/bbtkgeditorBin # LD_LIBRARY_PATH=$bbtkgeditordll:$LD_LIBRARY_PATH + +#if [ true = false ] if [ true = true ] then # creaTools -- 2.45.1